/*
  Theme Name: emart - Laravel Multi-Vendor Ecommerce Advanced CMS
  Theme URL: https://mediacity.co.in/emart/
  Author: Media City
  Author URI: https://mediacity.co.in
  Created Date: 04/07/2020
  Description: A default stylesheet for emart - Laravel Multi-Vendor Ecommerce Advanced CMS.
  Version: 1.5
*/

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

a {
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

body {
    font-size: 13px;
    color: var(--text_black_color);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: Barlow, sans-serif;
}

button:focus {
    outline: none;
}

.modal-content {
    border-radius: 10px;
}

.paybox {
    box-shadow: 0 0 5px grey;
    padding: 25px;
    margin-left: 10px;
    margin-top: 15px;
    border-radius: .5em;
    transition: 2s ease-in-out;
}

.paybox:hover {
    box-shadow: 0 0 15px grey;
    border-radius: 0;
    transition: 1s all;
}

.gl {
    cursor: pointer;
    background-color: #f31f11;
}

.gl:hover {
    background-color: #c60e01;
    transition: 1s all;
}

.cnt-home {
    background-color: #f2f3f7;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

ul {
    list-style: none;
}

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

.btn-default {
    background: #cbc9c9;
    color: var(--text_white_color);
    font-weight: 400;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    padding: 8px 14px;
}

.btn-primary {
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    background: #108bea;
    color: var(--text_white_color);
    border: none;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 14px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

.btn-black:focus,
.btn-black:hover,
.btn-primary:focus,
.btn-primary:hover {
    color: var(--text_white_color);
}

.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: 20px;
}

.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-bottom: 20px;
}

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

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

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

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

.container {
    max-width: 1590px !important;
}
/*.nav {
    display: block;
}*/
@media (max-width:767px) {
    .body-content .sidebar {
        margin-top: 0;
    }

    .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;
    }
}

.rht-col {
    width: calc(100% - 290px);
}

.section-title {
    font-size: 20px;
    font-family: Barlow, sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: normal;
}

.featured-product .section-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding: 18px 20px;
    background: var(--background_pink_bg_color);
    color: var(--text_white_color);
    border-radius: 5px 0 0 0;
}

.featured-product .ad-imgs {
    padding: 20px;
}

.featured-product .ad-imgs img {
    width: 100%;
}

.featured-product .sub-cat {
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-top: 8px;
    padding-left: 25px;
}

.featured-product .sub-cat li {
    display: block;
    padding: 6px 0;
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: var(--text_light_black_color);
}

.featured-product .sub-cat li a {
    font-weight: 400;
    color: #777;
}

.featured-product .col-lg-3 {
    padding-right: 0;
}

.featured-product .col-lg-9 {
    border-left: 1px #eaeaea solid;
    padding-left: 25px;
}

.featured-product .custom-carousel .owl-nav .owl-prev {
    left: -70px;
    right: auto;
    top: 39px;
    background: #be5050;
}

.featured-product .custom-carousel .owl-nav .owl-next {
    left: -44px;
    right: auto;
    top: 39px;
    background: #be5050;
}

.best-deal {
    background: var(--background_white_bg_color);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.best-deal .section-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

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

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

.blog-slider .owl-nav,
.brand-slider .owl-nav,
.home-owl-carousel .owl-nav {
    margin-top: 0;
}

.brand-slider img {
    width: 130px;
    height: 50px;
}

.logo-slider-inner .image {
    filter: grayscale(100%);
    opacity: .3;
}

.logo-slider-inner .image:hover {
    filter: none;
    opacity: 1;
}

.logo-slider {
    background: var(--background_black_bg_color);
}

.brand-slider .owl-item {
    text-align: center;
}

.sidebar-widget .custom-carousel .owl-nav {
    right: 0;
}

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

.product-slider .custom-carousel .owl-nav {
    top: -42px;
}

.custom-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -17px;
    right: 27px;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ddd;
}

.custom-carousel .owl-nav .owl-prev:before {
    color: var(--text_white_color);
    content: "\f104";
    font-family: fontawesome;
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 0px;
}

.custom-carousel .owl-nav .owl-next {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -17px;
    right: 0;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ddd;
}

.custom-carousel .owl-nav .owl-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: var(--text_white_color);
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 0px;
}

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

.featured-product {
    margin-bottom: 30px;
    background: var(--background_white_bg_color);
    border-radius: 5px;
}

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

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

.featured-product .home-owl-carousel {
    padding-left: 20px;
}

.new-arriavls {
    margin-bottom: 18px;
    background: var(--background_white_bg_color);
    border-radius: 5px;
}

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

.new-arriavls .home-owl-carousel {
    padding-left: 20px;
}

.new-arriavls .section-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding: 18px 20px;
}

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

.latest-blog {
    margin-bottom: 30px;
    background: var(--background_white_bg_color);
    border-radius: 5px;
}

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

.latest-blog .section-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.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 {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0 30px;
}

.special-product .product:first-child {
    margin-bottom: 10px;
}

.special-product .product .image img {
    width: 100%;
}

.special-product .product .col {
    padding-right: 0;
}

.special-product .product .btn-primary {
    background: 0 0;
    padding: 0;
    color: var(--text_blue_color);
    text-decoration: underline;
    margin-top: 5px;
}

.special-product .product:last-child {
    margin-top: 20px;
}

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

#owl-main .owl-nav .owl-buttons .icon {
    position: relative;
    top: 8px;
    color: var(--text_black_color)!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: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -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-slider .products {
    margin-left: 0;
    margin-right: 18px;
    padding-bottom: 15px;
}

.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: var(--text_green_color);
}

.show-theme-options:focus,
.show-theme-options:hover {
    background: var(--background_green_bg_color);
}

.btn-black:focus,
.btn-black:hover,
.btn-primary:focus,
.btn-primary:hover {
    background: var(--background_green_bg_color);
}

.top-bar .cnt-account ul>li a:focus,
.top-bar .cnt-account ul>li a:hover {
    color: var(--text_green_color);
}

.top-bar .cnt-block ul li a .caret {
    color: var(--text_green_color);
}

.top-bar .cnt-block ul li .dropdown-menu li a:focus,
.top-bar .cnt-block ul li .dropdown-menu li a:hover {
    color: var(--text_green_color);
}

.main-header .top-search-holder .contact-row .icon {
    color: var(--text_green_color);
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
    color: var(--text_green_color);
    -moz-appearance: button;
    -webkit-appearance: caret;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover {
    color: var(--text_green_color);
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    color: var(--text_green_color);
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover {
    color: var(--text_green_color);
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    color: var(--text_green_color);
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover {
    color: var(--text_green_color);
}

.header-style-1 .header-nav {
    background: var(--background_green_bg_color);
}

.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: var(--background_green_bg_color);
}

.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav>li.active {
    background: var(--background_green_bg_color);
}

.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover {
    background: var(--background_green_bg_color)!important;
}

.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.open {
    background: var(--background_green_bg_color);
}

.sidebar .side-menu nav .nav>li a:focus,
.sidebar .side-menu nav .nav>li a:hover {
    color: var(--text_green_color);
}

.sidebar .side-menu nav .nav>li a:focus:after,
.sidebar .side-menu nav .nav>li a:hover:after {
    color: var(--text_green_color);
}

.info-box .info-box-heading.green {
    color: var(--text_green_color);
}

.scroll-tabs .nav-tab-line li a:focus,
.scroll-tabs .nav-tab-line li a:hover {
    color: var(--text_green_color);
}

.product .product-info .name a:focus,
.product .product-info .name a:hover {
    color: var(--text_green_color);
}

.product .product-info .product-price .price {
    color: var(--text_green_color);
}

.product .cart .action ul li.lnk a:focus,
.product .cart .action ul li.lnk a:hover {
    color: var(--text_green_color);
}

.product .cart .action ul li.add-cart-button .btn-primary:focus,
.product .cart .action ul li.add-cart-button .btn-primary:hover {
    background: var(--background_green_bg_color);
}

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

.tag.sale {
    background: #abd07e;
}

.copyright-bar .copyright a {
    color: var(--text_green_color);
}

.blog-slider-container .blog-slider .blog-post-info .name a:focus,
.blog-slider-container .blog-slider .blog-post-info .name a:hover {
    color: var(--text_green_color);
}

.footer .links-social .social-icons a.active,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a:hover {
    background: var(--background_green_bg_color);
}

.latest-tweet .re-twitter .comment a {
    color: var(--text_green_color);
}

.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
    color: var(--text_green_color);
}

.footer .contact-information .media .icon .fa-stack-2x {
    color: var(--text_green_color);
}

.footer .contact-information .media .media-body a:focus,
.footer .contact-information .media .media-body a:hover {
    color: var(--text_green_color);
}

.footer .footer-bottom .module-body ul li a:focus,
.footer .footer-bottom .module-body ul li a:hover {
    color: var(--text_green_color);
}

.product-tag .item.active,
.product-tag .item:focus,
.product-tag .item:hover {
    background: var(--background_green_bg_color);
}

.hot-deals .product-info .product-price .price {
    color: var(--text_green_color);
}

.hot-deals .product-info .name a:focus,
.hot-deals .product-info .name a:hover {
    color: var(--text_green_color);
}



.yamm .dropdown-menu .title:focus,
.yamm .dropdown-menu .title:hover {
    color: var(--text_green_color);
}

.yamm .dropdown-menu li a:focus,
.yamm .dropdown-menu li a:hover {
    color: var(--text_green_color);
}

.breadcrumb ul li.active {
    color: #0b816a;
}

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

.filters-container .nav-tabs.nav-tab-box li.active a .icon {
    color: var(--text_green_color);
}

.filters-container .pagination-container ul li.active a {
    color: var(--text_green_color);
}

.filters-container .pagination-container ul li.next:focus,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.prev:hover {
    background: var(--background_green_bg_color);
}

.filters-container .pagination-container ul li a:focus,
.filters-container .pagination-container ul li a:hover {
    color: var(--text_green_color);
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover {
    color: var(--text_green_color);
}

.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:after,
.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:hover {
    color: var(--text_green_color);
}

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

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover {
    color: var(--text_green_color);
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
    color: var(--text_green_color);
}

.sidebar .sidebar-widget .advertisement .owl-nav .owl-pagination .owl-page.active span {
    background: var(--background_green_bg_color);
}

.sidebar .sidebar-widget .advertisement .owl-nav .owl-pagination .owl-page:hover span {
    background: var(--background_green_bg_color);
}

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

.single-product .product-info .rating-reviews .reviews .lnk:focus,
.single-product .product-info .rating-reviews .reviews .lnk:hover {
    color: var(--text_green_color);
}

.single-product .product-info .price-container .price-box .price {
    color: var(--text_green_color);
}

.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover {
    color: var(--text_green_color);
}

.single-product .product-info .product-social-link .social-icons ul li a:focus,
.single-product .product-info .product-social-link .social-icons ul li a:hover {
    background: var(--background_green_bg_color);
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover {
    background: var(--background_green_bg_color);
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after {
    border-color: transparent transparent transparent #12cca7;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
    background: var(--background_green_bg_color);
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
    border-color: transparent transparent transparent #12cca7;
}

.cart .action .add-cart-button .btn.btn-primary.icon:focus,
.cart .action .add-cart-button .btn.btn-primary.icon:hover {
    background: var(--background_green_bg_color);
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    color: var(--text_green_color);
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    color: var(--text_green_color);
}

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

#owl-main .owl-nav .owl-pagination .owl-page:active span,
#owl-main .owl-nav .owl-pagination .owl-page:hover span {
    background: var(--background_green_bg_color);
}

.cart .action ul .lnk .add-to-cart:focus,
.cart .action ul .lnk .add-to-cart:hover {
    color: var(--text_green_color)!important;
}

.cart .action .add-to-cart:focus,
.cart .action .add-to-cart:hover {
    color: var(--text_green_color)!important;
}

.homepage-container .product .tag.hot {
    background: var(--background_green_bg_color);
}

.homepage-container .product .product-info .name a:focus,
.homepage-container .product .product-info .name a:hover {
    color: var(--text_green_color);
}

.homepage-container .btn-primary:focus,
.homepage-container .btn-primary:hover {
    background: var(--background_green_bg_color);
    border: 2px solid #12cca7;
}

.category-list {
    background: var(--background_white_bg_color);
    padding: 20px;
}

.category-product .cart .action ul li .add-to-cart:focus,
.category-product .cart .action ul li .add-to-cart:hover {
    background: var(--background_green_bg_color);
}

.furniture-container .product .btn-primary:focus,
.furniture-container .product .btn-primary:hover {
    background: var(--background_green_bg_color);
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover {
    background: var(--background_green_bg_color);
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.open {
    background: var(--background_green_bg_color);
}

#owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page.active span {
    background: var(--background_green_bg_color)!important;
}

#owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page span:focus,
#owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page span:hover {
    background: var(--background_green_bg_color)!important;
}

.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
    background: var(--background_green_bg_color);
}

.blog-page .blog-post h1 a:focus,
.blog-page .blog-post h1 a:hover {
    color: var(--text_green_color);
}

.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:focus,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:hover {
    color: #0b816a;
}

.blog-page .blog-post .social-media a:focus,
.blog-page .blog-post .social-media a:hover {
    background: var(--background_green_bg_color);
}

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

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover {
    color: var(--text_green_color);
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    background: var(--background_green_bg_color);
}

.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:focus,
.blog-page .blog-review .review-action a:hover {
    color: var(--text_green_color);
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:focus,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:hover {
    color: var(--text_green_color);
}

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

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover {
    color: var(--text_green_color);
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
    color: var(--text_green_color);
}

.contact-page .contact-info .contact-i {
    background: var(--background_green_bg_color);
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover {
    color: var(--text_green_color);
}

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

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover {
    color: var(--text_green_color);
}

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

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover {
    color: var(--text_green_color);
}

.logo-color {
    fill: #12cca7;
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover {
    color: var(--text_green_color);
}

.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    color: var(--text_green_color);
}

.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:focus,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover {
    background: var(--background_green_bg_color);
    border: 2px solid #12cca7;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    background: var(--background_green_bg_color);
    border: 2px solid #12cca7;
}

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

.yamm .dropdown-menu {
    border-top-color: var(--text_green_color);
}

.product-comparison .compare-table tr td .product-price .price {
    color: var(--text_green_color);
}

.product-comparison .compare-table tr td .in-stock {
    color: var(--text_green_color);
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover {
    color: var(--text_green_color);
}

.product-comparison .compare-table tr td .product-price .price {
    color: var(--text_green_color);
}

.product-comparison .compare-table tr td .in-stock {
    color: var(--text_green_color);
}

.body-content .x-page .x-text h1 {
    color: var(--text_green_color);
}

.body-content .x-page .x-text a {
    color: var(--text_green_color);
}

.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:focus,
.sign-in-page .register-form .forgot-password:hover {
    color: var(--text_green_color);
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    color: var(--text_green_color);
}

.terms-conditions-page .contact-form {
    color: var(--text_green_color);
}

.top-bar {
    padding: 0;
    font-size: 14px;
    background: var(--background_blue_bg_color);
}

.top-bar .cnt-account {
    float: right;
    padding: 4px 0 5px;
    margin-right: 16px;
}

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

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

.top-bar .cnt-account ul>li:first-child {
    border-left: none;
    border: none;
}

.top-bar .cnt-account ul>li a {
    color: var(--text_white_color);
    padding: 0;
    font-weight: 400;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    letter-spacing: .2px;
}

.dropdown.notifications-menu a i {
    color: var(--text_yellow_color);
}

.top-bar .cnt-account ul>li .dropdown-toggle {
    padding: 0 8px;
}

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

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

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

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

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

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

.top-bar .cnt-block .list-inline>li>a .value {
    color: var(--text_white_color);
    margin: 2px 4px 2px 7px;
}

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

.top-bar .cnt-block .list-inline>li .dropdown-menu {
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    top: 125%;
    left: 5px;
    min-width: 75px;
}

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

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

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
    box-shadow: 2px 2px 4px #888;
    margin-right: 5px;
    border-radius: 3px;
}

.tab-width {
    width: 33.33%;
}

header {
    background: var(--background_yellow_bg_color);
}

.main-header {
    padding: 10px 0 0 0;
    /*background: var(--background_dark_blue_bg_color);*/
    background-color: #fff;
}

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

.logo {
    margin-left: 18px;
}

.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 {
    margin: 11px 0 0;
}

.nav-bg-class {
    width: 100%;
    display: block;
}

.nav-bg-class .navbar-collapse {
    display: block;
}

.nav-outer ul li {
    display: inline-block;
}

.top-search-holder {
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
    float: left !important;
}

.main-header .top-search-holder .search-area .search-field {
    border: medium none;
    padding: 15px 13px 15px;
    width: 79%;
    font-family: Barlow, sans-serif;
    font-size: 14px;
    background: #FFF;
}

.main-header .top-search-holder .search-area .categories-filter {
    border-right: 1px solid #e0e0e0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 56px;
    background: #f6f6f6;
    border-radius: 999px 0 0 999px;
}

.main-header .top-search-holder .search-area .categories-filter a {
    padding: 0 20px;
    color: var(--text_light_black_color);
    font-size: 14px;
}

.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:focus,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 0);
}

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

.main-header .top-search-holder .search-area .btn-default {
    border-radius: 0 10px 10px 0;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 14px 25px 14px;
    text-align: center;
    position: relative;
    background: var(--background_yellow_bg_color);
    border-style: none;
    cursor: pointer;
    height: 56px;
}

.control-group.search-cat-box {
    margin-top: -6px;
}

.main-header .top-search-holder .search-area .btn-default i {
    color: var(--text_black_color);
    font-family: fontawesome;
    font-size: 18px;
}

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

.top-cart-row {
    padding-top: 8px;
}

.top-cart-row .dropdown-cart {
    float: right;
    margin-right: 20px;
}

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

.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0;
    color: var(--text_white_color);
    -webkit-appearance: caret;
}

.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: 0 0 13px 5px;
    font-family: Barlow, sans-serif;
    letter-spacing: .2px;
    display: inline-block;
    font-size: 15px;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .lbl {
    display: block;
    color: var(--text_white_color);
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .value {
    font-size: 22px;
    font-weight: 600;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
    padding: 0;
    overflow: hidden;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket:before {
    content: '';
    display: inline-block;
    text-align: center;
    font-weight: 400;
    background: url(../images/icon-cart.png) no-repeat top left;
    padding: 15px 0;
    border-radius: 5px;
    width: 50px;
    height: 44px;
    background-size: 44px 40px;
}

.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: 15px;
    position: absolute;
    left: 18px;
    top: 7px;
    width: 14px;
    background: var(--background_yellow_bg_color);
    color: var(--text_blue_color);
    font-size: 11px;
    text-align: center;
}

.top-cart-row .dropdown-cart .dropdown-menu {
    border: none;
    border-radius: 5px;
    float: right;
    left: auto;
    min-width: 0;
    padding: 24px 22px;
    right: -1px;
    width: 350px;
}

.top-cart-row .dropdown-cart .dropdown-menu li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin: -32px 0 0 277px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item .col-xs-7 {
    padding-left: 0;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
    color: var(--text_light_black_color);
}

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

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

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

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
    font-size: 14px;
    color: var(--text_light_black_color);
    margin-right: 10px;
}

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

.cart-image img {
    width: 100%;
}

.header-style-1 .header-nav .navbar-default {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-height: auto;
}

.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: var(--text_white_color);
}

.navbar-nav {
    float: none;
}

.special-menu {
    float: right;
}

.special-menu a {
    color: #ffdd35!important;
    border: none!important;
    padding-right: 0!important;
}

.special-menu a:hover {
    background: 0 0!important;
    color: var(--text_white_color)!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: var(--text_white_color);
    font-family: Barlow, sans-serif;
    font-size: 18px;
    line-height: normal;
    padding: 12px 18px 12px;
    -webkit-transitio: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    font-weight: 500;
    letter-spacing: normal;
    position: relative;
    z-index: 99;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    display: inline;
    padding: 4px 8px;
    color: var(--text_white_color);
    font-size: 10px;
    font-family: Barlow, sans-serif;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 2px;
}

.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 .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transitio: all .3s ease 0s;
    transition: all .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 transparent transparent transparent;
}

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

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.hot-menu {
    background: var(--background_pink_bg_color);
}

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

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

.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: var(--text_black_color);
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:focus,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:hover {
    color: var(--text_white_color);
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li.open>a {
    color: var(--text_white_color);
}

.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: var(--text_white_color);
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover {
    color: var(--text_white_color);
}

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

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

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

.yamm .dropdown-menu .custom-banner a {
    padding: 0;
}

.yamm .dropdown-menu .banner-image {
    margin-bottom: 0;
}

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

.side-menu .menu-item {
    display: block;
}

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

.yamm .dropdown-menu .yamm-content .links li a {
    padding: 6px 0;
    font-size: 14px;
    color: #565656;
}

.yamm .dropdown-menu h2 {
    font-size: 16px;
    color: var(--text_black_color);
    margin-top: 0;
    font-weight: 600;
}

.yamm .dropdown-menu li {
    line-height: normal;
    padding: 0 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .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:focus,
.yamm .dropdown-menu li a:hover {
    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: var(--text_white_color);
}

.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: var(--text_white_color);
}

.cnt-homepage .header-style-2 .header-nav .navbar-default {
    background: var(--background_white_bg_color);
}

.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 #eaeaea;
    padding: 5px 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .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:focus,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a:hover {
    margin-left: 0;
}
.color147ED2  .fa-star-half-o{
    float: left;
}
.sidebar .side-menu {
    background: var(--background_white_bg_color);
    border-radius: 10px;
}

.sidebar .custom-carousel .owl-nav .owl-prev {
    top: -20px;
}

.sidebar .custom-carousel .owl-nav .owl-next {
    top: -20px;
}

.sidebar .side-menu .head {
    border-radius: 10px 10px 0 0;
    color: var(--text_black_color);
    font-size: 20px;
    font-family: Barlow, sans-serif;
    padding: 15px 17px;
    background: var(--background_yellow_bg_color);
    font-weight: 500;
    letter-spacing: .2px;
}

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

.sidebar .side-menu 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 .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

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

.sidebar .side-menu nav li a,
.sidebar .side-menu nav .nav>li>a {
    padding: 15px 20px;
    color: var(--text_light_black_color);
    font-family: Barlow, sans-serif;
    letter-spacing: .2px;
    font-size: 14px;
}

.sidebar .side-menu nav li a.cat-page:after {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 10px;
    font-family: FontAwesome;
    transform: rotate(90deg);
    margin-right: 5px;
}

.sidebar .side-menu nav li a.cat-page.collapsed:after {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 10px;
    font-family: FontAwesome;
    transform: rotate(0);
}

.sidebar .side-menu nav li a .icon {
    font-size: 16px;
    margin-right: 12px;
}

/*.sidebar .side-menu nav .nav>li>a:focus,
.sidebar .side-menu nav .nav>li>a:hover {
    background: var(--background_white_bg_color)
}*/

.sidebar .side-menu nav li a:focus .icon,
.sidebar .side-menu nav li a:hover .icon {
    color: var(--text_light_black_color);
}

.sidebar .side-menu nav li .mega-menu {
    padding: 3px 0;
    margin: 0;
    min-width: 330%;
    width: 100%;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

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

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

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

.sidebar .side-menu nav li .mega-menu .yamm-content ul>li>a {
    line-height: 26px;
    padding: 0;
    font-size: 14px;
}

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

.sidebar .side-menu2 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: 16px;
    margin: 0;
    font-weight: 600;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
    clear: both;
    display: block;
    font-size: 14px;
    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: var(--text_light_black_color);
}

.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: 400;
}

.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: var(--text_light_black_color);
}

.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 .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .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: 0;
}

.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: var(--background_white_bg_color);
    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: 500;
    color: #fe5252;
    margin-top: 15px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
    color: var(--text_light_black_color);
    display: block;
}

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

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

.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: 'Open Sans', sans-serif;
    color: var(--text_white_color);
    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-nav {
    bottom: 10px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}

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

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

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

.sidebar-widget {
    background: var(--background_white_bg_color);
    padding: 20px 22px 20px 15px;
    border-radius: 5px;
}

.special-offer .product {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.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;
}

#owl-main {
    text-align: center;
    cursor: default;
    height: 520px;
}

#owl-main .owl-nav {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

#owl-main .owl-pagination {
    position: relative;
    line-height: 30px;
}

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

#owl-main .owl-next,
#owl-main .owl-prev {
    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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

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

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

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

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

#owl-main:hover .owl-next:hover,
#owl-main:hover .owl-prev: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-next,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-wrapper-outer {
    z-index: 1;
}

#owl-main .owl-outer-nav .owl-nav {
    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-next,
