<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");

/*body*/

body {
    font-family: Lato;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400;
    color: #676767 !important;
}


#content {
    margin-top: 3rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
}

a {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
    }
/*button*/
.btn {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    border-radius: 0;
}

    .btn, .btn:hover, .btn:focus {
        color: #fff !important;
    }

.btn-outline {
    background: transparent;
    min-width: 150px;
    font-weight: bold;
}

/*Carousel*/

#homepage-slider .carousel-inner img {
    width: 100%;
}

#homepage-slider .carousel-indicators li {
    border-radius: 0;
}

@media screen and (min-width:768px) {
    #homepage-slider .carousel-indicators li {
        width: 13px;
        height: 13px;
    }

    #homepage-slider .carousel-control .fa {
        width: 30px;
        height: 30px;
        line-height: 28px;
        background: none !important;
        border: 2px solid #fff;
        font-size: 14px;
    }
}

@media screen and (min-width:992px) {
    #homepage-slider .carousel-control .fa {
        opacity: 0;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
    }

    #homepage-slider:hover .carousel-control .fa {
        opacity: 1;
    }
}

@media screen and (max-width:767px) {
    #homepage-slider .carousel-indicators {
        display: none;
    }
}

@media screen and (min-width:992px) {
    #homepage-slider {
        margin-top: 123px;
        margin-bottom: 20px;
    }
}



@media screen and (min-width:992px) {
    #header #headerbottom-wrapper .logo {
        min-height: 80px;
        padding: 10px 0 !important;
    }

    #header.in #headerbottom-wrapper .logo {
        min-height: 80px;
    }

    #homepage-slider .carousel-inner img {
        min-height: 522px;
    }

    #homepage-slider .lazy-load {
        min-height: 522px;
    }
}




@media screen and (max-width:991px) and (min-width:768px) {
    #header #headerbottom-wrapper .logo {
        min-height: 65px;
    }

    #homepage-slider .lazy-load {
        min-height: 400px;
    }
}

@media screen and (max-width:767px) {
    #header #headerbottom-wrapper .logo {
        min-height: 50px;
    }

    #homepage-slider .lazy-load {
        min-height: 162px;
    }
}

@media screen and (max-width:991px) {
    #header #headerbottom-wrapper .logo img {
        max-height: 100px;
    }

    .headerbottom {
        padding-bottom: 10px;
    }
}
/*Header*/

#header.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 0;
}



.bag .total-bag .small-bag-btn {
    padding: 0;
}

.bag .total-bag.open .small-bag-btn {
    background: none;
    border: 0;
}

.top-links .dropdown-toggle {
    display: block !important;
    background: none;
    border: 0;
}

.top-links .dropdown-toggle {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.top-links .open &gt; .dropdown-menu {
    display: block;
    width: 100%;
    background: #fff;
}



.top-links .dropdown-menu li {
    display: block !important;
}

    .top-links .dropdown-menu li a {
        padding: 5px 10px;
        text-align: left;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
    }

.top-links .dropdown-menu.flat li a {
    white-space: pre-wrap;
}

.top-links .dropdown-menu.flat li span {
    white-space: pre-wrap;
    text-align: left;
    display: block;
    padding: 5px 10px;
}

.header-right-wrap .last-col .login.lnr.user-name {
    font-family: 'Lato', sans-serif;
    color: #fff !important;
    border-radius: 0;
}

.header-right-wrap .last-col .login.lnr.user-name {
    color: #fff;
    line-height: 26px;
    border-radius: 50%;
}

.top-links .dropdown-menu {
    display: none;
    right: 0px !important;
    margin-top: 5px !important;
    box-shadow: 1px 1px 1px 1px #ccc;
}

#bag-dropdown .dropdown-menu-wrapper .heading, #bag-dropdown .dropdown-menu-wrapper {
    border-radius: 4px;
}

#main-menu li &gt; a {
    font-size: 16px;
}

#main-menu .nav &gt; li &gt; a {
    font-weight: bold;
    padding: 31px 15px;
    text-transform: uppercase;
}

