@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");

::-moz-selection {
    background-color: var(--primary)
}

::selection {
    background-color: var(--primary)
}

.bg-primary {
    background-color: var(--primary) !important
}

.bg-secondary {
    background-color: #c15454 !important
}

a {
    color: var(--primary)
}

    a:hover, a:focus {
        color: #bf8040
    }

label{
    color:var(--color-dark);
    font-weight:500;
}

.link-underline {
    box-shadow: 0 1px 0 0 var(--primary)
}

.text-primary {
    color: var(--primary) !important
}

.text-secondary {
    color: #c15454 !important
}

.alert-primary {
    background-color: var(--primary)
}

.banner-badge .banner-link:hover .banner-link-text, .banner-badge .banner-link:focus .banner-link-text {
    background-color: var(--primary)
}

.header-3 .header-search-extended .btn, .header-4 .header-search-extended .btn {
    background-color: transparent;
    color: #333
}

    .header-3 .header-search-extended .btn:hover, .header-3 .header-search-extended .btn:focus, .header-4 .header-search-extended .btn:hover, .header-4 .header-search-extended .btn:focus {
        color: var(--primary)
    }

.btn-video {
    color: var(--primary)
}

    .btn-video:hover, .btn-video:focus {
        background-color: #c15454
    }

.breadcrumb-item a:hover, .breadcrumb-item a:focus {
    color: var(--primary)
}

.btn-link {
    color: var(--primary)
}

    .btn-link:hover, .btn-link:focus, .btn-link .btn-link-dark:hover, .btn-link .btn-link-dark:focus {
        color: var(--primary);
        border-color: var(--primary)
    }

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: none
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
        box-shadow: none
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary)
    }

.btn-secondary {
    color: #fff;
    background-color: var(--color);
    border-color: var(--color);
    box-shadow: none
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #c15454;
        border-color: #c15454
    }

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

    .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #333;
        background-color: #fff;
        border-color: #fff
    }

.btn-white-2 {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

    .btn-white-2:hover, .btn-white-2:focus, .btn-white-2.focus, .btn-white-2:not(:disabled):not(.disabled):active, .btn-white-2:not(:disabled):not(.disabled).active, .show > .btn-white-2.dropdown-toggle {
        color: #fff;
        background-color: #c15454;
        border-color: #c15454;
        box-shadow: none
    }

    .btn-white-2.disabled, .btn-white-2:disabled {
        color: #333;
        background-color: #fff;
        border-color: #fff
    }

.btn-primary-white {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: none
}

    .btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white.focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active, .show > .btn-primary-white.dropdown-toggle {
        color: var(--primary);
        background-color: #fff;
        border-color: #fff;
        box-shadow: none
    }

    .btn-primary-white.disabled, .btn-primary-white:disabled {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary)
    }

.btn-white-primary {
    color: var(--primary);
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

    .btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary.focus, .btn-white-primary:not(:disabled):not(.disabled):active, .btn-white-primary:not(:disabled):not(.disabled).active, .show > .btn-white-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-white-primary.disabled, .btn-white-primary:disabled {
        color: var(--primary);
        background-color: #fff;
        border-color: #fff
    }

.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333;
    box-shadow: none
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #333;
        border-color: #333
    }

.btn-outline {
    color: var(--primary);
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05)
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
        color: var(--primary);
        background-color: transparent;
        border-color: #ebebeb;
        box-shadow: 0 5px 10px rgba(0,0,0,0.15)
    }

    .btn-outline.disabled, .btn-outline:disabled {
        color: var(--primary);
        background-color: transparent
    }

.btn-outline-primary {
    color: var(--primary);
    background-color: transparent;
    background-image: none;
    border-color: var(--primary);
    box-shadow: none
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: var(--primary);
        background-color: transparent;
        border-color: #ebebeb;
        box-shadow: 0 5px 10px rgba(0,0,0,0.05)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: var(--primary);
        background-color: transparent
    }

.btn-outline-primary-2 {
    color: var(--primary);
    background-color: transparent;
    background-image: none;
    border-color: var(--primary);
    box-shadow: none
}

    .btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-2.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
        color: var(--primary);
        background-color: transparent
    }

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none
}

    .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: var(--primary);
        background-color: transparent;
        border-color: #fff;
        box-shadow: none
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #fff;
        background-color: transparent
    }

.btn-outline-dark {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none
}

    .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: var(--primary);
        background-color: transparent;
        border-color: #ebebeb;
        box-shadow: 0 5px 10px rgba(0,0,0,0.05)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #333;
        background-color: transparent
    }

.btn-outline-dark-2 {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none
}

    .btn-outline-dark-2:hover, .btn-outline-dark-2:focus, .btn-outline-dark-2.focus, .btn-outline-dark-2:not(:disabled):not(.disabled):active, .btn-outline-dark-2:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-2.dropdown-toggle {
        color: var(--primary);
        background-color: #fafafa;
        border-color: #ebebeb;
        box-shadow: none
    }

    .btn-outline-dark-2.disabled, .btn-outline-dark-2:disabled {
        color: #333;
        background-color: transparent
    }

.btn-outline-dark-3 {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none
}

    .btn-outline-dark-3:hover, .btn-outline-dark-3:focus, .btn-outline-dark-3.focus, .btn-outline-dark-3:not(:disabled):not(.disabled):active, .btn-outline-dark-3:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-3.dropdown-toggle {
        color: var(--primary);
        background-color: transparent;
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-outline-dark-3.disabled, .btn-outline-dark-3:disabled {
        color: #333;
        background-color: transparent
    }

.btn-outline-darker {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none
}

    .btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-outline-darker.disabled, .btn-outline-darker:disabled {
        color: #333;
        background-color: transparent
    }

.btn-outline-gray {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #959595;
    box-shadow: none
}

    .btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-outline-gray.disabled, .btn-outline-gray:disabled {
        color: #333;
        background-color: transparent
    }

.btn-outline-lightgray {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none
}

    .btn-outline-lightgray:hover, .btn-outline-lightgray:focus, .btn-outline-lightgray.focus, .btn-outline-lightgray:not(:disabled):not(.disabled):active, .btn-outline-lightgray:not(:disabled):not(.disabled).active, .show > .btn-outline-lightgray.dropdown-toggle {
        color: var(--primary);
        background-color: #f5f6f9;
        border-color: #ebebeb;
        box-shadow: none
    }

    .btn-outline-lightgray.disabled, .btn-outline-lightgray:disabled {
        color: #333;
        background-color: transparent
    }

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none
}

    .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: none
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #fff;
        background-color: transparent
    }

