/*
 Theme Name:   FlipNewMedia Child
 Theme URI:    https://www.flipnewmedia.com/
 Description:  Flipnewmedia theme
 Author:       FlipNewMedia
 Author URI:   https://www.flipnewmedia.com/
 Template:     flipnewmedia
 Version:      1.0.1
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  flipnewmedia-child
*/
/*SHOP CSS*/
/*SIDE CART*/
.side_cart_wrapper {
    position: fixed;
    width: 100%;
    max-width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    transition: 0.3s;
    display: block;
    right: -420px;
}
.side_cart_wrapper.open_side_cart {
    right: 0;
}
.cart_menu_wrapper {
    height: 100%;
}
.side_cart_qty_wrapper {
    display: flex;
    width: 100%;
    margin-right: 20px;
    position: relative;
    max-width: 92px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #dedede;
}
.close_side_bar svg line {
    stroke: #A1A1A1;
}
button.qty_sub.qty_buttons {
}
.side_cart_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side_cart_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div#cart_items_wrap {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 24px;
    transition: opacity 0.3s;
    max-height: calc(100% - 130px - 186px);
}
.side_cart_checkout {
    background-color: #F6F6F6;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 44px;
}
.side_cart_item {
    display: flex;
    margin-bottom: 57px;
}
.side_cart_col2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 175px);
    margin-left: 15px;
}
.side_cart_col1 {
    max-width: 160px;
}
.side_cart_col1 img {
    background-color: #fff;
    border-radius: 7px;
}
.side_cart_header strong {
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #3b3b3b;
}
.side_cart_number {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #000;
}
.side_cart_number span {
    width: 25px;
    height: 25px;
    background: var(--m4);
    border-radius: 100%;
    display: block;
    background-color: var(--m1);
    margin-left: 14px;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.side_cart_header_row {
    padding: 0 23.5px;
    padding-top: 84px;
    margin-bottom: 44px;
}
.side_cart_totals strong {
    flex: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #000;
}
.side_cart_totals span.woocommerce-Price-amount.amount {
    flex: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    color: #000;
}
.side_cart_totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 13px;
    width: 100%;
    margin-bottom: 38px;
}
.side_cart_page {
    max-width: 133px;
    width: 100%;
}
.side_checkout_page {
    max-width: 185px;
    width: 100%;
}
.side_cart_page a, .side_checkout_page a {
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    display: block;
    width: 100%;
    transition: all 500ms;
}
.side_cart_page a {
    color: #fff;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #afafaf;
    font-weight: normal;
    font-size: 15px;
    line-height: 43px;
    text-align: center;
    color: #000;
}
.side_checkout_page a {
    background-color: var(--m2);
    border: solid 1px var(--m2);
    color: #fff !important;
    border-radius: 5px;
}
.side_checkout_page a:hover {
    transition: all 500ms;
    background-color: var(--m1);
    border: solid 1px var(--m1);
}
.side_cart_page a:hover {
    background-color: var(--m4);
    transition: all 500ms;
    border-color: var(--m4);
    color: var(--m1)!important;
}
input.side_cart_quantity_input {
    height: 44px;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    outline: none !important;
    font-size: 16px;
    width: 100%;
    float: none !important;
    display: block;
    max-width: 30px;
    text-align: center;
    margin: 0 auto !important;
    line-height: 44px;
}
input.side_cart_quantity_input::-webkit-inner-spin-button, input.side_cart_quantity_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.side_cart_bottom {
    display: flex;
    align-items: center;
    width: 100%;
}
a.remove_from_side_cart {
    line-height: 34px;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #000;
}
span.side_cart_item_title {
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #3b3b3b;
}
span.side_cart_item_price {
    display: block;
}
span.side_cart_item_price span.woocommerce-Price-amount.amount {
    line-height: 18px;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #3b3b3b;
}
.close_side_bar {
    position: absolute;
    right: 13px;
    top: 15px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border: solid 1px #A1A1A1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
}
.close_side_bar:hover {
    border-color: var(--m1);
}
.side_cart_wrapper.loading:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgb(255 255 255 / 40%);
    top: 0;
    right: 0;
}
.side_cart_wrapper.loading {
    transition: 0.3s;
}
a.remove_from_side_cart:hover {
    color: var(--m2);
}
.close_side_bar svg * {
    transition: all 300ms;
}
.close_side_bar:hover svg * {
    stroke: var(--m1);
}
.no_products {
    align-items: center;
    justify-content: center;
}
.side_cart_checkout.no_cta {
    background-color: transparent;
}
.side_cart_continue {
    margin-top: 20px;
}
.empty_txt {
    text-align: center;
}
.side_cart_continue a {
    font-weight: 300;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 0px;
    width: 100%;
    transition: all 500ms;
    background-color: var(--m2);
    padding: 0 21px;
}
.side_cart_continue a:hover {
    transition: all 500ms;
    background-color: var(--m1);
    padding: 0 21px;
}
button.qty_sub.qty_buttons span {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.976' height='7' viewBox='0 0 6.976 7'%3E%3Cpath id='Polygon_65' data-name='Polygon 65' d='M3.5,0,7,6.976H0Z' transform='translate(0 7) rotate(-90)'/%3E%3C/svg%3E%0A");
}
button.qty_add.qty_buttons span {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.976' height='7' viewBox='0 0 6.976 7'%3E%3Cpath id='Polygon_66' data-name='Polygon 66' d='M3.5,0,7,6.976H0Z' transform='translate(6.976) rotate(90)'/%3E%3C/svg%3E%0A");
}
.side_cart_qty_wrapper .qty_buttons span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.side_cart_wrapper:after {
    opacity: 0;
    background-color: rgb(255 255 255 / 0%);
    transition: all 300ms;
    content: '';
}
.side_cart_wrapper.open_side_cart:after {
    content: '';
    position: fixed;
    width: calc(100% - 420px);
    height: 100%;
    background-color: rgb(0 0 0 / 21%);
    top: 0;
    right: 420px;
    opacity: 1;
    z-index: 1;
}
/* width */
div#cart_items_wrap::-webkit-scrollbar {
    width: 7px;
}
/* Track */
div#cart_items_wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 5px;
}
/* Handle */
div#cart_items_wrap::-webkit-scrollbar-thumb {
    background: var(--m2);
    border-radius: 10px;
}
/* Handle on hover */
div#cart_items_wrap::-webkit-scrollbar-thumb:hover {
    background: var(--m2);
}
button.qty_sub.qty_buttons {
    all: unset;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 44px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.qty_add.qty_buttons {
    all: unset;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 44px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
/*END OF SIDE CART*/
/*CART PAGE*/
div#cart_page_row form .shop_table * {
}
div#cart_page_row {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--sitew);
    margin: 0 auto;
    position: relative;
    width: 100%;
}
div#cart_page_row .woocommerce-notices-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
div#cart_page_row form.woocommerce-cart-form {
    padding-bottom: 55px;
}
div#cart_page_row .cart-collaterals {
}
div#cart_page_row .cart-collaterals .shipping-coupon {
    width: 100%;
    margin-right: 0;
    padding-bottom: 17px;
}
div#cart_page_row .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none !IMPORTANT;
    padding-top: 13px;
    border-top: solid 1px #c5c5c5 !important;
}
div#cart_page_row {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 90px;
}
div#cart_page_row td.product-price {
    display: none;
}
div#cart_page_row th.product-price {
    display: none;
}
div#cart_page_row form.woocommerce-cart-form .woocommerce-content-box > h2 {
    display: none;
}
div#cart_page_row form.woocommerce-cart-form .woocommerce-content-box.full-width {
    padding: 0;
    border: none;
}
.cart_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 29px;
    padding-bottom: 33px;
}
.cart_title {
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #3b3b3b;
}
.cart_title.shipping_title {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #303030;
}
.cart_del a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #934539;
    display: flex;
    align-items: center;
}
.cart_del span {
    margin-right: 8px;
}
div#cart_page_row form.woocommerce-cart-form .shop_table .product-thumbnail {
    /* background-color: #F9F9F9; */
    width: 17.5%;
}
div#cart_page_row form.woocommerce-cart-form .shop_table thead tr th {
    border-bottom: solid 1px #EAEBEB;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #000;
}
div#cart_page_row form.woocommerce-cart-form .shop_table thead tr {
    /* border-bottom: solid 2px var(--m1) !important; */
}
div#cart_page_row form.woocommerce-cart-form .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: none !important;
}
div#cart_page_row form.woocommerce-cart-form .shop_table td {
    padding: 18px 0;
    border-bottom: solid 1px #EAEBEB;
}
div#cart_page_row form.woocommerce-cart-form .shop_table td.product-name {
    width: 27.95%;
}
div#cart_page_row form.woocommerce-cart-form .shop_table td.product-name .product-info a.product-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: var(--m1);
}
div#cart_page_row form.woocommerce-cart-form .shop_table thead tr th.product-quantity {
    text-align: center;
    width: 15.33%;
}
div#cart_page_row form.woocommerce-cart-form .shop_table thead tr th.product-subtotal {
    text-align: right;
    width: 11.503067484662576%;
}
div#cart_page_row form.woocommerce-cart-form .shop_table td.product-subtotal span.woocommerce-Price-amount.amount {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #000;
}
div#cart_page_row td.product-subtotal {
    text-align: right;
}
.quantity.buttons_added .input-text.qty.text {
    background-color: transparent;
    border: 1px solid #c9c9c9;
    width: 46px !important;
    height: 34px !important;
    font-weight: 500;
    font-size: 18px !important;
    color: var(--m1);
}
div#cart_page_row form.woocommerce-cart-form .shop_table .quantity.buttons_added input.minus {
    background-image: url(https://rosengold.gr/wp-content/uploads/2022/04//quantity_minus.png);
}
div#cart_page_row form.woocommerce-cart-form .shop_table .quantity.buttons_added input.plus {
    background-image: url(https://rosengold.gr/wp-content/uploads/2022/04//quantity_plus.png);
}
div#cart_page_row form.woocommerce-cart-form .shop_table .quantity.buttons_added input.plus, div#cart_page_row form.woocommerce-cart-form .shop_table .quantity.buttons_added input.minus {
    width: 30px !IMPORTANT;
    height: 34px !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0 !important;
}
div#cart_page_row form.woocommerce-cart-form .shop_table .quantity {
    width: 170px !IMPORTANT;
    margin: 0 auto !important;
}
div#cart_page_row form.woocommerce-cart-form .shop_table .product-remove a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 15px;
    height: 15px;
    line-height: 1;
    display: block;
    font-size: 0;
    margin-right: 0;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.504' height='14.504' viewBox='0 0 14.504 14.504'%3E%3Cg id='Group_506' data-name='Group 506' transform='translate(-718.793 -404.248)'%3E%3Cline id='Line_57' data-name='Line 57' x2='18.512' transform='translate(719.5 404.955) rotate(45)' fill='none' stroke='%23a1a1a1' stroke-width='2'/%3E%3Cline id='Line_58' data-name='Line 58' x2='18.512' transform='translate(732.59 404.955) rotate(135)' fill='none' stroke='%23a1a1a1' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