@media screen and (min-width:992px) {

    #header {
        margin: 0;
        display: block !important;
        height: auto !important;
        transition: 0.3s all;
        border-radius: 0;
        border: 0;
        box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    }

        #header.fix {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: transparent;
        }




        #header.homemenu:not(.homemenutop),
        #header.homemenu.homemenubottom {
            opacity: 1;
            top: 0;
        }

        #header.fix.in {
            border: 0;
            box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
            -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
        }


        #header.homemenu:not(.homemenutop),
        #header.homemenu.homemenubottom {
            opacity: 1;
            background: #fff;
        }

    .affix-wrap #header.fix {
        background: #fff;
    }



    #header .menu-beside-logo {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
    }

    #header #headerbottom-wrapper {
        position: relative;
        padding: 0 !important;
        width: 20%;
    }

    #header .search-wrap {
        width: 61%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
    }

    #header .header-right-wrap {
        width: 15%;
        display: flex;
        justify-content: flex-end;
        display: -webkit-flex;
    }
}




.header-right-wrap .last-col .call .lnr,
.header-right-wrap .last-col .login.lnr,
.header-right-wrap .last-col .bag-icon .lnr,
.header-right-wrap .last-col #toggleSearch .lnr {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.header-right-wrap .last-col .call .lnr,
.header-right-wrap .last-col .login.lnr,
.header-right-wrap .last-col .bag-icon .lnr,
.header-right-wrap .last-col #toggleSearch .lnr {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    background: none;
    color: #fff;
}

#header .header-right-wrap .last-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

#header .header-right-wrap .last-col {
    position: relative;
    margin-left: 30px;
}

    #header .header-right-wrap .last-col:first-child {
        margin-left: 0;
    }

    #header .header-right-wrap .last-col .call {
        font-size: 17px;
    }

    /*#header .header-right-wrap .last-col:after {
    position:  absolute;
    content: '';
    top: 50%;
    right: 0;
    background: #393c97;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
}*/

    #header .header-right-wrap .last-col:last-child:after {
        background: none;
    }

    #header .header-right-wrap .last-col .btn:before {
        display: none;
    }




.header-right-wrap .last-col .fa:hover, .header-right-wrap .last-col .open .lnr {
    cursor: pointer;
}

.header-right-wrap .last-col a:hover {
    text-decoration: none;
}




.headerbottom {
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    -box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

.menu-beside-logo #main-menu .nav &gt; li a {
    color: #000;
}

#header #headerbottom-wrapper .logo {
    padding: 0 !important;
}

    #header #headerbottom-wrapper .logo img {
        padding: 15px;
    }

.menu-beside-logo #main-menu .nav &gt; li:hover &gt; a,
.menu-beside-logo #main-menu .nav &gt; li &gt; a:focus,
.menu-beside-logo #main-menu .nav &gt; li.selected &gt; a,
.menu-beside-logo #main-menu .nav &gt; li.open &gt; a {
    background: #fff !important;
}

@media screen and (min-width: 992px) {

    /*.menu-beside-logo #main-menu .nav &gt; li a {
   margin-right:15px;
}*/
    #main-menu .panel-group .panel {
        width: 33% !important;
    }

    .menu-beside-logo #main-menu .nav &gt; li:last-child a {
        margin-right: 0;
    }

    #main-menu li .dropdown-menu {
        overflow: hidden;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        top: 110%;
        display: block;
        opacity: 0;
        height: 0;
        visibility: hidden;
        background: #fff !important;
    }

    #main-menu li:hover &gt; .dropdown-menu {
        top: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}


@media screen and (max-width:991px) {

    .menu-beside-logo #main-menu .nav &gt; li &gt; a {
        color: #fff !important;
    }

    .menu-beside-logo #main-menu .nav &gt; li .dropdown-menu {
        background: #fff !important;
    }

    #header #headerbottom-wrapper {
        padding: 0 !important;
        text-align: center;
    }


    #header .header-right-wrap .last-col {
        margin-left: 20px;
    }

    .search-box {
        margin: 0 !important;
    }



    .logo img {
        max-width: 150px;
    }

    #header #headerbottom-wrapper .logo {
        margin-bottom: 12px;
    }



    .menu-below-logo {
        position: relative;
    }

    .offcanvas-toggle.bars {
        top: -1px !important;
        left: 0px;
    }



    #main-menu .navbar-toggle.close-menu {
        margin-right: 10px;
    }
}


