@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

* {
	padding:0;
	margin:0;
}

#commercioo-checkout-standalone {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #ffffff;
	overflow-y: auto;
	z-index: 999;
}

#commercioo-checkout-standalone .commercioo-checkout-layout {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

#commercioo-checkout-standalone .source-sans-pro {
    font-family: 'Source Sans Pro', sans-serif;
}

#commercioo-checkout-standalone .commercioo-checkout-container {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #eceff1;
	overflow-y: auto;
	z-index: 999;
}

#commercioo-checkout-standalone .commercioo-checkout-header {
    display: flex;
    margin-top: 39px;
    align-items: center;
    margin-left: 31px;
    margin-right: 31px;
    margin-bottom: 31px;
}

#commercioo-checkout-standalone .commercioo-checkout-logo {
    width: 100%;
}

#commercioo-checkout-standalone .commercioo-checkout-logo img {
    width: 141px;
}

#commercioo-checkout-standalone .commercioo-checkout-help {
    width: 100%;
    text-align: right;
}

#commercioo-checkout-standalone .commercioo-checkout-text-help {
    font-size: 14px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
}

#commercioo-checkout-standalone .commercioo-checkout-form {
    border-radius: 10px;
    background: #ffffff;
    padding-left: 31px;
    padding-right: 31px;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#commercioo-checkout-standalone .commercioo-checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

#commercioo-checkout-standalone .commercioo-checkout-form-grid label {
    text-transform: uppercase;
}

#commercioo-checkout-standalone .commercioo-checkout-title-product {
    font-size: 16px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 15px;
}

#commercioo-checkout-standalone .commercioo-checkout-description-product {
    font-size: 14px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
}

#commercioo-checkout-standalone .commercioo-checkout-title-product-you-get {
    margin-top: 40px;
    font-size: 16px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 15px;
}

#commercioo-checkout-standalone .commercioo-checkout-list-you-get {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
}

#commercioo-checkout-standalone .commercioo-checkout-list-you-get ul {
    list-style: none;
}

#commercioo-checkout-standalone .commercioo-checkout-list-you-get ul li {
    margin-bottom: 11px;
}

#commercioo-checkout-standalone .commercioo-checkout-footer {
    text-align: center;
    width: 100%;
}
/* ---------------- */

#commercioo-checkout-standalone .set-display-flex {
    display: flex;
}

#commercioo-checkout-standalone .set-text-align-right {
    text-align: right;
}

#commercioo-checkout-standalone .text-danger-custom {
    color: #dc3545;
}

#commercioo-checkout-standalone .list-column-right {
    padding-top: 10px;
}

#commercioo-checkout-standalone .label-title {
    font-size: 16px;
    color: #616161;
    text-decoration: none solid rgb(97, 97, 97);
    letter-spacing: 0.5px;
    font-weight: bold;
}

#commercioo-checkout-standalone .label-title-product {
    font-size: 13px;
    color: #616161;
    letter-spacing: 0.5px;
    font-weight: bold;
}

#commercioo-checkout-standalone .form_wrapper .label-item-product {
    margin: 0;
    font-size: 14px;
    color: #616161;
    letter-spacing: 0.5px;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}
