/*
Theme Name: jomo

WooCommerce styles override
*/


/**
 * Shop tables
 */

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

@media (max-width: 767px) {
    table.shop_table_responsive tr td[data-title="Shipping"] {}
    table.shop_table_responsive tr td[data-title="Shipping"]::before {
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }
    table.shop_table_responsive tr td #shipping_method li {
        width: 100%;
    }
    table.shop_table_responsive tr td #shipping_method label {
        display: block;
        text-align: right;
    }
    table.shop_table_responsive tr td.product-quantity::before {
        padding-top: 14px;
    }
}

table.shop_table_responsive tr td.product-thumbnail::before {
    content: none;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
    font-size: 16px;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }
    table.shop_table_responsive tbody th {
        display: table-cell;
    }
    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.shop_table_responsive tr td::before {
        display: none;
    }
}


/**
 * Products
 */

ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 60px;
}

ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    position: relative;
}

ul.products li.product.outofstock a.woocommerce-loop-product__link::after {
    content: "Out Of Stock";
    display: block;
    position: absolute;
    right: 0;
    color: black;
    top: 8px;
    padding: 2px 2px 2px 4px;
    background-color: #fff;
}

ul.products li.product .button {
    display: block;
}

h2.woocommerce-loop-product__title {
    font-family: "Fake Nice", sans-serif;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 30px;
    margin-top: 10px;
    color: #4B4B49;
    text-transform: uppercase;
    font-weight: 400;
}

h2.woocommerce-loop-product__title::after {
    content: "";
    max-width: 259px;
    height: 7px;
    display: block;
    background-image: url(img/stroke.svg);
    background-size: 100% auto;
    width: 80%;
    background-repeat: no-repeat;
}

ul.products li.product a.added_to_cart {
    display: block;
    margin-top: 10px;
    color: #ab896e;
}

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }
    ul.products li.product.first {
        clear: both;
    }
    ul.products li.product.last {
        margin-right: 0;
    }
    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }
    ul.products.columns-2 li.product {
        width: 48.1%;
    }
    ul.products.columns-3 li.product {
        width: 30.79667%;
    }
    ul.products.columns-4 li.product {
        width: 22.15%;
    }
    ul.products.columns-5 li.product {
        width: 16.96%;
    }
    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}

.catalog_description {
    color: #4B4B49;
    font-weight: 600;
    text-transform: uppercase;
}

.products .product .loop_starrating {
    float: left;
    width: 50%;
}