#main-menu li .dropdown-menu &gt; li &gt; a {
    padding: 7px 20px;
}

@media screen and (min-width:992px) {
    #main-menu li .dropdown-menu &gt; li &gt; a {
        border-bottom: 1px solid #ddd !important;
    }
}

#main-menu li .dropdown-menu &gt; li:last-child a {
    border-bottom: 0;
}

#main-menu li &gt; a {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}


@media screen and (max-width: 991px) {

    #main-menu li {
        border-bottom: 1px solid #eee !important;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    #main-menu .dropdown-menu.categories .panel-title a {
        white-space: pre-wrap;
    }
}

#main-menu .dropdown-menu.categories .panel-title a {
    font-size: 14px;
}

#main-menu .dropdown-menu.categories .panel-body a {
    padding: 7px 0;
    display: block;
    font-size: 14px;
}

@media screen and (min-width:992px) {
    #main-menu .dropdown-menu.categories .panel-body a {
        border-bottom: 1px solid #f5f5f5;
    }
}

#main-menu .dropdown-menu.categories .panel-body li:last-child a {
    border-bottom: 0;
}


#main-menu ul.categories .panel-body ul li:hover &gt; a {
    text-decoration: none !important;
}

.search-box .input-group .form-control {
    height: 40px;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
}

.search-box .input-group-addon a .lnr {
    color: #fff !important;
    display: inline-block;
}

.search-box .input-group-addon {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    border-radius: 0;
    height: 40px;
    cursor: pointer;
}

.search-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

.search-box input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

.search-box input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

.search-box input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.bag .total-bag .small-bag-btn .item-in-bag {
    color: #fff !important;
    top: -18px;
    right: -7px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}

.offcanvas-toggle.bars .icon-bar {
    background: #fff !important;
}
/*titles*/
.section-heading {
    margin-bottom: 50px !important;
    margin-top: 0 !important;
    position: relative;
    text-transform: uppercase;
    text-align: left !important;
}

    .section-heading &gt; span, .category-name, .page-header, .sidebaracc .panel .panel-heading {
        position: relative;
        padding-bottom: 10px;
    }

        .section-heading &gt; span:before,
        .category-name:before, .page-header:before,
        .sidebaracc .panel .panel-heading:before,
        .section .section-heading &gt; span:after,
        .category-name:after, .page-header:after,
        .sidebaracc .panel .panel-heading:after {
            position: absolute;
            content: '';
            top: 95%;
            left: 0;
            height: 2px;
        }

        .section-heading &gt; span:before,
        .category-name:before, .page-header:before,
        .sidebaracc .panel .panel-heading:before {
            width: 60px;
            top: 100%;
            display: none;
        }

        .section .section-heading &gt; span:after,
        .category-name:after,
        .page-header:after,
        .sidebaracc .panel .panel-heading:after {
            width: 30px;
            height: 6px;
        }

.bg .section-heading {
    color: #fff !important;
}

    .bg .section-heading &gt; span:before, .bg .section-heading &gt; span:after {
        background: #fff !important;
    }

.section.bg {
    padding: 0;
}

.category-name, .page-header {
    font-size: 2rem;
    text-transform: uppercase;
}

.page-header, .sub-section-heading {
    margin-top: 0 !important;
}

.category-info {
    margin-bottom: 3rem;
}



