/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.17
*/

/*************** ADD CUSTOM CSS HERE.   Version: 3.0 ***************/

.h1, h1 {
    font-size: 1.125rem;
    line-height: 1.28;
}


.clearfix {
    clear: both;
}

.attr-area {
    margin-bottom: 15px;
}

.attr-area.fit-type {
    margin-top: 20px;
}

/* .attr-area.size {
    width: 48%;
    float: left;
} */

.lbl_quantity {
    margin-top: 8px;
}

.attr-area.quantity {
    float: left;
    margin-bottom: 5px;
}

.Countdown {
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}

.Countdown .Clock {
    color: #fc6514;
    padding-right: 0.5rem;
}

.Countdown .RemainingTime {
    color: #fc6514;
}

.Countdown .WarningText {
    color: #fdc1a1;
    margin-left: 5px;
}

.attr-area.quantity .quantity input[type="number"] {
    padding: 0 15px;
    width: 60px;
    max-width: 60px;
}

.attr-area select {
    margin-bottom: 0;
}

.reset_variations {
    display: none;
}

.box-note {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
}

@media (max-width: 768px) {

    .product-info .woocommerce-breadcrumb,
    .product-info h1.product-title {
        display: none;
    }

    .product-summary .variations_button {
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        z-index: 999;
    }

    .product-summary .variations_button button {
        margin: 0;
        width: 100%;
        padding: 5px 0;
    }

    .flexslider#slider {
        margin-bottom: 10px;
    }

    .flexslider#carousel {
        margin-bottom: 0;
    }

    .woocommerce-variation-price {
        padding-top: 15px;
    }

    .box-note {
        margin-top: 0;
    }
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* .single_add_to_cart_button {
    background-color: #1e7f96 !important;
} */

@media (min-width: 769px) {
    .single_add_to_cart_button {
        width: 100%;
    }
}


.attr_variations__jersey.Color select,
.attr_variations__jersey.Size select,
.attr_variations__jersey.Type select {
    visibility: hidden;
    height: 0;
    margin: 0;
}


.list-choose {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0;
}


.choose-area.color .list-choose {
    overflow: visible;
}

.choose-area .list-choose:after {
    content: '';
    clear: both;
    display: block;
}

.choose-area .list-choose li {
    float: left;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 8px;
}

.choose-area .selector {
    padding: 5px 18px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    border-radius: 2px;
}


.choose-area.type .list-choose li {
    width: auto;
}

.choose-area .selector.pa_type {
    text-indent: 0;
    width: auto;
    max-width: 100%;
    height: auto;
}

.choose-area .selector.pa_color {
    background-color: black;
    color: #fff;
    height: 30px;
    width: 40px;
}

.choose-area .selector.pa_size {
   
    display: inline-block;
    margin: 0.625rem 0.625rem 0 0;
    border: 1px solid #242424;
    font-size: .9375rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    color: #242424;
    text-decoration: none;
    line-height: 1.25rem;
    white-space: nowrap;
    border-radius: 0.1875rem;
    transition: all .3s ease-out;
    transition-property: background-color,color,border-color;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    text-align: center;

}

.choose-area [type="radio"]:checked,
.choose-area [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

/* old css */

/* .choose-area [type="radio"]:checked+label {
    position: relative;
    border-color: #1e7f96;
    color: #1e7f96 !important;
    box-shadow: 0 0 0 2px #1e7f96 !important;
    background-color: rgba(21, 205, 114, 0.08);
} */

.tooltipcolor {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipcolor .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
    text-indent: 0;
}

.tooltipcolor .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}

.tooltipcolor:hover .tooltiptext {
    visibility: visible;
}

.btn-qty {
    width: 20px;
}

