/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.asl-cont.asl-bg-8 .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec h3,
.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec h3,
.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span,
.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a ,
.asl-cont.asl-bg-8 .sl-main-cont .asl-panel-inner .asl-addr-search .form-control,
.asl-cont.asl-bg-8 .agile-modal h4,
.asl-cont .sl-main-cont .asl-panel-inner .asl-filter-tabs .nav .nav-item .nav-link span,
.asl-cont.asl-bg-8 .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list ul li a,
.asl-cont.asl-bg-8 #style_0.infoWindow h3,
.asl-cont .infoWindow .info-box-cont i + *,
.asl-cont .infoWindow .asl-tt-details > *,
.asl-cont.asl-bg-8 #style_0.infoWindow a.action,
.asl-cont.asl-bg-8 .adp .adp-substep{
    
    font-family: 'Kanit', sans-serif !important;
}
#footer span.product-title, #footer a {
    color: #fff;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1240px;
}
.header-main .nav > li > a {
    font-size: 15px;
}
.bold > *{ 
    font-weight: bold;
}
.home-title .section-title b { 
    display: none;
}
.home-title > * {
    justify-content: center;
}
.payment_box.payment_method_ldk_linepay img {
    width: 120px;
}
section.woocommerce-customer-details address {
    font-style: normal;
}
p.woocommerce-customer-details--phone {
    margin-bottom: 0;
}
.footer-menu-block .ux-menu-link__link {
    padding-bottom: 0;
    min-height: auto;
}
p.comment-form-url {
    display: none;
}
li.wc_payment_method.payment_method_ldk_linepay.no-style label img {
    display: none;
}
.woocommerce-order-received .page-checkout .woocommerce .large-7.col {
    padding: 30px;
    background-color: rgba(0,0,0,0.02);
    -webkit-box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 7%), inset 0 0 0 1px rgb(0 0 0 / 5%);
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 7%), inset 0 0 0 1px rgb(0 0 0 / 5%);
}
p#billing_country_field {
    display: none;
}
.footer-secondary {
    padding: 0;
}p#billing_address_1_field {
    width: 100%;
}
[data-icon-label]:after,
input[type='submit'], input[type='submit'].button, input[type='submit'], .primary {
    background-color: #eb9097;

}
.nav-outline>li.active>a {
    color: #ed9ba2;
}
.badge-frame .badge-inner, .badge-outline .badge-inner {
    color: #eb9097;
}
.has-hover:hover .badge-outline .badge-inner {
    border-color: #eb9097;
    background-color: transparent;
    color: #fff;
}
.frame-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.social-icons.share-icons.share-row.relative {
    display: none !important;
}
button#place_order {
    width: 100%;
}
.button-wrapper #chart-button {
    color: #eb9097;
    text-decoration: underline;
}
div#md-size-chart-modal .chart-content {
    display: none !important;
}
.chart-container {
    margin-top: 20px;
}
#footer input.wpcf7-form-control.wpcf7-submit.button {
    border: 1px solid white;
}
.footer-collape .accordion-title,.footer-collape .accordion-title.active {
    border: 0;
}
.title-footer b:after {
    content: '';
    height: 2px;
    background: #ffffff69;
    width: 35px;
    display: block;
}
#footer .accordion .toggle {
    left: auto;
    right: 0;
}
.footer-collape .accordion-title.active {
    border-bottom: 1px solid white;
}
.footer-collape .accordion-title {
    padding-bottom: 0;
}
.footer-collape .accordion-title, .footer-collape .accordion-title.active {
    padding-left: 0;
    border: 0;
    background: transparent;
}
.footer-collape .accordion-inner { 
    padding-left: 0;

}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;

}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    list-style: none;
    margin-bottom: 0;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    text-align: center;
}
.modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    -webkit-box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
    width: 500px;
    height: 500px;
    background: #f884c1;
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.img-inner {
    position: relative;
}
.buttonStyle {
    position: absolute;
    top: 0;
    right: -13px;
}
.buttonStyle {
    position: absolute;
    top: 0;
    right: -10px;
    background: #0f1311;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    padding: 0;
}
.content-inner .last {
    margin-bottom: 0;
}
.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}

.content-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    width: 250px;
}
.content-inner h1, .content-inner h4 {
    color: #f884c1;
    font-weight: bold;
    text-transform: uppercase;
}
.content-inner > * {
    color: #000;
    margin-bottom: 0;
}
.content-inner > p {
    font-size: 15px;
    font-weight: 500;
}
p#billing_address_2_field {
    width: 100%;
}
p#billing_address_2_field label {
    display: none;
}
@media only screen and (max-width: 675px) {
    nav.breadcrumbs.flex-row.flex-row-center.heading-font.checkout-breadcrumbs.text-center.strong.h3.uppercase {
        font-size: 15px;
    }

}
@media only screen and (max-width: 549px) {
    .checkout-page-title .page-title-inner.flex-row.medium-flex-wrap.container {
        padding-top: 0;
    }
    .content-inner {
        top: 45%;
    }

}
@media only screen and (max-width: 500px) {
    .modalPopup {
        width: auto;
        height: auto;
    }
    .img-inner { 
        width: 100vw;
    }
}

@media only screen and (max-width: 441px) {
    .content-inner h1, .content-inner h4 {
        font-size: 17px;
    }
}


@media only screen and (max-width: 433px) {
    .content-inner {
        width: 230px;
    }
    .content-inner > p {
        font-size: 13px;
    }
}

    @media only screen and (max-width:375px){
    .content-inner {
        top: 47%;
    }
    .content-inner {
        width: 212px;
    }
}