.items-grid .owl-carousel .owl-item .item:hover {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.items-grid .item:hover {
    margin-left: -1%;
    margin-right: -1%;
    padding-left: 2%;
    padding-right: 2%;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
}
.nav-regular .nav-panel a .caret {
    margin-left: 5px;
    margin-bottom: 3px;
    line-height: 24px;
    font-size: 24px;
}
.nav-regular .nav-item--parent>a .caret {
    display: inline-block;
    opacity: 1;
}
.nav-regular a>.caret {
    transition: border-color 300ms ease-in-out,opacity 300ms ease-in-out;
    -webkit-transition: border-color 300ms ease-in-out,opacity 300ms ease-in-out;
}
.nav-regular li.level0.last.classic>a>span {
    color: red;
}
.nav-regular li.level0.last.classic:hover>a>span {
    color: #fff;
}
.cart-container .form-cart .action.continue.print {
    margin-right: 10px;
}
.social-media .fa {
    margin-right: 15px;
    margin-top: 15px;
    font-size: 18px;
}