#commercioo-checkout-standalone .bg_img {
	background: #fff;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
}
#commercioo-checkout-standalone .clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#commercioo-checkout-standalone .form_wrapper {
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	position:relative;
    z-index:1;
}
#commercioo-checkout-standalone .form_wrapper h2 {
	font-size:1.5em;
	line-height:1.5em;
	margin:0;
}
#commercioo-checkout-standalone .form_wrapper .title_container {
	text-align:center;
	margin:-15px -15px 15px;
	padding:15px 0;
	border-bottom:1px dashed #ccc;
}
#commercioo-checkout-standalone .form_wrapper h3 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	margin:0;
}
#commercioo-checkout-standalone .form_wrapper .row {
	margin:10px -15px;
}
#commercioo-checkout-standalone .form_wrapper .row > div {
	padding:0 15px;
	box-sizing:border-box;
	width: 100%;
}
#commercioo-checkout-standalone .form_wrapper .col_half {
	width:50%;
	float:left;
}
#commercioo-checkout-standalone .form_wrapper label {
	display:block;
    margin:0 0 5px;
    font-size: 13px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
}
#commercioo-checkout-standalone .form_wrapper .input_field, 
#commercioo-checkout-standalone .form_wrapper .textarea_field {
	position:relative;
}
#commercioo-checkout-standalone .form_wrapper .input_field > span, 
#commercioo-checkout-standalone .form_wrapper .textarea_field > span {
	position:absolute;
	left:0;
	top:0;
	color:#333;
	height:100%;
	border-right:1px solid #ccc;
	text-align:center;
	width:30px;
}
#commercioo-checkout-standalone .form_wrapper .textarea_field > span {
	border-bottom:1px solid #ccc;
	max-height:35px;
}
#commercioo-checkout-standalone .form_wrapper .input_field > span > i, 
#commercioo-checkout-standalone .form_wrapper .textarea_field > span > i {
	padding-top:12px;
}
#commercioo-checkout-standalone .form_wrapper input[type="text"], 
#commercioo-checkout-standalone .form_wrapper input[type="email"], 
#commercioo-checkout-standalone .form_wrapper input[type="tel"], 
#commercioo-checkout-standalone textarea, 
#commercioo-checkout-standalone .form_wrapper select {
	width:100%;
	padding:10px 10px 10px 15px;
	border:2px solid #ccc;
	box-sizing:border-box;
	outline:none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}
#commercioo-checkout-standalone .form_wrapper select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#commercioo-checkout-standalone .form_wrapper textarea {
	height:8em;
}

#commercioo-checkout-standalone .form_wrapper input[type="text"]:hover, 
#commercioo-checkout-standalone .form_wrapper input[type="email"]:hover, 
#commercioo-checkout-standalone .form_wrapper input[type="tel"]:hover, 
#commercioo-checkout-standalone textarea:hover, 
#commercioo-checkout-standalone .form_wrapper select:hover {
    -webkit-box-shadow:0 0 2px 1px #ccc;
	-moz-box-shadow:0 0 2px 1px #ccc;
	box-shadow:none;
    border:2px solid  #ccc;
    outline: none;
    border-radius: 4px;
}

#commercioo-checkout-standalone .form_wrapper input[type="text"]:focus, 
#commercioo-checkout-standalone .form_wrapper input[type="email"]:focus, 
#commercioo-checkout-standalone .form_wrapper input[type="tel"]:focus, 
#commercioo-checkout-standalone textarea:focus, 
#commercioo-checkout-standalone .form_wrapper select:focus {
	-webkit-box-shadow:0 0 2px 1px #f15a29;
	-moz-box-shadow:0 0 2px 1px #f15a29;
	box-shadow:none;
    border:2px solid #f15a29;
    outline: none;
    border-radius: 4px;
}
#commercioo-checkout-standalone .form_wrapper input[type="submit"] {
	height:50px;
	line-height: 50px;
	padding: 0;
	width:100%;
	border:none;
	outline:none;
	cursor:pointer;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	text-transform: none;
	margin-top: 10px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	font-family: 'Source Sans Pro', sans-serif;
}
#commercioo-checkout-standalone .form_wrapper input[type="submit"]:hover, 
#commercioo-checkout-standalone .form_wrapper input[type="submit"]:focus {
	background:#daa106;
}
#commercioo-checkout-standalone .credit{
	position:relative;
	z-index:1;
	text-align:center;
	padding:15px;
	color:#f5ba1a;	
}
#commercioo-checkout-standalone .credit a{
	color:#daa106;	
}

#commercioo-checkout-standalone .set-font-16 {
    font-size: 16px;
}

