
/*===================================================================================*/
/*  Body
/*===================================================================================*/
.green-text {
    color: #abd07e !important;
}

    .green-text:hover {
        background-color: #abd07e !important;
        color: #fff !important;
    }

.blue-text {
    color: #3498db !important;
}

    .blue-text:hover {
        background-color: #3498db !important;
        color: #fff !important;
    }

.red-text {
    color: #ff6c6c !important;
}

    .red-text:hover {
        background-color: #ff6c6c !important;
        color: #fff !important;
    }

.orange-text {
    color: #f39c12 !important;
}

    .orange-text:hover {
        background-color: #f39c12 !important;
        color: #fff !important;
    }

.dark-green-text {
    color: #12cca7 !important;
}

    .dark-green-text:hover {
        background-color: #12cca7 !important;
        color: #fff !important;
    }

.inline {
    display: inline-block;
    vertical-align: top;
}

ul {
    list-style: none;
}

a {
    /*  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;*/
}

input, a, button {
    outline: none;
}

body {
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Calibri', sans-serif;
}

.cnt-home {
    background: #fff
}

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        color: #ffb329;
    }

img[src="assets/images/blank.gif"] {
    background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}

.btn-upper {
    text-transform: uppercase;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

/*===================================================================================*/
/*  Buttons
/*===================================================================================*/

.btn-uppercase {
    text-transform: uppercase;
}

.btn-default {
    background: #cbc9c9;
    color: #fff;
    font-weight: 700;
    /*line-height:30px;*/
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

/*.shop-now-button {background:linear-gradient(to bottom, #2c5987 0%, #254a71 100%)!important; color:#fff!important}*/

.btn-primary {
    background: linear-gradient(to bottom, #fd8427 0%, #ff3c00 100%);
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 22px;
    font-family: Calibri, sans-serif;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 9px 15px;
}

.btn-black {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #3a3a3a;
    color: #fff;
    border: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding: 3px 22px;
}

    .btn-primary:hover,
    .btn-black:hover,
    .btn-black:focus,
    .btn-primary:focus {
        color: #fff;
        background: linear-gradient(to bottom, rgba(253, 132, 39, 0.77) 0%, rgba(255, 60, 0, 0.88) 100%);
    }

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background: linear-gradient(to bottom, rgba(253, 132, 39, 0.77) 0%, rgba(255, 60, 0, 0.88) 100%);
    outline: none !important;
    border: none;
}


/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.center-block {
    float: none;
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-vs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-top-vs {
    padding-top: 30px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-bottom-vs {
    padding-bottom: 60px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.inner-right-vs {
    padding-right: 10px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 15px;
}

.outer-top-ss {
    margin-top: 20px;
}

.outer-top-n {
    margin-top: 0 !important;
}

.outer-top-vs {
    margin-top: 30px;
}

.outer-top-small {
    margin-top: 50px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-vs {
    margin-bottom: 60px;
}

.outer-bottom-xs {
    margin-top: 30px;
}

.outer-bottom-small {
    margin-bottom: 30px;
}

.outer-top-bd {
    margin-top: 50px;
}

.inner-bottom-30 {
    padding-bottom: 30px;
}

.inner-bottom-20 {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .inner-top {
        padding-top: 80px;
    }

    .inner-top-md {
        padding-top: 65px;
    }

    .inner-top-sm {
        padding-top: 50px;
    }

    .inner-top-xs {
        padding-top: 40px;
    }

    .inner-bottom {
        padding-bottom: 80px;
    }

    .inner-bottom-md {
        padding-bottom: 65px;
    }

    .inner-bottom-sm {
        padding-bottom: 50px;
    }

    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}

.section-title {
    font-size: 18px;
    font-family: Calibri, sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}

.sidebar-widget .section-title {
    text-align: center;
}

.featured-product .section-title {
    margin-bottom: 16px;
    margin-top: 0;
    font-family: Calibri, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    /*background: url(../images/header-bg.png) no-repeat top right;*/
    color: #333e48;
    font-size: 20px;
    height: 46px;
    padding: 10px 25px;
    float: left;
    border: none;
    position: relative;
}

    .featured-product .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 23px;
        height: 3px;
        width: 60%;
        background-color: black;
    }

.header-section {
    /*background: url(../images/line-bg.png) repeat top left;*/
    padding: 10px 20px 10px 0;
    overflow: hidden
}

.best-deal {
    background-color: #fff;
    border: 1px #e5e5e5 solid;
}

    .best-deal .section-title {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 16px;
        font-family: Calibri, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        background: url(../images/header-bg.png) no-repeat top right;
        color: #fff;
        height: 36px;
        padding: 10px 25px;
        float: left;
        border: none;
    }

    .best-deal .best-seller {
        padding: 20px;
        padding-top: 0px;
    }

        .best-deal .best-seller .col2 {
            padding-left: 0px
        }

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
    margin-top: 0;
}
/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {
    right: 0px
}

.custom-carousel .owl-controls {
    position: absolute;
    right: 20px;
    top: -38px;
    width: 100%;
    display: block;
}

.featured-product .custom-carousel .owl-controls {
    top: -30px;
}

.new-arriavls .custom-carousel .owl-controls {
    top: -42px;
}

.custom-carousel .owl-controls .owl-prev {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -25px;
    right: 27px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    background: #dddddd;
}

    .custom-carousel .owl-controls .owl-prev:before {
        content: "\f104";
        font-family: 'FontAwesome';
        font-size: 18px;
        left: 8px;
        position: absolute;
        top: 0;
    }

.custom-carousel .owl-controls .owl-next {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -25px;
    right: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dddddd;
}

    .custom-carousel .owl-controls .owl-next:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 18px;
        left: 10px;
        position: absolute;
        top: 0;
    }

.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
    top: -57px;
    display: none
}

.featured-product {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
}

    .featured-product .cart-btn {
        display: none
    }

    .featured-product .products {
        margin-left: 0;
        /*margin-right: 18px;*/
        padding-bottom: 15px;
        /*padding:10px;
        border:1px solid #e5e5e5;
        border-radius:5px;
        margin-bottom:15px;*/
    }

    .featured-product .home-owl-carousel, .featured-product .detail-owl-carousel {
        padding-left: 20px;
        background: #f8f8f8;
        padding-top: 20px;
    }

.new-arriavls {
    margin-bottom: 19px;
    background-color: #fff;
    /*border:1px #e5e5e5 solid;*/
}

    .new-arriavls .products {
        margin-left: 0;
        margin-right: 18px;
        padding-bottom: 15px;
    }

    .new-arriavls .cat-links {
        font-size: 13px
    }

        .new-arriavls .cat-links a {
            display: block;
            color: #777;
            padding-bottom: 10px;
            font-size: 14px
        }

            .new-arriavls .cat-links a:before {
                content: "\f105";
                font-family: 'FontAwesome';
                font-size: 14px;
                color: #999;
                display: inline-block;
                margin-right: 5px;
            }

        .new-arriavls .cat-links h4 {
            font-size: 16px;
            font-weight: 600;
            border-bottom: 1px #e5e5e5 solid;
            padding-bottom: 10px;
            margin-top: 15px;
        }

    .new-arriavls .home-owl-carousel1 {
        padding-left: 0;
    }

    .new-arriavls .section-title {
        font-family: Calibri, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: none;
        padding: 16px 0 16px;
        /* background:linear-gradient(to bottom, #fd8427 0%, #ff3c00 100%);*/
        margin-bottom: 10px;
        margin-top: 0;
        color: #333e48;
        font-size: 20px;
        position: relative;
        display: inline-block;
    }

        .new-arriavls .section-title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            width: 80%;
            background-color: black;
        }

    .new-arriavls .custom-carousel .owl-controls .owl-prev {
        color: #333e48;
        background: #f2f2f2;
    }

    .new-arriavls .custom-carousel .owl-controls .owl-next {
        color: #333e48;
        background: #f2f2f2;
    }

    .new-arriavls .cart-btn {
        display: none
    }

.latest-blog {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
}

    .latest-blog .btn-primary {
        margin: 3px
    }

    .latest-blog .section-title {
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 16px;
        font-family: Calibri, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid #e3e3e3;
        padding: 16px 20px 10px;
    }

    .latest-blog .blog-slider {
        padding-left: 20px;
        padding-bottom: 25px;
    }

    .latest-blog .blog-post {
        margin-right: 25px
    }

        .latest-blog .blog-post img {
            width: 100%
        }

.logo-slider-inner {
    margin-top: 10px;
    margin-bottom: 20px;
}
/*.special-product .product:first-child {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}*/
.special-product .product {
    margin-bottom: 13.5px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 13.5px;
}

    .special-product .product:last-child {
        margin-bottom: 0px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    .special-product .product .image img {
        width: 100%
    }
    /*.special-product .product .col {padding-right:0px}*/
    .special-product .product .btn-primary {
        background: none;
        padding: 0px;
        color: #157ed2;
        text-decoration: underline;
        margin-top: 5px;
    }

.best-product .product:first-child {
    margin-bottom: 20px;
}

#owl-main .owl-controls .owl-buttons .icon {
    position: relative;
    top: 8px;
    color: #333 !important;
}

.config-options ul > li > a {
    display: block;
}

.read-more-bottom {
    margin-bottom: 10px;
}

.unicase-form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 10px 12px;
}

    .unicase-form-control:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #d8d8d8;
    }

.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

.seller-product .products {
    margin-bottom: 35px;
}

.product-info p {
    font-size: 12px;
}

.product-slider .products {
    margin-left: 0px;
    margin-right: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
}

    .product-slider .products .cart-btn {
        display: none
    }

.category-product .products .cart-btn {
    display: none;
}

.seller-product .products .product .product-info .name {
    font-size: 18px;
    margin-top: 5px !important;
}

a {
    color: #ff8a35;
}

.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
    background: #ff8a35;
}

.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
    color: #ff8a35;
}

.top-bar .cnt-block ul li a .caret {
    color: #334141;
}

.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
    color: #ff8a35;
}

.main-header .top-search-holder .contact-row .icon {
    color: #ff8a35;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
    color: #ff8a35;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
    color: #ff8a35;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    color: #ff8a35;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
    color: #ff8a35;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    color: #ff8a35;
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
    color: #ff8a35;
}

.header-style-1 .header-nav {
    background: #ff8a35;
}

.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li.active {
    background: none;
}

.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
    background: linear-gradient(to bottom, #ff8e01 0%, #ff6223 100%);
    color: #fff
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
    background: #ff8a35;
}

.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
    background: #ff8a35;
}

.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
    background: #ff8a35;
}

.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
    background: #ff8a35;
}

.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
    color: #ff8a35;
}

    .sidebar .side-menu nav .nav > li a:hover:after,
    .sidebar .side-menu nav .nav > li a:focus:after {
        color: #ff8a35;
    }

.info-box .info-box-heading.green {
    color: #ff8a35;
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    color: #ff8a35;
}

.product .product-info .name a:hover,
.product .product-info .name a:focus {
    color: #ff8a35;
}

.product .product-info .product-price .price {
    color: #e00;
}

.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
    color: #ff8a35;
}

.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
    background: #ff8a35;
}

.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
    background: #ff3c00;
}

.tag.sale {
    background: #fdd922;
    color: #333
}

.copyright-bar .copyright a {
    color: #ff8a35;
}

.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
    color: #ff8a35;
}

.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
    background: #ff8a35;
}

.latest-tweet .re-twitter .comment a {
    color: #ff8a35;
}

.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
    color: #ff8a35;
}

.footer .contact-information .media .icon .fa-stack-2x {
    color: #ff8a35;
}

.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
    color: #ff8a35;
}

.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
    color: #ff8a35;
}

.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
    background: #ff8a35;
}

.hot-deals .product-info .product-price .price {
    color: #e00;
}

.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
    color: #ff8a35;
}

.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
    background: #ff3c00;
    color: #fff;
}

.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
    color: #ff3c00;
}

.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
    color: #ff8a35;
}

.yamm .dropdown-menu .yamm-content .links li a:hover,
.yamm .dropdown-menu .yamm-content .links li a:focus {
    color: #ff8a35;
}

.breadcrumb ul li.active {
    color: #ff3c00;
}

.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
    color: #ff3c00;
}

.filters-container .nav-tabs.nav-tab-box li.active a .icon {
    /*color: #ff8a35;*/
}

.filters-container .pagination-container ul li.active a {
    /*color: #ff8a35;*/
}

.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
    /*background: #ff8a35;*/
}

.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
    color: #ff8a35;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    color: #ff8a35;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
    color: #ff8a35;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    border: 5px solid #fe5252;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
    color: #ff8a35;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
    color: #ff8a35;
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
    background: #ff8a35;
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
    background: #ff8a35;
}

.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
    border: 1px solid #ff8a35;
}

.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
    color: #ff8a35;
}

.single-product .product-info .price-container .price-box .price {
    color: #ff8a35;
}

.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
    color: #ff8a35;
}

.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    background: #ff8a35;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
    background: #ff8a35;
}

    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff8a35;
    }

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
    background: #ff8a35;
}

    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff8a35;
    }

.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
    background: #ff8a35;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    color: #ff8a35;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    color: #ff8a35;
}

#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
    background: #ff3c00;
}

#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
    background: #ff8a35;
}

.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
    /*color: #ff8a35 !important;*/
}

.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
    /*color: #ff8a35 !important;*/
}

.homepage-container .product .tag.hot {
    background: #ff8a35;
}

.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
    color: #ff8a35;
}

.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
    background: #ff8a35;
    border: 2px solid #ff8a35;
}

.category-list {
    background-color: #fff;
    padding: 0;
}

.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
    /*background: #ff8a35;*/
}

.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    background: #ff8a35;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
    background: #ff8a35;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
    background: #ff8a35;
}

#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
    background: #ff8a35 !important;
}

#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
    background: #ff8a35 !important;
}

.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
    background: #ff8a35;
}

.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
    color: #ff8a35;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
    color: #ff3c00;
}

.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    background-color: #ff8a35;
}

.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    color: #ff3c00;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
    color: #ff8a35;
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    background-color: #ff8a35;
}

.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    color: #ff8a35;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
    color: #ff8a35;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color: #ff8a35;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
    color: #ff8a35;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
    color: #ff8a35;
}

.contact-page .contact-info .contact-i {
    background-color: #ff8a35;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
    color: #ff8a35;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    color: #ff3c00;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
    color: #ff8a35;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #ff3c00;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
    color: #ff8a35;
}

.logo-color {
    fill: #ff8a35;
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
    color: #ff8a35;
}

.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    color: #ff8a35;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
    border-bottom: none;
}

    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
        margin-right: 10px;
        padding: 0;
    }

        .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
        .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
            background: #ff8a35;
            border: 2px solid #ff8a35;
        }

        .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
            background: #ff8a35;
            border: 2px solid #ff8a35;
        }

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    color: #ff8a35;
}

.yamm .dropdown-menu {
    border-top-color: #ff8a35;
}

.product-comparison .compare-table tr td .product-price .price {
    color: #ff8a35;
}

.product-comparison .compare-table tr td .in-stock {
    color: #ff8a35;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
    color: #ff8a35;
}

.product-comparison .compare-table tr td .product-price .price {
    color: #ff8a35;
}

.product-comparison .compare-table tr td .in-stock {
    color: #ff8a35;
}

.body-content .x-page .x-text h1 {
    color: #ff8a35;
}

.body-content .x-page .x-text a {
    color: #ff8a35;
}

.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
    color: #ff8a35;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    color: #ff8a35;
}

.terms-conditions-page .contact-form {
    color: #ff8a35;
}

.top-bar {
    padding: 0px;
    font-size: 13px;
    border-bottom: 1px solid #e2e2e2;
    /*background: linear-gradient(to bottom, #2c5987 0%, #254a71 100%);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffca00+1,ffa600+51,ff4f2d+100 */
    /*  background: #ff3c00*/; /* Old browsers */
    /*  background: -moz-linear-gradient(to bottom,  #ffca00 0%, #ff3c00 100%); !* FF3.6-15 *!
  background: -webkit-linear-gradient(to bottom,  #ffca00 0%, #ff3c00 100%); !* Chrome10-25,Safari5.1-6 *!
  background: linear-gradient(to bottom, #ffca00 0%, #ff3c00 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca00', endColorstr='#ff3c00',GradientType=0 ); !* IE6-9 *!*/
}

    .top-bar .cnt-account {
        float: right;
        padding: 6px 0;
    }

        .top-bar .cnt-account ul {
            margin: 0;
        }

            .top-bar .cnt-account ul > li {
                display: inline-block;
                line-height: 12px;
                padding: 3px 12px 3px 7px;
                border-right: 1px solid hsla(0,0%,100%,.2);
            }

                .top-bar .cnt-account ul > li:last-child {
                    border: none;
                    padding-right: 0
                }

                .top-bar .cnt-account ul > li a {
                    color: #334141;
                    padding: 0;
                    font-weight: 400;
                    -webkit-transition: all 0.2s linear 0s;
                    -moz-transition: all 0.2s linear 0s;
                    -o-transition: all 0.2s linear 0s;
                    transition: all 0.2s linear 0s;
                }

                    .top-bar .cnt-account ul > li a .icon {
                        display: block;
                        float: left;
                        padding-right: 6px;
                        font-size: 11px;
                    }

                    .top-bar .cnt-account ul > li a:hover,
                    .top-bar .cnt-account ul > li a:focus {
                        text-decoration: none;
                    }

    .top-bar .cnt-block {
        float: left;
    }

        .top-bar .cnt-block .list-inline {
            margin: 0;
        }

            .top-bar .cnt-block .list-inline > li {
                display: inline-block;
                margin-right: 10px;
                padding: 0px;
            }

                .top-bar .cnt-block .list-inline > li > a {
                    padding: 7px 0;
                    -webkit-transition: all 0.2s linear 0s;
                    -moz-transition: all 0.2s linear 0s;
                    -o-transition: all 0.2s linear 0s;
                    transition: all 0.2s linear 0s;
                    color: #334141;
                    display: inline-block;
                }

                    .top-bar .cnt-block .list-inline > li > a .value {
                        /*  color: rgba(255,255,255,0.8);*/
                        margin: 2px 0 2px 7px;
                    }

                    .top-bar .cnt-block .list-inline > li > a:hover,
                    .top-bar .cnt-block .list-inline > li > a:focus {
                        text-decoration: none;
                        color: #888888;
                    }

                .top-bar .cnt-block .list-inline > li .dropdown-menu {
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border: 1px solid #e1e1e1;
                    top: 125%;
                    left: 5px;
                }

    .top-bar .dropdown-menu > li > a {
        padding: 3px 10px;
        font-size: 13px
    }

    .top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
    .top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
        background: rgba(0, 0, 0, 0);
    }


/*===================================================================================*/
/* Header
/*===================================================================================*/
header {
    background: #fff;
}

