/*
Theme Name: animal

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;
}

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

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: 4em;
}

ul.products li.product img {
    display: block;
    margin: 0 auto;
}

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

@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%;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    ul.products.columns-6 li.product {
        width: 31%;
        margin: 0 1%;
        margin-bottom: 4em;
    }
}

/**
 * Single product
 */
.single-product div.product {
    position: relative;
}

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

.single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99;
}

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

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

.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: 30.79667%;
}

.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;
}

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

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

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

/**
 * 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
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

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

.site-header-cart .widget_shopping_cart {
    display: none;
}

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

/**
 * 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: #F47E20;
}

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;
    background: #fff;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative;
    background: white;
    width: auto;
    font-style: normal;
    padding: 0 30px;

    font-size: 18px;
    line-height: 32px;
    /* display: flex; */
    align-items: center;
    color: #191445;
    text-align: center;
    border-bottom: 5px solid #fff;
}

.woocommerce-tabs ul.tabs li.active {
    border-bottom: 5px solid #191445;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 65px;
}

.woocommerce-tabs ul.tabs li.active a {
    padding: 7px 0;
    display: block;
    font-weight: bold;
    color: #191445;
}

.woocommerce-tabs ul.tabs li a {
    padding: 7px 0;
    display: block;
    font-weight: normal;
    color: rgb(51 51 51);
}

.woocommerce-Tabs-panel {
    padding: 15px;
    margin-top: 0;
    background-color: #dcf6ff;
}



.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}

/**
 * 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: #ffffff;
    clear: both;
    padding: 12px;
    border: 1px solid #dcf6ff;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #ffffff;
    clear: both;
    padding: 12px;
    border: 3px solid #191445;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce-error {
    background-color: #ffffff;
    clear: both;
    padding: 12px;
    border: 1px solid #e2401c;
    text-align: center;
    margin-top: 20px;
}

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

@media screen and (min-width: 48em) {
    /**
	 * Header cart
	 */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        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 {
        left: 0;
        display: block;
    }
}

/**
 * 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%;
}

h2.woocommerce-loop-product__title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #191445;
    height: 31px;
}

.products span.woocommerce-Price-amount.amount {
    /* font-family: Cera Pro; */
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    /*display: flex;*/
    align-items: center;
    color: #61c3c0;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: white;
    background: #191445;
    border-radius: 32px;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    /* position: absolute; */
}

/** Cart Page **/

.woocommerce-cart .input-text.qty.text {
    margin: 0 auto;
    display: block;
}

.woocommerce-cart .product-subtotal bdi,
.woocommerce-table--order-details .product-total bdi {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.woocommerce-cart table.shop_table_responsive tr td.product-remove a {
    text-align: left;
    font-size: 26px;
    color: #000000;
}

.woocommerce-cart .woocommerce-cart-form thead tr th {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}

.woocommerce-cart .woocommerce-cart-form tbody {
    background: #fff;
}

.woocommerce-cart .coupon {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
}

.woocommerce-cart .coupon label {
    padding: 13px 16px;
    object-fit: contain;
    background-color: #fff4f3;
    font-size: 18px;

    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    display: block;
}

.woocommerce-cart .coupon input {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.5);
    width: calc(100% - 80px);
    padding: 10px;
    border: solid 1px #191445;
    border-radius: 36px;
    background-color: #ffffff;
}
.woocommerce-cart .coupon button {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fafeff;
    width: 72px;
    height: 46px;
    padding: 8px;
    object-fit: contain;
    border-radius: 36px;
    background-color: #191445;
    border: 0;
}

.woocommerce-cart .woocommerce-cart-form .cart_totals tbody {
    background: #dcf6ff;
}

.woocommerce-cart .cart_totals h2 {
    /* font-family: Cera Pro; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #191445;
}

.woocommerce-cart .cart-collaterals {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
}

.col-md-12.promo-inner {
    margin-bottom: 50px;
}

.woocommerce-cart .cart_totals {
    margin-top: 22px;
}

.woocommerce-cart .cart_totals span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    /* display: flex; */
    align-items: center;
    color: #191445;
}

.cart-collaterals {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: -0.5px;
    color: #191445;
}
.woocommerce-cart .cart_totals td {
    text-align: right;
}

