/*
Theme Name: Eirwen Child
Theme URI: https://eirwen.qodeinteractive.com
Description: A child theme of Eirwen
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: eirwen
Template: eirwen
*/
html {
    --color: #999;
    --checked-color: #ff5722;

    --bg-color: #e8e8e8;
    font-size: 16px;
}
.f-left{
    float: left;
}
.c-pointer{
    cursor: pointer;
}
.currency-color{
    color: #6C717A;
}
.f-right{
    float: right;
}
.t-align-right{
    text-align: right;
}
.border{
    border: 1px solid #d1d4d7 ;
    padding: 4.5%;
}
.j-c-end{
    justify-content: end;
}
.j-c-center{
    justify-content: center;
}

.text-align-center {
    text-align: center;
}

.t-black{
    color: #191919;
}
.t-bold{
    font-weight: 800 !important;
}
.t-bolder{
    font-weight: 900;
}
.woocommerce-checkout-review-order-table th{
    font-weight: bold ;
}
.text-transform{
    text-transform: capitalize;
}
.text-inherit{
    text-transform: inherit;
}
.text-uppercase{
    text-transform: uppercase !important;
}
.hr{
    width: 100%;

}
.flt-pro{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    font-family: "sweet-sans-pro";
}
.b-bottom{
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f4f5;
}
.billing-form1{
    width: 100%;
    min-height:100px ;
    padding-bottom: 35px;
    border-bottom: 2px solid #f3f4f5;
}
.billing-form2{
    width: 100%;
    min-height:100px ;
    margin-top: 3em;

}
.billing-form3{
    width: 100%;
    min-height:100px ;
    padding-bottom: 35px;
    border-bottom: 2px solid #f3f4f5;
    margin-top: -1.5em;
}
.usr-bill-address{
    position: relative;
    top: 21px;
    left: -27px;
    /* margin-left: 15px; */
}
#usr-bill-address1{
    font-size: 14px;
    color: #252525;
    line-height: 1;
    letter-spacing: 0.07px;
    font-weight: 410;
}
#usr-bill-address2{
    font-size: 14px;
    color: #6C717A;
    line-height: 1;
    letter-spacing: 0.07px;
    font-weight: 500;
}
.edit{
    font-size: 15px;
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    background-position: 100%var(--qodef-underline-position-y);
    background-size: 100%var(--qodef-underline-height);
}
.edit:hover{
    animation: qode-inline-underline-initial-hover 0.8s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
#billing_form1 .b-name {
    font-size: 14px;
    letter-spacing: 0.07px;
    color : #252525;
}
#billing_form1 .b-address {
    font-size: 14px;
    letter-spacing: 0.07px;
    color : #6C717A;
}

.checkout-review-help{
    margin-top: 35px;
}
.checkout-review-help p {
    font-size: 13px;
    letter-spacing: 0.07px;
    opacity: 1;
    color: #191919;
}
.checkout-review-help .faq{
    font-weight: bold;
    line-height: 2em;
}
.checkout-review-help .need-help{
    line-height: 5em;
}

.checkout-review-help .b-call{
    line-height: 5em;
}

.woocommerce-privacy-policy-text p {
    font-size: 13px;
    letter-spacing: 0.07px;
}

table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th ,
table.shop_table.woocommerce-checkout-review-order-table .tax-rate th,
table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td ,
table.shop_table.woocommerce-checkout-review-order-table .tax-rate td
{
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #191919;
}

table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td
 {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 2px solid #f3f4f5;
}

table.shop_table.woocommerce-checkout-review-order-table .order-total th {
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
}
#qodef-woo-page .woocommerce-checkout-review-order-table th {
    text-transform: capitalize;
}
.cart_item .product-total {
    color: #40464E;
    font-size: 11px;
    letter-spacing: 0.08px;
}
.woocommerce-shipping-totals #shipping_method {
    color: #00862D;
    padding-bottom: 1.6em;
    font-weight: normal;
}
.payment_method_ybc label img {
    max-height: 30px;
    max-width: 175px;
    border-radius: 0.3em;

}
/* .wc_payment_methods .payment_method_ybc {
    padding: 8px 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .payment_method_ybc {
    padding: 8px 25px;
} */
#customer_details{
    display: flex; flex-direction: column;
    /* gap:10px; */
}
#billings1{
    order: 2;
}
#billings2{
    order: 1;
    position: absolute;
    margin: 40px 0px 0px 5px;
}
/* Use when it require  */
@media only screen and (min-width: 1024px){
    #customer_details {
        display: flex;
        flex-direction: row;
        /* gap: 10px; */
    }
    #billings1{
        order: 1;
    }
    #billings2{
        order: 2;
        position: relative;
        margin: 13px 0px 0px -10px;
    }
}
@media only screen and (min-width: 1024px){
    .woocommerce-checkout-steps #order_review{
        width: 500px ;
    }
}
/* .padding{
    padding: 4vh;
} */
.border-none{
    border: none;
}