.pricecart {
    float: right;
    width: 50%;
    position: relative;
    text-align: right;
    color: #ab896e;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricecart .price {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    margin: 2px 0 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
    transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
    -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
    transition: opacity .3s ease .15s, transform .3s ease .15s;
    transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

.pricecart a.button {
    color: #ab896e;
    padding: 0!important;
    border: 0;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
}

.pricecart a.button::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 10px;
    display: block;
    bottom: -1px;
    left: 15px;
    right: auto;
    text-align: center;
    background-color: #fff;
    z-index: -9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.products .product:hover .pricecart a.button {
    opacity: 1;
}

.products .product:hover .pricecart a.button::after {
    background-color: #f1edea;
}

.products .product:hover .pricecart .price {
    opacity: 0;
}


/**
 * Single product
 */

.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery-wrapper {
    margin-bottom: 30px;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 9;
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    visibility: hidden;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: -8px -4px;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: -webkit-calc(100% /3);
    width: -moz-calc(100% /3);
    width: calc(100% /3);
    padding: 4px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

@media screen and (min-width: 1130px) {
    .single-product div.product .summary {
        max-width: 431px;
    }
}

.single-product div.product .product_title {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.single-product div.product .product-descp {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.single-product div.product .summary .price {
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 19px;
}

.single-product div.product .price del {
    color: #ab896e;
}

.single-product div.product .price ins {
    background: none;
}

.single-product div.product .price .unit {
    font-size: 80%;
}

.single-product div.product .woocommerce-product-details__short-description {
    font-weight: 600;
    font-size: 14px;
}

.single-product div.product .woocommerce-product-details__short-description p {
    line-height: 1.5;
}

.single-product div.product .woocommerce-product-details__short-description small {
    font-size: 12px;
    font-weight: 600;
    margin-top: -3px;
    display: block;
}

.qualityicons {
    text-align: center;
}

.qualityicons .qualityicon {
    margin-bottom: 20px;
    padding: 0;
}

.single-product div.product .social-sharing {
    margin-top: 0px;
}

.product_description .vc_column-inner {
    padding: 0px 10px !important;
}

.product_description .vc_tta-panel-title a,
.product_details .header>button {
    color: #4B4B49 !important;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 15px!important;
}

.product_details .header>button {
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 45px !important;
    text-decoration: none;
}

.product_details .header>button:hover {
    text-decoration: none;
}

.product_details .header>button i {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.product_details .header>button i::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(-25%, -25%);
    transform: rotate(45deg) translate(-25%, -25%);
    transition: all .2s ease-in-out;
    border-color: #666;
}

.product_details .header>button[aria-expanded=true] i::before {
    -webkit-transform: rotate(225deg) translate(-25%, -25%);
    transform: rotate(225deg) translate(-25%, -25%);
}

.product_details .card {
    border-bottom: 0px;
}

.product_details .card:last-child {
    border-bottom: 1px solid #4B4B49;
}

.product_description .vc_tta-panels .vc_tta-panel,
.product_details .card {
    border-top: 1px solid #4B4B49;
    border-left: 1px solid #4B4B49;
    border-right: 1px solid #4B4B49;
    border-radius: 0px;
}

.product_details .card-body {
    padding: 5px 15px 0;
}

.product_description .vc_tta-panels .vc_tta-panel p {
    line-height: 1.5;
}

.product_description .vc_tta-panels .vc_tta-panel:last-child {
    border-bottom: 1px solid #4B4B49;
}

.product_description .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
}

.single-product div.product .summary .cart {
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-product div.product .summary .cart table.variations tr td {
    padding-bottom: 10px;
}

.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 5px;
}

.single-product div.product .summary .product_meta {
    display: none;
}


/* .single-product div.product .summary .cart::before{
    content: "QUANTITY";
    display: block;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    margin-top: 40px;
} */

.single-product div.product .summary .cart .quantitywrapper,
.woocommerce-cart-form .product-quantity .quantitywrapper {
    display: inline-block;
    width: 70px;
    position: relative;
}
.product_tag-subscription-product .summary .cart .quantitywrapper{
    display:none !important;
}

.single-product div.product .summary .cart .quantitywrapper .plus,
.woocommerce-cart-form .product-quantity .quantitywrapper .plus {
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #4B4B49;
    padding: 2px 7px;
    z-index: 9;
    -webkit-appearance: none;
}

.single-product div.product .summary .cart .quantitywrapper .minus,
.woocommerce-cart-form .product-quantity .quantitywrapper .minus {
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #4B4B49;
    padding: 2px 7px;
    z-index: 9;
    -webkit-appearance: none;
}

@media (max-width: 767px) {
    .single-product div.product .summary .cart .quantitywrapper .plus,
    .woocommerce-cart-form .product-quantity .quantitywrapper .plus,
    .single-product div.product .summary .cart .quantitywrapper .minus,
    .woocommerce-cart-form .product-quantity .quantitywrapper .minus {
        display: none;
    }
    .single-product div.product .summary .cart .quantity input,
    .woocommerce-cart-form .product-quantity .quantitywrapper input {
        padding: 2px 12px 2px 12px !important;
        text-align: right;
    }
}

.single-product div.product .summary .cart .quantity input,
.woocommerce-cart-form .product-quantity .quantitywrapper input {
    width: 100%;
    border: 1px solid #4B4B49;
    border-radius: 0px;
    padding: 2px 0px 2px 12px;
    line-height: 40px;
    font-weight: 700;
}

.woocommerce-cart-form .cross-sells>h2 {
    font-size: 16px;
}

.single-product div.product .summary .variations select,
.single-product div.product .summary .variations .reset_variations {
    font-size: 16px;
    padding: 10px;
}

.single-product div.product .summary .variations select {
    -webkit-appearance: none;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-right: 35px !important;
    border-radius: 0px;
}

.single-product div.product .summary .variations select:focus {
    outline: none;
}

.single-product div.product .summary .variations .variation-radios div input,
.single-product div.product .summary .variations .variation-radios div label {
    vertical-align: middle;
}

.single-product div.product .summary .variations .variation-radios div {
    margin-bottom: 10px;
}

.single-product div.product .summary .variations .variation-radios div label {
    margin-bottom: 0;
    margin-left: 5px;
}

.single-product div.product .summary .variations .label {
    display: block;
    text-transform: uppercase;
}

.single-product div.product .summary .variations .label label {
    margin-bottom: 0px;
}

.single-product div.product .summary .variations .value {
    display: block;
}

.single-product div.product .summary .cart button[type="submit"] {
    display: inline-block;
    width: 183px;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-product div.product .summary .cart button[name="add-to-cart"]:hover {
    background-color: #AB896E !important;
    color: #fff !important;
}

.yith-wcwl-add-button a {
    color: #4B4B49;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 600;
}

.single-product div.product .product_meta,
.single-product div.product .product_meta a {
    color: #7f6346;
    text-transform: uppercase;
    font-weight: 600;
}

.single-product div.product .social-sharing .social-icons {
    padding-left: 0px;
}

.single-product div.product .social-sharing>p,
.single-product div.product .product_meta .metatype {
    width: 75px;
    display: inline-block;
    margin-right: 12px;
}

section.up-sells.upsells.products h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

section.up-sells.upsells.products,
section.related.products {
    clear: both;
}

.summary_title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
}

.summary_title h2 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 3px solid #4B4B49;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.summary_title h2::after {
    content: "";
    display: block;
    width: -webkit-calc(100% + 90px);
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    border-bottom: 1px solid #4B4B49;
    position: absolute;
    left: -45px;
    bottom: 0;
    max-width: 1160px;
    margin: 0 auto;
}

.product_video {
    margin-left: calc(50% - 50vw);
    width: 100vw;
}

.product_video img {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.woocommerce-Reviews input[type="submit"] {
    display: inline-block;
    width: 183px;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.woocommerce-Reviews input[type="submit"]:hover {
    background-color: #AB896E !important;
    color: #fff !important;
}

.woocommerce-Reviews ol.commentlist {
    padding-left: 0px;
}

.woocommerce-Reviews ol.commentlist .review {
    margin-bottom: 40px;
}

.woocommerce-Reviews ol.commentlist .comment-text .description {
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 530px;
    margin-top: 10px;
}

.woocommerce-Reviews ol.commentlist .comment-text .meta {
    color: #937b62;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#review_form .comment-reply-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

.gallerywrapper {
    position: relative;
    max-width: 500px;
}

.gallerywrapper .sale-label {
    position: absolute;
    top: 0;
    z-index: 8;
    font-weight: 600;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.gallerywrapper .onsale {
    background-color: #fff;
    color: #ab896e;
    padding: 3px 7px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}


/**
 * Checkout
 */

@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }
    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}


/**
 * General WooCommerce components
 */


/**
 * Header cart
 */

#mainheader .site-header-cart {
    margin-top: 5px;
}

#mainheader .search-pop {
    margin-top: 5px;
}

.site-header-cart {
    position: relative;
    padding-left: 0px;
    margin: 0;
    padding: 0;
    width: 40px;
    float: right;
    margin-right: 38px;
}

.site-header-cart>li {
    list-style: none;
    position: relative;
}

.site-header-cart>li>a {
    position: absolute;
    left: 5px;
    top: 13px;
    font-weight: 600;
    color: #4B4B49;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .cart-contents span.count {
    width: 15px;
    text-align: center;
    display: block;
}


/* .site-header-cart .widget_shopping_cart{
	position: absolute;
    top: 100%;
    left: 0 !important ;
    right: 0;
    text-align: left;
	display:block;
} */

.site-header-cart .widget_shopping_cart {
    margin-top: 35px;
    background-color: #fff;
}

.site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
    padding: 30px 30px 15px;
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    padding: 15px 30px;
}

.widget_shopping_cart_content ul {
    padding-left: 0px;
}

.widget_shopping_cart_content ul li {
    list-style: none;
    display: flex;
}

.widget_shopping_cart_content ul li a.remove {
    width: 15px;
    height: 15px;
}

.widget_shopping_cart_content ul li img {
    width: 44px;
}

.widget_shopping_cart_content ul li a,
.widget_shopping_cart_content ul li span {
    display: inline-block;
    vertical-align: middle;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

.mini_cart_item {
    display: table;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}

.mini_cart_item .mcart-image,
.mini_cart_item .mcart-content,
.mini_cart_item .mcart-remove {
    display: table-cell;
    vertical-align: top;
}

.mcart-image {
    width: 44px;
}

.mini_cart_item .mcart-content {
    padding: 0px 11px;
}

.mini_cart_item .mcart-remove {
    padding-top: 5px;
}

.mini_cart_item .mcart-remove a {
    color: #ab896e;
}

.mcart-footer {
    padding-top: 15px;
    margin: 0 30px 30px;
    border-top: 1px solid #ab896e;
}

.woocommerce-mini-cart__total {
    display: table;
    width: 100%;
}

.woocommerce-mini-cart__total strong,
.woocommerce-mini-cart__total span {
    display: table-cell;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    text-align: right;
}

.woocommerce-mini-cart__buttons a {
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    padding: 7px 12px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.woocommerce-mini-cart__buttons a:hover {
    background-color: #AB896E !important;
    color: #fff !important;
}


/**
	 * Header cart
	 */

.site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
    left: -225px;
    width: 254px;
    right: 0;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -moz-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
    transition: all 0.3s ease-out 0.2s;
}

.site-header-cart .widget_shopping_cart {
    top: 0;
    padding-top: 34px;
}

#masthead .site-header-cart .widget_shopping_cart {
    padding-top: 44px;
}

.widget_shopping_cart_content {
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
    display: block;
    opacity: 1;
}

.site-header-cart .widget_shopping_cart>div {
    border: 1px solid #ab896e;
    /* border-right:1px solid #ab896e;
		border-bottom:1px solid #ab896e; */
}


/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ab896e;
}