#owl-main .owl-ui-md .owl-prev {
    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-next,
#owl-main .owl-ui-lg .owl-prev {
    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-nav {
    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-inner-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-outer-nav .owl-prev {
    bottom: 70px;
}

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

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

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

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

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

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

#owl-main .owl-inner-pagination .owl-pagination {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s 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-nav {
    display: block;
    position: static;
    margin-top: -47px;
}

#owl-main .owl-pagination {
    background: var(--background_white_bg_color);
    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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

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

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

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

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

#owl-main .owl-pagination .owl-page .active span,
#owl-main .owl-pagination .owl-page:active span {
    background: var(--background_dark_blue_bg_color)!important;
}

.owl-page.active #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: 0 0;
}

#owl-main .item {
    background: var(--background_white_bg_color);
    background-position: center 55%;
    background-size: cover;
    height: 520px;
}

#owl-main .item .caption {
    color: #636363;
    left: 10%;
    position: absolute;
    top: 30%;
    z-index: 100;
    padding-right: 8%;
}

#owl-main .item .caption .slider-header {
    font-family: Barlow, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#owl-main .item .caption .big-text {
    font-size: 62px;
    line-height: 50px;
    font-family: Barlow, sans-serif;
    padding: 0 25px;
    background: #bbb;
    color: var(--text_white_color);
    font-weight: 600;
    letter-spacing: -2px;
}

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

#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
    font-size: 18px;
    margin-top: 10px;
    font-family: Barlow, sans-serif;
    font-weight: 200;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    color: var(--text_white_color);
}

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

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

#owl-main .btn-primary {
    border-radius: 5px;
    padding: 12px 25px;
}

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

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

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

#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: 24px;
}

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

#owl-main .full-width-slider .item {
    background: var(--background_white_bg_color);
    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;
    font-family: PacificoRegular;
    color: var(--text_white_color);
    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;
    font-family: LatoBold;
    text-transform: uppercase;
    color: var(--text_white_color);
    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-nav {
    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: 'Open Sans', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: var(--text_white_color);
    padding-left: 0;
}

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

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

.homepage-slider3 #owl-main .owl-nav {
    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-nav {
    bottom: 20px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}

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

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

.home-page-slider4 .owl-nav .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 .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    width: 12px;
    -moz-box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
}

.home-page-slider4 .owl-next,
.home-page-slider4 .owl-prev {
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s 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-next:hover,
.home-page-slider4:hover .owl-prev: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 .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s 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 .homep2474 .age-container #owl-main .owl-next,
.cnt-homepage .homepage-container #owl-main .owl-prev {
    top: 25%;
}

.our-features-box li {
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: 25%;
    padding: 0;
    display: inline-block;
}

.our-features-box li.last {
    margin-right: 0;
    width: 20%;
    border: none;
    background: #80b435;
    float: right;
}

.our-features-box li.last .feature-box {
    margin-right: 0!important;
    border: none;
}

.our-features-box li.last a {
    display: block;
    padding: 15px 15px;
    background: var(--background_white_bg_color);
    border-radius: 999px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #6a9c23;
}

.our-features-box li.last .feature-box i {
    font-size: 20px;
    margin-right: 10px;
}

.our-features-box .feature-box {
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    color: #121212;
    line-height: 1.4em;
    font-weight: 500;
    font-family: Barlow, sans-serif;
    letter-spacing: normal;
    border-radius: 3px;
    padding: 0;
}

.our-features-box .feature-box .content-blocks {
    display: block;
    text-align: center;
    line-height: 22px;
}

.our-features-box .feature-box span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding-top: 5px;
    color: var(--text_white_color);
    line-height: 18px;
    font-style: italic;
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-money,
.icon-return,
.icon-support,
.icon-truck {
    font-family: FontAwesome;
    display: block!important;
    font-size: 20px;
    margin: auto;
    color: #121212;
    width: 65px!important;
    text-align: center;
    margin-bottom: 15px;
}

.icon-money:before {
    content: "\f155";
}

.icon-support:before {
    content: "\f095";
}

.icon-return:before {
    content: "\f0b1";
}

.scroll-tabs .more-info-tab {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding: 20px 20px;
}

.scroll-tabs .more-info-tab .new-product-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
}

.product .product-image img {
    width: 100%;
}

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

.product .product-info .name a {
    color: var(--text_black_color);
}

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

.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: 0;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    width: 100%;
    z-index: 666;
    left: 50%;
    position: absolute;
    top: 0;
    margin-left: -70px;
}

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

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    border-radius: 999px;
    background: var(--background_yellow_bg_color);
    padding: 10px 14px;
    margin-left: 3px;
    margin-right: 3px;
}

.product .cart .action ul li.lnk {
    margin: 10px 0;
    background: #0f6cb2;
    margin: 0;
    padding: 12px 4px;
    border-radius: 999px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.product .cart .action ul li.lnk.wishlist {
    background: #0f6cb2;
    margin: 0 3px;
    border-radius: 999px;
}

.product .cart .action ul li.lnk:hover {
    background: var(--background_yellow_bg_color);
}

.product .cart .action ul li.lnk Form {
    margin-bottom: 0;
}

.product button.addtocartcus.btn {
    font-size: 16px;
}

.product .cart .action ul li.lnk.active {
    background: var(--background_yellow_bg_color);
    color: #000;
}

.product .cart .action ul li.lnk.active:hover {
    background: #0f6cb2;
    color: var(--text_white_color)!important;
}

.product .cart .action ul li.lnk.active:hover .icon {
    color: var(--text_white_color)!important;
}

.product .cart .action ul li.lnk a:hover {
    color: #000!important;
}

.tag {
    font-size: 10px;
    font-weight: 500;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: var(--text_white_color);
    right: 10px;
    text-align: center;
    letter-spacing: 1px;
}

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

.tag.new {
    background: #46aad7;
}

.tag.hot {
    background: var(--background_pink_bg_color);
}

.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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0;
}

.cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: var(--background_yellow_bg_color);
    color: var(--text_black_color);
    padding: 12px 20px;
}

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

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

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

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

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

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

.product-micro .product-image .image a .zoom-overlay:before {
    color: var(--text_white_color);
    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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    width: 100%;
    z-index: 99;
}

.product-micro .product-image .image a .zoom-overlay:focus,
.product-micro .product-image .image a .zoom-overlay:hover {
    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: 14px;
    margin-top: 5px!important;
}

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

.copyright-bar {
    background: var(--background_black_bg_color);
    padding: 35px 0;
    border-top: 1px rgba(255, 255, 255, .1) solid;
}

.copyright-bar .copyright {
    color: #72797e;
    line-height: 28px;
    text-align: center;
}

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

.wide-banner {
    overflow: hidden;
}

.wide-banner .image img {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 8px;
}

.cnt-strip {
    position: relative;
}

.cnt-strip .strip {
    position: absolute;
    bottom: 16%;
    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: Barlow, sans-serif;
    font-weight: 700;
}

.cnt-strip .strip h2 {
    font-size: 36px;
    color: var(--text_white_color);
    margin: 0;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-weight: 600;
}

.cnt-strip .strip h2 .shopping-needs {
    font-family: Barlow, sans-serif;
    color: var(--text_white_color);
    font-weight: 400;
    font-size: 22px;
    text-transform: none;
}

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

.cnt-strip .strip h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: Montserrat, 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: var(--text_white_color);
}

.cnt-strip .strip .normal-shopping-needs {
    font-size: 35px;
    font-family: 'Open Sans', 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: var(--text_white_color);
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    left: -13px;
    position: absolute;
    text-align: center;
    top: 14px;
    -ms-transform: rotate(-43deg);
    letter-spacing: 1px;
    -webkit-transform: rotate(-43deg);
    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: 'Open Sans', sans-serif;
}

.wide-banners.homepage-banner h3 {
    font-size: 35px;
    font-family: 'Open Sans', 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: 'Open Sans', 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: .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: 'Open Sans', sans-serif;
}

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

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

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

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

.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
    font-weight: 600;
    font-family: Barlow, sans-serif;
}

.blog-slider-container .blog-slider .blog-post-info .name a {
    color: var(--text_black_color);
}

.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;
    font-family: 'Open Sans', sans-serif;
}

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

.address-block {
    font-size: 16px;
    overflow: hidden;
    margin-top: 10px;
}

.address-block a {
    font-size: 16px!important;
    padding-top: 7px;
}

.address-block p {
    padding: 7px;
}

.social a {
    color: var(--text_white_color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.social a:hover {
    color: var(--text_white_color);
}

.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 .4s ease-in-out;
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s 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: #888;
    font-size: 16px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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.active,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a:hover {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: var(--text_white_color);
}

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

.footer .module-heading {
    font-size: 16px;
    color: var(--text_black_color);
}

.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-information .media .media-body a {
    color: var(--text_light_black_color);
}

.footer .module-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.footer .footer-bottom .module-heading {
    font-size: 18px;
    color: var(--text_white_color);
}

.footer-bottom .media {
    margin-bottom: 20px;
}

.footer-bottom .media-body {
    margin-left: 14px;
}

.toggle-footer {
    color: var(--text_dark_grey_color);
}

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

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

.toggle-footer i {
    background: var(--background_yellow_bg_color);
    border-radius: 999px;
    color: #2e353b;
}

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

.footer .footer-bottom .module-body ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--text_dark_grey_color);
    position: relative;
    margin-left: 0px;
    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: var(--text_light_black_color);
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 12px;
    border-radius: 3px;
}

.product-tag .item.active,
.product-tag .item:focus,
.product-tag .item:hover {
    color: var(--text_white_color);
}

.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;
}

.newsletter {
    background: var(--background_white_bg_color);
    text-align: center;
    border: 1px solid #fff;
    padding: 17px 20px;
}

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

.hot-deals .custom-carousel .owl-nav .owl-prev {
    top: -20px;
}

.hot-deals .hot-deal-wrapper .image img {
    width: 100%;
}

.item .products .image a .hover-image {
    padding: 0;
}

.item .products .image a .hover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s, visibility .7s;
}

.item .products .image a:hover .hover-image {
    opacity: 1;
    visibility: visible;
}

.item .products .image a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0;
    -webkit-transition: all .4s ease-out .2s;
    -moz-transition: all .4s ease-out .2s;
    -o-transition: all .4s ease-out .2s;
    transition: all .4s ease-out .2s;
    background-color: #ccc;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: var(--text_white_color);
    font-size: 11px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    top: 4%;
    right: 10px;
    width: 50px;
    z-index: 100;
    background: var(--background_pink_bg_color);
    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: 3px;
    z-index: 10;
    width: 100%;
}

.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: var(--background_white_bg_color);
    color: var(--text_black_color);
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    width: 45px;
    line-height: 15px;
    border-radius: 3px;
}

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

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

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

.hot-deals .product-info .name {
    font-size: 16px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
}

.hot-deals .product-info .name a {
    color: var(--text_black_color);
}

.hot-deals .product-info .product-price .price {
    font-weight: 600;
    font-size: 16px;
    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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    z-index: 666;
    left: 0;
}

.hot-deals .cart .action .add-cart-button a {
    background: none repeat scroll 0 0;
    border: medium none;
    color: var(--text_black_color);
    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: var(--text_black_color);
    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:focus,
.hot-deals .cart .action .add-cart-button a:hover {
    background: 0 0;
}

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

.breadcrumb ul li:last-child:after {
    content: "";
}

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

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

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

.category-carousel .item .caption .big-text {
    font-size: 100px;
    line-height: 135px;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    color: var(--text_black_color);
}

.category-carousel .item .caption .excerpt {
    font-size: 36px;
    letter-spacing: normal;
    color: var(--text_black_color);
}

.category-carousel .item .caption .excerpt-normal {
    font-size: 14px;
    letter-spacing: normal;
    color: var(--text_black_color);
    letter-spacing: normal;
}

.category-carousel .item img {
    border-radius: 5px;
}

.category-carousel .item .buy-btn {
    margin-top: 30px;
}

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

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

.category-carousel .item .owl-nav .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-next:hover,
.category-carousel .item:hover .owl-prev:hover {
    opacity: 1;
}

.favorite-button {
    text-align: center;
    margin-top: 10px;
}

.checkout-box .checkout-steps .panel-default {
    background: var(--background_white_bg_color);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
}

.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: var(--text_light_black_color);
    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 a {
    color: var(--text_black_color);
    text-transform: uppercase;
    display: block;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: var(--text_grey_color);
    color: var(--text_white_color)!important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
    border-radius: 5px;
}

.checkout-box .checkout-steps .checkout-subtitle {
    font-size: 18px;
    color: #434343;
    margin-right: 12px;
}

.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 {
    border-radius: 5px!important;
    background: var(--background_white_bg_color);
    padding: 20px;
    border: none;
    margin-bottom: 15px;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: var(--text_light_black_color);
}

.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: 20px;
    font-weight: 500;
    background: var(--background_white_bg_color);
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
    font-family: Barlow, sans-serif;
}

.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type=radio],
.checkout-box .checkout-steps form .checkbox input[type=checkbox],
.checkout-box .checkout-steps form .checkbox-inline input[type=checkbox],
.checkout-box .checkout-steps form .radio-inline input[type=radio] {
    margin-left: 0;
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading,
.checkout-box .checkout-steps .panel .panel-heading {
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.checkout-box .checkout-steps .already-registered-login .title-tag-line,
.checkout-box .checkout-steps .guest-login .title-tag-line {
    margin-bottom: 15px;
    font-size: 14px;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
    padding-left: 10px;
    font-size: 14px;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.checkout-progress-sidebar {
    font-size: 14px;
}

.checkout-progress-sidebar .nav>li>a {
    padding: 10px 0;
}

.checkout-progress-sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: 0 0;
}

.contact-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.contact-page .contact-map iframe {
    height: 400px;
    width: 100%;
}

.contact-page .contact-info {
    font-size: 14px;
    color: var(--text_light_black_color);
}

.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: var(--text_white_color);
    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;*/
    font-size: 18px;
    font-weight: 600;
}

.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
    margin-bottom: 10px;
}

.breadcrumb {
    margin-bottom: 0;
}

.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;
}

.cart-shopping-total {
    background: #f8f8f8;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: var(--text_light_black_color);
}

.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-size: 16px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
    color: var(--text_black_color);
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
    font-size: 11px;
    color: var(--text_grey_color);
}

.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-size: 14px;
    color: var(--text_light_black_color);
    text-transform: uppercase;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    font-family: 'Open Sans', 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: var(--text_light_black_color);
    text-decoration: underline;
}

.shopping-cart .shopping-cart-table .table>thead>tr>th {
    padding: 18px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}

.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-size: 18px;
    color: var(--text_black_color);
    margin-bottom: 2px;
    margin-top: 0;
    display: block;
    font-weight: 600;
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-size: 14px;
    color: var(--text_light_black_color);
    font-weight: 400;
    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: var(--background_white_bg_color);
    color: var(--text_grey_color);
    -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:focus,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover {
    background: rgba(0, 0, 0, 0);
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: var(--text_black_color);
    margin-bottom: 7px;
}

.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: 400;
    color: var(--text_light_black_color);
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.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-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .romove-item {
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span {
    display: block;
    font-size: 16px;
    color: var(--text_black_color);
    text-transform: uppercase;
}

.blog-page .blog-write-comment .form-group input,
.blog-page .blog-write-comment .form-group label,
.contact-page .contact-form form input,
.contact-page .contact-form form label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label {
    font-size: 14px;
    font-weight: 400;
    color: var(--text_grey_color);
}

.blog-page .blog-write-comment label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span,
.contact-page .contact-form form label span,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span {
    color: red;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    font-size: 18px;
    font-weight: 600;
}

.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 #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;
}

.product-comparison .page-title {
    font-size: 30px;
    color: var(--text_black_color);
    margin-bottom: 40px;
    font-weight: 600;
}

.product-comparison img {
    width: 150px!important;
}

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_light_black_color);
    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: 600;
    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: var(--text_light_black_color);
}

.product-comparison .compare-table tr td .remove-icon:focus,
.product-comparison .compare-table tr td .remove-icon:hover {
    color: #f66;
}

.body-content .x-page .x-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.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: 19px;
    font-weight: 600;
    line-height: 10px;
    border: medium none;
    color: var(--text_black_color);
    background: var(--background_yellow_bg_color);
}

.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-conditions-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.body-content .faq-page h2,
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .track-order-page h2 {
    font-size: 30px;
    color: var(--text_black_color);
    text-align: center;
    font-weight: 600;
}

.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: 14px;
    color: var(--text_light_black_color);
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.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: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.product-comparison {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.faq-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.faq-page .panel-group .panel {
    padding: 0;
    box-shadow: none;
}

.faq-page .panel-body {
    font-family: 'Open Sans', sans-serif;
}

.body-content .faq-page .title-tag,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: var(--text_light_black_color);
}

.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;
}

.my-wishlist-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th {
    text-align: center;
    font-size: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    border: none;
}

.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: 'Open Sans', 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: var(--text_grey_color);
    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: 600;
}

.price2 {
    font-size: 15px;
    color: red;
}

.price-before-discount {
    font-size: 15px;
    font-weight: 600;
    color: #8282829c;
    text-decoration: line-through;
    padding-left: 10px;
}

.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;
}

.sign-in-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.body-content .sign-in-page .create-new-account h4,
.body-content .sign-in-page .sign-in h4 {
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
}

.body-content .sign-in-page .create-new-account p,
.body-content .sign-in-page .sign-in p {
    font-size: 14px;
    color: #40b62c;
}