.tr-height{
    height: inherit;
}
.product-text-size{
    font-size: 11px;
    line-height: 1.5em;
    letter-spacing: 0.08px;
    color: #40464E;
    text-align: left;
}
.p-name{
    color: #191919;
    font-weight: 600;
}
.p2-size{
    font-size: 12px;
    color: black;
}
.line-height{
    /* width: 6vh; */
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.width{
    width: 10em;
}
.m-top{
    margin-top: -0.2em;
}
.mt-40{ margin-top: 40px ;}
.mt-20{ margin-top: 20px ;}
.mt-30{ margin-top: 30px ;}
.mb-40{ margin-bottom: 40px;}
.mb-20{ margin-bottom: 20px;}
.mb-30{ margin-bottom: 30px;}
.mb-60{ margin-bottom: 60px;}
.mb-50{ margin-bottom: 50px;}
/* .woocommerce-input-wrapper label {
    display: none;
} */
.woocommerce-billing-fields__field-wrapper{
    margin-top: 3em;
}
@media only screen and (min-width: 1024px){
.woocommerce-billing-fields__field-wrapper{
    margin-top: 1;
}
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order .button {
    font-size: 15px;
    line-height: 19px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-family: "sweet-sans-pro";;
    width: 100%;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    padding: 18px 50px 20px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #191919;
    border: 1px solid transparent;
    text-align: center;
    justify-content: center;
}
/*For input fields */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: transparent;
    border-color: #d8d8d8;
    color: #959595;
    height: 3.5em;
    /* width: 70%; */
    margin-top: 1.5em;
}
span.check:before {
    content: '\f00c';
    font-size: 15px;
    font-family: FontAwesome;
    /* display: inline-flex; */
    font-style: normal;
    line-height: inherit;
    color: #0BBD46;
    position:absolute;
    /* margin: 0px -12px 0px -6px; */
    top: 18px;
    font-weight:lighter;
    z-index: 1;
    right:0;
    left:92%;
}
span.crosscheck:before {
    content: "\f00d";
    font-size: 15px;
    font-family: FontAwesome;
    /* display: inline-flex; */
    font-style: normal;
    line-height: inherit;
    color: rgb(245, 38, 38);
    position: absolute;
    /* margin: 0px -12px 0px -6px; */
    top: 11px;
    font-weight: lighter;
    z-index: 1;
    right: 0;
    left: 92%;
}
span.password-input {
    position: relative;
    display: block;
}
.woocommerce-MyAccount-content input[type=date]::placeholder,
.woocommerce-MyAccount-content input[type=email]::placeholder,
.woocommerce-MyAccount-content input[type=number]::placeholder,
.woocommerce-MyAccount-content input[type=password]::placeholder,
.woocommerce-MyAccount-content input[type=search]::placeholder,
.woocommerce-MyAccount-content input[type=tel]::placeholder,
.woocommerce-MyAccount-content input[type=text]::placeholder,
.woocommerce-MyAccount-content input[type=url]::placeholder {
    opacity: 0;
    color:#959595;
}

/*For Select*/
[class*=eirwen] .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border: none;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 15.5px 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 70%; */
}

.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, .woocommerce-checkout-payment {
    width: 35em;
    /* margin-top: -5em; */
}
/* .woocommerce-checkout-review-order{
    display: none;
} */

@media screen and (max-width: 1024px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields,
    .woocommerce-checkout-payment{
        width: auto;
        margin-top: 0;
    }
}
/* @media screen and (max-width: 1024px){
    .woocommerce-checkout-review-order{
        display: none;
    }
} */

.woocommerce-page div.woocommerce .shop_table td, .woocommerce-page div.woocommerce .shop_table .padding {
    padding: 0;
    vertical-align: middle;
    text-align: right;
    /* border: 0; */
}

/* for font weight order review */
.woocommerce-page div.woocommerce .shop_table th {
    letter-spacing: .5px;
    padding: 0px 0 5px 15px;
}
.b-details{
    width: 100%;
    padding-left: 1.5em;
}
.add-new-detail{
    /* padding-bottom: 1em; */
    margin-top: 1em;
    width: 100%;
}

h2.wel-center {
    font: normal normal bold 16px/20px "sweet-sans-pro";
    letter-spacing: 0.75px;
    color: #191919;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}
h1.wel-center {
    font: normal normal bold 30px/40px "sweet-sans-pro";
    letter-spacing: 0.75px;
    color: #191919;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0 0 20px;
}

/* My Account Navigation menu Styling START*/
.para-text{
    text-transform: uppercase ;
    font-weight: normal;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-family: "sweet-sans-pro";

}
.myAccount-navigation{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase ;
    font-weight: 800;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-family: "sweet-sans-pro";
    margin: 0 -20px;
}
.myAccount-navigation ul{
    list-style-type: none ;
    /* float: inherit; */
    display: flex;
    overflow: auto;
    justify-content: center;
    /* border-bottom: 2px solid #d1d4d7; */
}
.myAccount-navigation ul li{
    display: inline;
    /* float: left; */
    min-width: fit-content;
    padding: 0 12px;
}
.myAccount-navigation ul li a{
    display: inline-block;
    text-align: center;
    color: #191919;
    letter-spacing: 0.75px;
    padding: 0 0px 1px;
}
.myAccount-navigation ul li.is-active a {
    border-bottom: 2px solid #191919;
}
.fit-content{
    width: fit-content;
}
/* .page.page-id-1495 p {
    font-family: 'family-kings-caslon';
} */


@media only screen and ( max-width:768px){
    .page-id-73342 #qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12{
        padding: 0 20px;
    }
    .page-id-73342 #qodef-page-content .qodef-grid-inner{
        margin: 0;
    }
    .cmspage-tem03 .about-content-box01 p{
        padding-left: 55px;
        padding-right: 55px;
    }
    .myAccount-navigation{
        font-size: 10px;
        margin: 0 auto;
    }    
    .myAccount-navigation ul li{
        padding: 0 11.5px;
    }
}

