/* ========== Shipping Info ========== */
}

.shipping-info .media-body span {
    font-size: 13px;
    margin-top: 2px;
    color: #777
}

.featured-categories .section-title {
    margin-bottom: 20px
}


.single-product {
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 20px #00000012;
    box-shadow: 0 0 20px #00000012;
    padding: 8px;
    background: #fff
}

.single-product .product-image {
    overflow: hidden;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px
}

.single-product .product-image > a:not(.btn) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    background: #fff
}

.single-product .product-image .sale-tag {
    background: #f73232;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;

/* ========== Product Card ========== */
    position: absolute;
    top: 0;
    padding: 5px 10px;
    left: 0;
    z-index: 22
}

.single-product .product-image .new-tag {
    background: #008AF7;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    left: 0;
    z-index: 22
}

.single-product .product-image .button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden
}

.single-product .product-image .button .btn {
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 600;
    width: 170px
}

.single-product .product-image .button .btn i {
    font-size: 18px;
    position: relative;
    top: 2px
}

.single-product .product-image img {
    width: auto;
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-product:hover .product-image .button {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.single-product:hover .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-product .product-info {
    padding: 20px;
    background-color: #fff
}

.single-product .product-info .category {
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px
}

.single-product .product-info .title a {
    font-size: 16px;
    font-weight: 700;
    color: #081828
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .single-product .product-info .title a {
        font-size: 15px
    }
}

.single-product .product-info .title a:hover {
    color: #008AF7
}

.single-product .product-info .review {
    margin-top: 5px
}

.single-product .product-info .review li {
    display: inline-block
}

.single-product .product-info .review li i {
    color: #fecb00;
    font-size: 13px
}

.single-product .product-info .review li span {
    display: inline-block;
    margin-left: 4px;
    color: #888;
    font-size: 13px
}

.single-product .product-info .price {
    margin-top: 15px
}

.single-product .product-info .price span {
    font-size: 17px;
    font-weight: 700;
    color: #008AF7;
    display: inline-block
}

.single-product .product-info .price .discount-price {
    margin: 0;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 10px;
    font-size: 14px;
    display: inline-block
}

.trending-product {
    background-color: #fff
}

.trending-product .section-title {
    margin-bottom: 20px
}

.single-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden
}

@media(max-width:767px) {
    .single-banner.custom-responsive-margin {
        margin-top: 30px
    }
}

.single-banner.right {
    text-align: right
}

.single-banner.right .content {
    padding: 50px 40px
}

.single-banner .content {
    padding: 70px 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner .content {
        padding: 50px 30px
    }
}


/* ========== Trending Product & Banners ========== */
@media(max-width:767px) {
    .single-banner .content {
        padding: 35px
    }
}

.single-banner .content h2 {
    font-size: 22px;
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner .content h2 {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .single-banner .content h2 {
        font-size: 18px
    }
}

.single-banner .content .price span {
    color: #081828;
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700
}

.single-banner .content p {
    font-size: 14px;
    margin-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner .content p {
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .single-banner .content p {
        margin-top: 8px
    }
}

.single-banner .content .button {
    margin-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner .content .button {
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .single-banner .content .button {
        margin-top: 15px
    }
}

.special-offer {
    background-color: #f9f9f9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .special-offer .section-title {
        margin-bottom: 20px
    }
}

.special-offer .offer-content {
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px #00000012;

/* ========== Special Offer ========== */
    box-shadow: 0 0 20px #00000012;
    padding: 12px;
    margin-top: 30px
}

.special-offer .offer-content:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.special-offer .offer-content .image {
    position: relative;
    overflow: hidden
}

.special-offer .offer-content .image img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.special-offer .offer-content .image .sale-tag {
    background: #f73232;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 10px;
    padding: 5px 10px;
    right: 10px;
    z-index: 22;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    padding: 0;
    text-align: center
}

.special-offer .offer-content .text {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 20px
}

.special-offer .offer-content .text h2 {
    text-align: left;
    margin-bottom: 10px
}

.special-offer .offer-content .text h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #081828
}

.special-offer .offer-content .text h2 a:hover {
    color: #008AF7
}

.special-offer .offer-content .text .review {
    margin-top: 5px
}

.special-offer .offer-content .text .review li {
    display: inline-block
}

.special-offer .offer-content .text .review li i {
    color: #fecb00;
    font-size: 13px
}

.special-offer .offer-content .text .review li span {
    display: inline-block;
    margin-left: 4px;
    color: #888;
    font-size: 13px
}

.special-offer .offer-content .text .price {
    margin-top: 10px;
    margin-bottom: 10px
}

.special-offer .offer-content .text .price span {
    font-size: 20px;
    font-weight: 800;
    color: #008AF7;
    display: inline-block
}

.special-offer .offer-content .text .price .discount-price {
    margin: 0;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 10px;
    font-size: 18px;
    display: inline-block
}

.special-offer .offer-content .text p {
    color: #888
}

.special-offer .offer-content .box-head {
    border: 1px solid #eee;
    padding: 15px 10px;
    border-radius: 4px
}

.special-offer .offer-content .box {
    background: #ffffff0d;
    width: 24%;
    height: auto;
    margin: 0;
    display: inline-block
}

.special-offer .offer-content h2 {
    text-align: center;
    padding-top: 2px;
    color: #666;
    font-size: 13px;
    font-weight: 600
}

.special-offer .offer-content .box h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 5px;
    color: #081828
}

.special-offer .offer-content .alert {
    display: none
}

@media(max-width:767px) {
    .home-product-list .custom-responsive-margin {
        margin-bottom: 40px
    }
}

.home-product-list .list-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 15px;
    font-weight: 500
}