div#cart_page_row .cart-collaterals .shipping-coupon h2 {
    font-weight: 300;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: left;
    color: var(--m1);
    margin-bottom: 10px;
    max-width: 437px;
    padding-bottom: 0;
    border: none;
}
div#cart_page_row .cart-collaterals form.woocommerce-shipping-calculator {
    padding: 0;
    margin: 0;
    border: none;
    margin-bottom: 17px;
}
div#cart_page_row .cart-collaterals .coupon {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border: none !important;
}
div#cart_page_row .cart-collaterals .cart_totals > h2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px !important;
    text-align: left;
    color: var(--m1);
    margin: 0;
    padding: 0;
}
form.woocommerce-coupon-form {
    width: 100% !important;
    overflow: hidden;
    padding-bottom: 10px;
}
.wc-proceed-to-checkout {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 20px;
    border-top: none;
}
.wc-proceed-to-checkout form.woocommerce-coupon-form {
    order: 1;
}
.wc-proceed-to-checkout .fusion-update-cart {
    order: 2;
    display: none;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    order: 2;
    border: solid 1px var(--m2);
    background-color: var(--m2);
    text-align: center !important;
    font-weight: normal;
    font-size: 15px;
    color: #fff !important;
    line-height: 43px;
    height: 43px;
    transition: all 300ms;
    border-radius: 5px !important;
	display:block;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover {
    background-color: #fff;
    color: var(--m2) !important;
}
div#cart_page_wrapper .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    color: #fff !important;
}
div#cart_page_row .cart-collaterals .shipping-coupon .coupon {
    display: none;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form div#calc_shipping_postcode_field {
    width: 100%;
    margin: 0;
    max-width: calc(100% - 176px);
    margin-right: 11px !important;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form div#calc_shipping_postcode_field {
    margin-right: 0 !important;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form p {
    margin: 0;
    margin-left: 0;
    width: 100%;
    flex: 1;
    margin-top: 10px;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form p button {
    width: 100%;
    font-weight: 300;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    background-color: #e4624c;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form div#calc_shipping_postcode_field input#calc_shipping_postcode {
    height: 43px;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form p button:hover {
    background-color: var(--m1);
}
div#cart_page_row .cart-collaterals .cart_totals > h2 {
    display: none;
}
div#cart_page_row table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount {
}
div#cart_page_row table.shop_table.shop_table_responsive tbody tr th {
}
div#cart_page_row table.shop_table.shop_table_responsive tbody tr td {
    padding: 0;
    line-height: 22px;
}
div#cart_page_row .cart-collaterals .cart_totals ul#shipping_method li {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-end;
}
div#cart_page_row .cart-collaterals .cart_totals td {
    width: 66%;
}
div#cart_page_row .cart-collaterals .cart_totals ul#shipping_method li label span.woocommerce-Price-amount.amount {
    margin-left: 6px;
}
div#cart_page_row #shipping_method li label {
    margin-right: 0;
    font-weight: normal;
    font-size: 18px;
    text-align: right;
    color: #303030;
	display:block !important;
}
div#cart_page_row .cart-collaterals .cart_totals th {
    width: 34%;
}
div#cart_page_row tr.woocommerce-shipping-totals.shipping p.woocommerce-shipping-destination {
    display: none;
}
div#cart_page_row tr.woocommerce-shipping-totals.shipping {
    border-bottom: solid 1px #D9D8D6 !important;
    border: none !important;
}
div#cart_page_row .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total th {
    padding: 10px 0 !important;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: var(--m1);
}
div#cart_page_row .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td {
    padding: 10px 0;
}
div#cart_page_row .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total th, div#cart_page_row .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td {
    border-bottom: solid 1px #c5c5c5 !important;
    border-top: solid 1px #c5c5c5 !important;
    line-height: 24px !IMPORTANT;
    padding: 12px 0 !important;
}
div#cart_page_row .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td span.woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    color: var(--m1);
}
div#cart_page_row table.shop_table.shop_table_responsive tbody tr th,div#cart_page_row table.shop_table.shop_table_responsive tbody tr td {
    padding-top: 33px !IMPORTANT;
    padding-bottom: 33px !IMPORTANT;
    line-height: 1 !important;
}
div#cart_page_row .cart-collaterals .coupon input#coupon_code {
}
div#cart_page_row .cart-collaterals .coupon button.button,div#cart_page_row section.shipping-calculator-form-fnm button.button {
    width: 100% !important;
    background-color: transparent;
    margin: 0;
    flex: 1;
    padding: 0 !important;
    border: solid 1px #9AAECD;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: var(--m1);
    max-width: 165px;
    flex: 1;
    height: 43px !important;
    line-height: 43px !important;
    transition: all 300ms;
    outline: none !IMPORTANT;
    border-radius: 5px !important;
}
div#cart_page_row .cart-collaterals .coupon button.button:hover,div#cart_page_row section.shipping-calculator-form-fnm button.button:hover {
    background-color: var(--m2);
    color: #fff;
    border-color: var(--m2);
}
div#cart_page_row form.woocommerce-cart-form .shop_table td.actions {
    padding: 0 !important;
}
div#cart_page_wrapper {
    position: relative;
    z-index: 9999;
}
div#cart_page_row .woocommerce-notices-wrapper .woocommerce-message {
    background-color: #736556;
    color: #fff;
    text-align: right;
    padding: 13.5px 38px;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
}
div#cart_page_row .woocommerce-notices-wrapper .woocommerce-message a {
    color: #fff;
    text-decoration: underline;
}
div#cart_page_row .woocommerce-notices-wrapper .woocommerce-message::before {
    display: none;
}
div#cart_page_row .woocommerce-notices-wrapper p.cart-empty.woocommerce-info {
    display: none;
}
.cart_page_empty div#cart_page_row:before,.cart_page_empty div#cart_page_row:after {
    background-color: #fff;
}
.cart_page_empty p.cart-empty.woocommerce-info {
    width: 100%;
    text-align: center;
    border: none;
    color: var(--m1);
}
.cart_page_empty p.return-to-shop {
    width: 100%;
    text-align: center;
    border: none;
    line-height: 1;
    height: auto;
}
.cart_page_has_products p.return-to-shop {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    border: none;
    margin-bottom: 0;
    position: relative;
}
.cart_page_has_products p.return-to-shop:before {
    content: '';
    position: absolute;
    background-color: #fafafa;
    width: calc( (100vw - 1206px) / 2 );
    height: 100%;
    left: calc( ( -100vw + 1206px ) / 2 );
}
p#calc_shipping_country_field {
    display: none;
}
select#calc_shipping_state {
    height: 43px;
}
p#calc_shipping_state_field .select-arrow {
    height: 41px !important;
    border: none !IMPORTANT;
    line-height: 41px !IMPORTANT;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.406' height='5.33' viewBox='0 0 9.406 5.33'%3E%3Cpath id='Path_5504' data-name='Path 5504' d='M-3171.5,9607.206l4.269-4.437-4.269-4.27' transform='translate(9607.553 3171.86) rotate(90)' fill='none' stroke='%23e4624c' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: CENTER;
}
p#calc_shipping_state_field {
    width: 100% !important;
    margin: 0 !important;
    max-width: calc(100% - 176px) !important;
    margin-right: 11px !important;
    _display: none !important;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form p {
    max-width: 165px;
}
div#cart_page_row .cart-collaterals .shipping-coupon .avada-shipping-calculator-form p:last-of-type {
    max-width: 100%;
}
div#cart_page_wrapper .woocommerce-info {
    width: 100%;
    bottom: 0;
    z-index: 999999999 !IMPORTANT;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #736556;
    margin-bottom: 0;
    color: #fff;
    border: none;
    padding: 14.5px 20px;
    font-size: 14px;
}
div#cart_page_wrapper .woocommerce-info::before {
    display: none;
}
.cart_totals tbody * {
    border-color: var(--m1) !important;
}
p#calc_shipping_city_field {
    display: none !important;
}
.cart-collaterals input[type='text'] {
    border-radius: 0px;
    border: 1px solid#C5C5C5;
    padding-left: 11px;
    padding-right: 11px;
    outline: none !IMPORTANT;
    width: 100% !important;
    margin: 0;
    max-width: calc(100% - 176px) !important;
    margin-right: 11px;
    height: 43px !important;
    line-height: 43px !important;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #303030;
    border-radius: 5px;
}
.cart-collaterals input::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #303030;
}
.cart-collaterals input::-moz-placeholder {
    font-weight: normal;
    font-size: 14px;
    color: var(--m1);
}
.cart-collaterals input:-ms-input-placeholder {
    font-weight: normal;
    font-size: 14px;
    color: var(--m1);
}
.cart-collaterals input:-moz-placeholder {
    font-weight: normal;
    font-size: 14px;
    color: var(--m1);
}
.cart_content_cols .woocommerce-notices-wrapper {
    width: 100%;
}
.cart_content_cols form.woocommerce-cart-form {
    width: 57.75%;
    padding-right: 40px;
    /* padding-right: 0; */
}
.cart_content_cols .cart-collaterals {
    width: 42.25%;
    padding-left: 38px;
}
.cart_content_cols {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.cart_usps_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 18px 23px;
    border: solid 1px #EAEBEB;
}
.cusp {
    width: 100%;
    max-width: calc(25% - (7.5%/4));
    display: flex;
    align-items: center;
    margin-right: 2.5%;
}
.cusp:last-child {
    margin-right: 0;
}
.usp_text {
    margin-left: 14px;
    font-size: 14px;
    color: var(--m1);
    line-height: 18px;
}
section.shipping-calculator-form-fnm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
p.submit_shipping {
    width: 100%;
    max-width: 165px;
    margin-bottom: 0;
}
p#calc_shipping_postcode_field {
    width: 100% !important;
    max-width: calc(100% - 176px) !important;
    margin-bottom: 0;
    margin: 0 !important;
    margin-right: 11px !IMPORTANT;
	display:none;
}
p#calc_shipping_postcode_field {
    display: none !important;
}

 
span#select2-calc_shipping_state-container {
 
    line-height: 42px;
    color: var(--m1);
}