/* End of navigation menu styling */
/* My Account Dashboard styling START */
.main-order-container{
    width: 100%;
}
.woocommerce-MyAccount-content .main-container{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    justify-content: center;
}
.child-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.child-container{
    width: calc(33.9% - 20px);
    max-width: 396px;
    min-height: 512px;
    border: 1px solid #d8d8d8;
    padding: 30px 77px 39px;
}
.empty-container {
    height: 100%;
}
.empty-container .woocommerce-message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.empty-container .woocommerce-message {
    margin-bottom: 0;
}
.empty-container .product-container {
    text-align: center;
}
.empty-container .product-container span {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
    display: inline-block;
}
.empty-container .product-container img {
    display: block;
    margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .child-container {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 669px) {
    .myAccount-navigation ul{
    justify-content: unset;
    }
}
@media only screen and (min-width: 750px){

}
    @media only screen and (min-width: 1024px){
        /* .child-container{
               width: calc(33.9% - 20px);


        }  */
    }

.contact-sub-titles h5 {
    font-weight: 600 !important;
}
.contact-us-page .contact-banner h5.qodef-m-subtitle,.contact-us-page .contact-banner h3.qodef-m-title  {
    color: white;
}
.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: block;
    vertical-align: top;
    width: calc(100% - 30px);
    float: none;
    margin: 0 auto 100px;
    padding-top: 0;
}
.contact-us-boxes h5{
    font-weight: bold !important;
}
@media only screen and (min-width: 769px){
    .contact-us-boxes p a{
        color: black !important;
        font-weight:bold;
        text-transform: uppercase;
    }
}
@media only screen and (max-width: 768px){
    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;
    }
    .contact-us-page .qodef-m-content-inner{
        padding: 20px 20px 0 !important;
    }
    .contact-us-page .contact-banner h3.qodef-m-title  {
        font-style: inherit;
    }
}


.woocommerce-notices-wrapper ~ p {
    text-align: center;
}
.woocommerce-Address-title h1 {
    font-size: 20px;
}
.select2.select2-container {
    width: 100% !important;
}

.image-container{
   /* width: 260px;
    height: 297px;
    margin: 0 auto;
     border: 1px solid; */
    justify-content: space-around;
    display: flex;

}
.image-container img{
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}
.t-center{
    text-align: center;
}
.child-container-p {
    font: normal normal 800 14px/22px "sweet-sans-pro";
    letter-spacing: 0.75px;
    color: #191919;
    text-transform: uppercase;
    margin: 0 0 20px;
}

/*@media only screen and (min-width: 1024px){*/
/*    .image-container{*/