.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:focus,
.body-content .sign-in-page .sign-in .social-sign-in a:hover {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 14px;
    display: inline-block;
    color: var(--text_white_color);
    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:focus,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover {
    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:focus,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover {
    background-color: #22aadf;
}

.body-content .sign-in-page .sign-in .social-sign-in .amazon-sign-in {
    background-color: #f0a50e;
}

.body-content .sign-in-page .sign-in .social-sign-in .amazon-sign-in:focus,
.body-content .sign-in-page .sign-in .social-sign-in .amazon-sign-in:hover {
    background-color: #f0a50e;
}

.body-content .sign-in-page .sign-in .social-sign-in .linkedin-sign-in {
    background-color: #2977c9;
}

.body-content .sign-in-page .sign-in .social-sign-in .linkedin-sign-in:focus,
.body-content .sign-in-page .sign-in .social-sign-in .linkedin-sign-in:hover {
    background-color: #2977c9;
}


.body-content .sign-in-page .sign-in .social-sign-in .google-sign-in {
    background-color: #d34836;
}

.body-content .sign-in-page .sign-in .social-sign-in .google-sign-in:focus,
.body-content .sign-in-page .sign-in .social-sign-in .google-sign-in:hover {
    background-color: #c43a28;
}

.body-content .sign-in-page .create-new-account>span {
    font-size: 20px;
    font-family: 'Open Sans', 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;
}

.register-form label input {
    margin-right: 10px;
}

.body-content .sign-in-page .register-form .form-group {
    margin-bottom: 20px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;
}

.tooltip-inner {
    border-radius: 3px;
    min-width: 70px;
    z-index: 10000;
    height: 25px;
}

@media (min-width:320px) and (max-width:479px) {

    .kdrop {
        margin-top: -10px;
    }

    .square:before {
        margin-right: 25px;
    }

    .outer-bottom-xs {
        margin-bottom: 20px;
    }

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

    .scroll-tabs .more-info-tab .new-product-title {
        font-size: 22px;
    }

    .footer .footer-bottom .module-body {
        margin-bottom: 20px;
    }

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

    .top-cart-row .dropdown-cart {
        float: none;
        text-align: right;
        margin-right: 98px;
    }

    .body-content .terms-conditions-page .terms-conditions h3 {
        margin-bottom: 16px;
    }

    ul.categories-filter .dropdown {
        text-align: left;
    }

    #product-tabs-slider .custom-carousel .owl-nav {
        top: -13%;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
        padding: 0;
    }

    #owl-main .item .caption .big-text {
        font-size: 24px;
        line-height: normal;
        letter-spacing: normal;
    }

    #owl-main .item .caption {
        left: 30px;
    }

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

    #owl-main .item .caption .slider-header {
        font-size: 14px;
        font-weight: 500;
    }

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

    #hero .btn-primary {
        padding: 8px 10px;
        font-size: 13px;
        line-height: normal;
        margin-top: 8px;
    }

    .body-content .sidebar {
        margin-bottom: 20px;
        width: 100%;
    }

    .scroll-tabs .nav-tab-line li a {
        padding: 0 4px 3px 0!important;
    }

    .scroll-tabs .nav-tab-line {
        margin-right: 10px;
        margin-top: 13px;
        float: left;
    }

    .featured-product .custom-carousel .owl-nav {
        display: none!important;
    }

    .featured-product .section-title {
        border-radius: 5px 5px 0 0;
    }

    .featured-product .products {
        margin-right: 0;
    }

    .featured-product .col-lg-9 {
        padding: 0;
    }

    .featured-product .product-image {
        padding: 0 30px;
    }

    .featured-product .text-left {
        padding-left: 30px;
    }

    .tag {
        top: 1.5%;
        right: 33px;
    }

    .featured-product .text-left {
        padding-left: 30px;
    }

    .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 16px;
        font-weight: 500;
    }

    .hot-deals .product-info .name a {
        font-weight: 500;
    }

    .homebanner-holder {
        width: calc(100% - 0px);
    }

    .our-features-box li {
        width: 100%;
    }

    .our-features-box .feature-box .content-blocks {
        text-align: left;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        float: left;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
        font-size: 15px;
        padding: 3px;
        border-bottom: 1px solid #eaeaea;
    }

    .top-bar .header-top-inner .cnt-block .list-inline li.lang {
        display: none;
    }

    .top-bar .header-top-inner .cnt-block .list-inline li {
        float: left;
    }

    .our-features-box .feature-box {
        text-align: left;
        padding: 5px 0;
    }

    .our-features-box ul {
        padding: 0 20px;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
        bottom: 0;
    }

    .section-title {
        font-size: 24px;
    }

    .product .product-info .product-price .price {
        font-size: 16px;
    }

    .product .product-info .product-price .price-before-discount {
        font-size: 16px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
        display: inline-flex;
        padding-top: 19px;
        vertical-align: top;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .value {
        padding-left: 12px;
        margin-top: -5px;
    }

    .cnt-strip .strip h2 {
        font-size: 18px;
    }

    .cnt-strip .strip h2 .shopping-needs {
        font-size: 17px;
    }

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

    .wide-banner1 {
        margin-bottom: 20px;
    }

    .wide-banner .image img {
        margin-bottom: 15px;
    }

    .wide-banner.outer-bottom-xs {
        margin-bottom: 0;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
        font-size: 15px;
        padding-top: 8px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
        font-size: 15px;
        padding-top: 6px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
        font-size: 17px;
    }

    .filters-container .lbl-cnt {
        display: none;
    }

    .filters-container .nav-tabs.nav-tab-box {
        margin-top: 6px;
    }

    .filters-container .nav-tabs.nav-tab-box li a .icon {
        font-size: 21px;
    }

    #myTabContent .product .product-info .product-price .price {
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        margin-right: 0;
    }

    .body-content .x-page .x-text h1 {
        font-size: 150px;
        font-weight: 700;
    }

    .body-content .x-page .x-text form input {
        width: 75%;
    }

    .social a {
        color: var(--text_white_color);
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 4px;
    }

    .copyright-bar .payment-methods ul li img {
        width: 66px;
    }

    .product .product-info .product-price .price {
        font-size: 16px;
    }

    .product .product-info .product-price .price-before-discount {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    li.dropdown.mega-menu {
        position: relative;
    }

    li.dropdown.mega-menu a.dropdown-toggle>ul.dropdown-menu:after {
        content: "";
        color: var(--text_black_color);
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 8px;
        height: 24px;
        width: 24px;
        vertical-align: top;
        text-align: center;
        font-family: FontAwesome;
        font-weight: 400;
        background-image: url(../../images/assets/plus.png);
        background-repeat: no-repeat;
    }

    .heading-title {
        margin-top: 0;
    }

    .address-block {
        padding-bottom: 20px;
    }

    li.dropdown.navbar-right.special-menu {
        display: none;
    }

    .cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li a:hover:after {
        display: none!important;
    }

    .cnt-home .product-micro .product-info .product-price .price {
        font-size: 16px;
    }

    .top-bar .cnt-account ul>li.myaccount a:before {
        content: '\f007';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.wishlist a:before {
        content: '\f004';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.header_cart a:before {
        content: '\f290';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.check a:before {
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.login a:before {
        content: '\f13e';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li a span {
        display: none;
    }

    .navbar-toggle {
        float: left;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: var(--background_white_bg_color);
    }

    .navbar-collapse {
        box-shadow: none;
        border: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        border: none;
        padding: 10px 10px;
    }

    .mega-menu img {
        width: 100%;
        display: none;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content .dropdown-banner-holder {
        right: 0;
        top: 0;
    }

    .yamm .dropdown-menu .yamm-content .col-menu {
        margin-bottom: 15px;
    }

    .cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li.active a:after {
        display: none!important;
    }

    .top-bar .header-top-inner .cnt-account {
        clear: both;
        display: inline-block;
        float: right;
        margin: auto;
        text-align: center;
    }

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

    .top-bar .cnt-account {
        padding: 7px 0;
    }

    .main-header .top-search-holder .contact-row {
        margin-bottom: 20px;
        text-align: center;
    }

    .main-header .top-search-holder .contact-row .contact,
    .main-header .top-search-holder .contact-row .phone {
        margin: 0 0 5px;
        padding-right: 0;
        border-right: none;
        display: block;
    }

    .main-header .top-search-holder .search-area .search-button {
        padding: 19px 23px;
        position: absolute;
        right: 12px;
        top: 71px;
    }

    .main-header .top-search-holder .search-area .categories-filter {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 999px;
        margin-bottom: 6px;
    }

    .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 0;
    }

    .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: var(--background_white_bg_color);
    }

    .copyright-bar .copyright {
        text-align: left;
    }

    .footer .footer-bottom {
        padding-left: 16px;
        padding: 25px;
    }

    .copyright-bar {
        padding-left: 15px;
    }

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

    .featured-product .col-lg-3 {
        padding-right: 15px;
        border-radius: 5px 5px 0 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 .product-info-block {
        clear: both;
    }

    .yamm .dropdown-menu.pages {
        padding: 0 0;
    }

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

    .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;
    }

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

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

    .hot-deals .cart {
        text-align: center;
    }

    .product-tag .item {
        margin-right: 6px;
        padding: 10px 18px;
        font-size: 13px;
    }

    .copyright-bar .payment-methods {
        text-align: left;
        margin-top: 10px;
    }

    .single-product .home-banner {
        display: none;
    }

    .single-product .product-info-block .name {
        font-size: 35px;
    }

    .single-product .product-info-block .m-t-20 {
        text-align: left;
    }

    .single-product .product-info .quantity-container .cart-quantity .quant-input input {
        height: 43px;
    }

    .homepage-owl-carousel .featured-product .ad-imgs img {
        padding-bottom: 16px;
    }

    .homepage-owl-carousel .featured-product .text-left {
        padding-left: 30px;
        text-align: center;
    }

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

    .featured-product .ad-imgs img {
        padding-bottom: 15px;
    }

    .breadcrumb ul {
        padding: 5px 0 0;
    }

    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
        margin-bottom: 10px;
    }

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

    .contact-map.outer-bottom-vs {
        margin-bottom: 20px;
    }

    .blog-page .blog-post h1 {
        font-size: 24px;
        font-weight: 600;
    }

    .blog-page .blog-review .review-action {
        padding-top: 8px;
    }

    .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
        font-size: 19px;
    }

    .home-banner.outer-top-n.outer-bottom-xs {
        display: none;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    td.cart-product-sub-total {
        font-weight: 500;
    }

    td.cart-product-grand-total {
        font-weight: 500;
    }

    .estimate-ship-tax table {
        margin-bottom: 0;
    }

    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
        font-size: 15px;
    }

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

.btm-10 {
    margin-bottom: 10px;
}

.single-product .single-product-gallery {
    padding-bottom: 0;
}

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

    .kdrop {
        margin-top: -10px;
    }

    .square:before {
        margin-right: 10px;
    }

    .table-responsive {
        border: 1px solid transparent!important;
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .product-info-block {
        margin-top: 20px;
    }

    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    .product-list.product .product-info .name {
        margin: 0 0 10px;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    .single-product .product-info-block .name {
        font-size: 35px;
    }

    .category-carousel .item .caption .big-text {
        font-size: 40px;
        line-height: 60px;
    }

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

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    td.cart-product-sub-total span {
        font-weight: 500;
    }

    .checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
        font-size: 14px;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .heading-title {
        margin-top: 0;
    }

    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
        margin-bottom: 13px;
    }

    .product-tag .item {
        font-size: 14px;
    }

    .blog-page .tab-content .blog-post {
        padding: 0 0 36px 0!important;
    }

    .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
        font-size: 19px;
    }

    .blog-page .blog-post h1 {
        font-size: 26px;
    }

    .category-carousel .item .buy-btn {
        margin-top: 0;
    }

    .filters-container .nav-tabs.nav-tab-box li a .icon {
        margin-right: 5px;
        color: var(--text_grey_color);
        font-size: 22px;
        vertical-align: top;
    }

    .body-content .terms-conditions-page .terms-conditions h3 {
        margin-bottom: 16px;
    }

    #myTabContent .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 17px;
        font-weight: 500;
    }

    #myTabContent .product .product-info .product-price .price {
        font-size: 16px;
    }

    .top-bar {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    }

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

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

    .hot-deals .cart {
        text-align: center;
    }

    .section-title {
        font-size: 25px;
    }

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

    #owl-main {
        height: 100%;
    }

    #owl-main .item .caption .big-text {
        font-size: 39px;
        line-height: 39px;
    }

    #owl-main .item .caption .slider-header {
        font-size: 21px;
    }

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

    .featured-product .col-lg-3 {
        padding-right: 15px;
        border-radius: 5px 5px 0 0;
    }

    .featured-product .section-title {
        border-radius: 5px 5px 0 0;
    }

    .wide-banners.wow.fadeInUp.outer-bottom-xs.animated {
        margin-bottom: 0;
    }

    .our-features-box .feature-box {
        font-size: 20px;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        font-size: 22px;
    }

    .social a {
        color: var(--text_white_color);
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .copyright-bar .payment-methods ul li img {
        width: 40px;
    }

    .copyright-bar .payment-methods ul li {
        margin-right: 6px;
    }

    .copyright-bar .copyright {
        text-align: center;
        font-size: 12px;
    }

    .featured-product .custom-carousel .owl-nav {
        display: block;

    }

    .featured-product .col-lg-9 {
        border-left: none;
    }

    .featured-product .text-left {
        padding-left: 5px;
    }

    #owl-main .btn-primary {
        border-radius: 5px;
        padding: 10px 22px;
    }

    .btn-primary {
        font-size: 13px;
    }

    .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: right;
    }

    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }

    .cnt-homepage .wrapper .box {
        padding: 0 15px;
    }

    .cnt-homepage .container {
        width: 100%;
    }

    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-slider .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .sidebar-module-container.owl-item {
        padding: 10px;
    }

    #owl-main .owl-item {
        padding: 0;
    }

    .wide-banners .wide-banner1 {
        margin-bottom: 30px;
    }

    .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 .contact-row {
        text-align: center;
    }

    .special-menu {
        display: none!important;
    }

    .scroll-tabs .nav-tab-line li a {
        padding: 0 10px!important;
    }

    .scroll-tabs .nav-tab-line {
        margin-right: 84px;
        margin-top: 7px;
        float: left;
    }

    .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 16px;
        font-weight: 500;
    }

    .hot-deals .product-info .name a {
        font-weight: 500;
    }

    .our-features-box li {
        width: 50%;
    }

    .our-features-box .feature-box .content-blocks {
        text-align: left;
        font-size: 20px;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        float: left;
    }

    .sidebar .side-menu nav .nav>li>a {
        font-size: 16px;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
        font-size: 15px;
        padding: 3px;
        border-bottom: 1px solid #eaeaea;
    }

    .copyright-bar .copyright {
        text-align: left;
    }

    .wide-banners.wow.fadeInUp.outer-bottom-xs.animated {
        text-align: -webkit-center;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
        bottom: 0;
    }

    .our-features-box .feature-box {
        text-align: left;
        padding: 5px 0;
    }

    .our-features-box .container {
        padding: 0;
        width: 80%;
    }

    .hot-deals .item {
        padding: 0 0;
    }

    .product-info-block .m-t-20 {
        text-align: left;
    }

    .single-product .featured-product .ad-imgs img {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .breadcrumb-inner {
        padding: 6px 0 0;
    }

    .single-product .featured-product .ad-imgs {
        padding: 22px 24px;
    }

    .single-product .rht-col .featured-product .item-carousel {
        padding: 16px 15px;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .main-header .top-search-holder .search-area .search-field {
        width: 70%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    .product-list.product .product-info .name {
        margin: 0 0 10px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr td {
        vertical-align: middle;
        font-weight: 500;
    }

    td.cart-product-sub-total span {
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .breadcrumb-inner {
        padding: 6px 0 0;
    }

    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
        margin-bottom: 13px;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .body-content .terms-conditions-page .terms-conditions h3 {
        margin-bottom: 16px;
    }

    .single-product .featured-product .ad-imgs {
        padding: 15px;
    }

    .single-product .featured-product .ad-imgs img {
        width: 50%;
        float: left;
        padding: 0 10px;
        padding-bottom: 15px;
    }

    #myTabContent .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 17px;
        font-weight: 500;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
        bottom: 0;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        font-size: 16px;
    }

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

    .main-header .top-search-holder .search-area .control-group {
        position: relative;
    }

    .top-search-holder {
        padding: 0 15px;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 43%;
    }

    .main-header .top-search-holder .search-area .control-group .search-button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .top-bar {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    }

    .category-carousel .item .caption .big-text {
        font-size: 94px;
        line-height: 115px;
    }

    .category-carousel .item .buy-btn {
        margin-top: 0;
    }

    .main-header .logo-holder {
        text-align: center;
    }

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

    #owl-main {
        height: 420px;
    }

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

    .featured-product .col-lg-9 {
        border-left: none;
        padding-left: 25px;
    }

    .featured-product .products {
        margin-right: 0;
    }

    .featured-product .product-image {
        padding: 0 15px;
    }

    .featured-product .text-left {
        padding-left: 15px;
    }

    .featured-product .custom-carousel .owl-nav {
        display: block;
    
    }

    #owl-main .item .caption .small,
    owl-main .item .caption .excerpt {
        font-size: 17px;
    }

    .featured-product .section-title {
        border-radius: 5px 5px 0 0;
    }

    .featured-product .col-lg-3 {
        padding-right: 15px;
    }

    #owl-main .item .caption .slider-header {
        font-size: 23px;
    }

    .cnt-strip .strip h2 {
        font-size: 20px;
    }

    .cnt-strip .strip h2 .shopping-needs {
        font-size: 14px;
    }

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

    .copyright-bar .payment-methods ul li {
        margin-right: 1px;
    }

    .social a {
        color: var(--text_white_color);
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .category-carousel .item {
        height: auto;
    }

    .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-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px!important;
    }

    .wrapper .box .wrapper-inner .container {
        width: auto!important;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li {
        width: 35%;
        float: left;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    li.dropdown.navbar-right.special-menu {
        display: none;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr td {
        vertical-align: middle;
        font-weight: 500;
    }

    td.cart-product-sub-total span {
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr td {
        vertical-align: middle;
        font-weight: 500;
    }

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

    .special-menu {
        display: none!important;
    }

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

    .main-header .logo-holder {
        text-align: center;
    }

    .top-bar {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    }

    .featured-product .section-title {
        font-size: 18px;
        padding: 10px 15px;
    }

    .featured-product .sub-cat li {
        padding: 0 0;
        font-size: 15px;
        line-height: 25px;
    }

    .featured-product .sub-cat {
        padding-top: 0;
        padding-left: 15px;
    }

    .featured-product .custom-carousel .owl-nav .owl-next {
        left: -30px;
        top: 27px;
    }

    .featured-product .custom-carousel .owl-nav .owl-prev {
        left: -55px;
        top: 28px;
    }

    .cnt-strip .strip h2 .shopping-needs {
        font-size: 20px;
    }

    .cnt-strip .strip h2 {
        font-size: 30px;
    }

    .category-carousel .item .caption .big-text {
        font-size: 89px;
        line-height: 72px;
    }

    .category-product .text-left {
        text-align: center;
    }

    #product-tabs-slider .text-left {
        text-align: center;
    }
}

@media (min-width:1300px) and (max-width:1500px) {
    li.dropdown.navbar-right.special-menu {
        display: none;
    }

    .category-carousel .item .caption .big-text {
        font-size: 90px;
        line-height: 100px;
    }

    .category-carousel .item .buy-btn {
        display: none;
    }

    .filters-container .lbl-cnt .lbl {
        display: none;
    }
}

@media(min-width:1300px) {
    .container {
        padding: 0 60px;
        width: auto;
    }
}

@media(min-width:1600px) {
    .container {
        padding: 0;
        width: auto;
    }
}

.avatar {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.avatar img {
    border-radius: 0;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    width: 110px;
    border-radius: 999px;
}

.testimonials {
    color: var(--text_black_color);
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    text-align: center;
}

.clients_author {
    font-size: 14px;
    font-weight: 700;
    color: var(--text_black_color);
    letter-spacing: .5px;
    display: block;
    text-align: center;
}

.clients_author span {
    font-size: 13px;
    font-weight: 400;
    color: var(--text_grey_color);
    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;
}

.modS {
    color: #000;
}

.single-product .product-info-block .seller-info a {
    margin-top: 0;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 14px;
    color: var(--text_dark_blue_color);
}

.price-container .progress {
    height: 2px;
    width: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: var(--text_grey_color);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.price-container .progress-bar {
    float: left;
    width: 0;
    height: 2px;
    font-size: 12px;
    line-height: 0;
    color: var(--text_white_color);
    text-align: center;
    background: var(--background_yellow_bg_color);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.price-container .delivery-detail {
    font-size: 12px;
    color: var(--text_dark_blue_color);
}

.price-container .delivery-detail .image img {
    width: 30px;
    height: 30px;
    margin-bottom: 9px;
}

.detail {
    font-weight: 600;
}

.single-product .product-info-block .reviews-rating {
    color: var(--text_white_color);
    background-color: var(--text_dark_blue_color);
    border-radius: 50px;
    padding: 0 7px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
}

.delivery-container .delivery-location {
    font-size: 14px;
    margin-top: 20px;
    color: var(--text_grey_color);
    margin-bottom: 10px;
}

.delivery-location img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.delivery-container .form-control {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: var(--background_white_bg_color);
    background-image: none;
    border: solid 1px #f2f3f7;
    border-radius: 0;
    -webkit-box-shadow: none;
}

.delivery-container .size-block {
    margin-bottom: 18px;
}

.delivery-container .size-heading {
    font-size: 14px;
    color: var(--text_grey_color);
    margin-top: 5px;
}

.delivery-container .size-one {
    display: inline-flex;
    padding: 3px 8px;
    border: solid 1px transparent;
    border-radius: 0;
}

.delivery-container .size-one .active {
    padding: 3px 8px;
    border: solid 1px #000;
    border-radius: 0;
    font-weight: 700;
}

.delivery-container .size-two {
    padding: 4px 5px;
    border: solid 1px transparent;
    border-radius: 50%;
}

.delivery-container .size-two:hover {
    padding: 4px 5px;
    border: solid 1px #000;
    border-radius: 50%;
}

.delivery-container hr {
    margin-top: 0;
    margin-bottom: 18px;
}

.delivery-container .add-btn .btn-primary {
    text-transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quantity-heading {
    margin-bottom: 18px;
    color: var(--text_white_color);
    font-size: 14px;
}

.description-container .description-heading {
    font-size: 14px;
    color: var(--text_grey_color);
    margin-bottom: 18px;
}

.description-container .description-list {
    margin-bottom: 18px;
}

.description-container .description-list ul li {
    margin-bottom: 10px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.description-container .description-list ul li:last-child {
    margin-bottom: 0;
}

.description-container .description-list ul li::before {
    content: '\25CF';
    color: #000;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    text-indent: 1em;
    text-align: right;
    direction: rtl;
}

.description-container .description-list li {
    padding-left: 30px;
}

.description-container .report-text a {
    color: var(--text_dark_blue_color);
}

.description-container .report-text img {
    width: 16px;
    height: 16px;
    color: var(--text_dark_blue_color);
    margin-right: 5px;
}

.single-product .qty {
    float: left;
    padding-left: 15px;
}

.single-product .add-btn .btn-primary {
    padding: 14px 49.5px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    background: var(--background_yellow_bg_color);
    color: #000;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 5px 5px;
}

.single-product .product-info .quantity-container .label {
    font-size: 14px;
    line-height: 35px;
    color: var(--text_light_black_color);
    padding: 0;
    font-weight: 400;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 80px;
    margin-bottom: 26px;
}

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

.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: 8px;
}

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

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

@media (max-width:576px) {
    .main-header .top-search-holder .search-area {
        margin-top: -20px;
        z-index: 9999;
    }

    .top-bar .cnt-account ul>li:last-child,
    .top-bar .cnt-block .list-inline {
        display: none;
    }

    .header-nav-smallscreen {
        background: var(--background_white_bg_color);
    }

    .wide-banners-full-screen {
        display: none;
    }

    .checkout-step-02 .address-1 .address-body {
        height: 150px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .close-menu-new {
        top: -72px;
    }
}

@media (max-width:1200px) {
    .header-nav-smallscreen .navbar-default #main {
        margin-left: 0;
    }

    .menu-new {
        width: 250px;
        height: 100%;
        position: fixed;
        left: -250px;
        top: 0;
        z-index: 9999;
        box-shadow: 1px 0 5px silver;
        -webkit-transition: all ease 1s;
        -moz-transition: all ease 1s;
        -ms-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s;
    }

    #b-wrap {
        display: block;
        overflow: hidden;
        z-index: 9999;
    }

    .close-menu-new {
        padding-right: 18px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: -14px;
        z-index: 9999;
    }

    .close-menu-new a.closebtn {
        font-size: 50px;
        color: var(--text_white_color);
    }

    .sidenav {
        z-index: 1;
        top: 0;
        left: 0;
        background: var(--background_white_bg_color);
        overflow-x: hidden;
        transition: .5s;
    }

    .header-nav-smallscreen .sidenav a:hover {
        color: #000;
    }

    .header-nav-smallscreen .sidenav .closebtn {
        position: absolute;
        top: 52px;
        right: 10px;
        font-size: 36px;
        color: var(--text_white_color);
    }

    .header-nav-smallscreen #mc-horizontal-menu-collapse {
        display: block;
    }

    .navbar-nav>li {
        float: none;
        /*width: 100%;*/
    }

    .navbarBlue .navbar-nav>li {
        float: none;
        width: auto;
    }
}

@media (max-height: 830px) {
    .header-nav-smallscreen .sidenav {
        height: 760px;
    }
}

@media (max-height: 800px) {
    .header-nav-smallscreen .sidenav {
        height: 740px;
    }
}

@media (max-height: 780px) {
    .header-nav-smallscreen .sidenav {
        height: 720px;
    }
}

@media (max-height: 650px) {
    .header-nav-smallscreen .sidenav {
        height: 600px;
    }
}

@media (max-height: 600px) {
    .header-nav-smallscreen .sidenav {
        height: 550px;
    }
}

#owl-main {
    text-align: center;
    cursor: default;
    height: 520px;
}

#owl-main .owl-nav {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

#owl-main .owl-pagination {
    position: relative;
    line-height: 30px;
}

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

#owl-main .owl-next,
#owl-main .owl-prev {
    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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

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

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

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

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

#owl-main:hover .owl-next:hover,
#owl-main:hover .owl-prev: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-next,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-wrapper-outer {
    z-index: 1;
}

#owl-main .owl-outer-nav .owl-nav {
    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-next,
#owl-main .owl-ui-md .owl-prev {
    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-next,
#owl-main .owl-ui-lg .owl-prev {
    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-nav {
    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-inner-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-outer-nav .owl-prev {
    bottom: 70px;
}

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

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

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

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

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

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

#owl-main .owl-inner-pagination .owl-pagination {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s 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-nav {
    display: block;
    position: static;
    margin-top: -47px;
}

#owl-main .owl-pagination {
    line-height: inherit;
    position: relative;
    bottom: -15px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 1;
    background-color: transparent;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#owl-main:hover .owl-pagination {
    bottom: -15px;
    opacity: 1;
    display: block;
    background-color: transparent;
}

#owl-main .owl-nav .owl-pagination .owl-page:active span,
#owl-main .owl-nav .owl-pagination .owl-page:hover span {
    background: #0f6cb2;
}

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

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

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

#owl-main .owl-nav .owl-pagination .owl-page .active span,
#owl-main .owl-nav .owl-pagination .owl-page:active span {
    background: var(--background_dark_blue_bg_color)!important;
    color: var(--text_blue_color)!important;
}

#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: 0 0;
}

#owl-main .item {
    background: var(--background_white_bg_color);
    background-position: center 55%;
    background-size: cover;
    height: 520px;
    background-size: 100% 100%;
}

#owl-main .item .caption {
    color: #636363;
    left: 10%;
    position: absolute;
    top: 30%;
    z-index: 100;
    padding-right: 8%;
}

#owl-main .item .caption .slider-header {
    font-family: Barlow, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#owl-main .item .caption .big-text {
    font-size: 62px;
    line-height: 50px;
    font-family: Barlow, sans-serif;
    padding: 0 25px;
    background: #bbb;
    color: var(--text_white_color);
    font-weight: 600;
    letter-spacing: -2px;
}

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

#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
    font-size: 18px;
    margin-top: 10px;
    font-family: Barlow, sans-serif;
    font-weight: 200;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    color: var(--text_white_color);
}

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

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

#owl-main .btn-primary {
    border-radius: 5px;
    padding: 12px 25px;
}

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

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

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

#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: 24px;
}

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

#owl-main .full-width-slider .item {
    background: var(--background_white_bg_color);
    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;
    font-family: PacificoRegular;
    color: var(--text_white_color);
    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;
    font-family: LatoBold;
    text-transform: uppercase;
    color: var(--text_white_color);
    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-nav {
    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: 'Open Sans', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: var(--text_white_color);
    padding-left: 0;
}

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

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

.homepage-slider3 #owl-main .owl-nav {
    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-nav {
    bottom: 20px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}

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

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

.home-page-slider4 .owl-nav .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 .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    width: 12px;
    -moz-box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
}

.home-page-slider4 .owl-next,
.home-page-slider4 .owl-prev {
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s 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-next:hover,
.home-page-slider4:hover .owl-prev: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 .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s 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 .homep2474 .age-container #owl-main .owl-next,
.cnt-homepage .homepage-container #owl-main .owl-prev {
    top: 25%;
}

.our-features-box {
    overflow: hidden;
    background: var(--background_grey_bg_color);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-top: 0;
    margin: 0;
}

.our-features-box .container {
    padding: 0;
    width: 100%;
}

.our-features-box ul {
    list-style: none;
    margin: auto;
    padding: 0;
    border: none;
    padding: 0 0;
    overflow: hidden;
}

.our-features-box li {
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: 25%;
    padding: 0;
    display: inline-block;
}

.our-features-box li.last {
    margin-right: 0;
    width: 20%;
    border: none;
    background: #80b435;
    float: right;
}

.our-features-box li.last .feature-box {
    margin-right: 0!important;
    border: none;
}

.our-features-box li.last a {
    display: block;
    padding: 15px 15px;
    background: var(--background_white_bg_color);
    border-radius: 999px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #6a9c23;
}

.our-features-box li.last .feature-box i {
    font-size: 20px;
    margin-right: 10px;
}

.our-features-box .feature-box {
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    color: #121212;
    line-height: 1.4em;
    font-weight: 500;
    font-family: Barlow, sans-serif;
    letter-spacing: normal;
    border-radius: 3px;
    padding: 0;
}

.our-features-box .feature-box .content-blocks {
    display: block;
    text-align: center;
    line-height: 22px;
}

.our-features-box .feature-box span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding-top: 5px;
    color: var(--text_white_color);
    line-height: 18px;
    font-style: italic;
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-money,
.icon-return,
.icon-support,
.icon-truck {
    font-family: FontAwesome;
    display: block!important;
    font-size: 20px;
    margin: auto;
    color: #121212;
    width: 65px!important;
    text-align: center;
    margin-bottom: 15px;
}

.icon-money:before {
    content: "\f155";
}

.icon-support:before {
    content: "\f095";
}

.icon-return:before {
    content: "\f0b1";
}

.scroll-tabs {
    margin-bottom: 20px;
    background: var(--background_white_bg_color);
    border-radius: 5px;
}

.scroll-tabs .more-info-tab {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding: 20px 20px;
}

.scroll-tabs .more-info-tab .new-product-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
}

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