p#calc_shipping_state_field span.select2-selection.select2-selection--single {
    height: 42px;
    line-height: 42px;
    border: solid 1px #9AAECD;
    background-color: transparent;
}

p#calc_shipping_state_field span.select2-selection__arrow {
    height: 42px;
}
input#calc_shipping_postcode {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
	display:none;
}
div#cart_page_row table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount {
    font-weight: normal;
    font-size: 18px;
    text-align: right;
    color: #303030;
}
div#cart_page_row table.shop_table.shop_table_responsive tbody tr th {
    padding: 0 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px !important;
    color: #303030;
}
div#cart_page_row .cart-collaterals table.shop_table.shop_table_responsive tbody tr td {
    padding: 7px 0 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px !important;
    color: #303030;
    text-align: right;
}
div#cart_page_row tr.woocommerce-shipping-totals.shipping ul#shipping_method {
    margin-bottom: 0;
}
div#cart_page_row form.woocommerce-cart-form .shop_table .product-thumbnail a img {
    height: 138px;
    object-fit: contain;
    width: 122px !important;
    border-radius: 5px;
}
div#cart_page_row form.woocommerce-cart-form .shop_table td.product-name a {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #000;
}
div#cart_page_row form.woocommerce-cart-form .shop_table thead tr th.product-remove {
    width: 4.3%;
}
.side_cart_qty_wrapper.product-quantity.cart_pg_qty {
    margin: 0 auto;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin-bottom: 0;
}
.woocommerce-message {
    text-align: center;
    background-color: var(--m2) !important;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
}
.cart_pg_qty input {
    text-align: center;
    height: 42px;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    max-width: 45px;
    width: auto;
    outline: none !important;
    font-size: 16px;
    color: var(--m1) width: 100%;
}
.cart_checkout .qty {
    border: none;
    text-align: center;
    width: 46px;
    border: none;
    padding: 0;
    max-width: 32px;
    width: auto;
    outline: none !important;
    font-size: 16px;
    color: var(--m1)
}
.cart_checkout input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart_checkout input[type=number] {
    -moz-appearance: textfield;
}
.cart_content_wrapper.pad {
    padding-bottom: 0;
    overflow: hidden;
}
div#cart_page_row {
    padding-bottom: 0;
}
div#cart_page_row .cart-collaterals:after {
    content: '';
    width: calc( (100vw - var(--sitew)) / 2 + 10px );
    height: 100%;
    background-color: #f6f6f6;
    position: absolute;
    right: calc( ( -100vw + var(--sitew)) / 2 + 10px );
    z-index: -1;
    min-width: 10px;
    top: 0;
}
div#cart_page_row .cart-collaterals {
    background-color: #F6F6F6;
    padding-bottom: 110px;
}
.cart_totals .tax-rate small {
    display: none;
}
ul.woocommerce-error {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 22px var(--padfw);
    background-color: #ff2e00;
}
ul.woocommerce-error li {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
ul.woocommerce-error span.woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.cart_content_wrapper .section_whyus_wrap {
    max-width: var(--sitew);
    justify-content: space-between;
    margin: 0 auto;
    border: 1px solid #eaebeb;
    padding: 20px 24px;
}
.cart_content_wrapper .section_whyus_wrap .why_wrap {
    flex-direction: row;
    width: auto;
    align-items: center;
    width: 25%;
    margin: 0;
}
.cart_content_wrapper .section_whyus_wrap .why_wrap > p {
    flex: 1;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #2f3f8f;
    margin-top: 0;
    margin-left: 15px;
}
.cart_content_wrapper .section_whyus_wrap .why_wrap > div {
    width: 52px;
    height: 52px;
}
.minus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.976' height='7' viewBox='0 0 6.976 7'%3E%3Cpath id='Polygon_65' data-name='Polygon 65' d='M3.5,0,7,6.976H0Z' transform='translate(0 7) rotate(-90)'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.plus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.976' height='7' viewBox='0 0 6.976 7'%3E%3Cpath id='Polygon_66' data-name='Polygon 66' d='M3.5,0,7,6.976H0Z' transform='translate(6.976) rotate(90)'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
#cart_page_row form .quantity-wrapper.cart_checkout {
    max-width: 92px;
    display: flex;
    border: solid 1px #DEDEDE;
    border-radius: 5px;
    margin: 0 auto;
}
table.shop_table.shop_table_responsive {
    margin-bottom: 0;
}
div#cart_page_row table.shop_table.shop_table_responsive   tr.woocommerce-shipping-totals.shipping th, 
div#cart_page_row table.shop_table.shop_table_responsive   tr.woocommerce-shipping-totals.shipping td {
    padding-bottom: 17px !IMPORTANT;
}
/*END OF CART PAGE*/
/*THANK YOU PAGE*/
.thank_you_page .entry-content h2, .thank_you_page .entry-content h3 {
    font-weight: 500 !important;
    font-size: 23px !IMPORTANT;
    line-height: 1.2 !important;
    color: #000000 !IMPORTANT;
    margin-bottom: 20px;
    border-bottom: solid 1px #D9D8D6;
    padding-bottom: 10px;
}
.thank_you_page .product-info a {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #000000;
}
.thank_you_page .product-info strong {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #736556;
}
.thank_you_page span.woocommerce-Price-amount.amount {
    font-weight: bold;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}