.btn-outline-white-2 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none
}

    .btn-outline-white-2:hover, .btn-outline-white-2:focus, .btn-outline-white-2.focus, .btn-outline-white-2:not(:disabled):not(.disabled):active, .btn-outline-white-2:not(:disabled):not(.disabled).active, .show > .btn-outline-white-2.dropdown-toggle {
        color: #fff;
        background-color: #c15454;
        border-color: #c15454;
        box-shadow: none
    }

    .btn-outline-white-2.disabled, .btn-outline-white-2:disabled {
        color: #fff;
        background-color: transparent
    }

.btn-outline-white-4 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none
}

    .btn-outline-white-4:hover, .btn-outline-white-4:focus, .btn-outline-white-4.focus, .btn-outline-white-4:not(:disabled):not(.disabled):active, .btn-outline-white-4:not(:disabled):not(.disabled).active, .show > .btn-outline-white-4.dropdown-toggle {
        color: var(--primary);
        background-color: #fff;
        border-color: #fff;
        box-shadow: none
    }

    .btn-outline-white-4.disabled, .btn-outline-white-4:disabled {
        color: #fff;
        background-color: transparent
    }

.newsletter-popup-container .input-group .btn:hover, .newsletter-popup-container .input-group .btn:focus {
    background-color: var(--primary)
}

.bg-image .btn-link-dark:hover, .bg-image .btn-link-dark:focus {
    color: var(--primary);
    border-color: var(--primary)
}

.bg-image .btn-outline-primary:hover, .bg-image .btn-outline-primary:focus, .bg-image .btn-outline-primary.focus, .bg-image .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-image .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-primary.dropdown-toggle {
    background-color: var(--primary);
    border-color: var(--primary)
}

.bg-image .btn-outline-dark:hover, .bg-image .btn-outline-dark:focus, .bg-image .btn-outline-dark.focus, .bg-image .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-image .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-dark.dropdown-toggle {
    color: var(--primary)
}

.card-title a {
    color: var(--primary)
}

    .card-title a:before {
        color: var(--primary)
    }

    .card-title a.collapsed:hover, .card-title a.collapsed:focus {
        color: var(--primary)
    }

.count-wrapper {
    color: var(--primary)
}

.feature-box i {
    color: var(--primary)
}

.feature-box-simple i {
    color: var(--primary)
}

.form-control:focus {
    border-color: var(--primary)
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
     border-top-left-radius: 25px; 
     border-bottom-left-radius: 25px; 
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
     border-top-right-radius: 25px; 
     border-bottom-right-radius: 25px; 
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary)
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--primary)
}

.icon-box-icon {
    color: var(--primary)
}

.icon-box-circle .icon-box-icon {
    background-color: var(--primary)
}

.instagram-feed-content a:hover, .instagram-feed-content a:focus {
    color: var(--primary)
}

.close:hover, .close:focus {
    color: var(--primary)
}

.page-header h1 span {
    color: var(--primary)
}

.page-link:hover, .page-link:focus {
    color: var(--primary)
}

.page-item.active .page-link {
    color: var(--primary)
}

.social-icon:hover, .social-icon:focus {
    color: var(--primary);
    border-color: var(--primary)
}

.testimonial-icon:before {
    color: var(--primary)
}

.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus {
    color: var(--primary)
}

.nav.nav-tabs .nav-item.show .nav-link, .nav.nav-tabs .nav-item .nav-link.active {
    color: var(--primary)
}

.nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus {
    color: var(--primary)
}

.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active {
    color: var(--primary);
    border-bottom-color: var(--primary)
}

.nav.nav-border-anim .nav-link:before {
    background-color: var(--primary)
}

.title-link:hover, .title-link:focus {
    box-shadow: 0 1px 0 0 var(--primary)
}

.product-countdown.countdown-primary .countdown-amount {
    color: var(--primary)
}

.product-title a:hover, .product-title a:focus {
    color: var(--primary)
}

.product-price {
    color: var(--primary);
    display:flex;
    align-items:center;
}
.product-price span{
    margin-right:5px;
}

.product-label.label-primary {
    background-color: var(--primary)
}

.product-label.label-secondary {
    background-color: #c15454
}

.product-label-text {
    color: var(--primary)
}

.ratings-primary .ratings-val {
    color: var(--primary)
}

.ratings-text a:hover, .ratings-text a:focus {
    color: var(--primary)
}

.btn-product {
    color: var(--primary)
}

    .btn-product:hover span, .btn-product:focus span {
        color: var(--primary);
        box-shadow: 0 1px 0 0 var(--primary)
    }

.btn-product-icon {
    color: var(--primary)
}

    .btn-product-icon:hover, .btn-product-icon:focus {
        background-color: var(--primary)
    }

.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
    color: var(--primary)
}

.btn-expandable span {
    background-color: var(--primary)
}

.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
    background-color: #c15454
}

.product.product-5 .btn-product {
    color: var(--primary)
}

    .product.product-5 .btn-product:hover, .product.product-5 .btn-product:focus {
        background-color: var(--primary)
    }

.product.product-7 .btn-product {
    color: var(--primary)
}

    .product.product-7 .btn-product span {
        color: var(--primary)
    }

    .product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
        background-color: var(--primary);
        border-bottom-color: var(--primary)
    }

.product.product-8 .new-price {
    color: var(--primary)
}

.product.product-8 .btn-product:before {
    color: var(--primary)
}

