/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice5
*/

/* Custom CSS Start */
/* #content-97 .transition-wrap{
  background-color: #B4656F !important;
  color: #FEF2F2 !important;
} */
.semplice-navbar [data-nav="logo-middle-menu-corners"] li:nth-child(3){
  right: 0 !important;
  left: unset !important;
}
.semplice-navbar [data-nav="logo-middle-menu-corners"] li:nth-child(4){
  right: unset !important;
  left: 0 !important;
}
.semplice-navbar [data-nav="logo-middle-menu-corners"] li a span::after{
  padding: 10px !important;
  top: -10px !important;
  bottom: -10px !important;
}
.single-product.is-frontend #content-holder{
  background-color: #FEF2F2 !important;
}
.semplice-navbar{
  background-color: #FEF2F2 !important;
}
.sections > section:last-child{
  position: absolute !important;
  bottom: 0 !important;
}
.page-id-114 .sections section:nth-child(1){
  display: none !important;
}
.is-frontend #content .sections, .is-frontend #content-holder .sections{
  margin-top: 8rem !important;
  padding-bottom: 372px !important;
}
.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: 68%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  width: 28%;
}
/* .woocommerce-error, .woocommerce-info, .woocommerce-message{
  display: none;
} */
.input-radio{
  appearance: radio !important;
  width: unset !important;
  height: unset !important;
}
.input-checkbox{
  appearance: checkbox !important;
  width: unset !important;
  height: unset !important;
}
.woocommerce-loop-product__link .woocommerce-loop-product__title{
  color: #86524f !important;
  font-weight: 500 !important;
}
.woocommerce-loop-product__link .price{
  color: #f00 !important;
}
.products .product{
  text-align: center;
}
.button.product_type_variable.add_to_cart_button{
  display: none;
}
.single-product .product{
  max-width: 1170px;
  margin: auto;
  margin-top: 8rem;
}
.single-product .price{
  margin: 2rem 0;
}
.single-product li.selected{
  box-shadow: 0 0 0 2px #86524f !important;
  background: #86524f !important;
  color: #fff;
}
.single-product .product .summary, .single-product .price{
  color: #86524f !important;
}
.single-product .overlay-nav li{
  padding: 10px;
}
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt,.woocommerce a.button.alt{
  background-color: #86524f !important;
}
.reset_variations{
  color: #86524f !important;
}
.footer {
  padding-top: 3.3333333333333335rem;
  padding-right: 0rem;
  padding-bottom: 3.3333333333333335rem;
  background-color: #663d5a;
}
#content-holder .footer [data-module="socialprofiles"] .socialprofiles ul li svg{
  height: 38px;
}
#content-holder .footer [data-module="socialprofiles"] .socialprofiles ul li svg path{
  fill: #fff;
}
#content-holder .footer [data-module="socialprofiles"] .socialprofiles a:hover svg path{
  fill: #000;
}
.footer .socialprofiles .social-profile a{
  padding: 0 0.5555555555555556rem;
}
/* .footer .column-content{
  padding-top: 1.6666666666666667rem;
  padding-right: 1.2222222222222223rem;
  padding-bottom: 0rem;
  padding-left: 2.4444444444444446rem;
} */

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {

}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .is-frontend #content .sections, .is-frontend #content-holder .sections{
    padding-bottom: 500px !important;
  }
  .woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
  }
  .vertical-img-left.wpgis-slider-for{
    width: 98%;
    float: none;
    margin-left: 1%;
  }
  .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: 98%;
    margin: 0 1%;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 98%;
    margin: 0 1%;
  }
  .footer-links p,.footer p{
    text-align: center !important;
  }
  #content [data-module="socialprofiles"] .socialprofiles ul, #content-holder [data-module="socialprofiles"] .socialprofiles ul{
    justify-content: center;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .semplice-navbar{
    box-sizing: content-box;
    padding: 10px 0;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Custom CSS End */