@media only screen and (max-width: 768px) {
    li.level-top ul.submenu {
        display: block!important;
    }
}
/*@import url(https://fonts.googleapis.com/css?family=Lato:700);
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f0f0f0;
}
.box {
  position: relative;
  max-width: 600px;
  width: 90%;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}*/

@import url(https://fonts.googleapis.com/css?family=Lato:700);
/*body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f0f0f0;
}
.box {
  position: relative;
  max-width: 600px;
  width: 90%;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}*/

/* common */

.product-items .product-item-info .product-item-photo {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 420px) {
    .product-items .product-item-info .product-item-photo {
        margin-top: 15px;
    }
}

.product-items .product-item-info .product-item-photo:hover{
    text-decoration: none;
}

.last-items-badge {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 2px 8px;
    font-size: 14px;
    color: #FFF;
    z-index: 2;

    position: absolute;
    transform: rotate(-45deg);
    width: 200px;
    left: -50px;
    top: 40px;
}

.last-items-badge.model-badge{
    top: -12px;
    left: -86px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #ec6528; 
    color: #fff; 
    font-weight: 400;
    font-size: 11px;
    font-family: 'Dacia Block';
}

.listProductSlider .last-items-badge{
    transform: rotate(0deg);
    left: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 2px 5px;
}

@media only screen and (max-width: 460px) {
    .listProductSlider .last-items-badge{
        left: calc((100% - 100px)/2);       
    }
}


@media only screen and (max-width: 640px) {
    .last-items-badge {
        width: 200px;
        left: -45px;
        top: 35px;
    }
}

.cms-home .product-items .product-item-info .last-items-badge {
    position: absolute;
    bottom: 0;
    margin: 0;
}
.products-list .product-item-photo:hover .last-items-badge,
.last-items-badge:hover {
    text-decoration: none !important;
}

.last-items-badge.last-three {
    background: #4e5844;
}
.last-items-badge.last-two {
    background: #4e5844;
}
.last-items-badge.last-one {
    background: #ec6528;
}
.product.media {
    position: relative;
}
.label-campaign {
    display: block;
    position: absolute;
    top: 125px;
    right: 0;
    width: 130px;
    height: 130px;
    background-image: url('../../images/label_pneuri_iarna.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.label-gift {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 123px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.label-gift.one-gift {
    background-image: url('../../images/label_one_gift.png');
}
.label-gift.two-gifts {
    background-image: url('../../images/label_two_gifts.png');
}
.price-red {
    font-weight: bold;
    color: #b33d26 !important;
}
.product-info-main .price-box {
    margin-right: 18px !important;
}
.product-items .product-item-info .product-item-photo .label-gift {
    right: 5px;
    width: 80px;
    height: 76px;
}
.product-items .product-item-info .product-item-photo .label-campaign {
    top: 75px;
    right: 5px;
    width: 90px;
    height: 90px;
}
.product-details_gifts {
    clear: both;
    border: 3px solid #b33d26;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-radius: 3px;
}
.product-details_gifts .gift-image-wrapper,
.product-details_gifts .gift-text-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.product-details_gifts .gift-image-wrapper {
    width: 25%;
}
.product-details_gifts .gift-text-wrapper {
    width: 70%;
}
.product-details_gifts .gift-text-wrapper span {
    font-weight: bold;
}
.product-details_gifts span.gift-text {
    color: #b33d26;
}
.product-details_gifts .gift-image {
    display: block;
    width: 100%;
}
.product-details_gifts .gift-image.gift-assistance {
    background-image: url('../../images/assistance.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 65px;
    
}
.product-details_gifts .gift-image.gift-camera {
    background-image: url('../../images/camera.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
}



.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{
	transform: translate(-50%, -50%) !important;
	height: auto !important;
            top: 50%;
            left: 50%;
            position: absolute;
            width: auto;
}


.minicart-items .product-image-wrapper .product-image-photo{
	height: auto !important;
}

.site-footer { margin-top: auto; }

.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-item-info .product-item-inner { overflow: hidden; }