.woocommerce-cart td.product-price,
.woocommerce-cart td.product-quantity,
.woocommerce-cart td.product-subtotal {
    min-width: 110px;
}

.woocommerce-cart td.product-thumbnail img {
    width: 130px;
    border: solid 1px #f2ebe2;
    background-color: #f2ebe2;
}

.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    td {
    padding: 10px !important;
}

.woocommerce-cart td.product-price bdi,
.woocommerce-table--order-details td.product-price bdi {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    display: block;
    text-align: center;
    text-align: center;
    color: #000000;
}
.woocommerce-cart .quantity input {
    width: 70px;
    height: 46px;
    margin: 15px auto;
    padding: 8px 9px 8px 8px;
    object-fit: contain;
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
}

.side-cart-all {
    background-color: #dcf6ff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 24px;
}

.side-cart-all p.woocommerce-shipping-destination {
    text-align: left;
}

.woocommerce-cart td.product-name a,
.woocommerce-table--order-details
    td.woocommerce-table__product-name.product-name
    a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.75);
}

.woocommerce-cart .product-subtotal,
.woocommerce-table--order-details .product-total {
    text-align: center;
}
form.woocommerce-cart-form {
    margin-bottom: 50px;
}

button.update_cart {
    padding: 8px;
    width: 253px;
    object-fit: contain;
    background-color: #191445;
    font-size: 18px;
    font-weight: 600;
    display: block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    border-radius: 36px;
    margin-left: auto;
    margin-right: 11px;
    margin-bottom: 11px;
    border: 0px;
}

.woocommerce-cart form.woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-cart ul#shipping_method {
    display: none;
}
.woocommerce-cart .coupon label {
    padding: 13px 16px;
    object-fit: contain;
    background-color: #dcf6ff;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #191445;
    display: block;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    border-top: 2px solid #dcf6ff;
}

a.checkout-button.button.alt.wc-forward {
    padding: 8px;
    width: 100%;
    object-fit: contain;
    background-color: #F47E20;
    font-size: 18px;
    font-weight: 600;
    display: block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 36px;
}

h3.reltitle,
.recent h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 45px;
    color: #191445;
    margin-bottom: 36px;
    align-items: center;
    text-transform: uppercase;
    color: #191445;
    margin-bottom: 36px;
}

section.related.products {
    margin-top: 65px;
}

/** CheckOut **/
.accordions {
    background: linear-gradient(to bottom right, white, #f8f8f8);
    max-width: 400px;
    background: white;
    margin: 0 auto;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3),
        0 35px 50px -25px rgba(0, 0, 0, 0.3),
        0 85px 60px -25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    border-bottom: 1px solid #dde0e7;
    color: #2a313a;
    cursor: pointer;
    font-weight: 700;
    padding: 1.5rem;
}

.accordion-header:hover {
    background: #f6f7f9;
}

.accordion-content {
    display: none;
    border-bottom: 1px solid #dde0e7;
    background: #f6f7f9;
    padding: 1.5rem;
    color: #4a5666;
}

.accordion-header::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #b1b5be;
    margin-right: 0.75rem;
}

.active.accordion-header::before {
    background-color: #fc6468;
}

.checkout-containt {
    background: #ffffff;
    border: 3px solid #dcf6ff;
    margin-top: 40px;
    border-left: 2px solid black;
}
.woocommerce-checkout td.product-name {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    min-width: 155px;
}

.woocommerce-checkout tr.cart_item {
    margin: 10px 0;
    padding-top: 16px;
    border-top: 1px solid rgb(25 20 69 / 47%);
}

.woocommerce-checkout tr.cart-subtotal {
    border-top: 1px solid rgb(25 20 69 / 47%);
}

.woocommerce-checkout tr.cart-subtotal th {
    padding: 15px;
}

.woocommerce-checkout tr.cart_review_totals_shipping,
.fee {
    border-top: 1px solid rgb(25 20 69 / 47%);
}

.woocommerce-checkout tr.cart_review_totals_shipping th,
.fee th {
    padding: 15px;
}

.woocommerce-checkout tr.order-total {
    border-top: 1px solid rgb(25 20 69 / 47%);
}

