
@font-face {
    font-family: "OpenSans-Regular";
    src: url(../webfonts/OpenSans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url(../webfonts/OpenSans/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../webfonts/OpenSans/OpenSans-Bold.ttf);
}

.site-main{

    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
  
}

body{
    font-size: 0.9rem;
font-family: OpenSans-Regular;
}

.primary {
    margin-top: 4rem;
}


h1, .h1 {
    font-size:  2rem;
    font-family: OpenSans-Semibold;
}

h2, .h2 {
    font-size:  1.5rem;
    font-family: OpenSans-Semibold;
}

h3, .h3 {
    font-size:  1.4rem;
    font-family: OpenSans-Semibold;
}

div#page {
    background-color: #f6f0ec;
}

.breadcrumb {

  
    color:  white;
    font-size: 0.8rem;

}


.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
 display: block;
    width: 1.5rem;
    height: .09rem;
    margin-bottom: .7rem;
    position: relative;
    background: #65656a;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;

}

.navbar-toggler span:first-child {
    transform-origin: 0 0;
}


 .navbar-toggler span:nth-last-child(2) {

    transform-origin: 0 100%;
    background: #d12420;
 }


.navbar-toggler span:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {

.breadcrumb {

   /*  position: absolute; */
    color:  white;

}


}



.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
 
    color:  white;

}


.woocommerce-single-product-header .breadcrumb a{
    color: #63666a ;
    font-weight: 500;
    text-decoration: none;


    
}

.woocommerce-single-product-header .breadcrumb {
    color: #d12420 ;
    font-weight: 600;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 0.8rem;
    
}


/*------------------------------------------
Header Start
--------------------------------------------*/
.header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: auto 0px;
    box-shadow: 0px 0px 20px 1px rgba(212, 188, 188, 0.541) ;
}


#collapse-search {
    padding-top: 5rem;
}

.searchform {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.searchform .form-control{
    font-size: 0.8rem;
    font-family: OpenSans-Regular, sans-serif;
    border-radius: 35px  ;
}

.searchform .form-control:focus {
    box-shadow: none;
    border-color: #6c757d ;
}

.searchform button:hover {
    background-color: rgb(197, 31, 31) ;

}

.searchform button:hover  i{
    color: #fff ;

}




.entry-header h1 {
    color: rgb(197, 31, 31) ;
}


.navbar{
    display:  block;
    padding-top: 0;
    padding-bottom:  0;
        font-family: 'OpenSans-SemiBold';
    text-transform: uppercase;
    font-size: 0.7rem;

}

.navbar-light .navbar-nav .nav-link {
    color: #65656a;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #65656a;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 0.7rem;
}


.dropdown-item.active, .dropdown-item:active {
    color: #65656a;
    text-decoration: none;
    background-color: transparent;
}

.header_row{
    background-color: #e8e8e8;
    height: 40px;
}

.header_row2{
    background-color: white;
    height: 70px;
}
/*carousel item*/
.carousel-item{
    text-align: center;
        max-height: 700px;
  justify-content: center;
  
}

.carousel-control-prev, .carousel-control-next {
    text-decoration: none;
    opacity: 1;
    color:  #d12420;
}




.button-search{
    background-image: url(../img/new-search.svg) !important;
    border: 0 !important;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 31px;
    width: 26px;
}



.button-search:hover{
    background-image: url('../img/new-search-hover.svg');
     background-color: white !important;

  
}

.button-user {
    
     background-image: url(../img/new-user.svg) !important;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    width: 31px;
    border: 0 !important;

  

}

.button-user:hover {
    
    background-image: url('../img/new-user-hover.svg');
     background-color: white !important;

      

}

.button-cart {

     background-image: url(../img/new-cart.svg) !important;
    border: 0 !important;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 33px;
    width: 31px;
}

.button-cart:hover {

    background-image: url('../img/new-cart-hover.svg');
    background-color: white !important;
  

}

.button-bars{

       height: 33px;
    width: 45px;
    border: 0 !important;
   
}
.button-bars:hover{

       background-color: white !important;
  
   
}

.cart-content-count{
    background-color: #65656a;
   padding
    font-weight: 400;
    margin-left: 15px;
    /* position: absolute; */

}

.wrapper-item-content-title{
    font-family: OpenSans-Bold, sans-serif;
}


.caption-animate .carousel-item.active .wrapper-item-content-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;wrapper-item-content-title
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.caption-animate .carousel-item.active .wrapper-item-content-subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;wrapper-item-content-title
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.caption-animate .carousel-item .wrapper-item-content .fadeIn,
.caption-animate .carousel-item .wrapper-item-content .fadeInDown,
.caption-animate .carousel-item .wrapper-item-content .fadeInDownBig,
.caption-animate .carousel-item .wrapper-item-content .fadeInLeft,
.caption-animate .carousel-item .wrapper-item-content .fadeInLeftBig,
.caption-animate .carousel-item .wrapper-item-content .fadeInRight,
.caption-animate .carousel-item .wrapper-item-content .fadeInRightBig,
.caption-animate .carousel-item .wrapper-item-content .fadeInUp,
.caption-animate .carousel-item .wrapper-item-content .fadeInUpBig
{
  opacity:0;
}


.caption-animate .carousel-item .wrapper-item-content .flipOutX,
.caption-animate .carousel-item .wrapper-item-content .flipOutY,
.caption-animate .carousel-item .wrapper-item-content .bounceIn,
.caption-animate .carousel-item .wrapper-item-content .bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.caption-animate .carousel-item .wrapper-item-content .hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate  .carousel-item .wrapper-item-content .infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}