.product.product-8 .btn-product:hover, .product.product-8 .btn-product:focus {
    background-color: var(--primary)
}

.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
    color: var(--primary)
}

.product.product-list .btn-product.btn-cart {
    color: var(--primary);
    border-bolor: var(--primary)
}

    .product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
        background-color: var(--primary)
    }

.footer a:hover, .footer a:focus {
    color: var(--primary)
}

.footer-dark.footer-2 .widget-about-title {
    color: var(--primary)
}

.header-top a:hover, .header-top a:focus {
    color: var(--primary)
}

.top-menu span {
    color: var(--primary)
}

.header-menu a:hover, .header-menu a:focus {
    color: var(--primary)
}

.account a:hover, .account a:focus {
    color: var(--primary)
}

.wishlist a:hover, .wishlist a:focus {
    color: var(--primary)
}

.wishlist a .wishlist-count {
    background-color: var(--primary)
}

.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle, .compare-dropdown:hover .dropdown-toggle, .compare-dropdown.show .dropdown-toggle {
    color: var(--primary)
}

.compare-product-title a:hover, .compare-product-title a:focus {
    color: var(--primary)
}

.compare-actions .action-link:hover, .compare-actions .action-link:focus {
    color: var(--primary)
}

.cart-dropdown .cart-count {
    background-color: var(--primary)
}

.cart-dropdown .product-title a:hover, .cart-dropdown .product-title a:focus {
    color: var(--primary)
}

.wishlist-link .wishlist-count {
    background-color: var(--primary)
}

.wishlist-link:hover, .wishlist-link:focus {
    color: var(--primary)
}

.search-toggle:hover, .search-toggle:focus, .search-toggle.active {
    color: var(--primary)
}

.menu li:hover > a, .menu li.show > a, .menu li.active > a {
    color: var(--primary)
}

.demo-item a:hover, .demo-item a:focus {
    color: var(--primary)
}

.tip {
    background-color: var(--primary)
}

.header-bottom .menu > li > a:before {
    background-color: var(--primary)
}

.category-dropdown .dropdown-toggle:before {
    background-color: var(--primary)
}

.category-dropdown .dropdown-toggle:hover, .category-dropdown .dropdown-toggle:focus {
    color: #fff;
    background-color: var(--primary)
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
    background-color: var(--primary)
}

.category-dropdown.show .dropdown-toggle {
    color: #fff;
    background-color: var(--primary)
}

.category-dropdown .dropdown-item:hover, .category-dropdown .dropdown-item:focus {
    color: var(--primary)
}

.menu-vertical li:hover > a, .menu-vertical li.show > a, .menu-vertical li.active > a {
    color: var(--primary)
}

.menu-vertical > li:hover > a, .menu-vertical > li.show > a, .menu-vertical > li.active > a {
    color: var(--primary)
}

.mobile-menu-close:hover, .mobile-menu-close:focus {
    color: var(--primary)
}

.mobile-menu li a:hover, .mobile-menu li a:focus {
    color: var(--primary)
}

.mobile-menu li.open > a, .mobile-menu li.active > a {
    color: var(--primary)
}

.mmenu-btn:hover, .mmenu-btn:focus {
    color: var(--primary)
}

.mobile-search .form-control:focus {
    border-color: var(--primary)
}

.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
    color: var(--primary);
    border-bottom-color: var(--primary)
}

.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
    color: var(--primary)
}

.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
    color: var(--primary)
}

.mobile-menu-light .mobile-search .form-control:focus {
    border-color: var(--primary)
}

.header-4 .header-search .header-search-wrapper {
    border-color: var(--primary)
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: var(--primary)
}

@media screen and (max-width: 991px) {
    .header-4 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: var(--primary)
    }
}

.header-6 .header-middle a:hover, .header-6 .header-middle a:focus {
    color: var(--primary)
}

.header-8 .header-top {
    color: #f4e8dd;
    background-color: var(--primary)
}

.header-10 .header-search .header-search-wrapper {
    border-color: var(--primary)
}

.header-10 .category-dropdown .dropdown-toggle {
    background-color: var(--primary)
}

.header-10 .menu-vertical .menu-title {
    color: var(--primary)
}

.header-12 .dropdown.category-dropdown .dropdown-toggle {
    background-color: var(--primary)
}

.header-13 .dropdown.category-dropdown .dropdown-toggle {
    background-color: var(--primary)
}

.header-14 .header-search .header-search-wrapper {
    border-color: var(--primary)
}

.header-14 .dropdown.category-dropdown .dropdown-toggle {
    background-color: var(--primary)
}

.entry-video a:hover:after, .entry-video a:focus:after {
    color: var(--primary)
}

