/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/*сетка без слайдера*/

.product-day-module * {
    box-sizing: border-box;
}

.product-day-module.noslider {
    margin: 0 -15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-day-module.noslider .product-day-wrap {
    padding: 15px 15px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-day-module.noslider .product-day-wrap > div {
    width: 100%;
    height: 100%;
}

/*сетка со слайдером*/
.product-day-module{
    margin: 0 -15px;
}
.product-day-module .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
}
.product-day-module .slick-track > .product-day-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}
.product-day-module .product-day-wrap{
    padding: 5px 15px;
}


/*блок товара*/

.product-day {
    padding: 20px 15px 20px 15px;
    border: 1px solid #ecf0f1;
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.product-day.shadow {
    width: 100%;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-day.shadow:hover {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12), 0 2px 16px 0 rgba(0, 0, 0, 0.12);
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*скидка*/

.product-day-discount {
    width: 140px;
    height: 140px;
    position: absolute;
    top: -70px;
    left: -50px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 10;
    background: #FF8008;
    background: -webkit-linear-gradient(to left, #FF8008, #FFC837);
    background: linear-gradient(to left, #FF8008, #FFC837);
    /*
    генератор градиентов http://uigradients.com/ 
    */
}

.product-day-discount .discount-val {
    position: absolute;
    bottom: 34px;
    left: 65px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.product-day-discount .discount-label {
    position: absolute;
    bottom: 20px;
    left: 65px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/*изображение*/

.product-day-image{
    width: 100%;
    position: relative;
}
.product-day-image img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    widows: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*таймер*/
.product-day-timer-wrap{
    width: 100%;
    margin-top: -40px;
    text-align: center;
}
.product-day-timer-plate{
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: #FF8008;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    position: relative;
    opacity: 0.85;
}
.product-day-timer-plate:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    display: block;
    border: 6px solid transparent;
    border-top: 6px solid #FF8008;
    opacity: 0.85;
}
.product-day-timer{
    margin-top: 7px;
    min-height: 53px;
} 
.product-day-timer.theme1 > div{
    display: inline-block;   
    margin: 0 3px;
    padding: 3px;
}
.product-day-timer.theme1 > div > span{
    width: 100%;
    display: block;
}
.product-day-timer.theme1 span.countVal{
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    width: 35px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    opacity: 0.7;
    background: #136a8a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #136a8a , #267871);
    background: linear-gradient(to left, #136a8a , #267871);     
}
.product-day-timer.theme1 span.countDesc{
    font-size: 12px;
    color: #aaa;
}

/*название товара*/
.product-day-name{
    text-align: left;
    margin: 10px 0 15px 0;
}
.product-day-name a{
    font-size: 16px;
    color: #FF8008;
    text-decoration: none;
}
.product-day-name a:hover{
    color: #FF8008;
    text-decoration: underline;
}
/*цена товара*/
.product-day-price{
    
}
.product-day-price .price-sale{
    font-size: 22px;
    font-weight: bold;
    color: #3f454b;
    display: inline-block;
    margin-right: 5px;
}
.product-day-price .price-base{
    display: inline-block;
    font-size: 16px;
    color: #9ea0a1;
    font-weight: bold;
    position: relative;
}
.product-day-price .price-base:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #FF8008;
    transform: rotate(170deg);
    position: absolute;
    bottom: 10px;
}
/*экономия*/
.product-day-economy{
    margin-top: 5px;
    font-size: 14px;
    color: #3f454b;
}
.product-day-economy span{
    font-weight: bold;  
}

/*краткое описание*/
.product-day-desc{
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
}

/*кнопка Купить*/
.product-day-cart.sliderCart{
    margin-top: 15px;
}
.product-day-cart.sliderCart .quantity-box,
.product-day-cart.sliderCart .quantity-controls {
    display: none;
}

.product-day-cart.sliderCart div.addtocart-bar {
    text-align: center;
    margin: 0;
}

.product-day-cart.sliderCart span.addtocart-button > input {
    padding: 8px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    text-shadow: 0;
    background-color: #FF8008;
    border: 0;
    color: #fff;
    font-weight: normal;
    white-space: pre-wrap;
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    line-height: 1.43;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.42;
}

.product-day-cart.sliderCart span.addtocart-button > input:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: #FF8008;
}

.product-day-cart.sliderCart .b1c{
    display: none;
}

.product-day-cart .vm-customfields-wrap{
    display: none;
}

/*full width*/

.product-day-module.noslider .product-day-wrap.full-width{
    width: 100%;
}
.product-day-left{
    width: 30%;
    float: left;
}
.product-day-wrap.full-width .product-day-details{
    width: 70%;
    float: left;
    padding-left: 20px;
}
.product-day-wrap.full-width .product-day-name a{
    font-size: 18px;
}
.product-day-wrap.full-width .product-day-cart.sliderCart div.addtocart-bar {
    text-align: left;
}

/*кнопки навигации*/
.product-day-module .slick-prev:before, 
.product-day-module .slick-next:before{
    font-family: none;
    content: '';
}

.product-day-module .slick-next,
.product-day-module .slick-prev{
    width: 30px;
    height: 60px;
    background-color: rgba(216, 216, 216, 0.4);
    border-radius: 2px;
    z-index: 99;
}
.product-day-module .slick-next:hover,
.product-day-module .slick-prev:hover{
    background-color: rgba(216, 216, 216, 0.6);
}
.product-day-module .slick-next{
    background-image: url('/modules/mod_vm_product_day/assets/right-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    right: 20px;
}
.product-day-module .slick-prev{
    background-image: url('/modules/mod_vm_product_day/assets/left-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    left: 20px;
}
.product-day-module.nav-dots .slick-next,
.product-day-module.nav-dots .slick-prev{
    margin-top: -20px;
}

/*точки навигации*/
.product-day-module .slick-dots{
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
    bottom: 0;
}
.product-day-module .slick-dots li button{
    width: 10px;
    height: 10px;
}
.product-day-module .slick-dots li button:before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #aaa;
}

/*media*/
@media(max-width:992px) {
    .product-day-left{
        width: 40%;
    }
    .product-day-wrap.full-width .product-day-details{
        width: 60%;
    } 
}
@media(max-width:767px) {
   .product-day-left{
        width: 100%;
    }
    .product-day-wrap.full-width .product-day-details{
        width: 100%;
    }
}