.thank_you_page tr.woocommerce-table__line-item.order_item td {
    padding: 10px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #303030;
}
.thank_you_page tr.woocommerce-table__line-item.order_item {
    height: auto;
}
.thank_you_page main#main {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EDECE9;
}
.thank_you_page main#main * {
    border-color: #D9D8D6;
}
.thank_you_page td.product-total {
    display: flex;
    flex-direction: row-reverse;
}
.thank_you_page table.woocommerce-table tfoot tr td {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-align: left;
    color: #000000;
}
.thank_you_page table.woocommerce-table tfoot tr td span.woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #000000;
    line-height: 1;
}
.thank_you_page .avada-order-details .shop_table.order_details .product-total small.shipped_via {
    display: block;
    line-height: 1.1;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    color: #000000;
}
.thank_you_page table.woocommerce-table tfoot tr td {
    width: 100%;
}
.thank_you_page table.woocommerce-table tfoot tr th,.thank_you_page table.woocommerce-table tfoot tr td {
    width: 50% !important;
    padding-top: 0px !IMPORTANT;
    text-align: left;
    /* border-top: solid 1px; */
    padding: 10px 0 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.1;
    text-align: left;
    color: #000000;
}
.thank_you_page .avada-order-details .shop_table.order_details tfoot tr td {
    display: block;
    width: 100%;
}
.thank_you_page div#checkout_page_row .woocommerce {
    justify-content: center;
}
.thank_you_page div#checkout_page_row .woocommerce {
    justify-content: center;
}
.thank_you_page table.woocommerce-table tfoot tr td {
}
.thank_you_page .woocommerce-order {
    max-width: var(--sitew);
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}
.thank_you_page .woocommerce {
    padding: 0 var(--padfw);
}
.thank_you_page section.woocommerce-customer-details section {
    display: flex;
    justify-content: space-between;
}
.thank_you_page section.woocommerce-customer-details section .woocommerce-column {
    width: 48%;
}
.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
}
.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
}
.thank_you_page .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: 500 !important;
    font-size: 23px !IMPORTANT;
    line-height: 1.2 !important;
    color: #000000 !IMPORTANT;
    margin-bottom: 20px;
    border-bottom: solid 1px #D9D8D6;
    padding-bottom: 10px;
}
.thank_you_page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
}
.thank_you_page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 9px;
    display: flex;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}