/*        height: 304px;*/
/*    }*/
/*}*/
.status-container{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.d-order_0{
    order:0;
}
.d-order_1{
    order:1;
}
.d-order_2{
    order:2;
}
.d-order_2{
    order:3;
}
.product-detail-p {
    font: normal normal normal 11px/18px "neue-haas-grotesk-text";
    letter-spacing: 0.75px;
    color: #191919;
    text-transform: capitalize;
    display: block;
}
.woocommerce-orders .product-detail-p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
/*.product-detail-p.processing {
    color:  #043696;
}
.product-detail-p.cancelled {
    color: #E51D0B;
}
.product-detail-p.completed {
    color:  #00862D;
}
.product-detail-p.pending,
.product-detail-p.on-hold {
    color: #FEB12E;
}*/
.view-btn{
    width: 100%;
    min-height: 40px;
    margin: 10px auto 0px auto;
    border: 1px solid #6C717A;
    padding: 9px 0px 9px 0px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase ;
    color: #191919;
    background-color: transparent;
    font-weight: 900 !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-stretch: normal;
    text-align: center;
    font-family: "sweet-sans-pro";
    cursor: pointer;
}
.address-book{


    /* margin: 10px auto 0px auto; */
}
.u-column1.col-1.woocommerce-Address {
    margin-bottom: 40px;
}

.address-book-text{
    font: normal normal normal 13px/24px "neue-haas-grotesk-text";
    letter-spacing: 0.5px;
    color: #6C717A;
}

.membership-container{

    height: 343px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ffffff;
}
@media only screen and (min-width: 1024px){
    .status-container,
    .address-book,
    .membership-container
   {
        /* //width: 266px; */
    }
}
.vip-t{
    margin-top: 50%;
}
.offers-text{
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.07px;
    line-height: 24px;
    color: #6C717A;
    font-weight: normal;
}
.dashboard-msg{
    justify-content: center;
    text-align: center;
    font: normal normal normal 15px/25px "neue-haas-grotesk-text";
    letter-spacing: 0.5px;
    color: #40464E;
    margin: 10px 0 25px;
}
.dashboard-msg a {
    font: normal normal normal 15px/25px "neue-haas-grotesk-text";
    letter-spacing: 0.5px;
    color: #6C717A;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* End My Account Dashboard */
/* Start My Account Orders */

.woocommerce-checkout .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0;
}
.inner-container{
    width: 100%;
    min-height: 269px;
    margin: 28px auto 0 auto;
    border-bottom: 1px solid #E8E9EB;
    display: flex; 
    flex-direction: column;
}
.inner-child-container1{
    width: 250px;
    height: auto;
    float: left;
    margin-bottom: 28px;
}
.inner-child-container2{
    /*width: 320px;*/
    min-height: 127px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 28px;
}
.inner-child-container3{
    width: 123px;
    height: auto;
    float: right;
    margin-bottom: 28px;
}
.inner-img-container{
    width: 110px;
    height: auto;
    float: left;
}
.woocommerce-message.woocommerce-message-box {
    flex-direction:column;
    border: none;
    align-items: center;
}
#qodef-404-page{
    padding: 10px 10% 250px;
}
@media only screen and (min-width: 1025px){
    #qodef-404-page .qodef-404-text {
        max-width: 62%;
    }
}
.order-message {
    line-height: 22px;
}
.btn-detail{
    width: 143px;
    min-height: 40px;
    margin: 0;
    border: 1px solid #6C717A;
    padding: 9px 0px 9px 0px;
    font-size: 12px;
    line-height: 20px;
    float: right;
    text-transform: uppercase ;
    color: #191919;
    background-color: transparent;
    font-weight: 900 !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-stretch: normal;
    text-align: center;
    font-family: "sweet-sans-pro";
    cursor: pointer;
}
.inner-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.paginate-btn-color{*/
/*    background-color: gainsboro;*/
/*}*/

#details_container{
    order: 1;
}
#img_container{
    order: 3;
    /* position: absolute;
    margin: 40px 0px 0px 5px; */
}
#btn_container{
    order: 2;
    position: absolute;
    right: 0%;
}
/* Use when it require  */
@media only screen and (min-width: 1024px){
    .inner-child-container1{
        height: 127px;
    }
    .inner-img-container{
        width: 123px;
    }
    .inner-container{
        min-height: 114px ;
        display: flex; flex-direction: row;
    }
    /* #in_container{
        display: flex; flex-direction: row;
        gap:10px;
    } */
    .inner-child-container2{
        width: 685px;
    }
    #details_container{
        order: 1;
    }
    #img_container{
        order: 2;
        /* position: absolute;
        margin: 40px 0px 0px 5px; */
    }
    #btn_container{
        order: 3;
        position: relative;
        left:unset;
    }
}

.pagination-container{
    width: 100%;
    min-height: 42px;
    margin-top:35px;
}
.child-pagination-container {
    max-width: 322px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.current-page-btn{
    background-color: #e8e9eb;
}
.num-link-btn{
    width: 40px;
    height: auto;
    border: 1px solid #fff;
    line-height: 40px;
    font-weight: 100;
    padding: 0;
    float: left;
    display: flex;
    justify-content: space-around;
}
.prev-btn{
    width: 40px;
    height: 40px;
    /*border: 1px solid #191919;*/
    float: left;
    line-height: 25px;
    font-size: 0;
    font-weight: 100;
    line-height: 25px;
    padding: 0;
    background: url(assets/img/icon-slider-arrow-left.svg) center center no-repeat transparent !important;
}
.next-btn{
    width: 40px;
    height: 40px;
    /*border: 1px solid #191919;*/
    float: right;
    line-height: 25px;
    font-size: 0;
    font-weight: 100;
    line-height: 25px;
    padding: 0;
    background: url(assets/img/icon-slider-arrow-right.svg) center center no-repeat transparent !important;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: #e8e9eb !important;
}

.order-details-container{
    width: 100%;
    min-height: 100px;
    /* border-bottom:2px solid #d8d8d8 ; */
}
.order-details-status-container{
    width:100%;
    min-height:83px;
}
.order-details-child-container{
    width: 100%;
    min-height: 127px;
    float: left;
}
.order-product-details-container{
    width: 100%;
    min-height: 127px;
    display: flex;
    gap: 10px;
    padding-bottom: 30px ;
    border-bottom: 2px solid #f3f4f5;
    margin-top: 30px;
}
.order-product-total{
    width: 100%;
    height: 53px;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.total-price{
    width:50%;
    height: 53px;
    float: right;
}
.d-left{
    display: none;
}
.bill-ship-section{
    margin-top: 30px;
}
.order-total{
    font-size: 15px;
    font-weight: bold;
}
.woocommerce-view-order .order-total {
    margin-top: 10px;
}
.right{
    text-align: right;
}
.product-img-container{
    width: 103px;
    height: 117px;
    float: left;
}
.product-details-container{
    width: 40%;
    height: 117px;
    float: left;
    background-color: #fff;

}
.bill-ship-address-container{
    width: 100%;
    min-height: 127px;
    float: left;
}
#product_details{
    display: flex; flex-direction: column;
}
#btn_details{
    width: 100%;
    margin-top: 20px;
}
.addr-name{
    font-size: 16px;
    line-height: 23px;
    /* text-transform: uppercase; */
    color: #191919;
    background-color: transparent;
    font-weight: normal;
    font-style: normal;
    font-variant-ligatures: normal;
    font-stretch: normal;
    font-family: "sweet-sans-pro";
}