.woocommerce-product-rating a.woocommerce-review-link {
    color: #ab896e;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}


/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}


/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}


/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}


/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0f834d;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: transparent;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}


/**
 * WooCommerce widgets
 */


/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}


/**
 * WooCommerce Account Login
 */

.woocommerce-cart-form {
    margin-top: 20px;
}

.woocommerce-form .form-row {
    margin: auto 0;
    display: block;
}

.woocommerce-form .form-row>label,
.woocommerce-form .form-row>input {
    display: block;
}

.woocommerce-form .form-row {
    margin-bottom: 10px;
}

.woocommerce-form .form-row>label {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #4B4B49 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.woocommerce-form-login__rememberme {
    margin-bottom: 10px;
}

.woocommerce-form-login__rememberme>input,
.woocommerce-form-login__rememberme>span {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-form .form-row>input,
.woocommerce-form .form-row .password-input input {
    border: 1px solid #4B4B49;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px !important;
    width: 100%;
    max-width: 280px;
}

.woocommerce-button {
    display: inline-block;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
}

.woocommerce-button:hover {
    background-color: #AB896E !important;
    color: #fff !important;
}

.woocommerce-message {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E8D3C1;
    background-color: transparent;
}
.woocommerce-message > .button.wc-forward.wp-element-button{
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
        color: rgba(0, 0, 0, 0.8);
}

.wc_payment_methods .woocommerce-notice {
    list-style: none;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E8D3C1;
    background-color: transparent;
    margin-left: -20px;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E8D3C1;
    background-color: transparent;
}

.form-row.create-account {
    margin-left: 0px;
    margin-right: 0px;
}

.woocommerce-form__label-for-checkbox input,
.woocommerce-form__label-for-checkbox span {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-form__label-for-checkbox input {
    margin-top: 0px;
}

.woocommerce-additional-fields__field-wrapper .form-row {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}

.woocommerce-cart-form thead {
    border-bottom: 1px solid #E8D3C1;
}

.woocommerce-cart-form td,
.woocommerce-cart-form th {
    padding: 15px 0 15px 5px;
}

.woocommerce-cart-form td.product-remove {
    width: 30px;
}

@media (max-width: 767px) {
    .woocommerce-cart-form td.product-remove {
        width: 100%;
        text-align: center;
        background-color: #f1edea !important;
    }
    table.shop_table_responsive tr td.product-remove a {
        font-size: 20px;
    }
    .woocommerce-cart-form td.product-thumbnail {
        padding-right: 0px;
        width: 50%;
        text-align: right;
        float: right;
    }
}

.woocommerce-cart-form td.product-thumbnail {
    width: 72px;
    padding-right: 10px;
}

.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #E8D3C1;
}

.shop_table td.actions .coupon label {
    font-size: 0;
    position: absolute;
}

.checkout_coupon .form-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.checkout_coupon .form-row-first {
    float: left;
    width: 50%;
}

.checkout_coupon .form-row-last {
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
}

.shop_table td.actions .coupon label:before,
.checkout_coupon .form-row-first:before {
    font-size: 14px;
    font-family: ElegantIcons;
    content: "\e008";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 9;
}

.shop_table td.actions .coupon input[type=text],
.checkout_coupon input[name="coupon_code"] {
    width: 50%;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 26px;
    border-bottom: 1px solid #E8D3C1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0px;
}

.checkout_coupon input[name="coupon_code"] {
    width: 100%;
}

.checkout_coupon input[name="coupon_code"]:active,
.checkout_coupon input[name="coupon_code"]:focus-visible,
.checkout_coupon input[name="coupon_code"]:focus-within {
    outline: none;
}

.shop_table td.actions .coupon button,
.checkout_coupon button {
    color: #ab896e;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0!important;
    border: 0;
    white-space: nowrap;
    background-color: transparent;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
}

.shop_table td.actions .coupon button::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 10px;
    display: block;
    bottom: -1px;
    left: 19px;
    right: auto;
    text-align: center;
    background-color: #f1edea;
    z-index: -9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkout_coupon button::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 10px;
    display: block;
    bottom: 2px;
    left: 19px;
    right: auto;
    text-align: center;
    background-color: #f1edea;
    z-index: -9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.shop_table td.actions>button {
    display: inline-block;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    cursor: pointer;
}


/* .shop_table td.actions > button[aria-disabled="true"]{
	opacity:0.5;
} */

.shop_table td.actions>button[aria-disabled="true"]:hover {
    opacity: 0.5;
}

.shop_table td.actions>button[aria-disabled="false"]:hover {
    background-color: #AB896E !important;
    color: #fff !important;
    cursor: pointer;
}

.cart-collaterals,
.final-order-check>div {
    padding: 30px;
    border: 1px solid #f1edea;
    font-size: 14px;
}

.cart-collaterals h2,
.final-order-check h2 {
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table th {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    border-bottom: 1px solid #f1edea;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    width: 50%;
}

#shipping_method,
.payment_methods {
    padding-left: 0px;
}

#shipping_method li,
.payment_methods li {
    list-style: none;
}

.payment_methods li {
    border: 1px solid;
    padding: 10px 10px;
    margin-bottom: 0px !important;
}


/* .payment_methods li:first-child{
	border-bottom:0px;
} */

.payment_box p,
.woocommerce-privacy-policy-text p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 10px;
}

.woocommerce-privacy-policy-text p {
    margin-bottom: 10px;
}

.form-row {
    margin-left: 0px;
    margin-right: 0px;
}

#shipping_method li input {}

#shipping_method li label,
#shipping_method li input,
.payment_methods li label,
.payment_methods li input {
    display: inline-block;
    vertical-align: middle;
}

#shipping_method li label,
.payment_methods li label {
    margin-bottom: 0px;
    margin-left: 0px;
}

.cart-collaterals table th,
.cart-collaterals table td {
    vertical-align: top;
}

.cart-collaterals table tr td {
    padding-bottom: 20px;
    line-height: 1.2;
}

.cart-collaterals table th {
    text-transform: uppercase;
    padding-right: 20px;
    line-height: 1.2;
}

.cart-collaterals ul#shipping_method {
    padding-left: 0px;
}

