.store-header {
    background-image: url("../img/default.jpg");
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.store-header>* {
    position: relative;
    z-index: 2;
}

.store-header-compact {
    background-image: url("../img/default.jpg");
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-header-compact:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.store-header-compact>* {
    position: relative;
    z-index: 2;
}

.hover-product-container{
    position: relative;
}

.large-product-container {
    width: 125%;
    position: absolute;
    top: -50px;
    left: -35px;
    background: #fff;
    color: #29303b;
    transition: 300ms;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    z-index: 10;
}

.product-container {
    position: relative;
    background: #fff;
    color: #29303b;
    position: relative;
    vertical-align: top;
    transition: 300ms;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.product-container:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.product_sale {
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    position: absolute;
    text-align: center;
    line-height: 32px;
    margin: 0;
    z-index: 5;
    top: 5;
    left: 0;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    color: #ffffff;
    background: #0db7eb;
    font-size: 12px;
    font-weight: bold;
}

.store-product-title {
    display: block;
}

.store-product-title h3 {
    font-size: 14px;
    margin-bottom: 0rem;
    font-weight: 700;
    display: block;
}

.store-product-title a:link,
.store-product-title a:active,
.store-product-title a:visited {
    font-size: 14px;
    color: #000 !important;
    text-decoration: none;
    margin-bottom: none;
    display: inline-block;
}

.store-product-title a:hover {
    color: #999 !important;
}

.store-product-category a:link,
.store-product-category a:active,
.store-product-category a:visited {
    font-size: 15px;
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
}

.store-product-category a:hover {
    color: #999 !important;
}

.store-category-img {
    margin-bottom: 5px;
}

.store-product-img {
    margin-bottom: 5px;
}

.product-text {
    padding: 10px;
}

.store-product-offer {
    display: block;
    height: 25px;
}

.store-product-price {
    display: block;
    height: 45px;
}

.store-product-sale-price {
    display: block;
    height: 25px;
}

.side-widget {
    padding: 30px;
    margin-bottom: 30px;
}

.store-category-widget {
    border: 1px solid #ccc;
}

.store-category-widget ul.cat-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.store-category-widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
}

.store-category-widget .cat-list li:last-child {
    border-bottom: 0;
}

.store-category-widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #0db7eb;
    padding: 10px;
    margin: 0px;
    text-decoration: none;
}

.store-category-widget .cat-list li a:hover,
.store-category-widget .cat-list li a.active {
    font-size: 14px;
    line-height: 20px;
    background: #f8f7ef;
    padding: 10px;
    margin: 0px;
}

.store-category-widget .cat-list li a p {
    margin-bottom: 0px;
}

.store-category-widget .cat-list li+li {}

.store-category-widget .cat-list li.subcategory {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
}

.store-widget {
    padding: 30px;
}

.store-category-widget .cat-list li.subcategory a {
    font-size: 14px;
    line-height: 20px;
    color: #0db7eb;
    padding: 10px;
    margin: 0px;
    text-decoration: none;
}

.store-category-widget .cat-list li.subcategory a:hover,
.store-category-widget .cat-list li.subcategory a.active {
    font-size: 14px;
    line-height: 20px;
    background: #DCDCDC;
    padding: 10px;
    margin: 0px;
}

.search {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.search .form-control {
    height: 50px;
    border-color: #ccc;
    font-size: 13px;
    color: #000;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

.search .form-control::placeholder {
    color: #999999;
}

.search .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.search .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

.search .input-group button i,
.search .input-group button span {
    font-size: 14px;
    color: #999999;
}


/* PRODUCT IMG TEXT
-------------------------------------------------- */

.product-img-text-container {
    position: relative;
}

.product-img-text-container img {
    width: 100%;
}

.product-img-text {
    position: absolute;
    bottom: 40%;
    left: 5%;
    font-size: 1vw;
}


/* PRODUCT CATEGORY IMG TEXT
-------------------------------------------------- */

.product-category-img-text-container {
    position: relative;
}

.product-category-img-text-container img {
    width: 100%;
}

.product-category-img-text {
    position: absolute;
    top: 35%;
    left: 5%;
    font-size: 1vw;
    color: #fff;
}

.product-category-img-text-container:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.contact-header>* {
    position: relative;
    z-index: 2;
}

.product-category-img-text a:link,
.product-category-img-text a:active,
.product-category-img-text a:visited {
    color: #0db7eb;
    text-decoration: none;
}

.product-category-img-text a:hover {
    color: #fff;
    text-decoration: none;
}


/* BRANDS LOGO SLIDER
-------------------------------------------------- */

.brands {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.brands_slider_container {
    height: 130px;
    padding-left: 97px;
    padding-right: 97px;
    background: #fff;
}

.brands_slider {
    height: 100%;
    margin-top: 10px
}

.brands_item {
    height: 100%
}

.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/* Offers
-------------------------------------------------- */

.offer {
    border-left: 2px solid #0db7eb;
    padding: 0 0 0 10px;
}

.offer-button {
    background-color: #0db7eb;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 4px 0px 4px 0px;
}

a.offer-button:link,
a.offer-button:active,
a.offer-button:visited {
    color: #fff !important;
    font-size: 0.75vw;
}

a.offer-button:hover {
    color: #ccc !important;
}

.offer-missed {
    background-color: #ff0000;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 15px;
}

.offer-received {
    background-color: #0db7eb;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 15px;
}


/* TEXT ANIMATION HOVER
-------------------------------------------------- */
.text-animation-hover{
    background:#537aad;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.text-animation-hover:hover:before,
.text-animation-hover:hover:after{
    top: 5px;
}
.text-animation-hover:hover:before{
    left: 5px;
}
.text-animation-hover:hover:after{
    right: 5px;
}
.text-animation-hover img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}
.text-animation-hover:hover img{
    opacity: 0.7;
    transform: scale(1.2);
}
.text-animation-hover .text-animation-hover-content{
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    transform: translateX(-50%) translateY(-50%) scale(2);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-out;
}
.text-animation-hover:hover .text-animation-hover-content{
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.text-animation-hover .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
    color: #fff !important;
}
.text-animation-hover .post{
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 600px) {
    .modal {
        display: inline;
        margin-top: 50%;
    }
    .modal:before {
        display: inline;
    }
    .modal-dialog {
        display: inline;
    }
    a.offer-button:link,
    a.offer-button:active,
    a.offer-button:visited {
        color: #fff;
        font-size: 15px;
    }
    a.offer-button:hover {
        color: #ccc;
    }
    .brands_slider_container {
        height: 130px;
        padding-left: 0;
        padding-right: 0;
        background: #fff;
    }
    .brands_item {
        width: 100% !important;
    }
}
@media only screen and (max-width:990px){
    .text-animation-hover{ margin: 0 0 30px; }
}