/* Use when it require  */
@media only screen and (min-width:512px){
    .order-details-status-container{
        width: 50%;
        float: left;
    }
    #btn_details{
        width: 226px;
    }
    .d-left{
        width: 103px;
        height: 100px;
        /* border: 1px solid #fff; */
        display: block;
        float: left;
    }
    .total-price{
        float: left;
        width: 40%;
    }
    .right{
        text-align: left;
    }
    .bill-ship-address-container{
        padding-left: 20%;
    }
}
@media only screen and (min-width: 1024px){
    #product_details{
        display: flex; flex-direction: row;
        /* gap:10px; */
    }
    .d-left{
        width: 124px;
        height: 100px;
        /* border: 1px solid #fff; */
        display: block;
        float: left;
    }
    .product-img-container{
        width: 124px;
        height: 141px;
    }
    .total-price{
        float: left;
        width: 40%;
    }
    .right{
        text-align: left;
    }
    .product-details-container{
        height: 141px;
    }
    .order-details-child-container{
        width:66%;
    }
    .bill-ship-address-container{
        width: 34%;
        padding-left: 6%;
    }
    .order-product-details-container{
        display: flex;
        gap: 20px;
    }

}
.product-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-left{
    display: grid;
}
.order-d{
    order:1;
}

.order-s{
    order:0;
    font-size: 14px;
    line-height: 20px;
    float: right;
    text-transform: uppercase;
    color: #191919;
    background-color: transparent;
    font-weight: normal;
    font-style: normal;
    font-variant-ligatures: normal;
    font-stretch: normal;
    font-family: "sweet-sans-pro";
}
.order-n{
    order:2;
}
/* End My account Orders */

/* Start My account Membership style */

.woocommerce-membership{
    width: 100%;
    min-height: 627px;
    margin: 0 auto;
}
.woocommerce-membership-upper{
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 2px solid #E8E9EB;
}
.woocommerce-membership-status-detail{
    width:100%;
    min-height: 507px;

}
.membership-date-status{
    width: 100%;
    height: 50px;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.membership-history{
    width: 100%;
    height: 90px;
    float: left;
    font-size: 12px;
}
.membership-text{
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0.08px;
    color: #40464E;

}
.membership-status-information{
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
}
.membership-status-information-list{
    width: 24%;
    min-height: 40px;
    float: left;
}
.membership-status-information-list2{
    width: 76%;
    min-height: 40px;
    float: left;
    padding: 0px 0px 20px 20px;
}
.information-list-text{
    font-size: 15px;
    letter-spacing: 0.07px;
    color: #40464E;
}
.history-text{
    font-size: 11px;
    letter-spacing: 0.07px;
    color: #40464E;
}
.bullet{
    display: list-item;
    color: #40464E;
}

@media only screen and (min-width:768px){
    .woocommerce-membership{
        width: 70%;
    }
    .membership-history{
        width: 60%;
    }

}
@media only screen and (min-width:512px){
    .membership-date-status{
        width: 33.3%;
        display: block;
        height: 80px;
    }
    .woocommerce-membership-upper{
        display: flex;
        flex-direction: row;
    }
    .membership-text{
        margin-top: -12px;
    }
}
/* End Of Membership Style */

/* My Account Address book style Start */
.woocommerce-form .woocommerce-form-row,
.woocommerce-account-detail-container .woocommerce-input-wrapper,
.woocommerce-address-fields .woocommerce-input-wrapper {
  position: relative;
}
.woocommerce-form .woocommerce-form-row input,
.woocommerce-account-detail-container  .woocommerce-input-wrapper input,
.woocommerce-address-fields .woocommerce-input-wrapper input {
  margin-top: 0;
  margin-bottom: 25px;
  height: 50px;
}
.woocommerce-form .woocommerce-form-row input {
  margin-top: 0;
}
.woocommerce-page div.woocommerce .woocommerce-account-detail-container .input-type {
  margin-bottom: 25px;
}

.woocommerce-address-container,
.woocommerce-account-detail-container {
    max-width: 998px;
    margin: 0 auto;
    position: relative;
}
.woocommerce-address-container .back-button,
.woocommerce-account-detail-container .back-button {
    color: #191919;
    font-family: "neue-haas-grotesk-text";
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-left: 20px;
    margin: 20px 0;
    display: block;
}
.woocommerce-account-detail-container .notice-info {
    color: #191919;
    font-family: "neue-haas-grotesk-text";
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 0 0 30px;
    display: block;
}
.woocommerce-account-detail-container .notice-info ul {
    margin-left: 20px;
}

.woocommerce-address-container .back-button:before, 
.woocommerce-account-detail-container .back-button:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/eirwen-child/assets/img/caret-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    transform: rotate(90deg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}
.woocommerce-page div.woocommerce form .woocommerce-address-container > div p,
.woocommerce-page div.woocommerce form#address_form  .woocommerce-address-container .save-address-button .woocommerce-button {
    margin-top: 0;
}

.woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account .save-account-button,
.woocommerce-page div.woocommerce form .woocommerce-address-container .save-address-button {
    margin-top: 25px;
}
.woocommerce-page div.woocommerce .woocommerce-account-detail-container .half-size {
    margin-bottom: 25px;
}
.woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account .save-account-button .woocommerce-button {
    margin-bottom: 10px;
} 
.woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p.password-container span.check:before,
.woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p.password-container span.crosscheck:before {
    left: unset;
    right: 85px;
    top: 17px;
}
.woocommerce-page div.woocommerce form .woocommerce-address-container > div p#shipping_company_field,
.woocommerce-page div.woocommerce form .woocommerce-address-container > div p#shipping_email_field,
.woocommerce-page div.woocommerce form .woocommerce-address-container > div p#billing_company_field,
.woocommerce-page div.woocommerce form .woocommerce-address-container > div p#billing_email_field {
    display: none;
}
.woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p.password-container a#updatePassword {
    position: absolute;
    right: 15px;
    top: 6px;
    padding: 6px 15px;
    border: solid 1px #191919;
    color: #191919;
    font: normal normal 800 13px/25px "sweet-sans-pro";
    letter-spacing: 0.75px;
}

@media only screen and (min-width:512px) {
    .woocommerce-address-container h1{
        text-align: center;
    }
}
@media only screen and (min-width:1024px) {

    .woocommerce-account-detail-container .edit-account {
        position: relative;
    }
    .woocommerce-account-detail-container .back-button,
    .woocommerce-address-container .back-button {
        position: absolute;
        top: 10px;
        left: 0;
        margin: 0;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div,
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account .save-account-button,
    .woocommerce-page div.woocommerce form .woocommerce-address-container > div,
    .woocommerce-page div.woocommerce form .woocommerce-address-container .save-address-button {
        vertical-align: top;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account .save-account-button,
    .woocommerce-page div.woocommerce form .woocommerce-address-container .save-address-button {
        width: calc(50% - 15px);
        margin-bottom: 5px;
        margin-top: 0;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container .half-size,
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p,
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account .save-account-button .woocommerce-button,
    .woocommerce-page div.woocommerce form .woocommerce-address-container > div p,
    .woocommerce-page div.woocommerce form#address_form  .woocommerce-address-container .save-address-button .woocommerce-button {
        display: inline-block;
        width: calc(50% - 15px);
        margin-bottom: 5px;
        position: relative;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container span.half-size,    
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container .input-type,
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p {        
        margin-bottom: 30px;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container .half-size {
        margin-bottom: 0;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account .save-account-button .woocommerce-button.white,
    .woocommerce-page div.woocommerce form#address_form  .woocommerce-address-container .save-address-button .woocommerce-button.white {
        margin-right: 30px;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p span.check:before,
    .woocommerce-page div.woocommerce form .woocommerce-address-container > div p span.check:before,
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p span.crosscheck:before,
    .woocommerce-page div.woocommerce form .woocommerce-address-container > div p span.crosscheck:before {
        left: unset;
        right: 15px;
        top: 9px;
    }   
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p.password-container span.crosscheck:before {
        top: 13px;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p:nth-child(odd), 
    .woocommerce-page div.woocommerce form .woocommerce-address-container > div p:nth-child(odd) {
        margin-right: 30px;
    }
    .woocommerce-page div.woocommerce .woocommerce-account-detail-container form.edit-account > div p.full-width,
    .woocommerce-page div.woocommerce form .woocommerce-address-container > div p.full-width {
        width: 100%;
        margin-right: 0;
    }
    
}


/* Address book style end */
/* My Account detail style start */
.woocommerce-account-detail-container{
    width: auto;
    margin: 0 auto;
}
@media only screen and (min-width:512px) {
    .woocommerce-account-detail-container h1{
        text-align: center;
    }
}

@media only screen and (min-width: 769px){
body > .select2-container--open:not(.select2-container--focus) {
    transform: translateX(0px)  !important;

}
}
/* My Account detail style end */

@media only screen and (max-width:767px){
    .woocommerce-MyAccount-content .main-container {
        flex-direction: column;
        flex-wrap: unset;
    }
    .child-container {
        width: auto;
        padding: 25px 30px;
    }
}

.woocommerce-account .woocommerce-form-login .button {
    margin-left: 0px;
}
.woocommerce-page div.woocommerce .col2-set {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}
.woocommerce-page div.woocommerce .u-column2.col-2.col-r {
    border-left: 2px solid #E8E9EB;
    margin-left: 43px;
    padding-left: 58px;
}
.woocommerce-page div.woocommerce .col2-set>* {
    width: 42%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.select{
    margin-top: 0;
    margin-bottom: 20px;
    width: 30%;
}
.first-name-container{
    position: relative;
    width: 100%;
}
.select-box{
    display: flex;
    align-content: center;
    align-items: center;
    gap : 15px
}
@media only screen and (max-width: 768px){
    .woocommerce-page div.woocommerce .col2-set{
        flex-direction: column;
        /* width: 100%; */
    }
    .woocommerce-page div.woocommerce .col2-set>*{
        width: 100%;
    }
    .woocommerce-page div.woocommerce .u-column2.col-2.col-r {
        border-left: none;
        margin-left: 11px;
        padding-left:0;
    }
}


.fail-alert {
    border-color: #E51D0B !important;
    }
.success-alert {
    border: 2px solid #4CAF50;
    color: green;
}
.error-text{
    color: #E51D0B;
    font-size: 11px;
    /* line-height: 18px; */
    /* font-weight: normal; */
    padding-bottom: 10px;
    margin-top: -14px;
    display: flex;
    align-items: baseline;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: end;

}

/* Search Product Styling start */

.search-main-container{
    width: 100%;
}
.search-product-container{
    width: 24.7%;
    height: auto;
    /* background-color: saddlebrown; */
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;

}
.search-product-image{
    width: 100%;
    height: auto;
    /* background-color: brown; */
    overflow: hidden;
}
.search-product-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:2px;
}
.search-product-container .radio-btn{
    border: 1px solid red;
    color:red;
    width:26px;
    height:26px;
    border-color: #191919;
    accent-color : var(--checked-color);
}
.search-product-detail{
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.08px;
    display: block;
    padding-left: 7px;
    margin-top: -8px;
}
.search-product-image img:hover {
    will-change: transform;
    transform-origin: center;
    --qodef-img-move: 8;
    --qodef-img-scale: 1.1;
    transform: translateX(0) translateZ(0) scale(var(--qodef-img-scale));
    transition: transform .5s cubic-bezier(.33,.02,0,.93);
}
.product-filter-dropdown-outer .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-color {
    margin-bottom: 0;
    margin-right: 10px;
    border-color: gray;
    padding: 2px;
}
.product-filter-dropdown-outer .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-color:hover {
    border-color: black;
}
.product-filter-dropdown-outer .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

@media only screen and (max-width:768px) {
    .search-product-container{
        width: 32.5%;
        height: auto;
        padding-bottom: 30px;
    }
    .search-product-image{
        width: 100%;
        height: auto;
        /* background-color: brown; */
    }
    @media only screen and (max-width:512px) {
        .search-product-container{
            width: 49.5%;
        }
    }
}
.search-product-container .qodef-e-inner .qodef-woo-product-content {
    padding: 0 5px;
    margin-top: 0px;
    color: #6C717A;
    display: grid;
}
.search-product-container .qodef-e-inner .qodef-woo-product-content h4{
    line-height: 0px;
    padding: 0 0 0 5px;
}
.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0;
}
li .qodef-e-inner .plp-content .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 20px;
    height: 20px;
}
.search-product-container .qodef-e-inner .qodef-woo-product-mark.qodef-woo-onsale {
    background-color: #c48e82;
}
.search-product-container .qodef-e-inner .qodef-woo-product-mark {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #fff;
    z-index: 5;
    background-color: var(--qode-main-color);
}
.results{
    width: 159px;
    padding: 9px 20px 9px 20px
}
.search-results-title{
    text-align: center;
    margin: 0px;
}

.plp-content .woocommerce-loop-product__title{
    padding: 0 0 0 6px;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product {
    padding: 0 1.2px !important;
    margin: 0 0 50px;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products {
    margin: 0px -6px;
}
.archive .search-results .qodef-page-title.qodef-title--breadcrumbs{
    margin-top: 0px;
}
@media only screen and (max-width:768px){
    .qodef-woo-product-list.qodef-gutter--tiny ul.products>.product {
        margin: 0 0 30px;
    }
    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 50%;
    }
}

/* Filter Style */
.product-filter-dropdown-outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-filter-dropdown{
    width: 100%;
}
.product-filter-dropdown h3 {
    text-transform: capitalize;
}

.product-filter-dropdown-outer input[type=checkbox].styled {
    position: relative;
    opacity: 10;
    height: 20px;
    width: 20px;
    left: -4px;
    cursor: pointer;
    z-index: 2;
}

.product-filter-dropdown-outer .filters-container form {
    display: flex;
    flex-direction: row;
}
/* modal */
.modal {
    position: absolute;
    /* left: 0;
    top: 0; */
    width: 100%;
    min-height:400px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
    margin: 49px 0;
}
.filter-btn{
    width: 134px;
    z-index: 999;
    position: relative;
    top: 25px;
}
.trigger{
    margin-top: 100px;
    position: relative;
    /* top: 25px; */
    /* z-index: 999; */
}
.trigger::before{
    content: '\33';
    font-family: ElegantIcons;
    display: block;
    font-style: normal;
    line-height: inherit;
    position: relative;
    top: 25px;
    left: 50px;
}
.modal-content {
    position: relative;
    overflow: auto;
    width: 100%;
    box-shadow: -1px 5px 32px -15px rgb(0 0 0 / 10%);
    padding: 19px;
}
.product-filter-dropdown-outer span.checkmark {
    display: none;
}
.product-filter-dropdown-outer .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: -30px;
    margin-left: 85px;
}
.product-filter-dropdown-outer .filters-container button{
    position: relative;
    overflow: visible;
    transition: all 0.2s ease;
    cursor: pointer;
    background: none;
    font-family: "sweet-sans-pro";
    border: 1px solid black;
    height: 30px;
    float: right;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/* Style the buttons that are used to open and close the accordion panel */
.filter-title {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 0px 0px 0px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .filter-title:hover {
    /* background-color: #ccc; */
  }

  /* Style the accordion panel. Note: hidden by default */
  .filter-content {
    padding: 0 18px;
    background-color: white;
    display: block;
    overflow: hidden;
  }
  @media only screen and (max-width:512px){
    .product-filter-dropdown-outer .filters-container form{
        flex-direction: column;
    }
    .product-filter-dropdown-outer .yith-wcan-filters .yith-wcan-filter {
        margin-bottom: -1px;
        margin-left: 0px;
        border: 1px solid #D1D4D7;
    }
    .filter-content {
        display: none;
    }
    .modal{
        margin: 105px 0px 0px 0px;
    }
    .product-filter-dropdown-outer{
        margin: 28px 0px 0px 0px;
    }
    .filter-btn{
        top: 35px;
    }
}
/* jhflg */
.editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
    margin: 0 0 4px;
    padding: 0px;
    list-style: none outside;
    display: flex;
    align-items: baseline;
}


/* Thank you page style */
.t-main-container{
    width: 100%;
}
.details-container{
    max-width:340px;
    min-height: 197px;
    margin: 30px auto;
    border: 1px solid #D1D4D7;

}
.details-container span{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.07px;
    color: #40464E;
}
.t-main-container .t-message{
    text-align: center;
    font-size: 15px;
    color: #40464E;
}
.details-outer-container1{
    width: 100%;
    display: flex;
    padding: 30px 20px 0px 20px;
}
.details-outer-container2{
    width: 100%;
}
.details-outer-container2{
    width: 100%;
    height: 59px;
    display: flex;
    padding: 19px 20px 19px 20px;
    background-color: #F6F6F8;
}
.details-inner-container{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.back-to-shop-btn-container{
    max-width:340px;
    margin: 50px auto 0px auto;
}
.back-to-shop-btn{
    width: 190px;
    height: 46px;
    margin: 10px auto 0px auto;
    border: 1px solid #6C717A;
    padding: 12px 0px 12px 0px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase ;
    color: #191919;
    background-color: transparent;
    font-weight: normal;
    font-style: normal;
    font-variant-ligatures: normal;
    font-stretch: normal;
    text-align: center;
    font-family: "sweet-sans-pro";
    cursor: pointer;
}

#copy{
    color: #6C717A;
    font-size: 13px;
}
#copy{
    text-decoration: underline;
    text-underline-offset: 4px;
}
#copy:hover{
    text-decoration: none;
}

#payment .payment_method_text {
    margin: 0 0 0 25px;
}

#payment ul.wc_payment_methods.payment_methods li .radiomark {
    top: 6px;
}

.payment-logo{
    width: 100%;
    height: 38px;
}
.payment-logo img{
    width: 68px;
    height: 38px;
    padding: 10px 5px 10px 5px;
    border: 1px solid #D1D4D7;
}
.seperator{
    max-width: 85% !important;
    border-top: 1px solid #E8E9EB;
}
.payment-title{
    margin: 10px 0px 0px 0px;
}
.payment-title span{
    color: #6C717A;
    font-size: 13px;
    margin: 10px 0px 0px 0px;
}
.payment_action{
    margin: 0px 0px 30px 0px;
}
.payment_action span{
    color: #6C717A;
    font-size: 13px;
    padding: 0px 5px 0px 5px;
}
.how-to-pay{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.75px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
    margin: 61px 0px 30px ;
}
#qodef-page-outer .qodef-content-grid {
    max-width: 86%;
}