.main-header {
    padding: 10px 0 18px 0;
}

    .main-header .logo-holder {
        margin-top: 10px;
    }

    .main-header .top-search-holder .contact-row {
        line-height: 20px;
        color: #9b9b9b;
    }

        .main-header .top-search-holder .contact-row .phone {
            margin: 0 23px 0 0;
            border-right: 1px solid #E2E2E2;
            padding-right: 35px;
        }

        .main-header .top-search-holder .contact-row .icon {
            font-size: 18px;
            line-height: 23px;
            margin: 0 8px 0 0;
            vertical-align: middle;
        }

    .main-header .top-search-holder .search-area {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 10px 0 0;
        position: relative;
        /*border: 3px #eaeaea solid;*/
    }

        .main-header .top-search-holder .search-area .search-field {
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 0;
            padding: 12px;
            width: 79%;
            background: #fff;
            float: left;
            border: 3px solid #eaeaea;
            border-left: none
        }

        .main-header .top-search-holder .search-area .categories-filter {
            border: 3px solid #eaeaea;
            border-right: 1px solid #eaeaea;
            text-transform: capitalize;
            display: inline-block;
            line-height: 44px;
            background: #fff;
            border-radius: 5px 0 0 5px;
            float: left;
        }

            .main-header .top-search-holder .search-area .categories-filter a {
                padding: 0 15px;
                color: #666;
                font-size: 13px;
            }

                .main-header .top-search-holder .search-area .categories-filter a .caret {
                    margin-left: 15px;
                    color: #a0a0a0;
                }

            .main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 1px solid #e1e1e1;
                padding: 12px 17px;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

                .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
                    margin-bottom: 10px;
                }

                    .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
                        padding: 0;
                    }

                        .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
                        .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
                            background: rgba(0, 0, 0, 0);
                        }

                    .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
                        font-family: 'Calibri', sans-serif;
                        line-height: 30px;
                    }

        .main-header .top-search-holder .search-area .search-button {
            border-radius: 0 5px 5px 0;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 15px 23px 14px;
            text-align: center;
            background-color: #fff;
            border: none;
            background: linear-gradient(to bottom, #fd8427 0%, #ff3c00 100%);
            position: absolute;
            /*right: 3px;*/
        }

            .main-header .top-search-holder .search-area .search-button:after {
                color: #fff;
                content: "\f002";
                font-family: 'FontAwesome';
                font-size: 16px;
                line-height: 9px;
                vertical-align: middle;
            }

.del_search:after {
    color: #fff;
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 9px;
    vertical-align: middle;
}

.del_search {
    position: absolute;
    padding: 6px 10px;
    border-radius: 0 5px 5px 0;
    border: none;
}

.delivery_search {
    border: 1px solid #eaeaea;
    padding: 5px;
    border-radius: 5px 0 0 5px;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040;
}

.wishlist-link {
    float: right;
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}

    .wishlist-link .icon-heart:before {
        font-family: 'simple-line-icons';
        display: block;
        font-size: 24px;
        content: "\e08a";
        color: #fff
    }

.header-banner {
    margin-top: 15px
}


.top-cart-row {
    padding-top: 10px;
    padding-left: 0px;
    text-align: right;
}

    .top-cart-row .dropdown-cart {
        display: inline-block;
        /*margin-left: 10px;*/
    }

        .top-cart-row .dropdown-cart img {
            width: 100%
        }

        .top-cart-row .dropdown-cart .lnk-cart {
            padding: 0;
            border-radius: 3px;
            display: inline-block;
            color: #fff;
        }

            .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
                position: relative;
            }

                .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
                    padding: 12px 12px 0 15px;
                    font-family: 'Calibri', sans-serif;
                    text-transform: uppercase;
                    float: left;
                    letter-spacing: 0.5px;
                }

                .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
                    float: left;
                    background: #f7f7f7;
                    border: 1px #e5e5e5 solid;
                    border-radius: 5px;
                    padding: 10px 0 9px 11px;
                    text-align: center;
                    /*border-bottom:none*/
                }

                    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket i {
                        color: #555;
                        float: left;
                        font-size: 22px;
                    }

                    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket img {
                        width: 40px;
                        padding-bottom: 3px
                    }

                    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket span {
                        display: inline-block;
                        /* background: linear-gradient(to bottom, #fd8427 0%, #ff3c00 100%); */
                        font-size: 12px;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        text-align: center;
                        padding: 0 12px 0 15px;
                        border-radius: 0 0 5px 5px;
                        color: #000;
                        line-height: 22px;
                    }




                .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    height: 18px;
                    position: absolute;
                    left: 27px;
                    top: 4px;
                    width: 18px;
                    background: #ff3c00;
                    color: #fff;
                    font-size: 10px;
                    text-align: center;
                    line-height: 19px;
                }

        .top-cart-row .dropdown-cart .dropdown-menu {
            border: 1px solid #e1e1e1;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            float: right;
            left: auto;
            min-width: 0;
            padding: 24px 22px;
            right: 0;
            width: 230px;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
                font-size: 13px;
                font-family: 'Calibri', sans-serif;
                margin-top: 0;
            }

                .top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
                    color: #666666;
                }

            .top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
                font-weight: 700;
            }

            .top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
                padding: 0;
                position: relative;
                font-size: 15px;
                right: 8px;
                top: 8px;
            }

                .top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
                    color: #898989;
                }

.shpngcrt {
    color: #898989 !important;
}

    .shpngcrt:hover {
        color: #ff8a35 !important;
    }

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
    font-size: 13px;
    font-family: 'Calibri', sans-serif;
    color: #666666;
    margin-right: 10px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    font-weight: 700;
}

.header-style-1 .header-nav .navbar-default {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-height: auto;
    background: #ff3c00;
    background: linear-gradient(to bottom, #fd8427 0%, #ff3c00 100%);
    /*background:#2c5987;
  background: linear-gradient(to bottom, #2c5987 0%, #254a71 100%);*/
}

    .header-style-1 .header-nav .navbar-default .navbar-collapse {
        padding: 0;
    }

        .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
            color: #fdee66;
        }

.navbar-nav {
    float: none
}

.top-img {
    background: #fff;
    text-align: center
}

    .top-img img {
        max-width: 100%
    }

.special-menu {
    float: right
}

    .special-menu a {
        color: #fff !important;
        border: none !important;
        border-radius: 0 5px 5px 0;
        text-transform: uppercase;
        font-size: 12px !important;
        letter-spacing: 1px;
        background: linear-gradient(to bottom, #5a93ca 0%, #47729d 100%) !important;
        padding-left: 25px !important;
        padding-right: 25px !important
    }

        .special-menu a:hover {
            background: none !important;
        }

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
    -webkit-transitio: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-weight: 500;
    letter-spacing: 1px;
    border-right: 1px solid rgba(255,255,255,0.1);
    text-transform: uppercase;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    display: inline;
    padding: 1px 7px;
    color: #fff;
    font-size: 9px;
    font-family: 'Calibri', sans-serif;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px;
}

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
        border-width: 6px 7px 0 6px;
        right: 18px;
        top: 90%;
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transitio: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 0;
        z-index: 100;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
        right: 18px;
        top: 90%;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
        background: #f1c40f;
    }

        .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
            border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        }

        .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
            border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
        background: #ff7878;
    }

        .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
            border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        }

        .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
            border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        }

.header-style-2 {
    /*margin-bottom:10px;*/
}

    .header-style-2 .header-nav {
        background: rgba(0, 0, 0, 0) !important;
    }

        .header-style-2 .header-nav .navbar-default .nav-bg-class {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin: 0;
        }

            .header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
                color: #555;
            }

                .header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover,
                .header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
                    color: #fff;
                }

            .header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
                color: #fff;
            }

.header-style-3 .header-nav {
    background: #202020 !important;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

    .header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
        color: #fff;
    }

        .header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
        .header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
            color: #fff;
        }

    .header-style-3 .header-nav .yamm .dropdown-menu {
        top: 62px;
    }

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown-menu {
    left: auto;
    top: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0px
}

    .yamm .dropdown-menu .custom-banner a {
        padding: 0px;
        background: none !important
    }
/*.yamm .dropdown-menu .banner-image { margin-bottom:-20px}*/

.navbar-nav .open a {
    float: none;
    /*background:linear-gradient(to bottom, #ff8e01 0%, #ff6223 100%)!important;*/
    color: #fff;
}

.yamm .dropdown-menu .yamm-content {
    padding: 20px 20px;
}

    .yamm .dropdown-menu .yamm-content .col-menu {
        min-width: 150px
    }

    .yamm .dropdown-menu .yamm-content .links li a {
        padding: 4px 0;
        font-family: 'Calibri', sans-serif;
        letter-spacing: 0.2px;
        font-size: 13px;
        color: #888;
        background: none !important
    }


.yamm .dropdown-menu h2 {
    font-size: 14px;
    color: #555;
    font-family: 'Calibri', sans-serif;
    margin-top: 0;
    font-weight: bold
}

.yamm .dropdown-menu li {
    line-height: normal;
    padding: 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .yamm .dropdown-menu li a {
        color: #3D3D3D;
        line-height: normal;
        text-transform: none;
        display: block;
        /*padding: 8px 16px;*/
    }

        .yamm .dropdown-menu li a:hover,
        .yamm .dropdown-menu li a:focus {
            background: rgba(0, 0, 0, 0);
            margin-left: 0;
        }

.yamm .dropdown-menu .text {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    bottom: 0;
    top: 73px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
    color: #fff;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040;
}

    .cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
        border: none;
    }

        .cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
            color: #fff;
        }

.cnt-homepage .header-style-2 .header-nav .navbar-default {
    background: #fff;
}

    .cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
        -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
        -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
        box-shadow: 0 0 0 3px #F6F6F6 inset;
    }

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
        border-bottom: none;
    }

    .header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
        line-height: 26px;
        padding: 0;
    }

        .header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover,
        .header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
            margin-left: 0;
            color: #ff8a35;
        }


/*===================================================================================*/
/*  Side menu
/*===================================================================================*/

.sidebar .side-menu {
    background: url(../images/line-bg.png) repeat top left;
    border: 1px #eaeaea solid;
    border-radius: 5px;
}

    .sidebar .side-menu .menu-inner {
        background: #fff;
        margin: 10px;
        border-radius: 5px;
        padding-bottom: 10px
    }

.sidebar .custom-carousel .owl-controls .owl-prev {
    top: -25px;
    left: 0;
}

.sidebar .custom-carousel .owl-controls .owl-next {
    top: -25px;
}

.sidebar .side-menu .head {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ff3c00;
    font-size: 14px;
    font-family: Calibri, sans-serif;
    padding: 12px 15px 5px 15px;
    text-transform: uppercase;
    /* background-color: #085b9a; */
    /* border: 1px solid #ffe11b; */
    font-weight: 700;
    letter-spacing: 0.5px;
    /* border-bottom:1px #f1ce3c solid; */
    /* margin: 2px; */
}

    .sidebar .side-menu .head .icon {
        margin-right: 5px;
    }

.sidebar .side-menu nav .nav > li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
}

    .sidebar .side-menu nav .nav > li:last-child {
        border-bottom: none
    }

    .sidebar .side-menu nav .nav > li > a {
        padding: 10px 15px;
        color: #888;
        font-family: 'Calibri', sans-serif;
        letter-spacing: 0.2px;
        font-size: 13px;
    }
        /*.sidebar .side-menu nav .nav > li > a:after {
  color: #bababa;
  content: "\f105";
  float: right;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
  font-family: 'FontAwesome';
}*/
        .sidebar .side-menu nav .nav > li > a .icon {
            font-size: 16px;
            margin-right: 12px;
        }

        .sidebar .side-menu nav .nav > li > a:hover,
        .sidebar .side-menu nav .nav > li > a:focus {
            background: #fff;
        }

            .sidebar .side-menu nav .nav > li > a:hover .icon,
            .sidebar .side-menu nav .nav > li > a:focus .icon {
                color: #ff8a35;
            }

    .sidebar .side-menu nav .nav > li > .mega-menu {
        padding: 3px 0;
        top: 0 !important;
        left: 100%;
        margin: 0;
        min-width: 330%;
        /*338%;*/
        position: absolute;
        top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden
    }

        .sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
            padding: 10px 20px;
        }

            .sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li {
                padding: 3px 0;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

                .sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
                    border-bottom: none;
                }

                .sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
                    line-height: 26px;
                    padding: 0;
                    font-size: 13px;
                    font-family: 'Calibri', sans-serif;
                }

            .sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
                position: absolute;
                right: -16px;
                top: -8px;
            }

.sidebar .side-menu2 nav .nav li a {
    padding: 14.3px 15px;
}

.sidebar .sidebar-module-container .sidebar-widget .widget-header {
    padding: 10px 0 5px 0;
}

    .sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
        font-size: 13px;
        font-family: 'Calibri', sans-serif;
        margin: 0;
        font-weight: bold
    }

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
    clear: both;
    display: block;
    font-family: 'Calibri', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 28px;
}

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
        content: "\f068";
        float: right;
        font-family: 'FontAwesome';
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
        color: #666666;
    }

        .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
            color: #636363;
            content: "\f067";
            font-family: 'FontAwesome';
            font-weight: normal
        }

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
    margin: 0 0 20px;
}

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
        padding-left: 15px;
    }

        .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
            line-height: 27px;
        }

            .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
                color: #666666;
            }

                .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
                    content: "\f105";
                    font-family: 'FontAwesome';
                    font-size: 14px;
                    line-height: 15px;
                    margin: 0 5px 0 0;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
                    margin: 0 8px 0 0;
                }

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
    padding: 0 0 20px;
    position: relative;
}

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-top: 0px;
    }

        .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
            height: 20px;
            width: 100% !important;
        }

        .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
            background-color: #f1f1f1;
            background-repeat: repeat-x;
            cursor: pointer;
            position: absolute;
            width: 94% !important;
            height: 6px;
            left: 0;
            margin-top: -5px;
            top: 50%;
            width: 100%;
        }

            .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
                bottom: 0;
                height: 100%;
                top: 0;
                background-repeat: repeat-x;
                box-sizing: border-box;
                position: absolute;
                background: #c3c3c3;
            }

            .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
                background-color: #FFFFFF;
                background-repeat: repeat-x;
                -webkit-border-radius: 400px;
                -moz-border-radius: 400px;
                border-radius: 400px;
                height: 20px;
                margin-left: -3px !important;
                opacity: 1;
                position: absolute;
                top: -3px;
                width: 20px;
                margin-top: -5px;
            }

        .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
            margin-top: -36px;
        }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
        font-size: 15px;
        font-weight: 700;
        color: #fe5252;
        margin-top: 15px;
    }

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
    clear: both;
    display: block;
    font-family: 'Calibri', sans-serif, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 28px;
}

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
        color: #666666;
        display: block;
    }

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget .advertisement .item {
    background-position: center 55%;
    background-size: cover;
    padding-bottom: 55px
}

    .sidebar .sidebar-widget .advertisement .item .caption {
        color: #636363;
        left: 12%;
        letter-spacing: -3px;
        position: absolute;
        top: 11%;
        z-index: 100;
        display: table-cell;
    }

        .sidebar .sidebar-widget .advertisement .item .caption .big-text {
            font-size: 60px;
            line-height: 125px;
            text-transform: uppercase;
            font-family: 'Calibri', sans-serif;
            color: #fff;
            text-shadow: 1px 1px 3px #cfcfcf;
        }

            .sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
                font-size: 120px;
                color: #ff7878;
                display: block;
                text-shadow: 1px 1px 3px #cfcfcf;
            }

        .sidebar .sidebar-widget .advertisement .item .caption .excerpt {
            font-size: 24px;
            letter-spacing: -1px;
            text-transform: uppercase;
            color: #e6e6e6;
            text-shadow: 1px 1px 3px #cfcfcf;
        }

.sidebar .sidebar-widget .advertisement .owl-controls {
    bottom: 10px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}

    .sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
        display: inline-block;
    }

        .sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
            display: inline-block;
        }

            .sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
                display: block;
                width: 10px;
                height: 10px;
                background: #ddd;
                border: none;
                border-radius: 2px;
                margin: 0 2px;
                -webkit-transition: all 200ms ease-out;
                -moz-transition: all 200ms ease-out;
                -o-transition: all 200ms ease-out;
                transition: all 200ms ease-out;
            }

.sidebar-widget {
    background-color: #fff;
    padding: 20px;
    border: 1px #e5e5e5 solid
}

.related-product .tag {
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 45px;
    left: 15px;
    text-align: center;
    top: 3.5%;
    width: 50px;
    position: absolute;
}

.product-tag {
    margin-bottom: 25px
}

/*===================================================================================*/
/*  Slider
/*===================================================================================*/
#owl-main {
    text-align: center;
    cursor: default;
    /*height: 411px;*/
}

    #owl-main .owl-controls {
        display: inline-block;
        position: relative;
        margin-top: 40px;
    }
    /*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/
    #owl-main .owl-pagination {
        position: relative;
        line-height: 30px;
    }

    #owl-main .owl-buttons {
        display: block;
    }

    #owl-main .owl-prev,
    #owl-main .owl-next {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 50px;
        font-size: 21px;
        background-color: #f2f2f2;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: auto;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        opacity: 0;
    }

    #owl-main .owl-prev {
        left: 20px;
        /* -35px;*/
    }

    #owl-main .owl-next {
        right: 20px;
    }

    #owl-main:hover .owl-prev {
        left: 0;
        opacity: 0.5;
    }

    #owl-main:hover .owl-next {
        right: 0;
        opacity: 0.5;
    }

        #owl-main:hover .owl-prev:hover,
        #owl-main:hover .owl-next:hover {
            opacity: 1;
        }

    #owl-main .owl-outer-nav:after {
        content: "";
        position: absolute;
        top: 0;
        left: -15%;
        width: 130%;
        height: 100%;
        z-index: 0;
    }

    #owl-main .owl-outer-nav .owl-wrapper-outer,
    #owl-main .owl-outer-nav .owl-pagination,
    #owl-main .owl-outer-nav .owl-prev,
    #owl-main .owl-outer-nav .owl-next {
        z-index: 1;
    }

    #owl-main .owl-outer-nav .owl-controls {
        position: static;
    }

    #owl-main .owl-outer-nav .owl-prev {
        left: -65px;
    }

    #owl-main .owl-outer-nav .owl-next {
        right: -65px;
    }

    #owl-main .owl-outer-nav:hover .owl-prev {
        left: -80px;
    }

    #owl-main .owl-outer-nav:hover .owl-next {
        right: -80px;
    }

    #owl-main .owl-ui-md .owl-pagination {
        line-height: 45px;
    }

    #owl-main .owl-ui-md .owl-prev,
    #owl-main .owl-ui-md .owl-next {
        width: 45px;
        height: 45px;
        font-size: 45px;
    }

    #owl-main .owl-ui-md .owl-prev {
        left: -55px;
    }

    #owl-main .owl-ui-md .owl-next {
        right: -55px;
    }

    #owl-main .owl-ui-md:hover .owl-prev {
        left: -60px;
    }

    #owl-main .owl-ui-md:hover .owl-next {
        right: -60px;
    }

    #owl-main .owl-outer-nav.owl-ui-md:after {
        left: -18%;
        width: 136%;
    }

    #owl-main .owl-outer-nav.owl-ui-md .owl-prev {
        left: -85px;
    }

    #owl-main .owl-outer-nav.owl-ui-md .owl-next {
        right: -85px;
    }

    #owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
        left: -100px;
    }

    #owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
        right: -100px;
    }

    #owl-main .owl-ui-lg .owl-pagination {
        line-height: 60px;
    }

    #owl-main .owl-ui-lg .owl-prev,
    #owl-main .owl-ui-lg .owl-next {
        width: 60px;
        height: 60px;
        font-size: 42px;
    }

    #owl-main .owl-ui-lg .owl-prev {
        left: -75px;
    }

    #owl-main .owl-ui-lg .owl-next {
        right: -75px;
    }

    #owl-main .owl-ui-lg:hover .owl-prev {
        left: -80px;
    }

    #owl-main .owl-ui-lg:hover .owl-next {
        right: -80px;
    }

    #owl-main .owl-outer-nav.owl-ui-lg:after {
        left: -22%;
        width: 144%;
    }

    #owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
        left: -105px;
    }

.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px;
}

#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px;
}

#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px;
}

#owl-main .owl-inner-nav .owl-controls {
    position: static;
}

#owl-main .owl-inner-nav .owl-prev {
    left: 45px;
}

#owl-main .owl-inner-nav .owl-next {
    right: 45px;
}

#owl-main .owl-inner-nav:hover .owl-prev {
    left: 30px;
}

#owl-main .owl-inner-nav:hover .owl-next {
    right: 30px;
}

#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
    bottom: 70px;
}

#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px;
}

#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}

#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px;
}

#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px;
}

#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px;
}

#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px;
}

#owl-main .owl-inner-pagination .owl-pagination {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

