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

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --pd-grey-1: #ffffff;
  --pd-grey-2: #F3F4F6;
  --pd-grey-3: #DCDFE5;
  --pd-green-1: #568D66;
  --pd-green-2: #14794A;
  --pd-green-3: #004733;
  --pd-red-1: #D63037;
  --pd-red-2: #AF272D;
  --pd-red-3: #8E0413;
}

.product .product-gallery {
   background: var(--pd-grey-2); 
}
.category-page-row .box-image{
    background: #F3F4F6;
    border-radius:5%;
}
.product-gallery{
    padding:20px;
}
.header-wrapper, .header{
   opacity:1;
}
.header-wrapper.stuck{
      opacity:1;
      background:white;
      border:none;
}
.header:not(.transparent) .header-wrapper.stuck, .header:not(.transparent) .header-wrapper{
    box-shadow:none;
    border-bottom:1px var(--pd-grey-2) solid;
}
.header-bg-color {
    background-color: rgba(255, 255, 255, 1);
}
.product-gallery{
    padding-top:0;
}
.badge-frame .badge-inner, .badge-outline .badge-inner {
    color: #666666;
    border:1px solid;
    font-weight:500;
    padding:5px;
}
.box-text a:not(.button){
    color:#666666;
}
.product-main{
    padding:0;
}
.product-info{
    margin-top: -30px;
    padding: 5%;
    background: white;
    border-radius: 25px;
}
.menu-logo{
    padding-bottom:15px;
    padding-left:100px;
    width: 150px;
    max-width: unset;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
    padding-left:50px;
    font-size: 14px;
    line-height: 12px;
    text-transform:uppercase;
}
.badge-container{
    margin:-5px -5px;
    font-size:13px;
}
.wc-pao-addon .form-row{
margin:0;
}

.header-divider::after{
    border-bottom: 1px solid var(--pd-grey-3);
    width: 70%;
    margin-left: 50px;
    content: "";
}

.nav-sidebar.nav-vertical>li+li{
border:0px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}

.off-canvas:not(.off-canvas-center) .nav-vertical .sub-menu li>a{
    font-size: 14px;
    line-height:18px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li.has-icon-left>a{
    font-size: 14px;
    padding: 0 0 0 40px;
}
.off-canvas:not(.off-canvas-center) li.header-search-form{
    padding:20px 50px;
}
.off-canvas:not(.off-canvas-center) .toggle{
    margin:0 40px 0 0;
}
.has-icon-left{
font-size:12px;
}

.single-product form.cart>*{
line-height:20px;
}

.single-product .form-row input{
margin-bottom:5px;
}

.nav>li.header-divider{
height:30px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24;
padding:5px 10px 5px;
}

.woocommerce-mini-cart-item dl.variation dt, .woocommerce-mini-cart-item .variation{
font-weight:300;
font-size:10px;
}
.category_red{
margin-top:-10px;
margin-bottom:20px;
}
.hp_banner_mob{
max-width:80%;
}
.mfp-content{
background-color:white !important;
}
.circle_background img{
background:var(--pd-grey-2);
border-radius:100%;
}

.icon-box-left .icon-box-img, .icon-box-right .icon-box-img{
max-width:none;
}

div.product-addon-totals ul li{
margin-left:0;
}

div.product-addon-totals .wc-pao-subtotal-line {
    justify-content: flex-start;
}
div.product-addon-totals{
margin-bottom:10px;
}
.single-product form.cart>*{
width:100%;
}
.wc-pao-addon-checkbox{
font-weight:300;
}
.product_grid .text-box-content{
background:var(--pd-red-3) !important;
}
.product_grid .banner-bg img{
    height:80%;
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}