/*Sections*/
.slick-prev, .slick-next {
    border-radius: 0;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.section-wrapper {
    padding: 50px 0;
}

.section .section-heading &gt; span {
    display: inline-block;
    color: #fff;
    padding: 10px;
}

    .section .section-heading &gt; span:after {
        content: "";
        position: absolute;
        top: 0px !important;
        right: -30px !important;
        border-style: solid !important;
        border-bottom-right-radius: 3px !important;
        height: auto !important;
        width: auto !important;
        border-width: 23px 15px;
        left: auto !important;
        background: none !important;
    }

@media screen and (max-width:767px) {
    .section .section-heading &gt; span {
        font-size: 18px;
    }

        .section .section-heading &gt; span:after {
            border-width: 19px 15px;
        }
}
/*About Us*/

.about-title .logo img {
    max-height: 80px;
    margin: 15px 0 10px 0;
    /*border: 1px solid #ddd;*/
}

.about-title &gt; span {
    font-size: 18px;
    font-weight: bold;
}

.about-title h2 {
    font-size: 27px;
    line-height: 1.2em;
    margin: 0.37em 0 0.73em;
}

.about-text p {
    margin-bottom: 2em;
}


@media screen and (min-width:992px) {
    .about-title {
        padding-right: 70px;
    }

    .about-text {
        padding: 145px 0 150px;
    }

    .about-video-col-wrap {
        position: absolute;
        /* height: 100%; */
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .about-video-col {
        /* background: url(https://ulcm.s3.amazonaws.com/AllThemes/AggBlackBox/abt-img.jpg) center center/cover no-repeat local; */
        /* width: 100%; */
        /* height: 100%; */
        /* position: absolute; */
        /* right: 0; */
        /* top: 0; */
        background: #ddd;
        padding: 10px;
        border-radius: 5px;
    }

    div#Section3, div#Section3 .section {
        padding: 0;
    }
}

#Section1, #Section3 {
    background: #f5f5f5;
}

