.single-post .addtoany_content {
    margin-top: 60px!important;
    margin-bottom: -10px!important;
}
.single-post .addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 0!important;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
}
.single-post .addtoany_list a:not(.addtoany_special_service)>span svg {
    width: 50px;
    height: 50px;
}
.single-post .a2a_button_facebook span {
    background-color: #3c5a9a!important;
}
.single-post .a2a_button_twitter span {
    background-color: #34cbff!important;
}
.single-post .a2a_button_pinterest span {
    background-color: #fe0000!important;
}
.single-post .a2a_button_linkedin span {
    background-color: #2868b2!important;
}

.inner-pagination {
    margin-top: 80px;
    text-align: center;
}
.inner-pagination .current {
    background-color: #ac3440;
    color: #fff;
    padding: 14px 18px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    padding: 6px 12px;
    border-radius: 50%;
}


.inner-pagination a {
    border-radius: 50%;
    color: #444;
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 20px;
	padding: 6px 12px;
}

.inner-pagination .prev, .inner-pagination .next{
    color: #ac3440;
	padding: 0;
}

.inner-pagination .prev{
    margin-right: 25px;
}

.inner-pagination .next{
    margin-left: 20px;
}


@media screen and (max-width: 575px) {
	
	.inner-pagination .current {
		padding: 4px 8px;
	}	
	
    .inner-pagination {
        margin-top: 30px;
    }

	.inner-pagination a  {
        margin-left: 5px;
        margin-right: 5px;
		font-size: 15px;
		padding: 4px 8px;
    }

    .inner-pagination .prev{
        margin-right: 10px;
    }

    .inner-pagination .next{
        margin-left: 10px;
    }
       	
}


.woocommerce-box .cart .add_to_cart_button:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    content: "\f07a";
    font-weight: 900;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}
 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}


.woocommerce-form-login-toggle {
    display: none;
}




/* 10/23/2020 */

/* global woocommerce */
select.orderby {
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='10' height='10' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='444'/></g></svg>") no-repeat;
    background-position: right 15px top 50%;
    border-color: #ddd;
    padding-left: 15px;
    padding-right: 45px;
    height: 45px;
    color: #444;
    appearance: none;
    font-size: 15px;
    width: 100%;
    background-color: #eee;
}
select.orderby:focus {
    outline: 0;
}

.woocommerce form label {
    margin-bottom: 0;
}
.woocommerce button.button,
.woocommerce a.button {
    border-radius: 0!important;
}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel] {
    height: 45px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: inner-spin-button !important;
   opacity: 1!important;

}
/* woocommerce custom select */
.woocommerce .select2-container--default .select2-selection--single {
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 0;
    height: 45px;
    text-align: left;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce .select2-container--default .select2-selection--single:focus,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: 0;
}

.woocommerce input,
.woocommerce textarea,
.new-register input {
    background-color: #fff;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce textarea {
    padding-top: 7px;
}
.woocommerce input:focus,
.woocommerce textarea:focus,
.new-register input:focus {
    outline: 0;
}
.woocommerce input,
.woocommerce textarea,
.woocommerce input::placeholder,
.woocommerce textarea::placeholder,
.new-register input,
.new-register input::placeholder {
    font-size: 14px;
    color: #444;
}


@media screen and (max-width: 767px) {
    .woocommerce input[type=text], .woocommerce input[type=email], .woocommerce input[type=password], .woocommerce input[type=tel],
    .woocommerce .select2-container--default .select2-selection--single, .new-register input {
        height: 50px;
    }
    .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
    }
}
@media screen and (max-width: 575px) {
    .woocommerce input, .woocommerce textarea, .woocommerce input::placeholder, .woocommerce textarea::placeholder, .new-register input::placeholder {
        font-size: 14px;
    }
}

/* Shop Page CSS */
.woocommerce .product-listing-page-section {
    background-color: #fbfbfb
}
.woocommerce .product-listing-page-section p.woocommerce-result-count {
    font-family: 'Avenir LT Std 95 Black';
    font-style: normal;
    font-size: 20px;
    color: #a0213f;
    margin-bottom: 0;
    margin-top: 7px;
}
.woocommerce.single-product div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .woocommerce .mobile-result-count .woocommerce-result-count {
        display: none;
    }
}
.woocommerce .sort-container {
    float: right;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.woocommerce .sort-container p {
    color: #a0213f;
    font-family: 'Avenir LT Std 95 Black';
    font-style: normal;
    padding-right: 10px;
    font-size: 20px;
}
.woocommerce .sort-container .woocommerce-ordering {
    margin-bottom: 0;
}

.woocommerce ul.products {
    margin-bottom: 0!important;
}
.woocommerce ul.products li.product {
    margin-bottom: 35px!important;
}
.woocommerce ul.products li.product span.onsale {
    background-color: #a0213f;
    color: #fcd240;
    border-radius: 0;
    line-height: normal;
    height: 50px;
    width: 60px;
    font-size: 16px;
    font-family: 'Avenir LT Std 95 Black';
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    margin-top: 0;
    margin-right: 15px;
}
.woocommerce ul.products li.product span.onsale span {
    color: #fff;
    display: block;
    width: 100%;
    margin-top: -20px;
    text-align: center;
}

.woocommerce ul.products li.product img {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 10px!important;
    width: 100%!important;
}

.woocommerce ul.products li.product ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce ul.products li.product .woocommerce-box .text p,
.woocommerce ul.products li.product .woocommerce-box .text span.price {
    font-size: 20px;
}

.woocommerce ul.products li.product .woocommerce-box .text p {
    font-family: 'Avenir LT Std 95 Black';
    font-weight: normal;
}

.woocommerce ul.products li.product .out-of-stock-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5c10b;
    color: #ddae1f;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 15px;
}