.sale-option {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.buy2 {
    font-size: 15px;
    padding: 6px 20px 6px 20px;
    font-weight: bold;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.text2 {
    font-size: 13px;
    font-weight: normal;
}

.single_add_to_cart_button.sale {
    float: right;
    font-size: 13px;
    margin-top: 6px;
    width: auto;
}

.price.product-page-price {
    margin-top: 0;
}

/* .secondary,
.checkout-button,
.button.checkout,
.button.alt {
    background-color: #de2a1c !important;
} */

.form-row.place-order .button.alt {
    width: 100%;
}

.grid-tools a {
    background-color: #1e7f96 !important;
}

.footer-2 {
    background-color: #f5f5f5;
    color: #0000009e;
}

.dark,
.dark p {
    color: #0000009e;
}

.dark .is-divider {
    background-color: #0000009e;
}

.dark ul.menu>li>a:hover {
    color: #e95748;
}

/* .dark ul.menu>li+li {
    border-color: #00000040;
} */

.hide {
    display: none;
}

#divCoupon {
    width: 350px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    height: 0;
    background: #fff;
}

.coupon #divCoupon {
    display: block;
    opacity: 1;
    height: auto;
    padding: 20px 0 5px;
}

.coupon #fancybox-content div {
    overflow: hidden !important;
}

.coupon #fancybox-content {
    border: none;
}

#divCoupon h3 {
    font-size: 25px;
}

#divCoupon h4 {
    font-size: 17px;
    margin-top: -10px;
    color: #c54949;
}

#divCoupon .coupon {
    width: 200px;
    margin: 20px auto 0;
    border: 1px solid #999797;
    border-style: dashed;
    font-size: 17px;
    padding: 10px;
}


.woocommerce-variation-price {
    display: none;
}


.social-share {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
}

.price-wrapper {
    width: 50%;
    float: left;
}

.score {
    width: 50%;
    display: block;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    float: right;
}

.score-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
    vertical-align: top;
}

.score .stars-active {
    color: #EEBD01;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.score .stars-inactive {
    color: grey;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
    /* overflow: hidden; */
}


.score .count-vote {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
} 

.choose-area .selector.pa_type {
    padding: 0;
    width: 68px;
    height: 75px;
	background: transparent !important
}

.product-main {
    padding: 20px 0 !important;
}

.choose-area .selector.pa_color { 	width: 36px; 	border-radius: 36px; }

.choose-area .selector.pa_color {
    height: 36px;
    width: 36px;
}

/** theo design mới */
/* .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    line-height: 3.8em;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #59b23f;
    border: 0px solid 
    rgba(0,0,0,0.16) !important;
} */

.choose-area [type="radio"]:checked + label {

    background-color: #e53c2e;
    color: #fff;
    border-color: #e53c2e;

}


.attr_variations label{
    margin-bottom: 0.1em;
}

.page-checkout .woocommerce-cart-form {
	margin-bottom: 0!important
}
.page-checkout .shop_table {
	margin-bottom: 0!important
}
.product-summary .variations_button {
    position: unset;
padding: .3em 0;
}
.cart_totals .button {
    padding: 8px 0;
    border-radius: 3px;
}
.button, button, input, textarea, select, fieldset {
    margin-bottom: 0.2em;
}
#billing_company_field{
	display:none
}

.page-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .variation dd{
	color: #207ccc;
} */

.price-wrapper {width: 100%;}
	
/* span.amount { color: #349734;} */

.flexslider {
	margin: 0 0 0px;}
#slider .slides li img {
			max-width: 98% !important;
}
.choose-area .selector {
    box-shadow: 0 0 0 1px rgb(234, 234, 234);
    background: #fff;
}

/***** CSS NEW *******/


/*************** NEW CSS 2021 (THEME MOI).   ***************/
table.variations td label{
    position: relative;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}
.quantity.buttons_added {
    float: left;
}

div#countdownsss {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
    color: #fc6514;
    font-size: 16px;
}

.WarningText {
    color: #fdc1a1;
    font-size: 16px;
    margin-top: 10px;
}