.soldout {
    position: absolute;
    top: 23px;
    left: 0px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

    .soldout .stock-unavailable {
        background: #ed1a3c;
        color: #fff;
        padding: 0px 7px;
        display: inline-block;
        border: 2px dotted #fff;
        letter-spacing: 1px;
        font-size: 13px;
    }

.cat-box {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
}


    .cat-box img {
        width: 100%;
        height: auto;
    }



    .cat-box .title {
        margin: 5px 0 15px;
        position: absolute;
        /*top: -5px;*/
        bottom: -15px;
        left: 0;
        color: #fff;
        padding: 8px 15px;
        font-size: 16px;
        line-height: 1.3;
        text-transform: uppercase;
        width: 100%;
        z-index: 9;
    }

.cat-wrap .cat-img {
    position: relative;
    overflow: hidden;
    min-height: 262px;
}

.cat-wrap .cat-box .cat-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to top, #0000008a 0%, #f5efef00 100%);
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.cat-wrap .cat-box:hover .cat-img:before {
    background: none;
}

.cat-wrap .cat-box .cat-img img {
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.cat-wrap .cat-box:hover .cat-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cat-wrap .cat-box {
    margin-bottom: 30px;
}

    .cat-wrap .cat-box .overlay {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #bd222cc2;
        padding: 12px 20px;
        display: none;
    }

    .cat-wrap .cat-box .btn-outline {
        border-color: #fff;
        color: #fff !important;
    }

    .cat-wrap .cat-box:hover .btn-outline {
        color: #fff;
    }


@media screen and (min-width:768px) {
    .cat-wrap {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

        .cat-wrap .cat-box {
            width: 23%;
            margin-right: 15px;
        }
}

@media screen and (min-width:768px) and (max-width:1199px) {


    .cat-wrap .cat-box {
        width: 31%;
    }
}
/*Shipping*/
.about-wrap h4 {
    margin-top: 0;
}

.about-wrap {
    margin-bottom: 50px;
}

#Section7 {
    background: #f5f5f5;
}

.shipping-wrap .shipping-box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 15px 0px 15px 0px;
}

@media screen and (min-width:768px) {
    .shipping-wrap {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

        .shipping-wrap .shipping-box {
            width: 24%;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .shipping-wrap {
        flex-wrap: wrap;
    }

        .shipping-wrap .shipping-box {
            width: 48%;
        }
}

@media screen and (max-width:991px) {
    .shipping-wrap .shipping-box {
        margin-bottom: 20px;
    }

        .shipping-wrap .shipping-box:last-child {
            margin-bottom: 0;
        }
}

.shipping-wrap .shipping-box img {
    max-width: 50px;
}
/*Newsletter*/

.newsletter {
    margin-bottom: 20px;
}




    .newsletter .input-group-addon {
        height: 40px;
        border-radius: 0;
        color: #fff;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        font-size: 16px;
    }

        .newsletter .input-group-addon:hover {
            color: #fff;
            cursor: pointer;
        }

    .newsletter .form-control {
        border-radius: 0 !important;
        background: #fff;
        height: 40px;
    }



        .newsletter .form-control:focus {
            border-color: #ccc;
            box-shadow: none;
            outline: none;
        }

@media (min-width: 767px) {
    #footer .social {
        float: none;
    }
}


/*Poducts section*/
.product-box-wrapper .product-image .images {
    padding-top: 100% !important;
}

.product-box .product-image img {
    padding: 10px;
}

.section .slider {
    margin: 0 !important;
    padding: 0 !important;
}

.section .slider-box {
    overflow: hidden;
    position: relative;
}

    .section .slider-box .product-info {
        padding: 10px;
    }

.product-info .price-btn-wrap {
    -webkit-justify-content: flex-start !important;
    justify-content: center !important;
}

.product-price .old-price {
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

.product-box {
    overflow: hidden;
    border: 0 !important;
}

.section .slider .slider-wrap {
    margin-bottom: 60px;
}

.section .slider .slider-box &gt; a {
    flex: none;
}

.section .slider .image-wrap {
    position: relative;
    display: block;
    padding-top: 100%;
    background: #fff;
}

.productslider .image-wrap {
    border: 1px solid #e7e7e7;
}

.section .slider .image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%,-50%);
}

.slider-box .cart, .product-box .hover-div, .cat-wrap .featured-content-block {
    background: none !important;
    text-align: center;
}

.product-info a:not(.btn) {
    font-weight: bold;
}


.review-favourite-wrap {
    top: 5px !important;
    right: -35px !important;
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all linear;
    left: auto !important;
    width: auto !important;
}

.section .slider .slider-wrap:hover .btn-outline {
    color: #fff !important;
}

.section .slider .slider-wrap:hover .review-favourite-wrap,
.product-box:hover .review-favourite-wrap {
    right: 15px !important;
    opacity: 1;
    visibility: visible;
}

.quick-view a {
    display: block;
    color: #fff;
    padding: 5px;
    text-align: center;
}

    .quick-view a:hover {
        color: #fff;
    }

.quick-view {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
}

.slider-wrap:hover .quick-view, .product-box:hover .quick-view {
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
}

@media screen and (min-width:992px) {
    .section .slider .home-product-wrap {
        min-height: 105px;
    }
}

@media screen and (max-width:991px) {
    .quick-view {
        opacity: 1;
        visibility: visible;
        bottom: 17px;
    }

    .section .slider .slider-wrap .review-favourite-wrap, .product-box .review-favourite-wrap {
        right: 15px !important;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width:768px) {
    .section .slider .slider-wrap {
        width: 23%;
        margin-right: 20px;
    }

    .section .slider {
        flex-wrap: wrap;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section .slider .slider-wrap {
        width: 31%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section .slider .slider-wrap {
        width: 47%;
    }
}

@media screen and (max-width:767px) {
    .section .slider {
        display: block !important;
    }
}

.remove-itm {
    margin-bottom: 10px;
}

/*Product Listing*/
#column-left ul.menu li {
    border-bottom: 1px solid #ccc !important;
}

    #column-left ul.menu li:last-child {
        border-bottom: 0 !important;
    }

#contentwrapper {
    margin: 50px 0 !important;
}

.product-filter {
    display: none !important;
}

.product-box-wrapper .product-image {
    position: relative;
    border: 1px solid #e7e7e7;
}

.prod-discount-wrap {
    position: absolute;
    top: 5px;
    left: 5px;
}

.product-details .prod-discount-wrap {
    position: relative;
    top: 0;
    left: 0;
}

.discount-tag.green {
    font-size: 11px;
    display: inline-block;
    background: #27ddeb;
    color: #fff !important;
    padding: 0 2px;
}

.prod-discount-wrap {
    display: inline-block;
    margin-left: 5px;
}




.product-info a:not(.btn) {
    text-transform: capitalize;
}


.product-box .product-info .price-btn-wrap .product-price {
    margin-right: 0 !important;
}

    .product-box .product-info .price-btn-wrap .product-price .prod-discount {
        position: relative !important;
        left: 0 !important;
        margin-left: 0 !important;
        top: 0 !important;
        transform: translateY(0%) !important;
    }



.product-box-wrapper .product-box .product-info-wrap {
    position: relative;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

@media screen and (min-width:992px) {
    .product-box-wrapper .product-box .product-info-wrap {
        min-height: 100px;
    }
}


.product-btn {
    background: none !important;
    text-align: center;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    width: auto;
}






.product-box-wrapper .product-box .product-info .product-title a {
    font-weight: bold;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}



.pagination &gt; li &gt; a {
    color: #555 !important;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    border-color: #ccc !important;
    background: none !important;
    margin-right: 5px;
}


    .pagination &gt; li &gt; a.CurrentPage, .pagination &gt; li:hover &gt; a {
        color: #fff !important;
    }

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*Sidebar*/
#column-left {
    margin-top: 3rem;
}

.sidebaracc .panel .panel-heading {
    background: none !important;
    border-bottom: 0 !important;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}


    .sidebaracc .panel .panel-heading .panel-title a {
        font-size: 20px;
    }

.sidebaracc .panel-body {
    padding: 0;
}

.sidebaracc .panel ul li a {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}


.sidebaracc .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border: 0;
}

