*{
    margin: 0;
}
body{
    font-family: 'Work Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 700;
}
hr{
    border-top: 1px solid rgb(29, 29, 27);
}
.hr-vintage{
    border-top: 1px solid rgb(254, 80, 0);
}
.hr-store{
    border-top: 1px solid rgb(111, 38, 61);
}
.fave_cont{
    position: relative;
}
.fave_cont .icon{
    position: absolute;
    top:5px;
    right: 5px;
    background-color: #f2f2f2;
    padding-top: 7px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.fave_cont .icon a{
    color:#de3936;
}
.pbox-bottom{
    padding-bottom: 12rem;
}
.pbox-top{
    padding-top: 12rem;
}
.text-gray-desii{
    color:#d9d9d6;
}
.bg-gray-desii{
    background-color: #d9d9d6;
}
.text-gray-light{
    color:#f2f2f2;
}
.text-black-desii{
    color: #1d1d1b;
}
.bg-black-desii{
    background-color: #1d1d1b;
}
.text-vintage{
 color: #fe5000;
}
.bg-vintage{
    background-color: #fe5000;
}
.text-store{
    color: #6f263d;
}
.bg-store{
    background-color: #6f263d;
}
.nav-item .dropdown-toggle::after{
    display: none !important;
}
/* Megamenu */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}
.megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    left: auto;
}
.megamenu .megamenu-content {
    padding: 20px;
}
.megamenu .megamenu-content h3{
    margin-top: 0;
    color: #428bca;
    font-size: 18px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.dropdown-menu-mega{
    position: absolute;
    left: 50%;
    top: 3rem;
    transform: translate(-50%);
    z-index: 1000;
    display: none;
    float: left;
    width: 40rem;
    padding: .9rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #d9d9d6;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}
.dropdown-menu-md{
    background-color: transparent;
    border: none;
    border-radius: 0;
}
/* Megamenu */

.nascondi{
    display: none;
}

.mostra{
    display: block;
}
.mh-decoration{
    min-height: 200px;
    margin-bottom: -2px;
}
.btn-menu-store{
    background-color: #6f263d;
    border-color: #6f263d;
    color: #fff;
}
.btn-menu-vintage{
    background-color: #fe5000;
    border-color: #fe5000;
    color: #1d1d1b;
}
.btn-store{
    background-color: transparent;
    color: #6f263d;
    font-weight: 600;
    border: 2px solid #d9d9d6;
    font-size: 1.5rem;
    transition: all .3s;
}
.btn-store:hover{
    background-color: #6f263d;
    color: #d9d9d6;
    font-weight: 600;
    border: 2px solid #6f263d;
    font-size: 1.5rem;
}
.btn-store-reverse{
    background-color: transparent;
    color: #d9d9d6;
    font-weight: 600;
    border: 2px solid #d9d9d6;
    font-size: 1.5rem;
    transition: all .3s;
}
.btn-store-reverse:hover{
    background-color: #d9d9d6;
    color: #6f263d;
    font-weight: 600;
    border: 2px solid #d9d9d6;
    font-size: 1.5rem;
}
.btn-vintage{
    background-color: transparent;
    color: #1d1d1b;
    font-weight: 600;
    border: 2px solid #1d1d1b;
    font-size: 1.5rem;
    transition: all .3s;
}
.btn-vintage:hover{
    background-color: #1d1d1b;
    color: #fe5000;
    font-weight: 600;
    border: 2px solid #1d1d1b;
    font-size: 1.5rem;
}
.minh-page-image{
    min-height: 160px;
}
.img-deco-store{
    position: relative;
    -webkit-box-shadow: 3px 3px 9px 1px #999999;
    box-shadow: 3px 3px 9px 1px #999999;
}
.img-deco-store::before{
    content: "";
    position: absolute;
    z-index: 22;
    top: -8px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 55px solid #6f263d;
    border-right: 55px solid transparent;
}
.img-deco-store::after{
    content: "";
    position: absolute;
    z-index: 22;
    bottom: -8px;
    right: -8px;
    width: 0;
    height: 0;
    border-bottom: 55px solid #6f263d;
    border-left: 55px solid transparent;
}
.img-deco-vintage{
    position: relative;
    -webkit-box-shadow: 3px 3px 9px 1px #313131;
    box-shadow: 3px 3px 9px 1px #313131;
}
.img-deco-vintage::before{
    content: "";
    position: absolute;
    z-index: 22;
    top: -8px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 55px solid #1d1d1b;
    border-right: 55px solid transparent;
}
.img-deco-vintage::after{
    content: "";
    position: absolute;
    z-index: 22;
    bottom: -8px;
    right: -8px;
    width: 0;
    height: 0;
    border-bottom: 55px solid #1d1d1b;
    border-left: 55px solid transparent;
}
.img-deco-store-light{
    position: relative;
    -webkit-box-shadow: 3px 3px 9px 1px #313131;
    box-shadow: 3px 3px 9px 1px #313131;
}
.img-deco-store-light::before{
    content: "";
    position: absolute;
    z-index: 22;
    top: -8px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 55px solid #d9d9d6;
    border-right: 55px solid transparent;
}
.img-deco-store-light::after{
    content: "";
    position: absolute;
    z-index: 22;
    bottom: -8px;
    right: -8px;
    width: 0;
    height: 0;
    border-bottom: 55px solid #d9d9d6;
    border-left: 55px solid transparent;
}
.link-brand{
    color: #313131;
    transition: all .3s;
}
.link-brand:hover{
    color: #f2f2f2;
    text-decoration: none;
}

.btn-taglia-selected {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: black;
    -webkit-box-shadow: 3px 3px 9px 1px #999999;
    box-shadow: 3px 3px 9px 1px #999999;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}
.carousel-indicators
{
    bottom: -50px;
}
.carousel-indicators li
{
    background-color:black;
    height: 7px;
}

.halfSquare{
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 1);
    background:linear-gradient(to bottom right,white 50%,white 50%);
    border: 1px solid black;
    border-radius: 6px;
}

.halfSquare-selected{
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 1);
    background:linear-gradient(to bottom right,white 50%,white 50%);
    border: 2px solid black;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 9px 1px #999999;
    box-shadow: 3px 3px 9px 1px #999999;
}

.box{
    width: 12px;
    height: 12px;
    border-radius: 0px;
}

.a-footer {
    color: #d9d9d6 !important;
    text-decoration: none;
    background-color: transparent;
}
.a-footer:hover{
    color: #fe5000 !important;
    text-decoration: none;
    background-color: transparent;
}
.nav-footer-social ul{
    list-style: none;
    padding: 0;
}
.nav-footer-social ul li {
    display: inline-block;
    padding: 0 4px;
}
.img-cart{
    max-width: 95px;
}
.img-cart-ul
{
    max-width: 50px;
}
.border-home{
    width: 200px;
    height: 200px;
    border: 2px solid black;
    border-radius: 50%;
}
ul {
    list-style-type: none;
}
.logo{
    max-width: 130px;
}
.logo-footer{
    max-width: 130px;
}
.loghi-footer{
    max-width: 400px;
}
.bg-light-gray{
    background-color: #E6E6E6;
}
.bg-dark-gray{
    background-color: #333333;
}
.bg-black{
    background-color: #1a1a1a;
}
.bg-btn-image{
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.bg-btn-image-prod{
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.active-color{
    border-bottom: 1px solid black;
}
.active-nav{
    border-bottom: 2px solid #1d1d1b;
}
.text-cabin{
    color: #b7272d;
}
.vertical-line {
    border-left: 2px solid black;
    height: 15px;
    margin-bottom: -3px !important;
}
.prezzo-scontato{
    color: #4d4d4d;
    text-decoration: line-through;
}
.sconto{
    font-weight: bold;
    color: #de3936;
}
.dettagli-prod{
    text-transform: uppercase;
    padding-left: 0;
}
.dettagli-prod li{
    margin-bottom: 1rem;
}
.logo-brand-prodotto{
    max-width: 200px;
    height: auto;
}
.logo-brand-elenco{
    max-width: 180px;
    height: auto;
}
/** Breadcrumb **/
.breadcrumb-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.2rem 0;
    list-style: none;
}
.breadcrumb-new a{
    color: #de3936;
}
.breadcrumb-new-active a{
    color: #1d1d1b;
}
.breadcrumb-link + .breadcrumb-link::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #de3936;
    content: ">";
}
.breadcrumb-link + .breadcrumb-link:hover::before {
    text-decoration: underline;
}

.breadcrumb-link + .breadcrumb-link:hover::before {
    text-decoration: none;
}
/** ##Breadcrumb **/
/** Carousel **/
.carousel-cabin {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(177, 173, 173, 0.5);
    transition: color 0.5s;
}
.carousel-cabin:hover{
    color: #b7272d;
}
/** ##Carousel **/
/*** Form ***/
.input-mat{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #727272;
    color: #727272 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.input-mat:focus{
    background-color: transparent !important;
    outline: none !important;
}
select .input-mat{
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #727272;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.input-mat::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727272;
    opacity: 1; /* Firefox */
}

.input-mat:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #727272;
}