.woocommerce-checkout tr.order-total th {
    padding: 15px;
}

tr.cart-subtotal td,
tr.order-total td,
tr.cart_review_totals_shipping td,
.fee td {
    text-align: right;
    padding: 15px;
}

th.head-reviewcard {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #191445;
    padding: 15px;
    padding-right: 0px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
    max-width: 600px;
    margin: 0 auto;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -11px;
    margin-top: 8px;
    position: absolute;
    top: 50%;
    width: 0;
}

.berocket_ajax_filters_sidebar_toggle,
.berocket_element_above_products_is_hide_toggle {
    display: inline-block;
    position: relative;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    outline: 0 !important;
}

.form-row-first,
.form-row-last {
    width: 48%;
    float: left;
}
.form-row-first {
    margin-right: 4%;
}

h3#order_review_heading {
    display: none;
}

tr.woocommerce-shipping-totals.shipping ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
    list-style: none;
    text-align: left;
    margin: 0;
    background: white;
    margin-top: 10px;
}

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

table.shop_table.woocommerce-checkout-review-order-table img {
    height: auto;
    max-width: 100% !important;
}

.woocommerce-checkout-review-order {
    margin-top: 55px;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
    margin-top: 25px;
    background-color: #dcf6ff;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;

    align-items: center;

    color: #191445;
}

.woocommerce ul#shipping_method li label {
    display: inline !important;
    margin-left: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row-last input,
.woocommerce-billing-fields__field-wrapper .form-row-first input,
.woocommerce-shipping-fields__field-wrapper .form-row-last input,
.woocommerce-shipping-fields__field-wrapper .form-row-first input {
    width: 100%;
    height: 48px;
    margin: 0px 0 0px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    border-radius: 36px;
}

tr.woocommerce-shipping-totals.shipping
    ul
    span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: #191445;
    margin-left: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    max-width: calc(600px + 5.6%);
    height: 48px;
    width: 100%;
    margin: 0px 0 0px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    border-radius: 36px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide input,
.woocommerce-shipping-fields .form-row-wide input,
.form-row.timologio-hide input {
    max-width: calc(600px + 5.6%);
    height: 48px;
    width: 100%;
    margin: 0px 0 0px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    border-radius: 36px;
}

table.shop_table.woocommerce-checkout-review-order-table img {
    height: auto;
    max-width: 100% !important;
    width: 120px;
}

.for-free-shipping {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    padding-top: 0px;
}

.woo_amc_head_title.woo_amc_center {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

.for-free-shipping span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 9px;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.75;
    margin-bottom: -2px;
    margin-top: 14px;
    display: block;
}

.for-free-shipping progress::-moz-progress-bar {
    background: #191445;
}
.for-free-shipping progress::-webkit-progress-value {
    background: #191445;
}

.progress-free {
    background: #e8e8e8;
    height: 6px;
    /* border: 1px solid grey; */
    border-radius: 4px;
    width: 300px;
}

.text-tof {
    display: inline-block;
}

.progress-free::-moz-progress-bar {
    background: #191445;
}
.progress-free::-webkit-progress-bar {
    background: transparent;
}
.progress-free::-webkit-progress-value {
    background: #ffc9c7;
}

.woo_amc_head {
    flex-wrap: wrap;
}

.for-free-shipping {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    padding-top: 0px;
}

.for-free-shipping span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 9px;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.75;
    margin-bottom: -2px;
    margin-top: 14px;
    display: block;
}

a.button.alt.check.submit-next {
    width: 160px;
    height: 48px;
    margin: 0;
    margin-top: 25px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;

    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
}

.woo_amc_item_price_wrap ins .woocommerce-Price-amount.amount {
    color: #3f3f3f;
    font-size: 13px !important;
}
ol.woocommerce-OrderUpdates.commentlist.notes {
    margin: 0;
    padding: 0 17px;
    margin-bottom: 60px;
}

.woo_amc_open.right-bottom-fixed {
    opacity: 0;
    display: none;
}

.form-row.place-order button {
    width: 200px;
    height: 48px;
    margin: 0;
    padding: 8px;
    object-fit: contain;
    border: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 18px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #F47E20;
    border-radius: 30px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    margin-left: 20px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #191445;
}

