/*
Theme Name: Kiosko Child
Theme URI: https://example.com/
Description: Child theme for Kiosko
Author: Your Name
Author URI: https://example.com/
Template: kiosko
Version: 1.0.0
*/

p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.home-main-wrap {
    margin-top: 0 !important;
}
ul.navbar-nav li {
    font-weight: 400;
}
.single-product.postid-104 .wp-block-post-excerpt__excerpt,
.single-product.postid-64 .wp-block-post-excerpt__excerpt{
    text-indent: -5px;
}
/*Get header.html style*/
#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
div#popup button {
  background: #000000;
  border: 0;
  border-radius: 50px;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 27px;
  line-height: 27px;
  padding: 0px !important;
  padding-bottom: 8px !important;
  font-weight: 600;
  text-align: center;
  margin-left: auto !important;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 12px;
}
div#popup button:hover {
  background: #000;
  color: #fff;
  transition: .5s linear;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.new-popup-left {
  width: 50%;
  margin-top: 35px;
}
.new-popup-right {
  width: 50%;
}
.new-popup-main {
  display: flex;
}
div#popup {
  background: #fff;
  padding: 0px;
  max-width: 857px;
}
.new-popup-right {
  padding-left: 48px;
  padding-top: 45px;
  position: relative;
}
.new-popup-right h1 {
  font-size: 60px;
  line-height: 72px;
}
.new-popup-right a {
  width: 100%;
  display: flex;
  background: #000;
  color: #fff !important;
  text-align: center;
  max-width: 246px;
  justify-content: center;
  align-items: center;
  height: 74px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}
.new-popup-right p {
  font-size: 12px !important;
  margin-top: 30px;
}
img.popup-right-flower {
  bottom: 0;
  position: absolute;
  left: 0;
}
.new-popup-right a:hover {
  background: #b79a52;
}
@media (max-width: 1024.5px) {
    
    .inner-header .col-md-6 {
        width: 100%;
    }
    
        .inner-banner-heading {
        text-align: center;
        margin: 30px 0px;
    }
    
    
  div#popup {
    width: 95%;
  }
  .new-popup-left {
    width: 50%;
    margin-top: 35px;
    align-self: end;
  }
  .new-popup-right h1 {
    font-size: 46px;
    line-height: 58px;
  }
  .new-popup-right a {
    max-width: 216px;
    height: 63px;
  }
  .new-popup-right p {
    margin-top: 23px;
  }
}
@media (max-width: 767.5px) {
    header.inner-header h1 {
            font-size: 33px;
    }
    header.inner-header h2 {
    font-size: 1.5rem !important;
        line-height: 2rem !important;
        -webkit-text-size-adjust: 100%;
    }
  #popup {
    padding: 20px 20px;
    max-width: 570px;
  }
  div#popup button {
    width: 19px;
    height: 19px;
    line-height: 17px;
    right: 7px;
    font-size: 13px;
  }
  .mobile_valentine_hide {
    display: none !important;
  }
  .mobile_valentine_Show {
    display: block !important;
  }
  .new-popup-left {
    display: none;
  }
  .new-popup-right {
    width: 100%;
    padding: 50px;
    text-align: center;
  }
  .new-popup-right a {
    margin: 16px auto;
  }
  img.popup-right-flower {
    display: none;
  }
}
@media (max-width: 600.5px) {
  .new-popup-right h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .new-popup-right a {
    height: 56px;
    width: 180px;
  }
  .new-popup-right {
    padding: 30px;
  }
}
/*end theme header.html style*/