.header-logo{
    background-color: rgb(204, 30, 30); 
    text-align: center; 
    color: white; 
    height:100%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 104%;
}

.header-logo a, .header-logo a:hover, .header-logo a:visited {

    color:  #fff;
    text-decoration: none;
}


 ;
svg .search{
    display: inline-block;
    fill: currentColor;
    height: 50px;
    position: relative;
    top: -.0625em;
    width: 100%;
}

.header-ul{
    height: 70px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: center;
    margin: 0% 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.header-ul li{
    display: inline-block;
    height: 70%;
}

.header-ul a{
    text-decoration: none;
    color: rgb(61, 58, 58);
    padding: 0px 8px;
    font-weight: 600;
}




/*------------------------------------------
Header end
--------------------------------------------*/

/*--------------------------------------
desktop-img
----------------------------------------*/



.desktop-img{
    background-color: white;
    margin-top: 120px;
}

.carousel-indicators [data-bs-target]{

    height:  15px;
    width:  15px;
       border: 8px solid white;
    background-color: #63666a;
}

.carousel-indicators .active{

    height:  15px;
    width:  15px;
       border: 8px solid #63666a;
    background-color: white;
}

.carousel-indicators {
  /* margin-bottom: -55px; */
  margin-bottom: 10px;
    color: rgb(179, 179, 161);
    display: flex;
    align-items: center;

}

    .carousel-indicators > li {
  border-radius: 50%;
}
}

.carousel-indicators [data-bs-target] li{
    cursor: pointer;
    margin: 0px 20px;
    font-size: 15px;
} 