.sidebaracc .panel .panel-body ul li {
    margin-bottom: 10px !important;
    border-top: 1px solid #efefef;
    padding-top: 10px;
}

    .sidebaracc .panel .panel-body ul li:first-child {
        border-top: 0;
    }



/*Quick View*/
.product-details .product-price span {
    display: inline-block;
}

.product-details .product-price .old-price {
    margin: 0 5px;
}

.product-details .product-price .new-price {
    display: block;
    margin: 10px 0;
}

.check-availability {
    margin: 10px 0;
}

.select-product-options {
    margin-top: 10px;
}

.add-wrap {
    background: none !important;
}

#divWishWrapper .btn-outline {
    min-width: auto;
}

/*Product details*/
.right-col {
    border-left: 1px solid #ddd;
}

.flex-row-details {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.flex-col-details {
    width: 49%;
}

.right-col {
    padding-left: 3rem;
}

@media screen and (max-width:991px) {
    .flex-col-details {
        width: 100%;
    }

    .right-col {
        padding-left: 0;
        border-left: 0;
    }
}

.breadcrumb span {
    text-transform: capitalize;
}

.product-details .product-name {
    text-transform: capitalize;
}




#divImageGallery .slick-slide {
    outline: none;
}

.product-description-tabs .table-responsive {
    margin-top: 2rem;
}

.product-description-tabs {
    margin: 4rem 0 2rem 0 !important;
}

#column-bottom .section-heading {
    margin-bottom: 30px !important;
}

#column-bottom .section .slides li {
    margin-bottom: 0 !important;
}

.section .flexslider .flex-direction-nav a {
    background: #00bcd5 !important;
    color: #fff !important;
}

    .section .flexslider .flex-direction-nav:hover a, .section .flexslider .flex-direction-nav a:focus {
        background: #161616 !important;
        color: #fff !important;
        outline: none;
    }

.product-details .nav-tabs {
    border-bottom: 1px solid #ddd !important;
    margin: 0;
}

.product-description-tabs .tabs-wrapper .nav-tabs li {
    margin-bottom: -1px !important;
}

    .product-description-tabs .tabs-wrapper .nav-tabs li:hover, .product-description-tabs .tabs-wrapper .nav-tabs li.active {
        border-bottom: none !important;
    }