.entry-meta a:hover, .entry-meta a:focus {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.entry-title a:hover, .entry-title a:focus {
    color: var(--primary)
}

.entry-cats a:hover, .entry-cats a:focus {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.read-more:hover, .read-more:focus {
    box-shadow: 0 1px 0 0 var(--primary)
}

.menu-cat a:hover, .menu-cat a:focus {
    color: var(--primary)
}

.menu-cat li.active a {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.widget-search .btn:hover, .widget-search .btn:focus {
    color: var(--primary)
}

.widget-cats a:hover, .widget-cats a:focus {
    color: var(--primary)
}

.posts-list a:hover, .posts-list a:focus {
    color: var(--primary)
}

.tagcloud a:hover, .tagcloud a:focus {
    color: var(--primary)
}

.table .total-col {
    color: var(--primary)
}

.btn.btn-spinner:hover, .btn.btn-spinner:focus {
    color: var(--primary)
}

.table.table-summary .summary-shipping-estimate a:hover, .table.table-summary .summary-shipping-estimate a:focus {
    color: var(--primary);
    border-bottom-color: var(--primary)
}

.sidebar-toggler:hover, .sidebar-toggler:focus {
    color: var(--primary)
}

#filter-price-range {
    color: var(--primary)
}

.checkout-discount label span {
    color: var(--primary)
}

.checkout-discount .form-control:focus {
    border-color: var(--primary)
}

.table.table-summary a:hover, .table.table-summary a:focus {
    color: var(--primary)
}

.table.table-summary .summary-total td {
    color: var(--primary)
}

.accordion-summary .card-title a:before {
    border-color: var(--primary)
}

.accordion-summary .card-title a:after {
    background-color: var(--primary)
}

.paypal-link:hover, .paypal-link:focus {
    color: var(--primary) !important
}

.coming-countdown .countdown-amount {
    color: var(--primary)
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
    color: var(--primary)
}

.contact-box a:hover, .contact-box a:focus {
    color: var(--primary)
}

.contact-list a:hover, .contact-list a:focus {
    color: var(--primary)
}

.contact-list i {
    color: var(--primary)
}

.store a:not(.btn):hover, .store a:not(.btn):focus {
    color: var(--primary)
}

.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
    color: var(--primary)
}

.form-tab .form-footer a:hover, .form-tab .form-footer a:focus {
    color: var(--primary)
}

.nav-filter a:hover, .nav-filter a:focus {
    color: var(--primary)
}

.nav-filter .active a {
    color: var(--primary);
    border-bottom-color: var(--primary)
}

.portfolio-title a:hover, .portfolio-title a:focus {
    color: var(--primary)
}

.portfolio-tags a {
    color: var(--primary)
}

    .portfolio-tags a:hover, .portfolio-tags a:focus {
        color: var(--primary);
        box-shadow: 0 1px 0 var(--primary)
    }

.btn-product-gallery:hover, .btn-product-gallery:focus {
    background-color: var(--primary)
}

.product-gallery-item:before {
    border-color: var(--primary)
}

.product-pager-link:hover, .product-pager-link:focus {
    color: var(--primary)
}

    .product-pager-link:hover span, .product-pager-link:focus span {
        box-shadow: 0 1px 0 var(--primary)
    }

.product-details .product-cat a:hover, .product-details .product-cat a:focus {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.product-details .product-size a.active, .product-details .product-size a:hover, .product-details .product-size a:focus {
    color: var(--primary);
    border-color: var(--primary)
}

.size-guide:hover, .size-guide:focus {
    color: var(--primary)
}

.product-details-action .btn-cart {
    color: var(--primary);
    border-color: var(--primary)
}

    .product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {
        border-color: var(--primary);
        background-color: var(--primary)
    }

.product-details-tab .nav.nav-pills .nav-link:hover, .product-details-tab .nav.nav-pills .nav-link:focus {
    color: var(--primary);
    border-bottom-color: var(--primary)
}

.product-desc-content a:hover, .product-desc-content a:focus {
    color: var(--primary);
    border-bottom-color: var(--primary)
}

.review h4 a:hover, .review h4 a:focus {
    color: var(--primary)
}

.review-action a:hover, .review-action a:focus {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.product-details-extended .nav.nav-pills .nav-link.active, .product-details-extended .nav.nav-pills .nav-link:hover, .product-details-extended .nav.nav-pills .nav-link:focus {
    border-color: var(--primary)
}

.editor-content a:hover, .editor-content a:focus {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.editor-content blockquote {
    border-left-color: var(--primary)
}

.entry-tags a:hover, .entry-tags a:focus {
    color: var(--primary)
}

.entry-author-details h4 a:hover, .entry-author-details h4 a:focus {
    color: var(--primary)
}

.author-link:hover, .author-link:focus {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.pager-link {
    color: var(--primary)
}

    .pager-link:hover, .pager-link:focus {
        color: var(--primary)
    }

        .pager-link:hover:after, .pager-link:focus:after {
            color: var(--primary)
        }

.comment-reply:hover, .comment-reply:focus {
    color: var(--primary);
    box-shadow: 0 1px 0 var(--primary)
}

.comment-user h4 a:hover, .comment-user h4 a:focus {
    color: var(--primary)
}

.product-col .product-title a:hover, .product-col .product-title a:focus {
    color: var(--primary)
}

.owl-theme .owl-nav [class*='owl-'] {
    color: var(--primary)
}

    .owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
        border-color: var(--primary);
        background: var(--primary)
    }

.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
    border-color: var(--primary)
}

.owl-theme.owl-light .owl-dots .owl-dot:hover span {
    border-color: var(--primary);
    background: var(--primary)
}

.owl-theme.owl-light .owl-dots .owl-dot.active span {
    border-color: var(--primary);
    background: var(--primary)
}

.owl-full .owl-nav [class*='owl-'] {
    color: var(--primary)
}

    .owl-full .owl-nav [class*='owl-']:hover, .owl-full .owl-nav [class*='owl-']:focus {
        color: var(--primary)
    }

.owl-full .owl-dots .owl-dot span {
    border-color: var(--primary)
}

.owl-full .owl-dots .owl-dot:hover span {
    border-color: var(--primary);
    background: var(--primary)
}

.owl-full .owl-dots .owl-dot.active span {
    border-color: var(--primary);
    background: var(--primary)
}

.owl-full.owl-nav-dark .owl-nav [class*='owl-']:hover, .owl-full.owl-nav-dark .owl-nav [class*='owl-']:focus {
    color: var(--primary)
}

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
    color: var(--primary)
}

.owl-simple.owl-light .owl-dots .owl-dot:hover span {
    border-color: var(--primary);
    background: var(--primary)
}

.owl-simple.owl-light .owl-dots .owl-dot.active span {
    border-color: var(--primary);
    background: var(--primary)
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
    border: none;
    font-size: 3rem;
    color: #fff
}

    .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover, .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
        color: var(--primary);
        background-color: transparent
    }

.quickView-content .details-action-wrapper .btn-product:hover span, .quickView-content .details-action-wrapper .btn-product:focus span {
    color: var(--primary);
    box-shadow: 0 1px 0 0 var(--primary)
}

.quickView-content .product-details-action .btn-cart {
    transition: color .3s
}

    .quickView-content .product-details-action .btn-cart:hover, .quickView-content .product-details-action .btn-cart:focus {
        border-color: var(--primary);
        background-color: var(--primary);
        color: #fff
    }

.quickView-content .btn-wishlist, .quickView-content .btn-compare {
    border: none
}

    .quickView-content .btn-wishlist:before, .quickView-content .btn-compare:before {
        color: var(--primary)
    }

    .quickView-content .btn-wishlist:hover, .quickView-content .btn-wishlist:focus, .quickView-content .btn-compare:hover, .quickView-content .btn-compare:focus {
        color: var(--primary);
        background-color: transparent
    }

        .quickView-content .btn-wishlist:hover span, .quickView-content .btn-wishlist:focus span, .quickView-content .btn-compare:hover span, .quickView-content .btn-compare:focus span {
            color: var(--primary)
        }

.quickView-content .btn-fullscreen:hover, .quickView-content .btn-fullscreen:focus {
    color: #fff;
    background-color: var(--primary)
}

.quickView-content .product-left .carousel-dot.active img {
    opacity: 1;
    box-shadow: 0 0 0 1px var(--primary)
}

.quickView-content .product-left .carousel-dot:hover img, .quickView-content .product-left .carousel-dot:focus img {
    opacity: 1
}

.newsletter-popup-container .banner-title span {
    color: var(--primary)
}
/*# sourceMappingURL=skin-demo-6.css.map */


.mobile-menu-toggler {
    color: #fff
}

.title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.025em;
    text-transform: uppercase
}