.home-product-list .list-title::before {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 1px;

/* ========== Home Product List ========== */
    background-color: #008AF7;
    content: ''
}

.home-product-list .single-list {
    margin-bottom: 20px
}

.home-product-list .single-list:last-child {
    margin: 0
}

.home-product-list .single-list .list-image {
    width: 60px;
    padding-right: 12px;
    float: left;
    position: relative;
    top: 10px
}

.home-product-list .single-list .list-image a {
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.home-product-list .single-list .list-image a img {
    width: 100%
}

.home-product-list .single-list .list-info {
    display: table-cell;
    vertical-align: top
}

.home-product-list .single-list .list-info h3 a {
    font-size: 14px;
    font-weight: 500;
    color: #081828
}

.home-product-list .single-list .list-info h3 a:hover {
    color: #008AF7
}

.home-product-list .single-list .list-info span {
    display: block;
    margin-top: 2px;
    font-size: 13px
}

.about-us {
    background-color: #f9f9f9
}

.about-us .content-left {
    position: relative
}

.about-us .content-left img {
    width: 100%;

/* ========== Sidebar Widgets ========== */
    .sidebar .widget:first-child {
        margin-top: 30px
    }
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget .widget-title {
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1
}

.sidebar .widget.search-widget form {
    position: relative
}

.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 70px 0 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #eee
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget form input::placeholder {
    color: #333
}

.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 42px;
    height: 42px;
    z-index: 1;
    color: #fff!important;
    font-size: 18px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #fff;
    border-radius: 4px;
    padding: 0!important;
    border: none;
    background: #008AF7
}

.sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff
}

.sidebar .widget.popular-feeds .single-popular-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
    position: relative;
    padding-left: 100px;
    min-height: 82px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
    color: #008AF7
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img {
    position: absolute;
    left: 0;
    top: 5px;
    overflow: hidden
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img img {
    width: 80px;
    border-radius: 4px;
    height: 80px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    margin-bottom: 8px;
    line-height: 1.5
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 14px;
    font-weight: 500
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: #008AF7
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-weight: 400;
    font-size: 13px;
    display: block
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 7px;
    font-size: 16px
}

.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0
}

.sidebar .widget.categories-widget ul li {
    margin-bottom: 12px
}

.sidebar .widget.categories-widget ul li:last-child {
    margin: 0
}

.sidebar .widget.categories-widget ul li span {
    display: inline-block
}

.sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #888
}

.sidebar .widget.categories-widget ul li a:hover {
    color: #008AF7
}

.sidebar .widget.popular-tag-widget {
    padding-bottom: 35px
}

.popular-tag-widget .tags>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 15px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    background: #008AF7;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    background: 0 0;
    color: #888;
    border: 1px solid #eee;
    border-radius: 4px
}

.popular-tag-widget .tags>a:hover {
    background-color: #008AF7;
    color: #fff;
    border-color: transparent
}

.brands {
    padding: 80px 0;
    background-color: #f9f9f9
}

.brands #tns2>.tns-item {
    padding-right: 28px
}

.brands .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .brands {
        padding: 40px 0
    }
}

/* ========== Brands ========== */

.brands .brands-logo-wrapper {
    border: 1px solid #eee
}

.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo {
    padding: 20px;
    text-align: center;
    margin: 0;
    border-right: 1px solid #eee
}

.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo img {
    width: 100px;
    opacity: .8;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo img:hover {
    opacity: 1
}

.team {
    background-color: #fff