.woocommerce-checkout
    .woocommerce-checkout-review-order
    span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    align-items: center;
    color: #191445;
}

.woocommerce-checkout .woocommerce-checkout-review-order td.product-total {
    font-size: 13px !important;
    line-height: 24px;
    padding: 10px;
}

.woocommerce-checkout .woocommerce-checkout-review-order td.product-total p {
    margin-bottom: 2px;
    line-height: 17px;
}

.active .icn-thx {
    width: 112px;
    height: 112px;
    margin: 35px auto;
    padding: 32px;
    object-fit: contain;
    background-color: #fff4f3;
    border-radius: 50%;
}

.icn-thx {
    width: 112px;
    height: 112px;
    margin: 35px auto;
    padding: 32px;
    object-fit: contain;
    background-color: #f8f8f8;
    border-radius: 50%;
}

.icons-thx .active span {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    display: block;
    opacity: 1;
}

.icons-thx span {
    opacity: 0.2;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    display: block;
}

ul.ditails-lists {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.ditails-lists li {
    display: flex;
}

.greenbox {
    margin-top: 80px;
    display: flex;
    background-color: #ffdad4;
}

.greenbox span {
    flex: 1;
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.75);
}
span.label-details-list {
    opacity: 0.5;
    font-family: "Advent Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #000000;
    display: block;
    flex: 1;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    td.product-thumbnail
    img {
    width: 120px;
    border: solid 1px #191445;
    background-color: #ffffff;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tbody {
    background-color: #f0f0f0;
}

section.woocommerce-order-details h2 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;

    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tfoot {
    /*display: none; */
}

th.product-name {
    text-align: left !important;
}

span.value-details-list {
    object-fit: contain;
    /* font-family: OpenSans; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    display: block;
    flex: 1;
}

ul.ditails-lists li {
    display: flex;
    border-bottom: 2px solid #191445;
    padding: 6px 5px;
}

.thankyou-shimpping h2.woocommerce-column__title {
    font-size: 25px;
    font-weight: normal;
    font-family: "Advent Pro", sans-serif;
    font-stretch: normal;
    padding-bottom: 8px;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 2px solid #191445;
    color: #000000;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.title-thx {
    text-align: center;
}

.section.woocommerce-customer-details span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    align-items: center;
    color: #191445;
}

p.subtitle-thx {
    text-align: center;
}

.thankyou-shimpping address {
    object-fit: contain;
    /* font-family: OpenSans; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}

.thankyou-shimpping address p {
    margin-bottom: 0px;
    object-fit: contain;
    /* font-family: OpenSans; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}

.icons-thx.row {
    position: relative;
}

/** Thank You Page end **/

.woocommerce-variation-add-to-cart.variations_button {
    display: flex !important;
}

table.variations {
    flex-direction: row;
    flex: 1;
    width: 100%;
}

.product-type-variable form.cart {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.table.variations .label {
    display: inline;
    padding: 9px 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #191445;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

/*** My Account **/

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-account span.woocommerce-Price-amount.amount {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
    color: #000000;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none !important;
    padding: 0 0 0 0 !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-family: "Cera Pro", sans-serif;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.5);
}
.woocommerce-MyAccount-navigation ul li {
    margin-top: 24px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-family: "Cera Pro", sans-serif;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.5);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgb(0, 0, 0);
}

form.woocommerce-EditAccountForm.edit-account {
    width: 100%;
    max-width: 420px;
}

fieldset {
    padding: 0px;
}
form.woocommerce-EditAccountForm.edit-account input {
    width: 100%;
    max-width: 416px;
    height: 48px;
    /* margin: 7px 33px 32px 223px; */
    /* padding: 8px 184px 8px 16px; */
    border: solid 1px #e1e1e1;
    background-color: #f8f8f8;
    border-radius: 0;
}

.row.orderow {
    margin-top: 20px;
}

button.btn.btn-link span {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    flex: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

button.btn.btn-link.collapsed,
button.btn.btn-link {
    display: flex;
    width: 100%;
    /* display: block; */
    border: solid 1px #e1e1e1;
    padding: 11px;
    outline: none;
}

.top-order-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

span.top-key {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #000000;
    width: 150px;
    display: inline-block;
}

span.top-value {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #000000;
}
a.name-order {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.75);
}

span.pro-info {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    display: block;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}

a.name-order {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.75) !important;
}
.row.order-lines {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 2px solid white;
}

.row.order-lines > [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

span.pro-label {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    padding-top: 25px;
}

img.order-image {
    display: block;
    border: solid 1px #8d8d8d;
    background-color: white;
    max-width: 120px;
    margin: 0 auto;
}

.bold {
    font-weight: 700 !important;
}

.row.orderow {
    margin-top: 20px;
    background: #eafaff;
}

.left-line {
    border-right: 1px solid rgb(0 0 0 / 10%);
}

a.woocommerce-button.buttonorder.view {
    width: 160px;
    height: 48px;
    margin: 0px 0px 12px 0px;
    padding: 8px;
    object-fit: contain;
    background-color: #191445;
    border: 0px;
    /* float: left; */
    font-size: 14px;
    /*font-family: "Advent Pro", sans-serif; */
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: block;
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 0;
}

.wishlist-items-wrapper td.product-thumbnail img {
    width: 150px;
}

.wishlist-items-wrapper td.product-name a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.75);
}