#owl-main .owl-inner-pagination:hover .owl-pagination {
    opacity: 1;
}

#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px;
}

#owl-main.height-md .item {
    height: 457px;
}

#owl-main.height-lg .item {
    height: 675px;
}

#owl-main .container {
    display: table;
    height: inherit;
}

#owl-main .caption {
    display: table-cell;
}

    #owl-main .caption.vertical-center {
        vertical-align: middle;
        padding-bottom: 3vh;
    }

    #owl-main .caption.vertical-top {
        vertical-align: top;
        padding-top: 8vh;
    }

    #owl-main .caption.vertical-bottom {
        vertical-align: bottom;
        padding-bottom: 14vh;
    }

    #owl-main .caption.text-center {
        padding-left: 10%;
        padding-right: 10%;
    }

    #owl-main .caption.text-left {
        padding-right: 20%;
    }

    #owl-main .caption.text-right {
        padding-left: 20%;
    }

#owl-main .owl-controls {
    display: block;
    position: static;
    margin-top: -47px;
}

#owl-main .owl-pagination {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#owl-main:hover .owl-pagination {
    bottom: -15px;
    opacity: 1;
    display: none
}

#owl-main .owl-prev,
#owl-main .owl-next {
    bottom: 0;
}

#owl-main .owl-controls .owl-page {
    display: inline-block;
}

#owl-main .owl-pagination .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    background: #d3d3d3;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#owl-main .owl-item-gap .item {
    margin: 0 15px;
}

#owl-main .owl-item-gap-sm .item {
    margin: 0 10px;
}

#owl-main .owl-item.loading {
    min-height: inherit;
    background: none;
}

#owl-main .item {
    background-color: #FFFFFF;
    background-position: center 55%;
    background-size: 100%;
    /*height: 500px;*/
    background-repeat:no-repeat;
}

    #owl-main .item .caption {
        color: #333;
        left: 50px;
        position: absolute;
        top: 20%;
        z-index: 100;
        /*padding-right: 8%;*/
        background: #fdd922;
        border-radius: 50%;
        padding: 30px 30px 20px 30px;
        text-align: center;
        width: 270px;
        height: 270px;
    }
@media screen and (max-width:992px) {
    #owl-main .item .caption {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50% !important;
        transform: translateY(-50%);

        }
        #owl-main .item .caption.bg-color .big-text {
            padding: 5px 8px 0px!important;
        }
        #owl-main .item .caption .button-holder{margin-top:5px!important;}
    }
        @media screen and (max-width:768px) {
            #owl-main .item .caption {
                width: 150px !important;
                height: 150px !important;
            }
        }
        #owl-main .item .caption .slider-header {
            font-family: Calibri, sans-serif;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

        #owl-main .item .caption .white {
            color: #333 !important
        }

        #owl-main .item .caption .big-text {
            font-size: 23px;
            line-height: 24px;
            text-transform: uppercase;
            font-family: Calibri, sans-serif;
            padding: 0 25px;
            background: #bbbbbb;
            color: #000;
            font-weight: 700;
            letter-spacing: normal
        }

            #owl-main .item .caption .big-text .highlight {
                color: #333;
            }

        #owl-main .item .caption .excerpt,
        #owl-main .item .caption .small {
            font-size: 14px;
            /*line-height: 50px;*/
            margin-top: 10px;
            font-family: 'Calibri', sans-serif;
            font-weight: 500;
            padding-left: 23px;
            background: rgba(0, 0, 0, 0);
            color: #fff;
        }

            #owl-main .item .caption .excerpt span,
            #owl-main .item .caption .small span {
                background: none repeat scroll 0 0 #bbbbbb;
                -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
                -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
                box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
                line-height: 336%;
                padding: 5px 0;
                display: inline;
            }

        #owl-main .item .caption .button-holder {
            margin: 20px 0 0;
        }

        #owl-main .item .caption.bg-color {
            padding-right: 3%;
        }

            #owl-main .item .caption.bg-color .big-text {
                background: rgba(0, 0, 0, 0);
                padding: 25px 10px 14px;
            }

            #owl-main .item .caption.bg-color .excerpt,
            #owl-main .item .caption.bg-color .small {
                background: rgba(0, 0, 0, 0);
                padding: 0;
                color: #444;
                margin-top: 0;
            }

                #owl-main .item .caption.bg-color .excerpt span,
                #owl-main .item .caption.bg-color .small span {
                    background: rgba(0, 0, 0, 0);
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    display: block;
                    line-height: 20px;
                }

#owl-main .full-width-slider {
    margin-bottom: 30px;
}

    #owl-main .full-width-slider .item {
        background-color: #FFFFFF;
        background-position: center 55%;
        background-size: cover;
        height: 449px;
    }

        #owl-main .full-width-slider .item .caption {
            position: absolute;
            top: 11%;
            z-index: 100;
        }

            #owl-main .full-width-slider .item .caption .big-text {
                font-size: 119px;
                line-height: 80px;
                color: #fff;
                background: rgba(0, 0, 0, 0);
                padding: 0;
                text-transform: none;
            }

            #owl-main .full-width-slider .item .caption .excerpt {
                font-size: 60px;
                line-height: 80px;
                margin-top: 15px;
                text-transform: uppercase;
                color: #fff;
                background: rgba(0, 0, 0, 0);
                padding: 0;
            }

            #owl-main .full-width-slider .item .caption .button-holder {
                margin: 31px 0 0;
            }

.cnt-homepage .homepage-slider2 {
    height: 449px;
}

    .cnt-homepage .homepage-slider2 #owl-main .item .caption {
        top: 24%;
        padding-right: 10%;
        right: 0;
        left: 0;
    }

    .cnt-homepage .homepage-slider2 #owl-main .owl-controls {
        margin-top: -89px;
        text-align: center !important;
    }

.cnt-homepage .breadcrumb ul {
    text-align: left;
}

.cnt-homepage .cart .action .left {
    margin-left: 10px;
    padding: 2px 10px;
}

.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    height: 15px;
    width: 15px;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #e4e4e4;
}

.homepage-slider3 {
    height: 368px;
}

    .homepage-slider3 #owl-main .item {
        height: 368px;
    }

        .homepage-slider3 #owl-main .item .caption {
            padding-left: 10%;
            padding-right: 44%;
        }

            .homepage-slider3 #owl-main .item .caption .small {
                font-size: 15px;
                line-height: 50px;
                text-transform: uppercase;
                font-family: 'Calibri', sans-serif;
                text-shadow: 2px 2px #c3c3c3;
                color: #fff;
                padding-left: 0;
            }

            .homepage-slider3 #owl-main .item .caption .big-text {
                font-size: 45px;
                line-height: 50px;
                text-transform: uppercase;
                font-family: 'Calibri', sans-serif;
                text-shadow: 2px 2px #c3c3c3;
                color: #000;
            }

            .homepage-slider3 #owl-main .item .caption .excerpt {
                font-size: 13px;
                line-height: 20px;
                color: #fff;
                text-transform: none;
            }

    .homepage-slider3 #owl-main .owl-controls {
        margin-top: -79px;
    }

.home-page-slider4 {
    position: relative;
}

    .home-page-slider4 .customNavigation {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -15px;
    }

        .home-page-slider4 .customNavigation .controls {
            position: relative;
        }

    .home-page-slider4 .owl-controls {
        bottom: 20px;
        position: absolute;
        text-align: center;
        top: auto;
        width: 100%;
    }

        .home-page-slider4 .owl-controls .owl-buttons {
            display: none !important;
        }

        .home-page-slider4 .owl-controls .owl-pagination .owl-page {
            display: inline-block;
        }

            .home-page-slider4 .owl-controls .owl-pagination .owl-page span {
                background: none repeat scroll 0 0 #e6e6e6;
                border: medium none;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                display: block;
                height: 12px;
                margin: 0 5px;
                -webkit-transition: all 200ms ease-out 0s;
                -moz-transition: all 200ms ease-out 0s;
                -o-transition: all 200ms ease-out 0s;
                transition: all 200ms ease-out 0s;
                width: 12px;
                -moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
                -webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
            }

    .home-page-slider4 .owl-prev,
    .home-page-slider4 .owl-next {
        position: absolute;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        opacity: 0;
    }

    .home-page-slider4 .owl-prev {
        left: 20px;
    }

    .home-page-slider4 .owl-next {
        right: 20px;
    }

    .home-page-slider4:hover .owl-prev {
        left: 0;
        opacity: 1;
    }

    .home-page-slider4:hover .owl-next {
        right: 0;
        opacity: 1;
    }

        .home-page-slider4:hover .owl-prev:hover,
        .home-page-slider4:hover .owl-next:hover {
            opacity: 1;
        }

    .home-page-slider4 #owl-main .owl-pagination {
        background: rgba(0, 0, 0, 0);
        -webkit-border-radius: 3px;
        -moz-border-radiu: 3px;
        border-radius: 3px;
        display: inline-block;
        line-height: inherit;
        margin: auto;
        opacity: 1;
        padding: 10px;
        position: relative;
        -webkit-transition: all 200ms ease-out 0s;
        -moz-transition: all 200ms ease-out 0s;
        -o-transition: all 200ms ease-out 0s;
        transition: all 200ms ease-out 0s;
        bottom: 0;
    }

.cnt-homepage .homepage-container .btn-primary {
    padding: 2px 17px;
    -webkit-border-radius: 0;
    -moz-border-radiu: 0;
    border-radius: 0;
}

.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homep2474
age-container #owl-main .owl-next {
    top: 25%;
}

.info-boxes-inner {
    background-color: #f8f8f8;
    border: 1px #e5e5e5 solid
}


.info-boxes {
}

    .info-boxes .info-box {
        padding: 23px 25px;
        text-align: center
    }

        .info-boxes .info-box .icon {
            font-size: 35px;
        }

        .info-boxes .info-box .info-box-heading {
            font-size: 13px;
            line-height: 21px;
            text-transform: uppercase;
            font-family: Calibri, sans-serif;
            margin-top: 0;
            font-weight: 500;
            margin-bottom: 0px;
            letter-spacing: 1px
        }

            .info-boxes .info-box .info-box-heading.orange {
                color: #ffb847;
            }

            .info-boxes .info-box .info-box-heading.red {
                color: #ff7878;
            }

        .info-boxes .info-box i {
            color: #ff3c00;
            font-size: 24px;
            font-weight: normal;
            display: block;
            margin-bottom: 10px
        }

        .info-boxes .info-box .text {
            color: #999;
            font-weight: normal;
            font-size: 13px;
            margin: 0;
            letter-spacing: 0.5px;
            font-family: 'Calibri', sans-serif
        }

/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/

.scroll-tabs {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px #e5e5e5 solid
}

    .scroll-tabs .more-info-tab {
        padding: 10px 20px 10px 0;
        height: 105px;
        /*background: url(../images/line-bg.png) repeat top left;*/
    }

        .scroll-tabs .more-info-tab .new-product-title {
            margin-bottom: 0;
            margin-top: 0;
            font-size: 20px;
            font-family: Calibri, sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            /* background: url(../images/header-bg.png) no-repeat top right;*/
            color: #333e48;
            height: 36px;
            padding: 8px 25px;
            text-align: center;
        }

    .scroll-tabs .nav-tab-line {
        border-bottom: none;
        margin-top: 5px;
    }

        .scroll-tabs .nav-tab-line li.active a {
            color: #333e48;
            font-weight: 600;
        }

            .scroll-tabs .nav-tab-line li.active a:after {
                content: "";
                border-bottom: 5px #ff3c00 solid;
                width: 40px;
                position: absolute;
                bottom: -14px;
                left: 50%;
                margin-left: -20px;
                border-radius: 10px;
            }

        .scroll-tabs .nav-tab-line li a {
            font-weight: 500;
            color: #0074b8;
            font-size: 13px;
            border: medium none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 3px 12px !important;
            position: relative;
            font-family: 'Calibri', sans-serif;
            border-radius: 3px;
        }

            .scroll-tabs .nav-tab-line li a:hover,
            .scroll-tabs .nav-tab-line li a:focus {
                background: rgba(0, 0, 0, 0);
                border: none;
            }

#product-tabs-slider .tab-content {
    padding-left: 20px;
    background: #f8f8f8;
}

.tab-content {
    padding-left: 0px
}

#product-tabs-slider.scroll-tabs .nav-tab-line {
    text-align: center
}

#product-tabs-slider.scroll-tabs .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

#product-tabs-slider.scroll-tabs .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

#product-tabs-slider.scroll-tabs .custom-carousel .owl-controls {
    right: 0;
    top: 190px;
}

    #product-tabs-slider.scroll-tabs .custom-carousel .owl-controls .owl-prev {
        width: 22px;
        height: 40px;
        border-radius: 0;
        left: -20px;
    }

        #product-tabs-slider.scroll-tabs .custom-carousel .owl-controls .owl-prev:before {
            top: 6px;
        }

    #product-tabs-slider.scroll-tabs .custom-carousel .owl-controls .owl-next {
        width: 22px;
        height: 40px;
        border-radius: 0;
    }

        #product-tabs-slider.scroll-tabs .custom-carousel .owl-controls .owl-next:before {
            top: 6px;
        }

.product {
    position: relative;
    padding:5px 10px;
    border:1px solid #e5e5e5;
    border-radius:5px;
}

    .product .product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .product .product-image .image {
        overflow: hidden;
        height: 260px;
    }
    /*.zoomedItems .product:hover .product-image .image img {
  -webkit-transform: scale(2.2);
  transform: scale(2.2);
  -moz-transform: scale(2.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}*/

    .product .product-image .tag {
        position: absolute;
        left:0;
    }

    .product .product-info .name {
        font-size: 13px;
        font-family: 'Calibri', sans-serif;
    }

        .product .product-info .name a {
            color: #0275d8;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: normal;
        }

    .product .product-info .star-rating .color {
        color: #ffb400;
    }

    .product .product-info .product-price .price {
        font-weight: 700;
        font-size: 14px;
        line-height: 30px;
        margin-right: 8px;
    }

    .product .product-info .product-price .price-before-discount {
        text-decoration: line-through;
        color: #d3d3d3;
        font-weight: 400;
        line-height: 30px;
        font-size: 14px;
    }

    .product .cart {
        /*margin-top: 5px;*/
        opacity: 1;
        /*-webkit-transition: all 0.5s linear 0s;
        -moz-transition: all 0.5s linear 0s;
        -o-transition: all 0.5s linear 0s;
        transition: all 0.5s linear 0s;*/
        width: 100%;
        z-index: 666;
        /*left: 50%;*/
        display:flex;justify-content:flex-end;align-items:center;
        position: absolute;
        top: 0;
        /*margin-left: -60px;*/
    }

        .product .cart .action ul li {
            float: left;
            margin: 2px;
        }

        .product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            background: #fdd922;
            color: #fff;
            border-radius: 3px;
            font-size: 14px;
            padding: 7px 13px;
        }

        .product .cart .action ul li.add-cart-button .btn.btn-primary.icon:hover {
            color: #fff
        }

        .product .cart .action ul li.lnk {
            margin: 10px 0;
            background: #ff3c00;
            margin: 2px;
            padding: 8px 2px;
            border-radius: 3px;
        }

        .product .cart .action ul li.lnk a {
            padding: 0 10px;
            color: #fff;
            padding: 8px 10px;
        }

        .product .cart .action ul li.lnk.wishlist {
            background: #ffc4b0;
            margin: 2px;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            line-height: 25px;
            text-align: center;
        }

.tag {
    font-size: 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    top: 1.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 10px;
    /*11px;*/
    text-align: center;
}

    .tag span {
        position: relative;
        z-index: 100;
    }

    .tag.new {
        background: #69bf6e;
    }

    .tag.hot {
        background: #69bf6e;
    }

    .tag.liked {
        background: #69bf6e;
    }

/*.product:hover .cart {
    opacity: 1;
    top: 45%
}*/

.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
    margin-top: 4px;
}

.cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0;
}

    .cart .action {
        float: left;
    }

        .cart .action .add-cart-button .btn.btn-primary.icon {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            background: #ff3c00;
            color: #fff
        }

.sidebar-widget .add-cart-button .btn-primary.icon {
    border-right: 2px rgba(255,255,255,0.3) solid !important
}

.cart .action.lnk {
    margin: 10px 0;
}

    .cart .action.lnk a {
        padding: 0 10px;
        color: #dadada;
    }

    .cart .action.lnk.wishlist {
        border-right: 1px solid #dadada;
    }

.product-micro .product-image .image a .zoom-overlay:before {
    color: #FFFFFF;
    content: "\f00e";
    font-family: 'FontAwesome';
    left: 45%;
    position: relative;
    right: 40%;
}

.product-micro .product-image .image a .zoom-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 99;
}

    .product-micro .product-image .image a .zoom-overlay:hover,
    .product-micro .product-image .image a .zoom-overlay:focus {
        opacity: 1;
    }

.cnt-home .product-micro .tag-micro {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 29px;
    top: 5.5%;
}

.cnt-home .product-micro .product-info .name {
    font-size: 13px;
    margin-top: 0 !important;
}

.cnt-home .product-micro .product-info .product-price .price {
    font-size: 12px;
    font-family: 'Calibri', sans-serif;
}

.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
    font-size: 12px;
    line-height: 1.7;
}

.copyright-bar {
    background: #f8f8f8;
    padding: 10px 0;
}

    .copyright-bar .copyright {
        color: #888;
        line-height: 28px;
    }

    .copyright-bar .payment-methods {
        text-align: right;
    }

        .copyright-bar .payment-methods ul li {
            display: inline-block;
            margin-right: 15px;
        }

            .copyright-bar .payment-methods ul li:last-child {
                margin-right: 0;
            }

    .copyright-bar .no-padding {
        padding: 0;
    }

.promo-banner {
    margin-bottom: 30px;
    border: 3px #a9d9f4 solid;
    background: #fff;
}

    .promo-banner img {
        max-width: 100%
    }

.banner-1 {
    background: url(../images/line-bg.png) repeat top left;
    border: 1px #eaeaea solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 16px
}

    .banner-1 img {
        border-radius: 3px;
        max-width: 100%
    }

.banner-2 {
    background: url(../images/line-bg.png) repeat top left;
    border: 1px #eaeaea solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 16px
}

    .banner-2 img {
        border-radius: 3px;
        max-width: 100%
    }