.woocommerce ul.products li.product .woocommerce-box .text p a {
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-box .text span.price {
    color: #a0213f;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-box .cart a {
    margin-top: 0;
    background-color: #ddae1f;
    color: #fff;
    font-size: 15.5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce ul.products li.product .woocommerce-box .cart a.added::after {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-box .cart a::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.woocommerce ul.products li.product .woocommerce-box .cart a.added_to_cart.wc-forward {
    display: none;
}
.xoo-wsc-basket {
    right: 20px;
}

.woocommerce ul.products li.product.outofstock .cart a {
    display: none;
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
@media screen and (max-width: 1199px) {
    .woocommerce ul.products li.product .woocommerce-box .text p,
    .woocommerce ul.products li.product .woocommerce-box .text span.price {
        font-size: 15px;
    }
    .woocommerce .woocommerce-ordering {
        margin-bottom: 30px;
    }
    .woocommerce ul.products li.product .out-of-stock-badge {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .woocommerce ul.products li.product .woocommerce-box .cart a {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }
    .woocommerce ul.products li.product .woocommerce-box .cart a.added:after {
        display: none;
    }
    .product-listing-page-section .section-title-small .sort-box form select {
        font-size: 13px;
    }
    .woocommerce .product-listing-page-section p.woocommerce-result-count {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce ul.products li.product .button {
        font-size: 14px;
    }
    .woocommerce ul.products li.product span.onsale {
        height: 30px;
        width: 30px;
        font-size: 13px;
        margin-right: 0;
    }
    .woocommerce ul.products li.product span.onsale span {
        margin-top: -15px;
    }
}
@media screen and (max-width: 575px) {
    .product-listing-page-section .section-title-small .sort-box form select {
        height: 40px;
    }
    .woocommerce .product-listing-page-section p.woocommerce-result-count {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .woocommerce .product-listing-page-section p.woocommerce-result-count,
    .woocommerce .sort-container p {
        font-size: 15px;
    }
    .woocommerce .sort-container {
        width: 100%;
    }
    .woocommerce .sort-container p {
        width: 25%;
    }
    .woocommerce .sort-container {
        margin-bottom: 20px;
    }
    .woocommerce .sort-container form {
        width: 75%;
    }
    .woocommerce .desktop-result-count {
        display: none;
    }

}


/* Single Product Page CSS */
.single-product header.banner-innerpage {
    display: none;
}
.single-product .product-listing-page-section {
    margin-top: 91px;
}
.single-product .section-title-small {
    display: none;
}
.woocommerce div.product h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'AvenirLTStd-Roman';
    font-weight: normal;
}
.woocommerce div.product p.price {
    color: #ab313d;
    font-size: 20px;
}
.woocommerce.single-product div.product .onsale {
    display: none;
}
.woocommerce div.product .summary .price-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.woocommerce div.product .summary .price-wrapper p.price ins {
    text-decoration: none;
}

.woocommerce div.product .summary .price-wrapper .onsale-single {
    background-color: #a0213f;
    color: #ddae1f;
    padding: 3px 10px;
    font-family: 'Avenir LT Std 95 Black';
    font-style: normal;
    margin-left: 15px;
}
.woocommerce div.product .summary .price-wrapper .onsale-single span {
    color: #fff;
    padding-left: 5px;
}
.woocommerce div.product p.stock.out-of-stock {
    display: none;
}
.woocommerce div.product .summary .item-stock {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.woocommerce div.product .summary .item-stock:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 7px;
    font-size: 17px;
}
.woocommerce div.product .summary .item-stock.in-stock {
    color: #3db414;
}
.woocommerce div.product .summary .item-stock.in-stock:before {
    content: "\f058";
    
}
.woocommerce div.product .summary .item-stock.out-of-stock:before {
    content: "\f057";
}

.woocommerce div.product .single-product-main-image,
.woocommerce div.product .thumbnails .thumb {
    border: 1px solid #ddd;
}
.woocommerce div.product .thumbnails .thumb {
    padding: 8px;
}
.woocommerce div.product .thumbnails {
    height: auto!important;
}
.woocommerce div.product form.cart {
    margin-top: 30px;
    margin-bottom: 25px;
}
.woocommerce div.product form.cart,
.woocommerce div.product form.cart .box-one {
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart select {
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='10' height='10' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='444'/></g></svg>") no-repeat;
    background-position: right 15px top 50%;
    border-color: #ddd;
    padding-left: 15px;
    padding-right: 45px;
    height: 45px;
    color: #444;
    appearance: none;
    font-size: 15px;
    width: 100%;
    background-color: #eee;
}
.woocommerce div.product form.cart {
    flex-wrap: wrap;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: baseline;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ab313d;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
    padding-bottom: 0;
}
.woocommerce div.product form.cart .variations label {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
.woocommerce div.product form.cart select:focus {
    outline: 0;
}
.woocommerce div.product form.cart .box-one {
    margin-right: 25px;
}
.woocommerce div.product form.cart .box-one p {
    margin-right: 10px;
    font-size: 16px;
}
.woocommerce div.product form.cart .box-one .quantity input {
    background-color: #eee;
    width: 65px;
}
.woocommerce div.product form.cart .box-two a,
.woocommerce div.product form.cart .box-two i {
    display: none;
}
.woocommerce div.product form.cart .button,
.woocommerce #reviews #review_form form .form-submit input[type=submit] {
    background-color: #ddae1f;
    border-radius: 5px!important;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 20px;
}

.woocommerce div.product form.cart .button::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}
.woocommerce #reviews {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.woocommerce #reviews #comments,
.woocommerce #reviews #review_form_wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce #reviews h2 {
    font-size: 25px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 1px;
    margin-top: 25px;
}
.woocommerce .star-rating {
    color: #a0213f;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 32px!important;
}

.woocommerce #reviews #review_form form p label {
    margin-bottom: 0;
}
.woocommerce #reviews #review_form form .comment-form-author input,
.woocommerce #reviews #review_form form .comment-form-email input {
    width: 100%;
}
.woocommerce #reviews #review_form form .form-submit {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: right;
}
.woocommerce #reviews #review_form form .comment-form-comment {
    margin-bottom: 0;
}
.woocommerce.logged-in #reviews #review_form form .comment-form-comment {
    margin-top: -10px;
}
.woocommerce p.stars a {
    font-size: 20px;
}
.woocommerce #reviews #review_form #reply-title {
    font-size: 25px;
    font-family: "Serpentine Bold", "Arial", sans-serif;
    font-style: italic;
    display: block;
    margin-bottom: 13px;
}
.woocommerce .related.products {

    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 4rem;
    margin-top: 4.2rem;
}