.scroll-tabs .nav-tab-line li a {
    font-weight: 400;
    color: var(--text_light_black_color);
    font-size: 13px;
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px!important;
    position: relative;
    font-family: Barlow, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.scroll-tabs .nav-tab-line li a:focus,
.scroll-tabs .nav-tab-line li a:hover {
    background: rgba(0, 0, 0, 0);
    font-size: 13px;
}

.tab-content {
    padding-left: 20px;
}

.product {
    position: relative;
}

.filter-block .product {
    height: auto;
    margin-bottom: 10px;
}

.product .product-image img {
    width: 100%;
}

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

.product .product-info .name {
    font-size: 16px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
}

.product .product-info .name a {
    color: var(--text_black_color);
    font-weight: 500;
}

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

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

.product-price {
    clear: both;
}

.hot-deals .product-price {
    text-align: center;
}

.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: 0;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    width: 100%;
    z-index: 666;
    left: 50%;
    position: absolute;
    top: 0;
    margin-left: -70px;
}

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

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    border-radius: 999px;
    background: var(--background_yellow_bg_color);
    padding: 14px 14px;
    margin-left: 3px;
    margin-right: 3px;
}

.product .cart .action ul li.lnk {
    margin: 10px 0;
    background: #0f6cb2;
    margin: 0;
    padding: 12px 4px;
    border-radius: 999px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.product .cart .action ul li.lnk a {
    padding: 0 10px;
    color: var(--text_white_color);
    /*padding: 8px 10px*/;
}

.product .cart .action ul li.lnk.wishlist {
    background: #0f6cb2;
    margin: 0 3px;
    border-radius: 999px;
}

.product .cart .action ul li.lnk:hover {
    background: var(--background_yellow_bg_color);
}

.product .cart .action ul li.lnk.active {
    background: var(--background_yellow_bg_color);
    color: #000;
}

.product .cart .action ul li.lnk.active:hover {
    background: #0f6cb2;
    color: var(--text_white_color)!important;
}

.product .cart .action ul li.lnk.active:hover .icon {
    color: var(--text_white_color)!important;
}

.product .cart .action ul li.lnk a:hover {
    color: #000!important;
}

.buy-button {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    width: 100px;
    text-align: center;
}

.buy-heading {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    text-align: center;
    top: 60px;
}

.buy-sub-heading {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    text-align: center;
    top: 120px;
}

.tag {
    font-size: 10px;
    font-weight: 500;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: var(--text_white_color);
    right: 10px;
    text-align: center;
    letter-spacing: 1px;
}

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

.tag.new {
    background: #46aad7;
}

.tag.hot {
    background: var(--background_pink_bg_color);
}

.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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: var(--background_yellow_bg_color);
    color: var(--text_black_color);
}

.sidebar {
    width: 290px;
    margin-bottom: 10px;
}

.homebanner-holder {
    /*width: calc(100% - 290px);*/
    width: 100%;
    float: right;
}

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

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

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

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

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

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

.product-micro .product-image .image a .zoom-overlay:before {
    color: var(--text_white_color);
    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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    width: 100%;
    z-index: 99;
}

.product-micro .product-image .image a .zoom-overlay:focus,
.product-micro .product-image .image a .zoom-overlay:hover {
    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: 14px;
    margin-top: 5px!important;
}

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

.copyright-bar {
    background: var(--background_black_bg_color);
    padding: 35px 0;
    border-top: 1px rgba(255, 255, 255, .1) solid;
}

.copyright-bar .copyright {
    color: #72797e;
    line-height: 28px;
    text-align: center;
}

.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;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^=col-] {
    padding-right: 0;
    padding-left: 0;
}

.wide-banner {
    overflow: hidden;
}

.wide-banner .image img {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 8px;
}

.cnt-strip {
    position: relative;
}

.cnt-strip .strip {
    position: absolute;
    bottom: 16%;
    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: Barlow, sans-serif;
    font-weight: 700;
}

.cnt-strip .strip h2 {
    font-size: 36px;
    color: var(--text_white_color);
    margin: 0;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-weight: 600;
}

.cnt-strip .strip h2 .shopping-needs {
    font-family: Barlow, sans-serif;
    color: var(--text_white_color);
    font-weight: 400;
    font-size: 22px;
    text-transform: none;
}

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

.cnt-strip .strip h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: Montserrat, 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: var(--text_white_color);
}

.cnt-strip .strip .normal-shopping-needs {
    font-size: 35px;
    font-family: 'Open Sans', 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: var(--text_white_color);
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    left: -13px;
    position: absolute;
    text-align: center;
    top: 14px;
    -ms-transform: rotate(-43deg);
    letter-spacing: 1px;
    -webkit-transform: rotate(-43deg);
    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: 'Open Sans', sans-serif;
}

.wide-banners.homepage-banner h3 {
    font-size: 35px;
    font-family: 'Open Sans', 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: 'Open Sans', 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: .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: 'Open Sans', sans-serif;
}

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

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

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

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

.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
    font-weight: 600;
    font-family: Barlow, sans-serif;
}

.blog-slider-container .blog-slider .blog-post-info .name a {
    color: var(--text_black_color);
}

.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;
    font-family: 'Open Sans', sans-serif;
}

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

.address-block {
    font-size: 16px;
    overflow: hidden;
    margin-top: 10px;
}

.address-block a {
    font-size: 16px!important;
    padding-top: 7px;
}

.social {
    overflow: hidden;
}

.social a {
    color: var(--text_white_color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.social a:hover {
    color: var(--text_white_color);
}

.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 .4s ease-in-out;
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s 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: #888;
    font-size: 16px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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.active,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a:hover {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: var(--text_white_color);
}

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

.footer .module-heading {
    font-size: 16px;
    color: var(--text_black_color);
}

.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-information .media .media-body a {
    color: var(--text_light_black_color);
}

.footer .footer-bottom {
    background: var(--background_black_bg_color);
    padding-top: 50px;
    font-size: 14px;
}

.footer .module-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.footer .footer-bottom .module-heading {
    font-size: 18px;
    color: var(--text_white_color);
}

.toggle-footer {
    color: var(--text_dark_grey_color);
}

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

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

.toggle-footer i {
    background: var(--background_yellow_bg_color);
    border-radius: 999px;
    color: #2e353b;
}

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

.footer .footer-bottom .module-body ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--text_dark_grey_color);
    position: relative;
    margin-left: 0px;
    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: var(--text_light_black_color);
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 12px;
    border-radius: 3px;
}

.product-tag .item.active,
.product-tag .item:focus,
.product-tag .item:hover {
    color: var(--text_white_color);
}

.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;
}

.newsletter {
    background: var(--background_white_bg_color);
    text-align: center;
    border: 1px solid #fff;
    padding: 17px 20px;
}

.hot-deals .custom-carousel .owl-nav .owl-next,
.hot-deals .custom-carousel .owl-nav .owl-prev {
    top: -20px;
}

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

.hot-deals .hot-deal-wrapper .image img {
    width: 100%;
}

.item .products .image a {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 125%;
}

.item .products .image a img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: scale-down;
}

.item .products .image a .hover-image {
    padding: 0;
}

.item .products .image a .hover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s, visibility .7s;
    background: var(--background_white_bg_color);
}

.item .products .image a:hover .hover-image {
    opacity: 1;
    visibility: visible;
}

.item .products .image a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0;
    -webkit-transition: all .4s ease-out .2s;
    -moz-transition: all .4s ease-out .2s;
    -o-transition: all .4s ease-out .2s;
    transition: all .4s ease-out .2s;
    background-color: #ccc;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: var(--text_white_color);
    font-size: 11px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    top: 4%;
    right: 10px;
    width: 50px;
    z-index: 100;
    background: var(--background_pink_bg_color);
    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 .box-wrapper {
    display: table;
    text-align: center;
    margin-right: 4px;
    float: left;
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
    background: var(--background_white_bg_color);
    color: var(--text_black_color);
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    width: 45px;
    line-height: 15px;
    border-radius: 3px;
}

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

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

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

.hot-deals .product-info .name {
    font-size: 16px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    text-align: center;
}

.hot-deals .product-info .name a {
    color: var(--text_black_color);
    font-weight: 400;
    line-height: 1.5em;
}

.hot-deals .product-info .product-price .price {
    font-weight: 600;
    font-size: 16px;
    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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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;
    border: medium none;
    color: var(--text_black_color);
    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: var(--text_black_color);
    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:focus,
.hot-deals .cart .action .add-cart-button a:hover {
    background: 0 0;
}

.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: var(--text_light_black_color);
    content: "/";
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin: 0 5px 0 10px;
    padding: 0;
}

.breadcrumb ul li:last-child:after {
    content: "";
}

.breadcrumb ul li a {
    color: var(--text_light_black_color);
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}

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

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

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

.category-carousel .item .caption .big-text {
    font-size: 100px;
    line-height: 135px;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    color: var(--text_black_color);
}

.category-carousel .item .caption .excerpt {
    font-size: 36px;
    letter-spacing: normal;
    color: var(--text_black_color);
}

.category-carousel .item .caption .excerpt-normal {
    font-size: 14px;
    letter-spacing: normal;
    color: var(--text_black_color);
    letter-spacing: normal;
}

.category-carousel .item img {
    border-radius: 5px;
}

.category-carousel .item .buy-btn {
    margin-top: 30px;
}

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

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

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

.category-carousel .item .owl-nav .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-next:hover,
.category-carousel .item:hover .owl-prev:hover {
    opacity: 1;
}

.filters-container {
    padding: 15px 20px;
    background: var(--background_white_bg_color);
    padding-bottom: 0;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
}

.filters-container.bottom-row {
    border-radius: 0 0 5px 5px;
    padding-top: 0;
}

.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 #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: var(--text_light_black_color);
    line-height: 18px;
    border: none!important;
    padding: 0;
    margin-right: 10px;
}

.filters-container .nav-tabs.nav-tab-box li a .icon {
    margin-right: 5px;
    color: var(--text_grey_color);
    font-size: 18px;
    vertical-align: top;
}

.filters-container .lbl-cnt {
    color: var(--text_light_black_color);
    font-size: 14px;
    line-height: 24px;
}

.filters-container .lbl-cnt .lbl {
    color: var(--text_light_black_color);
    display: inline-block;
    font-size: 14px;
    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: var(--background_white_bg_color);
    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:focus,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 0);
}

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

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

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

.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.next a:focus,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.prev a:hover {
    color: var(--text_white_color);
}

.filters-container .pagination-container ul li a {
    color: var(--text_light_black_color);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px;
}

.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: .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: 0;
}

.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: 0;
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: none;
    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: .5px;
}

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

.product-list.product .product-info .description {
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

.detail-block {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.detail-block-one {
    margin-bottom: 20px;
}

.single-product .product-info-block .name {
    margin-top: 0;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 22px;
    display: inline-block;
}

.single-product .product-info-block .name-type {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--text_grey_color);
}

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

.single-product .favorite-button .btn-primary {
    background: #ddd;
    border-radius: 999px;
    padding: 14px 14px;
    margin-right: 5px;
}

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

.flex-column a {
    color: #000;
}

.flex-column .nav-link.active, 
.flex-column .show>.nav-link {
    color: var(--text_white_color);
    background-color: var(--text_blue_color);
}

.text-primary {
    color: var(--text_blue_color)!important;
}

.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: var(--text_grey_color);
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
}

.single-product .product-info .stock-container .stock-box .label {
    font-size: 14px;
    line-height: 18px;
    color: var(--text_light_black_color);
    padding: 0;
    font-weight: 400;
}

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

.stock-container .stock-box {
    margin-bottom: 18px;
}

.single-product .product-info .description-container {
    line-height: 20px;
    color: var(--text_light_black_color);
    font-size: 14px;
}

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

.single-product .product-info .price-container .price-box .price-strike {
    color: var(--text_grey_color);
    font-size: 24px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: line-through;
    margin-left: 8px;
}

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

.single-product .qty {
    float: left;
    padding-left: 15px;
}

.single-product .add-btn {
    float: left;
    padding-left: 15px;
}

.single-product .product-info .quantity-container .label {
    font-size: 14px;
    line-height: 35px;
    color: var(--text_light_black_color);
    padding: 0;
    font-weight: 400;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 80px;
    margin-bottom: 26px;
}

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

.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: 8px;
}

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

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

.single-product .product-info .product-social-link .social-label {
    font-size: 15px;
    font-family: 'Open Sans', 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: #888;
    font-size: 16px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    padding: 5px 6px;
}

.single-product .product-info .product-social-link .social-icons ul li a:focus,
.single-product .product-info .product-social-link .social-icons ul li a:hover {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: var(--text_white_color);
}

.single-product .product-tabs {
    margin-top: 30px;
    background: var(--background_white_bg_color);
    padding: 20px 20px 30px;
    overflow: hidden;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
}

.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: var(--text_black_color);
    display: block;
    padding: 12px 28px;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    background: #f8f8f8;
    border: 1px #fff solid;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: var(--text_white_color);
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:before {
    border-color: transparent #e0e0e0 transparent transparent;
    right: -10px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover: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 {
    color: var(--text_white_color);
    border-radius: 5px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:before {
    border-color: transparent #e0e0e0 transparent transparent;
    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: -8px;
}

.single-product .product-tabs .tab-content {
    padding-left: 0;
}

.single-product .product-tabs .tab-content .tab-pane {
    padding: 0 5px;
}

#profaqs {
    padding: 40px 5px 0;
}

.single-product .product-tabs .tab-content .tab-pane .text {
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.single-product #owl-single-product-thumbnails .owl-nav {
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    margin-top: 20px;
}

.single-product #owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page {
    display: inline-block;
}

.single-product #owl-single-product-thumbnails .owl-nav .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 .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s 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: var(--background_white_bg_color);
    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 .next-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
    background: var(--background_white_bg_color);
    -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 .next-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-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 .next-btn:focus,
.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 .prev-btn:hover {
    background: #dadada;
    color: var(--text_white_color);
}

.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: 400;
    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: var(--background_white_bg_color);
    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:focus,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover {
    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: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    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: var(--text_light_black_color);
    font-family: 'Open Sans', 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:focus,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover {
    color: var(--text_white_color);
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    color: var(--text_white_color);
}

.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: var(--text_light_black_color);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
    margin-bottom: 20px;
    font-family: 'Open Sans', 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: var(--text_light_black_color);
    font-size: 14px;
    font-weight: 400;
    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: var(--text_light_black_color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: 400;
    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;
    font-size: 14px;
}

.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: 400;
    font-size: 14px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
    color: red;
    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: var(--text_light_black_color);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group label {
    font-weight: 400;
    font-size: 14px;
    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;
    font-size: 13px;
    color: var(--text_grey_color);
}

.furniture-container .product {
    position: relative;
}

.furniture-container .product .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    background: #cbc9c9;
    text-transform: uppercase;
    border: none;
    color: var(--text_white_color);
}

.furniture-container .product .btn-primary:focus,
.furniture-container .product .btn-primary:hover {
    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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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: var(--text_white_color);
    right: 25px;
    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: var(--background_pink_bg_color);
}

.homepage-container .product .product-info .name {
    font-size: 18px!important;
    font-family: 'Open Sans', sans-serif;
}

.homepage-container .product .product-info .name a {
    color: var(--text_black_color);
}

.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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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: 'Open Sans', sans-serif;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    border: 2px solid #f2f2f2;
    color: #747474;
}

.homepage-container .btn-primary:focus,
.homepage-container .btn-primary:hover {
    color: var(--text_white_color);
}

.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 .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .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 #fff;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px rgba(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: var(--text_white_color);
    right: 25px;
    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: var(--background_pink_bg_color);
}

.body-content .x-page .x-text h1 {
    font-size: 200px;
    font-weight: 700;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
    margin: 0!important;
    font-size: 16px;
    font-weight: 600;
}

.body-content .faq-page h2,
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .track-order-page h2 {
    font-size: 25px;
}

.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 18px;
    color: var(--text_black_color);
    margin-bottom: 30px;
    font-weight: 600;
}

.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px;
}

.blog-page .blog-post {
    background: var(--background_white_bg_color);
    padding: 20px;
    border-radius: 5px;
}

.blog-page .blog-post h1 {
    font-size: 28px;
    font-weight: 600;
}

.blog-page .blog-post h1 a {
    color: var(--text_black_color);
}

.blog-page .tab-content .blog-post {
    padding: 0 0 25px 0!important;
    box-shadow: none!important;
}

.blog-page .blog-post p {
    padding-top: 16px;
    font-size: 14px;
    color: var(--text_light_black_color);
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
}

.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: #888;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
    font-size: 14px;
    font-weight: 600;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
    color: var(--text_black_color);
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
    padding-right: 10px;
    color: var(--text_grey_color);
    font-size: 12px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
    padding-top: 10px;
    font-size: 14px;
    color: var(--text_light_black_color);
}

.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: var(--text_light_black_color);
}

.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: .5px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a {
    padding: 0;
    color: var(--text_light_black_color);
}

.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: var(--background_white_bg_color);
    padding-left: 10px;
}

.blog-page .sidebar .sidebar-module-container .search-area input {
    font-size: 14px;
    color: #9e9e9e;
    padding: 14px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative;
    border-radius: 5px;
    font-family: Barlow, sans-serif;
}

.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: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--text_black_color);
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}

.blog-page .blog-post-author-details {
    padding: 40px 0;
    background: var(--background_white_bg_color);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-page .blog-post-author-details .col-md-2 {
    max-width: 120px;
}

.blog-review .col-md-2 {
    width: 120px;
}

.blog-review .col-sm-10 {
    width: calc(100% - 120px);
}

.blog-review .img-rounded {
    border-radius: 999px;
}

.blog-review {
    background: var(--background_white_bg_color);
    padding: 20px;
    border-radius: 5px;
    margin-top: 1px;
}

.blog-write-comment {
    background: var(--background_white_bg_color);
    padding: 20px;
    border-radius: 5px;
}

.blog-page .blog-post-author-details .author-social-network {
    display: inline-block;
}

.blog-page .blog-post-author-details .author-social-network button {
    background: var(--background_white_bg_color);
    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: var(--text_white_color);
    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;
    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: var(--text_grey_color);
    font-size: 13px;
}

.blog-page .blog-post-author-details h4 {
    display: inline-block;
    font-size: 16px;
    color: var(--text_black_color);
    margin: 0;
    font-weight: 600;
}

.blog-page .blog-post-author-details p {
    font-size: 13px;
    color: var(--text_light_black_color);
    padding: 16px 0 0 0;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.blog-page .blog-review .title-review-comments {
    font-size: 18px;
    color: var(--text_black_color);
    margin-bottom: 40px;
}

.blog-page .blog-review p {
    font-size: 13px;
    color: var(--text_light_black_color);
    font-family: 'Open Sans', sans-serif;
}

.blog-page .blog-review .review-action {
    font-size: 13px;
    color: var(--text_light_black_color);
}

.blog-page .blog-review .post-load-more {
    text-align: center;
    padding-bottom: 10px;
}

.blog-page .blog-post .author:before,
.blog-page .blog-post .date-time:before,
.blog-page .blog-post .review:before {
    color: var(--text_grey_color);
    font-size: 13px;
    padding-right: 8px;
    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 .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    color: var(--text_light_black_color);
    font-size: 13px;
    padding-right: 4px;
    font-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:focus,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:hover {
    background: var(--background_white_bg_color);
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a:focus,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a:hover {
    background: var(--background_white_bg_color);
}

.blog-page .blog-post .social-media a:focus,
.blog-page .blog-post .social-media a:hover {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: var(--text_white_color);
}

.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: 16px;
    color: var(--text_black_color);
    display: inline-block;
    font-family: Barlow, sans-serif;
}

.blog-page .blog-review .review-action a:focus,
.blog-page .blog-review .review-action a:hover {
    text-decoration: underline;
}

.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:focus,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:hover {
    background: rgba(0, 0, 0, 0);
}

.checkout-box .checkout-steps .panel-default {
    background: var(--background_white_bg_color);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
}

.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: var(--text_light_black_color);
    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 a {
    color: var(--text_black_color);
    text-transform: uppercase;
    display: block;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: var(--text_grey_color);
    color: var(--text_white_color)!important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
    border-radius: 5px;
}

.checkout-box .checkout-steps .checkout-subtitle {
    font-size: 18px;
    color: #434343;
    margin-right: 12px;
}

.checkout-box .checkout-steps .panel-body {
    padding: 20px;
    border: none;
}

.checkout-box .checkout-steps .panel-body-one {
    padding: 20px 0;
}

.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 {
    border-radius: 5px!important;
    background: var(--background_white_bg_color);
    padding: 20px;
    border: none;
    margin-bottom: 0;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: var(--text_light_black_color);
}

.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: 20px;
    font-weight: 500;
    background: var(--background_white_bg_color);
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
    font-family: Barlow, sans-serif;
}

.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type=radio],
.checkout-box .checkout-steps form .checkbox input[type=checkbox],
.checkout-box .checkout-steps form .checkbox-inline input[type=checkbox],
.checkout-box .checkout-steps form .radio-inline input[type=radio] {
    margin-left: 0;
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading,
.checkout-box .checkout-steps .panel .panel-heading {
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.checkout-box .checkout-steps .already-registered-login .title-tag-line,
.checkout-box .checkout-steps .guest-login .title-tag-line {
    margin-bottom: 15px;
    font-size: 14px;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
    padding-left: 10px;
    font-size: 14px;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.checkout-progress-sidebar {
    font-size: 14px;
}

.checkout-progress-sidebar .nav>li>a {
    padding: 10px 0;
}

.checkout-progress-sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: 0 0;
}

.contact-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.contact-page .contact-map iframe {
    height: 400px;
    width: 100%;
}

.contact-page .contact-info {
    font-size: 14px;
    color: var(--text_light_black_color);
}

.contact-page .contact-info .contact-i {
    display: inline-block;
    height: 55px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: var(--text_white_color);
    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;*/
    font-size: 18px;
    font-weight: 600;
}

.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
    margin-bottom: 10px;
}

.shopping-cart {
    background: var(--background_white_bg_color);
    padding: 20px 20px 0 20px;
    overflow: hidden;
    border-radius: 5px;
}

.shopping-cart-widget {
    padding: 20px;
}

.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;
}

.cart-shopping-total {
    background: #f8f8f8;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: var(--text_light_black_color);
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover {
    color: red!important;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
}

.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-size: 16px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
    color: var(--text_black_color);
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
    font-size: 11px;
    color: var(--text_grey_color);
}

.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-size: 14px;
    color: var(--text_light_black_color);
    text-transform: uppercase;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    font-family: 'Open Sans', 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: var(--text_light_black_color);
    text-decoration: underline;
}

.shopping-cart .shopping-cart-table .table>thead>tr>th {
    padding: 18px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}

.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-size: 18px;
    color: var(--text_black_color);
    margin-bottom: 2px;
    margin-top: 0;
    display: block;
    font-weight: 600;
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-size: 14px;
    color: var(--text_light_black_color);
    font-weight: 400;
    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: var(--background_white_bg_color);
    color: var(--text_grey_color);
    -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:focus,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover {
    background: rgba(0, 0, 0, 0);
}

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #fafafa;
    text-align: right;
    padding: 24px 30px;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: var(--text_black_color);
    margin-bottom: 7px;
}

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 24px 20px;
}

.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: 400;
    color: var(--text_light_black_color);
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.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-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .romove-item {
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span {
    display: block;
    font-size: 16px;
    color: var(--text_black_color);
    text-transform: uppercase;
}

.blog-page .blog-write-comment .form-group input,
.blog-page .blog-write-comment .form-group label,
.contact-page .contact-form form input,
.contact-page .contact-form form label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label {
    font-size: 14px;
    font-weight: 400;
    color: var(--text_grey_color);
}

.blog-page .blog-write-comment label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span,
.contact-page .contact-form form label span,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span {
    color: red;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    font-size: 18px;
    font-weight: 600;
}

.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 #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;
}

.checkout-btn {
    background: var(--background_yellow_bg_color);
    color: var(--text_black_color);
    padding: 12px 25px;
    font-size: 20px;
}

.product-comparison .page-title {
    font-size: 30px;
    color: var(--text_black_color);
    margin-bottom: 40px;
    font-weight: 600;
}

.product-comparison img {
    width: 150px!important;
}

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_light_black_color);
    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: 600;
    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: var(--text_light_black_color);
}

.product-comparison .compare-table tr td .remove-icon:focus,
.product-comparison .compare-table tr td .remove-icon:hover {
    color: #f66;
}

.body-content .x-page .x-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.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: 19px;
    font-weight: 600;
    line-height: 10px;
    border: medium none;
    color: var(--text_black_color);
    background: var(--background_yellow_bg_color);
}

.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-conditions-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.body-content .faq-page h2,
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .track-order-page h2 {
    font-size: 30px;
    color: var(--text_black_color);
    text-align: center;
    font-weight: 600;
}