.wide-banner {
    overflow: hidden;
}

    .wide-banner .image img {
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .wide-banner:hover img {
    }

.cnt-strip {
    position: relative;
}

    .cnt-strip .strip {
        position: absolute;
        bottom: 20px;
        width: 100%;
        padding: 8px 30px 5px 30px;
        right: 10px;
    }

        .cnt-strip .strip h1 {
            font-size: 36px;
            color: #ff4c4c;
            margin: 0;
            text-transform: uppercase;
            font-family: Calibri, sans-serif;
            font-weight: bold
        }

        .cnt-strip .strip h2 {
            font-size: 36px;
            color: #fff;
            margin: 0;
            text-transform: uppercase;
            font-family: Calibri, sans-serif;
            font-weight: 800
        }

            .cnt-strip .strip h2 .shopping-needs {
                font-family: Calibri, sans-serif;
                color: #fff;
                font-weight: normal;
                font-size: 22px
            }

        .cnt-strip .strip h3 {
            font-size: 30px;
            color: #434343;
            margin: 0;
            text-transform: uppercase;
            font-family: Calibri, sans-serif;
        }

        .cnt-strip .strip h4 {
            font-size: 20px;
            margin: 0;
            text-transform: uppercase;
            font-family: Calibri, sans-serif;
        }

        .cnt-strip .strip.strip-text {
            width: 60%;
        }

        .cnt-strip .strip .red {
            color: #ff7878;
        }

        .cnt-strip .strip .black {
            color: #434343;
        }

        .cnt-strip .strip .green {
            color: #83c038;
        }

        .cnt-strip .strip .white {
            color: #fff;
        }

        .cnt-strip .strip .normal-shopping-needs {
            font-size: 35px;
            font-family: 'Calibri', sans-serif;
        }

    .cnt-strip .new-label {
        background: url("../images/label.png") no-repeat scroll right top;
        height: 72px;
        position: absolute;
        left: -1px;
        top: -1px;
        width: 72px;
        z-index: 999;
    }

        .cnt-strip .new-label .text {
            color: #fff;
            font-family: 'Calibri', sans-serif, sans-serif;
            font-size: 14px;
            font-weight: bold;
            line-height: 22px;
            left: -13px;
            position: absolute;
            text-align: center;
            top: 14px;
            -ms-transform: rotate(-43deg);
            letter-spacing: 1px;
            /* IE 9 */
            -webkit-transform: rotate(-43deg);
            /* Chrome, Safari, Opera */
            transform: rotate(-43deg);
            width: 100%;
        }

.wide-banners {
    overflow: hidden
}

    .wide-banners.homepage-banner {
        margin-top: 30px;
    }

        .wide-banners.homepage-banner h4 {
            font-size: 30px;
            font-family: 'Calibri', sans-serif;
        }

        .wide-banners.homepage-banner h3 {
            font-size: 35px;
            font-family: 'Calibri', sans-serif;
        }

.new-banner {
    margin-top: 30px;
}

    .new-banner .cnt-strip .strip {
        width: auto;
        padding: 0;
        right: 23px;
    }

        .new-banner .cnt-strip .strip h3 {
            background: #707070;
            padding: 13px 23px 13px 16px;
            line-height: 24px;
            font-size: 30px;
            font-family: 'Calibri', sans-serif;
        }

        .new-banner .cnt-strip .strip h5 {
            font-size: 16px;
            line-height: 30px;
            font-weight: 700;
            padding-right: 21px;
            text-transform: uppercase;
        }

            .new-banner .cnt-strip .strip h5 span {
                background: none repeat scroll 0 0 #707070;
                -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
                -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
                box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
                padding: 0.6em 0;
            }

    .new-banner.no-margin {
        margin-top: -10px;
    }

.megamenu-banner {
    margin-top: 30px !important;
}

    .megamenu-banner h3 {
        font-size: 30px;
        font-family: 'BebasNeueRegular';
    }

    .megamenu-banner h2 {
        font-size: 40px;
        font-family: 'BebasNeueBold';
    }

.wide-banner-4 .cnt-strip .strip h1 {
    font-size: 50px;
    font-family: 'Calibri', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h2 {
    font-size: 40px;
    font-family: 'Calibri', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h3 {
    font-size: 30px;
    font-family: 'Calibri', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h4 {
    font-size: 20px;
    font-family: 'Calibri', sans-serif;
}

.wide-banner-4 .cnt-strip .strip p {
    font-size: 23px;
    font-family: 'Calibri', sans-serif;
    margin-bottom: 0;
}

.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 14px;
    font-family: 'Calibri', sans-serif;
    font-weight: bold
}

    .blog-slider-container .blog-slider .blog-post-info .name a {
        color: #555;
    }

.blog-slider-container .blog-slider .blog-post-info .info {
    color: #9c9c9c;
    font-size: 13px;
    margin-bottom: 8px;
    overflow: hidden;
    display: block
}

.blog-slider-container .blog-slider .blog-post-info .text {
    color: #434343;
    font-size: 13px;
}

.footer .links-social {
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 70px;
}

.social {
    overflow: hidden
}

    .social a {
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
    }

        .social a:hover {
            color: #fff;
        }

    .social .fb a:before {
        content: "\f09a";
        font-family: 'FontAwesome';
    }

    .social .fb a {
        font-size: 16px;
        display: inline-block !important;
        text-align: center;
        padding: 0;
        background: #3C5B9B !important;
    }

    .social .tw a:before {
        content: "\f099";
        font-family: 'FontAwesome';
    }

    .social .tw a {
        font-size: 16px;
        display: inline-block !important;
        text-align: center;
        padding: 0;
        background: #359BED !important;
    }

    .social .googleplus a:before {
        content: "\f0d5";
        font-family: 'FontAwesome';
    }

    .social .googleplus a {
        font-size: 16px;
        display: inline-block !important;
        text-align: center;
        padding: 0;
        background: #E33729 !important;
    }

    .social .rss a:before {
        content: "\f09e";
        font-family: 'FontAwesome';
    }

    .social .rss a {
        content: "\f09e";
        font-family: 'FontAwesome';
        font-size: 16px;
        display: inline-block !important;
        text-align: center;
        padding: 0;
        background: #FD9F13 !important;
    }

    .social .pintrest a:before {
        content: "\f0d3";
        font-family: 'FontAwesome';
    }

    .social .pintrest a {
        content: "\f0d3";
        font-family: 'FontAwesome';
        font-size: 16px;
        display: inline-block !important;
        text-align: center;
        padding: 0;
        background: #cb2027 !important;
    }

    .social .linkedin a:before {
        content: "\f0e1";
        font-family: 'FontAwesome';
    }

    .social .linkedin a {
        content: "\f0e1";
        font-family: 'FontAwesome';
        font-size: 16px;
        display: inline-block !important;
        text-align: center;
        padding: 0;
        background: #027ba5 !important;
    }

    .social .youtube a:before {
        content: "\f167";
        font-family: 'FontAwesome';
    }

    .social .youtube a {
        font-size: 16px;
        display: inline-block !important;
        text-align: center;
        padding: 0;
        background: #F03434 !important;
    }

    .social h4 {
        margin: 25px 0 0 0;
    }

    .social ul {
        margin: 0;
        list-style: none;
    }

        .social ul li {
            margin-right: 7px;
        }

        .social ul li {
            border-bottom: none;
        }

    .social a {
        transition: background 400ms ease-in-out;
        -webkit-transition: background 400ms ease-in-out;
        -moz-transition: background 400ms ease-in-out;
        -o-transition: background 400ms ease-in-out;
    }

.footer .links-social .contact-info .footer-logo {
    margin-top: 10px;
}

.footer .links-social .contact-info .about-us {
    margin-bottom: 20px;
}

.footer .links-social .contact-info .social-icons a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 2em;
    height: 2em;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

    .footer .links-social .contact-info .social-icons a:hover,
    .footer .links-social .contact-info .social-icons a:focus,
    .footer .links-social .contact-info .social-icons a.active {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
    }

    .footer .links-social .contact-info .social-icons a .icon {
        line-height: 2em;
    }

.footer .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Calibri', sans-serif;
    color: #555555;
}

.footer .contact-timing .table tbody tr {
    border-bottom: 1px solid #e1e1e1;
}

    .footer .contact-timing .table tbody tr td {
        border-top: none;
        font-size: 12px;
        line-height: 36px;
        padding: 0 !important;
    }

.footer .contact-timing .contact-number {
    font-family: 'Calibri', sans-serif;
}

.footer .contact-information .media .media-body a {
    color: #666666;
}

.footer .footer-bottom {
    background: none repeat scroll 0 0 #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.footer .module-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 15px
}

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Calibri', sans-serif;
    color: #fff;
}

.footer .footer-bottom .module-body ul li {
}

.toggle-footer {
    color: #c5e1fd
}

    .toggle-footer a {
        margin-left: 0px !important
    }

        .toggle-footer a:before {
            display: none
        }

    .toggle-footer i {
        background: linear-gradient(to bottom, #2c5987 0%, #254a71 100%);
        border-radius: 2px
    }

.footer .footer-bottom .module-body ul li:last-child {
    border: none
}

.footer .footer-bottom .module-body ul li a {
    font-size: 13px;
    line-height: 30px;
    color: #c5e1fd;
    position: relative;
    margin-left: 23px;
    display: block;
}

    .footer .footer-bottom .module-body ul li a:before {
        content: "\f111";
        font-family: 'FontAwesome';
        position: absolute;
        margin-left: -22px;
        font-size: 6px;
    }

.product-tag .item {
    background-color: #f5f5f5;
    color: #666666;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 12px;
}

    .product-tag .item.active,
    .product-tag .item:hover,
    .product-tag .item:focus {
        color: #fff;
    }

.newsletter .sidebar-widget-body input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
    top: -20px
}

.hot-deals .custom-carousel .owl-controls .owl-prev {
    top: -20px;
    left: 0;
}

.hot-deals .hot-deal-wrapper {
    position: relative;
}

    .hot-deals .hot-deal-wrapper .image img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .hot-deals .hot-deal-wrapper .sale-offer-tag {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: 700;
        height: 50px;
        text-transform: uppercase;
        top: 4%;
        right: 10px;
        width: 50px;
        z-index: 100;
        background: #ff7878;
        position: absolute;
        text-align: center;
    }

        .hot-deals .hot-deal-wrapper .sale-offer-tag span {
            position: relative;
            z-index: 100;
            top: 10px;
        }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        bottom: 20px;
        position: absolute;
        left: 15px;
    }

        .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
            display: table;
            text-align: center;
            margin-right: 4px;
            float: left;
        }

            .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
                background-color: #fff;
                color: #333;
                display: table-cell;
                height: 44px;
                vertical-align: middle;
                width: 45px;
                line-height: 15px;
            }

                .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
                    display: block;
                    font-size: 14px;
                    text-transform: uppercase;
                    font-weight: 700;
                    font-family: 'Calibri', sans-serif
                }

                .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
                    display: block;
                    font-size: 9px;
                    font-weight: 500;
                    letter-spacing: 0.5px
                }

            .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
                margin-right: 0;
            }

.hot-deals .product-info .name {
    font-size: 14px;
    font-family: 'Calibri', sans-serif;
}

    .hot-deals .product-info .name a {
        color: #555;
    }

.hot-deals .product-info .product-price .price {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-right: 8px;
}

.hot-deals .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.hot-deals .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 666;
    left: 0;
}

    .hot-deals .cart .action {
        float: left;
    }

        .hot-deals .cart .action .add-cart-button a {
            background: none repeat scroll 0 0 #a8a8a8;
            border: medium none;
            color: #FFFFFF;
            display: block;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            padding: 0;
        }

            .hot-deals .cart .action .add-cart-button a .icon {
                background: none repeat scroll 0 0 #575757;
                color: #FFFFFF;
                height: 100%;
                left: 0;
                font-size: 13px;
                padding: 11px 0 0;
                position: absolute;
                text-align: center;
                top: 0;
                width: 35px;
            }

            .hot-deals .cart .action .add-cart-button a span {
                display: block;
                margin-left: 35px;
                overflow: hidden;
                padding: 8px 13px;
            }

            .hot-deals .cart .action .add-cart-button a:hover,
            .hot-deals .cart .action .add-cart-button a:focus {
                background: #c6c6c6;
            }

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

    .breadcrumb ul {
        margin: auto;
        padding: 8px 0 0;
        text-align: left;
    }
        /*.breadcrumb ul li:after {
  color: #666666;
  content: "/";
  font-family: 'Calibri', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  margin-right: -4px;
  padding: 0;
}*/
        .breadcrumb ul li:last-child:after {
            content: "";
        }

        .breadcrumb ul li a {
            color: #666666;
            font-family: 'Calibri', sans-serif, sans-serif;
            font-size: 12px;
            line-height: 24px;
            font-weight: 500;
        }

.category-carousel {
    text-align: center;
    cursor: default;
}

    .category-carousel .item {
        position: relative;
        margin-bottom: 30px;
    }

        .category-carousel .item .caption {
            color: #636363;
            left: 6%;
            letter-spacing: -3px;
            position: absolute;
            top: 10%;
            z-index: 100;
            display: table-cell;
        }

            .category-carousel .item .caption .big-text {
                font-size: 100px;
                line-height: 145px;
                text-transform: uppercase;
                font-family: 'Calibri', sans-serif;
                color: #ffe11b;
            }

            .category-carousel .item .caption .excerpt {
                font-size: 36px;
                letter-spacing: normal;
                color: #fff;
            }

            .category-carousel .item .caption .excerpt-normal {
                font-size: 14px;
                letter-spacing: normal;
                color: #fff;
                letter-spacing: 0.5px
            }


        .category-carousel .item .owl-controls {
            display: inline-block;
            position: relative;
            margin-top: 40px;
        }

            .category-carousel .item .owl-controls .owl-prev,
            .category-carousel .item .owl-controls .owl-next {
                display: inline-block;
                position: absolute;
                top: 0;
                bottom: 0;
                width: 30px;
                height: 30px;
                font-size: 21px;
                color: #FFF;
                background-color: #d3d3d3;
                border: none;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                margin: auto;
                -webkit-transition: all 200ms ease-out;
                -moz-transition: all 200ms ease-out;
                -o-transition: all 200ms ease-out;
                transition: all 200ms ease-out;
                opacity: 0;
            }

            .category-carousel .item .owl-controls .owl-prev {
                left: -35px;
            }

            .category-carousel .item .owl-controls .owl-next {
                right: -35px;
            }

        .category-carousel .item:hover .owl-prev {
            left: -40px;
            opacity: .25;
        }

        .category-carousel .item:hover .owl-next {
            right: -40px;
            opacity: .25;
        }

            .category-carousel .item:hover .owl-prev:hover,
            .category-carousel .item:hover .owl-next:hover {
                opacity: 1;
            }

.filters-container {
    padding: 0px;
    background-color: #fff;
    padding-bottom: 0px
}

    .filters-container .nav-tabs.nav-tab-box {
        border: medium none;
        margin-top: 3px;
    }

        .filters-container .nav-tabs.nav-tab-box li {
            margin-right: 5px;
            padding: 0;
        }

            .filters-container .nav-tabs.nav-tab-box li a {
                background: none repeat scroll 0 0 #FFFFFF;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                color: #666666;
                font-family: 'Calibri', sans-serif, sans-serif;
                line-height: 18px;
                border: none !important;
                padding: 0;
            }

                .filters-container .nav-tabs.nav-tab-box li a .icon {
                    margin-right: 5px;
                    color: #aaa;
                }

    .filters-container .lbl-cnt {
        color: #666666;
        font-family: 'Calibri', sans-serif, sans-serif;
        font-size: 12px;
        line-height: 24px;
    }

        .filters-container .lbl-cnt .lbl {
            color: #666666;
            display: inline-block;
            font-family: 'Calibri', sans-serif, sans-serif;
            font-size: 12px;
            line-height: 28px;
            margin-right: 10px;
        }

        .filters-container .lbl-cnt .dropdown.dropdown-med .btn {
            border: 1px solid #e5e5e5;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding: 4px 12px;
            background: #fff;
            font-size: 13px;
        }

            .filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
                margin-left: 13px;
                margin-top: -2px;
            }

        .filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #e1e1e1;
        }

            .filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
            .filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
                background: rgba(0, 0, 0, 0);
            }

    .filters-container .pagination-container {
        margin-top: 4px;
        margin-bottom: 20px;
    }

        .filters-container .pagination-container ul {
            margin: 0;
        }

            .filters-container .pagination-container ul li.prev,
            .filters-container .pagination-container ul li.next {
                background: none repeat scroll 0 0 #dddddd;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .filters-container .pagination-container ul li.prev a,
                .filters-container .pagination-container ul li.next a,
                .filters-container .pagination-container ul li.prev a:hover,
                .filters-container .pagination-container ul li.next a:hover,
                .filters-container .pagination-container ul li.prev a:focus,
                .filters-container .pagination-container ul li.next a:focus {
                    color: #fff;
                }

            .filters-container .pagination-container ul li a {
                color: #666666;
                display: inline-block;
                font-family: 'Calibri', sans-serif, sans-serif;
                font-size: 13px;
                line-height: 20px;
                padding: 0 3px;
            }

            .filters-container .pagination-container ul li.active a {
            }

.search-result-container .category-product {
}

    .search-result-container .category-product .product {
        margin-bottom: 30px;
    }

        .search-result-container .category-product .product .product-image .tag {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 10px;
            right: 14px;
            letter-spacing: 0.5px;
        }


.search-result-container .category-product-inner .product-list.product {
    position: relative;
    margin-bottom: 30px;
}

    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0px;
    }

        .search-result-container .category-product-inner .product-list.product .product-info .cart {
            margin-top: 20px;
            top: auto;
            bottom: 0;
            opacity: 1;
            left: 0;
            position: relative;
            margin-left: 0px
        }

        .search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
            display: block;
            margin-right: 5px;
        }

    .search-result-container .category-product-inner .product-list.product .tag {
        position: absolute;
        right: 12px;
        top: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
        right: 14px;
        letter-spacing: 0.5px;
    }

.product-list.product .product-info .name {
    font-size: 18px;
}

.product-list.product .product-info .description {
    line-height: 20px;
    /*height:80px;*/
    overflow: hidden;
    max-height: 70px;
    margin-bottom:10px;
}

/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/

.detail-block {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    padding-bottom: 10px
}

.single-product .product-info-block .name {
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: -1px
}

.single-product .single-product-gallery {
    padding-bottom: 30px
}

.single-product .favorite-button .btn-primary {
    background: #ddd
}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
    border: 1px solid #e5e5e5;
}

.single-product .gallery-holder .gallery-thumbs {
    margin: 15px 0 0;
    position: relative;
    text-align: left;
}

    .single-product .gallery-holder .gallery-thumbs .owl-item .item {
        margin-right: 10px;
        border: 1px solid #e5e5e5;
    }

.single-product .product-info .rating-reviews .reviews .lnk {
    color: #aaaaaa;
}

.single-product .product-info .stock-container .stock-box .label {
    font-size: 13px;
    font-family: 'Calibri', sans-serif;
    line-height: 18px;
    color: #666666;
    padding: 0;
    font-weight: normal;
}

.single-product .product-info .stock-container .stock-box .value {
    font-size: 13px;
    color: #ff7878;
}

.single-product .product-info .description-container {
    line-height: 20px;
    color: #666666;
    /*border-bottom:1px solid #F2F2F2;*/
    padding-bottom: 20px;
    height: 60px;
    overflow: hidden;
}

.single-product .product-info .price-container {
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    margin-bottom: 0;
    padding: 10px 0;
}

    .single-product .product-info .price-container .price-box .price {
        font-size: 30px;
        font-weight: 700;
        line-height: 50px;
    }

    .single-product .product-info .price-container .price-box .price-strike {
        color: #aaa;
        font-size: 16px;
        font-weight: 300;
        line-height: 50px;
        text-decoration: line-through;
    }

.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding: 20px 0;
}

    .single-product .product-info .quantity-container .label {
        font-size: 14px;
        font-family: 'Calibri', sans-serif;
        line-height: 25px;
        text-transform: uppercase;
        color: #666666;
        padding: 0;
        font-weight: normal;
        white-space:inherit;
    }

    .single-product .product-info .quantity-container .cart-quantity .quant-input {
        display: inline-block;
        height: 35px;
        position: relative;
        width: 100%;
    }

        .single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            height: 100%;
        }

            .single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
                box-sizing: border-box;
                display: block;
                text-align: center;
                width: 40px;
                cursor: pointer;
            }

                .single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
                    position: relative;
                }

                    .single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
                        top: 5px;
                    }

                    .single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
                        top: -7px;
                    }

        .single-product .product-info .quantity-container .cart-quantity .quant-input input {
            background: none repeat scroll 0 0 #fff;
            border: 1px solid #f2f2f2;
            box-sizing: border-box;
            font-size: 15px;
            height: 35px;
            left: 0;
            /*padding: 0 20px 0 18px;*/
            position: absolute;
            top: 0;
            /*width: 70px;*/
            z-index: 1;
        }

.single-product .product-info .product-social-link .social-label {
    font-size: 15px;
    font-family: 'Calibri', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
}

.single-product .product-info .product-social-link .social-icons {
    display: inline-block;
}

    .single-product .product-info .product-social-link .social-icons ul li a {
        color: #888888;
        font-size: 16px;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        padding: 5px 6px;
    }

        .single-product .product-info .product-social-link .social-icons ul li a:hover,
        .single-product .product-info .product-social-link .social-icons ul li a:focus {
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            color: #fff;
        }