.woocommerce .related.products h2 {
    color: #ab313d;
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
    .woocommerce div.product form.cart .button, 
    .woocommerce #reviews #review_form form .form-submit input[type=submit],
    .woocommerce div.product form.cart .box-one p {
        font-size: 17px;
    }
    .woocommerce .related.products h2 {
        font-size: 25px;
    }

    .woocommerce div.product h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .woocommerce .related.products h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .single-product .product-listing-page-section {
        margin-top: 84.63px;
    }
    .woocommerce #reviews h2,
    .woocommerce #reviews #review_form #reply-title {
        font-size: 20px;
    }
    .woocommerce p.stars a {
        font-size: 17px;
    }
    .woocommerce div.product form.cart .button, 
    .woocommerce #reviews #review_form form .form-submit input[type=submit],
    .woocommerce div.product form.cart .box-one p {
        font-size: 15px;
    }
    .woocommerce .related.products h2 {
        font-size: 21px;
        margin-bottom: 25px;
    }
    .woocommerce div.product h2 {
        font-size: 30px;
    }
    .woocommerce div.product p.price {
        font-size: 18px;
    }
    .woocommerce div.product .summary .item-stock.in-stock {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .woocommerce div.product .summary .item-stock.in-stock:before {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce #reviews {
        flex-wrap: wrap;
    }
    .woocommerce #reviews #comments,
    .woocommerce #reviews #review_form_wrapper {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .woocommerce #reviews #comments {
        margin-bottom: 5px;
    }
    .woocommerce #reviews h2,
    .woocommerce #reviews #review_form #reply-title {
        font-size: 17px;
    }
    .woocommerce.logged-in #reviews #review_form form .form-submit {
        margin-top: 10px;
    }
    .woocommerce div.product h2 {
        font-size: 27px;
    }
}
@media screen and (max-width: 575px) {
    .single-product .product-listing-page-section {
        margin-top: 72.94px;
    }
}