#commercioo-checkout-standalone .set-color-blue {
    color: #1976d2;
}

#commercioo-checkout-standalone .cc-set-color-red {
    color: #f15a29 !important;
}

#commercioo-checkout-standalone .btn-place-order {
    border: 1px solid #f15a29;
    border-radius: 3px;
    background-color: #f15a29;
    background-size: cover;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
}

#commercioo-checkout-standalone .btn-place-order:hover {
    background-color: #da3905;
}


#commercioo-checkout-standalone .label-shipping {
    padding: 0px 0px 0px 10px;
    border-bottom-width: 1px;
    font-size: 16px;
    color: #616161;
    text-decoration: none solid rgb(97, 97, 97);
    letter-spacing: 0.5px;
    font-weight: bold;
}

#commercioo-checkout-standalone .line-shipping {
    border-bottom: solid 1px #dadada;
    margin-left: 15px;
    margin-right: 15px;
}

#commercioo-checkout-standalone .checkbox-shipping {
    height: 20px;
    line-height: 20px;
}

#commercioo-checkout-standalone .wrap-container div.form_wrapper:nth-child(1) {
    padding-right: 31px;
}

#commercioo-checkout-standalone .wrap-container div.form_wrapper:nth-child(2) {
    width: 70%;
    max-width: 70%;
}

#commercioo-checkout-standalone .shipping-wrap {
    display: flex;
    margin-top: 40px;
}

#commercioo-checkout-standalone .wrap-content {
    display: flex;
}

#commercioo-checkout-standalone .grid-item-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#commercioo-checkout-standalone .direct-bank-wrap {
	margin-top: 15px;
	display: flex;
}

#commercioo-checkout-standalone .radio-payment {
	margin-top: 2px;
}

#commercioo-checkout-standalone .desc-payment {
	background-color: #f2f2f2;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 18px;
}

#commercioo-checkout-standalone .d-none {
	display: none !important;
}

#commercioo-checkout-container .c-button-rounded {
    height: 50px;
    border: 1px solid #616161;
    border-radius: 3px;
    background-color: #757575;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
}

#commercioo-checkout-container .c-button-big-rounded {
    height: 50px;
    border: 1px solid #616161;
    border-radius: 8px;
    background-color: #757575;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
}

#commercioo-checkout-container .c-button-pill {
    height: 50px;
    border: 1px solid #616161;
    border-radius: 25px;
    background-color: #757575;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
}

#commercioo-checkout-container .c-button-flat {
    height: 50px;
    border: 1px solid #616161;
    background-color: #757575;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 0;
}

#commercioo-checkout-standalone .commercioo-checkout-summary-container {
    margin-right: 0px !important;
    margin-left: 1px !important;
    margin-bottom: 20px !important;
}

#commercioo-checkout-standalone .commercioo-checkout-summary {
    border: 1px solid #c0c9d0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f2f5f7;
}

/* slider */
#commercioo-checkout-standalone .commercioo-checkout-gallery-products img {
    max-width: 100%;
    height: auto;
}

#commercioo-checkout-standalone .commercioo-checkout-gallery-products div.img {
    border: solid 1px #dfe5e9;
    border-radius: 4px;
    stroke-width: 1;
    padding: 15px;
    margin-top: 10px;
}

#commercioo-checkout-standalone .commercioo-checkout-gallery-products {
    max-width: 420px;
    width: 420px;
}

#commercioo-checkout-standalone .commercioo-checkout-order-summary-item {
    border: 1px solid #c0c9d0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f2f5f730;
}

#commercioo-checkout-standalone .commercioo-checkout-order-summary-item-total {
    border: 1px solid #c0c9d0;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f2f5f7;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#commercioo-checkout-standalone .commercioo-checkout-order-summary-item label.label-item-product {
    font-size: 14px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
    font-weight: bold;
    padding-left: 0;
}