.value.zoo-cw-group-attribute.zoo-cw-active.zoo-cw-type-text a#chart-button {
    display: block;
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: 15px;
    padding: 7.5px 0;
}.Title2 {
    font-size: 1rem;
    color: #252525;
    margin-bottom: 10px;
}div#box_ngay_gio {
    font-size: 17px;
    padding-top: 6px;
}.quantity.buttons_added.form-normal {
    float: left;
}div#box_ngay_gio #gio, div#box_ngay_gio #phut, div#box_ngay_gio #giay {
    display: inline-block;
    float: left;
}div#box_ngay_gio #gio::after{
  content: ": ";
}div#box_ngay_gio #phut::after{
  content: ": ";
}


.page-checkout .add-to-cart-button {
    display: block;
}


/* .add-to-cart-button {
    display: none;
} */


.page-checkout .add-to-cart-button a {
    width: 100%;
    background-color: #1e7f96!important;
    color: #ffffff!important;
    padding: 5px 15px;
    border: #1e7f96 1px solid!important;
    border-radius: 4px;
    transition: all 200ms ease-out;
}

#payment button#place_order {
    width: 100%;
}.product-small.box .price-wrapper del span.amount {
    opacity: .99;
    font-weight: normal;
    margin-right: 10px;
    font-size: 14px;
    color: #141414;
}.price-wrapper span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: normal;
    font-size: 14px;
}p.name.product-title a {
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    overflow-wrap: break-word;
    font-size: 15px;
    margin-bottom: 8px;
}
input#woocommerce-product-search-field-1 {
    /* width: 375px;
    max-width: 80%;
    height: 34px;
    font-size: 1rem;
    padding: 0.625em 1em;
    border-radius: 4px;
    background-color: #fff;
    height: 51px;
    font-size: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; */

    height: 34px;
    font-size: 1rem;
    padding: 0.625em 1em;
    border-radius: 16px;
    background-color: #fff;
    height: 45px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;

}

button.Button.SearchButton {
    background-color: #1e7f96;
    outline: none;
    border: none;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: 500;
    font-size: 1.125rem;
    padding: 0 30px;
    margin-bottom: 0;
    height: 51px;
}
 .single_variation_wrap .woocommerce-variation-price{
     opacity: 0;
     margin: 0;
     padding: 0;
     line-height: 0;
     height: 0;
 }
/*.custom-product-page p.price.product-page-price {*/
    /*display: none;*/
/*}*/
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #2d3436;
}h1.product-title.product_title.entry-title {
    font-size: 1.375rem;
    color: #232323;
    font-weight: 400;
}

.price-wrapper del span.amount {
    opacity: .6;
    font-weight: normal;
    margin-right: 10px;
    font-size: 1.125rem;
    color: #333;
}

.price-wrapper span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: normal;
    font-size: 1.125rem;
}

ul.variations.zoo-cw-variations li {
    margin-left: 0em;
}
.zoo-cw-option-display-size-3 {
    width: 75px;
    height: 75px;
    border: 1px solid #eee;    border-radius: 4px;

}
.zoo-cw-attr-item.zoo-cw-option-display-size-2.zoo-cw-option-display-shape-square {
   color: #7a7a7a;
    border: 1px solid lightgray;
    margin: 0 2px 10px;
    border-radius: 4px;
    min-width: 75px;
    height: 31px;
}   .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item.zoo-cw-option-display-size-2.zoo-cw-option-display-shape-square{ border-color: #1e7f96;
    color: #1e7f96;
	background-color: rgba(21,205,114,0.08);}
.zoo-cw-option-display-size-2 .zoo-cw-label-text {
    font-size: 14px;
}ul.zoo-cw-variations {
    margin: 0 0 0px;
}
/*zoo end*/


.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0)!important;
}

button.single_add_to_cart_button.button.alt {
    color: #fff;
    background-color: #de2a1c;
    padding: 0;
    height: 55px;
    font-weight: 700;
    font-size: 1.25rem;
    border: none;
    border-radius: 4px;
    width: 100%;
    transition: all 200ms ease-out;
    margin: 20px 0px 10px 0px;
}

ul.ColumnContent li {
    margin-bottom: .1em;
    padding: 0;
    list-style: none;
}

