
.bottom_swiper .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.shop-products {
    padding: 0;
    margin: 15px 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s ease;
}
.shop-products img {
    transition: all 0.2s ease;
}

.shop-products:hover {
    background-color: #efefef;
    box-shadow: 3px 3px 15px rgba(0,0,0,.15);
}



.shop-products .product-thumb {
    padding: 10px;
}

.shop-products .product-thumb img {
    width: 100%;
}

.shop-products .product-content h4 {
    font-size: 14px;
    height: 65px;
    overflow: hidden;
    display: block;
    padding: 5px;
    font-weight: bold;
    line-height: 20px;
}
.shop-products .product-content .price {
    background-color: #efefef;
    font-size: 14px;
    padding: 5px;
}

.line-through {
    text-decoration: line-through;
}

.discount {
    position: absolute;
    left:30px;
    top: 30px;
    background-color: red;
    padding: 5px 10px;
    color: #fff;
}

.box-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #1d85c2;
    position: relative;
    font-weight: 600;
    border-bottom: 2px solid #1d85c2;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 40px;
}

.sidebar-box {
    padding: 10px;
    margin: 5px 0px 5px 0px;
}

.sidebar-box a {
    color: #000;
}

.category-sidebar {
    background-color: #f1f1f1;
    border-radius: 7px;
    box-shadow: 0 0 4px 3px rgba(101, 101, 101, 0.1);
    padding: 0 8px;
}

.box-list {
    margin: 0px 0px 0px 10px;;
    padding: 0;
    list-style: none;
}

.box-list > li {
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}

.box-list > li:last-child {
    border-bottom: none;
}

.box-list > li strong {
    color: #14476a;
}

.box-list > li a::before {
    content: "";
    height: 15px;
    width: 2px;
    line-height: 38px;
    background: #1d85c2;
    position: absolute;
    left: 0px;
    top: 12px;
}

.category-topbar {
    padding: 10px;
    font-size: 14px;
    margin: 15px 0px;
    border-bottom: 1px solid #1d85c2;
    color: #a0a0a0;
    line-height: 39px;
}

.item-list {
    padding-bottom: 100px;
}

.btn-primary {
    background: #266680;
    border-color: #266680;
}

.btn-primary:hover {
    background: #414141;
    border-color: #414141;
}

.shop-page {
    margin: 80px 0px;
}

.sort {
    font-size: 16px;
}

.subcategory {
    background-color: #f1f1f1;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(101, 101, 101, 0.2);
    margin-top: 5px;
    padding: 15px 15px;
}

.sub-category {
    height: 100px;
    background-size: cover;
    background-position: center center;
    transition: all 0.2s ease;
}

.sub-category .text {
    font-size: 16px;
    font-weight: bold;
    line-height: 100px;
    color: #fff;
    text-shadow: -1px 1px 1px #000,  -1px 1px 1px #fff, 1px 1px 1px #000, 0px 0px 15px rgba(0,0,0,.3);
    text-align: center;
}

.sub-category:hover {
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}