/* Accordian */
.accordion {
    max-width: 340px;
    margin: 0 auto;
    color: #191919;
    background-color: white;
    /* padding: 45px 45px; */
  }

.accordion .container {
    position: relative;
    /* margin: 10px 10px; */
}

.accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 13px;
    color: #191919;
    cursor: pointer;
    line-height: 16px;
}
.accordion .label::before {
    content: '+';
    color: #191919;
    position: absolute;
    top: 50%;
    right: -1px;
    font-size: 20px;
    transform: translateY(-50%);
}


.accordion .content {
    position: relative;
    background: white;
    max-height: 0;
    font-size: 13px;
    text-align: justify;
    max-width: 340px;
    overflow: hidden;
    transition: 0.3s;
    padding: 0px 0px 0px 10px;
}


.accordion hr {
    max-width: 100% !important;
    margin-left: 0;
    border-top: 1px solid #E8E9EB;
    background-color: unset;
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
    max-height: 395px;
  }

  /* Changes from plus sign to negative sign once active */

  .accordion .container.active .label::before {
    content: '-';
    font-size: 20px;
  }

.hr-border{
    margin-top: 20px;
    margin-bottom: 19px;
}

li.payment_method_bca img,
li.payment_method_echannel img,
li.payment_method_permata img,
li.payment_method_bni img,
li.payment_method_bri img,
/**
 * Add installment image class
 *
 * See https://trello.com/c/58jtP9M6/44-payment-method-cc-instalment for the details
 */
li.payment_method_mandiri_installment img,
li.payment_method_bca_installment img,
li.payment_method_bni_installment img,
li.payment_method_kredivo img {
    max-height: 30px;
    max-width: 55px;
    background-color: #ffffffdd;
    margin: 0px 0px 0px 5px;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 4;
}

figcaption.elementor-image-carousel-caption {
    font: normal normal 800 16px/16px "sweet-sans-pro" !important;
    letter-spacing: 0.75px;
    color: #191919;
    margin: 27px 0 0;
}