.input-mat::-ms-input-placeholder { /* Microsoft Edge */
    color: #727272;
}
.textarea-mat{
    color: #727272 !important;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #727272;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.textarea-mat:focus{
    background-color: transparent;
    outline: none;
}
.textarea-mat::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727272;
    opacity: 1; /* Firefox */
}

.textarea-mat:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #727272;
}

.textarea-mat::-ms-input-placeholder { /* Microsoft Edge */
    color: #727272;
}

.pagination{display:inline-flex}
.pagination > li > a,
.pagination > li > span{
    height:100%; display:flex; align-items:center
}

@-webkit-keyframes autofill {
    to {
        color: #727272;
        background: rgba(255,255,255,0.5);
    }
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/*** ##Form ***/
.special-offer{
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 0;
}
.bollino{
    max-width: 50px;
}


.image-prodotti-gallery img{
    width: 100%;
    height: auto;
    margin: 10px 10px 9px 0;
    transition: filter 0.5s ease-in-out;
}
.image-prodotti-gallery img:hover{
    -webkit-filter: grayscale(100%) brightness(70%);
    filter: grayscale(100%) brightness(70%);
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .logo{
        max-width: 200px;
    }
    .mh-decoration{
        min-height: 160px;
        margin-bottom: -2px;
    }
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .logo{
        max-width: 200px;
    }
    .dropdown-menu-mega{
        left: 0;
        top: 0;
        transform: translate(0);
        z-index: 1000;
        display: none;
        float: left;
        width: auto;
        text-align: left;
        list-style: none;
        background-color: #d9d9d6;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
    }
    .mh-decoration{
        min-height: 151px;
        margin-bottom: -2px;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    .minh-page-image{
        min-height: 90px;
    }
    .mh-decoration{
        min-height: 90px;
        margin-bottom: -2px;
    }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .logo{
        max-width: 100px;
    }
    .bollino{
        max-width: 25px;
    }
    .minh-page-image{
        min-height: 80px;
    }
}