.product-details .nav-tabs li:before, .product-details .nav-tabs li:after {
    width: 0;
}

.product-details .product-description-tabs .tab-content {
    border-top: 0;
}

.product-description-tabs .tabs-wrapper .nav-tabs li a {
    padding: 20px !important;
}


.product-description-tabs .tabs-wrapper .nav-tabs li:hover &gt; a,
.product-description-tabs .tabs-wrapper .nav-tabs li.active &gt; a,
.product-description-tabs .tabs-wrapper .nav-tabs li.active &gt; a:focus {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    border-bottom-color: transparent !important;
}


.review-box-wrap {
    margin: 10px 0;
    border-top: 1px solid #ccc;
}

    .review-box-wrap .rev-title {
        font-weight: 600;
        color: #161616;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .review-box-wrap .review-box {
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }

    .review-box-wrap .rev-date {
        font-weight: bold;
        font-size: 15px;
        margin: 10px 0;
    }

    .review-box-wrap .rev-by {
        font-weight: bold;
        font-size: 15px;
    }

.ratings {
    color: #8e0707 !important;
}

.review-box-wrap .rev-box {
    margin: 10px 0;
}

@media screen and (max-width:767px) {
    .review-box-wrap .rev-box {
        clear: both;
    }
}

@media screen and (min-width:768px) {
    .review-box-wrap .rev-box, .review-box-wrap .rev-content {
        margin-left: 20px;
    }

    .review-box-wrap .box-wrap {
        display: flex;
        flex-flow: column;
    }
}

.review-box-wrap .rev-helpful {
    text-align: right;
    font-weight: bold;
}

span.label-overall-rating {
    font-weight: bold;
    font-size: 16px;
}

.label-overall-rating-sort-by, .label-overall-rating-view {
    font-weight: bold;
}

span.rating-score {
    display: none;
}

span.label-overall-rating-total-reviews {
    font-weight: bold;
    margin: 0 10px;
}


.review-box-wrap .review-box .first-name {
    margin-right: 5px;
}

.review-box-wrap .review-box .user-name {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    line-height: 2.3em;
    text-align: center;
    background: #161616;
}

.name-circle {
    float: left;
}

.user-review {
    display: block;
}

.rev-wrap {
    margin-left: 80px;
}

    .rev-wrap &gt; div {
        display: flex;
        flex-flow: column;
        min-height: 60px;
        justify-content: center;
    }

@media screen and (max-width:767px) {

    span.label-overall-rating-total-reviews {
        display: block;
        margin: 0;
    }

    .over-all-rating-section .form-inline, .over-all-rating-section .overall-rating {
        float: none !important;
        margin: 15px 0;
    }

    .label-overall-rating-sort-by, .label-overall-rating-view {
        display: block;
    }

    .review-box-wrap .rev-helpful {
        text-align: left;
        margin: 15px;
    }
}

.product-description-tabs .tabs-wrapper .nav-tabs li a {
    border: 0 !important;
}






.select-product-options .select-label {
    margin-bottom: 10px;
}

.select-product-options .select-option li input {
    /*display: block !important;*/
}

.select-product-options .select-box {
    margin-bottom: 20px;
}



/*Contact Us*/
.contact-info .icon .lnr {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    color: #385eac;
}

.contact-info .icon {
    margin-bottom: 10px;
}



.contact-info {
    margin-bottom: 2rem;
    text-align: center;
    border: 2px solid #f5f5f5;
    padding: 1rem;
    border-radius: 5px;
}

.map {
    border: 2px solid #f5f5f5;
    margin: 3rem 0;
    border-radius: 5px;
}


.contact-wrap .category-info {
    margin: 4rem 0;
}

    .contact-wrap .category-info:first-child {
        margin-top: 0;
    }

.form-wrap {
    border: 2px solid #f5f5f5;
    padding: 1rem;
    border-radius: 5px;
}

    .form-wrap .form-control {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
        border-radius: 0;
    }