.wishlist-items-wrapper td.product-price bdi {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    display: block;
    text-align: center;
    text-align: center;
    color: #000000;
}

.wishlist-items-wrapper td.product-price del bdi {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
}

.wishlist-items-wrapper
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th {
    text-align: center;
}

.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
    width: 160px;
    /* height: 48px; */
    margin: 0 0 0 16px;
    padding: 15px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    float: none;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.wishlist-items-wrapper th.product-name {
    text-align: left !important;
}

.wishlist-items-wrapper td.product-thumbnail {
    width: 155px;
}

@media only screen and (max-width: 768px) {
    .wsc-right-section-option > select {
        margin: 0px 5px;
        padding: 3px 2px;
        max-width: 55px !important;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 0px;
        height: 38px;
        display: inline-block;
        margin-top: 0px !important;
    }

    .product-template-default .quantity input {
        width: 60px;
        height: 60px;
        margin: 0;
        padding: 8px;
        object-fit: contain;
        border: solid 1px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }

    .single-product form.variations_form.cart.wvs-loaded.wvs-pro-loaded {
        clear: both;
        padding: 0;
    }

    .product-template-default button.single_add_to_cart_button.button.alt {
        width: calc(80% - 64px);
        height: 60px;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        display: block;
        align-items: center;
        text-align: center;
        letter-spacing: 0.03em;
        color: #ffffff;
        background: #191445;
        border-radius: 30px;
        padding: 10px 26px;
        float: left;
        display: inline-block;
        margin-left: 10px;
    }

    .qnt-in-c {
        float: left;}

    .woocommerce-product-details__short-description {
        padding: 0px;
    }

    .col-md-12.recent h3 {
        font-size: 27px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.59;
        letter-spacing: 2.04px;
        text-align: center;
        color: #000000;
        margin-bottom: 45px;
    }
    .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
    }
    .slick-dots li {
        margin: 0 0.25rem;
    }
    .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #000;
        text-indent: -9999px;
    }
    .slick-dots li.slick-active button {
        background-color: #ffdad4ed;
    }
    .single-product div.product .woocommerce-product-gallery {
        position: relative;
        float: none;
    }
    .posted_in {
        display: block;
    }

    .woocommerce-cart .coupon {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-top: 45px;
    }

    .woocommerce-cart .quantity input {
        width: 67px;
        height: 42px;
        margin: 14px 1px;
        padding: 8px 9px 8px 8px;
        object-fit: contain;
        border: solid 1px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        display: block;
    }

    .woocommerce-cart .product-subtotal,
    .woocommerce-table--order-details .product-total {
        text-align: left;
    }

    .remove {
        display: block;
        text-align: center;
        margin-top: 6px;
        color: #888;
    }

    .woocommerce-cart .product-name a {
        color: #3e3e3e;
    }

    .woocommerce-cart .cart_totals h2 {
        font-size: 21px;
    }

    .woocommerce-cart .shop_table.shop_table_responsive {
        font-size: 18px;
    }

    #customer_details {
        padding: 0px;
    }

    .shop_table.woocommerce-checkout-review-order-table .product-total {
        padding-left: 10px;
    }

    button#sidebarCart .cart_total_item_div {
        float: left;
        display: block;
        padding: 6px;
        width: 26px;
        position: absolute;
        right: 10px;
        top: 12px;
        background: #ea0000;
        color: white;
        border-radius: 50%;
        height: 26px;
    }

    h1.woocommerce-products-header__title.page-title {
        font-size: 28px;
    }
    a.berocket_ajax_filters_sidebar_toggle.berocket_ajax_filters_toggle {
        display: inline-block;
        margin-left: 0;
        margin-right: auto;
        position: relative;
        margin: 0;
        top: 0;
        right: -10px;
    }
    a.berocket_ajax_filters_sidebar_toggle.berocket_ajax_filters_toggle {
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.84px;
        text-align: left;
        color: #000000;
        padding: 0;
    }

    form.woocommerce-ordering {
        top: 15px;
        position: relative;
        right: 0;
        width: auto;
        margin-bottom: 47px;
    }

    .woocommerce-result-count {
        text-align: center;
    }

    .wishlist_table .product-add-to-cart a {
        display: table !important;
        margin: 0 auto 5px !important;
        text-align: center;
        width: 100%;
    }

    .wishlist_table.images_grid
        li
        .item-details
        table.item-details-table
        td.value,
    .wishlist_table.mobile li .item-details table.item-details-table td.value,
    .wishlist_table.mobile li table.additional-info td.value,
    .wishlist_table.modern_grid
        li
        .item-details
        table.item-details-table
        td.value {
        text-align: left;
    }
    .wishlist_table.images_grid
        li
        .item-details
        table.item-details-table
        td.label,
    .wishlist_table.mobile li .item-details table.item-details-table td.label,
    .wishlist_table.mobile li table.additional-info td.label,
    .wishlist_table.modern_grid
        li
        .item-details
        table.item-details-table
        td.label {
        text-align: left;
        font-weight: 700;
        width: 40%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
        padding: 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
        padding: 15px;
        border-bottom: 2px solid gray;
    }

    a.woocommerce-button.buttonorder.view {
        width: 160px;
        height: 48px;
        margin: 21px auto;
    }

    a.name-order {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.85;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.75) !important;
        text-align: center;
        width: 100%;
        display: block;
    }

    span.pro-label {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.85;
        letter-spacing: normal;
        text-align: center;
        color: rgba(0, 0, 0, 0.75);
        display: inline-block;
        padding-top: 0px;
        padding-left: 10px;
    }

    span.pro-info {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1.85;
        letter-spacing: normal;
        text-align: center;
        color: rgba(0, 0, 0, 0.75);
    }

    button.btn.btn-link.collapsed,
    button.btn.btn-link {
        display: block;
        width: 100%;
        display: block;
        border: solid 1px #e1e1e1;
        padding: 12px;
        outline: none;
        white-space: normal;
    }

    button.btn.btn-link span {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.85;
        flex: 1;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        display: inline-block;
        margin: 5px;
    }

    .yith-wcwl-add-to-wishlist {
        margin-top: 35px;
    }

    .woocommerce-form.woocommerce-form-login.login.my-custom-form,
    .woocommerce-form.woocommerce-form-register.register.my-custom-form {
        padding: 0 20px !important;
    }

    .my-custom-form
        p.form-row
        .woocommerce-button.button.woocommerce-form-login__submit {
        background-color: #000;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        max-width: 416px;
        width: 100%;
        margin: 20px auto 0;
    }

    .section-middle {
        width: 100%;
        margin: auto;
        margin-bottom: auto;
        background-color: #e5e5e5;
        padding-top: 10px;
    }

    .select-buttons {
        width: 90%;
    }

    #customer_login {
        margin-top: 30px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #e5e5e5 !important;
        padding: 0px 0px !important;
    }
    .ui-accordion .ui-accordion-content {
        padding: 1em 1em;
    }

    .woocommerce-product-attributes-item__value p {
        padding-top: 18px;
    }

    .bottom-side-cart {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 182px;
    }

    .form-row.form-row-wide.create-account.woocommerce-validated {
        display: block;
        clear: both;
        margin-left: 18px;
    }

    .single-product
        div.product
        .woocommerce-product-gallery
        .flex-control-thumbs {
        height: 90px;
    }

    h3.reltitle,
    .recent h3 {
        font-style: normal;
        font-weight: 900;
        font-size: 27px;
        line-height: 45px;
        color: #191445;
        margin-bottom: 36px;
        align-items: center;
        text-transform: uppercase;
        color: #191445;
        margin-bottom: 10px;
    }

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