.thank_you_page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--m1);
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr {
    border-top: solid 1px #D9D8D6;
}
.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}
.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child {
    border-bottom: solid 1px #D9D8D6;
}
.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th,.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
    width: 48% !important;
}
.thank_you_page tr.woocommerce-table__line-item.order_item td a {
    font-size: 16px;
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #303030;
}
.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th,.thank_you_page table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child tr {
    font-weight: bold;
}
.thank_you_page tr.woocommerce-table__line-item.order_item td strong.product-quantity {
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #303030;
}
.thank_you_page tr.woocommerce-table__line-item.order_item td ul.wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}
.thank_you_page tr.woocommerce-table__line-item.order_item td ul.wc-item-meta li {
    display: flex;
}
.thank_you_page tr.woocommerce-table__line-item.order_item td ul.wc-item-meta li strong {
    margin-right: 5px;
}
.thank_you_page section.woocommerce-customer-details section .woocommerce-column address {
    color: #000;
}
/*END OF THANK YOU PAGE*/
/*ACCOUNT*/
nav.woocommerce-MyAccount-navigation {
    margin-right: 40px;
    width: 30%;
    max-width: 200px;
}
.woocommerce-MyAccount-content {
    flex: 1;
}
.myaccount_page .woocommerce {
    max-width: var(--sitew);
    margin: 0 auto;
    display: FLEX;
    padding: 100px 0;
}
.myaccount_page .entry-content {
    padding: 0 var(--padfw);
}
nav.woocommerce-MyAccount-navigation li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
}
nav.woocommerce-MyAccount-navigation li {
    padding: 10px 15px;
    border-bottom: solid 1px #000;
}
nav.woocommerce-MyAccount-navigation ul li:first-child {
    /* padding-top: 0; */
    background-color: var(--m1);
}
nav.woocommerce-MyAccount-navigation ul li:first-child a {
    color: #fff;
    font-weight: 300 !important;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 500;
}
.woocommerce-MyAccount-content span.woocommerce-Price-amount.amount {
    text-align: left;
}
.woocommerce-MyAccount-content tbody tr td {
    padding: 10px 0;
    border-bottom: solid 1px #000;
}
.woocommerce-MyAccount-content thead tr th {
    border-bottom: solid 1px #000;
    padding-bottom: 15px;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders {
    border-collapse: collapse;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: space-between;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.u-column2.col-2 {
    background-color: var(--m1);
    width: calc(50% - 22px);
    padding: 50px;
}
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    text-align: left;
    margin-top: 40px;
}
.woocommerce-MyAccount-content section.woocommerce-columns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.woocommerce-MyAccount-content section.woocommerce-columns .woocommerce-column {
    width: 50%;
}
form.woocommerce-EditAccountForm.edit-account input {
    display: block;
    margin-bottom: 20px;
    height: 42px;
    background: transparent;
    border: 1px solid #000;
    width: 100%;
    border-radius: 0;
}
form.woocommerce-EditAccountForm.edit-account label {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button.wp-element-button {
    all: unset;
    cursor: pointer;
    width: 100%;
    display: block;
    max-width: 212px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #000;
    height: 40px;
    margin-top: 27px;
}
form.woocommerce-EditAccountForm.edit-account legend {
    font-size: 17px;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    padding: 20px 15px;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.u-column1.col-1 {
    margin: 0;
    border: solid 1px var(--m1);
    padding: 50px;
    width: calc(50% - 22px);
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.u-column1.col-2 {
    margin: 0;
    border: solid 1px var(--m1);
    padding: 50px;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background-color: var(--m1);
    color: #fff;
    height: 40px;
    display: block;
}
/*END OF ACCOUNT*/
/*CHECKOUT PAGE*/
li.wc_payment_method.payment_method_vivawallet img {
    content: url(http://46.4.70.27/~dev/thebabycity/wp-content/uploads/2022/10/cards.png);
}
.checkout_products_cols_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 8px;
    border-bottom: solid 1px #D9D8D6;
    padding-top: 13px;
}
.checkout_prod_col_1 {
    max-width: 122px;
}
.checkout_prod_col_2 {
    width: calc(100% - 122px - 11px);
    margin-left: 11px;
}
div#checkout_page_row {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--sitew);
    margin: 0 auto;
}
div#checkout_page_row .woocommerce-notices-wrapper {
    width: 100%;
}
div#checkout_page_row .avada-myaccount-user {
    width: 100%;
    display: none;
}
div#checkout_page_row form.checkout.woocommerce-checkout {
    width: 58%;
    _background-color: aliceblue;
    position: relative;
    padding-right: 45px;
    padding-bottom: 150px;
}
.checkout_information_wrapper {
    width: 42%;
    background-color: #F6F6F6;
    position: relative;
    padding-left: 38px;
    padding-top: 100px;
}
div#checkout_page_row > form.woocommerce-content-box.full-width.checkout_coupon {
    display: none !important;
}
.copy_totals tr.woocommerce-shipping-totals.shipping {
    display: none;
}
div#checkout_page_row form.checkout.woocommerce-checkout h3#order_review_heading {
    display: none;
}
div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
}
div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody {
    display: none;
}
div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
    display: none;
}
div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
    display: none;
}
div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate {
    display: none;
}
div#checkout_page_row tr.woocommerce-shipping-totals.shipping th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
div#checkout_page_row tr.woocommerce-shipping-totals.shipping td {
    display: block;
    padding: 0;
}
div#checkout_page_row form.checkout.woocommerce-checkout ul#shipping_method {
    text-align: left;
    display: flex;
    padding: 0;
    line-height: 1 !IMPORTANT;
    list-style: none;
    margin: 0;
}
tfoot tr.fee {
    display: none;
}
.invoice_fields {
    _display: none;
}
div#customer_details .col-1 h4 {
    font-weight: 300;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    text-align: left;
    color: var(--m1);
    margin: 0;
}
div#checkout_page_row .col-1 {
    padding: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    flex: none;
    max-width: 100%;
}
p#billing_country_field, p#shipping_country_field {
    display: none;
}
_form.checkout.woocommerce-checkout:before {
    content: '';
    position: absolute;
    background-color: aliceblue;
    width: calc( (100vw - 1206px) / 2 );
    height: 100%;
    left: calc( ( -100vw + 1206px ) / 2 );
}
.checkout_information_wrapper:after {
    content: '';
    width: calc( (100vw - 1200px) / 2 );
    height: 100%;
    background-color: #F6F6F6;
    position: absolute;
    right: calc( ( -100vw + 1200px) / 2 );
    top: 0;
    z-index: 9;
}
div#checkout_page_row form.checkout.woocommerce-checkout .woocommerce-content-box.full-width {
    padding: 0;
    margin-top: 45px;
    border: none;
    padding-bottom: 75px;
}
div#checkout_page_row form.checkout.woocommerce-checkout ul#shipping_method span.woocommerce-Price-amount.amount {
    font-size: 18px;
    margin-left: 3px;
}
.invoice_radio span.woocommerce-input-wrapper {
    display: flex;
}
.invoice_radio input[type="radio"], .woocommerce-shipping-totals input[type="radio"], .payment_methods.methods input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
}
.invoice_radio label, .woocommerce-shipping-totals label, .payment_methods.methods label {
    position: relative;
    padding-left: 32px;
    line-height: 23px;
    margin-right: 57px;
    display: flex !important;
    align-items: center;
    margin-bottom: 0 !important;
    font-weight: 300;
    font-size: 15px;
}
.woocommerce-shipping-totals label {
    padding-left: 0;
}
/*.woocommerce-shipping-totals label:before*/
.invoice_radio label:before, .payment_methods.methods label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border-radius: 50%;
    border: solid 1px #D9D8D6;
    font-weight: 300;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: var(--m1);
}
.invoice_radio input[type="radio"]:checked + label:before, .woocommerce-shipping-totals input[type="radio"]:checked + label:before, .payment_methods.methods input[type="radio"]:checked + label:before {
    background-color: var(--m1);
    border-color: var(--m1);
}
.invoice_radio label:after, .woocommerce-shipping-totals label:after, .payment_methods.methods label:after {
    content: "";
    position: absolute;
    display: none;
}
.invoice_radio input[type="radio"]:checked + label:after, .woocommerce-shipping-totals input[type="radio"]:checked + label:after, .payment_methods.methods input[type="radio"]:checked + label:after {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #FFFFFF;
    left: 7px;
    border-radius: 50%;
    top: 7px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox, label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
#ship-to-different-address input[type="checkbox"], .woocommerce-account-fields input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#ship-to-different-address span:before, .woocommerce-account-fields span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: transparent;
    border: solid 1px #EAEBEB;
    border-radius: 0;
}
#ship-to-different-address span:after, .woocommerce-account-fields span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    display: none;
}
#ship-to-different-address input[type="checkbox"]:checked + span:after, .woocommerce-account-fields input[type="checkbox"]:checked + span:after {
    display: block;
}
#ship-to-different-address span:after, .woocommerce-account-fields input[type="checkbox"]:checked + span:after {
    left: 11px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