.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: 14px;
    color: var(--text_light_black_color);
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.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: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.product-comparison {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.faq-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.faq-page .panel-group .panel {
    padding: 0;
    box-shadow: none;
}

.faq-page .panel-body {
    font-family: 'Open Sans', sans-serif;
}

.body-content .faq-page .title-tag,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: var(--text_light_black_color);
}

.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;
}

.my-wishlist-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.heading-title {
    text-align: left!important;
    text-transform: none!important;
    padding: 0 0 15px 0!important;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px #eaeaea solid!important;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th {
    text-align: center;
    font-size: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    border: none;
}

.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: 'Open Sans', 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: var(--text_grey_color);
    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: 600;
}

.price2 {
    font-size: 15px;
    color: red;
}

.price-before-discount {
    font-size: 15px;
    font-weight: 600;
    color: #8282829c;
    text-decoration: line-through;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist .table>tbody>tr>td,
.body-content .my-wishlist-page .my-wishlist .table>tbody>tr>th,
.body-content .my-wishlist-page .my-wishlist .table>tfoot>tr>td,
.body-content .my-wishlist-page .my-wishlist .table>tfoot>tr>th,
.body-content .my-wishlist-page .my-wishlist .table>thead>tr>td,
.body-content .my-wishlist-page .my-wishlist table>thead>tr>th {
    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;
}

.sign-in-page {
    background: var(--background_white_bg_color);
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.body-content .sign-in-page .create-new-account h4,
.body-content .sign-in-page .sign-in h4 {
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
}

.body-content .sign-in-page .create-new-account p,
.body-content .sign-in-page .sign-in p {
    font-size: 14px;
    color: #40b62c;
}

.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:focus,
.body-content .sign-in-page .sign-in .social-sign-in a:hover {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 14px;
    display: inline-block;
    color: var(--text_white_color);
    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:focus,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover {
    background-color: #153470;
}



.body-content .sign-in-page .create-new-account>span {
    font-size: 20px;
    font-family: 'Open Sans', 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: 20px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;
}

.tooltip-inner {
    border-radius: 3px;
    min-width: 70px;
    z-index: 10000;
    height: 25px;
}

.hot-deals-item .product-info {
    text-align: center;
}

@media (min-width:320px) and (max-width:479px) {
    .outer-top-vs {
        margin-top: 8px;
    }

    .outer-bottom-xs {
        margin-bottom: 20px;
    }

    .outer-bottom-small {
        margin-bottom: 0;
    }

    .scroll-tabs .more-info-tab .new-product-title {
        font-size: 22px;
    }

    .footer .footer-bottom .module-body {
        margin-bottom: 20px;
    }

    .top-bar .cnt-block {
        float: none;
        background: 0 0;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        display: inline-block;
        position: relative;
        z-index: 111;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket:before {
        float: none;
    }

    .body-content .terms-conditions-page .terms-conditions h3 {
        margin-bottom: 16px;
    }

    ul.categories-filter .dropdown {
        text-align: left;
    }

    #product-tabs-slider .custom-carousel .owl-nav {
        top: -13%;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
        padding: 0;
    }

    #owl-main .item .caption .big-text {
        font-size: 24px;
        line-height: normal;
        letter-spacing: normal;
    }

    #owl-main .item .caption {
        left: 30px;
    }

    #owl-main {
        height: auto;
        margin-top: 10px;
    }

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

    #owl-main .item .caption .slider-header {
        font-size: 14px;
        font-weight: 500;
    }

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

    #hero .btn-primary {
        padding: 8px 10px;
        font-size: 13px;
        line-height: normal;
        margin-top: 8px;
    }

    .body-content .sidebar {
        margin-bottom: 0;
        width: 100%;
    }

    .cnt-home .outer-top-xs-one {
        margin-top: 18px;
    }

    .scroll-tabs .nav-tab-line li a {
        padding: 0 4px 3px 0!important;
    }

    .scroll-tabs .nav-tab-line {
        margin-right: 10px;
        margin-top: 13px;
        float: left;
    }

    .featured-product .custom-carousel .owl-nav {
        display: block;
    }

    .featured-product .section-title {
        border-radius: 5px 5px 0 0;
    }

    .featured-product .products {
        margin-right: 0;
    }

    .featured-product .col-lg-9 {
        padding: 0;
    }

    .featured-product .product-image {
        padding: 0 30px;
    }

    .featured-product .text-left {
        padding-left: 30px;
    }

    .tag {
        top: 1.5%;
        right: 33px;
    }

    .featured-product .text-left {
        padding-left: 30px;
    }

    .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 14px;
        font-weight: 500;
    }

    .hot-deals .product-info .name a {
        font-weight: 500;
    }

    .homebanner-holder {
        width: calc(100% - 0px);
    }

    .our-features-box li {
        width: 100%;
    }

    .our-features-box .feature-box .content-blocks {
        text-align: left;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        float: left;
    }

    .sidebar .side-menu nav .nav>li>a {
        font-size: 16px;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
        font-size: 15px;
        padding: 3px;
        border-bottom: 1px solid #eaeaea;
    }

    .top-bar .header-top-inner .cnt-block .list-inline li.lang {
        display: block;
    }

    .top-bar .header-top-inner .cnt-block .list-inline li {
        float: left;
    }

    .our-features-box .feature-box {
        text-align: left;
        padding: 5px 0;
    }

    .our-features-box ul {
        padding: 0 20px;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
        bottom: 0;
    }

    .section-title {
        font-size: 18px;
    }

    .sidebar-widget {
        padding: 16px;
        margin-bottom: 10px;
    }

    .product .product-info .product-price .price {
        font-size: 14px;
    }

    .product .product-info .product-price .price-before-discount {
        font-size: 13px;
    }

    .price-before-discount {
        margin-left: 4px;
    }

    .price-before-discount {
        padding-left: 0;
    }

    .product .product-info .product-price .price {
        margin-right: 0;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
        display: inline-flex;
        padding-top: 19px;
        vertical-align: top;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .value {
        padding-left: 12px;
        margin-top: -5px;
    }

    .cnt-strip .strip h2 {
        font-size: 18px;
    }

    .cnt-strip .strip h2 .shopping-needs {
        font-size: 17px;
    }

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

    .wide-banner1 {
        margin-bottom: 8px;
    }

    .wide-banner .image img {
        margin-bottom: 8px;
    }

    .latest-blog .section-title {
        margin-top: 0;
    }

    .latest-blog .blog-post-info {
        padding: 20px 0 0;
    }

    .wide-banner.outer-bottom-xs {
        margin-bottom: 0;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
        font-size: 15px;
        padding-top: 8px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
        font-size: 15px;
        padding-top: 6px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
        font-size: 17px;
    }

    .rht-col {
        width: calc(100% - 0px);
    }

    .main-content {
        margin-bottom: 10px;
    }

    .filters-container .lbl-cnt {
        display: none;
    }

    .filters-container .nav-tabs.nav-tab-box {
        margin-top: 6px;
    }

    .filters-container .nav-tabs.nav-tab-box li a .icon {
        font-size: 21px;
    }

    .body-content .x-page .x-text h1 {
        font-size: 100px;
        font-weight: 700;
    }

    .body-content .x-page .x-text form input {
        width: 75%;
    }

    .checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
        font-size: 11px;
    }

    .social a {
        color: var(--text_white_color);
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
    }

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

    .copyright-bar .payment-methods ul li img {
        width: 51px;
    }

    .single-product .product-info .price-container .price-box .price {
        font-size: 25px;
    }

    .single-product .product-info .price-container .price-box .price-strike {
        font-size: 20px;
    }

    .single-product .rht-col .featured-product .outer-top-xs {
        margin-top: 0;
    }
}