.buy_now_button{
    color: #fff;
    /* background-color: #1e7f96; */
    padding: 0;
    height: 55px;
    font-weight: 700;
    font-size: 1.25rem;
    border: none;
    border-radius: 4px;
    width: 100%;
    transition: all 200ms ease-out;
    /* margin: 20px 0px 10px 0px; */
}

/* a.checkout-button.button.alt.wc-forward {
    color: #fff;
    background-color: #1e7f96;
    padding: 0;
    height: 55px;
    font-weight: 700;
    font-size: 1.25rem;
    border: none;
    border-radius: 4px;
    width: 100%;
} */

.header:not(.transparent) .header-nav.nav > li > a {
    color: #0a0a0a;
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
    line-height: 1;
    font-weight: 400;
}

.header-main .flex-right {
    margin-left: auto;
    /* width: 300px; */
    width: 400px;
}

input#woocommerce-product-search-field-0 {
    /* width: 230px;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    background-color: transparent;
    padding: 0 35px 0 10px;
    text-indent: initial;
    border-radius: 5px; */

    border: solid 1px #09203f;
    font-size: 1rem;
    background-color: transparent;
    text-indent: initial;
}


nav.breadcrumbs.flex-row.flex-row-center.heading-font.checkout-breadcrumbs.text-center.strong.h2.uppercase {
    display: none;
}.badge-container.is-larger.absolute.left.top.z-1 {
    display: none;
}input.minus.button.is-form {
    width: 30px;
    border: solid 1px #ccc;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    color: #000;
    font-weight: bolder;
}input.plus.button.is-form {
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    color: #000;
    font-weight: bolder;
    width: 30px;
    border: solid 1px #ccc;
}.quantity input[type="number"] {
    max-width: 5.5em;
    width: 60px;
}table.variations td.label {
    width: 100%;
    display: block;
}td.value.woo-variation-items-wrapper {
    width: 100%;
    display: block;
}li.variable-item.button-variable-item {
    text-align: center;
    color: #7a7a7a;
    border: 1px solid lightgray;
    margin: 0 5px 10px;
    border-radius: 4px;
    min-width: calc(20% - 10px);
    padding: 6px 10px;
}.woocommerce-cart-form__contents td.actions.clear {
    display: none;
}#payment button#place_order {

    width: 100%;
}
.container .message-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
}
.sticky-add-to-cart__product .product-title-small {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.sticky-add-to-cart--active .quantity.buttons_added {
    display: none;
}
.woocommerce-billing-fields p.note {
    display: none;
}.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-bottom: 25px;
}
.tk-info td.product-name{
    font-size:16px;
    color:#333;
    padding: 20px 0;
}.coupon h3.widget-title {
    display: none;
}.cart-container.container.page-wrapper.page-checkout {
    padding-top: 0px;
}input.checkout-button.button.alt.wc-forward {
    background-color: #ffffff!important;
    color: #8f8f8f;
    border: solid 1px #c0c0c0;
    font-weight: 400;
    text-transform: capitalize;
}.cart-container.container.page-wrapper.page-checkout {
    padding-top: 0px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields__field-wrapper {
    border: unset!important;
    background: #fff!important;
    padding: unset!important;
    border-radius: unset!important;
    margin-bottom: unset!important;
}
.checkout-page-title{
    background:#fff;
      border-bottom: 1px solid transparent;
}

nav.breadcrumbs.flex-row.flex-row-center.heading-font.checkout-breadcrumbs.text-center.strong.h3.none {
    font-size: 97%!important;
  
    padding-top: 0;
}
.woocommerce-shipping-calculator{
    margin: 0;
}
.tooltipster-content,
.tooltipster-arrow {
    display: none!important
}

.nav-pagination>li>span,
.nav-pagination>li>a {
    border-radius: 3px!important
}



/* Checkout */

.page-checkout .checkout.woocommerce-checkout .woocommerce-shipping-fields {
    display: none;
}
.page-checkout .checkout.woocommerce-checkout .large-7 .woocommerce-additional-fields{
    display:block;
}
.page-checkout .checkout.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.page-checkout table.shop_table.woocommerce-checkout-review-order-table th.product-name {
    display: none
}

.page-checkout table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    display: none
}