#commercioo-checkout-standalone .commercioo-checkout-order-summary-item-total label.label-item-product {
    font-size: 18px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
    font-weight: bold;
}

#commercioo-checkout-standalone .commercioo-checkout-order-summary-item-total div.container-item-total {
    padding-top: 15px;
    padding-bottom: 15px;
}

#commercioo-checkout-standalone .dot-line {
    border-top: 1px dashed #c0c9d0;
    width: 100%;
    margin-top: 25px;
}

#commercioo-checkout-standalone .container-item-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    margin-bottom: 10px;
}

#commercioo-checkout-standalone .container-item-product .dot-line {
    border-top: 1px dashed #c0c9d0;
    width: 100%;
    margin-top: 10px;
}

#commercioo-checkout-standalone .cc-ml0-mr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#commercioo-checkout-standalone .cc-d-flex {
    display: flex;
}

#commercioo-checkout-standalone .commercioo-checkout-order-summary-item-close {
    position: relative;
    top: -1px;
}

#commercioo-checkout-standalone .shipping-wrap label.label-shipping {
    font-size: 16px;
    color: #586469;
    text-decoration: none solid rgb(88, 100, 105);
    letter-spacing: 0.5px;
    height: 20px;
    line-height: 20px;
}

#commercioo-checkout-standalone .btn-purchase-mobile {
    display: none;
}

#commercioo-checkout-standalone .checkout-has-no-cart-notification {
	position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    max-width: 500px;
    text-align: center;
    background: #b74343;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    line-height: 1.6;
}

#commercioo-checkout-standalone .commercioo-checkout-alert {
	border: 1px solid #d15454;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 8px 0 5px;
    background-color: #d15454;
    color: #ffffff;
}

#commercioo-checkout-standalone .form_wrapper input[type="submit"][disabled] {
	opacity: 0.5;
	cursor: default;
}

body.page .site {
    display: none;
}
.btn.btn-floating-whatsapp {
    display: none;
}

/* has admin bar */
body.admin-bar #commercioo-checkout-standalone .commercioo-checkout-container { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
	body.admin-bar #commercioo-checkout-standalone .commercioo-checkout-container { margin-top: 46px !important; }
}

@media (max-width: 767px) {

    #commercioo-checkout-standalone .btn-purchase-mobile {
        display: block;
    }

    #commercioo-checkout-standalone .wrap-content {
        display: block;
    }

    #commercioo-checkout-standalone .commercioo-checkout-form-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    #commercioo-checkout-standalone .commercioo-checkout-form {
        border-radius: 0px;
    }

    #commercioo-checkout-standalone .wrap-container div.form_wrapper:nth-child(1) {
        padding-right: 0px;
    }

    #commercioo-checkout-standalone .commercioo-checkout-header {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #commercioo-checkout-standalone .commercioo-checkout-help {
        text-align: center;
    }

    #commercioo-checkout-standalone .wrap-container div.form_wrapper:nth-child(2) {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }

    #commercioo-checkout-standalone .checkbox-shipping {
        margin-top: 14px;
	}
	
	#commercioo-checkout-standalone .radio-payment {
		margin-top: 15px;
	}

	#commercioo-checkout-standalone .direct-bank-wrap{
		margin-top: 0;
    }
    
    #commercioo-checkout-standalone .commercioo-checkout-gallery-products {
        max-width: 100%;
        width: 100%;
    }

    #commercioo-checkout-standalone .commercioo-checkout-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
	#commercioo-checkout-standalone .form_wrapper .col_half {
		width:100%;
		float:none;
	}
	#commercioo-checkout-standalone .form_wrapper label {
		margin:10px 0;
    }
    
    #commercioo-checkout-standalone .commercioo-checkout-order-summary-item-close {
        position: relative;
        top: 9px;
    }

    #commercioo-checkout-standalone .container-item-product .dot-line {
        border-top: 1px dashed #c0c9d0;
        width: 100%;
        margin-top: 20px;
    }

    #commercioo-checkout-standalone .commercioo-checkout-order-summary-item-total div.container-item-total {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #commercioo-checkout-standalone .dot-line {
        border-top: 1px dashed #c0c9d0;
        width: 100%;
        margin-top: 33px;
    }
}