.owl-simple .owl-nav [class*='owl-'] {
    top: 40%
}

.intro-slider-container, .intro-slide {
    height: 360px;
    background-color: #c8c9cd
}
.intro-slider-container, .cat-slide {
    min-height: 340px;
}

.intro-slider.owl-theme.owl-nav-inside .owl-dots {
    bottom: 20px
}

.intro-slide,
.cat-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center
}

    .intro-slide .intro-content,
    .cat-slide .intro-content{
        position: static;
        left: auto;
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0)
    }

.intro-content {
    padding-top: 3rem
}

    .intro-content .btn {
        text-transform: uppercase;
        border: .2rem solid #fff
    }

        .intro-content .btn span {
            ;
            letter-spacing: .1em
        }

.intro-subtitle {
    font-weight: 600;
    ;
    letter-spacing: .05em;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.intro-title {
    font-weight: 600;
    font-size: 9rem;
    line-height: 1.1;
    letter-spacing: .2em;
    margin-bottom: 1.2rem;
    text-transform: uppercase
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
    margin-top: -1.6rem
}

.owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 20px
}

.owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 20px
}

.owl-theme.owl-light .owl-nav [class*='owl-'] {
    border-color: #b7b7b7;
    color: #b7b7b7
}

.banner-subtitle {
    font-weight: 400;
    ;
    letter-spacing: 0;
    margin-bottom: 1.3rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

.banner-title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.13;
    margin-bottom: 2.6rem;
    letter-spacing: -.025em;
    text-transform: uppercase
}

    .banner-title strong {
        font-weight: 600
    }

.banner-group .banner-title {
    margin-bottom: 6.4rem
}

.banner .banner-link.btn {
    padding: 1.15rem 1rem;
    ;
    min-width: 130px;
    letter-spacing: .1em
}

.banner .banner-link.underline {
    border: none;
    border-bottom: .2rem solid #fff
}

    .banner .banner-link.underline:hover, .banner .banner-link.underline:focus, .banner .banner-link.underline:active {
        color: #333;
        background-color: #fff;
        border-color: #fff
    }

.banner-content.banner-content-right {
    right: 40px
}

.main .nav.nav-pills .nav-link {
    ;
    letter-spacing: .05em;
    border: none;
    padding-top: .35rem;
    padding-bottom: .35rem;
    position: relative;
    color: #333
}

    .main .nav.nav-pills .nav-link::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .2rem;
        background-color: #333;
        transform-origin: right center;
        transform: scale(0, 1);
        transition: transform .3s ease
    }

    .main .nav.nav-pills .nav-link:hover::before, .main .nav.nav-pills .nav-link:focus::before {
        transform-origin: left center;
        transform: scale(1, 1)
    }

.main .nav.nav-pills .nav-item.show .nav-link, .main .nav.nav-pills .nav-item .nav-link.active {
    color: #333
}

    .main .nav.nav-pills .nav-item.show .nav-link::before, .main .nav.nav-pills .nav-item .nav-link.active::before {
        transform-origin: left center;
        transform: scale(1, 1)
    }

.product-nav-thumbs a, .product-nav-thumbs span {
    height: 5.4rem
}

.product.product-7 {
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius:5px;
    border:1px #ddd solid;
}

    .product.product-7 .product-action-vertical {
        transform: translateY(-15px)
    }

    .product.product-7 .product-body {
        padding-bottom: 1rem
    }

    .product.product-7 .product-cat {
        font-weight: 400;
        letter-spacing: 0;
        color: #ccc;
        margin-bottom: .2rem
    }

    .product.product-7 .product-title {
        font-size: 1.4rem;
        letter-spacing: 0;
        font-weight: 500;
        margin-bottom: 0
    }

    .product.product-7 .product-action {
        padding-top: 0;
        padding-bottom: 0
    }

    .product.product-7 .product-price {
        font-size: 1.75rem;
        letter-spacing: 0;
        margin:0.5rem 0 1.2rem 0;
        font-weight: 500;
    }

    .product.product-7 .new-price {
        font-weight: 400
    }

    .product.product-7 .label-sale {
        text-transform: uppercase;
        background-color: #333
    }

    .product.product-7 .old-price {
        font-weight: 400;
        text-decoration: none
    }

    .product.product-7 .btn-product {
        text-transform: lowercase
    }

    .product.product-7 .product-nav-dots {
        margin-bottom: 1.5rem
    }

    .product.product-7:hover .product-action-vertical {
        transform: translateY(0)
    }

.more-container {
    margin-bottom: 5rem
}