@media (max-width:1500px) {
    .copyright-bar .payment-methods ul li {
        margin-right: 3px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .body-content .sidebar {
        width: 100%;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
        text-align: center;
    }

    .wide-banner1 {
        margin-bottom: 20px;
    }

    .our-features-box ul {
        padding: 0 20px;
    }

    .body-content .terms-conditions-page .terms-conditions h3 {
        margin-bottom: 16px;
    }

    #product-tabs-slider .custom-carousel .owl-nav {
        top: -9%;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        display: inline-block;
        position: relative;
    }

    .top-cart-row .dropdown-cart {
        float: none;
        text-align: center;
        padding: 0 32px;
        z-index: 99;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket:before {
        float: none;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
        display: inline-flex;
        padding-top: 15px;
        vertical-align: top;
    }

    .single-product .rht-col .featured-product .outer-top-xs {
        margin-top: 0;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .value {
        padding-left: 12px;
        margin-top: -3px;
    }

    ul.categories-filter .dropdown {
        text-align: left;
    }

    .scroll-tabs .nav-tab-line li a {
        padding: 0 10px!important;
    }

    .scroll-tabs .nav-tab-line {
        margin-right: 80px;
        margin-top: 12px;
        float: left;
    }

    .featured-product .custom-carousel .owl-nav {
        display: block;
    }

    .featured-product .section-title {
        border-radius: 5px 5px 0 0;
    }

    .top-cart-row {
        margin-top: 12px;
    }

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

    #owl-main {
        height: auto;
    }

    .wide-banner .image img {
        margin-bottom: 30px;
    }

    .cnt-strip .strip h2 {
        font-size: 31px;
    }

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

    .cnt-strip .strip {
        right: -10px;
        bottom: 35%;
    }

    .wide-banner .image img {
        margin-bottom: 10px;
    }

    .wide-banners .outer-bottom-xs {
        margin-bottom: 0;
    }

    .featured-product .product-image {
        padding: 0 15px;
    }

    .featured-product .text-left {
        padding-left: 15px;
    }

    #owl-main .item .caption .big-text {
        font-size: 35px;
        line-height: 35px;
    }

    #owl-main .item .caption .slider-header {
        font-size: 14px;
        font-weight: 500;
    }

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

    .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 16px;
        font-weight: 500;
    }

    .hot-deals .product-info .name a {
        font-weight: 500;
    }

    .homebanner-holder {
        width: calc(100% - 0px);
        float: right;
    }

    .our-features-box li {
        width: 50%;
    }

    .our-features-box .feature-box .content-blocks {
        text-align: left;
    }

    .our-features-box .feature-box {
        overflow: hidden;
        font-size: 18px;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        width: 70px!important;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        float: left;
    }

    .sidebar .side-menu nav .nav>li>a {
        font-size: 16px;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
        font-size: 15px;
        padding: 3px;
        border-bottom: 1px solid #eaeaea;
    }

    .copyright-bar .copyright {
        text-align: left;
    }

    .wide-banners.wow.fadeInUp.outer-bottom-xs.animated {
        text-align: -webkit-center;
    }

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

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
        bottom: 5px;
    }

    .our-features-box .feature-box {
        text-align: left;
        padding: 5px 0;
    }

    .our-features-box .container {
        padding: 0;
    }

    .hot-deals .item {
        padding: 0 10px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
        font-size: 15px;
        padding-top: 8px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
        font-size: 15px;
        padding-top: 6px;
    }

    .sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
        font-size: 17px;
    }

    .rht-col {
        width: calc(100% - 0px);
    }

    .filters-container .lbl-cnt {
        display: none;
    }

    .filters-container .nav-tabs.nav-tab-box {
        margin-top: 6px;
    }

    .filters-container .nav-tabs.nav-tab-box li a .icon {
        font-size: 21px;
    }

    #myTabContent .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 18px;
        font-weight: 500;
    }

    #myTabContent .product .product-info .product-price .price {
        font-weight: 600;
        font-size: 17px;
        line-height: 30px;
        margin-right: 8px;
    }

    .body-content .x-page .x-text h1 {
        font-size: 150px;
        font-weight: 700;
    }

    .body-content .x-page .x-text form input {
        width: 75%;
    }

    .social a {
        color: var(--text_white_color);
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 4px;
    }

    .copyright-bar .payment-methods ul li img {
        width: 66px;
    }

    .product .product-info .product-price .price {
        font-size: 16px;
    }

    .product .product-info .product-price .price-before-discount {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    li.dropdown.mega-menu {
        position: relative;
    }

    li.dropdown.mega-menu a.dropdown-toggle>ul.dropdown-menu:after {
        content: "";
        color: var(--text_black_color);
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 8px;
        height: 24px;
        width: 24px;
        vertical-align: top;
        text-align: center;
        font-family: FontAwesome;
        font-weight: 400;
        background-image: url(../../images/assets/plus.png);
        background-repeat: no-repeat;
    }

    .heading-title {
        margin-top: 0;
    }

    .address-block {
        padding-bottom: 20px;
    }

    li.dropdown.navbar-right.special-menu {
        display: none;
    }

    .cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li a:hover:after {
        display: none!important;
    }

    .cnt-home .product-micro .product-info .product-price .price {
        font-size: 16px;
    }

    .top-bar .cnt-account ul>li.myaccount a:before {
        content: '\f007';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.wishlist a:before {
        content: '\f004';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.header_cart a:before {
        content: '\f290';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.check a:before {
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li.login a:before {
        content: '\f13e';
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 6px;
    }

    .top-bar .cnt-account ul>li a span {
        display: none;
    }

    .navbar-toggle {
        float: left;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: var(--background_white_bg_color);
    }

    .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;
        padding: 10px 10px;
    }

    .mega-menu img {
        width: 100%;
        display: none;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content .dropdown-banner-holder {
        right: 0;
        top: 0;
    }

    .yamm .dropdown-menu .yamm-content .col-menu {
        margin-bottom: 15px;
    }

    .top-search-holder {
        padding: 0 15px;
    }

    .cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li.active a:after {
        display: none!important;
    }

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

    .top-bar {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    }

    .control-group {
        text-align: center;
    }

    .top-bar .header-top-inner {
        text-align: center;
    }

    .top-bar .header-top-inner .cnt-account {
        clear: both;
        display: inline-block;
        float: right;
        margin: auto;
        text-align: center;
    }

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

    .top-bar .cnt-account {
        padding: 7px 0;
    }

    .main-header .logo-holder {
        text-align: center;
        margin-bottom: 8px;
        z-index: 999;
    }

    .main-header .top-cart-row {
        padding-top: 13px;
    }

    .main-header .top-search-holder .contact-row {
        margin-bottom: 20px;
        text-align: center;
    }

    .main-header .top-search-holder .contact-row .contact,
    .main-header .top-search-holder .contact-row .phone {
        margin: 0 0 5px;
        padding-right: 0;
        border-right: none;
        display: block;
    }

    .main-header .top-search-holder .search-area {
        background: 0 0;
    }

    .main-header .top-search-holder .search-area .search-button {
        padding: 19px 23px;
        position: absolute;
        right: 12px;
        top: 71px;
    }

    .main-header .top-search-holder .search-area .categories-filter {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 999px;
        margin-bottom: 6px;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 70%;
    }

    .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 0;
    }

    .wide-banners .wide-banner:first-child {
        margin-bottom: 0;
    }

    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .header-nav .yamm .dropdown-menu {
        background: var(--background_white_bg_color);
    }

    .copyright-bar .copyright {
        text-align: left;
    }

    .footer .footer-bottom {
        padding-left: 16px;
        padding: 25px;
    }

    .copyright-bar {
        padding-left: 15px;
    }

    .copyright-bar .payment-methods ul li {
        margin-right: 5px;
    }

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

    .featured-product .col-lg-3 {
        padding-right: 15px;
        border-radius: 5px 5px 0 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;
    }

    .detail-block .gallery-holder {
        margin: 0;
    }

    .single-product .gallery-holder .gallery-thumbs {
        margin-top: -165px;
    }

    .single-product-gallery-item {
        height: 351px;
    }

    .single-product .product-info-block {
        clear: both;
    }

    .yamm .dropdown-menu.pages {
        padding: 0 0;
    }

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

    .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;
    }

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

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

    .hot-deals .cart {
        text-align: center;
    }

    .product-tag .item {
        margin-right: 6px;
        padding: 10px 18px;
        font-size: 13px;
    }

    .copyright-bar .payment-methods {
        text-align: left;
        margin-top: 0;
    }

    .single-product .home-banner {
        display: none;
    }

    .single-product .product-info-block .name {
        font-size: 20px;
    }

    .review-block h2 {
        font-size: 18px;
    }

    .single-product .product-info-block .m-t-20 {
        text-align: left;
    }

    .single-product .product-info .quantity-container .cart-quantity .quant-input input {
        height: 43px;
    }

    .homepage-owl-carousel .featured-product .ad-imgs img {
        padding-bottom: 16px;
    }

    .homepage-owl-carousel .featured-product .text-left {
        padding-left: 30px;
        text-align: center;
    }

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

    .featured-product .ad-imgs img {
        padding-bottom: 15px;
    }

    .breadcrumb-inner {
        padding: 0 0 0;
    }

    .table-responsive {
        margin-bottom: 15px;
        border: 1px solid transparent!important;
    }

    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
        margin-bottom: 10px;
    }

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

    .contact-map.outer-bottom-vs {
        margin-bottom: 20px;
    }

    .blog-page .blog-post h1 {
        font-size: 24px;
        font-weight: 600;
    }

    .blog-review .col-md-2 {
        width: 100%;
        text-align: -webkit-center;
    }

    .blog-review .col-sm-10 {
        width: calc(100% - 0px);
    }

    .blog-page .blog-review .review-action {
        padding-top: 8px;
    }

    .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
        font-size: 19px;
    }

    .home-banner.outer-top-n.outer-bottom-xs {
        display: none;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    td.cart-product-sub-total {
        font-weight: 500;
    }

    td.cart-product-grand-total {
        font-weight: 500;
    }

    .estimate-ship-tax table {
        margin-bottom: 0;
    }

    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
        font-size: 15px;
    }

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

    .body-content .my-wishlist-page img {
        width: 100px;
    }

    .special-product .product .product-micro {
        padding: 0 10px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        width: 306px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-header .top-search-holder .search-area .search-field {
        border-radius: 0;
        height: 38px;
    }

    .main-header .top-search-holder .search-area .btn-default {
        height: 56px;
    }

    .table-responsive {
        border: 1px solid transparent!important;
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .product-info-block {
        margin-top: 20px;
    }

    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    .product-list.product .product-info .name {
        margin: 0 0 10px;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    .single-product .product-info-block .name {
        font-size: 35px;
    }

    .category-carousel .item .caption .big-text {
        font-size: 40px;
        line-height: 60px;
    }

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

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    td.cart-product-sub-total span {
        font-weight: 500;
    }

    .checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
        font-size: 14px;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .heading-title {
        margin-top: 0;
    }

    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
        margin-bottom: 13px;
    }

    .product-tag .item {
        font-size: 14px;
    }

    .blog-page .tab-content .blog-post {
        padding: 0 0 36px 0!important;
    }

    .blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
        font-size: 19px;
    }

    .blog-page .blog-post h1 {
        font-size: 26px;
    }

    .top-search-holder {
        padding: 0 0 0 55px;
    }

    .category-carousel .item .buy-btn {
        margin-top: 0;
    }

    .filters-container .nav-tabs.nav-tab-box li a .icon {
        margin-right: 5px;
        color: var(--text_grey_color);
        font-size: 22px;
        vertical-align: top;
    }

    .body-content .terms-conditions-page .terms-conditions h3 {
        margin-bottom: 16px;
    }

    #myTabContent .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 17px;
        font-weight: 500;
    }

    #myTabContent .product .product-info .product-price .price {
        font-size: 16px;
    }

    .top-bar {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    }

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

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

    .hot-deals .cart {
        text-align: center;
    }

    .section-title {
        font-size: 25px;
    }

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

    #owl-main {
        height: auto;
    }

    #owl-main .item .caption .big-text {
        font-size: 39px;
        line-height: 39px;
    }

    #owl-main .item .caption .slider-header {
        font-size: 21px;
    }

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

    .featured-product .col-lg-3 {
        padding-right: 15px;
        border-radius: 5px 5px 0 0;
    }

    .featured-product .section-title {
        border-radius: 5px 5px 0 0;
    }

    .wide-banners.wow.fadeInUp.outer-bottom-xs.animated {
        margin-bottom: 0;
    }

    .our-features-box .feature-box {
        font-size: 20px;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        font-size: 22px;
    }

    .social a {
        color: var(--text_white_color);
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .copyright-bar .payment-methods ul li img {
        width: 40px;
    }

    .copyright-bar .payment-methods ul li {
        margin-right: 6px;
    }

    .copyright-bar .copyright {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .featured-product .custom-carousel .owl-nav {
        display: block;
    }

    .featured-product .col-lg-9 {
        border-left: none;
    }

    .featured-product .text-left {
        padding-left: 5px;
    }

    #owl-main .btn-primary {
        border-radius: 5px;
        padding: 10px 22px;
    }

    .btn-primary {
        font-size: 13px;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu {
        min-width: 100%;
        left: 0;
        top: 100%!important;
    }

    .logo-slider-inner .item {
        text-align: left;
    }

    #brand-slider .item {
        width: 305px;
    }

    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }

    .filters-container .pagination-container {
        float: right;
    }

    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }

    .cnt-homepage .wrapper .box {
        padding: 0 15px;
    }

    .cnt-homepage .container {
        width: 100%;
    }

    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-slider .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .sidebar-module-container.owl-item {
        padding: 10px;
    }

    #owl-main .owl-item {
        padding: 0;
    }

    .wide-banners .wide-banner1 {
        margin-bottom: 30px;
    }

    .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 {
        margin-bottom: -6px;
    }

    .main-header .contact-row {
        text-align: center;
    }

    .special-menu {
        display: none!important;
    }

    .body-content .sidebar {
        margin-bottom: 0;
    }

    .scroll-tabs .nav-tab-line li a {
        padding: 0 10px!important;
        margin-top: -5px;
    }

    .scroll-tabs .nav-tab-line {
        margin-right: 84px;
        margin-top: 0;
        float: left;
    }

    .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 16px;
        font-weight: 500;
    }

    .hot-deals .product-info .name a {
        font-weight: 500;
    }

    .our-features-box li {
        width: 50%;
    }

    .our-features-box .feature-box .content-blocks {
        text-align: left;
        font-size: 20px;
    }

    .icon-money,
    .icon-return,
    .icon-support,
    .icon-truck {
        float: left;
    }

    .sidebar .side-menu nav .nav>li>a {
        font-size: 16px;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
        font-size: 15px;
        padding: 3px;
        border-bottom: 1px solid #eaeaea;
    }

    .copyright-bar .copyright {
        text-align: left;
    }

    .wide-banners.wow.fadeInUp.outer-bottom-xs.animated {
        text-align: -webkit-center;
    }

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

    .our-features-box .feature-box {
        text-align: left;
        padding: 5px 0;
    }

    .our-features-box .container {
        padding: 0;
        width: 80%;
    }

    .hot-deals .item {
        padding: 0 0;
    }

    .product-info-block .m-t-20 {
        text-align: left;
    }

    .single-product .featured-product .ad-imgs img {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .breadcrumb-inner {
        padding: 6px 0 0;
    }

    .single-product .featured-product .ad-imgs {
        padding: 22px 24px;
    }

    .single-product .rht-col .featured-product .item-carousel {
        padding: 16px 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    .product-list.product .product-info .name {
        margin: 0 0 10px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
    }

    .shopping-cart .shopping-cart-table table tbody tr td {
        vertical-align: middle;
        font-weight: 500;
    }

    td.cart-product-sub-total span {
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .breadcrumb-inner {
        padding: 6px 0 0;
    }

    .body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
        margin-bottom: 13px;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
    }

    .body-content .terms-conditions-page .terms-conditions h3 {
        margin-bottom: 16px;
    }

    .single-product .featured-product .ad-imgs {
        padding: 15px;
    }

    .single-product .featured-product .ad-imgs img {
        width: 50%;
        float: left;
        padding: 0 10px;
        padding-bottom: 15px;
    }

    #myTabContent .product .product-info .name a {
        color: var(--text_black_color);
        font-size: 17px;
        font-weight: 500;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        float: none;
        bottom: 0;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        font-size: 16px;
    }

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

    .main-header .top-search-holder .search-area .control-group {
        position: relative;
    }

    .top-search-holder {
        padding: 0 15px;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 101%;
        margin-left: -1px;
        border-radius: 0;
        height: 37px;
    }

    .main-header .top-search-holder .search-area .control-group .search-button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .top-bar {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    }

    .category-carousel .item .caption .big-text {
        font-size: 94px;
        line-height: 115px;
    }

    .category-carousel .item .buy-btn {
        margin-top: 0;
    }

    .main-header .logo-holder {
        text-align: center;
    }

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

    #owl-main {
        height: 420px;
    }

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

    .featured-product .col-lg-9 {
        border-left: none;
        padding-left: 25px;
    }

    .featured-product .products {
        margin-right: 0;
    }

    .featured-product .product-image {
        padding: 0 15px;
    }

    .featured-product .text-left {
        padding-left: 15px;
    }

    .featured-product .custom-carousel .owl-nav {
        display: block;
    }

    #owl-main .item .caption .small,
    .owl-main .item .caption .excerpt {
        font-size: 17px;
    }

    .featured-product .section-title {
        border-radius: 5px 5px 0 0;
    }

    .featured-product .col-lg-3 {
        padding-right: 15px;
    }

    #owl-main .item .caption .slider-header {
        font-size: 23px;
    }

    .cnt-strip .strip h2 {
        font-size: 20px;
    }

    .cnt-strip .strip h2 .shopping-needs {
        font-size: 14px;
    }

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

    .copyright-bar .payment-methods ul li {
        margin-right: 1px;
    }

    .social a {
        color: var(--text_white_color);
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .category-carousel .item {
        height: auto;
    }

    .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-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px!important;
    }

    .wrapper .box .wrapper-inner .container {
        width: auto!important;
    }

    .special-menu {
        display: none!important;
    }

    .home-banner img {
        width: 100%;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li {
        width: 35%;
        float: left;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .shopping-cart tfoot>tr>td {
        padding: 10px!important;
    }

    .shopping-cart .estimate-ship-tax table thead tr>th {
        padding: 10px;
    }

    li.dropdown.navbar-right.special-menu {
        display: none;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .shopping-cart .shopping-cart-table {
        margin-bottom: 10px;
    }

    .shopping-cart .btn-primary {
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr td {
        vertical-align: middle;
        font-weight: 500;
    }

    td.cart-product-sub-total span {
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        background: var(--background_yellow_bg_color);
        color: var(--text_black_color);
        padding: 12px 25px;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        font-size: 16px;
        font-weight: 600;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
        color: var(--text_black_color);
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
        font-weight: 500;
    }

    .shopping-cart .shopping-cart-table table tbody tr td {
        vertical-align: middle;
        font-weight: 500;
    }

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

    .special-menu {
        display: none!important;
    }

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

    .main-header .logo-holder {
        text-align: center;
    }

    .top-bar {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    }

    .featured-product .section-title {
        font-size: 18px;
        padding: 10px 15px;
    }

    .featured-product .sub-cat li {
        padding: 0 0;
        font-size: 15px;
        line-height: 25px;
    }

    .featured-product .sub-cat {
        padding-top: 0;
        padding-left: 15px;
    }

    .featured-product .custom-carousel .owl-nav .owl-next {
        left: -30px;
        top: 27px;
    }

    .featured-product .custom-carousel .owl-nav .owl-prev {
        left: -55px;
        top: 28px;
    }

    .cnt-strip .strip h2 .shopping-needs {
        font-size: 20px;
    }

    .cnt-strip .strip h2 {
        font-size: 30px;
    }

    .category-carousel .item .caption .big-text {
        font-size: 89px;
        line-height: 72px;
    }

    .category-product .text-left {
        text-align: center;
    }

    #product-tabs-slider .text-left {
        text-align: center;
    }
}

.hot-deals .cart .action {
    float: none;
    display: table;
    margin: 0 auto;
}

@media (min-width:1300px) and (max-width:1500px) {
    li.dropdown.navbar-right.special-menu {
        display: none;
    }

    .category-carousel .item .caption .big-text {
        font-size: 90px;
        line-height: 100px;
    }

    .category-carousel .item .buy-btn {
        display: none;
    }

    .filters-container .lbl-cnt .lbl {
        display: none;
    }
}

@media(min-width:1300px) {
    .container {
        padding: 0 60px;
        width: auto;
    }
}

@media(min-width:1600px) {
    .container {
        padding: 0 120px;
        width: auto;
    }
}

.avatar {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.avatar img {
    border-radius: 0;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    width: 110px;
    border-radius: 999px;
}

.testimonials {
    color: var(--text_black_color);
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    text-align: center;
}

.clients_author {
    font-size: 14px;
    font-weight: 700;
    color: var(--text_black_color);
    letter-spacing: .5px;
    display: block;
    text-align: center;
}

.clients_author span {
    font-size: 13px;
    font-weight: 400;
    color: var(--text_grey_color);
    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;
}

.home-banner {
    margin-top: 30px;
    position: relative;
}

.home-banner img {
    border-radius: 5px;
    height: auto;
    object-fit: scale-down;
}

.modS {
    color: #000;
}

.single-product .product-info-block .seller-info a {
    margin-top: 0;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 14px;
    color: var(--text_dark_blue_color);
}

.price-container .progress {
    height: 2px;
    width: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: var(--text_grey_color);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.price-container .progress-bar {
    float: left;
    width: 0;
    height: 2px;
    font-size: 12px;
    line-height: 0;
    color: var(--text_white_color);
    text-align: center;
    background: var(--background_yellow_bg_color);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.price-container .delivery-detail {
    font-size: 12px;
    color: var(--text_dark_blue_color);
}

.price-container .delivery-detail .image img {
    width: 30px;
    height: 30px;
    margin-bottom: 9px;
}

.detail {
    font-weight: 600;
}

.single-product .product-info-block .reviews-rating {
    color: var(--text_white_color);
    background-color: var(--text_dark_blue_color);
    border-radius: 50px;
    padding: 0 7px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
}

.delivery-container .delivery-location {
    font-size: 14px;
    margin-top: 20px;
    color: var(--text_grey_color);
    margin-bottom: 10px;
}

.delivery-location img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.delivery-container .form-control {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: var(--background_white_bg_color);
    background-image: none;
    border: solid 1px #f2f3f7;
    border-radius: 0;
    -webkit-box-shadow: none;
}

.delivery-container .size-block {
    margin-bottom: 18px;
}

.delivery-container .size-heading {
    font-size: 14px;
    color: var(--text_grey_color);
    margin-top: 5px;
    vertical-align: bottom;
    margin-bottom: 16px;
}

.size-options {
    margin-top: 6px;
}

.delivery-container .size-one {
    display: inline-flex;
    padding: 3px 8px;
    border: solid 1px transparent;
    border-radius: 0;
}

.delivery-container .size-one .active {
    padding: 3px 8px;
    border: solid 1px #000;
    border-radius: 0;
    font-weight: 700;
}

.delivery-container .size-two {
    padding: 4px 5px;
    border: solid 1px transparent;
    border-radius: 50%;
}

.delivery-container .size-two:hover {
    padding: 4px 5px;
    border: solid 1px #000;
    border-radius: 50%;
}

.delivery-container hr {
    margin-top: 0;
    margin-bottom: 18px;
}

.delivery-container .add-btn .btn-primary {
    text-transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quantity-block {
    background-color: var(--text_dark_blue_color);
    border-radius: 5px;
    padding: 31px 0 5px;
    text-align: center;
    box-shadow: -1px -2px 7px 1px rgba(0, 0, 0, .2);
}

.quantity-top {
    font-size: 14px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .5);
}

.quantity-heading {
    margin-bottom: 18px;
    color: var(--text_white_color);
    font-size: 14px;
}

.description-container .description-heading {
    font-size: 14px;
    color: var(--text_grey_color);
    margin-bottom: 18px;
}

.description-container .description-list {
    margin-bottom: 18px;
}

.description-container .description-list ul li {
    margin-bottom: 10px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.description-container .description-list ul li:last-child {
    margin-bottom: 0;
}

.description-container .description-list ul li::before {
    content: '\25CF';
    color: #000;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    text-indent: 1em;
    text-align: right;
    direction: rtl;
}

.description-container .description-list li {
    padding-left: 30px;
}

.description-container .report-text a {
    color: var(--text_dark_blue_color);
}

.description-container .report-text img {
    width: 16px;
    height: 16px;
    color: var(--text_dark_blue_color);
    margin-right: 5px;
}

.single-product .qty {
    float: left;
    padding-left: 15px;
}

.single-product .qty-count {
    /*padding: 0 15px 0 15px*/
    text-align: center;
    margin: 0 auto;
}

.single-product .add-btn {
    float: none;
    padding: 0;
}

.single-product .add-btn .btn-primary {
    padding: 14px 0;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    background: var(--background_yellow_bg_color);
    color: #000;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 5px 5px;
}

.single-product .product-info .quantity-container .label {
    font-size: 14px;
    line-height: 35px;
    color: var(--text_light_black_color);
    padding: 0;
    font-weight: 400;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 80px;
    margin-bottom: 26px;
}

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

.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: 8px;
}

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

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

@media (min-width: 1200px) and (max-width: 1500px) {
    .filter-block .product {
        height: 590px;
    }
}

@media (min-width:1030px) {
    .home-product-tab-main-block,
    .section.section.new-arriavls.feature-product-main-block {
        display: none;
        opacity: 0;
    }

    .header-nav-smallscreen,
    .list-unstyled-one {
        display: none;
    }

    .header-nav-screen {
        display: block;
    }

    .login-block {
        display: none;
    }

    .review-block {
        display: block;
    }

    .navigation-full-screen {
        display: none;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--text_blue_color);
}

@media (max-width:1030px) {
    .search-cat-box select {
        height: 38px;
    }

    .checkout-box .panel-group .panel {
        margin-bottom: 5px;
    }

    .panel-default>.panel-heading {
        height: 50px;
        padding: 5px;
    }

    .item .products .image a {
        /*padding-top: 40%;*/
    }

    .navigation-small-block {
        display: none;
    }

    .description-block .badge {
        margin-bottom: 8px;
    }

    .quantity-block {
        display: none;
        width: 100%;
    }

    .advertisement-testimonial {
        display: none;
    }

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

    .top-bar {
        background: var(--background_dark_blue_bg_color);
    }

    .main-header .top-search-holder .search-area .btn-default {
        padding: 9px 16px 10px;
        height: 38px;
    }

    #ui-id-1 {
        width: 200px;
    }

    #aniBox .pull-right {
        float: right!important;
    }

    #aniBox .register-form .form-group,
    .sign-in .outer-top-xs {
        margin-bottom: 10px;
    }

    #aniBox .outer-xs {
        margin-top: 20px;
    }

    .body-content .sign-in-page .sign-in .social-sign-in a,
    .body-content .sign-in-page .sign-in .social-sign-in a:hover {
        font-size: 14px;
        padding: 12px 0;
    }

    .social-sign-in.outer-top-xs a {
        width: 100%;
        margin-bottom: 10px;
    }

    .comment-block {
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
    }

    .comment-block .nav-tabs>li {
        border-bottom: 1px solid #eee;
    }

    .comment-block .nav-tabs>li>a {
        font-size: 15px;
        border: transparent;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
    }

    .comment-block .nav-tabs>li.active>a:focus,
    .comment-block .nav-tabs>li.active>a:hover {
        border: transparent;
        font-size: 15px;
        border-bottom: 2px solid red;
    }

    .comment-block .nav-tabs>li.active>a {
        border: transparent;
        border-bottom: 2px solid red;
        font-size: 15px;
    }

    .zoom-img {
        height: 340px;
    }

    .single-product-gallery-thumbs .owl-item {
        margin-top: 58px;
    }

    .top-cart-row .dropdown-menu .pull-right {
        padding: 0 10px;
        float: right!important;
    }

    .main-header .top-search-holder .search-area .search-button {
        padding: 8px 20px 13px;
        position: absolute;
        right: 22px;
        top: -20px;
        z-index: 1;
    }

    .main-header .top-search-holder .search-area .search-button::after {
        font-size: 12px;
    }

    .main-header .top-search-holder .search-area {
        margin-top: -13px;
        margin-left: 0;
        z-index: 9999;
    }

    .main-header .top-search-holder .search-area form {
        margin-bottom: -12px;
    }

    .search-cat-box select {
        width: 66px;
        height: 39px;
        padding: 0 15px 0 8px;
    }

    .our-features-box li {
        float: none;
        display: block;
        width: 100%;
    }

    .our-features-box {
        padding: 30px 0 20px;
    }

    .new-arriavls .products:hover {
        box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2);
    }

    .fa-inr:before,
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .lbl,
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .value,
    .total-price-basket.fa-rupee:before {
        display: none;
    }

    .fa-inr::before {
        display: block;
    }

    .logo img {
        width: 60px;
        height: 30px;
        z-index: 11;
        margin-top: -54px;
        margin-left: -18px;
    }

    .top-cart-row .dropdown-cart-one {
        top: -28px;
        right: 8px;
    }

    .navbar-toggle {
        top: -115px;
    }

    .top-bar .cnt-account ul>li:last-child,
    .top-bar .cnt-block .list-inline {
        display: block;
    }

    .top-bar .cnt-account ul>li {
        border-right: none;
        padding: 3px 0 3px 7px;
    }

    .top-bar .header-top-inner {
        padding: 12px;
    }

    .product-slider .custom-carousel .owl-nav .owl-next,
    .product-slider .custom-carousel .owl-nav .owl-prev {
        top: -2px;
    }

    #product-tabs-slider {
        display: none;
    }

    .tab-content {
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }
    .new-product-block {
        margin-top: -5px;
    }
    .new-arriavls .section-title {
        margin-top: 0;
    }

    .search-result-container .tab-content {
        padding: 20px 20px 0 20px;
    }

    .search-result-container .category-product .product {
        margin: 20px 0 0;
    }

    .search-result-container .product {
        border-bottom: 1px solid #eaeaea;
    }

    .product-slider .products {
        padding: 0;
        margin: 0;
        border: 1px solid #f8f8f8;
    }

    .feature-product-block {
        display: none;
    }

    .product .product-info .name {
        margin: 0;
    }

    .product-info {
        padding: 8px 0 12px;
    }

    .nav.nav-tabs.nav-stacked.sub-cat li {
        display: inline-block;
        margin-right: 20px;
    }

    #brands-carousel {
        display: none;
    }

    .home-product-tab .nav-tabs {
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .home-product-tab .nav {
        padding: 12px 0 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .home-product-tab .nav-tabs a {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        margin-right: 5px;
        display: inline-block!important;
        border: 1px solid transparent;
        border-bottom: 2px solid transparent;
        padding: 0;
        margin: 0;
    }

    .home-product-tab .nav-tabs li:hover a {
        border-bottom: 2px solid red;
        padding: 0;
        margin: 0;
    }

    .home-product-tab .nav-tabs .nav-item .nav-link {
        border-bottom: 2px solid transparent;
    }

    .home-product-tab .nav-tabs .nav-item.show .nav-link, 
    .home-product-tab .nav-tabs .nav-link.active {
        background-color: transparent;
        border: 1px solid transparent;
        color: red;
        border-bottom: 2px solid red;
        padding: 0;
        margin: 0;
        text-transform: unset;
    }

    .nav-tabs .nav-item.show .nav-link {
        border-bottom: 2px solid red;
    }

    .new-product-block .product {
        padding: 23px 5px 10px;
    }

    .new-product-block .outer-top-vs {
        margin-top: -12px;
    }

    .home-product-tab-main-block .list-unstyled {
        display: none;
    }

    .header-nav-smallscreen {
        display: block;
    }

    #myOverlay {
        color: var(--text_white_color);
    }

    .header-nav-smallscreen .menu-item .label,
    .header-nav-smallscreen .module-body ul li a,
    .header-nav-smallscreen .sidebar .side-menu nav li a,
    .header-nav-smallscreen .sidenav a,
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        color: #000;
        font-size: 15px;
        padding: 5px 12px;
        font-weight: 500;
        display: block;
        z-index: 11;
    }

    .header-nav-smallscreen .sidebar .side-menu nav li a {
        padding: 0 14px;
    }

    .nav-outer ul li {
        width: 100%;
    }

    .sidebar .side-menu nav li a::after {
        color: #000;
        z-index: 9999;
        content: "\f105";
        float: right;
        display: block;
        font-size: 12px;
    }

    .header-nav-smallscreen .menu-item .label i,
    .header-nav-smallscreen .module-body ul li i,
    .header-nav-smallscreen .sidenav i,
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>i {
        color: grey;
        margin-right: 5px;
    }

    .header-nav-smallscreen .sidebar {
        width: 238px;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .address-block,
    .header-nav-screen,
    .module-small-screen,
    .our-features-box {
        /*display: none;*/
    }

    .header-nav-smallscreen .head,
    .header-nav-smallscreen .module-title,
    .header-nav-smallscreen .sidebar .side-menu .head {
        font-size: 17px;
        padding: 5px 12px;
        font-weight: 600;
        background: 0 0;
    }

    .outer-bottom-xs {
        margin-bottom: 0;
    }

    .smallscreen-bg-block {
        background-color: var(--text_blue_color);
    }

    .header-style-1 .header-nav .navbar-default {
        margin-top: -109px;
        position: absolute;
        z-index: 1111;
        margin-left: -12px;
    }

    .header-nav-smallscreen-one {
        margin: 10px 0 30px;
        background: var(--background_white_bg_color);
    }

    .comment-block,
    .description-block,
    .review-block,
    .your-review-block {
        padding: 10px 15px 0;
        background: var(--background_white_bg_color);
    }

    .your-review-block h3 {
        font-size: 17px;
    }

    .smallscreen-bg-block-heading {
        color: var(--text_white_color);
        padding: 12px 18px;
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent;
    }

    .header-nav-smallscreen .sidebar-widget {
        margin: 30px 0 0 0;
    }

    .footer .footer-bottom {
        /*display: none;*/
    }

    .footer .copyright-bar {
        padding: 15px 12px 20px 12px;
        background: var(--background_black_bg_color);
    }

    .footer .accordion {
        background-color: transparent;
        color: #444;
        cursor: pointer;
        padding: 0;
        width: 100%;
        border: none;
        text-align: left;
        outline: 0;
        font-size: 15px;
        transition: .4s;
    }

    .footer .accordion:after {
        content: '\002B';
        color: var(--text_white_color);
        font-weight: 600;
        font-size: 22px;
        float: right;
        border: 2px solid #fff;
        padding: 0 10px 2px;
        border-radius: 6px;
        margin-right: 11px;
        line-height: 28px;
    }

    .footer .active:after {
        content: "\2212";
    }

    .footer .panel {
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        border: none;
        transition: max-height .2s ease-out;
    }

    .newsletter p {
        color: var(--text_white_color);
    }

    .m-t-20 {
        text-align: left;
    }

    .cart-checkout .m-t-20 {
        margin-top: 10px;
        text-align: center;
    }

    .cart-checkout hr {
        display: none;
    }

    .hot-deals .product-info {
        padding: 8px 15px 0;
        text-align: center;
    }

    .product .product-image .tag {
        right: 0;
        top: -5px;
    }

    .new-product-block .product .product-image .tag {
        right: 6px;
        top: 6px;
    }

    .special-offer-block .product-info {
        padding: 13px 20px 0 0;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
        font-size: 8px;
        left: 10px;
        top: 0;
        width: 12px;
        height: 12px;
        line-height: 12px;
        margin-left: 25px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket::before {
        background-size: 60% 54%;
        margin-left: 25px;
    }

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

    .header-nav-smallscreen .top-bar .cnt-account {
        float: left;
    }

    .header-nav-smallscreen .top-bar {
        background: var(--background_white_bg_color);
    }

    .header-nav-smallscreen .top-bar .cnt-account ul>li {
        display: block;
        padding: 0;
        text-align: left;
        margin-right: 45px;
    }

    .header-nav-smallscreen .top-bar .cnt-account ul>li a {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .top-bar .cnt-account ul>li.check a::before,
    .top-bar .cnt-account ul>li.login a::before,
    .top-bar .cnt-account ul>li.myaccount a::before,
    .top-bar .cnt-account ul>li.wishlist a::before {
        padding-right: 6px;
        color: grey;
    }

    .top-bar .cnt-account ul>li.login a::before,
    .top-bar .cnt-account ul>li.myaccount a::before {
        padding-right: 10px;
    }

    .nav-heading-one {
        font-size: 17px;
        padding: 5px 0 0;
        font-weight: 600;
    }

    .sidebar .side-menu nav .nav>li>label:after {
        color: #000;
        z-index: 9999;
        display: block;
    }

    .list-unstyled-one .bell-badge {
        font-size: 6px;
        padding: 0 5px;
        line-height: 2;
    }

    .dropdown.notifications-menu {
        margin-top: -54px;
        margin-left: 257px;
        z-index: 111;
    }

    .list-unstyled-one li a,
    .top-bar .cnt-account ul>li.animate-dropdown-one a::before {
        color: var(--text_white_color);
    }

    .list-unstyled-one .dropdown-menu {
        margin: 18px 0 0 -284px;
    }

    .notifications-menu .dropdown-menu li:first-child::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        margin: -30px 0 0 274px;
    }

    .newsletter .section-title {
        color: var(--text_white_color);
    }

    .new-arriavls .products {
        padding: 16px 8px;
        clear: both;
        border: 1px solid #f8f8f8;
        margin: 8px 0 5px 0;
        height: 230px;
    }

    .blog-page .blog-post span {
        padding-right: 10px;
    }

    .blog-page .blog-pagination,
    .blog-page .blog-post p {
        margin-top: 5px;
    }

    .feature-product-main-block.new-arriavls .products {
        height: 200px;
        margin-right: 0;
    }

    .feature-product-dtl {
        margin: 0 0 9px;
        margin-top: -12px;
    }

    .new-arriavls {
        padding: 0 0 20px;
    }

    .header-nav-smallscreen .newsletter {
        padding: 16px 20px 14px;
        background: var(--background_black_bg_color);
    }

    .display-none-block {
        display: none;
    }

    .hot-deals {
        margin-bottom: 8px;
    }

    #hero {
        margin-bottom: 15px;
    }

    .container {
        padding: 0 15px 0 15px;
    }

    .new-product-block .container {
        padding: 0 15px;
    }

    .price .fa-inr::before {
        display: block;
    }

    .login-block a {
        color: var(--text_white_color);
        font-size: 16px;
    }

    .login-block {
        margin-top: -58px;
        margin-left: 386px;
        z-index: 999;
        position: relative;
    }

    i.fa.fa-bell {
        font-size: 16px;
        margin-bottom: 12px;
    }

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

    .top-main-block-one .cnt-block {
        display: none;
    }

    .top-bar .cnt-block .list-inline>li>a .value {
        color: #000;
    }

    .modal-backdrop {
        z-index: 99;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper {
        position: relative;
        display: table;
        left: 50px;
        right: 0;
        margin: auto;
    }

    #currency,
    .abc {
        float: left;
    }

    .homebanner-holder #owl-main .item {
        border-radius: 5px;
    }

    .product-slider .products {
        clear: both;
        width: 100%;
        height: 210px;
        margin: 8px 0 5px 0;
    }

    .advertisement-main-block-one {
        display: none;
    }

    #bs-example-navbar-collapse-1 {
        display: block;
        margin: -31px 0px -11px 0;
    }

    #bs-example-navbar-collapse-1 ul li {
        display: inline-block;
        float: right;
        margin-top: -47px;
    }

    .navbar-toggle {
        padding: 0;
        margin: 0;
    }

    .navbar-brand {
        float: none;
    }

    #pro-title {
        display: none;
    }

    #pro-img img {
        display: none;
    }

    .description-block,
    .related-products-block,
    .report-text,
    .tags,
    .your-review-block {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 15px;
        background: var(--background_white_bg_color);
    }

    .related-products-block {
        border-bottom: none;
        background-color: transparent;
    }

    .report-text {
        margin-bottom: -20px;
    }

    .reviews hr {
        display: none;
    }

    .description-heading {
        text-transform: uppercase;
    }

    .review-heading {
        margin-top: 10px;
    }

    .total-price-basket i {
        display: none;
    }

    #currencySmall,
    .cnt-block select {
        float: left;
    }

    .outer-top-ss {
        margin-top: 0;
    }

    .hot-deals .section-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .hot-deals .item .products .image a .hover-image,
    .hot-deals .item .products .image a img {
        height: 200px;
    }

    .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
        right: 0;
        margin-right: 10px;
    }

    .hot-deals .product-info .product-price .price,
    .hot-deals.product-info .name {
        margin: 0 0 5px;
        font-size: 14px;
    }

    .hot-deals .product-info .product-price .price-before-discount {
        font-size: 13px;
    }

    .latest-blog {
        margin-bottom: 15px;
    }

    .scroll-tabs {
        margin-bottom: 8px;
    }

    .hot-deals .name {
        margin: 5px 0;
    }

    .header-nav-smallscreen .sidebar-widget-one {
        margin: 0 0;
    }

    .hot-deals-one .hot-deal-wrapper .sale-offer-tag {
        top: 10%;
        right: 1px;
    }

    .custom-carousel .owl-nav {
        top: -17px;
    }

    .cart-image img {
        margin-top: 5px;
    }

    .cart-product-description a {
        margin-bottom: 10px;
    }

    .shopping-cart {
        padding: 10px 12px;
        margin: 10px 0;
    }

    .shopping-cart .cart-shopping-total table tbody tr td {
        padding: 0;
    }

    .checkout-box .checkout-steps .panel-body {
        padding: 15px 0;
    }

    .panel-body-one .btn {
        margin-bottom: 10px;
    }

    .panel-body-one hr {
        margin: 0 0 10px 0;
    }

    .pull-right {
        float: left!important;
    }

    .blog-comments .pull-right {
        float: right!important;
    }

    .your-review-block .pull-right {
        float: right!important;
    }

    img {
        object-fit: scale-down;
    }

    .clearfix .payment-methods img {
        object-fit: initial;
        height: 36px;
    }

    .bg-white2 .pull-right,
    .final_step-btn .pull-right {
        float: right!important;
    }

    #final_step {
        float: none !important;
    }

    .final_step-btn {
        text-align: center;
    }

    .shopping-cart .cart-shopping-total table thead tr th {
        padding: 24px 0;
    }

    .thanku-heading {
        font-size: 27px;
    }

    .bg-white2 .btn-primary {
        padding: 6px;
        font-size: 13px;
    }

    .thanku-heading-one {
        font-size: 18px;
    }

    .thanku-block {
        background: var(--background_white_bg_color);
        padding: 20px;
    }

    .header-nav-smallscreen .form-container .badge {
        margin-bottom: 7px;
    }

    .single-product-gallery-item {
        height: 200px;
    }

    .filters-container {
        display: none;
    }

    .filter-block .item {
        margin-bottom: 15px;
        margin-right: 5px;
    }

    .filter-block .product {
        padding: 10px;
        height: 250px;
    }

    .filter-block .products {
        border: 1px solid #f8f8f8;
        margin-top: 0;
        height: 260px;
    }

    .product .product-image .tag {
        right: 8px;
        top: 5px;
    }

    .favorite-button {
        z-index: 99999;
        background: 0 0;
        margin-top: 0;
    }

    .favorite-button-one .btn-primary {
        background: var(--background_yellow_bg_color);
        color: #000;
        padding: 18px 0 30px;
        border-radius: 0;
        text-align: center;
        width: 68px;
        height: 0;
        border-radius: 5px;
    }

    .blog-sub-comments .pull-right {
        float: right!important;
    }
}