/* cart page and cart modal */
.woocommerce-cart table thead {
    background-color: #a0213f!important;
    color: #fff!important;
}
.woocommerce-cart table thead th:first-of-type {
    border-right: none!important;
}
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td {
    padding: 30px 0;
    border: 1px solid #ffff;
    border-top: 1px solid #ddd;
}
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon {
    display: flex;
}
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon input {
    margin-right: 15px;
    width: auto;
}
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon input {
    border-color: #eee;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
}
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td button,
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td button:hover {
    background-color: #888888;
    color: #fff;
    border-radius: 5px!important;
    text-transform: uppercase;
    font-weight: bold;
}
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td button:disabled[disabled]{
    background-color: #cccccc;
    color: #444!important;
    opacity: 1!important;
}
.woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td button {
    height: 45px;
    font-size: 15px;
}
.woocommerce .cart-collaterals {
    margin-top: 40px;
}
.woocommerce .cart-collaterals h2 {
    color: #a0213f;
    text-transform: capitalize;
    font-size: 20px;
}
.woocommerce .cart-collaterals table {
    border-collapse: collapse!important;
}
.woocommerce .cart-collaterals table th,
.woocommerce .cart-collaterals table td {
    border: 1px solid #ddd!important;
    vertical-align: middle!important;
    padding: 15px 12px;
}
.woocommerce-page .cart-collaterals .cart_totals table th {
    background-color: #eee;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.woocommerce .cart-collaterals a {
    border-radius: 5px!important;
    font-size: 16px!important;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 8px 1em!important;
    line-height: unset;
}
.woocommerce .cart-collaterals a.shipping-calculator-button {
    padding: 0!important;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.continue-shopping-button {
    border: 1px solid #444;
    color: #444;
    margin-right: 30px;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.button,
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.button:hover {
    background-color: #ddae1f;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.button {
    margin-bottom: 0;
}
.woocommerce .woocommerce-shipping-calculator p {
    margin-bottom: 15px!important;
    padding: 0;
}
.woocommerce .woocommerce-shipping-calculator p button.button {
    background-color: #888;
    color: #fff;
}



@media screen and (max-width: 991px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .woocommerce .cart-collaterals .wc-proceed-to-checkout {
        flex-wrap: wrap;
        justify-content: center;
    }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
        width: 100%;
        height: 37px;
    }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout a.continue-shopping-button {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .woocommerce .cart-collaterals a {
        font-size: 14px!important;
    }
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.xoo-wsc-modal,
.xoo-wsc-footer,
.xoo-wsc-body, 
.xoo-wsc-body span.amount, 
.xoo-wsc-body a {
    color: #444;
}
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont a.button {
    font-weight: 400;
}
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont a.button,
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont a.button:hover {
    background-color: #a0213f;
    color: #fff;
}
.xoo-wsc-items-count, .xoo-wsc-sc-count {
    background-color: #a0213f;
}
.xoo-wsc-basket {
    color: #a0213f;
}
@media screen and (max-width: 1199px) {
    .xoo-wsc-basket,
    .xoo-wsc-cart-active .xoo-wsc-basket {
        display: none!important;
    }
	.mobile-footer-nav form {
		width: 75%;
		margin: 20px auto;
		margin-top: 0;
	}
}
@media screen and (max-width: 991px) {
    .xoo-wsc-modal .xoo-wsc-ft-buttons-cont a.button,
    .xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
        font-size: 15px;
    }
    .woocommerce .cart-collaterals h2 {
        font-size: 25px;
    }
    .woocommerce .cart-collaterals table th, 
    .woocommerce .cart-collaterals table td {
        border: none!important;
        border-top: 1px solid #ddd!important;
    }
    .woocommerce .cart-collaterals table {
        border-top: none;
    }
    .woocommerce .cart-collaterals table .woocommerce-shipping-totals td {
        background-color: #fff!important;
    }
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        font-size: 15px;
    }
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td {
        background-color: #fff;
    }
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon {
        justify-content: space-between;
        padding-bottom: 1.5rem;
    }
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon::before,
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon::after {
        content: none;
    }
}
@media screen and (max-width: 767px) {
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td button {
        font-size: 13px;
    }
}
@media screen and (max-width: 575px) {
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon input {
        width: 120px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon input,
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td button {
        height: 40px;
    }
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon input,
    .woocommerce .woocommerce-cart-form .shop_table tr:last-of-type td .coupon input::placeholder {
        font-size: 13.5px;
    }
}
@media screen and (max-width: 400px) {
    .xoo-wsc-container, 
    .xoo-wsc-slider {
        max-width: 280px;
    }
    .xoo-wsc-cart-active .xoo-wsc-basket {
        right: 280px;
    }
}

/* woocommerce table */
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce table {
    border-color: #ddd!important;
    border-radius: 0!important;
}
.woocommerce table thead {
    background-color: #eee;
    color: #a0213f;
}
.woocommerce-cart table.cart .product-thumbnail {
    width: 130px;
    border-right: 1px solid #ddd;
}
.woocommerce table .product-thumbnail img {
    width: 100px!important;
}
.woocommerce table.shop_table td {
    padding: 15px 18px;
}
.woocommerce table .product-remove {
    padding-left: 10px!important;
    width: 45px;
}
.woocommerce table .product-remove a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    color: #969494!important;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: unset;
}

.woocommerce table .product-quantity .quantity input {
    width: 80px;
}
.woocommerce .quantity input {
    background-color: #fff;
    border-color: #ddd;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left!important;
    height: 40px;
}
@media screen and (max-width: 991px) {
    .woocommerce table .product-remove {
        width: unset;
    }
    .woocommerce table .product-remove a.remove {
        margin-right: 0;
    }

    .woocommerce .quantity input {
        height: 35px;
    }
}
@media (min-width: 768px) and (max-width: 768px) {
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: table-header-group;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td, .woocommerce #content table.cart .product-thumbnail, 
    .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: table-cell;
        text-align: unset!important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce table .product-remove {
        padding-right: 10px!important;
    }
    .woocommerce table .product-thumbnail {
        display: block!important;
        padding-top: 5px;
        padding-bottom: 5px;
        width: auto!important;
        border-right: none!important;
    }
    .woocommerce table .product-thumbnail img {
        width: 130px!important;
        display: block;
        margin: 0 auto;
    }
    .woocommerce table .product-thumbnail::before {
        content: none!important;
    }
}
@media screen and (max-width: 575px) {

}

/* woocommerce info message */
.woocommerce .woocommerce-message {
    background-color: #186a35;
}
.woocommerce .return-to-shop a.button,
.woocommerce .return-to-shop a.button:hover {
    background-color: #444;
    color: #fff;
}

.woocommerce .woocommerce-info {
    background-color: #a0213f;
}
.woocommerce .woocommerce-error,
.new-register .woocommerce-error {
    background-color: #b81c23;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.new-register .woocommerce-error,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.new-register .woocommerce-error::before {
    color: #fff!important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    border-top: none;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.new-register .woocommerce-error a {
    color: #fff;
    text-decoration: underline;
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.new-register .woocommerce-error::before {
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
    .woocommerce .woocommerce-message li, 
    .woocommerce .woocommerce-info li, 
    .woocommerce .woocommerce-error li,
    .new-register .woocommerce-error li {
        font-size: 14px;
        margin-top: -1px;
    }
}

/* my account page login and register */
.woocommerce form.login .show-password-input {
    top: 10px;
}
.woocommerce button:focus {
    outline: 0;
}
.woocommerce-account div.inner-banner {
    height: 13rem;
}
.woocommerce-lost-password h3,
.woocommerce #customer_login h3,
.woocommerce-lost-password .custom-box-form h3 {
    color: #a0213f;
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
    text-transform: capitalize;
}
.custom-btn-and-lost {
    margin-top: 0!important;
}
.woocommerce form.login label, 
.woocommerce form.register label, 
.woocommerce-lost-password form.woocommerce-ResetPassword label {
    margin-bottom: 0;
}
.woocommerce form.login input[type=text],
.woocommerce form.login input[type=password], 
.woocommerce form.register input[type=email], 
.woocommerce-lost-password form.woocommerce-ResetPassword input[type=text],
.new-register input {
    height: 45px;
    margin-bottom: 25px;
}

.new-register input {
	width: 100%;
}

.woocommerce form.login ,
.woocommerce form.login p, 
.woocommerce form.register p, 
.woocommerce-lost-password form.woocommerce-ResetPassword p {
    margin-bottom: 0!important;
}

.woocommerce form.login, 
.woocommerce form.register {
    border: none;
    margin-bottom: 0;
    padding: 0;
    margin-top: 20px;
}
.woocommerce .custom-box-form,
.woocommerce-lost-password .custom-box-form,
.new-register .custom-box-form {
    background-color: #eee;
    padding: 30px;
}

.new-register .custom-box-form .form-row {
	margin-left: 0;
	margin-right: 0;
}
.new-register .custom-box-form ul.custom-ul-check,
.woocommerce .custom-box-form ul.custom-ul-check {
	padding-left: 17px;
}
.new-register .custom-box-form ul.custom-ul-check li,
.woocommerce .custom-box-form ul.custom-ul-check li {
	padding-left: 10px;
}
.new-register .custom-box-form ul.custom-ul-check li::marker,
.woocommerce .custom-box-form ul.custom-ul-check li::marker {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.new-register .custom-box-form button[type=submit] {
	margin-top: 25px;
}
.woocommerce .custom-box-form ul.custom-ul-check {
	margin-bottom: 15px;
}
.woocommerce .custom-box-form a.woocommerce-form-register__submit {
	background-color: #ddae1f;
    color: #fff;
    margin-right: 15px;
}

.woocommerce-account #customer_login .u-column1.col-1 {
    width: 40%;
}
.woocommerce-account #customer_login .u-column2.col-2 {
    width: 56%;
}

.woocommerce-lost-password section .col-12 > .woocommerce h2 {
    display: none;
}

.woocommerce .custom-box-form .custom-btn-and-lost {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce .custom-box-form .custom-btn-and-lost .the-btn-check {
    display: flex;
    align-items: center;
}
.woocommerce .custom-box-form .custom-btn-and-lost .lost_password {
    width: 100%;
    margin-top: 20px;
}
.woocommerce-account form.register p {
    font-size: 13px;
}

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

.woocommerce form.login input, 
.woocommerce form.register input,
.woocommerce-lost-password form.woocommerce-ResetPassword input {
    background-color: #fff;
}

.woocommerce form.login button, 
.woocommerce form.register button {
    padding: 15px 25px;
    border-radius: 5px!important;
    font-size: 16px;
    text-transform: uppercase;
}
.woocommerce form.login button, 
.woocommerce form.register button, 
.woocommerce-lost-password form.woocommerce-ResetPassword button, 
.woocommerce form.login button:hover, 
.woocommerce form.register button:hover, 
.woocommerce-lost-password form.woocommerce-ResetPassword button:hover {
    background-color: #ddae1f;
    color: #fff;
}

.woocommerce form.register .woocommerce-privacy-policy-link {
    font-weight: bold;
    text-decoration: underline;
}
.woocommerce form.login p,
.woocommerce form.register p,
.woocommerce form.woocommerce-ResetPassword p {
    padding: 0;
}
.woocommerce form.login p:nth-child(3) {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.woocommerce form.login p:nth-child(3) label {
    order: 2;
    margin-bottom: 0;
}
.woocommerce form.login p:nth-child(3) button.woocommerce-button {
    order: 1;
}

.woocommerce-lost-password form.woocommerce-ResetPassword button:disabled,
.woocommerce-lost-password form.woocommerce-ResetPassword button:disabled:hover {
    background-color: #b38a45!important;
    color: #fff!important;
}

.woocommerce-lost-password form.woocommerce-ResetPassword span.password-input input[type=password],
.woocommerce-lost-password form.woocommerce-ResetPassword span.password-input input[type=text]  {
    margin-bottom: 25px;
}

.woocommerce-lost-password form.woocommerce-ResetPassword span.password-input .woocommerce-password-strength {
    margin-top: -25px;
    margin-bottom: 25px;
}
.woocommerce-lost-password form.woocommerce-ResetPassword span.password-input .woocommerce-password-hint {
    margin-bottom: 25px;
}
.woocommerce-lost-password form.woocommerce-ResetPassword span.password-input .woocommerce-password-strength.short,
.woocommerce-lost-password form.woocommerce-ResetPassword span.password-input .woocommerce-password-strength.bad {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .woocommerce-lost-password .sections {
        padding-top: 10rem;
        padding-bottom: 10.5rem;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce-account div.inner-banner {
        height: 10rem;
    }
    .woocommerce #customer_login .u-column1 {
        margin-bottom: 30px;
    }
    .woocommerce form.login, .woocommerce form.register {
        margin-top: 20px;
    }
    .woocommerce-account #customer_login .u-column1.col-1,
    .woocommerce-account #customer_login .u-column2.col-2 {
        width: 100%;
    }
    .woocommerce .custom-box-form .custom-btn-and-lost .lost_password {
        width: auto;
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce form.login input[type=text],
    .woocommerce form.login input[type=password], 
    .woocommerce form.register input[type=email], 
    .woocommerce-lost-password form.woocommerce-ResetPassword input[type=text] {
        height: 50px;
    }
    .woocommerce form.login .show-password-input {
        top: 16px;
    }
    .woocommerce form.login button, 
    .woocommerce form.register button {
        padding: 12px 20px;
        font-size: 13px;
    }
}
@media screen and (max-width: 575px) {
    .woocommerce .custom-box-form,
    .woocommerce-lost-password .custom-box-form,
    .new-register .custom-box-form {
        padding: 25px;
    }
    .woocommerce .custom-box-form .custom-btn-and-lost {
        flex-wrap: wrap;
    }
    .woocommerce .custom-box-form .custom-btn-and-lost .lost_password {
        margin-top: 15px!important;
    }
	.woocommerce .custom-box-form a {
		display: block;
	}
	a.woocommerce-form-register__submit {
		display: inline-block!important;
		margin-bottom: 15px!important;
	}
	
}

/* main dashboard */
.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid #ddd;
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #a0213f;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    background-color: #eee;
    color: #444;
    padding: 20px 25px;
    font-size: 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: inherit;
    display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    padding-top: 30px;
    padding-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #a0213f;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    padding: 15px;
    display: initial;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    text-decoration: underline;
    font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    color: #a0213f;
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-style: normal;
    text-transform: lowercase;
    font-size: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content button.button {
    background-color: #a0213f;
    color: #fff;
    margin-top: 30px;
    padding: 15px;
    border-radius: 5px!important;
}
.woocommerce-account .woocommerce-MyAccount-content p mark {
    background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table thead {
    background-color: #a0213f;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
    background-color: #eee;
    padding: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column h2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h3 {
    font-size: 20px;
    color: #ab313d;
    font-family: 'AvenirLTStd-Roman';
    font-weight: normal;
    text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column address {
    border: none;
    line-height: 30px;
    padding: 0;
}
.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th {
    padding: 15px 20px;
}
.woocommerce table.my_account_orders td:last-of-type, 
.woocommerce table.my_account_orders th:last-of-type {
    text-align: right;
} 

.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
    font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table a.button {
    background-color: #ab313d;
    color: #fff;
    border-radius: 5px!important;
    padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error a {
    order: 2;
    background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a:hover, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a:hover, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error a:hover {
    color: #fff;
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
    margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    background-color: #eee;
    padding: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
    margin-bottom: 0;
    line-height: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    background-color: #eee;
    margin-top: 25px;
    padding: 40px;
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    position: absolute;
    color: #ab313d;
    font-size: 20px;
    width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p:first-of-type {
    margin-top: 40px;
}
.woocommerce-account .addresses .title .edit {
    color: transparent;
}
.woocommerce-account .addresses .title .edit::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f044';
    color: #ab313d;
}

@media screen and (max-width: 1440px) {
    .woocommerce-account .woocommerce-MyAccount-content h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .woocommerce-account .woocommerce-MyAccount-content h2,
    .woocommerce-account .woocommerce-MyAccount-content h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 25%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 70%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        padding: 15px;
        font-size: 15px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column:first-of-type {
        margin-bottom: 30px;
    }
    .woocommerce-account .woocommerce-MyAccount-content h2 {
        font-size: 25px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
        width: 100%;
        float: none;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
        padding-bottom: 30px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
        font-size: 14px;
        padding: 12px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details h2 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 25px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
        padding: 25px;
    }
    .woocommerce-account .woocommerce-MyAccount-content h2 {
        font-size: 23px;
    }
}
@media screen and (max-width: 575px) {
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
        padding: 25px;
    }
}

/* checkout */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-top: 20px;
}
.woocommerce-checkout .wc_payment_methods input[type=radio] {
    position: relative;
    top: 1.5px;
}

.woocommerce-checkout a.navbar-brand {
    display: block;
    margin: auto;
}
.woocommerce-checkout footer .box1 {
    width: 100%;
    text-align: center;
}
.woocommerce-checkout .sections {
    margin-top: 131px;
    padding-top: 5rem;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    border-radius: 0;
    margin-top: 0;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p {
    padding: 0;
    margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button {
    height: 45px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button,
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button:hover {
    background-color: #444;
    color: #fff;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button {
    margin-left: -2.5rem;
}
.woocommerce-checkout .woocommerce-error {
    margin-bottom: 0;
}

.woocommerce-checkout #thwmscf_wrapper {
    margin-top: 30px;
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs {
    background-color: #eee;
    display: flex;
    overflow: hidden;
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li {
    margin-bottom: 0;
    margin-right: 0;
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a {
    position: relative;
    height: 100%;
    min-height: 100%;
    margin-right: 35px;
    margin-left: -25px;
    padding-left: 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a.active::after {
    border-left-color: #a0213f;
}
@media screen and (min-width: 768px) {
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a::before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -50px;
    margin-left: 1px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    z-index: 1;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -50px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ccc;
    z-index: 2;
}
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a {
    background-color: #ccc!important
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a.active {
    background: #a0213f!important;
    color: #fff!important;
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a span.text1 {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 10px;
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a.active span.text1 {
    background-color: #fff;
    color: #a0213f;
}
.woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a span.text1 {
    background-color: #fff;
    color: #cccccc;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels {
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-top: none;
    padding: 25px;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form,
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-registration-form {
    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-registration-form form {
    margin-top: 15px;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form p {
    margin-top: 0!important;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form p:nth-child(2) input {
    margin-top: 15px;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form .custom-for-btn-lost {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form .custom-for-btn-lost p.form-row {
    display: flex;
    align-items: center;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form {
    border-right: 1px solid #ddd;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-registration-form {
    border-left: 1px solid #ddd;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h3 {
    color: #ab313d;
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
    font-size: 40px;
    /*text-transform: lowercase;*/
}

.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 25px;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    padding-left: 2px;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 input {
    position: relative;
    top: -1.5px;
}
.woocommerce-checkout .thwmscf-buttons input {
    background-color: #ddae1f;
    border-color: #ddae1f;
    color: #fff!important;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
}
.woocommerce-checkout .thwmscf-wrapper .thwmscf-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.woocommerce-checkout .thwmscf-buttons input.thwmscf-first-prev {
    margin-right: 20px;
}
.woocommerce-checkout .thwmscf-buttons input.thwmscf-last-next{
    margin-left: 20px;
}
.woocommerce-checkout .thwmscf-buttons input.thwmscf-first-prev,
.woocommerce-checkout .thwmscf-buttons input.thwmscf-last-next {
    background-color: transparent;
    border: 1px solid #444;
    color: #444!important;
    opacity: 0.5;
    cursor: not-allowed;
}

.woocommerce-checkout #order_review table.shop_table td {
    border: 1px solid #ddd;
}
.woocommerce-checkout #payment button {
    background-color: #ddae1f;
}

.woocommerce-checkout #thwmscf-tab-panels .woocommerce-error {
    margin-bottom: 30px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select, .woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ddd!important;
}
.woocommerce-invalid #terms {
    outline: none;
}

.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 0;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-login {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h2 {
    font-size: 40px;
    color: #ab313d;
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-register {
        box-shadow: none;
    border-radius: 0;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-login .form-row-last {
    display: block;
    margin-top: 0;
}

.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-login .clear + p {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-login-toggle {
    display: none;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-login .clear + p label {
    order: 2;
}
.woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels .woocommerce-form-login .clear + p button {
    order: 1;
}

.woocommerce-order-received .woocommerce-order-details {
    margin-top: 25px;
}
.woocommerce-order-received .woocommerce-order h2 {
    color: #a0213f;
    font-size: 30px;
}
.woocommerce-order-received .woocommerce-order p.woocommerce-notice {
    color: #a0213f;
    font-weight: bold;
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
    text-transform: lowercase;
    font-size: 40px;
    margin-bottom: 25px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
    font-size: 20px;
}

.woocommerce-order-received  .woocommerce-customer-details .woocommerce-column {
        background-color: #eee;
    padding: 30px;
}

.woocommerce-order-received  .woocommerce-customer-details .woocommerce-column address {
    border: none;
    padding: 0;
}

.woocommerce-order-received ul.order_details {
    display: flex;
    padding-left: 0;
    margin-bottom: 25px;
}
.woocommerce-order-received ul.order_details li {
    background-color: #a0213f;
    color: #fff;
    margin-right: 0;
    padding: 20px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 10px;
}
.woocommerce-order-received ul.order_details li:first-of-type {
    border-left: 1px solid #fff;
}
.woocommerce-order-received ul.order_details li:last-of-type {
        border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.woocommerce-order-received .sections {
    margin-top: 94px;
}

.woocommerce input[type=checkbox]:focus,
.woocommerce input[type=radio]:focus {
    box-shadow: none;
    border: none;
}

.woocommerce-checkout .thwmscf-buttons input:focus {
    box-shadow: none;
}

.woocommerce-checkout .xoo-wsc-basket {
    display: none!important;
}

@media screen and (max-width: 1199px) {
    .woocommerce-order-received .woocommerce-order p.woocommerce-notice,
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h2,
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h3 {
        font-size: 30px;
    }
    .woocommerce-checkout .sections {
        margin-top: 107px;
        padding-top: 2rem;
    }
    .woocommerce-order-received .sections {
        margin-top: 70px;
    }
    .woocommerce-order-received .woocommerce-order p.woocommerce-notice {
        font-size: 25px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
    .woocommerce-order-received  .woocommerce-customer-details .woocommerce-column:first-of-type {
        margin-bottom: 30px;
    }
    .woocommerce-order-received .woocommerce-order h2 {
        font-size: 25px;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form, 
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-registration-form {
        width: 100%;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-registration-form {
        border-top: 1px solid #ddd;
        border-left: 0;
        padding-top: 30px;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form {
        border-bottom: 1px solid #ddd;
        border-right: 0;
        padding-bottom: 40px;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h2 {
        font-size: 26px;
    }
    .woocommerce-checkout .thwmscf-wrapper .thwmscf-buttons {
        margin-top: 20px;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a {
        font-size: 14px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button {
        margin-left: -1rem;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h3 {
        font-size: 20px;
    }
    .woocommerce-checkout .woocommerce-shipping-fields h3 input {
        top: 0;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .woocommerce-order-received  .woocommerce-customer-details .woocommerce-column {
        padding: 25px;
    }
    .woocommerce-order-received .woocommerce-order h2 {
        font-size: 20px;
    }
    .woocommerce-order-received ul.order_details {
        flex-wrap: wrap;
    }
    .woocommerce-order-received ul.order_details li {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-order-received ul.order_details li:nth-child(3),
    .woocommerce-order-received ul.order_details li:nth-child(5) {
        border-left: 1px solid #ddd;
    }
    .woocommerce-order-received ul.order_details li:nth-child(3),
    .woocommerce-order-received ul.order_details li:nth-child(4),
    .woocommerce-order-received ul.order_details li:nth-child(5) {
        border-top: none;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs {
        flex-wrap: wrap;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li {
        width: 100%;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a.active {
        justify-content: center;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h2 {
        font-size: 23px;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a {
        display: none;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a.active {
        display: flex;
        justify-content: center;
    }
    .woocommerce-checkout #thwmscf_wrapper ul.thwmscf-tabs li a {
        margin-right: 0;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button {
        margin-left: 0;
    }
}
@media screen and (max-width: 575px) {
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: left;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels {
        padding: 15px;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h3 {
        font-size: 18px;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h3 label {
        display: flex;
        align-items: baseline;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels h3 input {
        margin-right: 10px;
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button {
        height: 40px;
    }
    .woocommerce-order-received ul.order_details li {
        width: 100%;
    }
    .woocommerce-order-received ul.order_details li:nth-child(2),
    .woocommerce-order-received ul.order_details li:nth-child(4) {
        border-left: 1px solid #ddd;
    }
    .woocommerce-order-received ul.order_details li:nth-child(2) {
        border-top: none;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form .custom-for-btn-lost {
        flex-wrap: wrap;
    }
    .woocommerce-checkout #thwmscf_wrapper #thwmscf-tab-panels #thwmscf-tab-panel-0 div.checkout-login-form .custom-for-btn-lost p.lost_password {
        margin-top: 15px!important;
    }
    .woocommerce-checkout .wc_payment_methods .payment_method_paypal {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        margin-top: 10px!important;
    }
    .woocommerce-checkout .wc_payment_methods .payment_method_paypal input[type=radio] {
        top: 2.5px;
    }
    .woocommerce-checkout .wc_payment_methods .payment_method_paypal label {
        width: 90%;
    }
    .woocommerce-checkout .wc_payment_methods .payment_method_paypal label a {
        width: 100%;
        line-height: 40px!important;
    }
}


/* woocommerce pagination */
.woocommerce-pagination {
    margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul::before,
.woocommerce nav.woocommerce-pagination ul::after {
    content: none!important;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 8px;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border-radius: 50%;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    color: #ac3440;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
    margin-left: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
    margin-right: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a.next i,
.woocommerce nav.woocommerce-pagination ul li a.prev i {
    line-height: normal;
}
  
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #a0213f;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background-color: transparent;
    color: #444;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus {
    background-color: transparent;
    color: #a0213f;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    font-size: 13px;
    color: #444;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #a0213f;
}
.woocommerce .woocommerce-breadcrumb i {
    color: #ab313d;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 11px;
}
.woocommerce .woocommerce-breadcrumb i::before {
    content: "\f054";
}

.woocommerce-order-received table td.product-thumbnail {
    width: 130px;
    border-right: 1px solid #ddd;
}
.woocommerce-MyAccount-content .woocommerce-order-details table th.product-thumbnail,
.woocommerce-MyAccount-content .woocommerce-order-details table td.product-thumbnail {
    display: none;
}
.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: none;
    padding: 0;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address,
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--shipping-address {
    background-color: #eee;
    padding: 30px;
    height: 100%;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .col-lg-4.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .col-lg-4:last-of-type {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 20px;
    color: #ab313d;
    font-family: 'AvenirLTStd-Roman';
    font-weight: normal;
    text-transform: capitalize;
}

.woocommerce-order-received .woocommerce-customer-details table,
.woocommerce-MyAccount-content .woocommerce-customer-details table {
    border-collapse: collapse!important;
    border: 1px solid rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
}
.woocommerce-order-received .woocommerce-customer-details table th,
.woocommerce-order-received .woocommerce-customer-details table td,
.woocommerce-MyAccount-content .woocommerce-customer-details table th,
.woocommerce-MyAccount-content .woocommerce-customer-details table td {
        border: 1px solid #ddd!important;
    vertical-align: middle!important;
    padding: 15px 12px;
    font-weight: bold;
}
.woocommerce-order-received .woocommerce-customer-details table tr:last-of-type th,
.woocommerce-MyAccount-content .woocommerce-customer-details table tr:last-of-type th,
.woocommerce-MyAccount-content .woocommerce-customer-details table tr th {
    background-color: #a0213f;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li a {
        font-size: 16px;
    }
    .woocommerce nav.woocommerce-pagination {
        margin-top: 0;
    }
    .woocommerce-order-received .woocommerce-customer-details .col-lg-4:last-of-type {
        margin-top: 30px;
    }
    .woocommerce-MyAccount-content .woocommerce-customer-details .col-lg-4.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce-MyAccount-content .woocommerce-customer-details .col-lg-4.col-sm-6:first-of-type {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce nav.woocommerce-pagination ul li,
    .woocommerce nav.woocommerce-pagination ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li a {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
    .woocommerce .woocommerce-breadcrumb i {
        margin-left: 5px;
        margin-right: 5px;
    }
    .woocommerce-order-received .woocommerce-customer-details .col-lg-4 {
        margin-bottom: 30px;
    }
    .woocommerce-order-received .woocommerce-customer-details .col-lg-4:last-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details thead,
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table thead {
        display: none;
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody tr,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody tr:last-of-type,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details tbody tr:last-of-type {
        border-bottom: none;
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody td,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details tbody td {
        width: 100%!important;
        text-align: center;
        border: none;
        padding: 5px;
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody td img,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details tbody td img {
        margin-left: auto;
    }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody td:before,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details tbody td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        margin-right: 10px;
    }
}

.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    position: unset;
    margin-left: 3px;
    margin-right: -25px;
    top: unset;
    right: unset;
}

.post-type-archive-product.woocommerce #respond input#submit.loading::after, 
.post-type-archive-product.woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after,
.tax-product_cat.woocommerce a.button.loading::after {
    position: unset;
    margin-left: 3px;
    margin-right: -25px;
    top: unset;
    right: unset;
}

.woocommerce div.product form.cart .button.loading {
    padding-right: 40px;
}
.woocommerce div.product form.cart .button.loading::after {
    position: absolute;
    margin-left: 8px;
    top: unset;
    right: unset;
}
.woocommerce div.product form.cart .button.added::after {
    display: none;
}

.custom-table-box .table td,
.custom-table-box .table th {
    padding: 6px 10px;
    border: none!important;
}
.custom-table-box .table td:first-of-type {
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    .addtoany_list a span.a2a_svg {
        width: 50px!important;
        line-height: 50px!important;
        height: 50px!important;
        background-size: 50px!important;
    }
    .single-post .addtoany_content {
        margin-top: 50px!important;
    }
    .icon-text-section .icon-text-box {
        align-items: center;
    }
}

/*style for sitemap page new */
.sitemap-box .sitemap-boxes {
    margin-bottom: 15px;
}
.sitemap-box .sitemap-boxes:last-of-type {
    margin-bottom: 0;
}
.sitemap-box .sitemap-boxes .boxes {
    display: flex;
    padding-bottom: 15px;
}

.sitemap-box .sitemap-boxes .box1 {
    width: 40%;
}

.sitemap-box .sitemap-boxes .box2 {
    width: 60%;
}

.sitemap-box .sitemap-boxes .box1 h2 {
    margin-bottom: 0;
    color: #a0213f;
}
.sitemap-box .sitemap-boxes .box2 a {
    float: left;
    width: 50%;
    padding-left: 15px;
    color: #444;
    font-size: 18px;
    line-height: 35px;
}
.sitemap-box .sitemap-boxes .box2 a:hover {
    color: #a0213f;
}

@media screen and (max-width: 1199px) {
    .sitemap-box .sitemap-boxes .box2 a {
        font-size: 16px;
    }
    .sitemap-box .sitemap-boxes .box1 {
        width: 25%;
    }
    .sitemap-box .sitemap-boxes .box2 {
        width: 75%;
    }
}
@media screen and (max-width: 767px) {
    .sitemap-box .sitemap-boxes .box1 {
        width: 18%;
    }
    .sitemap-box .sitemap-boxes .box2 {
        width: 82%;
    }
    .sitemap-box .sitemap-boxes .box2 a {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 575px) {
    .sitemap-box .sitemap-boxes .boxes {
        flex-wrap: wrap;
    }
    .sitemap-box .sitemap-boxes .box1,
    .sitemap-box .sitemap-boxes .box2,
    .sitemap-box .sitemap-boxes .box2 a {
        width: 100%;
    }
    .sitemap-box .sitemap-boxes .box2 {
        margin-top: 15px;
    }
    .sitemap-box .sitemap-boxes .box2 a {
        padding-left: 20px;
    }
}
.page-template-cart .woocommerce-shipping-totals {
    display: none;
}


/* 10/5 */


.modal-container {
    
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    top: -20rem;
    left: 0;
    opacity: 0;
    transition: 1.5s ease;
    
}

.modal-container.show {
    top: 0;
    opacity: 1;
    z-index: 999999;
}



.modal-container.show.remove-modal {
    
    transform: translateY(-100%);    
    
}


.modal-container .modal-box {
    
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.modal-container .modal-box i {
    
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 34px;
    cursor: pointer;
    
}


@media screen and (max-width: 600px) {
    
    .modal-container .modal-box {
        width: 88%;
    }
}

form.woocommerce-form {
    padding: 15px!important;
}