.single-product .product-tabs {
    margin-top: 30px;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px #e5e5e5 solid
}

    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
        float: none !important;
    }

.single-product .nav-tabs {
    border: none
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
    border: none;
    color: #555;
    display: block;
    padding: 12px 28px;
    font-size: 13px;
    font-family: 'Calibri', sans-serif;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    background: #f8f8f8;
    border: 1px #fff solid;
}

    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover,
    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }

        .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:before,
        .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:before {
            border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
            right: -10px;
        }

        .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:after,
        .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:after {
            border-style: solid;
            border-width: 7.5px 1px 7.5px 10px;
            content: "";
            height: 0;
            position: absolute;
            top: 20px;
            width: 0;
            right: -8px;
        }

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:before {
        border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: -10px;
    }

    .single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:after {
        border-style: solid;
        border-width: 7.5px 1px 7.5px 10px;
        content: "";
        height: 0;
        position: absolute;
        top: 20px;
        width: 0;
        right: -10px;
    }

.single-product .product-tabs .tab-content {
    padding-left: 0px
}

    .single-product .product-tabs .tab-content .tab-pane {
        padding: 24px 24px 24px 24px;
    }

        .single-product .product-tabs .tab-content .tab-pane .text {
            line-height: 20px;
        }

.single-product #owl-single-product-thumbnails .owl-controls {
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    margin-top: 20px;
}

    .single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
        display: inline-block;
    }

        .single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
            background: none repeat scroll 0 0 #ddd;
            border: medium none;
            border-radius: 3px;
            display: block;
            height: 10px;
            margin: 0 2px;
            -webkit-transition: all 200ms ease-out 0s;
            -moz-transition: all 200ms ease-out 0s;
            -o-transition: all 200ms ease-out 0s;
            transition: all 200ms ease-out 0s;
            width: 10px;
            cursor: pointer;
        }

.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
    margin-top: 0;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
    background-color: #FFFFFF;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 50;
}

    .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
        left: 0;
    }

    .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
        right: 0;
    }

    .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
        left: 0;
    }

        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
            content: "\f104";
        }

    .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
        right: 0;
    }

        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
            content: "\f105";
        }

    .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
    .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
        background-color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        height: 100%;
        position: absolute;
        vertical-align: top;
        width: 90%;
        z-index: 100;
        border: 1px solid #e5e5e5;
        color: #dadada;
    }

        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
            bottom: 0;
            font-family: 'FontAwesome';
            font-size: 30px;
            height: 30px;
            left: 0;
            line-height: 30px;
            margin: auto;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
        }

        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
        .cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
            background: #dadada;
            color: #fff;
        }

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item > a > img {
    display: block;
    width: 100%;
}

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
    margin-left: 10px;
}

.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    color: #434343 !important;
}

.cnt-homepage .single-product .product-info-block .label {
    padding: 0;
}

.cnt-homepage .single-product .product-info-block .cart {
    width: auto;
    left: 0;
    margin-top: -8px;
    padding: 0;
}

    .cnt-homepage .single-product .product-info-block .cart .action .left {
        padding: 2px 8px;
        margin-left: 5px;
    }

.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #b0b0b0;
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}

    .cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
    .cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
        background: rgba(0, 0, 0, 0);
    }

.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    padding: 5px 10px;
    text-align: center;
    width: 60px;
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
    color: #434343;
    font-family: 'Calibri', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
    font-size: 13px;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0;
}

    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
        border: 2px solid #e1e1e1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #666666;
        font-family: 'Calibri', sans-serif;
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 4px;
        padding-top: 4px;
        text-transform: uppercase;
    }

        .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
        .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
            color: #fff;
        }

    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
        color: #fff;
    }

.cnt-homepage .single-product .product-tabs .tab-content {
    border: none;
}

    .cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
        padding: 0;
    }

        .cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
            font-size: 13px;
            line-height: 22px;
        }

.single-product .second-gallery-thumb.gallery-thumbs {
    padding: 0 40px;
}

    .single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
        margin-left: 5px;
    }

.product-tabs .tab-content .tab-pane .product-reviews .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Calibri', sans-serif;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
    margin-bottom: 20px;
    font-family: 'Calibri', sans-serif, sans-serif;
    text-transform: none;
    background: #f8f8f8;
    padding: 20px
}

    .product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
        margin-bottom: 5px;
    }

        .product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
            color: #666666;
            font-size: 14px;
            font-weight: normal;
            margin-right: 10px;
            font-style: italic
        }

        .product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
            font-size: 12px;
        }

            .product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
                margin-left: 5px;
            }

    .product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
        line-height: 18px;
    }

    .product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
        margin-left: 5px;
    }

.product-tabs .tab-content .tab-pane .product-add-review .title {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Calibri', sans-serif;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
    border: none
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

    .product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
        float: none;
        margin: auto;
    }

.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
    font-weight: normal;
    font-size: 13px;
}

    .product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
        color: #FF0000;
        font-size: 12px;
    }

.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: 'Calibri', sans-serif;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group label {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    margin-right: 10px;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
    margin-left: 90px;
}

.furniture-container .product {
    position: relative;
}

    .furniture-container .product .btn-primary {
        font-size: 15px;
        line-height: 30px;
        font-family: 'Calibri', sans-serif;
        background: #cbc9c9;
        text-transform: uppercase;
        border: none;
        color: #fff;
    }

        .furniture-container .product .btn-primary:hover,
        .furniture-container .product .btn-primary:focus {
            border: none;
        }

.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
    margin-top: 4px;
}

.furniture-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0;
}

    .furniture-container .cart .action {
        float: left;
    }

        .furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            background: #575757;
        }

        .furniture-container .cart .action.lnk {
            margin: 10px 0;
        }

            .furniture-container .cart .action.lnk a {
                padding: 0 10px;
                color: #dadada;
            }

            .furniture-container .cart .action.lnk.wishlist {
                border-right: 1px solid #dadada;
            }

.homepage-container .product {
    position: relative;
}

    .homepage-container .product .product-image .tag {
        font-size: 15px;
        font-weight: 700;
        width: 50px;
        height: 50px;
        text-transform: uppercase;
        top: 2.5%;
        z-index: 100;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        color: #fff;
        right: 25px;
        /*11px;*/
        text-align: center;
        position: absolute;
    }

        .homepage-container .product .product-image .tag span {
            position: relative;
            z-index: 100;
            line-height: 48px;
        }

        .homepage-container .product .product-image .tag.new {
            background: #46aad7;
        }

        .homepage-container .product .product-image .tag.hot {
            background: #ff7878;
        }

    .homepage-container .product .product-info .name {
        font-size: 18px !important;
        font-family: 'Calibri', sans-serif;
    }

        .homepage-container .product .product-info .name a {
            color: #555;
        }

    .homepage-container .product .product-info .star-rating .color {
        color: #ffb400;
    }

    .homepage-container .product .product-info .product-price .price {
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        margin-right: 8px;
    }

    .homepage-container .product .product-info .product-price .price-before-discount {
        text-decoration: line-through;
        color: #d3d3d3;
        font-weight: 400;
        line-height: 30px;
        font-size: 14px;
    }

    .homepage-container .product .cart {
        margin-top: 5px;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        width: 100%;
        z-index: 666;
        left: 0;
        opacity: 1;
    }

        .homepage-container .product .cart .action {
            float: left;
        }

            .homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
                background: #575757;
            }

            .homepage-container .product .cart .action.lnk {
                margin: 10px 0;
            }

                .homepage-container .product .cart .action.lnk a {
                    padding: 0 10px;
                    color: #dadada;
                }

                .homepage-container .product .cart .action.lnk.wishlist {
                    border-right: 1px solid #dadada;
                }

.homepage-container .featured-product .products .product:first-child {
    margin-bottom: 30px;
}

.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
}

.homepage-container .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Calibri', sans-serif;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    border: 2px solid #f2f2f2;
    color: #747474;
}

    .homepage-container .btn-primary:hover,
    .homepage-container .btn-primary:focus {
        color: #fff;
    }

.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
    margin-top: 4px;
}

.homepage-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0;
}

    .homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        background: #575757;
    }

.wrapper .box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

    .wrapper .box .wrapper-inner {
        background: none repeat scroll 0 0 #FFFFFF;
        -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }

        .wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
            font-size: 15px;
            font-weight: 700;
            line-height: 55px;
            width: 55px;
            height: 55px;
            text-transform: uppercase;
            top: 2.5%;
            z-index: 100;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            color: #fff;
            right: 25px;
            /*11px;*/
            text-align: center;
        }

            .wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
                position: relative;
                z-index: 100;
            }

            .wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
                background: #46aad7;
            }

            .wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
                background: #989898;
            }

            .wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
                background: #ff7878;
            }

.main-header .search-area-mobile {
    display: none
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
    .top-bar .cnt-block {
        float: none
    }

    .top-cart-row .dropdown-cart .lnk-cart {
        display: block;
        overflow: hidden
    }

    .top-cart-row {
        padding-left: 15px
    }

        .top-cart-row .dropdown-cart {
            float: none;
            width: 100%;
        }

    #owl-main .item .caption .big-text {
        font-size: 18px;
        line-height: normal
    }

    #owl-main .item .caption {
        left: 0px
    }

    #owl-main {
        height: 100%
    }

        #owl-main .item {
            height: 150px
        }

            #owl-main .item .caption .button-holder {
                margin: 0px
            }

    #hero .btn-primary {
        padding: 5px 10px;
        font-size: 12px;
        line-height: normal;
        margin-top: 8px
    }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .top-img {
        display: none
    }

    .navbar-toggle {
        float: left;
        border: none
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-collapse {
        box-shadow: none;
        border: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

        .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
            border: none
        }

    .mega-menu img {
        width: 100%
    }

    .yamm .dropdown-menu .yamm-content .col-menu {
        margin-bottom: 15px
    }

    .navbar-nav {
        margin-bottom: 0px
    }

    .special-menu {
        float: none;
    }

    .banner-1 {
        text-align: center
    }

    .banner-2 {
        text-align: center
    }

    .top-cart-row {
        margin-top: 4px;
        padding: 0;
        text-align: center;
    }

        .top-cart-row .dropdown-cart .lnk-cart {
            display: block;
            overflow: inherit;
        }

        .top-cart-row .dropdown-cart {
            float: none;
            width: auto;
            display: inline-block;
        }

    .top-bar .header-top-inner {
        text-align: center;
    }

        .top-bar .header-top-inner .cnt-account {
            clear: both;
            display: inline-block;
            float: none;
            margin: auto;
            text-align: center;
        }

            .top-bar .header-top-inner .cnt-account li {
                margin-bottom: 8px;
            }

        .top-bar .header-top-inner .cnt-block .list-inline li {
            margin: 0px 0;
        }

    .main-header {
        padding: 10px 0 10px 0;
    }

        .main-header .container {
            padding: 0;
            margin: 0;
        }

        .main-header .logo-holder {
            text-align: left;
            margin-bottom: 0px;
            margin-top: 0px;
            /*padding-left: 35px;*/
        }

        .main-header .top-search-holder {
            margin-top: 5px;
            text-align: right;
        }

            .main-header .top-search-holder i {
                font-size: 20px;
                color: #555;
            }

            .main-header .top-search-holder .contact-row {
                margin-bottom: 20px;
                text-align: center;
            }

                .main-header .top-search-holder .contact-row .phone,
                .main-header .top-search-holder .contact-row .contact {
                    margin: 0 0 5px;
                    padding-right: 0;
                    border-right: none;
                    display: block;
                }

            .main-header .top-search-holder .search-area .categories-filter {
                width: 100%;
                margin-bottom: 5px;
                border-radius: 3px;
                border-width: 1px;
                /*display:none;*/
            }

                .main-header .top-search-holder .search-area .categories-filter > li > a {
                    padding: 0 15px;
                    color: #666;
                    font-size: 13px;
                    width: 100%;
                    display: inline-block;
                }

                .main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
                    width: 100%;
                }

                .main-header .top-search-holder .search-area .categories-filter a .caret {
                    margin-left: 15px;
                    color: #a0a0a0;
                    float: right;
                    margin-top: 20px;
                }

    .header-banner {
        text-align: center;
    }

    .main-header .search-area-mobile {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
    }

        .main-header .search-area-mobile .search-field {
            background: #fff;
            left: 0px;
            border-radius: 0;
            border: 5px #eaeaea solid;
            width: 100%;
            padding: 12px;
        }

        .main-header .search-area-mobile .search-button {
            right: 0;
            padding: 18px 19px 15px;
            z-index: 22;
            position: absolute;
            background: none;
        }

    .main-header .top-search-holder .search-area .search-field {
        border: 5px #eaeaea solid;
        border-radius: 3px;
        width: 100%;
    }

    .main-header .top-search-holder .search-area .search-form {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 10;
    }

    .main-header .search-area-mobile .search-button:after {
        color: #555;
        content: "\f002";
        font-family: fontawesome;
        font-size: 16px;
        line-height: 9px;
        vertical-align: middle;
    }

    .main-header .top-search-holder .search-area .search-field {
        background: #fff;
        left: 0px;
        border-radius: 0;
    }

    .main-header .top-search-holder .search-area .search-button {
        right: 0;
        padding: 18px 19px 15px;
        z-index: 22;
        position: fixed;
        background: none;
    }

        .main-header .top-search-holder .search-area .search-button:after {
            color: #555;
        }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        float: none;
        background: none;
        border: none
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
        top: 0px;
    }

    .sidebar .side-menu nav .nav > li > .mega-menu {
        left: 0;
        min-width: 100%;
        top: 100% !important;
    }

    .logo-slider-inner .item {
        text-align: center;
    }

    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }

    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }

    .cnt-homepage .wrapper .box {
        padding: 0 10px;
    }

    #owl-main .item .caption {
        padding: 0 22px;
    }

    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }

    .product .product-image .image img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .header-nav .yamm .dropdown-menu {
        background: #fff;
    }

    .body-content .sidebar {
        margin-bottom: 0;
    }

    .filters-container .no-padding {
        padding: 0;
    }

    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0;
    }

        .search-result-container .category-product-inner .product-list.product .product-info .cart {
            margin-bottom: 20px;
        }

    .single-product .gallery-holder {
        margin-bottom: 30px;
    }

    .single-product .product-info-block {
        clear: both;
    }

    .yamm .dropdown-menu.pages {
        padding: 0;
    }

    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .seller-product .products .product .product-info .name {
        font-size: 15px;
        margin-top: 0 !important;
    }

    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
        font-size: 16px;
    }

    .cnt-homepage .header-nav .yamm .navbar-header {
        border: 1px solid #f1f1f1;
    }

    .info-boxes .info-box {
        margin-bottom: 10px;
    }

    .cnt-homepage .single-product .product-info-block .cart {
        margin-top: 10px;
        padding: 0 15px;
    }

    .product-comparison .compare-table tr td .product .product-image .image img {
        width: auto;
    }

    .hot-deals .products {
        margin-right: 15px
    }

    .copyright-bar .payment-methods {
        text-align: left;
        margin-top: 10px
    }

    .single-product .home-banner {
        display: none
    }

    .special-offer .product {
        padding-right: 20px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

    .main-header .search-area-mobile {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
    }

        .main-header .search-area-mobile .search-field {
            background: #fff;
            left: 0px;
            border-radius: 0;
            border: 5px #eaeaea solid;
            width: 100%;
            padding: 12px;
        }

        .main-header .search-area-mobile .search-button {
            right: 0;
            padding: 18px 19px 15px;
            z-index: 22;
            position: absolute;
            background: none;
        }

    .main-header .top-search-holder .search-area .search-field {
        border: 5px #eaeaea solid;
        border-radius: 3px;
        width: 100%;
    }

    .main-header .top-search-holder .search-area .search-form {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 10;
    }

    .main-header .top-search-holder .search-area .search-field {
        background: #fff;
        left: 0px;
        border-radius: 0;
    }

    .top-cart-row {
        margin-top: 4px;
        padding: 0;
        text-align: left;
    }


        .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
            float: none;
            background: none;
            border: none
        }

        .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
            top: 0px;
        }

        .top-cart-row .dropdown-cart .lnk-cart {
            display: block;
            overflow: inherit;
        }

        .top-cart-row .dropdown-cart {
            float: none;
            width: auto;
            display: inline-block;
        }

    .sidebar .side-menu nav .nav > li > .mega-menu {
        min-width: 100%;
        left: 0;
        top: 100% !important
    }

    .logo-slider-inner .item {
        text-align: center;
    }

    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }

    .filters-container .pagination-container {
        float: left;
    }

    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }

    .cnt-homepage .wrapper .box {
        padding: 0 15px;
    }

    .cnt-homepage .container {
        width: 100%;
    }

    .body-content .sidebar {
        margin-bottom: 30px;
    }

    .product .product-image .image img {
        width: 100%;
        /*height: auto;*/
        display: block;
    }

    .blog-slider .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .owl-item {
        padding: 10px;
    }

    #owl-main .owl-item {
        padding: 0;
        /*height:400px;*/
    }

    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }

    .filters-container .no-padding {
        padding: 0;
    }

    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0;
    }

    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .main-header .logo-holder {
        text-align: left;
        margin-bottom: 20px;
    }

    .main-header .contact-row {
        text-align: center;
    }

    .main-header .logo-holder {
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        /*padding-left: 35px;*/
    }

    .main-header .top-search-holder {
        margin-top: 5px;
        text-align: right;
    }

        .main-header .top-search-holder i {
            font-size: 20px;
            color: #555;
        }

    .special-menu {
        display: none !important;
    }

    .single-product .home-banner {
        display: none;
    }

    .banner-1, .banner-2 {
        display: inline-block;
        margin-right: 20px;
        margin-top: 25px;
    }
}
@media (min-width: 992px){
    .logo-holder{padding:0;}
}

@media (max-width: 992px) {
    .thcardbox{align-items:center!important;}
}
.basket basket_middle div{margin:0 2px;}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-header .top-search-holder .search-area .control-group {
        position: relative;
    }

        .main-header .top-search-holder .search-area .control-group .search-button {
            position: absolute;
            top: 0;
            right: 0;
        }

    .category-carousel .item {
        height: auto;
    }

    .header-banner {
        display: none
    }

    .filters-container .nav-tabs.nav-tab-box li {
        margin-right: 3px;
    }

    .filters-container .lbl-cnt .lbl {
        margin-right: -1px;
    }

    .cnt-homepage .single-product .product-info-block .cart {
        clear: both;
        margin-top: 20px;
    }

    .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
        font-size: 16px !important;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
        font-size: 16px !important;
    }

    .wrapper .box .wrapper-inner .container {
        width: auto !important;
    }

    .special-menu {
        display: none !important
    }

    .home-banner img {
        width: 100%
    }
}

.main-header .top-search-holder .search-area .search-field {
    width: 69%;
}
/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
    background-color: #fff;
    padding: 0;
}

    .blog-page .blog-post h1 {
        font-family: 'Calibri', sans-serif;
        font-size: 22px;
        font-weight: bold;
    }

        .blog-page .blog-post h1 a {
            color: #555;
        }

.blog-page .tab-content .blog-post {
    padding: 0px 0 25px 0 !important;
    box-shadow: none !important
}

.blog-page .blog-post span {
    padding-right: 20px;
    color: #aaa;
    font-size: 13px;
}

.blog-page .blog-post p {
    padding-top: 16px;
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
}

.blog-page .blog-post a {
    margin-top: 20px;
}