.input_field select {
    width: 100%;
    padding: 0 10px 0 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    height: 45px;
}
.form-group select {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    font-size: 14px;
    color: #9e9e9e;
    text-decoration: none solid rgb(158, 158, 158);
    padding: 0.5rem 1.5rem;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.5;
}
.shipping-options-wrapper,
.grid-item-product.shipping-options-wrapper {
    display: flex;
    position: relative;
}
#commercioo-checkout-standalone .form_wrapper .row > .shipping-options-wrapper,
#commercioo-checkout-standalone .form_wrapper .row > .grid-item-product.shipping-options-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #c0c9d0;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.shipping-options-wrapper #checkout-shipping-options {
    width: 100%;
    padding-left: 20px;
    grid-column: 2 / span 2;
}
.shipping-options-wrapper #checkout-shipping-options label {
    color: #616161;
    cursor: pointer;
}
.btn-place-order[disabled] {
    cursor: progress !important;
    opacity: .5;
}

.shipping-options-wrapper #checkout-shipping-options label input {
    display: none;
}
.shipping-options-wrapper #checkout-shipping-options label input + strong:before {
    content: '\f00c';
    display: inline-block;
    margin-right: 5px;
    font-family: 'FontAwesome';
    opacity: 0;
    font-size: 0;
    transition: all .4s;
}
.shipping-options-wrapper #checkout-shipping-options label input:checked + strong:before {
    opacity: 1;
    font-size: 14px;
}
.shipping-options-wrapper .container-item-product {
    display: flex;
    width: 100%;
}
.mt-40x {
    margin-top: 40px;
}
#commercioo-checkout-standalone .form_wrapper .row.clearfix > .notes-wrap {
    margin-top: 20px;
}

#commercioo-checkout-standalone .wrap-content {
    position: relative;
    overflow: hidden;
}
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blocker p {
    color: #fff;
    font-size: 20px;
    padding: 40px;
    text-align: center;
}

.commercioo-checkout-summary-all-wrapper {
    padding: 10px 15px !important;
}
.commercioo-checkout-summary-wrapper {
    border: 1px solid #dfe5e9;
    padding-top: 7px;
}
.commercioo-checkout-summary-wrapper
.commercioo-checkout-summary-item-wrapper:not(:last-child) {
    border-bottom: 1px solid #dfe5e9;
}
.commercioo-checkout-summary-wrapper
.commercioo-checkout-summary-item {
    padding: 13px 5px;
}
.commercioo-checkout-summary-wrapper
.commercioo-checkout-summary-item
.summary-item-single > * {
    max-width: 50%;
}
.commercioo-checkout-summary-wrapper
.commercioo-checkout-summary-item
.summary-item-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commercioo-checkout-summary-wrapper
.commercioo-checkout-summary-item
.shipping-price .shipping-text {
    margin-left: 10px;
}
.commercioo-checkout-summary-wrapper
.total-label .label-item-product,
.commercioo-checkout-summary-wrapper
.total-price .label-item-product {
    font-size: 18px;
    font-weight: 700;
    color: #f15a29;
}
.commercioo-checkout-summary-wrapper .total {
    background-color: #f2f5f7;
}
.commercioo-checkout-summary-item-wrapper .product-quantity {
    display: inline;
    background-color: #b0bec5;
    color: #fff;
    padding: 3px 7px;
    font-size: 10px;
    border-radius: 50%;
}
.commercioo-checkout-summary-wrapper .price-label {
    font-weight: 900;
}
.popover .popover-arrow {
    display: none;
}