header.header
{
    background-color: white!important;
}


.menu-items-list.menu-uppercase > li > a {
  color: #010101;
}

.meta-items-list li a, .meta-items-list li button
{
  color: #010101;
}

.header__main--toggle
{
     color: #010101;
}

.menu-items-list > li > a span::before {
display:none;
}

.header__main--logo a img {
  width: 100%;
  height: auto;
  padding: 5px;
}


.home-2-slider-content-style-1__sub-title
{
     color: #010101;
}

.home-2-slider-content-style-1__sub-title
{
     color: #010101;
}

.home-2-slider-content-style-1__sub-title, .home-2-slider-content-style-1__title, .home-2-slider-content-style-1__btn
{
     color: #010101;
     text-shadow: 1px 1px 1px white;
}

.home-2-slider-content-style-1__btn::before {
  position: absolute;
  content: "";
  width: 5.8em;
  height: 5.8em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='141.04' height='145.999' viewBox='0 0 141.04 145.999'%3E%3Cpath d='M72.999 145.999a72.655 72.655 0 0 1-40.816-12.467 73.2 73.2 0 0 1-26.447-32.118 72.909 72.909 0 0 1 6.73-69.229A73.209 73.209 0 0 1 44.583 5.737a73.112 73.112 0 0 1 70.071 7.308 73.237 73.237 0 0 1 26.385 33.456h-1.076c-.2-.5-.409-1.017-.625-1.528a71.98 71.98 0 1 0-10.539 73.528h1.287a73.316 73.316 0 0 1-24.894 20.033 72.571 72.571 0 0 1-15.406 5.524 73.348 73.348 0 0 1-16.787 1.941z' fill='%23010101' opacity='.3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  right: 35%;
  top: 50%;
  transform: translateY(-50%); 
}


.product-popular.popular-style-01 {
  padding-bottom: 100px;
}

.product-popular.popular-style-02 {
  padding-bottom: 100px;
}

.product-popular.popular-style-03 {
  padding-top: 40px;
}

.bg-home {
  background-color: #fff;
}



h3.product-popular-content__title span
{
    color:#ae1b41;
}

.pb-100
{
    padding-bottom:100px;
}


.product-popular-content__btn {
  
    color: #395749;
    background-color: transparent;
    border: 1px solid #395749; 
}

.menu-items-list>li>a.active {
    color: #4d7663;
}

.meta-items-list li a .badge, .meta-items-list li button .badge {
    background-color: #4d7663;
}  


.footer-link__list li a, .footer-link__list li span {
  
  color: #555;
  
}

.product-popular-content__description p
{
  
  color: #424242;
  
}
 
 .home-2-slider-content-style-1__sub-title {
  
  font-size: 26px;
  font-weight: 500;
  
}

.header__top {
  background-color: #d5d5bd!important;
}


.breadcrumb-section
{
    background-color: #d5d5bd;
    display: block;
    position: relative;
    margin-top: 180px;
}

p.paragrafo
{
    margin-bottom: 20px;
}
.text-justify
{
    text-align:  justify!important;
}

.footer-section {
    background-image: url(../images/background-1.jpg);
    margin-top:30px;
}


.section-padding-100100
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.hiddenfoto
{
    display: none!important;
}

.mb40
{
    margin-bottom: 40px;
}


.mt40
{
    margin-top: 40px;
}


.mb30
{
    margin-bottom: 30px;
}


.mt30
{
    margin-top: 30px;
}

.mb20
{
    margin-bottom: 20px;
}


.mt20
{
    margin-top: 20px;
}

.mb10
{
    margin-bottom: 10px;
}


.mt10
{
    margin-top: 10px;
}

.text-left 
{
    text-align: left!important;    
}

.text-right 
{
    text-align: right!important;
}

.text-center 
{
    text-align: center!important;
}


.product-single-content__short-description p
{
    text-align: justify;
    margin-bottom:20px;
    font-size: 18px;
}

.product-single-content__title
{
    font-size: 46px;
}

.product-single-thumb {
  
  display: none;
}

.btnsimple 
{
    color: #ae1b41; 
}

.btnsimple::hover 
{
     
    text-decoration: underline;
}

.notVisible
{
    visibility: hidden;
}