.blog-page .blog-post .blog-pagination .pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blog-page .blog-post .social-media {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .blog-page .blog-post .social-media span {
        font-size: 13px;
        color: #434343;
    }

    .blog-page .blog-post .social-media a {
        font-size: 18px;
        margin: 0 10px 0 0;
        height: 30px;
        width: 30px;
        display: inline-block;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        color: #888888;
    }

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
    font-family: 'Calibri', sans-serif;
    font-size: 15px;
}

    .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
        color: #555;
    }

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
    padding-right: 10px;
    color: #aaa;
    font-size: 12px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
    padding-top: 10px;
    font-size: 13px;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
    border-bottom: none;
}

    .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
        text-transform: uppercase;
        color: #666666;
    }

        .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-size: 13px;
            border: none;
            letter-spacing: 1px
        }

        .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
            padding-right: 10px;
            border-right: 1px solid #d4d4d4;
        }

        .blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
            padding-left: 10px;
            letter-spacing: 0.5px
        }

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
    padding: 0;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 13px;
    position: absolute;
    top: 14px;
    right: 30px;
    background-color: #fff;
    padding-left: 10px;
}

.blog-page .sidebar .sidebar-module-container .search-area input {
    font-size: 12px;
    color: #9e9e9e;
    padding: 14px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative;
}

.blog-page .blog-pagination {
    border-top: 1px solid #ececec;
}

    .blog-page .blog-pagination .pagination > li:first-child > a {
        margin-right: 10px;
    }

    .blog-page .blog-pagination .pagination > li:last-child > a {
        margin-left: 2px;
    }

.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}

.blog-page .blog-post-author-details {
    padding: 40px 0;
    background-color: #fff;
    padding: 20px;
    border: 1px #e5e5e5 solid
}

.blog-review {
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    padding: 20px;
    border-top: none
}

.blog-write-comment {
    background-color: #fff;
    padding: 20px;
    border: 1px #e5e5e5 solid;
}

.blog-page .blog-post-author-details .author-social-network {
    display: inline-block;
}

    .blog-page .blog-post-author-details .author-social-network button {
        background-color: #fff;
        border: 1px solid #e3e3e3;
    }

        .blog-page .blog-post-author-details .author-social-network button .twitter-icon {
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            color: #fff;
            font-size: 16px;
            height: 26px;
            width: 26px;
            text-align: center;
            display: inline-block;
            margin: 6px;
            line-height: 26px;
        }

    .blog-page .blog-post-author-details .author-social-network > span {
        font-size: 13px;
        color: #434343;
        text-transform: uppercase;
        margin-right: 16px;
    }

    .blog-page .blog-post-author-details .author-social-network .caret {
        color: #e3e3e3;
    }

.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-page .blog-post-author-details img {
    float: left;
}

.blog-page .blog-post-author-details .author-job {
    display: block;
    padding: 0;
    color: #aaa;
    font-size: 12px;
}

.blog-page .blog-post-author-details h4 {
    display: inline-block;
    font-size: 15px;
    font-family: 'Calibri', sans-serif;
    color: #555;
    margin: 0;
}

.blog-page .blog-post-author-details p {
    font-size: 13px;
    color: #666666;
    padding: 16px 0 0 0;
    text-align: justify;
}

.blog-page .blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: 'Calibri', sans-serif;
    margin-bottom: 40px;
}

.blog-page .blog-review p {
    font-size: 13px;
    color: #666666;
}

.blog-page .blog-review .review-action {
    font-size: 12px;
    color: #666666;
}

.blog-page .blog-review .post-load-more {
    text-align: center;
    padding-bottom: 10px;
}

.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    font-family: 'FontAwesome';
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    ont-family: 'FontAwesome';
}

.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
    content: "\f007";
}

.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    content: "\f086";
}

.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    content: "\f073";
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
    background-color: #fff;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
    background-color: #fff;
}

.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
    padding-top: 6px;
}

.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
    font-size: 14px;
    color: #555;
    font-family: 'Calibri', sans-serif;
    display: inline-block;
}

.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    text-decoration: underline;
}

.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
    border-bottom: 1px solid #e3e3e3;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
        margin-right: 5px;
    }

    .blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
    .blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
        background: rgba(0, 0, 0, 0);
    }

/*===================================================================================*/
/* Checkout
/*===================================================================================*/
.checkout-box .checkout-steps .panel-default {
    background-color: #fff;
    padding: 0px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-family: 'Calibri', sans-serif, sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
    padding-top: 14px;
    display: inline-block;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
    margin-top: 15px;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
    margin: 0 !important;
    font-size: 13px;
    font-weight: bold;
}

    .checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
        color: #555;
        text-transform: uppercase;
        display: block;
    }

        .checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
            background-color: #aaaaaa;
            color: #fff;
            display: inline-block;
            margin-right: 10px;
            padding: 15px 20px;
        }

.checkout-box .checkout-steps .checkout-subtitle {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    color: #434343;
    margin-right: 12px;
}

.checkout-box .checkout-steps .panel-body {
    padding: 20px;
    border: none
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
    margin-bottom: 6px;
}

.checkout-box .checkout-steps .guest-login ul .save-time-reg {
    padding-bottom: 4px;
}

.checkout-box .panel-group .panel {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #fff;
    padding: 0;
    border: none;
    box-shadow: none
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: #666666;
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    padding: 27px 30px;
    border-bottom: 1px solid #ddd;
}

    .checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        background: #fff;
        border-bottom: 1px #e5e5e5 solid;
        padding-bottom: 14px;
        margin-bottom: 10px;
    }

.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    font-family: 'Calibri', sans-serif;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0px;
    border: none
}

.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
    margin-bottom: 15px;
    font-size: 13px;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
    padding-left: 10px;
    font-size: 13px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.checkout-progress-sidebar .nav > li > a {
    padding: 10px 0;
}

    .checkout-progress-sidebar .nav > li > a:hover, .nav > li > a:focus {
        background: none
    }

/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/

.contact-page {
    background-color: #fff;
    padding: 0;
    overflow: hidden
}

    .contact-page .contact-map iframe {
        height: 400px;
        width: 100%;
    }

    .contact-page .contact-info {
        font-size: 13px;
        color: #666;
    }

        .contact-page .contact-info .contact-i {
            display: inline-block;
            height: 30px;
            width: 30px;
            text-align: center;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            color: #fff;
            margin-right: 16px;
            float: left;
        }

            .contact-page .contact-info .contact-i i {
                padding-top: 8px;
                font-size: 14px;
            }

        .contact-page .contact-info .contact-span {
            display: block;
        }

    .contact-page .contact-title h4 {
        margin-bottom: 30px;
    }

    .contact-page .contact-info .address,
    .contact-page .contact-info .phone-no {
        margin-bottom: 10px;
    }


/*===================================================================================*/
/*  Shopping Cart
/*===================================================================================*/

.shopping-cart {
    background-color: #fff;
    padding: 20px;
    /*overflow: hidden*/
}

    .shopping-cart .shopping-cart-table {
        margin-bottom: 50px;
    }

        .shopping-cart .shopping-cart-table table {
            margin-bottom: 0 !important;
        }

            .shopping-cart .shopping-cart-table table tbody tr td {
                vertical-align: middle;
            }

    .shopping-cart .cart-image img {
        width: 90px;
        height: 90px;
        object-fit: contain;
    }

.cart-shopping-total {
    background: #f8f8f8
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666666;
}

    .shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
    .shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
        color: #ff0000 !important;
    }

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important;
}

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
        margin-top: 0;
        font-family: 'Calibri', sans-serif;
        font-size: 16px;
    }

        .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
            /*color: #555;*/
            font-size: 18px;
        }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
        font-size: 11px;
        color: #aaa;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
        margin-top: 10px;
    }

        .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
            font-family: 'Calibri', sans-serif;
            font-size: 12px;
            color: #666666;
            text-transform: uppercase;
        }

            .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
                font-family: 'Calibri', sans-serif, sans-serif;
                font-size: 12px;
                text-transform: lowercase;
                margin-left: 14px;
            }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
    color: #666666;
    text-decoration: underline;
}

.shopping-cart .shopping-cart-table .table > thead > tr > th {
    text-align: center;
    padding: 16px;
    font-family: 'Calibri', sans-serif;
    font-size: 15px;
}

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
    padding: 20px 0;
    display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    margin-top: 0;
    display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-family: 'Calibri', sans-serif, sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0;
}

.shopping-cart .estimate-ship-tax table thead tr > th {
    padding: 24px 10px 20px 10px;
}

.shopping-cart .estimate-ship-tax table tbody tr > td {
    padding: 24px 10px !important;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
    background: #fff;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    background: rgba(0, 0, 0, 0);
}

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #fafafa;
    text-align: right;
    padding: 24px 50px;
}

    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        color: #555;
        margin-bottom: 7px;
    }

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 24px 50px;
}

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        float: right !important;
        margin-bottom: 8px;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
        display: block;
        font-weight: normal;
        color: #666666;
    }

.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-del-status {
    text-align: center;
}

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
    .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
        display: block;
        font-family: 'Calibri', sans-serif;
        font-size: 16px;
        color: #555;
        text-transform: uppercase;
    }

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
    font-size: 13px;
    font-weight: normal;
    color: #999;
}

    .shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
    .blog-page .blog-write-comment label span,
    .contact-page .contact-form form label span,
    .checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
        color: red;
    }

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
}

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}

    .shopping-cart-table table tbody tr td .quant-input .arrows {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            text-align: center;
            width: 40px;
        }

            .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
                top: 5px;
            }

            .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
                top: -7px;
            }

            .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
                position: relative;
            }

    .shopping-cart-table table tbody tr td .quant-input input {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #F2F2F2;
        box-sizing: border-box;
        font-size: 15px;
        height: 35px;
        left: 0;
        padding: 0 20px 0 18px;
        position: absolute;
        top: 0;
        width: 70px;
        z-index: 1;
    }

.checkout-btn {
    background: linear-gradient(to bottom, #fd8427 0%, #ff3c00 100%) !important;
    color: #fff;
    padding: 10px 18px;
    font-size: 16px
}


.product-comparison .page-title {
    font-family: 'Calibri', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 40px;
}

.product-comparison img {
    width: 150px !important
}

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding: 18px 25px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td {
    padding: 18px 30px;
    border: 1px solid #e5e5e5;
}

    .product-comparison .compare-table tr td .product {
        margin-bottom: 15px;
        margin-top: 40px;
    }

        .product-comparison .compare-table tr td .product .product-image .image a {
            display: block;
            text-align: left;
        }

    .product-comparison .compare-table tr td .product-price .price {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        margin-right: 8px;
    }

    .product-comparison .compare-table tr td .product-price .price-before-discount {
        color: #D3D3D3;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-decoration: line-through;
    }

    .product-comparison .compare-table tr td .text {
        font-size: 14px;
        line-height: 22px;
    }

    .product-comparison .compare-table tr td .in-stock {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .product-comparison .compare-table tr td .remove-icon {
        color: #666666;
    }

        .product-comparison .compare-table tr td .remove-icon:hover,
        .product-comparison .compare-table tr td .remove-icon:focus {
            color: #ff6666;
        }

.body-content .x-page .x-text h1 {
    font-family: 'Calibri', sans-serif;
    font-size: 200px;
    font-weight: bold
}

.body-content .x-page .x-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.body-content .x-page .x-text .le-button {
    border-radius: 0 3px 3px 0;
    margin: 0 0 0 -5px;
    padding: 19px 23px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    border: medium none;
    color: #333;
    background: #fdd922
}

.body-content .x-page .x-text form input {
    border: 1px solid #e0e0e0;
    border-radius: 3px 0 0 3px;
    color: #3d3d3d;
    padding: 13px;
    font-size: 15px;
    width: 40%;
}

.body-content .x-page .x-text a {
    font-size: 15px;
}

    .body-content .x-page .x-text a i {
        padding-right: 2px;
    }

/*===================================================================================*/
/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    font-family: 'Calibri', sans-serif;
}

.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Calibri', sans-serif;
    margin-bottom: 30px;
    font-weight: bold;
}

.body-content .terms-conditions-page .terms-conditions ol {
    padding-left: 22px;
}

    .body-content .terms-conditions-page .terms-conditions ol li {
        font-style: normal;
        font-size: 13px;
        color: #666;
        padding-bottom: 20px;
    }

.body-content .terms-conditions-page .terms-conditions p {
    font-size: 15px;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    text-align: left;
}

.track-order-page {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    overflow: hidden;
}

.faq-page {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

    .faq-page .panel-group .panel {
        padding: 0px;
        box-shadow: none
    }


.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #666;
}

.body-content .faq-page .title-tag {
    text-align: left;
    padding-bottom: 30px;
}

.body-content .track-order-page .register-form label {
    font-weight: 400;
    font-size: 14px;
}

.body-content .track-order-page .register-form .form-group {
    margin-bottom: 25px;
}


/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

.heading-title {
    text-align: left !important;
    text-transform: none !important;
    padding: 0 0 15px 0 !important;
    font-weight: bold !important;
    font-size: 22px !important;
    border-bottom: 1px #e5e5e5 solid !important;
}

.body-content .my-wishlist-page .my-wishlist table > thead > tr > th {
    text-align: center;
    font-size: 30px;
    font-family: 'Calibri', sans-serif;
    text-transform: uppercase;
    border: none;
    font-weight: 400;
}

.body-content .my-wishlist-page img {
    width: 100%
}

.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
    border-top: 1px solid #ddd;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
    font-size: 16px;
    font-family: 'Calibri', sans-serif;
    padding-bottom: 6px;
}

    .body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
        color: #434343;
    }

.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
    font-size: 11px;
    color: #aaa;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
    color: #ffb400;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
    color: #dcdcdc;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    font-size: 16px;
    padding-top: 4px;
    font-weight: bold;
}

    .body-content .my-wishlist-page .my-wishlist table tbody .price span {
        font-size: 15px;
        color: #ddd;
        text-decoration: line-through;
        padding-left: 10px;
    }

.body-content .my-wishlist-page .my-wishlist table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
    border: none;
    /*padding: 30px;*/
}

.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
    color: #ff7878;
    font-size: 15px;
}

/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/

/*.sign-in-page {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}
*/
.body-content .sign-in-page .sign-in h3,
.body-content .sign-in-page .create-new-account h3 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
    color: #687188;
    line-height: 28px;
    margin-bottom: 25px;
}

.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

    .body-content .sign-in-page .sign-in .social-sign-in a i {
        padding-right: 6px;
    }

.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px;
}

    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
        background-color: #153470;
    }

.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
    background-color: #22aadf;
}

    .body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
    .body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
        background-color: #0084B9;
    }

.body-content .sign-in-page .create-new-account > span {
    font-size: 20px;
    font-family: 'Calibri', sans-serif;
    padding-bottom: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.body-content .sign-in-page .create-new-account .checkbox label {
    margin-bottom: 10px;
    font-size: 16px;
}

.body-content .sign-in-page form .form-group span {
    color: red;
}

.body-content .sign-in-page .register-form label {
    font-size: 14px;
    font-weight: 400;
}

.body-content .sign-in-page .register-form .form-group {
    margin-bottom: 25px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;
}

.tooltip-inner {
    font-family: 'Calibri', sans-serif;
    border-radius: 2px;
    min-width: 70px;
    z-index: 10000
}

/*===================================================================================*/
/*  Testimonials
/*===================================================================================*/

.avatar {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px
}

    .avatar img {
        border-radius: 0px;
        margin-bottom: 10px;
        width: auto;
        display: inline-block;
        width: 110px;
        border-radius: 999px
    }

.testimonials {
    color: #333;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-align: center
}

.clients_author {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
    display: block;
    text-align: center
}

    .clients_author span {
        font-size: 13px;
        font-weight: normal;
        color: #999;
        display: block;
    }

.testimonials-section .bx-wrapper .bx-pager {
    padding-top: 30px;
}

.testimonials-section .bx-wrapper {
    margin: 0 0 50px;
}

.testimonials-section em {
    font-size: 30px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    line-height: 5px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.sidebar .side-menu nav .nav > li.open .dropdown-menu {
    display: none;
}

.sidebar .side-menu nav .nav > li:hover .dropdown-menu, .sidebar .side-menu nav .nav > li:focus .mega-menu,
.sidebar .side-menu nav .nav > li.open:hover .dropdown-menu, .sidebar .side-menu nav .nav > li.open:focus .mega-menu {
    display: block;
}

.account-tabs {
}

    .account-tabs .nav-tabs > li.active > a, .account-tabs .nav-tabs > li.active > a:hover, .account-tabs .nav-tabs > li.active > a:focus {
        color: #ff3c00;
        cursor: default;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid #ff3c00;
        font-weight: 600;
    }

    .account-tabs .nav > li > a:hover, .account-tabs .nav > li > a:focus {
        border-color: transparent;
        border-bottom: 1px solid #ff3c00;
        background-color: transparent;
    }

    .account-tabs .nav-tabs > li:hover,
    .account-tabs .nav-tabs > li:focus,
    .account-tabs .nav-tabs > li,
    .account-tabs .nav-tabs > a {
        outline: none;
    }

    .account-tabs .tab-content {
        padding: 30px;
    }

.account-tab .icon {
    margin-top: -3px;
    margin-right: 5px;
    float: left;
    fill: #31708f;
}

.autocomplete {
    overflow: hidden;
}

    .autocomplete input {
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #ced4da;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background-color: transparent;
        font-weight: normal;
        width: 100%;
        background-image: url(../images/search1.svg);
        background-repeat: no-repeat;
        padding-left: 20px;
        background-size: 6%;
        background-position: 2px 3px;
    }

.pay-button {
    background-color: #ffb53f;
    border-radius: 5px;
    color: white;
    border: none;
    outline: none;
    padding: 10px 15px;
    margin-top: 16px;
    /*box-shadow: 0 3px 6px #000000;*/
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
}

    .pay-button:hover, a .pay-button:visited, a .pay-button:link, a .pay-button:active {
        background-color: #ffb53f;
        color: white !important;
        text-decoration: none;
        filter: brightness(0.95);
    }

.detail-block .gallery-holder {
    /*height: 510px;*/
}


.loadersmall {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.color-nm {
    margin-left: 4px;
    color: #888;
    font-family: 'Calibri', sans-serif;
    letter-spacing: 0.2px;
    font-size: 13px;
}

#payment1 {
    display: none;
}

#payment2 {
    display: none;
}

#shipping1 {
    display: none;
}

#shipping2 {
    display: none;
}

.cardtype {
    display: none;
}

/*#cardtype2 {
    display: none;
}*/

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.sign-in {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .sign-in {
        box-shadow: none;
        padding: 30px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.btn-fill-out {
    background-color: transparent;
    border: 1px solid #ff8a35;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: none;
    padding: 12px 35px;
}

    .btn-fill-out::before,
    .btn-fill-out::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #ff8a35;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 51%;
    }

    .btn-fill-out::after {
        right: 0;
        left: auto;
    }

    .btn-fill-out:hover:before,
    .btn-fill-out:hover:after {
        width: 0;
    }

    .btn-fill-out:hover {
        color: #ff8a35 !important;
    }

.btn-fill-line {
    background-color: transparent;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

    .btn-fill-line:before, .btn-fill-line:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #333;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 50%;
    }

    .btn-fill-line::after {
        right: 0;
        left: auto;
    }

    .btn-fill-line:hover:before,
    .btn-fill-line:hover:after {
        width: 0;
    }

    .btn-fill-line:hover {
        color: #333 !important;
    }

.btn-border-fill {
    border: 1px solid #ff8a35;
    color: #ff8a35;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-border-fill::before,
    .btn-border-fill::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #ff8a35;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 0;
    }

    .btn-border-fill::after {
        right: 0;
        left: auto;
    }

    .btn-border-fill:hover:before,
    .btn-border-fill:hover:after {
        width: 50%;
    }

    .btn-border-fill:hover {
        color: #fff !important;
    }

.register-form .btn:focus, .register-form .btn:active:focus, .register-form .btn.active:focus {
    outline: none;
}

.register-form .btn:hover, .register-form .btn:focus {
    color: #fff;
    box-shadow: none;
}

.form-note {
    margin-top: 20px;
}

.social_icons li {
    display: inline-block;
    padding: 0px 5px 5px 0;
}

    .social_icons li a {
        font-size: 18px;
        color: #687188;
        height: 36px;
        width: 36px;
        line-height: 36px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
    }

.social_white .social_icons li a, .social_white.social_icons li a {
    color: #888;
}

    .social_white.social_icons li a:hover {
        color: #ad1717;
    }


.form.contact {
    box-shadow: none;
    margin-bottom: 20px;
}

.contact .heading_s1 {
    margin-left: 0;
    width: 100%;
    font: 500 16px/1.35 PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
}

.form.contact .field.note {
    margin-bottom: 20px;
}

.form.contact .form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px;
}

    .form.contact .form-control:focus,
    .form.contact .custom-file-input:focus ~ .custom-file-label {
        color: #000;
        box-shadow: none;
        height: 50px;
    }