h3#ship-to-different-address span, .woocommerce-account-fields span {
    padding-left: 40px;
    line-height: 28px;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #000;
}
#ship-to-different-address input[type="checkbox"]:checked + span:before, .woocommerce-account-fields input[type="checkbox"]:checked + span:before {
    background-color: var(--m1);
}
h3#ship-to-different-address {
    margin: 0 !important;
    line-height: 1 !important;
    padding: 0 !important;
    font-weight: 300;
    font-weight: 500;
    font-size: 16px !important;
    text-align: left;
    color: var(--m1);
    border: none;
}
.woocommerce-billing-fields h3 {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
    font-weight: 500;
    font-size: 20px !important;
    text-align: left;
    color: var(--m1);
    line-height: 22px !important;
    padding-bottom: 11px !IMPORTANT;
    border-bottom: solid 1px #D9D8D6 !important;
}
div#checkout_page_row form.checkout.woocommerce-checkout p {
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
}
.invoice_radio {
    margin-top: 24px;
    margin-bottom: 33px;
}
.shipping_address {
    margin-top: 14px;
}
form.checkout #billing_first_name_field, form.checkout #shipping_first_name_field, form.checkout #billing_last_name_field, form.checkout #shipping_last_name_field {
    float: none !IMPORTANT;
}
.half-field {
    width: calc(50% - 6px) !important;
}
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.full-field {
    width: 100%;
}
.checkout input {
    height: 42px !important;
    border: solid 1px #EAEBEB !IMPORTANT;
    background-color: transparent !important;
    line-height: 1;
    width: 100%;
    padding-left: 19px;
    outline: none !important;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000;
}
div#checkout_page_row form.checkout.woocommerce-checkout ul#shipping_method li {
    line-height: 1 !important;
}
.checkout .payment_methods {
    margin-top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-shipping-totals label {
    margin-right: 36px;
}
.checkout .shop_table tfoot tr th, .payment_title {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    text-align: left !important;
    padding-bottom: 11px !important;
    border-bottom: solid 1px #D9D8D6;
    margin-bottom: 24px;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #000 !important;
}
.payment_title {
    margin-top: 50px !important;
    margin-bottom: 24px !important;
}
.checkout .payment_methods li {
    margin-bottom: 20px;
    background-color: transparent;
    color: #000;
}
li.wc_payment_method.payment_method_paypal img {
    height: 23px;
    object-fit: contain;
    margin-left: 20px;
}
li.wc_payment_method.payment_method_eurobank_gateway label img {
    height: 22px;
    object-fit: contain;
    margin-left: 20px;
}
li.wc_payment_method.payment_method_paypal a.about_paypal {
    display: none;
}
.form-row.place-order {
    display: flex;
    flex-direction: column;
}
.form-row.place-order p#order_custom_notes_field {
    order: 1;
    margin-bottom: 16px !IMPORTANT;
}
.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    order: 2;
}
.form-row.place-order button#place_order {
    border: solid 1px var(--m2) !important;
    line-height: 43px !important;
    height: 43px !important;
}
textarea#order_custom_notes {
    height: 127px;
    background-color: transparent;
    border: solid 1px #EAEBEB;
    padding: 15px 23px;
    font-size: 16px;
    color: #999999;
    border-radius: 0px;
}
.checkout input::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000;
}
.checkout input::-moz-placeholder {
    font-weight: normal;
    font-size: 14px;
    color: var(--m1);
}
.checkout input:-ms-input-placeholder {
    font-weight: normal;
    font-size: 14px;
    color: var(--m1);
}
.checkout input:-moz-placeholder {
    font-weight: normal;
    font-size: 14px;
    color: var(--m1);
}
.woocommerce-privacy-policy-text p {
    margin-bottom: 16px !important;
}
div#customer_details {
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 54px;
}
.checkout_page .woocommerce form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: solid 1px #EAEBEB;
    border-radius: 5px;
    height: 43px;
}
.checkout_page .woocommerce form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000;
}
.checkout_page .woocommerce form.checkout.woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow {
    border: none;
}
.checkout_page .woocommerce form.checkout.woocommerce-checkout .select2-selection__arrow b {
    display: none;
}
.checkout_page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}
.checkout_prod_col_2 span.woocommerce-Price-amount.amount {
    text-decoration: none !important;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #303030 !important;
}
span.checkout_title {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #303030;
}
span.checkout_qty {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #303030;
}
.checkout_information_wrapper .checkout_coupon {
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 21px;
    padding-bottom: 16px;
    border-bottom: solid 1px #D9D8D6;
    display: block !important;
}
.checkout_information_wrapper .checkout_coupon .coupon-input {
    padding: 0;
    width: calc(100% - 176px);
    margin-right: 11px;
    float: none;
    display: block;
}
.checkout_information_wrapper .checkout_coupon .coupon-contents {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.checkout_information_wrapper .checkout_coupon .coupon-contents .coupon-button {
    padding: 0;
}
.form-row.form-row-last.fusion-alignleft.coupon-button {
    width: 100%;
    max-width: 165px;
    margin: 0;
}
.form-row.form-row-last.fusion-alignleft.coupon-button .button {
    width: 100%;
    padding: 0;
    line-height: 43px;
    background-color: transparent;
    height: 43px;
    transition: all 300ms;
    text-align: center;
    border: solid 1px var(--m2) !important;
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: var(--m2);
    cursor: pointer;
}
.checkout_information_wrapper .checkout_coupon .coupon-contents .clear {
    width: 100%;
}
.checkout_information_wrapper .checkout_coupon .coupon-input input#coupon_code {
    padding: 10px 11px;
    font-weight: normal;
    font-size: 14px;
    color: var(--m1);
    width: 100%;
    height: 43px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}
