.screen-reader-text{
    display: none;
}
.navigation.pagination .nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation.pagination .nav-links .page-numbers, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers{
    display: inline-flex;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 0!important;
    background: rgba(242,78,114,.1);
    width: 4rem;
    height: 4rem;
    color: #623841;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current,
.woocommerce .woocommerce-pagination ul.page-numbers li:hover .page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers li:hover .page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current
{
    transition: .3s;
    background: #bf7f9f;
    color: #fff;
}
.navigation.pagination .nav-links .page-numbers img,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers img
{
    width: .8rem;
    height: auto;
}
.navigation.pagination .nav-links .page-numbers:hover img,
.woocommerce .woocommerce-pagination ul.page-numbers li:hover .page-numbers img
{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.woocommerce nav.woocommerce-pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
    border: none;
}
button.btn{
    border: none;
    outline: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
    float: none;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}
.woocommerce div.product div.images img{
    border-radius: 1rem;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width: 21%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #623841;
    font-size: 4rem;
    line-height: 3.4rem;
}
.woocommerce-Price-amount.amount{
    box-shadow: none;
    border-radius: 0;
}
.woo-variation-swatches .variable-items-wrapper{
    display: block;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents{
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 3.4rem;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents::before{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: .2rem solid #f87a94;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    content: "";
}
.woo-variation-swatches .variable-items-wrapper .variable-item.selected .variable-item-contents::before{
    box-shadow: inset 0 0 0 0.7rem #f87a94;
}
.woo-variation-swatches .variable-items-wrapper .variable-item::before, .woo-variation-swatches .variable-items-wrapper .variable-item::after{
    display: none;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item{
    box-shadow: none;
    background: transparent;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    box-shadow: none;
}
.woocommerce div.product div.social{
    margin-top: 3rem;
}
.addtoany_share_save_container.addtoany_content{
    display: none;
}
.social .addtoany_share_save_container.addtoany_content{
    display: block;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span{
    background-color: transparent !important;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span path{
    fill: #69424a !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    text-decoration: none;
    font-weight: normal;
    margin-left: 1.5rem;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    display: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    -o-transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    border-radius: 3rem;
    background: #f87a94;
    padding: 0 3rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 6rem;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}
.berocket_single_filter_widget .bapf_head h3{
    position: relative;
    border-bottom: 1px solid #707070;
    padding: 2rem 0;
    color: #623841;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.berocket_single_filter_widget .bapf_head h3:after{
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/icon/arrow-up.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
}
.berocket_single_filter_widget .bapf_head.close h3:after{
    background-image: url(../img/icon/arrow-down.png);
}
.berocket_single_filter_widget .bapf_body ul{
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0;
}
.berocket_single_filter_widget .bapf_body ul li {
    margin-bottom: 2rem !important;
    padding: 0 0.5rem !important;
}
.berocket_single_filter_widget .bapf_body ul li:hover label {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #bf7f9f;
    color: #fff;
}
.berocket_single_filter_widget .bapf_body ul li label{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    display: inline-block;
    transition: all .3s ease;
    border: .2rem solid #bf7f9f;
    border-radius: 3rem;
    padding: 1.7rem 1.5rem !important;
    color: #bf7f9f;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .06rem;
    line-height: 1;
    text-transform: uppercase;
}
.berocket_single_filter_widget .bapf_body ul li:hover label, .berocket_single_filter_widget .bapf_body ul li.checked label {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #bf7f9f;
    color: #fff;
}
.irs--bapf-flat .irs-bar{
    background-color: #bf7f9f;
}
.irs--bapf-flat .irs-handle>i:first-child, .irs--bapf-flat .irs-line{
    background-color: white !important;
    border: 1px solid #bf7f9f;
}
.bapf_slidr_all{
    margin-top: 2rem;
}
.irs--bapf-flat .irs-from, .irs--bapf-flat .irs-single, .irs--bapf-flat .irs-to{
    background-color: #bf7f9f;
}
.irs--bapf-flat .irs-from:before, .irs--bapf-flat .irs-single:before, .irs--bapf-flat .irs-to:before{
    border-top-color: #bf7f9f;
}
input[type=search]{
    -webkit-box-shadow: none;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: .7px solid hsla(0,0%,43.9%,.5);
    background: none;
    padding: 1.5rem 0;
    width: 100%;
    color: #262626;
    font-size: 1.6rem;
}
.product-list-section .sidebar .searchbox .icon{
    border: none;
    background-color: transparent;
}
.bapf_sfilter{
    margin-bottom: 0;
}
.woocommerce .woocommerce-ordering select{
    height: 5rem;
    line-height: 5rem;
    border-bottom: 1px solid #707070;
    background: transparent;
    appearance: auto;
}
.bapf_sfilter.bapf_srch .bapf_form{
    position: relative;
}
.bapf_sfilter.bapf_srch .bapf_form .bapf_search{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.6rem;
    border: none;
    background-color: transparent;
}
.bapf_sfilter.bapf_srch .bapf_form .bapf_search:after{
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/icon/search.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
}
.bapf_sfilter.bapf_srch .bapf_form .bapf_input{
    padding-left: 3rem;
}
.bapf_sfilter.bapf_srch{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.bapf_sfilter.bapf_divi_button .bapf_button{
    align-items: center;
    transition: all .3s ease;
    border-radius: 3rem;
    background: #f87a94;
    padding: 0 3rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 6rem;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    border: none;
    outline: none;
    min-width: 20rem;
    text-align: center;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #f87a94;
    text-decoration: none;
    background-image: none;
    color: white;
}
.collections .list-item .item a.wrap{
    background: #FBF3F4;
}
.collections .list-item .item:nth-child(n+2) a.wrap{
    background: #FFF5F1;
}
.collections .list-item .item:nth-child(n+3) a.wrap{
    background: #FFF8EC;
}
.collections-content .pager{
    display: flex;
    align-items: center;
    justify-content: center;
}
.collections-content .pager .pageNumbers{
    display: flex;
    align-items: center;
    justify-content: center;
}
.collections-content .pager .pageNumbers a
{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 0!important;
    background: rgba(242,78,114,.1);
    width: 4rem;
    height: 4rem;
    color: #623841;
    font-size: 1.6rem;
}
.collections-content .pager .pageNumbers a:hover, .collections-content .pager .pageNumbers a.active,
.collections-content .pager .previousPage:hover , .collections-content .pager .nextPage:hover
{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #bf7f9f;
    color: #fff;
}
.collections-content .pager .previousPage , .collections-content .pager .nextPage{
    display: inline-flex;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 0!important;
    background: rgba(242,78,114,.1);
    width: 4rem;
    height: 4rem;
    color: #623841;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
}
.collections-content .pager .previousPage.disabled , .collections-content .pager .nextPage.disabled{
    opacity: 0.2;
}
.collections-content .pager .previousPage img, .collections-content .pager .nextPage img{
    width: .8rem;
    height: auto;
}
.collections-content .pager .previousPage:hover img, .collections-content .pager .nextPage:hover img{
    filter: brightness(0) invert(1);
}
.about-us.about-the-artist{
    margin-bottom: 12rem;
}
@media (max-width: 767px){
    .about-us.about-the-artist {
        margin-bottom: 0;
    }
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}
.cart-section .cart-total .table-responsive .table tr th{
    padding: 3rem;
    color: #623841;
    font-size: 1.6rem;
    font-weight: normal;
}
.cart-section .cart-total .table-responsive .table tr:last-child th{
    font-size: 3.6rem;
    font-weight: bold;
}

.text-center{
    text-align: center;
}
.mt-40{
    margin-top: 4rem;
}
.woocommerce-info{
    margin-bottom: 0;
}

@media screen and (min-width: 768px){
    .checkout .form-wrap .form-row {
        grid-template-columns: none;
    }
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
    padding-left: 0;
    color: #623841;
    font-size: 1.6rem;
    letter-spacing: .08rem;
    text-transform: capitalize;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
    display: flex;
    align-items: center;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:after{
    display: none;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox]{
    appearance: none;
    display: inline-block;
    border: .2rem solid #f87a94;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox]:checked{
    box-shadow: inset 0 0 0 0.7rem #f87a94;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method input[type=radio]{
    appearance: none;
    display: inline-block;
    border: .2rem solid #f87a94;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method input[type=radio]:checked{
    box-shadow: inset 0 0 0 0.7rem #f87a94;
}
.select2-container {
    display: block;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: .7px solid hsla(0,0%,43.9%,.5);
    background: none;
    padding: 1.5rem 0;
    width: 100%;
    color: #262626;
    font-size: 1.6rem;
    min-height: 5rem;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem;
    right: 2rem;
}
input[type=tel], input[type=password]{
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: .7px solid hsla(0,0%,43.9%,.5);
    background: none;
    padding: 1.5rem 0;
    width: 100%;
    color: #262626;
    font-size: 1.6rem;
}
.table-review-order{
    font-weight: bold;
    width: 100%;
}
.table-review-order tr td, .table-review-order tr th{
    padding: 2rem 0 2rem 1.5rem;
}
.table-review-order tr td.product-thumbnail .box-img{
    min-width: 8rem;
    max-width: 8rem;
    position: relative;
}
.table-review-order tr td.product-thumbnail{
    padding-left: 0;
}
.table-review-order tr td.product-name .product-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table-review-order tr td.product-thumbnail .box-img img{
    border-radius: 1rem;
}
.table-review-order tr td.product-thumbnail .box-img .quantity{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #623841;
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}
.table-review-order tfoot tr td:last-child{
    text-align: right;
}
.table-review-order tfoot tr:last-child td, .table-review-order tr:last-child th{
    margin-bottom: 3rem;
    color: #623841;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 0;
}
.align-items-end{
    align-items: flex-end !important;
}
.mr-0{
    margin-right: 0 !important;
}
.woocommerce-checkout #payment{
    background-color: transparent;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    background-color: transparent;
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}
button#place_order:before{
    content: '';
    width: 3.4rem;
    height: 2.2rem;
    background-image: url("../img/icon/fish.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    margin: 0 1rem;
}
.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child{
    border: none;
}
@media screen and (min-width: 768px){
    .woocommerce-customer-details .woocommerce-columns{
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (min-width: 768px){
    .woocommerce-customer-details .woocommerce-columns .woocommerce-column{
        flex: 0 0 49%;
        max-width: 49%;
    }
}
.thank-you .total .price span:first-child{
    text-decoration: none;
}
.total-list .total{
    font-weight: bold;
}
.total-list .total:last-child .total-title, .total-list .total:last-child .price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    color: #623841;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce form.register, .woocommerce form.login{
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}
.woocommerce form .form-row{
    grid-template-columns: none;
}
.mt-30{
    margin-top: 3rem !important;
}
.w-100{
    width: 100% !important;
}
.text-left{
    text-align: left !important;
}
.m-0{
    margin: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    float: none;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    font-weight: bold;
    font-size: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li + li{
    margin-left: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
    margin-top: 3rem;
}
.section.section-journey{
    padding: 6rem 0;
}
.justify-content-center{
    justify-content: center !important;
}
.section-journey .woocommerce-MyAccount-content .product-list{
    margin-top: 3rem;
}
.section-journey .woocommerce-MyAccount-content .product-list .product-item{
    display: flex;
    margin-bottom: 4.5rem;
}
.section-journey .woocommerce-MyAccount-content .product-list .product-item .left-wrap{
    position: relative;
		background-color: black;
}
.section-journey .woocommerce-MyAccount-content .product-list .product-item .left-wrap .box-img{
    display: block;
    position: relative;
    border-radius: 1rem;
    padding-top: 100%;
    overflow: hidden;
    min-width: 8rem;
    max-width: 8rem;
}
.section-journey .woocommerce-MyAccount-content .product-list .product-item .left-wrap .box-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-journey .woocommerce-MyAccount-content .product-list .product-item .left-wrap .product-amount{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #623841;
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}
.section-journey .woocommerce-MyAccount-content .product-list .product-item .caption{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.5rem;
    width: calc(100% - 8rem);
}
.section-journey .woocommerce-MyAccount-content .product-list .product-item .caption .title, .section-journey .woocommerce-MyAccount-content .product-list .product-item .caption .price{
    color: #623841;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .08rem;
    text-transform: capitalize;
}
.section-journey .heading{
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    color: #623841;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.section-journey .total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}
.section-journey .address-content{
    border: 0.1rem solid rgba(112,112,112,0.3);
    padding: 2rem;
    border-radius: 0.5rem;
}
.section-journey .address-content .name-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xoo-wsc-modal .xoo-wsc-basket .xoo-wsc-bki{
    color: #653b44;
}
.xoo-wsc-items-count, .xoo-wsc-sc-count{
    background-color: #653b44;
}
.xoo-wsc-basket{
    box-shadow: 0 3px 6px #e0bcce;
}
.added_to_cart.wc-forward{
    display: none;
}
.ajax_add_to_cart.loading{
    opacity: 0.5;
}
.cart-section .redeem-points-content{
    padding: 5rem 0;
}
.cart-section .redeem-points-content .woocommerce-info{
    border-top: none;
    padding: 0;
    background-color: transparent;
}
.cart-section .redeem-points-content .woocommerce-info:before{
    display: none;
}
input[name=ywpar_input_points]{
    width: auto;
    text-align: center;
    padding: 0;
}
.cart-section .redeem-points-content #yith-par-message-reward-cart input[name=ywpar_input_points]{
    width: auto;
    text-align: center;
    padding: 0;
}
.cart-section .redeem-points-content .ywpar_apply_discounts.ywpar-fixed-discount{
    float: none;
    margin-top: 2rem;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce form.checkout_coupon{
    border: none;
    margin: 0;
}
.woocommerce form.checkout_coupon button[name=apply_coupon]{
    width: fit-content;
}

@media screen and (max-width: 767px){
    #yith-par-message-reward-cart.default-layout .ywpar_apply_discounts #ywpar_apply_discounts{
        margin-top: 1rem;
    }
}
.rewards-detail .inner article h1, .rewards-detail .inner article h2, .rewards-detail .inner article h3, .rewards-detail .inner article h4, .rewards-detail .inner article h5, .rewards-detail .inner article h6{
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #623841;
    text-align: center;
}
.single-product div.yith-par-message, .single-product .yith-par-message-variation{
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px){
    .cart-section .cart-product-table .table tbody tr:first-child {
        display: block;
    }
}
.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount{
    font-size: 12px;
}
.d-block{
    display: block !important;
}
.justify-content-end{
    justify-content: flex-end !important;
}
@media (max-width: 768px){
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        width: auto;
        margin-bottom: 0;
    }
}
.woocommerce-info{
    border-top-color: #e0bcce;
}
.woocommerce-info::before{
    color: #f87a94;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background-color: #fff3e0;
}
.wc-variation-is-unavailable{
    background-color: grey;
}
.woocommerce div.product form.cart .reset_variations{
    display: none;
}
.card:hover .box-img img{
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.card:hover .box-img .quick-view{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
}
.card:hover .box-img .quick-view .icon img{
    filter: none;
}
.quick-view-popup .product-info .price{
    font-size: 3.4rem;
}

.section-membership-tiers {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.section-membership-tiers .item {
    padding: 4rem;
    border: 0.2rem solid #FCC5BD;
    border-radius: 1rem;
    height: 100%;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+3) .item {
    border-color: #F7C773;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+4) .item {
    border-color: #DFBCCE;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+5) .item {
    border-color: #E19B33;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+6) .item {
    border-color: #C68EAB;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+7) .item {
    border-color: #F67B95;
}

.section-membership-tiers .item .item-image img {
    height: 9rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.section-membership-tiers .item .item-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #623841;
    text-transform: uppercase;
}

.section-membership-tiers .item .item-description ul {
    list-style: none;
    padding-left: 0;
}

.section-membership-tiers .item .item-description ul li {
    margin-top: 1rem;
}

.section-membership-tiers .item .item-description ul li:before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: #FDC5BC;
    margin-right: 0.7rem;
    border-radius: 50%;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+3) .item .item-description ul li:before {
    background-color: #F7C773;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+4) .item .item-description ul li:before {
    background-color: #DFBCCE;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+5) .item .item-description ul li:before {
    background-color: #E19B33;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+6) .item .item-description ul li:before {
    background-color: #C68EAB;
}

.section-membership-tiers .membership-tiers-item:nth-child(6n+7) .item .item-description ul li:before {
    background-color: #F67B95;
}
.rs_giftvoucher_field, .referral_field1{
    padding: 2rem 0;
}
#rs_redeem_voucher_code, #generate_referral_field, .my_rewards_title, .my_reward_total{
    margin-bottom: 2rem ;
}
.my_reward_total + p{
    display: none;
}
.heading-banner .reward-info{
    overflow: auto;
}
.heading-banner .reward-info .my_rewards_title{
    display: none;
}
.heading-banner .reward-info .rs-my-reward-table-form table tr td, .heading-banner .rs-my-reward-table-form table tr th{
    border: 1px solid white;
    padding: 0.5rem;
}
.heading-banner .reward-info .rs-my-reward-table-form table tfoot tr td, .heading-banner .reward-info .rs-my-reward-table-form table tfoot tr th{
    border: none;
    padding: 0;
}

.section-standard-page{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section-standard-page .row{
    justify-content: center;
}
.section-standard-page h1,.section-standard-page h2,.section-standard-page h3, .section-standard-page h4, .section-standard-page h5, .section-standard-page h6{
    margin-bottom: 3rem;
    font-size: 2.4rem;
    color: #623841;
}
.section-standard-page p{
    margin-bottom: 1.5rem;
}

.woocommerce div.product p.stock {
    font-size: 1.92em!important;
    display: inline!important;
}