.form.contact textarea.form-control, textarea.form-control:focus {
    height: auto;
    padding: 12px 15px;
}

.form.contact .form-control-sm,
.form.contact .form-control-sm:focus,
.form.contact .custom_select select.form-control-sm,
.form.contact .custom_select select.form-control-sm:focus {
    height: 45px;
}

.contact_style3 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 40px 20px;
    border-radius: 10px;
}

    .contact_style3 .contact_icon {
        border: 1px solid #ff8a35;
        margin: 0 0 5px;
        height: 80px;
        width: 80px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        border-radius: 100%;
        position: relative;
        z-index: 1;
    }

        .contact_style3 .contact_icon i {
            line-height: 78px;
            transition: all 0.5s ease-in-out;
            font-size: 25px;
            color: #ff8a35;
        }

        .contact_style3 .contact_icon::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #ff8a35;
            transition: all 0.5s ease-in-out;
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 100%;
            z-index: -1;
        }

    .contact_style3:hover .contact_icon::before {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .contact_style3:hover .contact_icon i {
        color: #fff;
    }

.section-ptb {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*=====================================
    sitemap page css
======================================*/
.sitemap ul.sitemap-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .sitemap ul.sitemap-wrap li.sitemap-wrapper {
        width: calc(33.33% - 30px);
        margin-top: 30px;
        margin-left: 30px;
    }

        .sitemap ul.sitemap-wrap li.sitemap-wrapper:nth-child(1),
        .sitemap ul.sitemap-wrap li.sitemap-wrapper:nth-child(2),
        .sitemap ul.sitemap-wrap li.sitemap-wrapper:nth-child(3) {
            margin-top: 0;
        }

.sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper a.sitemap-title-sublink,
.sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper a.sitemap-title-suplink {
    color: #000;
}

.sitemap ul.sitemap-wrap li.sitemap-wrapper a.sitemap-title-link,
.sitemap ul.sitemap-subwrap li.sitemap-subwrapper a.sitemap-title-subtitle,
.sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper a.sitemap-title-sublink,
.sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper a.sitemap-title-suplink {
    position: relative;
    display: flex;
    align-items: center;
}

.sitemap ul.sitemap-wrap li.sitemap-wrapper a.sitemap-title-link {
    font-size: 18px;
    font-weight: 600;
}

    .sitemap ul.sitemap-wrap li.sitemap-wrapper a.sitemap-title-link::before,
    .sitemap ul.sitemap-subwrap li.sitemap-subwrapper a.sitemap-title-subtitle::before,
    .sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper a.sitemap-title-sublink::before,
    .sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper a.sitemap-title-suplink::before {
        content: "";
        position: absolute;
        left: -20px;
        border-radius: 50%;
    }

    .sitemap ul.sitemap-wrap li.sitemap-wrapper a.sitemap-title-link::before {
        width: 10px;
        height: 10px;
    }

.sitemap ul.sitemap-wrap li.sitemap-wrapper ul.sitemap-subwrap li.sitemap-subwrapper {
    margin-top: 15px;
    margin-left: 30px;
}

.sitemap ul.sitemap-subwrap li.sitemap-subwrapper a.sitemap-title-subtitle {
    font-size: 16px;
    font-weight: 600;
}

    .sitemap ul.sitemap-subwrap li.sitemap-subwrapper a.sitemap-title-subtitle::before {
        width: 8px;
        height: 8px;
    }

.sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper,
.sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper {
    margin-top: 5px;
    margin-left: 30px;
}

    .sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper:first-child,
    .sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper:first-child {
        margin-top: 15px;
    }

    .sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper a.sitemap-title-sublink::before,
    .sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper a.sitemap-title-suplink::before {
        width: 6px;
        height: 6px;
    }

@media (max-width: 991px) {
    .sitemap ul.sitemap-wrap li.sitemap-wrapper {
        width: calc(50% - 30px);
    }

        .sitemap ul.sitemap-wrap li.sitemap-wrapper:nth-child(3) {
            margin-top: 30px;
        }

        .sitemap ul.sitemap-wrap li.sitemap-wrapper a.sitemap-title-link {
            font-size: 16px;
        }

    .sitemap ul.sitemap-subwrap li.sitemap-subwrapper a.sitemap-title-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .sitemap ul.sitemap-wrap li.sitemap-wrapper {
        width: calc(100% - 20px);
        margin-left: 15px;
        margin-top: 20px;
    }

        .sitemap ul.sitemap-wrap li.sitemap-wrapper:nth-child(2),
        .sitemap ul.sitemap-wrap li.sitemap-wrapper:nth-child(3) {
            margin-top: 20px;
        }

        .sitemap ul.sitemap-wrap li.sitemap-wrapper a.sitemap-title-link::before,
        .sitemap ul.sitemap-subwrap li.sitemap-subwrapper a.sitemap-title-subtitle::before,
        .sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper a.sitemap-title-sublink::before,
        .sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper a.sitemap-title-suplink::before {
            left: -15px;
        }

        .sitemap ul.sitemap-wrap li.sitemap-wrapper ul.sitemap-subwrap li.sitemap-subwrapper {
            margin-top: 10px;
            margin-left: 15px;
        }

    .sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper,
    .sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper {
        margin-left: 15px;
    }

        .sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper:first-child,
        .sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper:first-child {
            margin-top: 10px;
        }
}

.sitemap ul.sitemap-wrap li.sitemap-wrapper a.sitemap-title-link::before, .sitemap ul.sitemap-subwrap li.sitemap-subwrapper a.sitemap-title-subtitle::before, .sitemap ul.sitemap-subwrap li.sitemap-sub-wrapper a.sitemap-title-sublink::before, .sitemap ul.sitemap-supwrap li.sitemap-sup-wrapper a.sitemap-title-suplink::before {
    background-color: #ff8a35;
}

.payment-page, .contact-page {
    margin-bottom: 20px;
}

.payment-form {
    padding-top: 10px;
    border-right: 1px solid #eee;
}

.payment-inf {
    padding-top: 20px;
    border-left: 1px solid #eee;
    margin-left: -1px;
}

    .payment-inf .product-list .row {
        margin-bottom: 10px;
    }

    .payment-inf .img-thumbnail {
        padding: 2px
    }

    .payment-inf img {
        width: 100%;
    }

    .payment-inf .product-thumbnail__quantity {
        font-size: 0.8571428571em;
        font-weight: 500;
        line-height: 1.75em;
        white-space: nowrap;
        text-align: center;
        border-radius: 1.75em;
        background-color: rgba(114,114,114,0.9);
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 1.75em;
        height: 1.75em;
        padding: 0 0.5833333333em;
        position: absolute;
        right: 0.25em;
        top: -0.75em;
        z-index: 3;
    }

    .payment-inf .product-description {
        font-weight: bold;
        margin: 2px 0;
    }

    .payment-inf .total-inf {
        border-top: 1px solid #eee;
        margin-top: 10px;
        padding-top: 20px;
        font-size: 16px;
    }

    .payment-inf .total-line_name {
        color: #535353;
        line-height: 32px;
    }

    .payment-inf .total-price {
        color: #323232;
        font-weight: 700;
    }

    .payment-inf .total-last-price {
        color: #323232;
        font-weight: 700;
        font-size: 20px;
    }

@media (max-width: 767px) {
    .payment-inf {
        margin-top: 25px;
    }
}

.shopping-cart .view-item a {
    color: #666666;
}

    .shopping-cart .view-item a:hover,
    .shopping-cart .view-item a:focus {
        color: #ff6666;
    }

.order-detail-header {
    border: 1px solid #e5e5e5;
    padding: 20px;
    text-align: center;
}

    .order-detail-header p {
        color: #666666;
        font-weight: 600;
        margin-bottom: 0px
    }

    .order-detail-header span {
        font-size: 12px;
    }

.order-detail-block {
    margin-top: 20px;
    border-radius: 3px;
    border: solid 1px #e2e2e2;
    /*height: 220px;*/
}

.order-detail-summary-heading {
    border-bottom: solid 1px #e2e2e2;
    background-color: #fafafa;
    padding: 0 20px;
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.order-detail-summary-content {
    /*padding: 20px 20px;*/
    width: 100%;
}

.order-detail-summary-heading .header-text {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.order-detail-summary-content .total-inf {
    /*border-bottom: 1px solid #e5e5e5;*/
    padding: 10px;
}

    .order-detail-summary-content .total-inf:last-child {
        border-bottom: none;
        /*padding: 10px;*/
    }

    .order-detail-summary-content .total-inf .total-line_name {
        color: #666666;
        font-size: 12px;
    }

    .order-detail-summary-content .total-inf:last-child .total-line_name {
        color: #333333;
        font-weight: bold;
        font-size: 14px;
    }

    .order-detail-summary-content .total-inf .total-price {
        color: #333333;
        font-weight: bold;
    }

    .order-detail-summary-content .total-inf:last-child .total-last-price {
        color: #ff8a35;
        font-weight: bold;
        font-size: 16px;
    }

    .order-detail-summary-content .total-inf:first-child {
        /*padding: 0px 0 10px;*/
    }

.order_complete {
    padding-top: 100px;
    padding-bottom: 80px;
}

    .order_complete i {
        color: #ff8a35;
        font-size: 80px;
        margin-bottom: 20px;
    }

@media (min-width: 768px) {

    nav.mainNav {
        position: relative;
        display: flex;
        align-items: center;
    }

        nav.mainNav .hiddenMenu {
            outline: 0;
            border: none;
            color: #fff;
            background: transparent;
            position: relative;
            line-height: 20px;
            padding: 15px 15px;
        }

            nav.mainNav .hiddenMenu.hidden {
                transition: none;
                width: 0;
                padding: 0;
                overflow: hidden;
            }
        /*nav.mainNav .hiddenMenu::after {
    content: attr(count);
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: calc(-1rem + -8px);
  }*/
        nav.mainNav ul.mainLinks {
            display: flex;
            flex: 1;
        }

            nav.mainNav ul.mainLinks li {
                flex: none;
            }

        nav.mainNav ul.hidden-links {
            position: absolute;
            right: 0;
            top: 100%;
            left: 0;
            z-index: 1000;
            float: left;
            min-width: 160px;
            padding: 20px 20px;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

            nav.mainNav ul.hidden-links.hidden {
                display: none;
            }

            nav.mainNav ul.hidden-links li {
                border-bottom: 1px solid #E0E0E0;
                padding: 5px 0;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

                nav.mainNav ul.hidden-links li:last-child {
                    border-bottom: none;
                }

                nav.mainNav ul.hidden-links li .dropdown-menu {
                    display: none !important;
                }

                nav.mainNav ul.hidden-links li a {
                    padding: 4px 0;
                    font-family: 'Open Sans', sans-serif;
                    letter-spacing: 0.2px;
                    font-size: 13px;
                    color: #888;
                    background: none !important;
                }
}

@media (min-width: 768px) {
    .container {
        width: 85%;
    }
}
.dfj {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 766px) {
    .top-img {
        display: none
    }

    .navbar-toggle {
        float: left;
        border: none
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-collapse {
        box-shadow: none;
        border: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

        .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
            border: none
        }

    .mega-menu img {
        width: 100%
    }

    .yamm .dropdown-menu .yamm-content .col-menu {
        margin-bottom: 15px
    }

    .navbar-nav {
        margin-bottom: 0px
    }

    .special-menu {
        float: none;
    }

    .banner-1 {
        text-align: center
    }

    .banner-2 {
        text-align: center
    }
    /*edited 191020*/
    .top-cart-row {
        margin-top: 4px;
        padding: 0;
        /*text-align: left;*/
    }
        /*edited 191020*/
        .top-cart-row .dropdown-cart .lnk-cart {
            display: block;
            overflow: inherit; /*edited 191020*/
        }
        /*edited 191020*/
        .top-cart-row .dropdown-cart {
            float: none;
            width: auto;
            display: inline-block;
        }
    /*edited 191020*/
    .top-bar .header-top-inner {
        text-align: center;
    }

        .top-bar .header-top-inner .cnt-account {
            clear: both;
            display: inline-block;
            float: none;
            margin: auto;
            text-align: center;
        }

            .top-bar .header-top-inner .cnt-account li {
                margin-bottom: 8px;
            }

        .top-bar .header-top-inner .cnt-block .list-inline li {
            margin: 0px 0;
        }
    /*edited 191020*/
    .main-header {
        padding: 10px 0 10px 0;
    }
  
        /*.main-header .container {*/
        /*padding: 0;*/
        /*margin: 0;*/
        /*}*/
        .main-header .logo-holder {
            text-align: left;
            margin-bottom: 0px;
          
            margin-top: 2px;
        }

        .main-header .top-search-holder {
            margin-top: 5px;
            text-align: right;
            /*    width: 20px;
    height: 20px;*/
            display: inline-block;
        }

            .main-header .top-search-holder i {
                font-size: 20px;
                color: #555;
                float: left;
            }
            /*edited 191020*/
            .main-header .top-search-holder .contact-row {
                margin-bottom: 20px;
                text-align: center;
            }

                .main-header .top-search-holder .contact-row .phone,
                .main-header .top-search-holder .contact-row .contact {
                    margin: 0 0 5px;
                    padding-right: 0;
                    border-right: none;
                    display: block;
                }

            .main-header .top-search-holder .search-area .categories-filter {
                width: 100%;
                margin-bottom: 5px;
                border-radius: 3px;
                border-width: 1px;
            }

                .main-header .top-search-holder .search-area .categories-filter > li > a {
                    padding: 0 15px;
                    color: #666;
                    font-size: 13px;
                    width: 100%;
                    display: inline-block;
                }

                .main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
                    width: 100%;
                }

                .main-header .top-search-holder .search-area .categories-filter a .caret {
                    margin-left: 15px;
                    color: #a0a0a0;
                    float: right;
                    margin-top: 20px;
                }

    .header-banner {
        text-align: center;
    }
    /*edited 191020*/
    .main-header .search-area-mobile {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
    }

        .main-header .search-area-mobile .search-field {
            background: #fff;
            left: 0px;
            border-radius: 0;
            border: 5px #eaeaea solid;
            width: 100%;
            padding: 12px 40px 12px 12px;
        }

        .main-header .search-area-mobile .search-button {
            right: 0;
            padding: 18px 19px 15px;
            z-index: 22;
            position: absolute;
            background: none;
        }

    .main-header .top-search-holder .search-area .search-field {
        border: 5px #eaeaea solid;
        border-radius: 3px;
        /* width:100%;*/
    }

    .main-header .top-search-holder .search-area .search-form {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 10;
    }

    .main-header .search-area-mobile .search-button:after {
        color: #555;
        content: "\f002";
        font-family: fontawesome;
        font-size: 16px;
        line-height: 9px;
        vertical-align: middle;
    }

    .main-header .top-search-holder .search-area .search-field {
        background: #fff;
        left: 0px;
        border-radius: 0;
    }

    .main-header .top-search-holder .search-area .search-button {
        right: 0;
        padding: 18px 19px 15px;
        z-index: 22;
        position: fixed;
        background: none;
    }

        .main-header .top-search-holder .search-area .search-button:after {
            color: #555;
        }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        float: none;
        background: none;
        border: none
    }
    /*edited 191020*/
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
        top: 0px;
    }

    .sidebar .side-menu nav .nav > li > .mega-menu {
        left: 0;
        min-width: 100%;
        top: 100% !important;
    }

    .logo-slider-inner .item {
        text-align: center;
    }

    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }

    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }

    .cnt-homepage .wrapper .box {
        padding: 0 10px;
    }

    #owl-main .item .caption {
        padding: 0 22px;
    }

    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }

    .product .product-image .image img {
        width: 100%;
        /*height: auto;*/
        display: block;
    }

    .header-nav .yamm .dropdown-menu {
        background: #fff;
    }

    .body-content .sidebar {
        margin-bottom: 0;
    }

    .filters-container .no-padding {
        padding: 0;
    }

    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0;
    }

        .search-result-container .category-product-inner .product-list.product .product-info .cart {
            margin-bottom: 20px;
        }

    .single-product .gallery-holder {
        margin-bottom: 30px;
    }

    .single-product .product-info-block {
        clear: both;
    }

    .yamm .dropdown-menu.pages {
        padding: 0;
    }

    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .seller-product .products .product .product-info .name {
        font-size: 15px;
        margin-top: 0 !important;
    }

    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
        font-size: 16px;
    }

    .cnt-homepage .header-nav .yamm .navbar-header {
        border: 1px solid #f1f1f1;
    }

    .info-boxes .info-box {
        margin-bottom: 10px;
    }

    .cnt-homepage .single-product .product-info-block .cart {
        margin-top: 10px;
        padding: 0 15px;
    }

    .product-comparison .compare-table tr td .product .product-image .image img {
        width: auto;
    }

    .hot-deals .products {
        margin-right: 15px
    }

    .copyright-bar .payment-methods {
        text-align: left;
        margin-top: 10px
    }

    .single-product .home-banner {
        display: none
    }

    .special-offer .product {
        padding-right: 20px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

    /*edited 191020*/
    .main-header .search-area-mobile {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
    }

        .main-header .search-area-mobile .search-field {
            background: #fff;
            left: 0px;
            border-radius: 0;
            border: 5px #eaeaea solid;
            width: 100%;
            padding: 12px 40px 12px 12px;
        }

        .main-header .search-area-mobile .search-button {
            right: 0;
            padding: 18px 19px 15px;
            z-index: 22;
            position: absolute;
            background: none;
        }

    .main-header .top-search-holder .search-area .search-field {
        border: 5px #eaeaea solid;
        border-radius: 3px;
        /*width:100%;*/
    }

    .main-header .top-search-holder .search-area .search-form {
        display: none;
        top: -70px;
        transition: 0.5s;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 10;
    }

    .main-header .top-search-holder .search-area .search-field {
        background: #fff;
        left: 0px;
        border-radius: 0;
    }

    .top-cart-row {
        margin-top: 4px;
        padding: 0;
        text-align: right;
        padding-right: 20px;
    }


        .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
            float: none;
            background: none;
            border: none
        }

        .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
            top: 0px;
        }

        .top-cart-row .dropdown-cart .lnk-cart {
            display: block;
            overflow: inherit;
        }

        .top-cart-row .dropdown-cart {
            float: none;
            width: auto;
            display: inline-block;
        }
    /*edited 191020*/
    .sidebar .side-menu nav .nav > li > .mega-menu {
        min-width: 100%;
        left: 0;
        top: 100% !important
    }

    .logo-slider-inner .item {
        text-align: center;
    }

    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }

    .filters-container .pagination-container {
        float: left;
    }

    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }

    .cnt-homepage .wrapper .box {
        padding: 0 15px;
    }

    .cnt-homepage .container {
        width: 100%;
    }

    .body-content .sidebar {
        margin-bottom: 30px;
    }

    .product .product-image .image img {
        width: 100%;
        /*height: auto;*/
        display: block;
    }

    .blog-slider .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .owl-item {
        padding: 10px;
    }

    #owl-main .owl-item {
        padding: 0;
    }

    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }

    .filters-container .no-padding {
        padding: 0;
    }

    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0;
    }

    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    /*edited 191020*/
    .main-header .logo-holder {
        text-align: left;
        margin-bottom: 20px;
    }
    /*edited 191020*/
    .main-header .contact-row {
        text-align: center;
    }

    /*edited 191020*/
    .main-header .logo-holder {
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        /*padding-left: 35px;*/
    }

    .main-header .top-search-holder {
        margin-top: 5px;
        text-align: right;
        /*    width: 20px;
    height: 20px;*/
        display: inline-block;
    }

        .main-header .top-search-holder i {
            font-size: 20px;
            color: #555;
            float: left;
        }
    /*edited 191020*/
    .special-menu {
        display: none !important
    }

    .single-product .home-banner {
        display: none
    }

    .banner-1, .banner-2 {
        display: inline-block;
        margin-right: 20px;
        margin-top: 25px
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-header .top-search-holder .search-area .control-group {
        position: relative;
    }

        .main-header .top-search-holder .search-area .control-group .search-button {
            position: absolute;
            top: 0;
            right: 0;
        }

    .category-carousel .item {
        height: auto;
    }

    .header-banner {
        display: none
    }

    .filters-container .nav-tabs.nav-tab-box li {
        margin-right: 3px;
    }

    .filters-container .lbl-cnt .lbl {
        margin-right: -1px;
    }

    .cnt-homepage .single-product .product-info-block .cart {
        clear: both;
        margin-top: 20px;
    }

    .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
        font-size: 16px !important;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
        font-size: 16px !important;
    }

    .wrapper .box .wrapper-inner .container {
        width: auto !important;
    }

    .special-menu {
        display: none !important
    }

    .home-banner img {
        width: 100%
    }
}



