﻿.store-section .parallax {
    max-width: none;
    height: auto;
    max-height: none;
}

.store-section .store-background {
    width: 200%;
    height: 100%;
    /*background: #000 url(../images/store-background02.jpg) no-repeat;*/
    background: url(/Images/store-background-03.jpg) repeat-x;
    background-size: auto 100%;
    background-position: 50%;
    -webkit-transition: background-position 1s linear;
    -moz-transition: background-position 1s linear;
    transition: background-position 1s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.store-section .top-title {
    margin: 40px 0;
    margin-top: 25px;
    margin-bottom: 5px;
}

.store-section .store {
    width: 100%;
    position: relative;
    /* max-width: 1024px; */
    margin: auto;
}

.store-section .store .slick-list {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
}

.store-section .store .text {
    text-align: center;
    text-transform: uppercase;
}

.store-section .item-list {
    height: 480px;
}

.store-section .item-list-inner {
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.store-section .item {
    padding: 10px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.store-section .inner-item {
    /* width: 300px; */
    height: 460px;
    /* max-height: 460px; */
    padding: 10px 10%;
    background: rgba(0, 0, 0, 0.35);
    margin: auto;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.store-section .image {
    /*margin: auto;*/
    height: 275px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.store-section .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 5px;
}

.store-section .item .title {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    height: 44px;
}

.store-section .buy {
    /*cursor: pointer;
    border: solid 1px white;*/
    padding: 10px;
    margin-top: 10px;
    display: block;
}

.store-section .inner-item:hover {
    background: rgba(0, 0, 0, 0.7);
}




.store-section .parallax {
    max-width: none;
    height: auto;
    max-height: none;
}
.store-section .item{
    padding-bottom: 25px;
}

.store-section .inner-item{
    position: relative;
    text-align: center;
    height: 490px;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.store-section .shopping-actions .button:first-child{
    border-right: none;
    margin-right: 2px;
}

.store-section .shopping-actions .button:last-child{
    margin-left: 2px;
}

.store-section .promotion .red{
    color: rgb(190,190,190);
}

.store-section .promotion .text-promotion{
    margin-bottom: 10px;
}

.store-section .promotion .price{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 13px;
    position:relative;
    display:inline-block;
    color: rgb(190,190,190);
    align-self: center;
}
.store-section .promotion .price::after{
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(190,190,190);
}
.store-section .promotion .price span{
    font-size: 14px;
}

.store-section .text-promotion strong{
    font-size:24px;
}
.store-section .promotion .text-promotion{
    color: #c30000;
    text-transform: uppercase;
}
.store-section .shopping-actions{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: auto;
}
.store-section .shopping-actions .button{
    padding: 10px 15px;
}
.store-section .shopping-actions .button:before{
    background-color: #c30000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}


.store-section .shopping-actions .button:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.store-section .shopping-actions .button span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-section .shopping-actions svg{
    height: 25px;
    max-width: 40px;
    stroke: white;
    fill: none;
}
.store-section .shopping-actions .button{
    border: none;
    text-align: center;
    background: rgb(36,36,36);
    color: white;
}
.store-section .shopping-actions .button{
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}
.store-section .shopping-actions .button:last-child{
    width: 33.3333333%;
}
.store-section .shopping-actions .button:last-child svg{
    stroke: none;
    fill: white;
    height: 25px;
    padding: 3px 0;
}
.store-section .new-banner{
    top: 25px;
    background-color: rgba(190,190,190,0.7);
}
.store-section .new-banner, .store-section .discount-value-banner{
    position: absolute;
    right: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
}
.store-section .discount-value-banner {
    top: 65px;
    background-color: #c30000;
}
.store-section .prl.store-background:after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
}
.shopping-actions .button:last-child span span{
    display:none;
}
/* Small devices (tablets, 768px and up) */
.shopping-actions .button:first-child{
    width: 66.666666%;
}
@media (min-width: 768px) {
    .store-section .store .slick-list {
        width: 95%;
        margin: auto;
    }

    .store-section .store-background {
        background-size:cover;
    }
    .store-section .shopping-actions .button:last-child svg {
        margin-right: 10px;
    }
    .store-section .new-banner{
        top: 35px;
    }
    .store-section .discount-value-banner {
        top: 75px;
    }
}

@media (min-width: 1200px) {
    .store-section .new-banner {
        font-size: 12px;
        padding: 4px 15px;
    }

    .store-section .discount-value-banner {
        font-size: 12px;
        padding: 4px 15px;
        top: 65px;
    }
}

