.singleProductBlock .productSummary .variable table.variations select {
    width: 200px;
}

#billing_country_field {
    /* display: none !important; */
    display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #f3f3f3;
}

.select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.select2-dropdown {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

input#coupon_code {
    width: 120px;
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
}

.wc-item-meta li::before {
    display: none !important;
}

.fa, .far, .fas {
    font-family: FontAwesome, "Font Awesome 5 Free" !important;
}

.woocommerce-page .select2-dropdown {
    margin-top: -20px !important;
}

.mobileMenu .sub-menu li.menu-item-has-children > a:after {
    content: '\f0dd';
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -8px;
    font-size: 16px;
    font-family: FontAwesome;
}

.all_terms_block .items .item .name {
    text-decoration: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .all_terms_block .items .item .subitems {
        display: none;
    }
}

.sortBlock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.add_to_cart_btn2.loading:hover, .add_to_cart_btn.loading:hover {
    opacity: 1 !important;
    cursor: progress !important;
}

.add_to_cart_btn2.loading .fa:before, .add_to_cart_btn.loading .fa:before {
    content: "\f110";
}

@keyframes load_rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg)
    }
}

.add_to_cart_btn2.loading .fa, .add_to_cart_btn.loading .fa {
    animation: load_rotate 3s ease-in-out infinite;
}

@media (min-width: 320px) and (max-width: 767px) {
    .frontSlider .item img {
        display: block;
        z-index: 1;
    }

    .frontSlider .bx-wrapper .bx-controls-direction a {
        margin-top: 0;
        top: 0;
        width: 40px;
        height: 100%;
        z-index: 80;
    }
}


.sidebarMenu ul.menu > li > a, .sidebarMenu ul.menu > li > ul > li > a, .mobileMenu ul.menu > li > ul > li > a, .mobileMenu ul.menu > li > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sidebarMenu ul.menu > li > a > span, .sidebarMenu ul.menu > li > ul > li > a > span, .mobileMenu ul.menu > li > ul > li > a > span, .mobileMenu ul.menu > li > ul > li > ul > li > a > span {
    display: block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
}

.productExcerpt {
    display: block;
    margin-top: 16px;
    border-bottom: 1px solid #cdd3d3;
}

.productDescription {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 50px;
}

.productItem .img .availability.availability-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    font-size: 16px;
    color: #1e1e1e;
    border-radius: 11px 11px 0 0;
    z-index: 150;
}

.productsArchiveBlock {
    --label-profit-color: black;
}

.productsArchiveBlock .productItems .productItem .tags .label_custom {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-top: 5px;
    height: 24px;
    background-color: var(--label-profit-color);
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.productsArchiveBlock .productItems .productItem .tags .label_custom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid var(--label-profit-color);
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_custom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid var(--label-profit-color);
    border-left: 8px solid transparent;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
    width: 80px;
    border-radius: 6px;
    box-shadow: none;
}

.woocommerce-cart td.product-name a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    color: var(--blue2);
}

.woocommerce-cart td.product-price, .woocommerce-cart td.product-subtotal {
    position: relative;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.woocommerce-cart a.remove {
    position: absolute;
    top: 0;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
    color: #1e1e1e82 !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    background: none !important;
}

.woocommerce-cart a.remove:hover {
    color: #1e1e1e82 !important;
    background: none !important;
    opacity: .7;
}

@media (min-width: 320px) and (max-width: 767px) {
    .woocommerce-cart a.remove {
        top: -136px;
    }

    .woocommerce table.shop_table_responsive tr td.product-name, .woocommerce-page table.shop_table_responsive tr td.product-name {
        padding-right: 36px;
    }
}

.woocommerce-cart .quantity .qty {
    height: 30px;
    width: 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
}

footer .btn {
    font-size: 12px;
    width: 200px;
}

footer .btn i {
    margin-top: -4px;
    margin-right: 4px;
    font-size: 18px;
    vertical-align: middle;
}