/*custom/override style*/
section.treatment-banner {
    padding: 0;
}
header.inner-header {
    background: #EAD8C0;
    display: flex;
    align-items: center;
}
.inner-banner-img {
    max-width: 317px;
    margin: 0 auto;
}
header.inner-header h1 {
   font-size: 40px;
    margin-bottom: 0px;
    font-family: "Marcellus", serif;
    color: #000;
}
.inner-banner-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    margin-top: 14px;
    margin-bottom: 0px;
    font-family: "Red Hat Display", sans-serif !important;
}
.home .wc-block-components-product-image img,
.tax-product_cat .wc-block-components-product-image img{
    height: 230px;
       border-radius: 10px;
           transition: .2s ease-out;
    overflow: hidden;
    transform-origin: 50% 0;
    transform: perspective(999px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, box-shadow;
}
.home .wc-block-components-product-image img:hover,
.tax-product_cat .wc-block-components-product-image img:hover{
    transform: perspective(999px) rotateX(7deg) translate3d(0, -4px, 5px);
}

.home .wp-element-button,
.single-product .wp-element-button,
.tax-product_cat .wp-element-button{
    display: block !important;
    width: 100% !important;
    max-width: 150px;
    margin: 10px auto 0;
    background: #B79A52;
    border-radius: 45px;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 14px !important;
        transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.single-product form .wp-element-button{
    margin: inherit;
}
.home .wp-element-button:hover,
.single-product .wp-element-button:hover,
.tax-product_cat .wp-element-button:hover {
    background: #000;
}

.home li.wc-block-product {
    margin-bottom: 50px;
}

.home h2.wp-block-post-title {
    font-size: 1rem!important;
    font-weight: 700!important;
    font-family: "Red Hat Display", sans-serif !important;
    margin-bottom: 0 !important;
}
.wp-block-woocommerce-product-price {
    margin-bottom: 0!important;
}

/* Khawar CSS */

.wc-block-components-product-summary p {
	font-size: 1rem !important;
    text-align: center;
    line-height: 1.4rem;
    margin-bottom: 20px;
}
.wc-block-components-product-summary p:first-child {
    font-size: 12px !important;
}

.wc-block-components-product-summary p strong{
    font-size: 1.5rem !important;
        font-weight: 700;
}
.taxonomy-product_tag {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4rem;
}
.single-product .taxonomy-product_tag {
    text-align: left;
    font-size: 1rem;
}
.taxonomy-product_tag a,
.single-product .taxonomy-product_tag a{
    color: #000 !important;
    text-decoration: none;
    display: block;
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap;
    display: none;
}
.home h2.wp-block-post-title a{
    color: #000 !important;
    text-decoration: none;
}

.email-input button {
    padding: inherit !important;
    margin-top: inherit !important;
}
.email-input {
    padding: 8px 15px!important;
}
.wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-right.wc-block-grid__product-onsale {
       background: #000;
    color: #fff;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
}

.single-product .wp-block-woocommerce-related-products {margin-top: 100px;}
.single-product .wp-block-woocommerce-related-products h2{   
    color: #000;
    text-transform: capitalize;
}
.single-product .wp-block-woocommerce-related-products h3{   
    font-family: "Red Hat Display", sans-serif !important;
}
.single-product .wp-block-woocommerce-related-products h3 a{
    color: #000!important;
}
.single-product .wp-block-woocommerce-related-products img{   
    border-radius: 10px;
    height: 120px;
    object-position: top center;
}
.single-product .taxonomy-product_cat a,
.wc-block-components-checkout-return-to-cart-button{
    color: #000;
}
.single-product .taxonomy-product_cat a:hover,
.wc-block-components-checkout-return-to-cart-button:hover {
    color: #B79A52;
}

.woocommerce-cart .wc-block-product-new .wc-block-grid__product-image {
    display: block !important;
}
.woocommerce-cart .wc-block-product-new .wc-block-grid__product-image img {
    height: 120px;
    max-width: none;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.woocommerce-cart .wc-block-product-new .wc-block-grid__product-title{
    min-height: 40px;
}
.woocommerce-cart .wc-block-product-new .wc-block-grid__product-link {
        display: unset;
    color: #000 !important;
    text-decoration: none;
}
.woocommerce-cart .wc-block-product-new .wc-block-grid__product-onsale {
    background: #000;
    border: 0;
    border-radius: 50px;
    color: #fff;
}
.woocommerce-cart .wc-block-product-new  .wc-block-grid__product-add-to-cart a {
        background-color: #B79A52;
    border-radius: 50px;
    color: #fff;
}
.woocommerce-cart .wc-block-product-new  .wc-block-grid__product-add-to-cart a:hover {
    background-color: #000;
}

.quicklinks ul li {
    list-style: none;
    margin-bottom: 14px;
    font-size: 1rem;
}
.quicklinks ul li a {
    font-weight: 400;
}
a {
    font-weight: unset;
    text-decoration-color: unset;
    text-decoration-thickness: unset !important;
    text-underline-offset: unset !important;
}
.main-footer-update .quicklinks p {
    font-weight: 500;
}
.footer-update-map .iframe-map a {
    font-weight: 400;
}
.first-col-footer p {
    font-weight: 400;
    font-size: 1rem;
}
.newsletter_inner_wrapper h2 {
    color: #000;
}
.wp-block-woocommerce-proceed-to-checkout-block a.wp-element-button {
    font-size: 16px !important;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    color: #fff;
    text-transform: unset;
    letter-spacing: 0px;
    background: #B79A52;
    border-radius: 50px;
    border: 0;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
/*gift card button css*/
button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt {
    font-size: 16px !important;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    width: 150px;
    padding: 20px 10px;
    box-sizing: border-box;
    color: #fff;
    text-transform: unset;
    letter-spacing: 0px;
    background: #B79A52;
    border-radius: 50px;
    border: 0;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
/*cart button css*/
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
    font-size: 16px !important;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    padding: 20px 10px;
    box-sizing: border-box;
    color: #fff;
    text-transform: unset;
    letter-spacing: 0px;
    background: #B79A52;
    border-radius: 50px;
    border: 0;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.wp-block-woocommerce-proceed-to-checkout-block a.wp-element-button:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt:hover{
    background: #000;
}
.wc-block-components-product-badge {
    border: 0;
    background: #b79a52;
    color: #fff;
}
.woocommerce-checkout footer {
    margin-top: 75px;
}

.postid-106 .wp-block-woocommerce-product-price {
    margin-top: 10px;
}
.postid-106 .wp-block-woocommerce-add-to-cart-form {
    margin-top: 0px !important;
}
.postid-106 .wp-block-woocommerce-add-to-cart-form h3{
    font-size: 1.3rem !important;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 1.6rem;
     color: #000;
}
.postid-106 .gift-card-content-editor.step-content h5 {
    margin-top: 0;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #000;
}
.postid-106 .gift-card-content-editor.step-content label {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.2rem;
}
.postid-106 .ywgc-recipient-email.clearfix {
    margin-bottom: 25px;
}
.single-product span.woocommerce-Price-amount.amount {
    color: #B79A52;
    font-weight: 500;
}
.single-product del .woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 400;
}
.gift-cards-list button {
    color: #000;
    font-size: 0.9rem;
}
.gift-cards-list span.woocommerce-Price-amount.amount {
    color: #000;
}
.gift-cards-list .selected_button span.woocommerce-Price-amount.amount {
    color: #fff;
}
.woocommerce span.onsale {
    background: #b79a52;
    color: #fff;
}
.wp-block-woocommerce-product-template .external-link-button a.button {
   color: #000;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    text-decoration: underline;
}
.wp-block-woocommerce-product-template .external-link-button a.button:hover  {
 color: #b79a52;
   
}
@media (max-width: 991.5px) {
       .navigation.active {
        z-index: 99;
    }
}
@media (max-width: 600.5px) {
       .wc-block-product-template__responsive.columns-3 {
        grid-template-columns: unset;
    }
}

@media (max-width: 575.5px) {
    header.inner-header h1 {
        font-size: 28px;
    }
    
    header.inner-header h2 {}
}


.hidden-for-main-page-price {
	display:none !important;
}