.btn-more {
    min-width: 130px;
    ;
    letter-spacing: .1em;
    background-color: transparent;
    border: none;
    border-bottom: .2rem solid #222
}

    .btn-more:hover, .btn-more:focus {
        color: #fff;
        background-color: #222;
        border-color: #222
    }

.deal .container > .row {
    padding-left: 1rem;
    padding-right: 1rem
}

    .deal .container > .row > div {
        padding-left: 6rem;
        padding-right: 6rem
    }

.deal-content {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.625
}

    .deal-content h4 {
        color: #c96;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.3;
        letter-spacing: .05em;
        margin-bottom: 2rem;
        text-transform: uppercase
    }

    .deal-content h2 {
        font-weight: 600;
        font-size: 2.4rem;
        line-height: 1.1;
        letter-spacing: -.025em;
        text-transform: uppercase
    }

    .deal-content .product-title {
        font-weight: 400;
        font-size: 2rem;
        letter-spacing: -.01em;
        margin-bottom: .7rem
    }

    .deal-content .product-price {
        font-weight: 400;
        font-size: 2rem;
        margin-bottom: 3.5rem
    }

    .deal-content .new-price {
        color: #bd4040
    }

    .deal-content .old-price {
        color: #777
    }

.deal-countdown {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px
}

    .deal-countdown .countdown-show3 .countdown-section {
        width: calc(33.33% - 20px)
    }

    .deal-countdown .countdown-section {
        font-size: 1.2rem;
        line-height: 1;
        padding: 1.6rem 0;
        margin-left: 1rem;
        margin-right: 1rem;
        border-radius: 0;
        background-color: transparent
    }

        .deal-countdown .countdown-section:not(:last-child):after {
            color: #333333;
            content: ':';
            display: inline-block;
            font-weight: 500;
            font-size: 20px;
            line-height: 1;
            position: absolute;
            left: 100%;
            margin-left: 8px;
            margin-top: -1px;
            top: 40%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%)
        }

    .deal-countdown .countdown-period {
        display: block;
        font-weight: 400;
        ;
        letter-spacing: 0;
        color: #666;
        text-transform: lowercase;
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .deal-countdown .countdown-amount {
        display: inline-block;
        color: #c96;
        font-weight: 400;
        font-size: 2.4rem;
        letter-spacing: -.025em;
        margin-bottom: .4rem
    }

.deal-product .product-body {
    background-color: transparent;
    margin-bottom: 2rem;
    padding: 0
}

.deal-product .product-title {
    font-size: 1.4rem;
    letter-spacing: 0
}

.deal-product .new-price, .deal-product .old-price {
    font-size: 1.4rem;
    letter-spacing: 0;
    text-decoration: none
}

.deal-product .product-price {
    justify-content: center
}

.deal-product .action {
    ;
    font-weight: 400;
    letter-spacing: .1em;
    color: #222;
    padding: 1.1rem 2.5rem;
    text-transform: uppercase;
    border-bottom: .2rem solid #222;
    transition: all .3s
}

    .deal-product .action:hover, .deal-product .action:focus {
        color: #fff;
        background-color: #222
    }

.brands {
    position: relative
}

    .brands::before {
        content: '';
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: 0;
        height: .1rem;
        background-color: #ebebeb
    }

.banner-overlay-div {
    padding-right: 0
}

.subscribe-div {
    padding-left: 0
}

@media screen and (min-width: 768px) {
    .deal-content h2 {
        font-size: 3.6rem
    }
}

@media screen and (min-width: 992px) {
    .deal .product-media {
        margin-bottom: 0
    }

    .deal-content h4 {
        
    }

    .deal-content h2 {
        font-size: 4rem
    }

    .deal-content .product-title {
        font-size: 2.3rem
    }

    .deal-content .product-price {
        font-size: 2.4rem;
        margin-bottom: 4.5rem
    }

    .deal-countdown .countdown-section {
        padding-top: 2.2rem;
        padding-bottom: 2.2rem
    }

    .deal-countdown .countdown-amount {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 1200px) {
    .deal-content h2 {
        font-size: 2.4rem
    }
}

.icon-box {
    margin-bottom: 3.5rem
}

.icon-box-icon {
    color: #c96;
    font-size: 3.4rem;
    margin-bottom: 1.2rem
}

.icon-box-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff
}

.icon-box-content p:last-child {
    
}

.primary-color {
    color: #c96
}

.cta-box {
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: #fafafa;
    margin-bottom: 2rem;
    padding: 6rem 2rem
}

    .cta-box .cta-content {
        width: 375px;
        max-width: 80%
    }

    .cta-box .cta-title {
        font-weight: 600;
        font-size: 2.6rem;
        letter-spacing: .05em;
        margin-bottom: 1.2rem;
        text-transform: uppercase
    }

    .cta-box .form-control:not(:focus):not(.form-control-white) {
        border-color: #777
    }

    .cta-box p {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 2.4rem
    }

    .cta-box .btn {
        text-transform: uppercase
    }

        .cta-box .btn:not(.btn-block) {
            min-width: 130px
        }

    .cta-box .btn-outline-dark-2 {
        color: #222;
        border: none;
        border-bottom: .2rem solid #222;
        padding: 1.45rem 1rem
    }

        .cta-box .btn-outline-dark-2:hover, .cta-box .btn-outline-dark-2:focus, .cta-box .btn-outline-dark-2:not(.disabled):active {
            background-color: #333;
            border-color: #333;
            color: #fff
        }

.blog-posts {
    padding-bottom: .5rem
}

    .blog-posts .entry-media {
        margin-bottom: 1.5rem
    }

    .blog-posts .entry-meta {
        margin-top: 2.2rem;
        margin-bottom: 1.3rem;
        
    }

    .blog-posts .entry-title {
        font-weight: 600;
        font-size: 1.5rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: .9rem
    }

    .blog-posts .read-more {
        ;
        letter-spacing: .1em;
        font-weight: 400;
        color: #777
    }

        .blog-posts .read-more:hover, .blog-posts .read-more:focus {
            color: #c96
        }

.read-more {
    font-size: 1.5rem;
    letter-spacing: -.01em;
    text-transform: uppercase
}

/*-- file upload --*/
.file-preview {
    padding: unset !important;
}
.file-drop-zone {
    border:unset !important;
    min-height: 60px !important;
    margin:5px !important
}
.file-drop-zone-title {
    font-size: 16px !important;
    padding: 10px !important;
}
.btn-file {
    height: 40px;
}


@media screen and (min-width: 576px) {
    .intro-slider-container, .intro-slide {
        height: 400px
    }
    .intro-slider-container .cat-slide{
        min-height:300px
    }
}

@media screen and (min-width: 768px) {
    .title {
        font-size: 2.4rem
    }

    .intro-slider-container, .intro-slide {
        height: 460px
    }

    .intro-subtitle {
        font-size: 2.4rem
    }

    .intro-title {
        font-size: 6rem;
        margin-bottom: 1.4rem
    }

    .banner-title {
        font-size: 2.4rem
    }

    .banner-subtitle {
        
    }

    .banner .banner-link.btn {
        padding-top: 1.45rem;
        padding-bottom: 1.45rem;
        ;
        letter-spacing: .1em;
        min-width: 130px
    }

    .cta-box .cta-title {
        font-size: 1.5rem
    }

    .cta-box p {
        margin-bottom: 3rem
    }
}

.heading .title {
    font-weight: 600;
    letter-spacing: -.025em;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .intro-slider-container, .intro-slide {
        height: 520px
    }

    .intro-subtitle {
        font-size: 2.48rem
    }

    .intro-title {
        font-size: 7.6rem;
        margin-bottom: 1.8rem
    }

    .owl-theme.owl-nav-inside .owl-nav .owl-prev {
        left: 50px
    }

    .owl-theme.owl-nav-inside .owl-nav .owl-next {
        right: 50px
    }
}

@media screen and (min-width: 1200px) {
    .intro-slider-container, .intro-slide {
        height: 600px
    }

    .intro-content .btn {
        min-width: 200px;
        font-size: 1.5rem;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        border-radius:var(--radius);
    }

        .intro-content .btn i:first-child {
            margin-right: 1.4rem
        }

        .intro-content .btn i:last-child {
            margin-left: 1.4rem
        }

    .intro-subtitle {
        
    }

    .intro-title {
        font-size: 9rem;
        margin-bottom: 2.2rem
    }

    .owl-theme .owl-nav [class*='owl-'] {
        width: 4rem;
        height: 4rem;
        font-size: 2.2rem;
        margin-top: -2rem
    }

    .owl-theme.owl-nav-inside .owl-nav .owl-prev {
        left: 100px
    }

    .owl-theme.owl-nav-inside .owl-nav .owl-next {
        right: 100px
    }
}

@media screen and (max-width: 1249px) {
    .owl-simple .owl-nav [class*='owl-'] {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .intro-title {
        font-size: 5rem
    }

    .deal .container > .row > div {
        padding-left: 0;
        padding-right: 0
    }
}


.header-qlinks{
    display:flex;
    margin-bottom:unset;
}
@media (max-width:960px) {
    .header-qlinks {
        display:none;
    }
}
.header-qlinks li{
    list-style-type:none;
}
    .header-qlinks a{
        display:block;
        color:var(--color);
        padding:0.5rem 1rem;
    }
    .header-qlinks a:hover{
        color: var(--primary);
    }
.hb-hr-qlinks {
    display:none;
}
@media (max-width:960px) {
    .hb-hr-qlinks {
        display: flex;
        margin: unset;
        padding: 7px 0;
    }

        .hb-hr-qlinks li {
            list-style-type: none;
            margin-left: 10px;
        }

            .hb-hr-qlinks li a {
                display: block;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                border: 1px #ccc solid;
                color: #ccc;
                display: flex;
                justify-content: center;
            }

                .hb-hr-qlinks li a:hover {
                    background-color: var(--primary);
                    border-color: var(--primary);
                    color: #fff;
                }
}

section{
    padding-top:50px;
    padding-bottom:50px;
}
.sec-header h2{
    font-size:2.5rem;
}
.sec-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}


/*-- main logo --*/
.header-6 .logo{
    display:block;
}
.header-6 .logo-mobile {
    display: none;
}
@media (max-width:960px){
    .header-6 .logo {
        display: none;
    }
    .header-6 .logo-mobile {
        display: block;
    }
}

/*-- homepage | quicklinks --*/

.menu-col-devider{
    border-right:1px #efefef solid;
}

.hpql-p-lr {
    padding-left:20px;
    padding-right:20px;
}
@media (max-width:768px){
    .hpql-p-lr .col-md-4{
        margin-bottom:25px;
    }
}

.hpql {
    min-height: 350px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: left top;
    border-radius: var(--raduis-block);
}
    .hpql .btn {
        position: absolute;
        bottom: 20%;
        left: 10%;
        right: 10%;
        font-size:1.75rem;
    }
.hpql-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: var(--raduis-block);
}
    .hpqi-apperal {
    background-image: url('/img/hp-ql-apperal.jpg')
}
.hpqi-mugs {
    background-image: url('/img/hp-ql-mugs.jpg')
}
.hpqi-stickers {
    background-image: url('/img/hp-ql-stickers.jpg')
}


