/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import url('/imgs/gavias_custom.css');


body {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 400;    
    color: #444444;
}

.page-content.page-cms ul, p {
    font-size: 22px;
}

#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    color: #26263e;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;  
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-weight: 600;
  line-height: 1.1;
  color: #24212c;
}

h1, .h1 {
  font-size: 3.4rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.6rem;
}

h4, .h4 {
  font-size: 2.2rem;
}

h5, .h5 {
  font-size: 1.8rem;
}

h6, .h6 {
  font-size: 1.2rem;
}



/* AMPIEZZA 1200px */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

/* BACKGROUND */
#wrapper {

    background: #fff;
    border-top: 2px solid #f6f6f6;
}

/* TOPBAR - HEADER-NAV */

.header-nav {
    font-size: 14px;
    line-height: 16px;
}

#header .header-nav .cart-preview.active {
    width: 128px;
}

#header .header-nav #_desktop_cart .blockcart {
  background: #810018;
  color: #fff;
  cursor: pointer;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #fff;
}

#header .header-nav #_desktop_cart .blockcart:hover {
  background: #b10024;
  transition: all 0.3s;
}

#header .header-nav #_desktop_cart a {
  color: #fff;
}

/* HEADER */
#header {
    position: static;
    top: -75px;    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

#header.header_omg_im_scrolled
{
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

#header .header-top {
    padding: 10px 0;
}

@media (min-width: 786px) {
    #header.header_omg_im_scrolled .header-top {
        padding-top: 10px;
    }
}

#header .logo {
    padding: 0 10px;
}

img.logo.img-fluid {
    max-height: 72px;
}

/* SEARCH HEADER */

#search_widget form input {
    padding: 6px 20px 6px 40px;

}

#search_widget form i {
    position: absolute;
    padding: 14px 10px;
}

#search_widget {
    font-size: 18px;
}


/* MENU */

#header.header_omg_im_scrolled .header-top {
    padding: 0;
}

#header .menu>ul {
    display: flex;
}

#header .menu>ul>li {
    display: inline-block;
    padding: 30px 18px;
}

.top-menu a[data-depth="0"] {
    padding: 0;
}

#header .header-top .position-static {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

/* BOX HOME */

.box_home_bottiglia  { 
    background: #810018;     
}

.box_home_tanica  {
    background: #a51d2a;
}

.box_home_bag  {
    background: #B31B1B;    
}

.box_home_rosso  {
/*    background: #b991b0; */
    background-image: url('/img/cms/bg-box-cpc-rosso.jpg');
    background-size: cover;
    background-position: center;    
}

.box_home_bianco  {
    /* background: #ffffcc; */
    background-image: url('/img/cms/bg-box-cpc-bianco.jpg');
    background-size: cover;
    background-position: center;    
}

.box_home_rosato  {
    /* background: #ffc0cb; */
    background-image: url('/img/cms/bg-box-cpc-rosato.jpg');
    background-size: cover;
    background-position: center;    
}

.box_home {
    
}

.box_home_inner {
    padding: 20px;
}

.box_home_bottiglia h2,
.box_home_tanica h2,
.box_home_bag h2 {
    color: #fff;    
}

.box_home_tanica h2,
.box_home_bag h2 {
    font-size: 2rem;
}




/* COPYRIGHT */

.footer-copyright {
    border-top: 2px dashed #ccc;
    padding: 35px 0;
    text-align: center;
    line-height: 26px;
}

/* Drupal Theme */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.header-row {
    display: block;
}

.bg-theme-second {
    background: #810018;
}

.gbb-row .bb-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .gbb-row .bb-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.gbb-row .bb-inner.padding-small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gbb-row .bb-inner.padding-medium {
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .gbb-row .bb-inner.padding-medium {
    padding-top: 50px;
  }
}

.gbb-row .bb-inner.remove_margin {
  margin: 0 !important;
}

.gbb-row .bb-inner.remove_padding {
  padding: 0 !important;
}

.gsc-heading .sub-title {
    color: #810018;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.bg-theme-second .gsc-heading .sub-title {
    color: #fff !important;
}