.woocommerce-orders-table.woocommerce-MyAccount-orders {
    display: none !important;
}

/** Thank Ypu Page **/

.active .icn-thx {
    width: 112px;
    height: 112px;
    margin: 35px auto;
    padding: 32px;
    object-fit: contain;
    background-color: #dcf6ff;
    border-radius: 50%;
}

.icn-thx {
    width: 112px;
    height: 112px;
    margin: 35px auto;
    padding: 32px;
    object-fit: contain;
    background-color: #f0f8fb;
    border-radius: 50%;
}

.icons-thx .active span {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    display: block;
    opacity: 1;
}

.icons-thx span {
    opacity: 0.2;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    display: block;
}

ul.ditails-lists {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.ditails-lists li {
    display: flex;
}

.greenbox {
    margin-top: 80px;
    display: flex;
    background-color: #dcf6ff;
}

.greenbox span {
    flex: 1;
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.75);
}
span.label-details-list {
    opacity: 0.5;
    font-family: "Advent Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #000000;
    display: block;
    flex: 1;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    td.product-thumbnail
    img {
    width: 120px;
    border: solid 1px rgb(25 20 69 / 28%);
    background-color: #ffffff;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tbody {
    background-color: #dcf6ff;
}

section.woocommerce-order-details h2 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;

    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tfoot {
    /* display: none; */
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tfoot
    span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: #61c3c0;
}

th.product-name {
    text-align: left !important;
}

span.value-details-list {
    object-fit: contain;
    /* font-family: OpenSans; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    display: block;
    flex: 1;
}

ul.ditails-lists li {
    display: flex;
    border-bottom: 2px solid #191445;
    padding: 6px 5px;
}

.thankyou-shimpping h2.woocommerce-column__title {
    font-size: 25px;
    font-weight: normal;
    font-family: "Advent Pro", sans-serif;
    font-stretch: normal;
    padding-bottom: 8px;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 2px solid #191445;
    color: #000000;
}

.thankyou-shimpping address {
    object-fit: contain;
    /* font-family: OpenSans; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}

.thankyou-shimpping address p {
    margin-bottom: 0px;
    object-fit: contain;
    /* font-family: OpenSans; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}

.icons-thx.row {
    position: relative;
}

/** Thank You Page end **/

a.button.product_type_variable {
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: white;
    background: #191445;
    border-radius: 32px;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    /* position: absolute;*/
}

ul.products.columns-4 li.product .variations_form {
    display: none;
    position: absolute;
    top: 0;
    left: 5px;
}

ul.products.columns-4 li.product_cat-perilaimia .variations_form {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    opacity: 0.5;
}

ul.products.columns-4
    ul.variable-items-wrapper.image-variable-wrapper.wvs-archive-variable-wrapper {
    display: none;
}

ul.products.columns-4 li.product_cat-roucha .variations_form {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    opacity: 0.5;
}

.checkout_coupon.woocommerce-form-coupon {
    display: flex;
    text-align: center;
    background: #dcf6ff;
    padding-top: 10px;
    flex-direction: row;
    max-width: 1024px;
    margin: 0 auto;
}

.woocommerce-form-coupon-toggle {
    max-width: 1024px;
    margin: 0 auto;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    margin: 0px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first .input-text {
    width: 100%;
    height: 48px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

.checkout_coupon.woocommerce-form-coupon .button {
    width: 160px;
    height: 48px;
    margin: 0 auto;
    padding: 8px;
    object-fit: contain;
    background-color: #191445;
    border: 0px;

    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.woocommerce-shipping-totals.shipping td {
    padding-left: 0px;
}

@media only screen and (max-width: 768px) {
    .custom-html-widget button {
        right: 15px;
    }

    .woocommerce-shipping-totals.shipping td {
        padding-left: 15px;
    }

    .product-name.mobile-cart {
        line-height: 14px;
        margin-bottom: 10px;
    }

    .product-quantity.mobile-cart {
        display: flex;
        align-items: center;
    }

    .mobile-cart span.woocommerce-Price-amount.amount {
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        color: #61c3c0;
    }

    .checkout_coupon.woocommerce-form-coupon {
        flex-direction: column;
    }

    .checkout_coupon .form-row-first,
    .checkout_coupon .form-row-last {
        width: 100%;
        float: left;
        padding: 10px;
    }

    .checkout_coupon p {
        margin-bottom: 15px;
        padding: 10px;

        padding-bottom: 0;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -65px;
    }

    ul.products li.product {
        list-style: none;
        position: relative;
        margin-bottom: 20px;
        width: calc(50% - 0px);
        float: left;
        padding: 5px;
        min-height: 395px;
    }

    .woo-arc-prod {
        display: inline-block;
    }

    .products span.woocommerce-Price-amount.amount {
        font-family: Cera Pro;
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        line-height: 24px;
        color: #61c3c0;
    }
}

ul.products.columns-4 li.product p.stock.in-stock {
    display: none;
}

h1.product_title.entry-title .woocommerce-variation-description p {
    margin: 0px;
}

th.product-price.hidden-xs {
    text-align: center;
}

th.product-subtotal {
    text-align: center;
}

.bapf_sfilter .bapf_body ul li ul {
    margin-left: -19px;
}

ul.wc_payment_methods.payment_methods.methods li {
    padding: 10px 0;
}

.woo_amc_item_wrap {
    max-width: 340px;
    margin: 0 auto;
}

.woo_amc_item_title {
    line-height: 14px !important;
}

.submenu-containet .br_cart_suggestions .brcs_product {
    width: 100% !important;
}


input#rememberme {
    width: auto;
}



.woocommerce-form-login-toggle {
    max-width: 1024px;
    margin: 0 auto;
}
.woocommerce-form-login-toggle .woocommerce-info {
    background-color: #191445;
    color: #fff;
}
.woocommerce-form-login-toggle .woocommerce-info a {
    color: #fff;
}

table.variations label {
    text-align: left;
    color: #000;
    margin-left: 0px !important;
    margin-right: auto !important;
}

table.variations td.label {
    text-align: left !important;
}

.woocommerce-order-received header.entry-header {
    display: none;
}

p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions
    a {
    width: 213px;
    height: 43px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    /* float: left; */
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 8px;
    margin: 11px;
}

.woocommerce-order-pay span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 36px;
    font-size: 20px;
    line-height: 24px;

    align-items: center;
    color: #61c3c0;
}

.woocommerce-order-pay form#order_review {
    max-width: 800px;
    margin: 0 auto;
}

.woocommerce-order-pay button#place_order {
    /* width: 130px; */
    height: 48px;
    margin: 0 0 0 16px;
    padding: 8px;
    object-fit: contain;
    background-color: #000000;
    border: 0px;
    /* float: left; */
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    /* text-align: center; */
    /* color: #fff; */
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #191445;
    border-radius: 30px;
    padding: 8px;
    margin: 5px;
}

ul.products li.product {
  

    min-height: 432px;
 
}


div#customer_login {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}


div#customer_login form.woocommerce-form.woocommerce-form-login.login .form-row {
    display: flex;
    flex-direction: column;
}


div#customer_login form.woocommerce-form.woocommerce-form-register.register .form-row {
    display: flex;
    flex-direction: column;
}

input#password, input#reg_password {
    width: 100%;
}


.u-column2.col-2, .u-column1.col-1 {
    width: 300px;
}
button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
background-color: #191445;
font-size: 14px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff;
max-width: 416px;
width: 100%;
margin: 25px auto 45px;
height: 48px;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: #191445;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 416px;
    width: 100%;
    margin: 25px auto 45px;
    height: 48px;
}

@media screen and (max-width: 768px) {


div#customer_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

}


th.head-reviewcard.edit_order {
    position: absolute;
    top: 25px;
    right: 40px;
}

span.sm-text {
    display: block;
    font-size: 14px;
}