/* --  multi item carousel -- */

.cat-slide-box {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
    .cat-slide-box .csb-indv {
        flex: 1;
        margin: 1%;
        padding: 25px;
        display: flex;
        min-height: 260px;
        border-radius: var(--raduis-block);
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        transition: all 0.2s;
    }
        .cat-slide-box .csb-indv:hover {
            box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
            transform: scale(1.012,1.012);
        }

@media(max-width:960px){
    .cat-slide-box .csb-indv {
        flex:auto;
        width:48%;
        margin: 1%;
    }
}
@media(max-width:580px) {
    .cat-slide-box .csb-indv {
        flex: auto;
        width: 98%;
        margin: 1%;
    }
}

.csb-indv a {
    border-radius: var(--raduis-block);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.csb-indv {
    flex-direction:column;
}
.csb-indv .icon{
    width:115px;
    height:115px;
    margin:20px auto;
}
    .csb-indv .icon img{
        width:100%;
    }
    .csb-indv .btn-mock {
        background: #fff;
        border-radius: 0 0 20px 20px;
        color: var(--color-dark);
        padding: 15px 15px;
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }

.csb-grad-1 {
    background: linear-gradient(145deg, rgba(243,182,20,1) 0%, rgba(232,130,2,1) 100%);
}
.csb-grad-2 {
    background: linear-gradient(145deg, rgba(228,125,9,1) 0%, rgba(204,61,0,1) 100%);
}
.csb-grad-3 {
    background: linear-gradient(145deg, rgba(220,7,49,1) 0%, rgba(190,0,9,1) 100%);
}
.csb-grad-4 {
    background: linear-gradient(145deg, rgba(178,16,89,1) 0%, rgba(124,1,31,1) 100%);
}
.csb-grad-5 {
    background: linear-gradient(145deg, rgba(126,55,139,1) 0%, rgba(62,12,76,1) 100%);
}
.csb-grad-6 {
    background: linear-gradient(145deg, rgba(50,103,171,1) 0%, rgba(10,42,115,1) 100%);
}
.csb-grad-7 {
    background: linear-gradient(145deg, rgba(31,162,119,1) 0%, rgba(4,103,56,1) 100%);
}
.csb-grad-8 {
    background: linear-gradient(145deg, rgba(125,186,86,1) 0%, rgba(61,136,29,1) 100%);
}

/* -- footer -- */

.social-links {
    margin: unset;
    padding: unset;
    display: flex;
}

    .social-links li {
        list-style: none;
        margin: unset;
        padding: unset;
    }

        .social-links li a {
            border-radius: 50%;
            border: 1px var(--color) solid;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            font-size: 1.75rem;
            margin-left: 0.313rem;
            padding: unset;
        }

            .social-links li a:hover {
                background-color: #fff;
                border: 1px #fff solid;
                color: var(--color-dark);
            }

footer {
    /*background-color: var(--color-dark);*/
    background: #ccc;
}

    footer .footer-top {
        padding: 100px 0 50px 0;
        /*background-color: var(--color-dark);*/
        background:#ccc;
    }
@media (max-width:960px){
    footer .footer-top {
        padding: 50px 20px 50px 20px;
    }
    footer .footer-top .col-md-3{
        margin-bottom:25px;
    }
}

    footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px rgba(50, 50, 50, 0.3) solid;
    }

    footer h3,
    footer h4 {
        color: var(--color-dark);
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
        line-height:1.5em;
    }

    footer h3 {
        text-transform: uppercase;
    }

    footer h5 {
        color: var(--color-dark);
        font-size: 1.5rem;
        padding: 2px 0;
    }

    footer p,
    footer li,
    footer a {
        color: var(--color);
    }

.foot-list {
    padding: 0;
    margin: 0;
}

    .foot-list li {
        list-style-type: none;
        padding: 1px 0;
        transition: all 0.2s;
    }

        .foot-list li a {
            position: relative;
            display: inline-flex;
            padding-bottom: 5px;
            overflow: hidden;
        }

            .foot-list li a:before {
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background: #fff;
                transform: translateX(-100%);
            }

            .foot-list li a:hover:before {
                transform: translateX(0);
            }

            .foot-list li a:hover {
                color:var(--color-dark);
            }


/*-- Sub Pages --*/
/* -- sub pages -- */

#sub-page-hero {
    width: 100%;
    min-height: 20vh;
    padding-top:60px;
    padding-bottom:60px;
}