.cart-form {
    display: inline-block;
    }
    
.default-btn
{
        display: block;
        cursor: pointer;
        padding: 10px 20px;
        transition: all .3s cubic-bezier(.22,.61,.36,1);
        border: 0;
        line-height: 1;
        font-size: 20px;
        margin: 0 auto;
        font-weight: 400;
        background-color: #363636;
        color: #fff;
        text-align: center;
}    
    



table.table td a.optionBox {
    text-decoration: none;
    text-align:left;
}
table.table a.optionBox, table.table a.optionBox:visited {
    background-image: url("../../img/radio_no.png");
    background-position: 5px center;
    background-repeat: no-repeat;
   color: #404040;
    cursor: pointer;
    display: block;
    font-weight: normal;
/*   height: 20px; */
    line-height: 20px;
  padding: 0.5em 0.2em 0.5em 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
     
}
 
 
table.table a.optionBox.disabled h5 {
    color: #888888;
    cursor: default;
}

table.table a.optionBox.checked, table.table a.optionBox.checked:hover {
    background-image: url("../../img/radio_yes.png");
}

table tr {
    max-width: 100%;
}


table.table  div.qta a.minus, table.table  div.qta a.minus:visited, table.table  div.qta a.plus, table.table  div.qta a.plus:visited {
 
   background-color: transparent;
    color: #000000;
    border: 0px solid #708F21;
    cursor: pointer;
    height: 22px;
    margin: 0 7px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
    font-size: 23px;
    line-height: 20px;
    border-radius: 0;
    font-weight: 500;
    display: inline-block;
}

table.table  div.qta  span
{
    margin: 0 5px;
}

table.table tbody tr td .subtotal {
    color: #4d7663;
    font-weight: 700;
}

table.table tbody tr td .total {
    color: #ae1b41;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    
}

.continuashopping_btn
{
    font-size: 16px;
    padding: 22px 50px;
    line-height: 1;
    background-color: #ffffff;
    border-color: #ededed;
    color: #363636;
}


.continuashopping_btn:hover {
	background-color: #4d7663;
	border-color: #4d7663;
	color: #fff
}
.nopadding
{
    width:0px;
    padding:0px 0px 0px 0px;
}

.flat-row-title
{
    margin-top: 50px;   
}


.blog-single-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}  


.contact-info-item p a
{
   color: #ae1b41;
}

.product-single-content__price-stock > :last-child
{
    color: #ae1b41;
}

.single-product__info--tags {

  font-weight: 500;
}

.visible-desktop
{
    display: block;
    width: 80px;
}  

.product-name p, span.product-name
{
     font-weight: 700;
}

.hidden
{
    display: none;    
}

span.red
{
    color: #ae1b41;
}


.error {
  color: #510F13;
  background-color: #E7D2D2;
  border-color: #DBBBBB;
  padding: 10px;
  margin: 20px 0;
}

.free-shipping-goal
{
    padding: 20px;
}



.single-form ul li, .single-form p
{
   
    margin-bottom: 20px;
}

.single-form ul  
{
    margin-left: 20px;
   list-style-type: disc;
   margin-bottom: 10px;
}

.login-register .single-form__btn {
  width: 220px;
  padding: 17px 30px;
  font-size: 18px;
}

.product-popular-content__title span.designer {
  color: #010101!important;
  font-family: Playfair Display, serif;
  font-size: 40px;
}
div.special {
  display: none;
}


.single-form input[type=checkbox] {
        display: inline-block !important;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}


div.menuaccount {
  margin-bottom: 30px;
  border-bottom: 1px solid #ced4da;
  vertical-align: middle;
  padding: 20px 0;
}

span.number {
  
    display: inline-block;
    width: 21px;
    /* padding: 3px 8px; */
    margin-right: 5px;
    height: 21px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    border-radius: 50%;
    background: #ae1b41;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
 
 
}

div.menuaccount  div.element    {
  color: #101010; 
      margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
}

div.menuaccount  div.disabled    {
  color: #7c7c7c; 
  
  font-weight: normal;
}

 

 
div.menuaccountmyarea {
  margin-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
  vertical-align: middle;
  padding: 20px 0;
}

  