.contact__info {
}

    .contact__info ul {
    }

        .contact__info ul li {
            margin-bottom: 40px;
        }

.contact__info-icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.contact__info ul li:hover .contact__info-icon i {
    border-color: #323232;
    background: #323232;
    color: #ffffff;
}

.contact__info-icon i {
    font-size: 18px;
    color: #6c6c6c;
    display: inline-block;
    width: 53px;
    height: 53px;
    line-height: 49px;
    text-align: center;
    border: 2px solid #ebebeb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact__form h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 45px;
}

.contact__info h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 52px;
}

.contact__input textarea {
    height: 180px;
    resize: none;
    margin-bottom: 45px;
}

.contact__input input, .contact__input textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #ececec;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 22px;
}

.contact__info-content {
    display: inline-block;
}

    .contact__info-content h6 {
        font-size: 14px;
        margin-bottom: 2px;
        font-weight: 600;
    }

    .contact__info-content span {
        color: #606060;
    }

.pb-100 {
    padding-bottom: 100px;
}

.switch_submit {
    width: 100%;
    height: 42px;
    top: 25px;
    left: -15px;
    position: absolute;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 27px;
}

.comp_name_input {
    border-color: #4cae4c;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.add-to-cart:hover {
    color: #fff !important;
}

/*.add-to-cart i:hover {
    color: #fff !important;
}*/


@media screen and (min-width:998px) {
    .cartviewer.active {
        width: 105px;
        transition: 0.5s ease;
    }

    .cartviewer {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 0;
        background-color: white;
        z-index: 50;
        border-left: 1px solid #bfbfbf;
        transition: 0.5s ease;
    }
    .cart-viewer1 {
        max-height: 100vh;
        overflow-y: scroll;
        padding: 0 !important;
    }
    .cartviewer .cart-viewer1 .title {
        padding: 10px 0;
        text-align: center;
        position: sticky;
        top: 0;
        background: white;
        z-index: 100;
    }

    .cartgoods {
        background-color: white;
        border-radius: 5px;
        border: 1px solid rgb(216, 216, 216);
        margin: 10px auto !important;
        text-align: center;
        position: relative;
        min-height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        cursor: pointer !important;
    }
    .input_div input, .input_div button, .input_div .cartviewer_quant {
        font-size: 10px !important;
        border: 1px solid rgb(170, 170, 170);
        border-radius: 2px;
        background-color: #f8f8f8;
        color: rgb(24, 70, 156);
        font-weight: bold;
        text-align: center;
    }
}
@media screen and (max-width:998px) {
    .cartviewer.active {
        transition: 0.5s ease;
    }
    .cartviewer .cart-viewer1 .title p{font-size:15px!important;}
    .cartviewer .cart-viewer1 .title h6{font-size:15px!important;}
    .closecardgoods {
        left: 0 !important;
        right: auto !important;
    }
    .cartviewer {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 50;
        border-left: 1px solid #bfbfbf;
        transition: 0.5s ease;
        box-shadow: 1px 1px 2px #dfdfdf, -1px -1px 8px #afafaf;
    }
    .cart-viewer1 {
        max-width: 100%;
        overflow-x: scroll;
        padding: 0 !important;
    
    }
    .cartviewer .cart-viewer1 .title {
        padding: 0;
        padding-top:2px;
        text-align: center;
        position: sticky;
        top: 0;
        background: white;
        z-index: 100;
    }

    .cartgoods {
        background-color: white;
        border-radius: 5px;
        border: 1px solid rgb(216, 216, 216);
        margin:4px 6px 10px 6px!important;
        text-align: center;
        position: relative;
        display:inline-block;
        width: 150px;
       
        cursor: pointer !important;
    }
    .cartviewer .cart-viewer1 .cartgoods .input_div {
        top:0;
        margin-top:5px;
        right: 0;
        bottom:0;
        justify-content: center;
        align-items: center;
        display:inline-table!important;
    }
    .cartviewer .cart-viewer1 .title p {
        display: inline-block;
    }
    .cartviewer .cart-viewer1 .title h6{display:inline-block;margin-left:20px;}
    .cart_viewer1_mob {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
    }

    .cartviewer_quant, .cartviewer .plus1 {
        font-size: 12px !important;
        border: 1px solid rgb(170, 170, 170);
        border-radius: 2px;
        background-color: #f8f8f8;
        color: rgb(24, 70, 156);
        font-weight: bold;
        text-align: center;
    }
    .moins1 {
        font-size: 14px !important;
        border: 1px solid rgb(170, 170, 170);
        border-radius: 2px;
        background-color: #f8f8f8;
        color: rgb(24, 70, 156);
        font-weight: bold;
        text-align: center;
    }
    .cartviewer_quant, .cartviewer .plus2 {
        font-size: 12px !important;
        border: 1px solid rgb(170, 170, 170);
        border-radius: 2px;
        background-color: #f8f8f8;
        color: rgb(24, 70, 156);
        font-weight: bold;
        text-align: center;
    }

    .moins2 {
        font-size: 14px !important;
        border: 1px solid rgb(170, 170, 170);
        border-radius: 2px;
        background-color: #f8f8f8;
        color: rgb(24, 70, 156);
        font-weight: bold;
        text-align: center;
    }
    .wrap_be23{bottom:123px!important;}
}

   

        .cartviewer .cart-viewer1 .title p {
            color: black;
            font-size: 13px;
            margin: 0;
        }

        .cartviewer .cart-viewer1 .title h6 {
            color: rgb(146, 39, 39);
            font-size: 14px;
            font-weight: bold;
            margin: 0;
        }

    .cartviewer .cart-viewer1 a .cartgoods {
        margin-bottom: 10px;
        transition: 0.5s ease;
    }

        .cartviewer .cart-viewer1 a .cartgoods div {
            position: relative;
        }



    .cart-viewer1::-webkit-scrollbar {
        display: none;
    }

.cartviewer .cart-viewer1 .cartgoods div .countt {
    position: absolute;
    right: 15%;
    bottom: 18px;
    width: 20px;
    height: 20px;
    border-radius: 90%;
    background-color: white;
    border: 1px solid #bfbfbf;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

/*.cartviewer .cart-viewer1 .cartgoods:hover {
    transition: 0.5s ease;
    transform: scale(1.1);
}*/

.cartviewer .cart-viewer1 .cartgoods div {
    text-align: center;
}

    .cartviewer .cart-viewer1 .cartgoods div img {
        width: 70px;
        height: 70px;
        object-fit:contain;
    }

.active_ul_li {
    position: relative;
}



@media screen and (max-width:998px) {
    /*.cartviewer {
        display: none;
    }*/

    .active_ul_li::after {
        display: none;
    }
    #dropdown_cart::after {
        display: none;
    }
    /* .top-search-holder.col-lg-8{width:66.66666667%!important;} */
}
@media screen and (min-width:1000px) {
    .gallery-holder {
        position: sticky;
        top: 0;
    }
}

@media screen and (min-width:766px) {
    .ver2 .top-cart-row {
        display: flex;
        justify-content: flex-end;
    }
    #lang_world{display:none;}
    .ver2 .basket {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.input_div2 input[type="button"]:hover {
    background-color: rgb(75, 124, 100);
}

.input_div2 input[type="text"] {
    padding: 10px 15px;
    border: 1px solid rgb(75, 124, 100);
}

.input_div2 button {
    padding: 10px 20px;
    background-color: #69bf6e;
    color: white;
    border: 1px solid rgb(75, 124, 100);
}

    .input_div2 button:hover {
        background-color: rgb(75, 124, 100);
    }

@media screen and (min-width:1200px) {
    .owl-new-product .owl-wrapper .owl-item {
        width: 275px !important;
    }
}

.readyproducts {
    border-bottom: 2px solid green !important;
}

#readyprodcount {
    text-align: center;
    font-size: 13px;
    color: green;
    font-weight: bold;
    margin: 0 auto;
}

#readyprodcountdiv {
    text-align: center;
    transform: translateY(50%);
}

.input_div2 div {
    width: 100%;
    display: flex;
}
    #input_div2 div{width:auto!important;}
    .input_div2 div input, .input_div2 div button {
        width: 100%;
    }

        .input_div2 div input[type="button"] {
            border: 1px solid #e5e5e5;
            font-size: 29px;
            border-radius: 5px;
            font-weight: 200;
            background-color: #69bf6e;
            color: white;
            margin-bottom: -1px;
            /*width:85px!important;*/
        }


.closecardgoods {
    position: absolute !important;
    top: 2px;
    right: 2px;
    padding: 2px;
}

    .closecardgoods i {
        font-size: 13px;
        color: rgb(37, 56, 168);
    }

        .closecardgoods i:hover {
            font-size: 14px !important;
        }



.input_div2 input, .input_div2 button {
    border: 1px solid rgb(170, 170, 170);
    border-radius: 2px;
    background-color: #f8f8f8;
    color: rgb(24, 70, 156);
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin: 0 2px;
}

.input_div2 input[type="button"] {
    padding: 0px 15px;
    color: rgb(54, 90, 72);
    border: 2px solid rgb(51, 87, 69);
}

.input_div2 input[type="text"], .input_div2 input[type="number"] {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #555;
    /*width:120px;*/
}

.input_div2 button {
    padding: 10px;
    background-color: #69bf6e;
    color: white;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.input_div2 button:hover {
    background-color: #549858;
}

.top-bar .cnt-account ul li {
    position: relative !important;
}

header .cnt-account ul li .notification_box {
    position: absolute;
    left: 100%;
    top: 100%;
    z-index: 10000;
    transform: translateX(-150px);
    overflow: hidden;
    transition: 0.8s ease;
    height: 0;
}

header .cnt-account ul li .notification_box .box {
    padding: 0;
    width: 280px;
    background-color: white;
    margin: 0 auto;
    position: relative;
    transition: 0.8s ease;
    transition: 0.8s ease;
    border-radius: 5px;
}
/* header .cnt-account ul li .notification_box .box::after{content: '';position: absolute;top: 0;left: 50%;transform: translate(-5px, -30%) rotate(45deg);border-top: 10px solid white;border-bottom: 10px solid transparent;border-right: 10px solid transparent;border-left: 10px solid white;box-shadow: -5px -5px 4px grey;} */
header .cnt-account ul li:hover > .notification_box .box {
    max-height: auto !important;
    transition: 0.8s ease;
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.644), -1px -1px 1px rgba(128, 128, 128, 0.603);
}
/* header .cnt-account ul li:hover > .notification_box .box{transition: 0.8s ease;} */
header .cnt-account ul li:hover .notification_box {
    height: auto;
    padding: 0px 10px;
    transition: 0.8s ease;
}

.notification_box .notf {
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}

.notf .notf_pic {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.notification_box .notf_title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0 6px 0;
    color: grey;
    text-transform: uppercase;
}

.notf .notf_pic img {
    width: 20px;
    height: 20px;
    border-radius: 90%;
}

.notf_words h4 {
    font-size: 17px;
    margin: 0;
    font-weight: 700;
    color: rgb(97, 97, 97);
    font-size: 15px;
}

.notf_words h5 {
    margin: 0;
    color: rgb(146, 146, 146);
    font-weight: 700;
    font-size: 12px;
}

.notfs_div {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.notf_words {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notf:hover {
    background-color: rgb(248, 248, 248);
}

.notf_time {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 9px;
    color: grey;
}

.notf_view_all {
    padding: 10px 0;
    text-align: center;
    background-color: #3a79ad;
}

.notf_view_all:hover {
    background-color: #31658f;
}

.notf_view_all a {
    color: white !important;
    font-weight: bold;
}

.notf_not_watched::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 90%;
    background-color: rgb(5, 126, 51);
}

.notf_not_watched {
    background-color: rgb(241, 241, 241);
}

.notfs_div::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.notfs_div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.notfs_div::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 5px;
}

    /* Handle on hover */
.notfs_div::-webkit-scrollbar-thumb:hover {
    background: grey;
}

.overlay_notf {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 200000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .overlay_notf:target {
        visibility: visible;
        opacity: 1;
    }

.popup_notf {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    z-index: 200000000;
    z-index: inherit;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup_notf h2 {
    margin-top: 0;
    color: #333;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
}

.popup_notf .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup_notf .close:hover {
    color: #06D85F;
}

.popup_notf .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .popup_notf {
        width: 70%;
    }
}

.price-range-holder .price_range_min {
    width: 100%;
    padding: 5px;
}

.price-range-holder .price_range_max {
    width: 100%;
    padding: 5px;
}

.slider_btn {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    #owl-main {
        height: auto !important;
    }

    #owl-main .item {
        height: auto !important;
    }
}

.products .product .product-info {
    padding: 0 10px 5px 10px;
    /*text-align: center;*/
}

#clearfixextra {
    position: absolute;
    top: 10px;
    right: 2px;
}

#extra_form .input_div2 input[type="text"], #extra_form .input_div2 input[type="number"] {
    width: 120px !important;
}

#extra_form .input_div2 .plus {
    width: 60px !important;
}

#extra_form .input_div2 button {
    width: 125px !important;
}
.overlay {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 260px;
    top: 0;
    opacity: .3;
}
.sold_out {
    position: absolute;
    width: 100%;
    height: 260px;
    top: 0;
}
.sold_out img{
    width:100%;
}
.animate-dropdown .dropdown .cnt-block {
    display: inline-block;
}

    .animate-dropdown .dropdown .cnt-block select {
        padding: 12px 2px;
        -webkit-padding-start:12px 2px;
        background: #f7f7f7;
        border: 1px #e5e5e5 solid;
        outline: 1px solid transparent;
        border-radius: 4px;
    }

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket_middle {
    float: left;
    background: #f7f7f7;
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    padding: 0px 3px 0px 5px;
    text-align: center;
}

.items-cart-inne i.fa-truck::before {
    font-size: 14px !important;
}

#footer1 {
    background-color: rgb(131, 36, 36);
    padding: 30px 0;
}

    #footer1 .new_footer h4, #footer1 .col-lg-2 h4 {
        color: white;
        font-weight: bold;
        font-size: 20px;
        /*letter-spacing: 2px;*/
        text-align: center;
    }

        #footer1 .new_footer h4 a{
            color: white;
        }

    #footer1 .new_footer {
        text-align: center;
    }

        #footer1 .new_footer li p {
            font-size: 17px;
            color: white;
            margin-bottom: 2px;
        }

            #footer1 .new_footer li p:nth-child(2) {
                font-size: 16px;
                color: rgba(255, 255, 255, 0.705);
            }

                #footer1 .new_footer li p:nth-child(2):hover {
                    color: rgba(255, 255, 255, 0.87);
                }

        #footer1 .new_footer ul img {
            opacity: 0.9;
        }

        #footer1 .new_footer ul a li {
            font-size: 17px;
            font-weight: bold;
            color: rgba(255, 255, 255, 0.788);
        }

            #footer1 .new_footer ul a li:hover {
                color: rgb(255, 255, 255);
            }

        #footer1 .new_footer ul img:hover {
            opacity: 1;
        }

        /*#footer1 .new_footer:nth-last-of-type(1) img {
            margin-top: 10px;
        }*/

        #footer1 .new_footer:first-of-type ul li a {
            color: white;
        }

            #footer1 .new_footer:first-of-type ul li a i {
                font-size: 22px;
                opacity: 0.8;
                transition: 0.5s ease;
                margin: 10px 10px 0 10px;
            }

                #footer1 .new_footer:first-of-type ul li a i:hover {
                    transition: 0.5s ease;
                    transform: scale(1.1);
                    opacity: 1;
                }

@media screen and (max-width:992px) {
    #footer1 .new_footer {
        min-height: 240px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket_middle {
        background-color: transparent !important;
        border: none !important;
    }
    .main-header .top-search-holder .search-area{margin-top:4px;}
    .top-cart-row .dropdown-cart {
        justify-content: center;
    }
    
}

@media screen and (max-width:767px) {
    #footer1 .new_footer {
        min-height: 120px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.603);
    }
    .animate-dropdown .dropdown .cnt-block select{
        background-color:transparent;
        border:none;
    }
    #footer1 .new_footer:nth-last-of-type(1) {
        border-bottom: 1px solid transparent;
    }
    
    .top-search-holder {
        margin-top: 0 !important;
        padding: 0 !important;
        ;
        text-align: left;
    }

    .basket_middle {
        margin-left: 10px;
    }

    .top-cart-row .delivery_btn {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}
.items-cart-inner .basket {
    display: flex;justify-content:center;align-items:center;
}

@media screen and (min-width:767px) and (max-width:992px) {
    .animate-dropdown .dropdown-cart .dropdown div {
        margin: 0 10px;
    }
    .animate-dropdown .dropdown .cnt-block select{width:100px;}
    .animate-dropdown .dropdown-cart .dropdown-cart {
        margin: 0 10px;
    }

    .top-cart-row .delivery_btn {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
   
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .main-header .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        padding: 10px 0 9px 4px;
    }
    .main-header .animate-dropdown {
        align-items: baseline !important;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket i {
        font-size: 17px;
        margin-right: 2px
    }
    .basket_middle div span{font-size: 8px;display:block;}
    .basket_middle div span:first-of-type{font-size:12px;}
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket span {
        padding: 0;
    }

    .top-cart-row .dropdown-cart {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

        .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
            left: 20px;
            top: 2px;
        }

    .main-header .dropdown-cart .dropdown-cart {
        display: flex !important;
        justify-content: center !important;
    }
}
@media screen and (max-width:576px){
    .multiline_products .col-xs-6{
        width:100% !important;
    }
}
@media screen and (max-width:768px){
    .thcardbox{
        justify-content:flex-start !important;
    }
}
@media screen and (min-width:1156px) and (max-width:1288px){
    .input_div2 button{
        padding:10px 3px !important;
    }
}
@media screen and (min-width:1066px) and (max-width:1156px) {
    .input_div2 button {
        padding: 11px 3px !important;
        font-size: 13px !important;
    }
}
@media screen and (min-width:992px) and (max-width:1066px) {
    .input_div2 button {
        padding: 13px 3px !important;
        font-size: 11px !important;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .input_div2 button {
        padding: 12px 3px !important;
        font-size: 12px !important;
    }
}