.cart-collaterals ul#shipping_method li {
    list-style: none;
}

.cart-collaterals ul#shipping_method li input {
    margin-right: 5px;
    margin-top: 1px;
}

.cart-collaterals ul#shipping_method li input,
.cart-collaterals ul#shipping_method li label {
    display: inline-block;
    vertical-align: top;
}

.cart-collaterals ul#shipping_method li {
    display: table;
}

.cart-collaterals ul#shipping_method li input {
    width: 15px;
    display: table-cell;
}

.cart-collaterals ul#shipping_method li label {
    display: table-cell;
}

.cart-collaterals .woocommerce-shipping-destination {
    line-height: 1.1;
}

.woocommerce-shipping-calculator {
    position: relative;
}

.woocommerce-shipping-calculator a.shipping-calculator-button {
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-bottom: 20px;
    color: #ab896e;
}

.woocommerce-shipping-calculator a.shipping-calculator-button::before {
    content: "";
    position: absolute;
    width: 62px;
    z-index: -1;
    height: 10px;
    display: block;
    top: 7px;
    left: 28px;
    right: auto;
    text-align: center;
    background-color: #f1edea;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

section.shipping-calculator-form {
    padding: 5px;
}

section.shipping-calculator-form input,
section.shipping-calculator-form .select2-selection {
    border: 1px solid #4B4B49;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px !important;
    width: 100%;
    max-width: 280px;
}

section.shipping-calculator-form .select2-selection {
    height: 32px;
}

section.shipping-calculator-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url("img/arrow.png") no-repeat scroll 98% center;
}