div.menuaccountmyarea  div.element  span {
  color: #ffffff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}


div.menuaccountmyarea  div.elementmyarea  span  {
  color: #101010;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
 

div.menuaccountmyarea  div.elementmyarea.disabled  span  {
  color: #7c7c7c; 
  
  font-weight: normal;
}


.flat-row-title p a
{
    color: #ae1b41;
}

.product-single-content__add-to-cart {
    
    background-color: #ae1b41;
    border-color: #ae1b41;
    color: #fff;
}

.btnmyarea
{
    max-width: 300px;
    min-width: 200px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    float: left;

}

.register-form
{
     margin-top: 10px;
    margin-bottom: 30px;
    clear: both;
}

.bannercontainer
{
    padding: 0 0 0 0!important;
}


.btnmyarea-elimina
{
    background-color: #ae1b41;
}

.table-cart
{
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    clear: both;
}
.myareatable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.myareatable th,
.myareatable td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
/*
.myareatable tbody tr:last-child td {
    border-bottom: none;
}
 */
 
 .btnmyarea-table {
  max-width: 300px;
  min-width: 100px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  float: none;
  width: 100%;
}

.terminicondizioni p
{
    text-align: justify;
    font-size: 18px;
    line-height: 32px;
}

.terminicondizioni h2 
{
  margin-bottom: 20px;
  margin-top: 30px;
}

.alert
{
    text-align: center !important;
    display: block;
    z-index: 99999;
    clear: both;
}


.alert .close {
    float: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}


/** responsive */
@media (min-width: 1200px) and (max-width: 1300px) {
    .menu-items-list.menu-uppercase>li>a {
        font-size: 16px;
        padding: 14px 14px;
    }
}


@media only screen and (max-width: 991px) {
   .gallery-section {
      
        padding: 20px;
        text-align: justify;
    }
    
    .call-to-action-image-02 {
      width: 82%;
    
    }
    
    
.checkOutBar  
{
    clear: none !important;
    float: none !important;
    text-align: center !important;
    margin-bottom: 20px;
    display: block;
}
    
    
}
 
   

@media only screen and (max-width: 767px) {
    .call-to-action-image-02 img
    {
        display:none;
    }
    
    .product-popular-image.popular-image-style-02 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.product-popular-image.popular-image-style-01 {
    padding-right: 0;
}
 
.product-popular-image__bg {
    
    margin: 0 auto;
}

.product-popular.popular-style-02 {
    padding-bottom: 50px;
}

.product-popular.popular-style-01 {
    padding-bottom: 50px;
}

 
.visible-desktop
{
    display: none;
    width: 0px;
}  

.product-thumbnail
{
      display: none;
}

.cart-table .table tbody tr td, .cart-table .table tbody tr td p
{
    text-align: center;
    min-height: 35px;
    font-size: 16px;
    padding: 3px;
}

.flat-row-title h4
{
    text-align: center;
}

.nomobile
{
    display: none!important;
}

.cart-table .table tbody tr td input, .cart-table .table tbody tr td button
{
    margin-bottom:10px;
}

table.table tbody tr td .subtotal {
  color: #4d7663;
  font-weight: 700;
  text-align: center !important;
}

table.table tbody tr td .total {
  color: #ae1b41;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 10px;
  text-align: center !important;
}

.checkOutBar  
{
    clear: none;
    float: none;
    text-align: center !important;
    margin-bottom: 20px;
    display: block;
}

.product-single-content__add-to-cart {
  padding: 20px 41px;
}
.product-single-content__add-to-cart {
  font-size: 18px;
}
 
}




/* Stili per dispositivi mobili */
@media screen and (max-width: 600px) {
    .myareatable thead {
        display: none;
    }
    
    .myareatable tbody, .myareatable tr, .myareatable th, .myareatable td {
        display: block;
    }

    .myareatable tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }
    
    .myareatable td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 5%;
        text-align: left !important;
    }

    .myareatable td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

 

      /* Rimuovi il padding sinistro per le celle con classe .no-padding */
    .myareatable td.no-paddinglft {
        padding-left: 0;
    }
}
 
 
 
 @media only screen and (max-width: 575px)
 {
    .product-popular-image.popular-image-style-03 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .product-single-content__quantity
    {
        margin-bottom: 30px!important;
    }
}