.carousel-indicators [data-bs-target] li .active{
   border: 8px solid #63666a;
    background-color: #fff; 
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-item-content {
    text-align: left;
    position: absolute;
    height: auto;
    margin-left: 166px;
    /* top: 40%; */
    bottom: 5rem;
    width: 351px;
    z-index: 3;
   
}

.white {color:  white;}
.grey {color: #63666A }

.wrapper-item-content_color{
    color: white;
}

.content_sm{
    display: none;
}

@media (max-width:1302px) {
    .wrapper-item-content {
        text-align: left;
        position: absolute;
        height: auto;
        margin-left: 76px;
        /* top: 40%; */
        width: 351px;
      
        bottom: 5rem;
    }
.white {color:  white;}
.grey {color: #63666A }

   

    .extra_col{
        display: none;
    }
}

@media (max-width:1020px) {
    .wrapper-item-content {
        text-align: left;
        position: absolute;
        height: auto;
        margin-left: 76px;
         /* top: 40%; */
         bottom: 5rem;
        width: 351px;
      
    }
.white {color:  white;}
.grey {color: #63666A }

    .wrapper-item-content_c5{
        margin-top: 100px;
    }

    .extra_col{
        display: none;
    }
    .carousel2{
        margin-top: 120px;
    }
}

@media (max-width:770px){
    .content_sm{
        display: block;
    }
    .wrapper-item-content {
        color: black;
        text-align: left;
       position:  static;
        
        margin-left: 3rem;
        margin-top: 2rem;
        left: 0px;
        width: 351px;
        bottom: 1rem;
        
    }

.white {color:  #63666A;}
.grey {color: #63666A; }

    .carousel-indicators{
        display: none;
    }
    .wrapper-item-content_c5{
        margin-top: 200px;
    }
    .carousel2{
        margin-top: 100px;
    }
}

@media (max-width:430px){
    .carousel2{
        margin-top: 110px;
    }
    .wrapper-item-content {
        color: black;
        text-align: left;
        position: static;
        
        margin-left: 9px;
        margin-top: 10px;
        left: 10px;
        width: 100%;
      
    }

.white {color:  #63666A;}
.grey {color: #63666A; }

    .wrapper-item-content_c5{
        margin-top: 150px;
    }
}

.illy-button{
    display: block;
    max-width: 200px;
    margin-top: 20px ;
    background-image:  linear-gradient(to right, #db1b12 , #db1b12);
    font-weight: 600;
}

.illy-button:hover{
        background-image:  linear-gradient(to right, #d71911 , #a0030b);
        color: white;
    
}


/*-------------------------------------------------
    font awesome icon
---------------------------------------------------*/

.fa-search{
    font-size: 25px;
    color: rgb(209, 38, 38);
}

.fa-user, .fa-bars{
    font-size: 25px;
    color: rgb(209, 38, 38);
}

.fa-cart-plus{
    font-size: 25px;
    color: rgb(209, 38, 38);
}

.fa-caret-left{
    font-size: 20px;
    color: red;
}

.fa-caret-right{
    font-size: 20px;
    color: red;
}

.fa-tag{
    position: absolute;
    font-size: 15px;
    top:5px;
    right: 0%;
    color: white;
}

.button{
    border: none;
    background-color: white;
    margin: 0px 0px;
}

.icon{
    position: static;
    width: fit-content;
    margin-left:1% ;
    display: flex;
    justify-content: right;
    text-align: center;
}

@media (max-width:1302px){
    .spacial{
        display: none;
    }
    .icon{
        position: static;
        width: fit-content;
        margin-left:0% ;
        display: flex;
        justify-content: right;
        text-align: center;
    }
    .main{
        width: 80px;
    }
}

/*-------------------------------------------------
    svg icon
---------------------------------------------------*/

.header-botrow__left {
   
}

.header-botrow__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: .57143rem;
}

svg {
    display: inline-block;
    fill: currentColor;
    height: 50px;
    position: relative;
    top: -.0625em;
    width: 100%;
}

.collapsee_loyalty, .collapsee_sbcription, .collapsee_coffee, .collapsee_machine,
.collapsee_illy_art_collection, .collapsee_gifts_and_accessories, .collapsee_location, .collapsee_live_happilly,
 .collapsee_live_happilly, .collapsee{
    visibility: hidden;
    position: fixed;
    z-index: 100;
}

.header-a:hover{
    border-bottom: 2px solid rgb(218, 36, 36) ;
}

.l1{
    position: fixed;
    z-index: 100;
    top: 110px;
    left: 0px;
    width: 100%;
    height: 70vh;
    background-color: rgb(255, 255, 255);
    transform: translateY(0%);
}

.info{
    color: white;
    position: absolute;
    width: 310px;
    height: 65vh;
    
    padding: 10px;
    padding-top: 200px;
}

.info:hover{
    background-color: rgba(0, 0, 0, 0.336);
}

.fa-long-arrow-alt-right{
    display: block;
    text-align: right;
    font-size: 50px;
}

.m:hover .l1,.m:hover .l1{
    visibility: visible;
}

/* carousel error */

#homeslider .carousel-inner img {
    width: 100%; 
    /*
    height: 100%; */
  }


.cta-container{
    margin: 2rem 0 2rem 0;
}
/*-----------------------------------------
News leetter
-------------------------------------------*/

.news-letter{
    background-color: rgb(221, 30, 30); 
    color: white; 
    padding: 20px 10%
}

.news-letter .row{
    height:fit-content;
}

.news-letter .row .col1{
    padding-top:6%
}






@media (max-width:991px){
    .news-letter{
        background-color: rgb(221, 30, 30); 
        color: white; 
        padding: 10px 2%;
    }

    .news-letter .row .col1{
        padding-top:0%
    }

    .row1{
        margin-bottom: 20px;
    }
}

/* menu2*/

.menu2{
    margin-top:60px;
}

::placeholder {
    color: rgb(255, 255, 255);
  }

/*--------------------------------
Footer
----------------------------------*/
.ul-bottom{
    list-style: none;
  
    font-size: 0.8rem;
   
}

.ul-bottom li{
    padding:  0.2rem 0 0.2rem 0
}

/* 
.svg_icon{
    border: 1px solid white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.svg_icon:hover{
    background-color: white;
    fill: #63666a;
}

*/

.footer_img1{
    display: none;
}

@media (max-width:991px) {
    .footer{
        min-height: 450px;
    }

    .footer_call{
        margin-top: 20px;
    }
    
    .payments{
        margin: 10px 0px;
    }

    .follow_us{
        margin: 10px 0px;
    }

    .footer_img{
        margin: 10px 0px;
    }
}

@media (max-width:770px) {
    .footer_img{
        display: none;
    }
    .footer_img1{
        padding-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer_img2{
        display: none;
    }
}

/* img1 */

.img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/global/illy-lovers-man/LoyaltyUomo_1440x740px.jpg");
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.img2{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://d1jowhv3m5zh8n.cloudfront.net/catalog/ITA/product/p1198374_1336798.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.img3{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://d1jowhv3m5zh8n.cloudfront.net/catalog/ITA/product/p1200464_1336798.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.collapsee_sbcription .img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/global/recipies/mugaccino.jpg");
    background-position: 84% 10%;
    background-repeat: no-repeat;
    background-size: 300%;
}

.collapsee_sbcription .img2{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/italy/illy-lovers/illy-lovers-machine/capsules_coffee_machine_y3_2_nera.jpg");
    background-position: 84% 10%;
    background-repeat: no-repeat;
}

.collapsee_sbcription .img3{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/usa/category-subscription/2019_special-delivery-service-coffee_800x600_ENG.jpg");
    background-position: 84% 50%;
    background-repeat: no-repeat;
    background-size: 300%;
}


.collapsee_coffee .img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/global/recipies/mugaccino.jpg");
    background-position: 84% 10%;
    background-repeat: no-repeat;
    background-size: 300%;
}

.collapsee_coffee .img2{
    cursor: pointer;
    width: 100%;
    height: 32vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/global/coffee/coffee_spoons.jpg");
    background-position: 84% 10%;
    background-repeat: no-repeat;
}

.collapsee_coffee .img3{
    cursor: pointer;
    width: 100%;
    height: 31vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/global/coffee/unique_blend_coffee.jpg");
    background-position: 60% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.collapsee_machine .img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/italy/machines/my-machine-registration/2019_1000x1160_HEROmachine_MyMachine_ter.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.collapsee_machine .img2{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dw7eb4deb7/products/Coffee-Machines/Machines-Iperespresso-Capsules/60244_coffee-machines_capsules-iperespresso_x1-anniversary-red_illy-shop/2019_X1Anniversary_red_frontal_withcoffee.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
}

.collapsee_machine .img3{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dwfba4f0d9/products/Coffee-Machines/X1Anniversary_portafiltro-720x360.jpg");
    background-position: 44% 50%;
    background-repeat: no-repeat;
    background-size: 400%;
}



.collapsee_illy_art_collection .img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/global/iac-aiweiwei/AiWeiWei_banner_1440x740.jpg");
    background-position: 84% 10%;
    background-repeat: no-repeat;
    background-size: 300%;
}

.collapsee_illy_art_collection .img2{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/global/iac-aiweiwei/AiWeiWei_mosaico_1440x760_4esp.jpg");
    background-position: 84% 10%;
    background-repeat: no-repeat;
}

.collapsee_illy_art_collection .img3{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dwfba4f0d9/products/Coffee-Machines/X1Anniversary_portafiltro-720x360.jpg");
    background-position: 44% 50%;
    background-repeat: no-repeat;
    background-size: 400%;
}



.collapsee_gifts_and_accessories .img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/italy/machines/my-machine-registration/2019_1000x1160_HEROmachine_MyMachine_ter.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.collapsee_gifts_and_accessories .img2{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dw7eb4deb7/products/Coffee-Machines/Machines-Iperespresso-Capsules/60244_coffee-machines_capsules-iperespresso_x1-anniversary-red_illy-shop/2019_X1Anniversary_red_frontal_withcoffee.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
}

.collapsee_gifts_and_accessories .img3{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dwfba4f0d9/products/Coffee-Machines/X1Anniversary_portafiltro-720x360.jpg");
    background-position: 44% 50%;
    background-repeat: no-repeat;
    background-size: 400%;
}



.collapsee_location .img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/italy/machines/my-machine-registration/2019_1000x1160_HEROmachine_MyMachine_ter.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.collapsee_location .img2{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dw7eb4deb7/products/Coffee-Machines/Machines-Iperespresso-Capsules/60244_coffee-machines_capsules-iperespresso_x1-anniversary-red_illy-shop/2019_X1Anniversary_red_frontal_withcoffee.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
}

.collapsee_location .img3{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dwfba4f0d9/products/Coffee-Machines/X1Anniversary_portafiltro-720x360.jpg");
    background-position: 44% 50%;
    background-repeat: no-repeat;
    background-size: 400%;
}



.collapsee_live_happilly .img1{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/content/dam/channels/website/consumer/italy/machines/my-machine-registration/2019_1000x1160_HEROmachine_MyMachine_ter.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.collapsee_live_happilly .img2{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dw7eb4deb7/products/Coffee-Machines/Machines-Iperespresso-Capsules/60244_coffee-machines_capsules-iperespresso_x1-anniversary-red_illy-shop/2019_X1Anniversary_red_frontal_withcoffee.png");
    background-position: 84% 10%;
    background-repeat: no-repeat;
}

.collapsee_live_happilly .img3{
    cursor: pointer;
    width: 100%;
    height: 65vh;
    background-image: url("https://www.illy.com/on/demandware.static/-/Sites-masterCatalog_illycaffe/default/dwfba4f0d9/products/Coffee-Machines/X1Anniversary_portafiltro-720x360.jpg");
    background-position: 44% 50%;
    background-repeat: no-repeat;
    background-size: 400%;
}

/* carousel2 */
.carousel2{
    background-color: rgb(255, 255, 255);
}


@media (min-width:1302px){
    .bars{
        display: none;
    }
}

@media (max-width:1302px) {
    
.bars{
    display: block;
}

.header-ul{
    display: none;
}
}

@media (max-width:530px){
    
}

.





/* Davidecat  */ 

body {
font-family: OpenSans-Regular,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #eff0f0;
}

.card{
    background-color: #fff;   
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 100%;
    padding: 1rem;
}


.card .icon-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/star.svg);
}

.card .icon-star-empty {
opacity: 0.3;
}


.card .icon-star-cut-01 {
     background-position-y: 2px;
    background-position-x: 13px;
    margin-left: -14px;
    margin-right: 16px; }

 .card .icon-star-cut-01:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 13px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.card .icon-star-cut-02 {
     background-position-y: 2px;
    background-position-x: 11px;
    margin-left: -12px;
    margin-right: 16px; }

 .card .icon-star-cut-02:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 11px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

  .card .icon-star-cut-03 {
     background-position-y: 2px;
    background-position-x: 10px;
    margin-left: -12px;
    margin-right: 16px;
     }

    .card .icon-star-cut-03:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 10px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

  .card .icon-star-cut-04 {
     background-position-y: 2px;
    background-position-x: 9px;
    margin-left: -10px;
    margin-right: 16px; }

    .card .icon-star-cut-04:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 9px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

  .card .icon-star-cut-05 {
     background-position-y: 2px;
    background-position-x: 8px;
    margin-left: -9px;
    margin-right: 16px; }

    .card .icon-star-cut-05:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 8px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

  .card .icon-star-cut-06 {
     background-position-y: 2px;
    background-position-x: 7px;
    margin-left: -8px;
    margin-right: 16px; }

    .card .icon-star-cut-06:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 7px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

  .card .icon-star-cut-07 {
     background-position-y: 2px;
    background-position-x: 6px;
    margin-left: -7px;
    margin-right: 16px; }

    .card .icon-star-cut-07:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 6px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.card .icon-star-cut-08 {
        background-position-y: 2px;
    background-position-x: 5px;
    margin-left: -7px;
    margin-right: 16px; 

}

.card .icon-star-cut-08:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 5px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

 .card  .icon-star-cut-09 {
     background-position-y: 2px;
    background-position-x: 5px;
    margin-left: -5px;
    margin-right: 16px; }
    
   .card  .icon-star-cut-09:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 5px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; 

 }


.card .rating {
    text-align: left;
}


.card:hover {
    
    box-shadow: 0 2px 20px 10px rgb(0 0 0 / 16%);
}

span.badge.bg-danger.sale, span.badge.bg-danger.sale-product {
    font-size: 1.25rem;
    display: none;
}

.card-img, .card-img-top, .card-img-bottom {
    width: 60%;
}



.card .price .woocommerce-Price-amount.amount {
    font-size: 1rem;
        color: #63666a;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 18px;
    
    letter-spacing: 0;
    line-height: 24px;

}

del bdi {
    font-size: 0.8rem;
    font-family: OpenSans, sans-serif;
}


.productSlide{
    padding:  1rem;
}

.woocommerce-loop-product__title{
  /*color: #6E6E6E;*/
 color:#512c1f;
    font-family: OpenSans-Semibold, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 auto 0.5rem;
    text-align: left;
    height: 6rem;
    
}
.homeCategorySliderTitle {
    
     color: #696969;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 auto 1rem;

}

.owl-nav button span {
    font-size: 60px;
    padding: 0px 20px;
}

button.owl-prev {
color: #696969;
    float: left;
    margin-left: -50px;
}

button.owl-next {
    float: right;
        margin-right: -50px;
        color: #696969;
}


button.owl-prev span{
   
        color: #696969;
}

button.owl-next span{
   
        color: #696969;
}

.owl-nav {
   width: 100%;
    position: absolute;
    top: 30%;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 35px;
     max-width: 300px;
    min-width: 100px;
    margin-left: 0;
    font-size: 1rem;
    margin-right: auto;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;



    
}




.btn-primary,
.btn-primary:active,
.btn-primary:visited{
    color: white;  
     background-color: #512c1f;
        border-color: #512c1f;  
    /*background-color: rgb(197, 31, 31);
        border-color: rgb(197, 31, 31);*/  
}



.btn-primary:focus,
.btn-primary:hover {
     background-image: linear-gradient(to left,#930d18,#d12420);
    border-color: rgb(197, 31, 31);
    color: #fff;
    box-shadow: none;
    background-color: rgb(197, 31, 31);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: white; 
  background-color: #512c1f;
        border-color: #512c1f;  
    /*background-color: rgb(197, 31, 31);
        border-color: rgb(197, 31, 31);*/   
}






.btn-outline-primary {
      background-image: linear-gradient(to left,#930d18,#d12420);
    border-color: rgb(197, 31, 31);
    color: #fff;
    box-shadow: none;
    }

    .btn-outline-primary:hover {
     color: white;    
     background-image: linear-gradient(to left,#930d18,#d12420);
    border-color: white;
    }


.btn-outline-primary:disabled, .btn-outline-primary.disabled {

      background-image: linear-gradient(to left,#930d18,#d12420);
    border-color: rgb(197, 31, 31);
    color: #fff;
    box-shadow: none;
}

    a, a:active, a:visited {
    color: #696969;
    text-decoration: underline;
}

    a:hover, a:focus {
    color: rgb(197, 31, 31);
    
}



.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  
  border: 1px solid;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button {
  color: #fff ;
  background-color: #d9272e;
  border-color: #d9272e;
  border-radius: 35px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  color: #fff;
 background-image: linear-gradient(to left,#930d18,#d12420);
 background-color: #d9272e;
}



.newsletter {
 background-color: #f6f0ec;
 color: #512c1f;
 border-bottom: 2px solid white;
}

.newsletter h4 {
 font-family: OpenSans-Bold;
}

.newsletter p {
 font-family: OpenSans-Regular;

}






.newsletterEmail{
    border-radius:  35px;
    background-color: #f6f0ec;
    border: 1px solid #512c1f !important;
    color: #512c1f;
    width: 70%;
    margin: 0 auto 0 auto;
   
}

@media (min-width: 768px) {

.newsletterEmail{

   /*  position: absolute; */
     margin: 0;

    }


}



.newsletterEmail:focus{
   
    border: 1px solid #f6f0ec;
    box-shadow: none;
    
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.newsletterSubmit{
   
    border: 1px solid white;
       border-radius:  35px;
    background-color: white;
    border: 1px solid  #512c1f;
    color:  #512c1f;
    width: 50%;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
    font-family: OpenSans-bold, sans-serif;
        
}

.newsletterSubmit:hover{
   
   
    background-color: #d12420;
     border: 1px solid white;
   
    color:  white;
    width: 50%;
  
        
}


@media (min-width: 768px) {

.newsletterSubmit{

   /*  position: absolute; */
     margin: 0;

    }


}


.newsletterConsent span{
   color:#512c1f;
    font-size: 0.8rem;
   
  
    
}

.newsletterConsent input[type="checkbox"]{
    background-color:  #d12420;
}


.wpcf7-not-valid-tip {
    color: white;
}


/* SLick Start */

.slick-slider1{
    margin-top: 20px;
    height: 93px;
    z-index: 1;
}

.slick-slider1-home{
    /* margin-top: 20px; */
    height: 93px;
    z-index: 1;
}





.content1, .content2, .content3, .content4, .content5, .content6,
.content7, .content9, .content10, .content11, .content12, .content13, 
.content14, .content15, .content16, .contentSlick{
    background-color: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin: 4px auto auto;
    transition: all 0.4s;
    width: 80px;
    box-sizing: border-box;
}

.content1:hover, .content2:hover, .content3:hover, .content4:hover, .content5:hover, .content6:hover,
.content7:hover, .content9:hover, .content10:hover, .content11:hover, .content12:hover, .content13:hover, 
.content14:hover, .content15:hover, .content16:hover, .contentSlick:hover{
    background-color: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 4px auto auto;
    transition: all 0.4s;
    width: 100px;
    box-sizing: border-box;
}

.content1.active {
    background-color: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 4px auto auto;
    transition: all 0.4s;
    width: 100px;
    box-sizing: border-box;
    border: 4px solid #d12420;
}

.your-class{
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.5%;
}

.categories-wrapper{
      /*position: absolute;
      top: 80px; */
      margin-top: 60px;
      height: 205px;
      width: 100%;
      z-index: 1;
      border-radius: 0 0 35px 35px;
      background: linear-gradient(128.38deg, #D12420 0%, #910D18 100%);
      }


.categories-wrapper-home{
      /*position: absolute;
      top: 80px; */
      
      height: ;
      width: 100%;
      z-index: 1;
      border-radius: 0 0 35px 35px;
      background-color: #eff0f0;
      }


.cmp-illy-breadcrumb__list{
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
    list-style: none;
    z-index: 1000;
}
.cmp-illy-breadcrumb__item{
    color: white;
    display: inline;
}
.cmp-illy-breadcrumb__item-link{
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-family: OpenSans-Regular,sans-serif;
    font-weight: 400;
}
.cmp-illy-breadcrumb__item-link:after {
    content: " > ";
}

.slick-next::before, .slick-prev::before{
    display: inline-block;
    font-size: 40px;
    margin-top: 0px;
    opacity: 1;
}



.next-arrow{
    display: inline;
    border: 1px solid yellow;
}

.col a{
    text-decoration: none;
}

.category-item__name{
    font-size: 12px;
    color: #63666A;
}

.contentSlick:hover .category-item__name{
    color: green;
}

.content2:hover .content2.category-item__name, 
.content3:hover .content3.category-item__name, .content4:hover .content4.category-item__name, 
.content5:hover .content5.category-item__name, .content6:hover .content6.category-item__name,
.content7:hover .content7.category-item__name, .content9:hover .content9.category-item__name, 
.content10:hover .content10.category-item__name, 
.content11:hover .content11.category-item__name, 
.content12:hover .content12.category-item__name, 
.content13:hover .content13.category-item__name, 
.content14:hover .content14.category-item__name, .content15:hover .content15.category-item__name, 
.content16:hover .content1.category-item__name, .contentSlick.category-item__name{

    color: red;
}

/* SLick end */



.form-select {

    border-radius: 35px;
    font-size: 0.8rem;
    font-family: OpenSans-Regular, sans-serif;
}

.form-select:focus {

    box-shadow: none;
}

.alert-info {
    color: white;
    background-color: #d12420;
    border-color: #f1bdbc;
    border-radius: 35px;
}

.alert-info .alert-link {

    color: #fff;
}


.alert-success {
    color: white;
    background-color: #d12420;
    border-color: #f1bdbc;
    border-radius: 35px;
}


/* pagination */

.page-item .page-link{
    border-radius: 50%;
    color:  #696969;
}

.page-item:first-child .page-link{
    border-radius: 50%;
    color:  #696969;
}

.page-item:last-child .page-link{
    border-radius: 50%;
    color:  #696969;
}

.page-item.active .page-link{
    background-color: #d12420;
    color: white;
    border: 1px solid #dee2e6;

}




.category-top-box{
    
   
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
    height: 100%;
   
   
    align-items: center;
}

.category-top-box-title{
color: #63666a;
    font-size: 1.2rem;
    font-family: OpenSans-Bold, sans-serif;
    line-height: 1.5rem;
    text-align: left;
    margin-bottom: 0;
}


.category-top-box-text {
color: #63666a;
    font-size: 0.9rem;
    font-family: OpenSans-Regular, sans-serif;
    line-height: normal;
    text-align: left;
}

.category-top-box-text > p {
color: #63666a;
    font-size: 0.9rem;
    font-family: OpenSans-Regular, sans-serif;
    line-height: normal;
    text-align: left;
}

.category-top-box-disclaimer{
color: #63666a;
    font-size: 0.8rem;
    font-family: OpenSans-Regular, sans-serif;
    line-height: normal;
    text-align: left;
}


.woocommerce-result-count{
    font-size: 0.8rem;
    font-family: OpenSans-Semibold, sans-serif;
    color: #63666A;
    text-transform: uppercase;
}



/* Single product */

.woocommerce div.product .product_title {

font-family: OpenSans-Bold, sans-serif;
font-size: 2.2rem;
color: #63666a ;

} 


.bundled_product_title{
    font-size: 1.2rem !important;
}


.bundled_product_excerpt p {
    color: #8b8f93 ;
    font-size: 0.9rem;
    font-weight: 400;
}


.bundled_product_title_inner .item_title{
    font-size: 1.2rem;
    line-height: normal !important;


}

.prev-product-images {
 
  
}

.prev-product-images:before  {


  color: #d12420 !important;

    
}

.next-product-images:before  {

  color: #d12420 !important;

    
}

.icon-round-arrow-forward {
    background-image: url(../img/round-arrow-forward-red.svg);
    background-size: contain;
    
}


.icon-round-arrow-backward {
    background-image: url(../img/round-arrow-backward-red.svg);
    background-size: contain;
    
}

.icon-slick {
    content: "";
    background-repeat: no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
    
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}

.slick-next {
    right: -10px;
}


.slick-prev {
    left: -10px;
}



.custom-slider-dots {
    position: absolute;
    display: flex;
    bottom: -25px;
    list-style: none;
    display: flex;
    text-align: center;
    padding: 0;
    align-items: center;
    margin: 0;
    justify-content: center;
    width: 100%;

}

.custom-slider-dots .slick-dots{
    padding-left: 0;
}

.custom-slider-dots .slick-dots li.slick-active {
    height: 10px;
    width: 30px;
}

.custom-slider-dots .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.custom-slider-dots .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    border-radius: 50%;
    height: 100%;
    display: block;
    background: #e0e0e1;
}

.custom-slider-dots .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    }

.custom-slider-dots .slick-dots li.slick-active button:before {
    background-color: #d12420 !important;
    border-radius: 5px !important;

}
.woocommerce div.product .woocommerce-product-rating .rating{
    line-height: 0;
    margin-top: 1rem;
}

.woocommerce div.product .woocommerce-product-rating .rating .review{
    font-family: OpenSans-Regular, sans-serif;
    font-size: 0.8rem;
    color: red;
}


.woocommerce div.product .woocommerce-product-rating .rating .icon-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/star-red.svg);
}

.woocommerce div.product .woocommerce-product-rating .rating  .icon-star-empty {
opacity: 0.3;
}


.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-01 {
    
    background-position-x: 13px;
    margin-left: -14px;
    margin-right: 16px; }

 .woocommerce div.product .woocommerce-product-rating .rating  .icon-star-cut-01:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 13px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-02 {
    
    background-position-x: 11px;
    margin-left: -12px;
    margin-right: 16px; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-02:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 11px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating  .icon-star-cut-03 {
    
    background-position-x: 10px;
    margin-left: -12px;
    margin-right: 16px;
     }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-03:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 10px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-04 {
   
    background-position-x: 9px;
    margin-left: -10px;
    margin-right: 16px; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-04:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 9px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-05 {
    
    background-position-x: 8px;
    margin-left: -9px;
    margin-right: 16px; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-05:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 8px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-06 {
    
    background-position-x: 7px;
    margin-left: -8px;
    margin-right: 16px; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-06:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 7px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-07 {
    
    background-position-x: 6px;
    margin-left: -7px;
    margin-right: 16px; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-07:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 6px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-08 {
     
    background-position-x: 5px;
    margin-left: -7px;
    margin-right: 16px; 

}

.woocommerce div.product .woocommerce-product-rating .rating .icon-star-cut-08:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 5px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; }

.woocommerce div.product .woocommerce-product-rating .rating  .icon-star-cut-09 {
     
    background-position-x: 5px;
    margin-left: -5px;
    margin-right: 16px; }
    
.woocommerce div.product .woocommerce-product-rating .rating  .icon-star-cut-09:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-left: 5px;
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/star.svg);
      content: '';
      opacity: 0.3; 

 }


.woocommerce div.product .woocommerce-product-rating .rating .rating {
    text-align: left;
}


.review a, .review a:hover, .review a:visited {
    color:  #d12420;
        font-size: 1rem;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, del, .card del .woocommerce-Price-amount.amount, .card del .woocommerce-Price-amount.amount {
    /*display: block; */
}

.woocommerce div.product p.price .woocommerce-Price-amount.amount {
    font-size: 1.2rem;
    color: black;
        font-family: 'OpenSans-Bold';
}


.single-product div.product form.cart .quantity {
    float: none !important;
    margin: 0;
    display: inline-block;
}

.woocommerce div.product p.stock {
    display: none;
}

.woocommerce-product-details__short-description {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 0.9rem;
    color:  #8b8f93;
    font-weight: 400;
}


.woocommerce-product-details__short-description p a {
text-decoration: none;
}

button.minus {
    border-radius: 50%;
    background-color: rgb(197, 31, 31);
    border: 0;
    color: white;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 0;
        display: inline-block;
        padding: 0;
        font-family: monospace;

       
}

button.plus {
    border-radius: 50%;
    background-color: rgb(197, 31, 31);
    border: 0;
    color: white;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 0;
    display: inline-block;
    padding: 0;
    font-family: monospace;
}

.woocommerce .quantity .qty {
    /* width: 2rem; 
   float: left; */
   width: 2rem;
   border: 0;
   background-color: #eff0f0;
       bottom: 5px;
       position: relative;;
       font-size: 0.8rem;
       color: #8b8f93;
       -moz-appearance: textfield !important;
       -webkit-appearance: none;

}


.cart-simple-container {

    background-color: #eff0f0;
    border-radius: 20px;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
}


.cart-simple{
    position: static;
    zoom: 1;
    box-shadow: blue;
    background-color: #fff;
   box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%); 
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
}

.cart-bundle-container {

    background-color: #eff0f0;
    border-radius: 20px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
}




.cart-bundle-container .quantity .qty {
bottom: 0;
}


.cart-bundle-item-container {
        background-color: #eff0f0;
    border-radius: 20px;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;

}

.cart-bundle-item-container .quantity .qty {
bottom: 0;
}

.bundled_product > .details > .cart {
box-shadow: none !important;

}
 .bundle_data {
 position: static;
    zoom: 1;
    box-shadow: blue;
    background-color: #fff;
   box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%); 
    border-radius: 20px;
    padding: 2rem;
    text-align: center;

 }





.single_add_to_cart_button{

    width:  100%;
    margin-top: 1rem;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    text-transform: uppercase;
    
    border-radius: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: 0;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {

    background-color: #eff0f0;
    color:  #63666a;
    font-family: OpenSans-Semibold, sans-serif;   
    border-radius: 35px;
    border: 0;
    padding: 10px 77px;
    margin-left: -47px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a{


    color:  #63666a;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #d9272e;
    color: #ffffff;
}



.product_two_box_content .box-text {
     font-family: OpenSans-Regular, sans-serif;
    padding: 40px 40px;
    display: flex;
    overflow: auto;
    height: 460px;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;

   
    border-radius: 20px;
    border: 1px solid #eff0f0;
    background-color: #eff0f0;
    text-align: left;
    color: #63666a;
}

@media (min-width: 768px) {
    .product_two_box_content .box-text {

         padding: 40px 80px;

    }


}


.product_two_box_content .box-text .title {

    font-family: OpenSans-Bold, sans-serif;
    font-size: 1.5rem;
    color: #6E6E6E ;

}


.product_two_box_content .box-image {
    padding: 40px 80px;
    display: flex;
    overflow: hidden;
    height: 460px;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

   
    border-radius: 20px;
    border: 1px solid #eff0f0;
    background-color: #eff0f0;
    text-align: left;
    color: #63666a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.box-video:before {

    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.50);
    

}


#video-modal {

    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
}


#video-modal .modal-body {

    padding: 0;
  
}

#video-modal .modal-content iframe {
  /*min-width: 560px;
  width: 100%;
 height: 100%; */
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 

}


.play-video {
    color: #fff;

}

.play-video:hover {
    color: rgb(197, 31, 31);

}


.yikes-custom-woo-tab-title{
    display: none;
}


.upsells > h2, .related > h2{
    font-family: OpenSans-Bold, sans-serif;
    font-size:  1.5rem;
    color: #6e6e6e ;
}

.upsells, .related{
    margin: 2rem auto 2rem auto;
}


.woocommerce div.product .woocommerce-tabs .panel {

    font-family: OpenSans-Regular;
    color: #63666a;
}



.product_full_box_content .box-text {
      font-family: OpenSans-Regular, sans-serif;
    padding: 40px 40px;
   
    overflow: auto;
   
    align-items: center;
   
    align-content: center;
    justify-content: space-between;

   
    border-radius: 20px;
    border: 1px solid #eff0f0;
    
    text-align: center;
    color: #63666a;
}

@media (min-width: 768px) {
.product_full_box_content .box-text {
     padding: 40px 80px;
}

}

.product_full_box_content .box-text .title {

    font-family: OpenSans-Bold, sans-serif;
    font-size: 1.5rem;
    text-align:  center;

}


.category_full_box_content {

    padding: 15px 37px;
    background: linear-gradient(
128.37deg, #d12420 0%, #930d18 100%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
   
        
    overflow: auto;
   
    align-items: center;
   
    align-content: center;
    justify-content: space-between;

   
    border-radius: 20px;
    border: 1px solid #eff0f0;
    
    text-align: center;
    color: #fff;

}

.category_full_box_content .box-text .title {

    font-family: OpenSans-Bold, sans-serif;
    font-size: 1.5rem;
    text-align:  center;

}

.offcanvas-header .h5{
    font-size: 1.5rem;
    font-family: OpenSans-Bold, sans-serif;
}

.offcanvas {

     font-family: OpenSans-Regular, sans-serif;
}



/* Davidecat cart */

.woocommerce-cart table.cart img {

    width: 200px;
}

.woocommerce table.shop_table{
    font-size: 0.9rem;
}


.woocommerce div.product p.price, .woocommerce div.product span.price, .card .price {
    text-align: left;
}

.footer {
    background-color: #f2e9da;
    color: #512c1f;
    font-weight: 300;
    font-size: 0.8rem;
    font-family: 'OpenSans-Regular';

}

.footer_widget h2,
.footer_widget li a{
color: #512c1f !important;
}

.widget-title{

    font-size: 0.8rem;
    font-family: OpenSans-Bold, sans-serif;
    text-transform: uppercase;
    color: white;
    padding: 0 0 0.5rem 0;
}

.menu{

list-style: none;
    font-size: 0.8rem;
    padding: 0;

}

.menu li {
    
    
    padding:  0 0 0.5rem 0;
}

.menu li a {
    color: white;
    text-decoration:  none;
    text-transform: capitalize;
    font-weight:  300;


}

.menu li a:hover {
  
    text-decoration:  underline;
   }


   .fa-cc-visa, .fa-cc-mastercard, .fa-cc-stripe {
    font-size: 2rem;
   }


   .social-boxes {
    display: inline;
    padding: 0;
    width: 100%;
    float: right;


}

.social-boxes li {
    margin: 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid #512c1f;
    border-radius: 50%;
    text-align: center;

}

.social-boxes li:hover  {
    background-color: #fff;

}

.social-boxes li:hover a svg {
   color: #63666a  ;

}
 


.social-boxes li a {
    width: 50px;
    height: 50px;
   color: #fff;
   
    line-height: 1;
 

}



.social-boxes li a svg {

      fill: currentColor;
    position: relative;
    left: 0;
    margin-left: 0;
    width: 14px;
    height: 20px;
    margin-top: 4px;
   
   
  

}


.according_button{
    display: block;
    max-width: 100%;

}


.footer_call{
     border: 1px solid #512c1f;
    color:#512c1f;
    padding: 10px 10px;
    width: fit-content;
    border-radius: 20px;
    font-family: OpenSans-Bold, sans-serif;
}

.footer_call a {
    color: #512c1f;
}

.footer_call:hover{
    color: #512c1f;
    background-color: white;
    cursor: pointer;
}

.according_button{
    margin: 5px 0px ;
    color: white;
    display: block;
    width: 100%;
      max-width: 100%;
    padding: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    background-color: transparent;
    font-size: 0.9rem;
}

.according_button:hover{
   
    color: white;
   
}



.according_button:focus{
   
           box-shadow: none;
   
}


.according_button::after {
    content: "+";
    float: right;
    transform: scale(1.5);
    font-size: 2rem;
    font-weight: 300;
    font-family: 'sans-serif;';
    -moz-osx-font-smoothing: grayscale;
    color: white;
    -webkit-font-smoothing: antialiased;
    opacity: 0.5;
}

.according_button_active::after{
    content: "-";
    float: right;
    transform: scale(1.5);
    font-size: 2rem;
    font-weight: 300;
    font-family: 'sans-serif;';
    -moz-osx-font-smoothing: grayscale;
    color: white;
    -webkit-font-smoothing: antialiased;
    opacity: 0.5;
}

.according_content{
    color: white;
    display: block;
    width: 100%;
    padding-left: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    font-family: OpenSans-Bold, sans-serif;
}

.according_content .menu{
   padding-left: 2rem;
}

.according_content .menu li{
  text-align: center;
}





/* 

to check to avoid the problem with alert-info
.woocommerce-info {
    border-top-color: #d9272e;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
     font-family: OpenSans-Bold, sans-serif;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #fff;
    color: #515151;
    border-top: 3px solid #d9272e;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "!";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
} */




input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}



.productQuantityPackage {
    font-size: 12px;
    color: #63666a;
}