.woocommerce-shipping-calculator button[type="submit"] {
    color: #ab896e;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0!important;
    border: 0;
    white-space: nowrap;
    background-color: transparent;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
}

.woocommerce-shipping-calculator button[type="submit"]::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 10px;
    display: block;
    bottom: 3px;
    left: -2px;
    right: auto;
    text-align: center;
    background-color: #f1edea;
    z-index: -9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.wc-proceed-to-checkout a,
.place-order button[type="submit"] {
    display: inline-block;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
}

.wc-proceed-to-checkout a:hover,
.place-order button[type="submit"]:hover {
    background-color: #AB896E !important;
    color: #fff !important;
    cursor: pointer;
}

@media (max-width: 1150px) {
    .woocommerce-cart .woocommerce .row>div.col-8 {
        max-width: 60% !important;
        width: 60% !important;
        flex: none;
    }
    .woocommerce-cart .woocommerce .row>div.col-4 {
        max-width: 40% !important;
        width: 40% !important;
        flex: none;
    }
}

@media (max-width: 991px) {
    .woocommerce-cart .woocommerce .row>div.col-8 {
        max-width: 100% !important;
        width: 100% !important;
        flex: none;
    }
    .woocommerce-cart .woocommerce .row>div.col-4 {
        max-width: 100% !important;
        width: 100% !important;
        flex: none;
    }
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    border-top:
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 3px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #ab896e !important;
    color: #fff;
}