.page-checkout #order_review_heading {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

/* .page-checkout label.shipping__list_label {
    visibility: hidden
} */

.page-checkout label.shipping__list_label span.woocommerce-Price-amount.amount {
    visibility: visible
}

.page-checkout .cart_item .product-name .variation {
    /* display: inline; */
    color: #494949
}


.page-checkout .cart_item .product-name .variation dt.variation-Style {
    display: none
}

.page-checkout .cart_item .product-name .variation dd.variation-Style {
    display: block;
    font-weight: bold;
    line-height: 1.8
}



.page-checkout .cart_item .product-thumbnail {
    /* width: 30px; */
    /* height: 30px; */
}


/* Footer */

.footer .widget_text {
    margin-bottom: 0
}

.footer-custom {
    padding-bottom: 0
}

.footer-custom .img-inner img {
    width: 150px
}

.footer-custom .img {
    margin-bottom: 5px!important
}

.absolute-footer.text-center ul {
    line-height: 20px;
    font-size: 14px
}

.absolute-footer {
    padding: 1px 0 15px
}

.absolute-footer.text-center ul li a {
    color: #677886
}

.absolute-footer.text-center ul li a:hover {
    text-decoration: underline;
    color: #f8f9fb
}


/*CUSTOM*/
.mfp-ready .mfp-close{
    opacity: 1;
    transform: inherit;
    right: 20px;
    top: 5px;
    transition: inherit;
}
.off-canvas .off-canvas-cart{
    width: 420px;
    background: #fff;
}

.checkout-breadcrumbs {
    padding: 15px 0;
    font-size: 16px;
}
.woocommerce-cart .cart_item {
    position: relative;
}
.woocommerce-cart .cart_item .product-thumbnail{
}
.woocommerce-cart .cart_item .product-thumbnail img{
    border: 1px solid #eee;
    margin-bottom: 5px;
}
.page-checkout{
    padding-bottom:0;
}

/* Custom Checkout*/

.woocommerce-checkout p.form-row-three{
    width: 29%;
    float: left;
    margin-bottom: 0;
    margin-right: 3.3%;
}
.woocommerce-checkout p.form-row-three.last{    margin-right: 0%;
    width: 35%;
}

.woocommerce-checkout .woocommerce-billing-fields .note{
    margin-bottom: 20px;
} 
.woocommerce-checkout .form-row.woocommerce-invalid-required-field input{
    border-color:red;
}
.woocommerce-checkout .form-row input{
    border-color: #979797;
    font-size: 16px;
    line-height: 1.5;
    /* width: 100%; */
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    color: #000;
    /* display: block; */
    min-height: 52px;
    vertical-align: top;
    box-shadow: none;
    border: 1px solid #bfbfbf;
    margin: 0 0 15px;
}
.woocommerce-checkout .form-row select{
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    color: #000;
    display: block;
    min-height: 52px;
    vertical-align: top;
    box-shadow: none;
    border: 1px solid #bfbfbf;
    margin: 0 0 15px;
}
.shop_table .cart_item .product-image{
    position: relative;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
}
.cart_item .product-image .product-quantity{
    position: absolute;
    left: 40px;
    top: 5px;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 2px;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    border-radius: 11px;
    /* background-color: #999999; */
    background-color: #1e7f96;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    z-index: 26;
}
.cart_item .product-image img{
    border: 1px solid #e1e1e1;
    height: 50px;
    width: 50px;
    margin-right: 20px;
    float: left;
}
.lt-minicart{
    display: none;
}
.woocommerce-checkout button#place_order{
    background-color: #1e7f96;
   
    text-transform: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 3px;
    font-size: 20px;
}
.woocommerce-checkout .page-checkout-simple{
    padding: 0;
}