#sub-page-hero-full {
    width: 100%;
    height: 100%;
}

#sub-page-hero .container {
    display: flex;
    justify-content: center;
}

.sph-shop,
.sph-about,
.sph-contact,
.sph-sale,
.sph-myaccount {
    background-color: #121212;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.sph-shop {
    background-image: url('../../../img/sph-shop.jpg');
}

.sph-about {
    background-image: url('../../../img/sph-about.jpg');
}

.sph-contact {
    background-image: url('../../../img/sph-contact.jpg');
}

.sph-sale {
    background-image: url('../../../img/sph-on-sale.jpg');
}

.sph-myaccount {
    background-image: url('../../../img/sph-my-account.jpg');
}

.sph-title {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: var(--raduis-block);
    padding: 1.125rem 3rem;
    max-width: 600px;
}

    .sph-title h1 {
        color: #fff;
        text-align: center;
        font-weight: 600;
        margin-bottom: unset;
        text-shadow: 1px 1px 2px #000;
        font-size:4.125rem;
        letter-spacing:0.5px;
    }
        .sph-title h1 span {
            font-weight: 300;
        }



/* -- card --*/
.nodi-cards,
.nodi-cards-gallery {
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
    min-height: 200px;
}
.nodi-cards-gallery {
    padding:15px;
}
.nodi-cards-gallery img{
    border-radius:10px;
    max-height:300px;
    width:100%;
}

.nc-content {
    padding: 35px;
}
.nc-content h1{
    font-size:3rem;
}

.list-gen {
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top: 15px;
}
.list-gen li {
    list-style-type: none;
    margin: 5px 0;
}
    .list-gen li a {
        display: flex;
        align-items: center;
        color: var(--color);
        text-decoration: none;
    }
.list-gen li a i {
    font-size: 15px;
    margin-right: 5px;
}

/*--- tabs ---*/

.tab-content{
    width:100%;
}
.tabs-vertical .nav.nav-tabs {
    min-width: 180px;
}
.nav.nav-tabs .nav-link {
    text-align: left;
}


/*-- gen --*/
.less-pad-p{
    padding-bottom:5px;
    margin-bottom:unset;
}

.class-emp-grey-block {
    background: #efefef;
    padding: 35px;
    border-radius:1rem;
    min-height:100px;
}