.woocommerce-Address a {
    display: inline-block;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.woocommerce-Address a:hover {
    background-color: #AB896E !important;
    color: #fff !important;
    cursor: pointer;
}

.checkout.woocommerce-checkout {
    clear: both;
}

@media (min-width: 929px) {
    .woocommerce-address-fields__field-wrapper {
        /* -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
		  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em; */
    }
    .woocommerce-address-fields__field-wrapper>p {
        display: inline-block;
        width: -webkit-calc(49% - 30px);
        width: -moz-calc(49% - 30px);
        width: calc(49% - 30px);
    }
    .woocommerce-billing-fields__field-wrapper>p,
    .woocommerce-shipping-fields__field-wrapper>p {
        display: inline-block;
        width: -webkit-calc(49% - 30px);
        width: -moz-calc(49% - 30px);
        width: calc(49% - 30px);
        vertical-align: bottom;
    }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    margin-left: -15px;
    margin-right: -25px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
    margin-left: 15px;
    margin-right: 15px;
}

.woocommerce-billing-fields__field-wrapper .select2-container {
    vertical-align: bottom;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row input {
    display: block;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row .select2-selection,
.woocommerce-shipping-fields__field-wrapper .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row .select2-selection {
    border-bottom: 1px solid #4B4B49;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px !important;
    width: 100%;
    max-width: 280px;
}

.woocommerce-additional-fields__field-wrapper textarea {
    border: 1px solid #4B4B49;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px !important;
}

.woocommerce-additional-fields__field-wrapper :focus,
.woocommerce-additional-fields__field-wrapper select:focus,
.woocommerce-additional-fields__field-wrapper input:focus,
.woocommerce-additional-fields__field-wrapper textarea:focus,
.woocommerce-additional-fields__field-wrapper :focus-within,
.woocommerce-additional-fields__field-wrapper select:focus-within,
.woocommerce-additional-fields__field-wrapper input:focus-within,
.woocommerce-additional-fields__field-wrapper textarea:focus-within .woocommerce-billing-fields__field-wrapper :focus,
.woocommerce-billing-fields__field-wrapper select:focus,
.woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper textarea:focus,
.woocommerce-billing-fields__field-wrapper :focus-within,
.woocommerce-billing-fields__field-wrapper select:focus-within,
.woocommerce-billing-fields__field-wrapper input:focus-within,
.woocommerce-billing-fields__field-wrapper textarea:focus-within {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    opacity: 0;
}

.woocommerce-billing-fields__field-wrapper .form-row .select2-selection,
.woocommerce-shipping-fields__field-wrapper .form-row .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url("img/arrow.png") no-repeat scroll 98% center;
    height: 32px;
    margin-bottom: 0px;
}

.woocommerce-address-fields__field-wrapper label {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-address-fields__field-wrapper input,
.woocommerce-address-fields__field-wrapper select {
    border: 1px solid #4B4B49;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px !important;
    width: 100%;
    padding: 3px;
}

.woocommerce-address-fields__field-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-address-fields__field-wrapper .form-row {
    /* display:block;
column-break-inside:avoid;
 -webkit-column-break-inside: avoid;
*/
    margin-left: 15px;
    margin-right: 15px;
}

.woocommerce-address-fields__field-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url("img/arrow.png") no-repeat scroll 98% center;
}

.woocommerce-address-fields button {
    display: inline-block;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 30px;
    /* margin-left: auto;
    margin-right: auto;
    display: block; */
}

.woocommerce-address-fields button:hover {
    background-color: #AB896E !important;
    color: #fff !important;
    cursor: pointer;
}

.woocommerce-address-fields .required {
    text-decoration: none;
}

@media (max-width: 767px) {
    .woocommerce-input-wrapper,
    .woocommerce-input-wrapper input,
    .woocommerce-input-wrapper textarea {
        width: 100%;
    }
}

.woocommerce-EditAccountForm .form-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
}

.woocommerce-EditAccountForm .form-row label {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-EditAccountForm .form-row input {
    display: block;
    border: 1px solid #4B4B49;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px !important;
    width: 100%;
    padding: 3px;
    max-width: 300px;
}

.woocommerce-EditAccountForm button {
    display: inline-block;
    background-color: #f1edea !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 30px;
    /* margin-left: auto;
    margin-right: auto;
    display: block; */
}

.woocommerce-EditAccountForm button:hover {
    background-color: #AB896E !important;
    color: #fff !important;
    cursor: pointer;
}

.woocommerce-billing-fields__field-wrapper {}

.woocommerce-order ul {
    padding-left: 0px;
}

.woocommerce-order ul,
.woocommerce-order li {
    list-style: none;
}

.woocommerce-order-overview {
    margin-bottom: 40px;
}

.woocommerce-bacs-bank-details {
    margin-bottom: 40px;
}

.wc-bacs-bank-details-heading {
    margin-bottom: 20px;
}

.wc-bacs-bank-details-account-name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.woocommerce-table--order-details tr {
    border-bottom: 1px solid #E8D3C1;
}

.woocommerce-table--order-details tr th,
.woocommerce-table--order-details tr td {
    padding: 10px;
}

.woocommerce-order .woocommerce-customer-details {
    margin-top: 40px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column--1,
.woocommerce-order .woocommerce-customer-details .woocommerce-column--2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
}

.payment_method_stripe fieldset .form-row>div {
    width: 100%;
}