.single-image-layout {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width:799px) and (max-width:1030px) {
    .animate-dropdown .cart-dropdown-front {
        margin-left: -265px;
        margin-top: -55px;
    }

    .header-style-1 .header-nav .navbar-default {
        margin-left: -20px;
    }
}

@media (max-width:1200px) {
    .top-cart-row .dropdown-cart-one {
        right: 0;
    }

    .latest-blog .pull-right,
    .review-block .pull-right {
        float: right!important;
        margin: 16px;
    }

    .review-block .pull-right {
        float: left!important;
        margin: 0 10px;
    }

    .advertisement-img {
        margin-bottom: 10px;
    }

    .advertisement-img-one {
        height: 165px;
        object-fit: cover;
    }

    .custom-carousel .owl-nav .owl-prev,
    .custom-carousel .owl-nav .owl-next {
        top: 337px;
    }

    .custom-carousel .owl-nav .owl-prev {
        right: 27px;
    }

    .custom-carousel .owl-nav .owl-next {
        right: 5px;
    }

    .body-content .sidebar {
        margin-top: 30px;
    }
}

@media (min-width:760px) and (max-width:1030px) {
    .home-banner {
        display: none;
    }

    .hot-deals .item .products .image a .hover-image,
    .hot-deals .item .products .image a img {
        height: 350px;
    }

    .hot-deals .product-info {
        padding: 0 15px 0;
    }

    .homebanner-holder {
        width: 100%;
    }

    #pro-img img,
    #pro-title {
        display: block;
    }

    #pro_section {
        margin-top: -13px!important;
    }

    #top-banner-and-menu {
        margin-top: -20px;
    }

    .comment-block,
    .description-block {
        background: var(--background_white_bg_color);
    }

    .top-bar {
        display: none;
    }

    .main-header {
        padding: 0;
    }

    .control-group.search-cat-box {
        margin-top: 11px;
    }

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

    .header-nav .sidenav {
        background: var(--background_white_bg_color);
    }

    #mySidenav .closebtn {
        color: var(--text_white_color);
        font-size: 30px;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse {
        padding: 5px 10px;
    }

    .nav-heading-one {
        padding: 0 5px;
    }

    i.fa.fa-bell {
        font-size: 18px;
    }

    .top-cart-row .dropdown-cart {
        margin-top: -59px;
        z-index: 999;
    }

    .list-unstyled-one {
        display: block;
    }

    .top-cart-row .dropdown-cart-one {
        top: 79px;
        right: -18px;
    }

    .main-header .top-search-holder .search-area {
        margin-top: 2px;
        margin-left: 30px;
        height: 0;
    }

    .logo img {
        margin-left: 55px;
    }

    .home-product-tab .nav-tabs a {
        font-size: 20px;
    }

    .product-info {
        padding: 10px 0 0 20px;
        margin-bottom: 10px;
    }

    .rht-col {
        width: 100%;
    }

    #bs-example-navbar-collapse-1 {
        margin: 47px -1px -11px 0;
    }

    .header-style-1 .header-nav .navbar-default {
        margin-left: 0;
        margin-top: -59px;
    }

    .hot-deals {
        margin-top: 15px;
    }

    .side-content {
        height: 100%;
    }
}

@media (min-width: 1250px) and (max-width: 1300px) {
    .main-header .top-search-holder .search-area .search-field {
        width: 75%;
    }
}

@media (max-width:1250px) {
    .top-cart-row .dropdown-cart-one {
        right: 0;
    }

    .search-conversion_rate-container .product .cart {
        margin-left: -166px;
        display: none;
    }

    .categoryfilter-block .sidebar {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .filters-container {
        padding-bottom: 15px;
    }

    .categoryfilter-block {
        margin-bottom: 10px;
    }

    .sidebar-module-container {
        margin-top: 10px;
    }

    button.navbar-toggle.collapsed {
        display: none;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 74%;
    }

    .detail-page-block .card {
        margin-bottom: -40px;
    }
}

@media (min-width:760px) and (max-width:1023px) {
    .main-header .top-search-holder .search-area .search-field {
        width: 60%;
    }

    .new-arriavls .products,
    .feature-product-main-block.new-arriavls .products,
    .product-slider .products {
        height: 300px;
    }

    .categoryfilter-block .outer-top-vs {
        margin-top: 10px;
    }

    .filters-container {
        margin-top: 15px;
    }

    .dropdown.notifications-menu {
        margin-top: 21px;
        margin-left: 43px;
    }

    .footericon {
        float: left;
        display: inline;
        margin: 0 10px 20px;
    }

    .sidebar {
        width: 100%;
    }

    .feature-box p {
        margin: 0;
    }

    .cart-product-description {
        margin-top: 0;
    }

    .cart-price {
        margin-left: 30px;
        text-align: left;
    }

    .favorite-button {
        margin-top: -42px;
    }

    .product-tabs #myTabs>li {
        width: 25%;
        height: 30px;
        text-align: center;
        margin-bottom: 30px;
        padding: 10px 0;
    }

    .product-tabs #myTabs>li>a {
        padding: 10px 0;
        height: 60px;
        margin-bottom: 30px;
    }

    .btn-instamojo,
    .btn-paypal {
        margin-bottom: 10px;
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .dropdown.notifications-menu {
        margin-left: 70px;
    }

    .feature-product-main-block.new-arriavls .products,
    .product-slider .products {
        height: auto;
    }

    .bg-white  h4 {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .special-product .item .products .image a {
        width: auto;
        display: block;
        position: inherit;
        padding-top: 0;
    }
}

@media (min-width:700px) and (max-width:767px) {
    .top-bar .cnt-account {
        padding: 1px 0;
    }

    .main-header .top-search-holder .search-area {
        margin-left: 0;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 105%;
        height: 54px;
    }

    .checkout-step-02 .panel-body .pull-right {
        float: right!important;
    }
}

@media (max-width: 992px) {
    input.btn.btn-primary.pull-right {
        margin-top: -10px;
    }

    .comment-block .nav-pills {
        width: 100%;
    }

    .comment-block .nav-pills .nav-item {
        width: 50%;
    }

    .comment-block .nav-link {
        text-align: center;
    }
}

@media (min-width:576px) and (max-width:740px) {
    .main-header .top-search-holder .search-area .search-button {
        right: 5px;
        top: 8px;
        position: absolute;
    }

    .main-header .top-search-holder .search-area .search-field {
        padding: 18px 0 17px 7px;
        height: 55px;
    }

    .main-header .top-search-holder .search-area {
        margin-left: 0;
    }

    .logo {
        z-index: 9999;
        margin-bottom: 12px;
    }

    .top-bar .header-top-inner {
        padding: 0;
    }

    .top-cart-row .dropdown-cart {
        margin-top: -26px;
        margin-right: -87px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .lbl {
        margin-right: 8px;
    }

    .total-price-basket .fa {
        margin-top: 7px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .value {
        margin-left: -5px;
    }

    .navbar-default .navbar-toggle .icon-bar,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: 2px solid #ddd;
        color: var(--text_white_color);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ddd;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        margin-top: 0;
    }

    .scroll-tabs .nav-tab-line {
        margin-top: -4px;
    }

    .wide-banners .img-responsive {
        width: 100%;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        right: 79px;
        top: 76px;
    }

    .products .m-t-20 {
        text-align: left;
    }

    .home-product-tab .nav-tabs a {
        font-size: 20px;
    }

    .logo img {
        margin-top: -61px;
    }

    .main-header .top-search-holder .search-area {
        margin-top: 7px;
    }
}

@media (max-width:576px) {
    .remove-row {
        margin-bottom: 20px;
    }

    .sign-in-page .create-new-account {
        margin-bottom: 20px;
    }

    .filter-block .products {
        height: 220px;
    }

    .new-arriavls .products {
        height: 250px;
    }

    .feature-product-main-block.new-arriavls .products {
        height: 250px;
    }

    .main-header .top-search-holder .search-area .btn-default {
        height: 39px;
    }

    .homebanner-holder .homebanner-img {
        margin-bottom: 10px;
    }

    .blog-review .col-md-2 {
        width: 120px;
    }

    .blog-post-dtl {
        margin-top: 10px;
    }

    .blog-page .blog-post-author-details img {
        margin-right: 30px;
    }

    .blog-review .col-sm-10 {
        width: calc(100% - 120px);
    }

    .allreview-date {
        float: right!important;
    }

    .item .products .image a {
        padding-top: 70%;
    }

    .button-holder .shop-now-button {
        padding: 5px 10px;
        font-size: 11px;
    }

    .favorite-button-box .btn-primary {
        background: var(--background_yellow_bg_color);
        border: 1px solid #decb36;
        color: #000;
        padding: 12px 18px;
/*
        margin-top: 0;*/
        border-radius: 4px;
        width: 68px;
        margin-left: 5px;
    }

    .navbar-header {
        display: none;
    }

    .navbar-nav {
        display: inline-block;
        /*margin-left: -16px !important;*/
        margin: 0 auto;
    }

    #navbarSupportedContent ul li {
        display: inline-block;
        float: right;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        width: 331px;
        right: 52px;
    }

    .review-block hr {
        margin: 15px 0 10px 0;
    }

    .review-block .overall-rating-main-block {
        padding: 10px;
    }

    .blog-slider-container .custom-carousel .owl-nav .owl-next,
    .blog-slider-container .custom-carousel .owl-nav .owl-prev {
        top: 349px;
        background: #108bea;
    }

    .latest-blog .section-title {
        padding: 15px 10px;
    }

    .my-order-one .panel-heading {
        height: 115px;
    }

    .my-order-one .panel-footer {
        height: 90px;
    }

    .bg-white2 .pull-right {
        float: left!important;
    }

    .bg-white2 .pull-right,
    .final_step-btn .pull-right {
        float: right!important;
    }

    .related-products-block .home-owl-carousel {
        padding-left: 11px;
    }

    .related-products-block .products {
        height: 296px;
    }
}

@media (min-width:490px) and (max-width:767px) {
    .main-header .top-search-holder .search-area .search-field {
        width: 59%;
        height: 38px;
    }

    .top-cart-row .dropdown-cart {
        margin-top: -78px;
    }

    .search-cat-box select {
        height: 38px;
    }

    .list-unstyled-one .bell-badge {
        right: 17px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .top-cart-row .dropdown-cart {
        margin-top: -89px;
/*
        margin-right: -181px*/
        margin-right: 50px;
    }

    .top-cart-row .dropdown-cart-one {
        top: -9px;
    }

    .dropdown.notifications-menu {
        margin-top: -20px;
        margin-left: 403px;
        z-index: 9999;
    }/*
    .list-unstyled-one .bell-badge {
        right: 63px
    }*/
    .top-bar .header-top-inner {
        padding: 30px 0 0;
    }

    .blog-slider-container .custom-carousel .owl-nav .owl-next,
    .blog-slider-container .custom-carousel .owl-nav .owl-prev {
        top: 284px;
    }

    .main-header .logo-holder {
        margin-bottom: 5px;
    }
}

@media (min-width:490px) and (max-width:767px) {
    .footer .copyright-bar {
        padding: 15px 16px 20px 37px;
    }
}

@media (min-width: 370px) and (max-width:400px) {
    .login-block {
        margin: -135px 0 0 300px;
    }
}

@media (min-width:450px) and (max-width:700px) {
    .footer .accordion:after {
        padding: 5px 14px;
        font-size: 25px;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 74%;
        height: 38px;
    }

    .list-unstyled-one .dropdown-menu {
        margin-top: 49px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        top: 44px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu li:first-child::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        margin: -32px 0 0 132px;
    }

    .header-style-1 .header-nav .navbar-default {
        margin-top: -118px;
    }

    .product-slider .products {
        height: 265px;
    }
}

@media (min-width:450px) and (max-width:500px) {
    .dropdown.notifications-menu {
        margin-left: 420px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        margin-top: -10px;
        margin-left: -230px;
    }

    .list-unstyled-one .dropdown-menu {
        margin: -30px 0 0 -288px;
        margin-top: 21px;
    }
}

@media (min-width: 350px) and (max-width: 515px) {
    .checkout-step-02 .panel-body .pull-right {
        margin-top: 15px;
    }
}

@media (max-width:450px) {
    .header-nav-smallscreen .sidenav a label {
        font-weight: 500;
    }

    .login-block {
        margin-left: 285px;
    }

    .dropdown.notifications-menu {
        margin: -130px 0 0 356px;
    }

    #feedone i {
        color: var(--text_white_color);
    }

    #starRating li {
        display: inline-block;
    }

    #starRating li i {
        color: grey;
    }

    .top-cart-row .dropdown-cart-one {
        right: -56px;
        top: -88px;
    }
}

@media (min-width:402px) and (max-width:450px) {
    .main-header .top-search-holder .search-area .search-field {
        width: 70%;
        padding: 10px 10px 9px 10px;
        height: 39px;
    }

    .login-block {
        margin-left: 327px;
    }

    .logo {
        margin-left: -3px;
    }

    .checkout-box {
        margin-top: 15px;
    }

    .main-header {
        padding: 0 0 8px 0;
    }

    .main-header .top-search-holder .search-area {
        margin-top: -16px;
    }

    .dropdown.notifications-menu {
        margin: -156px 0 0 376px;
    }

    .mhead span {
        color: var(--text_white_color);
    }

    .logo img {
        margin-top: -70px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        top: 67px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu li:first-child::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        margin: -32px 0 0 222px;
    }

    .list-unstyled-one .dropdown-menu {
        width: auto;
    }

    .footer .accordion::after {
        margin-right: 7px;
    }

    #owl-main .item {
        border-radius: 4px;
        height: 200px;
    }

    .product-slider .products {
        clear: both;
        width: 100%;
        margin-top: 10px;
    }

    .header-nav-smallscreen .navbar-default span {
        color: var(--text_white_color);
    }

    .home-product-tab .nav-tabs a,
    .home-product-tab .nav-tabs li:hover a {
        margin: 0 5px 0 6px;
        font-size: 17px;
    }

    .home-product-tab .nav-tabs>li.active>a,
    .home-product-tab .nav-tabs>li.active>a:focus,
    .home-product-tab .nav-tabs>li.active>a:hover {
        margin: 0 5px 0 6px;
        font-size: 17px;
    }

    .product-info {
        padding: 12px 8px;
    }

    .new-product-block .product .product-image .tag {
        right: 12px;
    }

    .sidebar-widget {
        margin-bottom: 10px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        right: -43px;
    }

    .product-slider .products {
        height: 235px;
    }
}
@media (min-width:400px) and (max-width:410px) {
   .dropdown.notifications-menu {
        margin-left: 360px;
    } 
}
@media (min-width:400px) and (max-width:410px) {
    .home-product-tab .nav-tabs a,
    .home-product-tab .nav-tabs li:hover a {
        margin: 0 10px 0 10px;
        font-size: 15px;
    }

    .home-product-tab .nav-tabs>li.active>a,
    .home-product-tab .nav-tabs>li.active>a:focus,
    .home-product-tab .nav-tabs>li.active>a:hover {
        margin: 0 10px 0 10px;
        font-size: 15px;
    }

    .dropdown.notifications-menu {
        margin-left: 351px;
    }
}

@media (max-width:400px) {
    .kdrop {
        margin-top: -10px;
    }

    .square:before {
        margin-right: 25px;
    }

    .animate-dropdown .cart-dropdown-front {
        margin-top: -10px;
        margin-left: -178px;
    }

    .control-group {
        text-align: left;
    }

    .main-header .top-search-holder .search-area .search-field {
        margin-left: -1px;
        padding: 9px 11px 9.5px;
        border-radius: 0 0;
        width: 60%;
        height: 39px;
    }

    .top-bar {
        padding: 6px 0 0;
        position: relative;
    }

    .main-header {
        margin-top: -22px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        top: 48.5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        right: -48px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu li:first-child::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        margin: -32px 0 0 191px;
    }

    .cnt-block {
        background-color: #000;
        z-index: 9999;
    }

    .login-block {
        margin: -135px 0 0 279px;
    }
}

@media (min-width: 410px) and (max-width: 490px) {
    .related-products-block .products {
        height: 360px;
    }
}

@media (min-width:380px) and (max-width:400px) {
    .login-block {
        margin: -133px 0 0 321px;
    }

    .related-products-block .products {
        height: 300px;
    }
}

@media (min-width:388px) and (max-width:401px) {
    .dropdown.notifications-menu {
        margin-left: 310px;
    }

    .home-product-tab .nav-tabs a,
    .home-product-tab .nav-tabs li:hover a {
        margin: 0 10px 0 15px;
        font-size: 14px;
    }

    .home-product-tab .nav-tabs>li.active>a,
    .home-product-tab .nav-tabs>li.active>a:focus,
    .home-product-tab .nav-tabs>li.active>a:hover {
        margin: 0 10px 0 15px;
        font-size: 14px;
    }

    .dropdown.notifications-menu {
        margin-left: 330px;
    }

    .list-unstyled-one .bell-badge {
        right: 8px;
    }
}

@media (min-width:380px) and (max-width:401px) {
    .home-product-tab .nav-tabs a,
    .home-product-tab .nav-tabs li:hover a {
        margin: 0 11px 0 12px;
    }

    .home-product-tab .nav-tabs>li.active>a,
    .home-product-tab .nav-tabs>li.active>a:focus,
    .home-product-tab .nav-tabs>li.active>a:hover {
        margin: 0 11px 0 12px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket::before {
        float: right;
    }

    .top-cart-row .dropdown-cart-one {
        right: 26px;
        margin-right: 0;
    }

    .list-unstyled-one .dropdown-menu {
        margin-left: -293px;
    }

    .notifications-menu .dropdown-menu li:first-child::before {
        margin: -29px 0 0 276px;
    }
}

@media (min-width:360px) and (max-width:400px) {
    .top-cart-row .dropdown-cart .dropdown-menu li:first-child::before {
        margin: -32px 0 0 215px;
    }

    .dropdown.notifications-menu {
        margin: -150px 0 0 304px;
    }

    .notifications-menu .dropdown-menu li:first-child::before {
        margin: -29px 0 0 273px;
    }

    .top-cart-row .dropdown-cart {
        right: -55px;
        top: -86px;
    }
}

@media (min-width:375px) and (max-width:400px) {
    .dropdown.notifications-menu {
        margin: -134px 0 0 317px;
    }
}

@media (min-width:383px) and (max-width:400px) {
    .dropdown.notifications-menu {
        margin: -150px 0 0 330px;
    }

    .top-cart-row .dropdown-cart {
        right: 35px;
    }
}

@media (min-width:320px) and (max-width:340px) {
    .login-block {
        margin-left: 248px;
    }

    .home-product-tab .nav-tabs a {
        font-size: 12px;
    }

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

    .footer .accordion::after {
        margin-right: 1px;
    }

    .dropdown.notifications-menu {
        margin-left: 263px;
    }

    .notifications-menu .dropdown-menu li:first-child::before {
        margin: -29px 0 0 255px;
    }

    .list-unstyled-one .dropdown-menu {
        margin: 22px 0 0 -270px;
        width: 300px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu li:first-child::before {
        margin: -32px 0 0 204px;
    }

    .top-cart-row .dropdown-cart-one {
        right: -60px;
    }

    .top-cart-row .dropdown-cart .dropdown-menu {
        width: 307px;
    }

    .blog-slider-container .custom-carousel .owl-nav .owl-next,
    .blog-slider-container .custom-carousel .owl-nav .owl-prev {
        top: 233px;
    }
}

@media (min-width:515px) and (max-width:700px) {
    .top-cart-row .dropdown-cart .dropdown-menu li:first-child::before {
        margin: -32px 0 0 189px;
    }

    .dropdown.notifications-menu {
        margin-left: 426px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        margin-left: 27px;
    }

    .logo {
        margin-left: 63px;
    }

    .header-style-1 .header-nav .navbar-default {
        margin-top: -109px;
    }

    .top-cart-row .dropdown-cart {
        margin-top: -66px;
    }

    .favorite-button .btn-primary {
        /*margin-top: 5px;*/
    }

    .logo img {
        margin-top: -58px;
        margin-left: -103px;
    }

    .main-header .top-search-holder .search-area {
        margin-bottom: -26px;
    }

    .checkout-step-02 .panel-body .pull-right {
        float: right!important;
    }
}

@media (min-width: 750px) and (max-width: 760px) {
    .top-bar .header-top-inner {
        padding: 40px 0 0;
    }
}

@media (min-width: 740px) and (max-width: 767px) {
    .main-header .top-search-holder .search-area {
        margin-top: 0;
    }
}

@media (min-width: 540px) and (max-width: 650px) {
    .login-block {
        margin-left: 431px;
    }

    .logo img {
        margin-top: -102px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .search-cat-box select {
        height: 38px;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 55%;
    }

    .login-block {
        margin-left: 75px;
    }

    .logo {
        margin-left: 152px;
    }

    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        margin-left: -48px;
    }

    .login-block {
        margin-left: 60px;
    }

    .product-slider .products {
        height: 250px;
    }

    .dropdown.notifications-menu {
        margin-left: 75px;
    }
}

@media (min-width:620px) and (max-width:720px) {
    .dropdown.notifications-menu {
        margin-left: 90px;
    }
}

@media (min-width: 700px) and (max-width: 767px) {
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        margin-top: 27px;
    }

    .header-style-1 .header-nav .navbar-default {
        margin-top: -90px;
        margin-left: 0;
    }

    .logo img {
        margin-left: -80px;
        margin-top: -55px;
    }
}

@media (min-width:580px) and (max-width:750px) {
    .top-bar .header-top-inner {
        padding: 40px 0 0;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .main-header .top-search-holder .search-area .search-field {
        width: 60%;
    }
}

@media (min-width:630px) and (max-width:767px) {
    .main-header .top-search-holder .search-area .btn-default {
        height: 38px;
    }
}

@media (min-width:410px) and (max-width:430px) {
    .login-block {
        margin: -138px 0 0 339px;
    }
}

@media (min-width:431px) and (max-width:460px) {
    .login-block {
        margin: -138px 0 0 361px;
    }
}

#pro_section #pro-title {
    padding: 0 10px;
}

#pro_section {
    display: flex;
}

.advertisement-main-block-one {
    display: none;
}

.alert-success {
    background: var(--background_white_bg_color);
}

#savedaddress {
    z-index: 11111;
}

.box {
    position: relative;
    max-width: 600px;
    height: 320px;
    background: var(--background_white_bg_color);
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::after,
.ribbon::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 125px;
    padding: 6px 0;
    background-color: var(--text_black_color);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: var(--text_white_color);
    font: 700 18px/1 Lato, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 14px;
}