.gsc-heading.style-1 .title {
    font-size: 70px;
    position: relative;
    padding-bottom: 0;
    font-weight: 600;
    letter-spacing: -2px;
}

.gsc-heading .title {
    position: relative;
    margin: 0;
    line-height: 1.1;
}

.gsc-icon-box.top-center {
    text-align: center;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.box-margin-small {
    margin-bottom: 30px;
}

.gsc-icon-box.top-center .highlight-icon {
    text-align: center;
    padding-right: 0 !important;
}

.gsc-icon-box.top-center .highlight_content {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.gsc-icon-box.top-center .highlight-icon .icon-container {
    display: inline-block;
}

.gsc-icon-box .highlight-icon .icon-container.fa-stack {
    line-height: 2.26em !important;
    width: 2.2em;
    height: 2.2em;
}

.bg-white {
    background: #fff;
}

.radius-5x {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fa-2x {
    font-size: 2em;
}

.fa-2x > svg {
    width: 2em;
}

.color-theme {
    color: #810018 !important;
}

.color-white {
    color: #fff !important;
}

.text-white a {
    color: #fff !important;
}

.text-white a:hover {
    color: #d3d3d3 !important;
    text-decoration: none !important;
}

.gsc-icon-box.top-center .title {
    position: relative;
    padding: 25px 0 15px;
    font-size: 20px;
}

.gsc-heading {
    padding: 0 0 45px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 45px;
    padding-left: 0px;
    display: block;
    width: 100%;
}

#block-footerabout img.footer-logo {
    width: 65%;
}

#footer .block .block-title {
    font-weight: 600;
    color: #810018 !important;
}

.block .block-title {
    background: none;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #26263e;
    z-index: 9;
    text-align: left;
}

#footer a {
    color: #24212c;
}

#footer a:hover, #footer a:focus {
    color: #810018;
    text-decoration: underline;
}

.contact-info ul li .icon, .contact-info-2 ul li .icon {
    color: #810018;
    width: 22px;
    margin-top: 1px;
}

.contact-info ul li .icon i, .contact-info-2 ul li .icon i {
    font-size: 14px;
}

.contact-info ul li, .contact-info-2 ul li,
#footer .navigation .gva_menu > li {
    margin-bottom: 20px;
}

#footer {
    color: #24212c;
    line-height: 26px;
    background: #fff;
}

#footer .footer-center {
  padding: 120px 0 80px;
}

.gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x {
    font-size: 1.4em;
}

#footer .block .block-title {
    margin: 0 0 40px;
}

/* PRODOTTI MINIATURE */

.product-actions .add-to-cart .material-icons {
    line-height: 1rem;
}

.product-miniature .product-description-short {
    text-align: center;
}

.product-flags li.product-flag {
    padding: 0.5rem 0.5rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
    border-radius: 30px;
    border-radius: 3rem;
    background: #810018;
}

.product-flags li.product-flag.on-sale {
    width: fit-content;
    background: #00a74a;
}

.product-miniature .thumbnail-top:before {
content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 2;
    pointer-events: none;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    opacity: 0.04;
}  


.product-miniature:hover .thumbnail-top:before {
    opacity: 0.08;
}

.product-miniature .thumbnail-top {
    padding: 20px;
}

.product-miniature .highlighted-informations {
    position: absolute;
    width: calc(100% - 40px);
    z-index: 2;
    transition: .3s;
    opacity: 0;
    top: calc(50% - 15px);
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    top: calc(50% - 15px);
    opacity: 1;
}

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    content: "";
    border-top: none;
    opacity: .25;
}

.product-flags {
    top: 10px;
    left: 10px;
}

.product-miniature h2.product-title {
    font-size: 2rem;
    font-weight: 600;
    color: #232323;
    text-align: center;
    text-decoration: none;
}

.product-miniature .product-feature-4 {
    text-align: center;
    color: #232323;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

/* PRODOTTI MODAL */

.quickview .modal-content {
    background: #fff;    
}

/* PRODOTTO */


.feature-value:not(:last-child):after {
  content: ',';
}