@media screen and (min-width:768px) {
    .contact-info-wrap {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

    .contact-info {
        width: 32%;
    }
}
/* Back to Top*/

#back-to-top {
    position: fixed;
    bottom: -100%;
    right: 15px;
    transition: 0.5s bottom 0.2s, 0.3s opacity;
}

    #back-to-top.stuck {
        bottom: 15px;
        z-index: 9;
    }


#back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    font-size: 22px;
    font-size: 28px;
    display: block;
}



.sticky-icon {
    position: fixed;
    bottom: 55px;
    right: 15px;
    z-index: 99;
}

.sticky-icon {
}

    .sticky-icon a {
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        font-size: 22px;
        display: block;
        margin-bottom: 10px;
    }

        .sticky-icon a:hover {
            color: #fff;
        }
/*Footer*/
#footer {
    background: #333 !important;
    color: #888 !important;
}

    #footer .footertop {
        padding: 50px 0;
    }

    #footer .panel-title &gt; a {
        font-size: 20px;
        position: relative;
        padding-bottom: 1rem;
        color: #ddd !important;
    }

@media screen and (min-width:992px) {
    #footer .panel-group .panel {
        width: 25% !important;
    }

        #footer .panel-group .panel:nth-of-type(2) {
            width: 50% !important;
        }
}

@media screen and (min-width:768px) {
    #footer .panel-group .panel:nth-of-type(2) ul {
        column-count: 2;
    }
}

#footer .panel-body {
    border-top: 0 !important;
}


#footer .panel-heading {
    margin-bottom: 0;
}

#footer li {
    padding-bottom: 8px;
}

    #footer li a:hover {
        text-decoration: none;
    }

#footer a {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

    #footer a:hover {
        color: #fff !important;
    }



#footer .social .fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
}


#footer .contact .mobile {
    padding-top: 8px;
    padding-bottom: 8px;
}

#footer .contact &gt; div .fa {
    top: 3px !important;
}

#footer .contact .mobile .fa {
    top: 10px !important;
}

#footer .footerbottom {
    padding: 25px 0 !important;
    background: #222;
}

#footer #lblStoreName {
    word-wrap: break-word;
}

#footer .payments img {
    max-height: 25px;
}


/*Cat with banner*/
.left-cat {
    background: #f5f5f5;
    background-image: url(https://ulcm.s3.amazonaws.com/AllThemes/AggBlackBox/bg.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

@media screen and (min-width:992px) {
    .top-wrap {
        display: flex;
        display: -webkit-flex;
        align-items: stretch;
    }

        .top-wrap .top-box:last-child {
            width: 20%;
            height: 522px;
            overflow-y: scroll;
        }

        .top-wrap .top-box:first-child {
            width: 78%;
            margin-right: 15px;
        }

        .top-wrap .menu-cat h4 {
            background: #161616;
            margin: 0;
            color: #fff;
            padding: 15px;
            text-transform: uppercase;
        }

        .top-wrap .menu-cat ul {
            margin-bottom: 0;
        }

            .top-wrap .menu-cat ul li {
                border-bottom: 1px solid #cc0424;
                padding: 10px 15px;
                transition: 0.3s all ease-in-out;
            }

                .top-wrap .menu-cat ul li a {
                    color: #fff;
                    display: block;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                .top-wrap .menu-cat ul li:last-child {
                    border-bottom: 0;
                }

                .top-wrap .menu-cat ul li:hover {
                    background: #fff;
                }
}


.top-box::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

.top-box::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.top-box::-webkit-scrollbar-thumb {
    background-color: #161616;
}

.cp-content-wrap {
    margin-bottom: 3rem;
}

    .cp-content-wrap h5 {
        font-size: 20px;
    }

    .cp-content-wrap .section-heading {
        margin-bottom: 0px !important;
    }

.row-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    flex-flow: row wrap;
}

.col-sm {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container .container {
    width: auto;
    padding: 0;
}

.container #content {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .col-sm {
        width: 50%;
    }

    .padd-l-15 {
        padding-left: 20px;
    }
 .padd-r-15 {
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .col-sm + .col-sm {
        margin-top: 15px;
    }
}
}
</pre></body></html>