.cart_totals_row div {
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 16px !important;
    text-align: right;
    color: #303030;
}
.cart_totals_row {
    padding-top: 18px;
}
.cart_totals_row div.cart_total {
    padding-top: 13px;
    border-top: solid 1px #D9D8D6;
    font-weight: bold;
    text-align: left;
    color: #2f3f8f;
}
.form-row.form-row-last.fusion-alignleft.coupon-button .button:hover {
    background-color: #faa73f;
}
input#coupon_code::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #303030;
}
input#coupon_code::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: normal;
    font-size: 14px;
    line-height: 57px;
    text-align: left;
    color: var(--m1);
}
input#coupon_code:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: normal;
    font-size: 14px;
    line-height: 57px;
    text-align: left;
    color: var(--m1);
}
input#coupon_code:-moz-placeholder {
    /* Firefox 18- */
    font-weight: normal;
    font-size: 14px;
    line-height: 57px;
    text-align: left;
    color: var(--m1);
}
.form-row.form-row-last.fusion-alignleft.coupon-button .button:hover {
    background-color: var(--m2);
    color: #fff;
}
iframe#simplify-checkout-frame {
    z-index: 99999 !important;
}
div#cart_page_wrapper ul.woocommerce-error {
    width: 100%;
    padding: 0 !important;
    margin: 0;
}
div#cart_page_wrapper ul.woocommerce-error li {
    margin-bottom: 0;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    _display: none;
}
.woocommerce-invalid:after {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}
.woocommerce-invalid:after {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-top: 5px !important;
}
.validate-required.woocommerce-invalid .select2-selection--single, .validate-required.woocommerce-invalid input {
    box-shadow: none !IMPORTANT;
}
/*CHANGES 240222*/
.form-row.place-order button#place_order {
    order: 3;
    max-width: 364px;
    height: 43px;
    border-radius: 0px;
    background: var(--m2);
    line-height: 43px;
    color: #fff;
    padding: 0 2px;
    border: solid 1px var(--m2);
}
.checkout span.woocommerce-input-wrapper {
    width: 100%;
}
.checkout_page form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: solid 1px #EAEBEB;
    border-radius: 0px;
    height: 42px;
}
.checkout_page form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: var(--m1);
    padding-left: 19px;
}
.checkout_page form.checkout.woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow {
    border: none;
}
.checkout_page form.checkout.woocommerce-checkout span.select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.509' height='12.509' viewBox='0 0 12.509 12.509'%3E%3Cpath id='Path_663' data-name='Path 663' d='M0,0H8.345V8.344' transform='translate(12.155 5.9) rotate(135)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    height: 42px !important;
    line-height: 42px !IMPORTANT;
    margin-right: 0px;
    width: 44px !important;
    border-radius: 0px !important;
}
.checkout_page form.checkout.woocommerce-checkout .select2-selection__arrow b {
    display: none;
}
.checkout_page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    text-align: left;
    color: #000;
}
.checkout_page tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
}
.checkout_page tr.cart-discount {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.checkout_information_wrapper:before {
    content: '';
    width: calc( ((100vw - 1200px) / 2) + (1200px - 696px) );
    height: 59px;
    background-color: #F6F6F6;
    position: absolute;
    right: calc( ( -100vw + 1200px) / 2 );
    top: -59px;
    z-index: 9;
}
div#checkout_page_row .woocommerce-message {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    max-width: 1200px;
}
.checkout .payment_methods li .payment_box p {
    margin-top: 8px;
}
.checkout_page  .entry-content {
    overflow: hidden;
}
.checkout_prod_col_1 img {
    border-radius: 18px;
}
.woocommerce-form-login-toggle {
    display: block;
    text-align: center;
	padding-top: 20px;
    padding-bottom: 20px;
}
}
/*END OF CHECKOUT PAGE*/
/*MY ACOOUNT*/
.woocommerce-privacy-policy-text p {
    margin-bottom: 16px!important;
}
div#customer_login {
    max-width: var(--sitew);
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
}
.u-column1.col-1 {
    width: calc(50% - 22px);
    margin: 0;
    border: solid 1px var(--m1);
    padding: 50px;
}
.u-column1.col-1 h2 {
    font-weight: normal;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    color: var(--m1);
    margin-bottom: 40px;
    border: none;
}
.woocommerce #customer_login .login .woocommerce-form-login__submit {
    display: block;
    background: var(--m1);
    border: 1px solid var(--m1);
    color: #ffff;
    border-radius: 0;
    height: 54px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 300ms;
}
.woocommerce #customer_login .login .form-row:not(.woocommerce-form-row--wide) {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
}
p.woocommerce-LostPassword.lost_password {
    text-align: center;
    display: block;
    color: var(--m1);
}
.u-column2.col-2 {
    background-color: var(--m1);
    width: calc(50% - 22px);
    padding: 50px;
}
.u-column2.col-2 * {
    color: #ffff;
    border-color: #fff;
    background-color: transparent;
}
input#vat {
    border: solid 1px #ffff;
    margin-bottom: 27px;
    width: 100%;
    height: 44px;
    border-radius: 0;
    outline: none;
    color: #fff!important;
    padding: 0 10px;
    margin-bottom: 0;
}
.u-column2.col-2 h2 {
    font-weight: normal;
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    border: none;
    margin-bottom: 40px;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    line-height: 1.2;
    display: block;
    background: var(--m1);
    border: 1px solid #fff;
    color: #ffff;
    border-radius: 0;
    height: 54px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 300ms;
    margin-top: 20px;
}
form.vat-registration span.required {
    display: none;
}
.code p {
    margin-right: 5px;
}
.woocommerce #customer_login .login .form-row.form-row-wide input {
    background-color: #ffff;
    border: solid 1px var(--m1);
    border-radius: 0;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--m1)!important;
    outline: none!important;
    padding: 0 10px;
}
div#customer_login label {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    display: block;
    margin-bottom: 8px;
}
div#customer_login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 34px;
}
div#customer_login .col-1 label span.required {
    color: #000;
}
p.woocommerce-LostPassword.lost_password a {
    color: var(--m1);
    text-decoration: underline;
}
.woocommerce #customer_login .login .woocommerce-form-login__submit:hover {
    background-color: #fff;
    color: var(--m1);
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background-color: #fff;
    color: var(--m1);
}
.code {
    display: flex;
    align-items: center;
}
.form-col.reg .response.hidden {
    margin-left: 28px;
    margin-top: 10px;
}
.u-column2.col-2 input {
    border: solid 1px #ffff;
    border-radius: 0;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    color: #fff!important;
    outline: none!important;
    padding: 0 10px;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*END OF MY ACOOUNT*/
/*END OF SHOP CSS*/
/*PRICE SLIDER*/
_.range-slider .track--full:after {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    right: 0;
    border-radius: 100%;
    margin-top: -5px;
}
_.range-slider .track--full:before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    left: 0;
    border-radius: 100%;
    margin-top: -5px;
}
section#product-price-range-slider {
    width: 100%;
}
.range-slider {
    margin: 19px 0;
    position: relative;
    text-align: center;
}
.range-slider:before, .range-slider:after {
    content: " ";
    display: table;
}
.range-slider:after {
    clear: both;
}
@media (min-width: 640px) {
    .range-slider {
        padding-top: 0;
    }
}
@media (min-width: 1024px) {
    .range-slider {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.range-slider .track {
    bottom: 15px;
    height: 5px;
    left: 0;
    margin-bottom: -3px;
    position: absolute;
    width: 0;
    z-index: 9;
}
@media (min-width: 640px) {
    .range-slider .track {
        bottom: 15px;
    }
}
@media (min-width: 1024px) {
    .range-slider .track {
        bottom: 15px;
    }
}
.range-slider .track--full {
    background-color: #D2D2D2;
    width: calc(100% - 2px);
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.range-slider .track--included {
    background: var(--m1);
    border-radius: 5px;
    width: calc(100% - 42px);
}
.range-slider .slider-thumb {
    background: #555;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    display: block\9;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .range-slider .slider-thumb {
        display: block;
    }
}
@media (min-width: 640px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}
.range-slider [type=range] {
    -webkit-appearance: none;
    background: none;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 10;
    border: none;
}
@media (min-width: 640px) {
    .range-slider [type=range] {
        height: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range] {
        height: 30px;
    }
}
.range-slider [type=range]:focus {
    outline: none;
}
.range-slider [type=range]::-moz-focus-outer {
    border: 0;
}
.range-slider [type=range]:first-of-type {
    float: left;
    margin-bottom: -30px;
}
@media (min-width: 640px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}
.range-slider [type=range]:last-of-type {
    float: right;
    margin-bottom: 0;
}
.range-slider [type=range]::-webkit-slider-runnable-track {
    background: none;
    border: 0;
    height: 5px;
    z-index: -1;
}
.range-slider [type=range]::-ms-fill-lower {
    background: none;
    border: 0;
}
.range-slider [type=range]::-ms-fill-upper {
    background: none;
    border: 0;
}
.range-slider [type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-color: transparent;
    color: transparent;
    height: 6px;
    z-index: -1;
}
.range-slider [type=range]:focus::-ms-fill-lower {
    background: none;
    border: 0;
}
.range-slider [type=range]:focus::-ms-fill-upper {
    background: none;
    border: 0;
}
.range-slider [type=range]::-moz-range-track {
    -moz-appearance: none;
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}
.range-slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--m1);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    outline: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100;
}
@media (min-width: 640px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 18px;
        margin-top: -5px;
        width: 18px;
    }
}
.range-slider [type=range]::-ms-thumb {
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 9;
}
@media (min-width: 640px) {
    .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }
}
.range-slider [type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 9;
}
@media (min-width: 640px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}
.range-slider .output, .range-slider output {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: 18px;
    left: 50%;
    line-height: 1;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 30px;
    transform: translate(-50%, 0);
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 22px;
    width: 80px;
}
#product-price-range-slider output:last-child {
    text-align: right;
}
/*END OF PRICE SLIDER*/
/*RESPONSIVE CART CHECKOUT*/
@media screen and (max-width: 1280px) {
	div#cart_page_row .cart-collaterals:after {
        right:calc(var(--padfw) * -1);
    }
    .checkout_information_wrapper:after {
        width:var(--padfw);
        right: calc(var(--padfw) * -1);
    }
}
/*END OF 1280*/
@media screen and (max-width: 1140px) {
    .u-column2.col-2 {
        padding:20px;
    }
    .u-column1.col-1 {
        padding: 20px;
    }
}
/*END OF 1140*/
@media screen and (max-width: 991px) {
	.cart_header {
        padding-top:20px;
        padding-bottom: 30px;
    }
    .shop_table_responsive.woocommerce-cart-form__contents tbody tr {
        padding: 10px 0;
        display: block;
    }
    .cart_content_cols form.woocommerce-cart-form {
        width: 100%;
        padding: 0 var(--pad);
    }
    div#cart_page_row .cart-collaterals {
        width: 100%;
        padding: 0 var(--pad);
        margin-top: 0;
        margin-bottom: 55px;
    }
    div#cart_page_row .cart-collaterals:after {
        display: none;
    }
    .cart_content_wrapper.pad {
        padding-left: 0;
        padding-right: 0;
    }
    .cart_content_wrapper.pad {
        padding-top: 30px;
    }
    div#cart_page_row .cart-collaterals .cart_totals td {
        width: 100%;
    }
    tr.cart-subtotal span.woocommerce-Price-amount.amount {
        font-size: 18px;
        text-align: right;
    }
    tr.order-total td span.woocommerce-Price-amount.amount {
        font-weight: bold;
        font-size: 18px;
        text-align: right;
    }
    input#coupon_code {
        font-weight: normal;
        font-size: 16px;
        line-height: 57px;
        text-align: left;
    }
    ul#shipping_method li label {
        margin-right: 0;
        font-size: 18px;
        text-align: right;
    }
    div#cart_page_row #shipping_method li label {
        justify-content: flex-end;
    }
    table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
        display:flex!important;
        border-bottom: solid 1px #D9D8D6;
        align-items: center;
        justify-content: space-between;
    }
    .checkout_information_wrapper:after {
        display: none;
    }
    .checkout .shop_table tfoot tr th {
        display: table-cell!important;
        padding: 0!important;
        border: none!important;
        width: auto!important;
        margin-bottom: 0;
    }
    div#checkout_page_row tr.woocommerce-shipping-totals.shipping td {
        display: table-cell;
    }
    div#customer_details {
        padding-top: 20px;
        padding-left: var(--padfw);
        padding-right: var(--padfw);
        padding-bottom: 30px;
    }
    .checkout_information_wrapper {
        padding-top: 15px;
    }
    .checkout_information_wrapper .checkout_coupon .coupon-input {
        width: 100%;
        margin-right: 0;
    }
    .form-row.form-row-last.fusion-alignleft.coupon-button {
        max-width: 100%;
        margin-top: 7px;
    }
    .checkout_information_wrapper {
        width: 100%;
        display: none;
    }
    form.checkout.woocommerce-checkout:after {
        content: '';
        position: absolute;
        background-color: #EDECE9;
        width: 16px;
        height: 100%;
        top: 0;
        right: -16px;
        display: none;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody {
        display: block;
        width: 100%;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item {
        border-bottom: solid 1px #D9D8D6!important;
        height: auto;
        display: block!important;
        width: 100%;
        padding: 15px 0;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td {
        padding: 0px 0;
        line-height: 1.7;
        align-items: center;
        display: flex;
        width: 100%;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item span.woocommerce-Price-amount.amount {
        margin-left: 0;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
        display: table-row;
    }
    .payment_title {
        margin-top: 18px!important;
        margin-bottom: 2px!important;
    }
    tr.cart-subtotal span.woocommerce-Price-amount.amount {
        font-size: 18px;
        text-align: right;
    }
    tr.order-total td span.woocommerce-Price-amount.amount {
        font-weight: bold;
        font-size: 18px;
        text-align: right;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total * {
        border: none;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal * {
        border: none;
    }
    .form-row.form-row-first.fusion-alignleft.coupon-input {
        width: 100%!important;
    }
    input#coupon_code {
        font-weight: normal;
        font-size: 16px;
        line-height: 57px;
        text-align: left;
    }
    .woocommerce .checkout_coupon .coupon-contents {
        width: 100%;
    }
    .form-row.form-row-last.fusion-alignleft.coupon-button {
        margin-top: 0;
    }
    form.woocommerce-content-box.full-width.checkout_coupon {
        border: none;
        margin-bottom: 0;
    }
    div#checkout_page_row form.checkout.woocommerce-checkout {
        width: 100%;
        padding: 0;
    }
    div#checkout_page_row {
        padding: 0;
        margin-top: 0;
    }
    div#order_review {
        background-color: #F6F6F6;
        padding: 0 var(--pad);
        width: 100%;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    ul#shipping_method li label {
        margin-right: 0;
        font-size: 18px;
        text-align: right;
    }
    table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
        color: var(--m1)!important;
        font-weight: bold;
        font-size: 18px;
        text-align: right;
    }
    div#checkout_page_row form.checkout.woocommerce-checkout ul#shipping_method {
        text-align: right;
        justify-content: flex-end;
    }
    .checkout .shop_table tfoot tr th {
        padding: 16px 0!important;
        display: block;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
        text-align: left;
    }
    table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping {
        display: flex!important;
        align-items: flex-start;
        width: 100%;
        border-bottom: none;
        max-width: 100%;
    }
    table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th {
        padding-bottom: 0!important;
        margin-bottom: 9px;
        width: 100%!important;
        display: block!important;
    }
    table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td {
        padding-bottom: 18px!important;
    }
    div#checkout_page_wrapper {
        padding: 0;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .ts-product-image {
        margin-bottom: 12px;
        width: 109px!important;
        height: 109px!important;
    }
    div#checkout_page_row table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item .ts-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    table.shop_table.woocommerce-checkout-review-order-table {
        display: block;
    }
    table.shop_table.woocommerce-checkout-review-order-table tfoot {
        display: block;
        width: 100%;
    }
    ul.wc_payment_methods.payment_methods.methods {
        display: block;
    }
    .checkout_page {
        padding-top: 22px;
    }
	.myaccount_page .woocommerce {
        padding:60px 0;
    }
    .myaccount_page .woocommerce {
        padding: 60px 0;
    }
	 div#customer_login {
        display:block;
    }
    .u-column1.col-1 {
        width: 100%;
        margin-bottom: 40px;
    }
    .u-column2.col-2 {
        width: 100%;
    }
    .u-column1.col-1 h2 {
        font-size: 28px;
        line-height: 1.4;
    }
	div#cart_page_row form.woocommerce-cart-form .shop_table .product-thumbnail {
		width: 100%;
	}
	.cart_content_wrapper .section_whyus_wrap .why_wrap > p {
	    text-align: center;
		margin-top: 7px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*END OF 991*/
@media screen and (max-width: 767px) {
    div#cart_page_row form.woocommerce-cart-form .shop_table .product-thumbnail {
        width:100%;
        text-align: left;
    }
    div#cart_page_row form.woocommerce-cart-form .shop_table .product-thumbnail a img {
        height: auto;
        width: 150px!important;
        /* width: auto!important; */
    }
    div#cart_page_row form.woocommerce-cart-form .shop_table td.product-name {
        width: 100%;
    }
    div#cart_page_row form.woocommerce-cart-form .shop_table .quantity {
        width: 100%!important;
        margin-right: 0!important;
        margin-left: auto!important;
    }
    div#cart_page_row form.woocommerce-cart-form .shop_table .product-remove a {
        margin: 0 auto;
        margin-bottom: 11px;
        margin-top: 11px;
        background-color: #d5d5d5;
        padding: 19px;
        border-radius: 50%;
        margin: 0 auto;
    }
    div#cart_page_row table.shop_table.shop_table_responsive tbody tr td {
        padding-top: 7px!important;
        padding-bottom: 7px!important;
    }
    table.shop_table_responsive tr td.product-quantity::before {
        line-height: 44px;
    }
    table.shop_table_responsive tr td.product-thumbnail:before {
        display: none;
    }
    .quantity-wrapper.cart_checkout {
        margin-left: auto;
        margin-right: 0;
    }
    div#cart_page_row form.woocommerce-cart-form .shop_table td {
        border: none;
    }
    table.shop_table_responsive tr td::before {
        line-height: 22px;
    }
    table.shop_table_responsive tr td::before {
        line-height: 22px;
    }
    div#cart_page_row form.woocommerce-cart-form .shop_table td.product-subtotal span.woocommerce-Price-amount.amount {
        text-align: right;
    }
	nav.woocommerce-MyAccount-navigation {
        margin-right:0;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
    }
    .myaccount_page .woocommerce {
        flex-direction: column;
    }
    nav.woocommerce-MyAccount-navigation {
        margin-right:0;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
    }
    .myaccount_page .woocommerce {
        flex-direction: column;
    }
    .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.u-column1.col-1 {
        width: 100%;
        margin-bottom: 40px;
        padding: 10px;
    }
    .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.u-column2.col-2 {
        width: 100%;
        padding: 10px;
    }
    .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.u-column1.col-1 {
        width: 100%;
        margin-bottom: 40px;
        padding: 10px;
    }
    .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address.u-column2.col-2 {
        width: 100%;
        padding: 10px;
    }
}
/*END OF 767*/
@media screen and (max-width: 560px) {
    .back_to_shop.checkout_pg {
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 10px;
    }
    button#place_order {
        width: 100% !important;
    }
    .place_order_bottom {
        width: 100%;
    }
    button#place_order {
        max-width: 100% !important;
    }
    .back_to_shop.checkout_pg a {
        margin-bottom: 10px;
    }
}
/*END OF 560*/