.woocommerce-checkout .shop_table tfoot th{font-weight: 500;font-size: 100%;font-size: 15px;}
form.checkout h3{
    color: #333333;
    font-weight: 500;
    margin-bottom: 25px;
}
.woocommerce-checkout .shop_table .order-total th{border-bottom: 0;}
.woocommerce-checkout .shop_table .order-total td{border-bottom: 0;}
.woocommerce-checkout .shop_table tfoot td{}
.woocommerce-checkout{
    margin-bottom: 0;
}
.woocommerce-checkout .cart-header{
    padding-top:10px;
}
.woocommerce-checkout .pt-0{
    display: table;
}
.woocommerce-checkout .pt-0:after{
    content:'';
    background:#f3f3f3;
    position: absolute;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
}
.woocommerce-form-coupon .coupon input{
    margin-top: 0;
    box-shadow: none;
}
.woocommerce-checkout .pt-0 .large-7{
    display: table-cell;
    max-width: 62.66667%;
    -ms-flex-preferred-size: 62.66667%;
    flex-basis: 62.66667%;
    width: 62.66667%;
    padding-top: 0;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
    /* padding-top: 30px; */
}
.woocommerce-checkout .pt-0 .large-5{
    display: table-cell;
    background: #f3f3f3;
    border-left: 1px solid #eaeaea;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
.shipping__list_label{
    opacity:1;
}
.woocommerce-checkout-review-order-table{}
.woocommerce-checkout-review-order-table th{}
.woocommerce-checkout-review-order-table span{
    color: #383838;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}
.woocommerce-checkout-review-order-table .order-total span{
    font-size:22px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    clear: both;
    padding: 11px;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    text-align: left;
    margin: 0;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
}
#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label {
    background: 0 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #efefef;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151;
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    border-top: 1px solid #bfbfbf;
    margin-bottom: -11px;
}
.woocommerce-form-coupon-toggle .woocommerce-info.message-wrapper{
    text-align: left;
    color: #0b6fd6;
    font-size: 15px;
    padding-top: 0.5em;
}
.woocommerce-form-coupon-toggle input{}
@media screen and (max-width: 48em){
    .greenweb-cart-dk{display: none;}
    .lt-minicart{}
    .lt-minicart .title{
    padding: 15px;
    border-top: 1px solid #dddddd;
    overflow: hidden;
}
    .lt-minicart .title .title-icon{
    max-width: 195px;
    float: left;
    background: url(./images/cart.svg) no-repeat 0px 3px;
    background-size: 15px;
    padding-left: 25px;
}



.lt-minicart .title .title-total{
width: calc(100% - 195px);
    float: right;
    text-align: right;
    padding-left: 20px;
    word-break: break-all;    
}
.lt-minicart .title .title-total span{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
    .lt-minicart .title .title-icon a{
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    position: relative;
    display: block;
    min-width: 12px;
}
.lt-minicart .title .title-icon a:after{
    content:'';
    width: 15px;
    height: 15px;
    position: absolute;
    right: -30px;
    top: 1px;
    margin-top: 0;
    background: url(./images/down-arrow.svg) no-repeat 0px 3px;
    display: inline-block;
    background-size: 15px;
}
    .lt-minicart .title .title-icon span{}
    .lt-minicart .title .title-icon img{
    max-width: 12px;
    position: absolute;
    right: -20px;
    top: 5px;
    margin-top: 0;
}
    .lt-minicart .title .itle-total{}
    .lt-minicart .wrap{
    display: none;
    padding: 0 20px;
}
    .lt-minicart{
    display: block;
    background: #f7f7f7;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    margin: 15px -15px 0;
}
    .woocommerce-checkout .pt-0{
    display: block;
}
    .woocommerce-checkout .pt-0 .large-7{
    display: block;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
}
    .woocommerce-checkout .pt-0 .large-5{
    display: none;
}
.woocommerce-checkout .pt-0:after{
    display:none;
}
}


.checkout-breadcrumbs {
    padding: 15px 0;
    font-size: 12px;
}
.woocommerce-cart .quantity input[type="number"] {
    max-width: 2.5em;
    width: 2.5em;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 1em;
    height: 30px;
}
.woocommerce-cart input[type='button'].is-form {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
    min-height: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
a.remove, a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 20px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #b5b5b5;
    font-weight: bold;
    text-align: center;
    border: 0;
}
.gr_tip{
    font-size: 14px;
    line-height: 19px;
    color: #444;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #D4D9DD;
}
.gr_pay_icons{
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin: 0;
}
.gr_pay_icons img{
    max-width: 40px;
    height: auto;
}
.gr_right_info {
}
.gr_right_info>div {
    padding: 20px 0 0;
}

.gr_info_dis {
    font-size: 14px;
    line-height: 19px;
}

.gr_info_contact {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.gr_right_info>div {
    padding: 20px 0 0;
}
.gr_right_info .gr_info_mail, .gr_right_info .gr_info_tel {
    padding-top: 10px;
}
.gr_info_mail a {
    color: #444;
    font-size: 16px;
    line-height: 22px;
}

.gr_info_links {
    display: flex;
}


.gr_info_links a {
    width: 50%;
    font-size: 16px;
    line-height: 22px;
    color: #399fd2;
    text-decoration: none;
}

.footer-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}
.woocommerce-customer-details{
    display: none;
}
.woocommerce-order-details__title{
    display: none;
}
.woocommerce-table--order-details thead {
    display: none;
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/

/*thank*/
.box-thank ul.wc-item-meta li {
    display: none;
}
.tk-title{text-align: center;}
.tk-title h2{
    margin-bottom: 5px;
    background: url(images/tick.png) no-repeat left;
    padding-left: 50px;
    display: inline-block;
    width: inherit;
}
.tk-title p{}
.tk-info .shop_table tfoot th{
    border: 0;
    font-size: 15px;
    padding-top: 15px;
}
.woocommerce-order-received  #main {
    background-color: #fbfbfb;
}
.tk-info  .shop_table tfoot td{
    border: 0;
}
.tk-info p{
    margin-bottom: 8px;
    font-size: 15px;
}
.tk-info .woocommerce-order-details{
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #eee;
}
.tk-info .woocommerce-order-details img{
    border: 1px solid #eee;
    width: 60px;
    margin-right: 15px;
}
.tk-info strong{}
.lt-mobi{}
.lt-dk{
    display: block;
}


/* IPAD */

@media (min-width: 513px) and (max-width: 768px) {
    .product-info .sticky-add-to-cart-wrapper .single_add_to_cart_button {
        width: 84%;
        height: 60px;
        ;
    }
}


/* IPAD PRO */

@media (min-width: 769px) and (max-width: 1024px) {
    .product-info .sticky-add-to-cart-wrapper .single_add_to_cart_button {
        width: 74%;
        height: 60px;
    }
}

@media screen and (min-width: 850px) {
    .vertical-thumbnails .col { 
        width: 70% !important;
    }
}   
dl.variation dt.variation-Product {
    display: none;
}dl.variation dd.variation-Product {
    display: none;
}.payment_methods p {
    font-size: 100%;
}div#payment label {
    font-size: 100%;
}



.woocommerce-Price-currencySymbol {
    font-size: 0.75em;
    vertical-align: top;
    margin-top: 0.05em;
}


.banner{
    min-height: 0px !important;
}


.cart-collaterals {
    margin-bottom: 40px !important;
}


.wt-label__required:after {
    content: "";
    vertical-align: text-top;
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22%3E%3Cpath d%3D%22M16.89 10.49a1 1 0 0 0-1.34-.49L13 11.32V7.94a1 1 0 0 0-2 0v3.38L8.45 10a1 1 0 0 0-1.34.45 1 1 0 0 0 .44 1.34l2.76 1.38-2.14 2.18a1 1 0 0 0 0 1.42 1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29L12 14.35l2.41 2.42a1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29 1 1 0 0 0 0-1.42l-2.14-2.14 2.76-1.38a1 1 0 0 0 .44-1.34z%22 fill%3D%22var%28--clg-color-sem-text-critical, %239A0027%29%22%2F%3E%3C%2Fsvg%3E');
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-left: -6px;
    display: inline-block;
}