.ribbon-top-right {
    top: 0;
    right: 0;
}

.ribbon-top-right::after,
.ribbon-top-right::before {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: 62px;
    top: 10px;
    transform: rotate(45deg);
}

.stat-levels label {
    font-weight: 600!important;
}

.fast-delivery-block-block {
    background: var(--background_white_bg_color);
    padding: 30px;
    margin-bottom: 20px;
}

.fast-delivery-block {
    background: rgba(253, 217, 34, .03);
    border: 1px solid #f2f3f7;
    padding: 20px;
    height: 145px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px 0 rgba(239, 242, 249, .05);
    box-shadow: 0 0 13px 0 rgba(239, 242, 249, .05);
    margin-bottom: 10px;
}

.fast-delivery-block i {
    color: #c5a91a!important;
    font-size: 18px;
    margin-bottom: 10px;
}

.delivery-heading {
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #50649c;
    text-shadow: 0 0 1px rgba(239, 242, 249, .1);
    font-family: Poppins, sans-serif;
}

.fast-delivery-block p {
    color: #a4abc5!important;
    font-size: 13px;
    letter-spacing: .02em;
    font-family: Roboto, sans-serif;
}

.overall-rating-main-block {
    padding: 20px;
    background: var(--background_white_bg_color);
}

.overall-rating-block {
    background-color: #f3f6f7;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    margin-bottom: 20px;
}

.overall-rating-block h1 {
    font-size: 48px;
    color: #f1646c;
    font-family: Poppins, sans-serif;
}

.overall-rating-title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #50649c;
    letter-spacing: .02em;
    text-shadow: 0 0 1px rgba(239, 242, 249, .1);
}

.navbar-collapse {
    z-index: 9999;
}

.overall-rating-block .rating ul li {
    display: inline-block;
    margin-bottom: 8px;
}

.overall-rating-block .rating ul li i {
    font-size: 20px;
}

.overall-rating-block .rating ul li a {
    color: #f3c74d!important;
}

.overall-rating-block .total-review {
    color: #a4abc5!important;
    font-size: 11px;
    font-weight: 600;
}

.overall-rating-block h3 {
    font-family: Poppins, sans-serif;
    color: #50649c;
    line-height: 30px;
    font-size: 24px;
    margin: 10px 0;
}

.satisfied-customer-block p {
    color: #a4abc5!important;
    font-size: 13px;
    font-weight: 600;
}

.stat-levels {
    margin: 0 0 20px;
    border-radius: 0;
}

.stat-bar {
    background-color: #eff2f9;
    height: 8px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 0;
}

.stat-bar-rating {
    border-radius: 4px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: var(--text_white_color);
    text-align: center;
    text-indent: -9999px;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.stat-bar-rating-one {
    background-color: #ff4500;
}

.stat-bar-rating-two {
    background-color: #79a602;
}

.dashboard-block {
    padding: 20px;
    background: var(--background_white_bg_color);
    box-shadow: 0 0 3px rgba(31, 30, 47, .05);
    border-radius: 3px;
}

.dashboard-heading {
    margin-bottom: 8px;
    letter-spacing: .02em;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    color: #50649c;
    text-shadow: 0 0 1px rgba(239, 242, 249, .1);
}

.dashboard-view {
    display: flex!important;
    float: right;
    display: inline-block;
}

.dashboard-block h3 {
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #50649c;
    margin-top: 10px;
}

.dashboard-user {
    text-align: right;
}

.dashboard-user i {
    margin-top: 10px;
    font-size: 22px;
    color: #ff5da0!important;
}

.dashboard-block .success,
.dashboard-block p {
    color: #1ecab8!important;
    font-size: 13px;
    font-weight: 600;
}

.dashboard-block p {
    color: #a4abc5!important;
}

.checkout-box {
    clear: both;
    margin-bottom: 15px;
}

.checkout-box .panel-group {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    color: var(--text_black_color);
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background: var(--background_white_bg_color);
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#procomments .panel-default>.panel-heading {
    background-color: #f3f2ee;
}

#cke_editor1 {
    width: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--background_blue_bg_color);
}

.shopping-cart-top {
    margin-top: 0;
}

@media (max-width: 1300px) {
    .panel-default>.panel-heading {
        padding: 0;
    }

    .bg-white2 .panel-default>.panel-heading {
        padding: 8px 15px;
    }
}

@media (min-width:992px) {
    .left-sidebar,
    .main-content {
        float: left;
    }

    .left-sidebar {
        position: fixed;
    }

    .side-content {
        z-index: 9999999;
        overflow-y: scroll;
        scroll-behavior: smooth;
        margin-bottom: 8px;
    }

    .blog-block .side-content {
        height: 250px;
    }

    .categoryfilter-block .side-content {
        height: 580px;
    }

    .order-side-content {
        height: 733px;
        margin-bottom: 8px;
    }

    .side-content::-webkit-scrollbar-thumb {
        background: 0 0;
        width: 1px;
        -ms-scrollbar-track-color: transparents;
        -ms-scrollbar-face-color: transparents;
    }

    .side-content::-moz-scrollbar-thumb {
        background: 0 0;
        width: 1px;
        -moz-scrollbar-track-color: transparents;
        -moz-scrollbar-face-color: transparents;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .detail-page-block .side-content {
        height: auto;
    }
}

@media (max-width:800px) {
    .side-content {
        overflow: hidden;
    }
}

.header-nav-smallscreen .w3-overlay {
    z-index: 0;
}

.blog-post img {
    width: 100%;
    margin-bottom: 10px;
    height: 400px;
    object-fit: cover;
}

@media (max-height:2560px) {
    .side-content {
        height: 870px;
    }
}

@media (max-height:750px) {
    .side-content {
        height: 690px;
    }

    .detail-page-block .side-content {
        height: 710px;
    }
}

@media (max-height:700px) {
    .side-content {
        height: 620px;
    }

    .detail-page-block .side-content {
        height: 650px;
    }
}

@media (max-height:650px) {
    .side-content {
        height: 600px;
    }

    .detail-page-block .side-content {
        height: 610px;
    }
}

.login-main-block-one {
    background-color: var(--background_blue_bg_color);
    padding: 150px 0;
    height: 100vh;
}

.login-dtl-block {
    padding: 36px;
    border-radius: 20px;
    background: var(--background_white_bg_color);
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 2px 6px 0 rgba(77, 121, 246, .5);
    box-shadow: 0 2px 6px 0 rgba(77, 121, 246, .5);
}

.login-dtl-block .login-heading {
    font-weight: 600;
    color: var(--text_black_color);
    font-size: 22px;
    margin: 48px 0 16px 0;
}

.login-heading-dtl {
    color: var(--text_black_color)!important;
}

.login-form {
    margin: 20px;
}

.login-dtl-block input,
.login-dtl-block textarea,
.login-dtl-blockselect {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #e8ebf3;
    height: calc(2.3rem + 2px);
    color: #2f5275;
    padding: 20px 12px;
    font-size: 14px;
    position: relative;
}

input[type=text] {
    outline: 0;
}

.login-dtl-block label {
    float: left;
    color: var(--text_black_color);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
}

.user-icon {
    position: absolute;
    top: 34px;
    right: 4px;
    z-index: 999;
}

.user-icon i {
    font-size: 20px;
    color: transparent;
    border: 1px solid #555;
    border-radius: 50%;
    background: #eff2f9;
    padding: 5px 8px;
    width: 36px;
    height: 35px;
    -webkit-text-stroke: 2px #555;
}

.forgot-password-block {
    text-align: right;
}

.login-form {
    position: relative;
}

.remember-switch {
    float: left;
    margin-left: 10px;
    font-size: 15px;
    color: #a4abc5!important;
}

.forgot-password-block a {
    font-size: 15px;
    color: #a4abc5!important;
}

.forgot-password-block i {
    -webkit-text-stroke: 1px #9ba7ca;
    color: transparent;
}

.free-register {
    margin: 16px;
    font-size: 13px;
    color: var(--text_black_color)!important;
}

.free-register a {
    color: var(--text_blue_color);
}

.free-register:hover a {
    color: var(--text_blue_color);
}

.login-block-one {
    margin: 24px 0 20px;
}

.login-dtl-block .btn-primary {
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    text-transform: initial;
    background-color: var(--text_blue_color);
    -webkit-box-shadow: 0 2px 6px 0 rgba(77, 121, 246, .5);
    box-shadow: 0 2px 6px 0 rgba(77, 121, 246, .5);
}

.login-dtl-block .btn-primary:hover {
    background-color: var(--text_blue_color);
}

.login-dtl-block .btn-primary i {
    margin-left: 10px;
}

.logo-icon {
    position: absolute;
    z-index: 999;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
}

.logo-icon img {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 0 0 2.25px #eff2f9;
    box-shadow: 0 0 0 2.25px #eff2f9;
    border-radius: 50%;
    background: var(--background_white_bg_color);
    padding: 4px;
}

.other-login-block {
    text-align: center;
    color: #dbe0ec;
    font-size: 13px;
    margin: 16px 0;
}

.other-login-block:after,
.other-login-block:before {
    display: inline-block;
    margin: 0 14px 4px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #eff2f9;
    width: 110px;
}

.other-login-block:after {
    margin: 0 0 4px 14px;
}

.other-login-main-block {
    text-align: center;
}

.other-login-main-block ul li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.other-login-main-block ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    z-index: 5;
    color: var(--text_white_color);
}

.other-login-main-block .fb {
    background: #4d79f6;
}

.other-login-main-block .twitter {
    background: #4ac7ec;
}

.other-login-main-block .google {
    background: #ff5da0;
}

.lock-screen {
    margin: 24px 0;
    font-size: 16px;
    color: var(--text_black_color);
    font-weight: 500;
}

.lock-screen-img img {
    height: 78px;
    width: 78px;
    border-radius: 50%;
    padding: .25rem;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.login-dtl-block .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 18px;
}

.login-dtl-block .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.login-dtl-block .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--background_white_bg_color);
    -webkit-transition: .4s;
    transition: .4s;
    border: #adb5bd solid 1px;
}

.login-dtl-block .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    right: 20px;
    left: 2px;
    top: 1px;
    bottom: 4px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.login-dtl-block input:checked+.slider {
    background-color: var(--background_blue_bg_color);
    border: 1px solid #157ed2;
}

.login-dtl-block input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.login-dtl-block input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: var(--background_white_bg_color);
}

.login-dtl-block .slider.round {
    border-radius: 34px;
}

.login-dtl-block .slider.round:before {
    border-radius: 50%;
}

.contact-list-block {
    padding: 25px 10px 0 10px;
    background-color: #eaf0f7;
    min-height: calc(100vh - 70px);
}

.contact-list-heading {
    font-size: 18px;
    margin: 0;
    color: #50649c;
}

.contact-list {
    text-align: right;
}

.contact-list ul li {
    display: inline-block;
}

.contact-list ul li a {
    font-size: 14px;
    color: #8997bd;
    padding: 2px;
}

.contact-list ul li+li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: 400;
    padding: 0 5px;
    font-size: 10px;
    color: #8997bd!important;
}

.contact-block {
    margin: 30px 0;
}

.contact-us-block {
    background: var(--background_white_bg_color);
    padding: 16px;
    position: relative;
    height: 122px;
    margin-bottom: 10px;
}

.contact-us-block .contact-img {
    float: left;
    margin-top: 5px;
}

.contact-us-block .contact-img img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}

.contact-us-block-dtl {
    margin-left: 99px;
}

.contact-us-heading {
    font-size: 18px;
    font-weight: 600;
    color: #50649c;
    margin-bottom: 5px;
}

.contact-heading-dtl {
    color: #a4abc5!important;
    font-size: 13px;
}

.social-contact ul li {
    display: inline-block;
    border-radius: 50%;
    margin: 10px 5px 2px 0;
}

.social-contact .fb {
    background-color: rgba(77, 121, 246, .15)!important;
}

.social-contact .fb a {
    color: #4d79f6!important;
}

.social-contact .twitter {
    background-color: rgba(74, 199, 236, .15)!important;
}

.social-contact .twitter a {
    color: #4ac7ec!important;
}

.social-contact .dribbble {
    background-color: rgba(255, 93, 160, .15)!important;
}

.social-contact .dribbble a {
    color: #ff5da0!important;
}

.social-contact ul li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

.edit-block {
    position: absolute;
    right: 50px;
    top: 18px;
}

.edit-block ul li {
    display: inline-block;
}

.edit-block ul .delet-icon,
.edit-block ul .edit-icon {
    border-radius: 3px;
    padding: 8px 10px;
    line-height: 24px;
    background-color: rgba(155, 167, 202, .1);
}

.edit-block ul .delet-icon a,
.edit-block ul .edit-icon a {
    font-size: 15px;
}

.edit-block ul .edit-icon a {
    color: #9ba7ca;
}

.edit-block ul .delet-icon {
    background-color: rgba(241, 100, 108, .1);
}

.edit-block ul .delet-icon a {
    color: #f1646c;
}

.edit-block ul .edit-icon:hover {
    background-color: #9ba7ca;
}

.edit-block ul .edit-icon:hover a {
    color: var(--text_white_color);
}

.edit-block ul .delet-icon:hover {
    background-color: #f1646c;
}

.edit-block ul .delet-icon:hover a {
    color: var(--text_white_color);
}

.social-contact .btn-secondary {
    background-color: #4ac7ec;
    border: 1px solid #4ac7ec;
    box-shadow: 0 2px 6px 0 rgba(74, 199, 236, .5);
    color: #f3f6f7;
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 12px;
    margin-top: 10px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.social-contact .btn-secondary:hover {
    background-color: #33c0ea!important;
    border: 1px solid #33c0ea;
    color: #f3f6f7;
}

.contact-number-block {
    padding: 25px;
    text-align: center;
    background: var(--background_white_bg_color);
    margin-bottom: 10px;
}

.contact-number-block .contact-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-bottom: 8px;
}

.contact-number-headinng {
    color: #50649c;
    font-size: 15px;
    margin: 10px 0;
    font-weight: 600;
}

.contact-number-list ul li {
    display: inline-block;
    color: #a4abc5!important;
    font-size: 15px;
    margin: 0 10px 15px 0;
}

.contact-number-list ul li i {
    margin-right: 5px;
    color: transparent;
    -webkit-text-stroke: 1px #a4abc5;
}

.contact-number-block p {
    color: #a4abc5!important;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-number-btn .btn-secondary {
    background-color: rgba(74, 199, 236, .15);
    color: #4ac7ec;
    padding: 8px 14px;
    font-size: 13px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.contact-number-btn .btn-secondary:hover {
    background-color: #4ac7ec;
    color: var(--text_white_color);
}

.contact-number-btn .btn-primary {
    font-size: 13px;
    background-color: rgba(77, 121, 246, .1);
    color: #4d79f6;
    text-transform: initial;
}

.contact-number-btn .btn-primary:hover {
    background-color: #4d79f6;
    color: var(--text_white_color);
}

.contact-footer-block {
    padding: 20px;
    border-top: 1px solid #dbe0ec;
    color: #7081b9;
    font-size: 14px;
    font-weight: 400;
    min-height: auto;
}

.contact-metrica {
    color: #a4abc5!important;
    text-align: right;
}

.contact-metrica i {
    color: #f1646c!important;
}

.list-view-main-block {
    background: var(--background_white_bg_color);
    padding: 10px;
}

.list-view-main-block .image img {
    width: 100%;
    height: 170px;
    object-fit: scale-down;
}

.list-view-heading a {
    color: var(--text_black_color);
    font-size: 16px;
    font-weight: 500;
}

.list-view-heading:hover a {
    color: var(--text_blue_color);
}

.list-view-rating {
    margin-bottom: 10px;
    font-size: 11px;
}

.list-view-price {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

.list-view-price.price {
    vertical-align: top;
}

.list-view-main-block .action ul {
    margin-bottom: 10px;
}

.list-view-main-block .action ul li {
    display: inline-block;
    padding: 10px 0;
    border-radius: 100%;
    background: #0f6cb2;
    height: 39px;
    width: 39px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin-right: 2px;
}

.list-view-main-block .action ul li a {
    color: var(--text_white_color);
}

.list-view-main-block .action ul li:hover {
    background: var(--background_yellow_bg_color);
}

.list-view-main-block .action ul li:hover a {
    color: #000;
}

.list-view-main-block .btn-primary {
    line-height: 0;
    padding: 0;
    margin-top: -4px;
    text-align: center;
    background: 0 0;
    color: #000;
}

.list-view-main-block .action ul .add-cart-button {
    background: var(--background_yellow_bg_color);
}

.list-view-main-block .action ul .add-cart-button:hover {
    background: #0f6cb2;
}

.list-view-main-block .btn-primary:hover {
    background: 0 0;
}

.list-view-main-block .add-cart-button:hover i {
    color: var(--text_white_color);
    background: 0 0;
    line-height: 0;
    padding: 0;
    margin-top: -4px;
    text-align: center;
}

.list-view-main-block nav {
    text-align: right;
}

@media (min-width:1024px) and (max-width:1366px) {
    .fast-delivery-block {
        height: 161px;
    }

    .delivery-detail .col-lg-3 {
        width: 31%;
    }

    .delivery-detail .col-lg-4 {
        width: 37%;
    }

    .edit-block {
        right: 3px;
    }

    .edit-block ul .delet-icon,
    .edit-block ul .edit-icon {
        padding: 3px 5px;
        line-height: 18px;
    }

    .edit-block ul .delet-icon a,
    .edit-block ul .edit-icon a {
        font-size: 12px;
    }

    .viewall-img img {
        width: 100%;
        height: 85px;
        object-fit: scale-down;
    }
}

.newslatter-block-detail .newslatter-main-block {
    padding: 28px 30px 25px 30px;
    background-color: #2f4686;
    text-align: left;
}

.newslatter-block-detail .newslatter-main-block .newslatter-dtl h3 {
    color: var(--text_white_color);
    font-weight: 600;
}

.newslatter-main-block .newslatter-dtl p {
    color: #a4abc5!important;
    font-size: 14px;
}

.newslatter-block-detail .newslatter-main-block .newslatter-dtl {
    padding: 0 60px 0 20px;
}

.newslatter-block-detail section {
    padding: 100px 0;
    text-align: center;
}

.newslatter-block-detail select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}

.newslatter-block-detail select.frecuency:focus {
    outline: 0;
    border-bottom: 5px solid #22313f;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}

.newslatter-block-detail .free {
    text-transform: uppercase;
}

.newslatter-block-detail .newslatter-from .input-group {
    margin: 20px auto;
    width: 100%;
}

.newslatter-block-detail input.btn.btn-lg {
    width: 100%;
    height: 60px;
    position: relative;
    text-align: left;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #f3f6f7;
}

.newslatter-block-detail button.btn {
    width: 32%;
    height: 52px;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 40px;
}

.newslatter-block-detail .promise {
    color: var(--text_grey_color);
}

@media (max-width:1024px) {
    .categoryfilter-block .side-content,
    .side-content {
        height: auto;
    }

    .StickySidebar .side-content {
        height: auto;
    }

    .detail-block {
        margin-top: -55px;
    }

    .blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
        top: 27px;
    }
}

.advertisement-img {
    width: 100%;
}

.advertisement-img-one {
    width: 100%;
}

.advertisement-images-size {
    height: 250px;
    width: 100%;
    object-fit: fill;
}

.advertisement-images-size-one {
    height: 303px;
}

.side-sub-list a:after {
    display: none;
}

@media (min-width:992px) and (max-width:1500px) {
    .advertisement-images-size-one {
        height: 250px;
    }
}

.notifications-menu .dropdown-toggle::after {
    display: none;
}

.animate-dropdown .dropdown-toggle::after {
    display: none;
}

.front-preloader {
    background-color: #108bea;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999;
}

.payment-verify-preloader {
    background-color: rgba(246,246,246,0.9);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999;
}

.status,
.status-message {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--text_white_color);
    font-size: 40px;
}

.payment-status,
.payment-message {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    color: #111;
    font-size: 40px;
}

.lightgreen {
    color: #33FF33 !important;
}

.status-message,.payment-message {
    top: 40%;
    bottom: 0;
    margin: 0 auto;
}

.blog-detail-block {
    padding: 0px;
    background: none;
    box-shadow: none;
    margin-top: 15px;
    border: none;
}

.price-range-slider {
    border: 0;
    color: var(--text_light_black_color)666;
    font-weight: bold;
    text-align: center;
}

.no-product {
    text-align: center;
    text-transform: uppercase;
    color: #4CAF50;
}

.canvas-block {
    position: absolute;
    margin: 0;
    padding: 0;
}

.square:before {
    content: "";
    position: absolute;
    right: 50px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
}

@media (min-width: 760px) and (max-width: 767px) {
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
        margin-top: 91px;
    }

    .main-header .top-search-holder .search-area {
        margin-left: 50px;
    }

    .logo img {
        margin-top: -66px;
    }

    .main-header .logo-holder {
        margin-bottom: -17px;
    }

    .header-style-1 .header-nav .navbar-default {
        margin-top: -57px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .login-block {
        margin-top: 11px;
        margin-left: 0;
    }

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

    .top-cart-row .dropdown-cart-one {
        top: 73px;
    }

    .checkout-step-02 .panel-body .pull-right {
        float: right!important;
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .main-header .logo-holder {
        margin-top: 66px;
    }

    .login-block {
        margin-left: 37px;
        margin-top: 11px;
    }

    .main-header .top-search-holder .search-area .search-field {
        width: 72%;
    }

    .header-style-1 .header-nav .navbar-default {
        margin-top: -61px;
    }

    .top-cart-row .dropdown-cart-one {
        top: 74px;
    }
}

@media (min-width: 1025px) and (max-width: 1030px) {
    .search-cat-box select {
        height: 37px;
    }

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

    .login-block {
        margin-top: 9px;
        margin-left: 55px;
    }
}

@media (min-width: 1031px) and (max-width: 1055px) {
    .main-header .top-search-holder .search-area .search-field {
        width: 73%;
    }
}

@media (min-width: 1031px) and (max-width: 1200px) {
    .main-header .top-search-holder .search-area .btn-default {
        height: 37px;
    }

    .navbar-nav>li {
        width: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .special-product  .item .products .image a {
        width: 100%;
        display: block;
        position: inherit;
        padding-top: 0;
    }

    .pull-right.btn.btn-md.btn-info {
        margin: 16px;
    }

    .side-content {
        height: auto;
    }

    .custom-carousel .owl-nav .owl-prev, .custom-carousel .owl-nav .owl-next {
        top: 470px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .side-content  .sidebar-widget-body .item .products .image a {
        width: 100%;
        display: block;
        position: relative;
        padding-top: 125%;
    }

    .detail-page-block .newsletter {
        display: none;
    }

    .detail-page-block .sidebar {
        margin-top: 0;
        margin-bottom: 0;
    }

    .detail-page-block .side-content {
        margin-bottom: 0;
        height: auto;
    }

    .detail-page-block .sidebar-module-container {
        margin-top: 0;
    }
}

@media (min-width: 767px) and (max-width: 800px) {
    .fast-delivery-block {
        height: auto;
    }
}

.nav-outer {
    padding-top: 8px;
    padding-bottom: 4px;
}

.megamenu-horizontal ul li a i {
    margin-right: 10px;
}

.mx-auto img {
    width: 100%;
}

#product-tabs-slider {
    margin-top: -20px;
}

#hero {
    margin-bottom: 0px;
}

.single-product-gallery-item {
    height: 450px;
    margin: 0 auto;
    position: relative;
}

.notify-alert {
    right: 15px !important;
    width: 300px !important;
    z-index: 999999 !important;
}

.sign-in-page {
    padding: 60px 20px !important;
}
.dropdown-cart-one {
    margin-top: 1px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .main-header .logo-holder {
        margin-bottom: -38px;
    }
    .logo img {
        margin-top: -115px;
    }
}
@media (min-width: 767px) and (max-width: 800px) {
    .dropdown.notifications-menu {
            margin-top: 1px;
            margin-left: 89px;
    }
    .list-unstyled-one .bell-badge {
        right: 50px;
    }
}
@media (min-width: 700px) and (max-width: 1200px) {
    .navbar-nav {
        display: -webkit-inline-box;
    }
    .btn-cart {
        margin: -8px 0 0 0 !important;
    }
    .favorite-button {
       margin-top: -8px;
    }
    .navbarBlue .navbar-nav>li {
        margin-right: 5px;
    }
    .quant-input {
        margin: -6px 0 0 0 !important;
    }
    .favorite-button-box  .btn-primary{
        background: var(--background_yellow_bg_color);
    color: #000;
    padding: 18px 0 30px;
    border-radius: 0;
    text-align: center;
    width: 68px;
    height: 0;
    border-radius: 5px;
    }
}