.outer-top-vs

/* TABLE OF CONTENTS

1.   Body
2.   Layout
3.   Header
4.   Side menu
5.   Slider
6.   Top Banner Section
8.   Home Tabs
9.   Products Grid
10.  Products List
11.  Latest-Blog
12.  Sidebar
13.  Product View
14.  Footer
15.  Responsive
16.  Testimonials

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

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

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

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

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

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

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

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

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

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

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

ul {
    list-style: none;
}

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

body {
    font-size: 13px;
    color: #333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    background-color: #f3f3f3;
}

.overflow-hidden {
    overflow: hidden !important;
}

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

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
}

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

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

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

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

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

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

.font-weight-bold {
    font-weight: bold;
}

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

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

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

.btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #1f296c;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0;
    padding: 6px 14px;
    font-family: "Montserrat", sans-serif;
    border-radius: 8px;
}

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

.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
    color: #fff;
}

/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

    .pr-41 {
        padding-right: 19px;
    }

    .cd-sec {
        width: 100% !important;
    }

    .sidemenu-res-mb {
        margin-bottom: 6px;
    }

    .welcome-offer {
        margin-top: 6px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.best-deal {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

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

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

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

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

/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {
    right: 0px;
}

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

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

.custom-carousel .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 0px;
}

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

.custom-carousel .owl-controls .owl-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 0px;
}

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

.featured-product {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

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

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

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

.new-arriavls {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

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

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

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

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

.latest-blog {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

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

.latest-blog .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    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 {
    margin-top: 10px;
    margin-bottom: 20px;
}

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

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

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

.special-product .product .btn-primary {
    background: none;
    padding: 0px;
    color: #157ed2;
    text-decoration: underline;
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-theme-options:hover,
.show-theme-options:focus {
    background: #12cca7;
}

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

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

.top-bar .cnt-block ul li a .caret {
    color: rgb(111 109 109);
}

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

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

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

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

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

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

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

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

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

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

.cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li>a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li>a:focus {
    background: #0b816a;
}

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

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

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

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

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

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

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

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

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

.product .product-info .product-price .price {
    color: #12cca7;
    cursor: context-menu;
}

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

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

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

.tag.sale {
    background: #abd07e;
}

.copyright-bar .copyright a {
    color: #12cca7;
}

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

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

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

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

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

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

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

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

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

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

.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
    background: #0b816a;
}

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

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

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

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

.filters-container .nav-tabs.nav-tab-box li.active a .icon {
    color: #12cca7;
}

.filters-container .pagination-container ul li.active a {
    color: #12cca7;
}

.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
    background: #12cca7;
}

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

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

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

.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:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
    color: #12cca7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
    color: #12cca7 !important;
}

.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
    color: #12cca7 !important;
}

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

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

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

.category-list {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
    background: #12cca7;
}

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

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

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

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

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

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

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

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

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

.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:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
    color: #12cca7;
}

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

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

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

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

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

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

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

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

.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:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
    color: #12cca7;
}

.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:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
    color: #12cca7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
    color: #2331ff !important;
}

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

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

.top-bar {
    padding: 0px;
    font-size: 13px;
    background: #e0e0e0;
}

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

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

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

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

.top-bar .cnt-account ul>li a {
    color: rgba(83, 80, 80, 0.8);
    padding: 0px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

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

.top-bar .cnt-account ul>li a:hover,
.top-bar .cnt-account ul>li a:focus {
    text-decoration: none;
    color: rgb(31, 41, 108);
}

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

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

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

.top-bar .cnt-block .list-inline>li>a {
    padding: 7px 12px 7px 0px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #888;
    display: inline-block;
    border-right: 1px solid #bbbbbb;
}

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

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

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

.top-bar .cnt-block .list-inline>li .account {
    left: -100px !important;
}

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

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

/*===================================================================================*/
/* Header
/*===================================================================================*/
header {
    background: #157ed2;
}

.search-header {
    border: 3px solid #1f296c;
    border-radius: 8px;
}

.main-header {
    padding: 5px 0px 9px 0px;
    background: #fff;
}

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

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

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

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

.main-header .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 7px 0 0;
    background: #fff;
    border-radius: 2px;
}

.main-header .top-search-holder .search-area .search-field {
    border: medium none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 12px;
    width: 67%;
    outline: none;
}

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

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

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

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

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

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

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

.main-header .top-search-holder .search-area .search-button {
    border-radius: 0px 3px 3px 0px;
    display: inline-block;
    float: right;
    margin: -1px;
    padding: 13px 19px 12px;
    text-align: center;
    background-color: #1f296c;
    border: 1px solid #1f296c;
    outline: inherit;
}

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

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

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

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

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

.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0px;
    background: #1f296c;
    border: 1px solid #1f296c;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

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

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

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
    float: left;
    padding: 12px;
    padding: 12px 18px 13px 12px;
}

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

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

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

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

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

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

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

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

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

.header-style-1 .header-nav .navbar-default .navbar-collapse {
    padding: 0;
    margin-left: 16px;
}

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

.navbar-nav {
    float: none;
}

.special-menu {
    float: right;
}

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

.special-menu a:hover {
    background: none !important;
    color: #fff !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: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 11px 15px;
    text-transform: uppercase;
    -webkit-transitio: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-weight: normal;
    letter-spacing: 0.5px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav .open a {
    float: none;
    background: #fff !important;
    color: #888 !important;
    border-radius: 3px 3px 0px 0px;
}

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

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

.yamm .dropdown-menu .yamm-content .links li a {
    padding: 4px 0px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.2px;
    font-size: 13px;
    color: #565656;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

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

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

.sidebar .side-menu .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 7px 10px;
    text-transform: uppercase;
    background-color: #eb1d74;
    border: 1px solid #eb1d74;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px #eb1d74 solid;
    border-radius: 8px 8px 0px 0px;
}

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

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

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

.sidebar .side-menu nav .nav>li>a {
    padding: 6.98px 10px;
    color: #2d2d2d;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 600;
}

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

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

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

.nav .open>a {
    background: #739dee !important;
    color: white !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .sidebar-widget .advertisement .item {
    background-position: center 55%;
    background-size: cover;
    padding-bottom: 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: #fff;
    text-shadow: 1px 1px 3px #cfcfcf;
}

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

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

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

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

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

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

.sidebar-widget {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 20px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#owl-main .item {
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    height: 334px;
}

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

#owl-main .item .caption .slider-header {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#owl-main .item .caption .big-text {
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 0px 25px;
    background: #bbbbbb;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}

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

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

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

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

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

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

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

#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-color: #ffffff;
    background-position: center 55%;
    background-size: cover;
    height: 449px;
}

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

#owl-main .full-width-slider .item .caption .big-text {
    font-size: 119px;
    line-height: 80px;
    font-family: "PacificoRegular";
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    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: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
}

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

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

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

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

.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    height: 15px;
    width: 15px;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    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: #fff;
    padding-left: 0px;
}

.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: #fff;
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info-boxes-inner {
    background-color: #eb1d74;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.info-boxes {}

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

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

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

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

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

.info-boxes .info-box .text {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    font-size: 13px;
    margin: 0px;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
}

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

.scroll-tabs {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

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

.scroll-tabs .more-info-tab .new-product-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

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

.scroll-tabs .nav-tab-line li.active a {
    border: none;
}

.scroll-tabs .nav-tab-line li a {
    font-weight: 500;
    color: #666666;
    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: "Open Sans", sans-serif;
}

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

.tab-content {
    padding-left: 10px;
}

.product {
    position: relative;
    padding-top: 2px;
}

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

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

.product .product-info .name {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.product .product-info .name a {
    color: #000;
}

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

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

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

.product .cart {
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    width: 100%;
    z-index: 666;
    left: 50%;
    position: absolute;
    top: 0;
    margin-left: -55px;
}

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

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #1f296c;
}

.product .cart .action ul li.lnk {
    margin: 10px 0px;
    background: #1f296c;
    margin: 0px;
    padding: 8px 2px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 0px 3px 3px 0px;
}

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

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

.tag {
    font-size: 10px;
    font-weight: 700;
    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: #fff;
    right: 10px;
    /*11px;*/
    text-align: center;
}

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

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

.tag.hot {
    background: #ff7878;
}

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

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

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

.cart .action {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.copyright-bar .payment-methods {
    text-align: right;
    margin-top: 3px;
}

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

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

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

.wide-banner {
    overflow: hidden;
}

.wide-banner .image img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 4px;
}

.wide-banner:hover img {}

.cnt-strip {
    position: relative;
}

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

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

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

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

.cnt-strip .strip h3 {
    font-size: 30px;
    color: #434343;
    margin: 0;
    text-transform: uppercase;
    font-family: "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: #fff;
}

.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: #fff;
    font-family: "Open Sans", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    left: -13px;
    position: absolute;
    text-align: center;
    top: 14px;
    -ms-transform: rotate(-43deg);
    letter-spacing: 1px;
    /* IE 9 */
    -webkit-transform: rotate(-43deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-43deg);
    width: 100%;
}

.wide-banners {
    overflow: hidden;
}

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

.wide-banners.homepage-banner h4 {
    font-size: 30px;
    font-family: "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: 0px;
    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: 0.6em 0;
}

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

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

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

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

.wide-banner-4 .cnt-strip .strip h1 {
    font-size: 50px;
    font-family: "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: 0px;
}

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

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

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

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

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

.social {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer .contact-timing .contact-number {
    font-family: "Open Sans", sans-serif;
}

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

.footer .footer-bottom {
    background: #0e1338;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}

.footer .footer-bottom .module-body ul li .media-body p {
    font-size: 14px;
    cursor: context-menu;
}

.footer .footer-bottom .module-body ul li .media-body p a:hover {
    color: #898989;
}

.toggle-footer {
    color: rgb(255, 255, 255);
}

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

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

.toggle-footer i {
    background: #333;
    border-radius: 2px;
}

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

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

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

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

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

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

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

.hot-deals .custom-carousel .owl-controls .owl-prev {
    top: -15px;
}

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

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

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

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

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

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

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

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "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: 0.5px;
}

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

.hot-deals .product-info .name {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

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

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

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

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

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

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

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

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

.breadcrumb ul {
    margin: auto;
    padding: 15px 0 0px;
    text-align: left;
}

.breadcrumb ul li:after {
    color: #666666;
    content: "/";
    font-family: "Open Sans", sans-serif, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-left: 9px;
    /*margin-right: -4px;*/
    padding: 0;
}

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

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

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

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

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

.category-carousel .item .caption .big-text {
    font-size: 100px;
    line-height: 145px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #fdd922;
}

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

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

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

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

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

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

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

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

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

.filters-container {
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-result-container .category-product {
    margin-left: 20px;
}

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

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

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

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

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

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

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

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

.product-list.product .product-info .description {
    line-height: 20px;
}

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

.detail-block {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

.single-product .product-info .description-container {
    line-height: 20px;
    color: #666666;
}

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

.single-product .product-info .price-container .price-box {
    line-height: 1px;
}

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

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

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

.single-product .product-info .quantity-container .label {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
    padding: 0px;
    font-weight: 700;
}

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

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

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

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

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

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

.single-product .product-info .quantity-container .cart-quantity .quant-input input {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ababab;
    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;
    border-radius: 4px;
}

.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: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 5px 6px;
}

.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}

.single-product .product-tabs {
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li {
    float: none !important;
}

.single-product .nav-tabs {
    border: none;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a {
    border: none;
    color: #555;
    display: block;
    padding: 12px 17px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    background: #f8f8f8;
    border: 1px #fff solid;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:before {
    border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: -10px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:after {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    top: 50px;
    width: 0;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:before {
    border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: -10px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:after {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    top: 50px;
    width: 0;
}

.single-product .product-tabs .tab-content {
    padding-left: 0px;
}

.single-product .product-tabs .tab-content .tab-pane {
    padding: 24px;
}

.single-product .product-tabs .tab-content .tab-pane .text {
    line-height: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls {
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    margin-top: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    border-radius: 3px;
    display: block;
    height: 10px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    width: 10px;
    cursor: pointer;
}

.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
    margin-top: 0px;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 50;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
    left: 0px;
}

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

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    content: "\f105";
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    height: 100%;
    position: absolute;
    vertical-align: top;
    width: 90%;
    z-index: 100;
    border: 1px solid #e5e5e5;
    color: #dadada;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    bottom: 0;
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
    background: #dadada;
    color: #fff;
}

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item>a>img {
    display: block;
    width: 100%;
}

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
    margin-left: 10px;
}

.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    color: #434343 !important;
}

.cnt-homepage .single-product .product-info-block .label {
    padding: 0px;
}

.cnt-homepage .single-product .product-info-block .cart {
    width: auto;
    left: 0;
    margin-top: -8px;
    padding: 0px;
}

.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: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #b0b0b0;
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #f1f1f1;
}

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

.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    padding: 5px 10px;
    text-align: center;
    width: 60px;
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
    font-size: 13px;
}

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

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
    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:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
    color: #fff;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    color: #fff;
}

.cnt-homepage .single-product .product-tabs .tab-content {
    border: none;
}

.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
    padding: 0px;
}

.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
    font-size: 13px;
    line-height: 22px;
}

.single-product .second-gallery-thumb.gallery-thumbs {
    padding: 0 40px;
}

.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
    margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: "Open Sans", sans-serif;
}

.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: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    font-style: italic;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
    font-size: 12px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
    line-height: 18px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-add-review .title {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: "Open Sans", sans-serif;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
    border: none;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
    float: none;
    margin: auto;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
    font-weight: normal;
    font-size: 13px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
    color: #ff0000;
    font-size: 12px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group label {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    margin-right: 10px;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
    margin-left: 90px;
}

.furniture-container .product {
    position: relative;
}

.furniture-container .product .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    background: #cbc9c9;
    text-transform: uppercase;
    border: none;
    color: #fff;
}

.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    border: none;
}

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

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

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

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

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

.homepage-container .product {
    position: relative;
}

.homepage-container .product .product-image .tag {
    font-size: 15px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    /*11px;*/
    text-align: center;
    position: absolute;
}

.homepage-container .product .product-image .tag span {
    position: relative;
    z-index: 100;
    line-height: 48px;
}

.homepage-container .product .product-image .tag.new {
    background: #46aad7;
}

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

.homepage-container .product .product-info .name {
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif;
}

.homepage-container .product .product-info .name a {
    color: #555;
}

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

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

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

.homepage-container .product .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
    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 0px;
}

.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:hover,
.homepage-container .btn-primary:focus {
    color: #fff;
}

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

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

.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757;
}

.wrapper .box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.wrapper .box .wrapper-inner {
    background: none repeat scroll 0 0 #ffffff;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
    font-size: 15px;
    font-weight: 700;
    line-height: 55px;
    width: 55px;
    height: 55px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    /*11px;*/
    text-align: center;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
    position: relative;
    z-index: 100;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
    background: #46aad7;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
    background: #989898;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
    background: #ff7878;
}

/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
    .top-bar .cnt-block {
        float: none;
    }

    .top-cart-row .dropdown-cart .lnk-cart {
        display: block;
        overflow: hidden;
    }

    .top-cart-row {
        padding-left: 15px;
    }

    .top-cart-row .dropdown-cart {
        float: none;
    }

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

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

    #owl-main {
        height: 100%;
    }

    #owl-main .item {
        height: 190px;
        margin-bottom: 18px;
        border-radius: 8px;
    }

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

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

@media (max-width: 308px) {
    #owl-main .item {
        height: 148px;
    }

    #owl-main {
        height: 148px;
    }

    .offer-content .bg-img .title {
        width: 173px !important;
    }

    .offer-content .button-holder {
        width: 146px !important;
    }

    .welcome-offer .content {
        width: 166px;
    }

    .offer-content .bg-img {
        height: 106% !important;
    }

    .top-product-item {
        width: 100% !important;
    }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .navbar-toggle {
        float: left;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

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

    .header-style-1 .header-nav .navbar-default .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

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

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

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

    .top-bar .header-top-inner {
        text-align: center;
    }

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

    .top-bar .header-top-inner .cnt-account li {
        margin-bottom: 8px;
    }

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

    .main-header .logo-holder {
        text-align: center;
        margin-bottom: 20px;
    }

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

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

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

    .main-header .top-search-holder .search-area .search-button {
        padding: 12px 19px;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu {
        left: 0px;
        min-width: 100%;
        top: 100% !important;
    }

    .logo-slider-inner .item {
        text-align: center;
    }

    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }

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

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

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

    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }

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

    .header-nav .yamm .dropdown-menu {
        background: #fff;
    }

    .filters-container .no-padding {
        padding: 0px;
    }

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

    .search-result-container .category-product-inner .product-list.product .product-info .cart {
        margin-bottom: 20px;
    }

    .single-product .gallery-holder {
        margin-bottom: 30px;
    }

    .single-product .product-info-block {
        clear: both;
    }

    .yamm .dropdown-menu.pages {
        padding: 10px 37px;
    }

    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }

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

    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
        font-size: 16px;
    }

    .cnt-homepage .header-nav .yamm .navbar-header {
        border: 1px solid #f1f1f1;
    }

    .info-boxes .info-box {
        margin-bottom: 10px;
    }

    .cnt-homepage .single-product .product-info-block .cart {
        margin-top: 10px;
        padding: 0 15px;
    }

    .product-comparison .compare-table tr td .product .product-image .image img {
        width: auto;
    }

    .hot-deals .products {
        margin-right: 15px;
    }

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

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

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .top-bar .cnt-account ul>li {}

    .category-info {
        line-height: 22px !important;
    }

    .header-logo {
        width: 100%;
    }

    .hp-mod-price-first-line-res {
        font-size: 12px !important;
    }

    .sidebar .side-menu nav .nav>li>.mega-menu {
        min-width: 100%;
        left: 0px;
        top: 100% !important;
    }

    .logo-slider-inner .item {
        text-align: center;
    }

    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }

    .filters-container .pagination-container {
        float: left;
    }

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

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

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

    .body-content .sidebar {
        margin-bottom: 30px;
    }

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

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

    .owl-item {
        padding: 10px;
    }

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

    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }

    .filters-container .no-padding {
        padding: 0px;
    }

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

    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .main-header .logo-holder {
        text-align: center;
        margin-bottom: 6px;
    }

    .main-header .contact-row {
        text-align: center;
    }

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

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

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-header .top-search-holder .search-area .control-group {
        position: relative;
    }

    .main-header .top-search-holder .search-area .control-group .search-button {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .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-sub-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
        font-size: 16px !important;
    }

    .wrapper .box .wrapper-inner .container {
        width: auto !important;
    }

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

    .home-banner img {
        width: 100%;
    }
}

/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
    background-color: #fff;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); */
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-page .blog-post h1 {
    margin-top: 18px;
    text-align: center;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: #000;
}

.blog-page .blog-post h1 a {
    color: #555;
}

.blog-page .blog-post img {
    border-radius: 8px;
}

.blog-page .tab-content .blog-post {
    padding: 0px 0px 25px 0px !important;
    box-shadow: none !important;
}

.blog-page .blog-post span {
    padding-right: 20px;
    color: #aaa;
    font-size: 13px;
}

.blog-page .blog-post p {
    padding-top: 6px;
    margin-bottom: 0px;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6;
    /* letter-spacing: 1px; */
    text-align: justify;
    /* hyphens: auto; */
}

.blog-page .blog-post a {
    margin-top: 20px;
}

.blog-page .blog-post .blog-pagination .pagination {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.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: 0px 10px 0px 0px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #888888;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
    color: #555;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
    padding-right: 10px;
    color: #aaa;
    font-size: 12px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
    padding-top: 10px;
    font-size: 13px;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
    border-bottom: none;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li {
    text-transform: uppercase;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li>a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    border: none;
    letter-spacing: 1px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li:first-child>a {
    padding-right: 10px;
    border-right: 1px solid #d4d4d4;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li:last-child>a {
    padding-left: 10px;
    letter-spacing: 0.5px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a {
    padding: 0px;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    top: 14px;
    right: 30px;
    background-color: #fff;
    padding-left: 10px;
}

.blog-page .sidebar .sidebar-module-container .search-area input {
    font-size: 12px;
    color: #9e9e9e;
    padding: 14px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative;
}

.blog-page .blog-pagination {
    border-top: 1px solid #ececec;
}

.blog-page .blog-pagination .pagination>li:first-child>a {
    margin-right: 10px;
}

.blog-page .blog-pagination .pagination>li:last-child>a {
    margin-left: 2px;
}

.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px;
}

.blog-page .blog-post-author-details {
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.blog-review {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.blog-write-comment {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.blog-page .blog-post-author-details .author-social-network {
    display: inline-block;
}

.blog-page .blog-post-author-details .author-social-network button {
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    height: 26px;
    width: 26px;
    text-align: center;
    display: inline-block;
    margin: 6px;
    line-height: 26px;
}

.blog-page .blog-post-author-details .author-social-network>span {
    font-size: 13px;
    color: #434343;
    text-transform: uppercase;
    margin-right: 16px;
}

.blog-page .blog-post-author-details .author-social-network .caret {
    color: #e3e3e3;
}

.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-page .blog-post-author-details img {
    float: left;
}

.blog-page .blog-post-author-details .author-job {
    display: block;
    padding: 0px;
    color: #aaa;
    font-size: 12px;
}

.blog-page .blog-post-author-details h4 {
    display: inline-block;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #555;
    margin: 0px;
}

.blog-page .blog-post-author-details p {
    font-size: 13px;
    color: #666666;
    padding: 16px 0px 0px 0px;
    text-align: justify;
}

.blog-page .blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 40px;
}

.blog-page .blog-review p {
    font-size: 13px;
    color: #666666;
}

.blog-page .blog-review .review-action {
    font-size: 12px;
    color: #666666;
}

.blog-page .blog-review .post-load-more {
    text-align: center;
    padding-bottom: 10px;
}

.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    font-family: FontAwesome;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    ont-family: FontAwesome;
}

.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
    content: "\f007";
}

.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    content: "\f086";
}

.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    content: "\f073";
}

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

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

.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
    padding-top: 6px;
}

.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
    font-size: 14px;
    color: #555;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
}

.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    text-decoration: underline;
}

.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
    border-bottom: 1px solid #e3e3e3;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a .icon {
    margin-right: 5px;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:focus {
    background: rgba(0, 0, 0, 0);
}

/*===================================================================================*/
/* Checkout
/*===================================================================================*/
.checkout-box .checkout-steps .panel-default {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-family: "Open Sans", sans-serif, sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
    padding-top: 14px;
    display: inline-block;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
    margin-top: 15px;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
    margin: 0px !important;
    font-size: 13px;
    font-weight: bold;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
    color: #555;
    text-transform: uppercase;
    display: block;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: #aaaaaa;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
}

.checkout-box .checkout-steps .checkout-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #434343;
    margin-right: 12px;
}

.checkout-box .checkout-steps .panel-body {
    padding: 20px;
    border: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
    margin-bottom: 6px;
}

.checkout-box .checkout-steps .guest-login ul .save-time-reg {
    padding-bottom: 4px;
}

.checkout-box .panel-group .panel {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    border: none;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: #666666;
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    padding: 27px 30px;
    border-bottom: 1px solid #ddd;
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

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

.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 0px;
    border: none;
}

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

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

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

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

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

/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/

.contact-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

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

.contact-page .contact-info {
    font-size: 13px;
    color: #666;
}

.contact-page .contact-info .contact-i {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    margin-right: 16px;
    float: left;
}

.contact-page .contact-info .contact-i i {
    padding-top: 8px;
    font-size: 14px;
}

.contact-page .contact-info .contact-span {
    display: block;
}

.contact-page .contact-title h4 {
    margin-bottom: 30px;
}

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

/*===================================================================================*/
/*  Shopping Cart
/*===================================================================================*/

.shopping-cart {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

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

.shopping-cart .shopping-cart-table table {
    margin-bottom: 0px !important;
}

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

.shopping-cart .cart-image img {
    width: 100px;
}

.cart-shopping-total {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666666;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
    color: #ff0000 !important;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    margin-top: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
    color: #555;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
    font-size: 11px;
    color: #aaa;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
    margin-top: 10px;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    font-family: "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: #666666;
    text-decoration: underline;
}

.shopping-cart .shopping-cart-table .table>thead>tr>th {
    text-align: center;
    padding: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
    padding: 20px 0px;
    display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    margin-top: 0px;
    display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-family: "Open Sans", sans-serif, sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px;
}

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

.shopping-cart .estimate-ship-tax table tbody tr>td {
    padding: 24px 10px !important;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
    background: #fff;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

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

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #ffffff;
    text-align: center;
    padding: 0px 0px;
    border-bottom: none !important;
    padding-top: 22px;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: #555;
    margin-bottom: 7px;
}

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 6px 52px;
    padding-top: 18px;
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
    float: right !important;
    margin-bottom: 8px;
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
    display: block;
    font-weight: normal;
    color: #666666;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
    font-size: 13px;
    font-weight: normal;
    color: #999;
}

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

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 40px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
    position: relative;
}

.shopping-cart-table table tbody tr td .quant-input input {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 16px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.checkout-btn {
    background: #fdd922;
    color: #333;
    padding: 11px 83px;
    font-weight: 600;
    font-size: 17px !important;
    font-size: 15px !important;
}

.product-comparison .page-title {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 40px;
}

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

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding: 18px 25px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td {
    padding: 18px 30px;
    border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td .product {
    margin-bottom: 15px;
    margin-top: 40px;
}

.product-comparison .compare-table tr td .product .product-image .image a {
    display: block;
    text-align: left;
}

.product-comparison .compare-table tr td .product-price .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 8px;
}

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

.product-comparison .compare-table tr td .text {
    font-size: 14px;
    line-height: 22px;
}

.product-comparison .compare-table tr td .in-stock {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.product-comparison .compare-table tr td .remove-icon {
    color: #666666;
}

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

.body-content .x-page .x-text h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 200px;
    font-weight: bold;
}

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

.body-content .x-page .x-text .le-button {
    border-radius: 0 3px 3px 0;
    margin: 0 0 0 -5px;
    padding: 19px 23px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    border: medium none;
    color: #333;
    background: #fdd922;
}

.body-content .x-page .x-text form input {
    border: 1px solid #e0e0e0;
    border-radius: 3px 0 0 3px;
    color: #3d3d3d;
    padding: 13px;
    font-size: 15px;
    width: 40%;
}

.body-content .x-page .x-text a {
    font-size: 15px;
}

.body-content .x-page .x-text a i {
    padding-right: 2px;
}

/*===================================================================================*/
/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    font-weight: bold;
}

.body-content .terms-conditions-page .terms-conditions ol {
    padding-left: 22px;
}

.body-content .terms-conditions-page .terms-conditions ol li {
    font-style: normal;
    font-size: 13px;
    color: #666;
    padding-bottom: 20px;
}

.body-content .terms-conditions-page .terms-conditions p {
    font-size: 15px;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    text-align: left;
}

.track-order-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

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

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

.body-content .faq-page .title-tag {
    text-align: left;
    padding-bottom: 30px;
}

.body-content .track-order-page .register-form label {
    font-weight: 400;
    font-size: 14px;
}

.body-content .track-order-page .register-form .form-group {
    margin-bottom: 25px;
}

/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

.heading-title {
    text-align: left !important;
    text-transform: none !important;
    padding: 0px 0px 15px 0px !important;
    font-weight: bold !important;
    font-size: 22px !important;
    border-bottom: 1px #e5e5e5 solid !important;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th {
    text-align: center;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    border: none;
    font-weight: 400;
}

.body-content .my-wishlist-page img {
    width: 100%;
}

.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
    border-top: 1px solid #ddd;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
    font-size: 16px;
    font-family: "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: #aaa;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate,
.body-content .my-wishlist-page .my-wishlist table tbody .rating-bar .rate {
    color: #ffb400;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate,
.body-content .my-wishlist-page .my-wishlist table tbody .rating-bar .non-rate {
    color: #dcdcdc;
}

.rating span {
    font-size: 11px;
    color: #aaa;
    padding-left: 10px;
}

.rating .rate,
.rating-bar .rate {
    color: #ffb400;
}

.rating .non-rate,
.rating-bar .non-rate {
    color: #dcdcdc;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    font-size: 16px;
    padding-top: 4px;
    font-weight: bold;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price span {
    font-size: 15px;
    color: #ddd;
    text-decoration: line-through;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    border: none;
    padding: 30px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
    color: #cb0000;
    font-size: 15px;
    background: #fff7f7;
    padding: 5px 10px 6px 10px;
    border-radius: 50%;
    border: solid 1px #ffa5a5;
}

/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

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

.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.body-content .sign-in-page .sign-in .social-sign-in a i {
    padding-right: 6px;
}

.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px;
}

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

.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
    background-color: #22aadf;
}

.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
    background-color: #0084b9;
}

.body-content .sign-in-page .create-new-account>span {
    font-size: 20px;
    font-family: "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 {
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}

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

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

.tooltip-inner {
    font-family: "Open Sans", sans-serif;
    border-radius: 2px;
    min-width: 70px;
    z-index: 10000;
}

/*===================================================================================*/
/*  Testimonials
/*===================================================================================*/

.avatar {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.avatar img {
    border-radius: 0px;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    width: 179px;
}

.testimonials {
    color: #333;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}

.clients_author {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
}

.clients_author span {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    display: block;
}

.testimonials-section .bx-wrapper .bx-pager {
    padding-top: 30px;
}

.testimonials-section .bx-wrapper {
    margin: 0 0 50px;
}

.testimonials-section em {
    font-size: 30px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    line-height: 5px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.padding-l {
    margin-left: 30px !important;
}

.padding-2 {
    margin-left: 34px !important;
}

.offer {
    width: 66px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    line-height: 34px !important;
    height: 34px !important;
}

.card-official-stores-shop-img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    width: 80px;
    background-color: #fff;
    padding: 4px;
    position: relative;
    margin: -42px auto 0;
    overflow: hidden;
    border-radius: 8px;
}

.p-name a {
    font-size: 13px;
}

.p-name {
    margin-top: 0px;
}

.pt-15 {
    padding-top: 0px;
}

.pl-20 {
    padding-left: 20px;
}

.pro-btn {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    width: 164px;
    border-radius: 8px;
}

.pb-19 {
    padding-bottom: 20px;
    padding-top: 16px;
}

.c-title {
    font-size: 14px;
    margin: 9px 0 11px;
    height: 21px;
    font-weight: 700;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.price2 {
    color: #1f296c;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-right: 8px;
}

.c-sec {
    border-radius: 8px;
    padding: 0 12px 13px;
    background-color: #f7f7f7;
    margin-bottom: 16px;
}

.cd-sec {
    width: 269px;
    height: 158px;
    background: #f3f3f3;
    padding-top: 9px;
    border-radius: 8px;
}

@media (min-width: 1200px) {
    .pr-41 {
        padding-right: 41px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

.card-collections .card-collections-link {
    display: block;
    width: 100%;
    height: 100%;
}

.card-collections .card-collections-title {
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    color: #212121;
}

.card-collections .card-collections-subtitle,
.card-collections .card-collections-title {
    width: 80%;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.card-collections .card-collections-subtitle {
    margin: 6px auto 0;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    color: #757575;
}

.card-collections .card-collections-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 18px;
    /* height: 67px; */
}

.card-collections .card-collections-products .card-collections-product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: left;
}

.card-collections .image-wrapper {
    width: 100%;
    height: 100%;
}

.card-collections .image-wrapper .image {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.mb-53 {
    margin-bottom: 53px;
    border-radius: 8px;
}

/* .cart-border tr td {
    border: 1px solid #ddd !important;
} */

.checkout-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4,
.body-content .checkout-page h4 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.check-tbl {
    background-color: transparent;
    width: 100%;
    border: 0;
}

.check-tbl th,
.check-tbl td {
    border: 0 !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #999 !important;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    color: #333;
}

.condition-title {
    font-size: 18px;
    color: #b90e0e;
    padding-bottom: 15px;
}

.terms-container {
    padding-bottom: 15px;
    margin-top: 20px;
}

.modle-li {
    padding-top: 6px;
    padding-bottom: 6px;
}

.agree-check-box {
    margin-bottom: 10px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 0px;
}

.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f9f9f9;
    border: 1px solid #ea1b25;
    margin-left: 0px;
}

#agree {
    z-index: -9999;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container input:checked~.checkmark::after {
    display: block;
}

.checkbox-container .checkmark::after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.verticleilist.listing-shot,
.service-img-span {
    display: flex;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 5px;
    padding: 5px;
}

.main-list-bar {
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px;
}

.listing-shot {
    border: 1px solid #eaeff5;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
    transition: all ease 0.4s;
}

.listing-shot,
.listing-shot-img {
    position: relative;
}

.list-img-bar {
    padding: 0 !important;
}

.listing-shot,
.listing-shot-img {
    position: relative;
}

.verticleilist.listing-shot .listing-shot-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px #000a6e2b solid;
    border-radius: 5px;
}

.listing-shot-img::after,
.listing-shot-img::before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.m-auto {
    margin: auto !important;
}

.listing-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.no-gutters {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

@media screen and (min-width: 800px) {
    .star-rating-driver {
        float: right;
    }
}

@media screen and (max-width: 800px) {
    .star-rating-driver {
        margin-left: 13px;
        padding-top: 3px;
    }
}

.business-name {
    margin-top: -26px !important;
}

.list-user-bar img {
    width: 30px;
    float: left;
    margin-right: 7px;
}

.listing-shot-img::after,
.listing-shot-img::before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.btn-fr {
    float: right;
}

.pr-0 {
    padding-right: 0 !important;
}

.category-info {
    line-height: 26px;
}

@media (max-width: 630px) {
    .verticleilist.listing-shot {
        display: block !important;
    }

    .listing-title {
        margin-top: 6px;
    }
}

html body .padd-0 {
    padding: 0;
}

.business-cover-image {
    height: 309px;
}

.detail-section {
    position: relative;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
}

.detail-section .overlay {
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background-image: linear-gradient(#ffffff7d 70%, black);
    transition: opacity 0.3s ease-in-out;
}

.profile-cover-content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    z-index: 10;
}

.cover-buttons {
    float: right;
}

.detail-section {
    color: #fff;
}

.cover-buttons>ul>li {
    float: left;
    position: relative;
    padding-left: 5px;
    list-style: none;
}

.detail-rating-count {
    margin-right: 40px;
    font-size: 13px;
}

.details-rat1 {
    float: left;
    margin-right: 17px;
    font-size: 18px;
    padding-top: 117px;
    color: #fff;
}

.title-content {
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 5 0px;
}

.main-author-header {
    display: table;
    margin-bottom: -89px;
    margin-left: 40px;
    float: left;
}

.mah-img-box {
    width: 195px;
    overflow: hidden;
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 4px;
    z-index: 99999999;
}

.profile-name {
    padding-top: 0px;
}

.mah-detail-box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 57px 0px 0px 15px;
    color: #ffffff;
}

.title-content h1 {
    color: #fff;
    padding-bottom: 17px;
    font-size: 36px;
    text-transform: capitalize;
    text-shadow: 0px 0px 17px black;
}

span.category-tag {
    font-size: 12px;
    color: #ff3a72;
    border: 1px solid #ff3a72;
    padding: 5px 15px;
    border-radius: 50px;
    top: -3px;
    position: relative;
}

.title-content a {
    color: #eb1d74;
}

span.gt3_breadcrumb_divider {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    color: #ff431e;
    text-align: center;
}

.d-icon {
    color: #eb1d74;
    content: "\f105";
    font-size: 18px;
    line-height: 18px;
    transition: all 0.3s ease 0s;
    font-family: FontAwesome;
}

.mt-21 {
    margin-top: 21px;
}

.property_item {
    background: #fff;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0px !important;
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.member-blog {
    padding-bottom: 31px;
}

.listing-thumb {
    position: relative;
    display: block;
    max-height: 200px;
}

.property_item .image img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
    margin: 0 !important;
}

.tab-pane img {
    margin: 0em auto 0em;
    display: block;
    max-width: 100%;
    /* float: left; */
}

.verifyImg {
    height: 18px;
}

.verify-text {
    display: inherit;
}

.proerty_content {
    position: relative;
    padding: 0em 1.5em 0em;
    text-align: center;
}

.author-avater {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -75%);
    position: absolute;
}

.author-avater img {
    width: 100%;
    border-radius: 50%;
    margin: 0 !important;
}

.profile-name {
    padding-top: 20px;
}

.user-name {
    font-size: 14px;
    color: #1f296c !important;
    font-weight: 600;
    margin-top: -3px;
    margin-bottom: 10px;
}

.author-type.elite-author {
    background: rgba(255, 152, 0, 0.12);
    color: #ff9800;
}

.author-type {
    position: relative;
    height: auto;
    display: block;
}

.author-type {
    position: relative;
    height: 22px;
    display: flex;
    top: -1px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    z-index: 10;
    font-weight: 500;
    border-radius: 2px;
    padding: 0 7px;
    margin: 0;
    overflow: hidden;
    line-height: 24px;
}

.theme-cl {
    color: #ff431e;
}

.side-list ul li {
    list-style: none;
    padding: 10px 5px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
}

.side-list ul li span {
    float: right;
}

.b-title {
    font-size: 14px !important;
}

.user-name1 p {
    font-size: 13px;
    color: #5b5b5e !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.profile-info-basic {
    height: 100px;
    position: relative;
    margin: auto;
    display: flex;
}

.profile-info-basic>img {
    width: 200px;
    height: auto;
    position: absolute;
    top: -120px;
    left: 40px;
    border: 4px solid #fffcfc;
    border-radius: 50%;
}

.profile-info-basic .info {
    margin: auto 0 auto 20em;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.details {
    flex: 1;
}

.share {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    font-size: 16px;
    flex: 1;
}

#st-1 .st-btn[data-network="facebook"] {
    background-color: #4267b2;
}

#st-1.st-has-labels .st-btn {
    min-width: 120px;
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px;
}

#st-1 .st-btn[data-network="twitter"] {
    background-color: #55acee;
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px;
}

#st-1 .st-btn[data-network="pinterest"] {
    background-color: #cb2027;
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px;
}

#st-1 .st-btn[data-network="email"] {
    background-color: #7d7d7d;
}

#st-1 .st-btn>i {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 11px;
    vertical-align: top;
    color: #fff;
}

#st-1.st-has-labels .st-btn.st-remove-label>span {
    display: none;
}

#st-1 .st-btn[data-network="email"]>span {
    color: #fff;
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px;
}

#st-1 .st-btn[data-network="sms"] {
    background-color: #ffbd00;
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px;
}

#st-1 .st-btn[data-network="sharethis"] {
    background-color: #95d03a;
}

.cover-container {
    border: 1px solid #dedede;
    margin-bottom: 2rem;
}

.cover-container>img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.details h4 {
    color: #334e6f;
    font-weight: 600;
}

#st-1 .st-btn>span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 60px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
}

#st-1 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#st-1 .st-btn {
    cursor: pointer;
    font-size: 11px;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .profile-info-basic .info {
        flex-direction: column;
        align-items: center;
        margin-bottom: 4px;
    }

    .profile-info-basic .info .share {
        margin: auto;
    }
}

@media (max-width: 648px) {
    #st-1 .st-btn>span {
        display: none;
    }

    #st-1.st-has-labels .st-btn {
        min-width: auto;
    }

    #st-1.st-has-labels .st-btn.st-remove-label {
        min-width: auto;
    }
}

@media (max-width: 500px) {
    .profile-info-basic {
        height: auto;
        margin: auto;
        display: flex;
    }

    .profile-info-basic>img {
        width: 130px;
        height: auto;
        position: absolute;
        top: -110px;
        left: 50%;
        transform: translate(-50%, -4%);
    }

    .profile-info-basic .info {
        margin: auto;
        margin-bottom: auto;
        padding: 5px;
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media (min-width: 446px) and (max-width: 1199px) {
    .profile-info-basic .info {
        margin: auto;
        margin-bottom: auto;
        padding: 5px;
        text-align: center;
        margin-bottom: 2rem;
    }

    .business-cover-image {
        height: 212px;
    }

    .cover-buttons {
        float: right;
        margin-top: -85px !important;
        position: absolute;
        left: 115px;
        height: 50px;
        margin-top: -45px;
    }

    .business-title-content {
        margin-top: -40px;
    }

    .main-author-header {
        display: table;
        margin-bottom: 0;
        margin-left: 0;
    }

    .mah-img-box {
        width: 100px;
        top: 50px;
        position: relative;
    }

    .profile-name h1 {
        margin-top: 0;
        padding-bottom: 6px;
        font-size: 25px;
    }
}

@media screen and (max-width: 446px) {
    .mah-detail-box h1 {
        font-size: 16px !important;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .mah-detail-box {
        margin: 123px 0px 0px 12px !important;
    }

    .mah-detail-box {
        position: relative;
        width: 100% !important;
    }

    .mah-img-box {
        width: 80px;
        margin: auto;
        top: 63px !important;
    }

    .cover-mt {
        margin-top: -78px !important;
    }

    .cover-mt .detail-box {
        margin-top: -8px !important;
    }

    .main-author-header {
        display: flex;
        margin: auto;
    }

    .details-rat1 {
        margin-left: -27px;
        margin-top: 7px;
        font-size: 16px;
    }

    .business-cover-image {
        height: 167px;
    }
}

@media (max-width: 445px) {
    .busines-tag {
        padding: 1px 6px !important;
        margin-left: -83px;
    }

    .busines-tag2 {
        padding: 1px 6px !important;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

/**=====================
     04. Loader CSS Start
==========================**/
.loader-wrapper,
.loader-livewire,
.loader-ajax {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    background-color: #fff;
    z-index: 1060;
    top: 0;
    left: 0;
}

.loader-livewire,
.loader-ajax {
    background-color: #ffffffa9;
}

.loader-wrapper .loader,
.loader-livewire .loader,
.loader-ajax .loader {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.loader-wrapper .loader h4,
.loader-livewire .loader h4,
.loader-ajax .loader h4 {
    margin-top: 50px;
    margin-bottom: 0;
}

.loader-wrapper .loader h4 span,
.loader-livewire .loader h4 span,
.loader-ajax .loader h4 span {
    font-size: 34px;
    color: #ffc107;
}

.loader .line {
    -webkit-animation: expand 1s ease-in-out infinite;
    animation: expand 1s ease-in-out infinite;
    border-radius: 10px;
    display: inline-block;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin: 0 3px;
    width: 1px;
    height: 25px;
}

.loader .line:nth-child(1) {
    background: #22af47;
}

.loader .line:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
    background: #4466f2;
}

.loader .line:nth-child(3) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
    background: #ff5370;
}

.loader .line:nth-child(4) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms;
    background: #007bff;
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.loader-box {
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rotate {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    border: 3px dotted #4466f2;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    margin: 1em;
    float: left;
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.solid {
    border-style: solid;
    border-color: #22af47 #1a8436;
}

.dotted {
    border-style: dotted;
}

.dashed {
    border-style: dashed;
}

.double {
    border-style: double;
}

.groove {
    border-style: groove;
}

.ridge {
    border-style: ridge;
}

.inset {
    border-style: inset;
}

.outset {
    border-style: outset;
}

.colored {
    border-color: #ff5370 #4466f2 #22af47 #007bff;
}

@-webkit-keyframes whirly-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes whirly-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.whirly-loader:not(:required) {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 100%;
    -webkit-box-shadow: #4466f2 0px 26px 0 6px,
        #4466f2 0.90971px 26.05079px 0 5.93333px,
        #4466f2 1.82297px 26.06967px 0 5.86667px,
        #4466f2 2.73865px 26.05647px 0 5.8px,
        #4466f2 3.65561px 26.01104px 0 5.73333px,
        #4466f2 4.57274px 25.93327px 0 5.66667px,
        #4466f2 5.48887px 25.8231px 0 5.6px,
        #4466f2 6.40287px 25.68049px 0 5.53333px,
        #4466f2 7.31358px 25.50548px 0 5.46667px,
        #4466f2 8.21985px 25.2981px 0 5.4px,
        #4466f2 9.12054px 25.05847px 0 5.33333px,
        #4466f2 10.01448px 24.78672px 0 5.26667px,
        #4466f2 10.90054px 24.48302px 0 5.2px,
        #4466f2 11.77757px 24.1476px 0 5.13333px,
        #4466f2 12.64443px 23.78072px 0 5.06667px,
        #4466f2 13.5px 23.38269px 0 5px,
        #4466f2 14.34315px 22.95384px 0 4.93333px,
        #4466f2 15.17277px 22.49455px 0 4.86667px,
        #4466f2 15.98776px 22.00526px 0 4.8px,
        #4466f2 16.78704px 21.48643px 0 4.73333px,
        #4466f2 17.56953px 20.93855px 0 4.66667px,
        #4466f2 18.33418px 20.36217px 0 4.6px,
        #4466f2 19.07995px 19.75787px 0 4.53333px,
        #4466f2 19.80582px 19.12626px 0 4.46667px,
        #4466f2 20.5108px 18.468px 0 4.4px,
        #4466f2 21.1939px 17.78379px 0 4.33333px,
        #4466f2 21.85416px 17.07434px 0 4.26667px,
        #4466f2 22.49067px 16.34043px 0 4.2px,
        #4466f2 23.10251px 15.58284px 0 4.13333px,
        #4466f2 23.68881px 14.80241px 0 4.06667px, #4466f2 24.24871px 14px 0 4px,
        #4466f2 24.7814px 13.1765px 0 3.93333px,
        #4466f2 25.28607px 12.33284px 0 3.86667px,
        #4466f2 25.76198px 11.46997px 0 3.8px,
        #4466f2 26.2084px 10.58888px 0 3.73333px,
        #4466f2 26.62462px 9.69057px 0 3.66667px,
        #4466f2 27.01001px 8.77608px 0 3.6px,
        #4466f2 27.36392px 7.84648px 0 3.53333px,
        #4466f2 27.68577px 6.90284px 0 3.46667px,
        #4466f2 27.97502px 5.94627px 0 3.4px,
        #4466f2 28.23116px 4.97791px 0 3.33333px,
        #4466f2 28.4537px 3.99891px 0 3.26667px,
        #4466f2 28.64223px 3.01042px 0 3.2px,
        #4466f2 28.79635px 2.01364px 0 3.13333px,
        #4466f2 28.91571px 1.00976px 0 3.06667px, #4466f2 29px 0px 0 3px,
        #4466f2 29.04896px -1.01441px 0 2.93333px,
        #4466f2 29.06237px -2.03224px 0 2.86667px,
        #4466f2 29.04004px -3.05223px 0 2.8px,
        #4466f2 28.98185px -4.07313px 0 2.73333px,
        #4466f2 28.88769px -5.09368px 0 2.66667px,
        #4466f2 28.75754px -6.1126px 0 2.6px,
        #4466f2 28.59138px -7.12863px 0 2.53333px,
        #4466f2 28.38926px -8.14049px 0 2.46667px,
        #4466f2 28.15127px -9.1469px 0 2.4px,
        #4466f2 27.87755px -10.1466px 0 2.33333px,
        #4466f2 27.56827px -11.1383px 0 2.26667px,
        #4466f2 27.22365px -12.12075px 0 2.2px,
        #4466f2 26.84398px -13.09268px 0 2.13333px,
        #4466f2 26.42956px -14.05285px 0 2.06667px,
        #4466f2 25.98076px -15px 0 2px,
        #4466f2 25.49798px -15.93291px 0 1.93333px,
        #4466f2 24.98167px -16.85035px 0 1.86667px,
        #4466f2 24.43231px -17.75111px 0 1.8px,
        #4466f2 23.85046px -18.63402px 0 1.73333px,
        #4466f2 23.23668px -19.49789px 0 1.66667px,
        #4466f2 22.5916px -20.34157px 0 1.6px,
        #4466f2 21.91589px -21.16393px 0 1.53333px,
        #4466f2 21.21024px -21.96384px 0 1.46667px,
        #4466f2 20.4754px -22.74023px 0 1.4px,
        #4466f2 19.71215px -23.49203px 0 1.33333px,
        #4466f2 18.92133px -24.2182px 0 1.26667px,
        #4466f2 18.10379px -24.91772px 0 1.2px,
        #4466f2 17.26042px -25.58963px 0 1.13333px,
        #4466f2 16.39217px -26.23295px 0 1.06667px,
        #4466f2 15.5px -26.84679px 0 1px,
        #4466f2 14.58492px -27.43024px 0 0.93333px,
        #4466f2 13.64796px -27.98245px 0 0.86667px,
        #4466f2 12.69018px -28.50262px 0 0.8px,
        #4466f2 11.7127px -28.98995px 0 0.73333px,
        #4466f2 10.71663px -29.4437px 0 0.66667px,
        #4466f2 9.70313px -29.86317px 0 0.6px,
        #4466f2 8.67339px -30.2477px 0 0.53333px,
        #4466f2 7.6286px -30.59666px 0 0.46667px,
        #4466f2 6.57001px -30.90946px 0 0.4px,
        #4466f2 5.49886px -31.18558px 0 0.33333px,
        #4466f2 4.41643px -31.42451px 0 0.26667px,
        #4466f2 3.32401px -31.6258px 0 0.2px,
        #4466f2 2.22291px -31.78904px 0 0.13333px,
        #4466f2 1.11446px -31.91388px 0 0.06667px, #4466f2 0px -32px 0 0px,
        #4466f2 -1.11911px -32.04713px 0 -0.06667px,
        #4466f2 -2.24151px -32.05506px 0 -0.13333px,
        #4466f2 -3.36582px -32.02361px 0 -0.2px,
        #4466f2 -4.49065px -31.95265px 0 -0.26667px,
        #4466f2 -5.61462px -31.84212px 0 -0.33333px,
        #4466f2 -6.73634px -31.69198px 0 -0.4px,
        #4466f2 -7.8544px -31.50227px 0 -0.46667px,
        #4466f2 -8.9674px -31.27305px 0 -0.53333px,
        #4466f2 -10.07395px -31.00444px 0 -0.6px,
        #4466f2 -11.17266px -30.69663px 0 -0.66667px,
        #4466f2 -12.26212px -30.34982px 0 -0.73333px,
        #4466f2 -13.34096px -29.96429px 0 -0.8px,
        #4466f2 -14.4078px -29.54036px 0 -0.86667px,
        #4466f2 -15.46126px -29.07841px 0 -0.93333px,
        #4466f2 -16.5px -28.57884px 0 -1px,
        #4466f2 -17.52266px -28.04212px 0 -1.06667px,
        #4466f2 -18.52792px -27.46878px 0 -1.13333px,
        #4466f2 -19.51447px -26.85936px 0 -1.2px,
        #4466f2 -20.48101px -26.21449px 0 -1.26667px,
        #4466f2 -21.42625px -25.53481px 0 -1.33333px,
        #4466f2 -22.34896px -24.82104px 0 -1.4px,
        #4466f2 -23.2479px -24.07391px 0 -1.46667px,
        #4466f2 -24.12186px -23.29421px 0 -1.53333px,
        #4466f2 -24.96967px -22.48279px 0 -1.6px,
        #4466f2 -25.79016px -21.64052px 0 -1.66667px,
        #4466f2 -26.58223px -20.76831px 0 -1.73333px,
        #4466f2 -27.34477px -19.86714px 0 -1.8px,
        #4466f2 -28.07674px -18.938px 0 -1.86667px,
        #4466f2 -28.7771px -17.98193px 0 -1.93333px,
        #4466f2 -29.44486px -17px 0 -2px,
        #4466f2 -30.07908px -15.99333px 0 -2.06667px,
        #4466f2 -30.67884px -14.96307px 0 -2.13333px,
        #4466f2 -31.24325px -13.91039px 0 -2.2px,
        #4466f2 -31.7715px -12.83652px 0 -2.26667px,
        #4466f2 -32.26278px -11.74269px 0 -2.33333px,
        #4466f2 -32.71634px -10.63018px 0 -2.4px,
        #4466f2 -33.13149px -9.5003px 0 -2.46667px,
        #4466f2 -33.50755px -8.35437px 0 -2.53333px,
        #4466f2 -33.84391px -7.19374px 0 -2.6px,
        #4466f2 -34.14px -6.0198px 0 -2.66667px,
        #4466f2 -34.39531px -4.83395px 0 -2.73333px,
        #4466f2 -34.60936px -3.63759px 0 -2.8px,
        #4466f2 -34.78173px -2.43218px 0 -2.86667px,
        #4466f2 -34.91205px -1.21916px 0 -2.93333px, #4466f2 -35px 0px 0 -3px,
        #4466f2 -35.04531px 1.22381px 0 -3.06667px,
        #4466f2 -35.04775px 2.45078px 0 -3.13333px,
        #4466f2 -35.00717px 3.6794px 0 -3.2px,
        #4466f2 -34.92345px 4.90817px 0 -3.26667px,
        #4466f2 -34.79654px 6.13557px 0 -3.33333px,
        #4466f2 -34.62643px 7.36007px 0 -3.4px,
        #4466f2 -34.41316px 8.58016px 0 -3.46667px,
        #4466f2 -34.15683px 9.79431px 0 -3.53333px,
        #4466f2 -33.85761px 11.001px 0 -3.6px,
        #4466f2 -33.5157px 12.19872px 0 -3.66667px,
        #4466f2 -33.13137px 13.38594px 0 -3.73333px,
        #4466f2 -32.70493px 14.56117px 0 -3.8px,
        #4466f2 -32.23675px 15.72291px 0 -3.86667px,
        #4466f2 -31.72725px 16.86968px 0 -3.93333px,
        #4466f2 -31.17691px 18px 0 -4px,
        #4466f2 -30.58627px 19.11242px 0 -4.06667px,
        #4466f2 -29.95589px 20.2055px 0 -4.13333px,
        #4466f2 -29.28642px 21.27783px 0 -4.2px,
        #4466f2 -28.57852px 22.32799px 0 -4.26667px,
        #4466f2 -27.83295px 23.35462px 0 -4.33333px,
        #4466f2 -27.05047px 24.35635px 0 -4.4px,
        #4466f2 -26.23192px 25.33188px 0 -4.46667px,
        #4466f2 -25.37819px 26.27988px 0 -4.53333px,
        #4466f2 -24.49018px 27.1991px 0 -4.6px,
        #4466f2 -23.56888px 28.0883px 0 -4.66667px,
        #4466f2 -22.6153px 28.94626px 0 -4.73333px,
        #4466f2 -21.6305px 29.77183px 0 -4.8px,
        #4466f2 -20.61558px 30.56385px 0 -4.86667px,
        #4466f2 -19.57168px 31.32124px 0 -4.93333px,
        #4466f2 -18.5px 32.04294px 0 -5px,
        #4466f2 -17.40175px 32.72792px 0 -5.06667px,
        #4466f2 -16.27818px 33.37522px 0 -5.13333px,
        #4466f2 -15.1306px 33.98389px 0 -5.2px,
        #4466f2 -13.96034px 34.55305px 0 -5.26667px,
        #4466f2 -12.76875px 35.08186px 0 -5.33333px,
        #4466f2 -11.55724px 35.56951px 0 -5.4px,
        #4466f2 -10.32721px 36.01527px 0 -5.46667px,
        #4466f2 -9.08014px 36.41843px 0 -5.53333px,
        #4466f2 -7.81748px 36.77835px 0 -5.6px,
        #4466f2 -6.54075px 37.09443px 0 -5.66667px,
        #4466f2 -5.25147px 37.36612px 0 -5.73333px,
        #4466f2 -3.95118px 37.59293px 0 -5.8px,
        #4466f2 -2.64145px 37.77443px 0 -5.86667px,
        #4466f2 -1.32385px 37.91023px 0 -5.93333px;
    box-shadow: #4466f2 0px 26px 0 6px, #4466f2 0.90971px 26.05079px 0 5.93333px,
        #4466f2 1.82297px 26.06967px 0 5.86667px,
        #4466f2 2.73865px 26.05647px 0 5.8px,
        #4466f2 3.65561px 26.01104px 0 5.73333px,
        #4466f2 4.57274px 25.93327px 0 5.66667px,
        #4466f2 5.48887px 25.8231px 0 5.6px,
        #4466f2 6.40287px 25.68049px 0 5.53333px,
        #4466f2 7.31358px 25.50548px 0 5.46667px,
        #4466f2 8.21985px 25.2981px 0 5.4px,
        #4466f2 9.12054px 25.05847px 0 5.33333px,
        #4466f2 10.01448px 24.78672px 0 5.26667px,
        #4466f2 10.90054px 24.48302px 0 5.2px,
        #4466f2 11.77757px 24.1476px 0 5.13333px,
        #4466f2 12.64443px 23.78072px 0 5.06667px,
        #4466f2 13.5px 23.38269px 0 5px,
        #4466f2 14.34315px 22.95384px 0 4.93333px,
        #4466f2 15.17277px 22.49455px 0 4.86667px,
        #4466f2 15.98776px 22.00526px 0 4.8px,
        #4466f2 16.78704px 21.48643px 0 4.73333px,
        #4466f2 17.56953px 20.93855px 0 4.66667px,
        #4466f2 18.33418px 20.36217px 0 4.6px,
        #4466f2 19.07995px 19.75787px 0 4.53333px,
        #4466f2 19.80582px 19.12626px 0 4.46667px,
        #4466f2 20.5108px 18.468px 0 4.4px,
        #4466f2 21.1939px 17.78379px 0 4.33333px,
        #4466f2 21.85416px 17.07434px 0 4.26667px,
        #4466f2 22.49067px 16.34043px 0 4.2px,
        #4466f2 23.10251px 15.58284px 0 4.13333px,
        #4466f2 23.68881px 14.80241px 0 4.06667px, #4466f2 24.24871px 14px 0 4px,
        #4466f2 24.7814px 13.1765px 0 3.93333px,
        #4466f2 25.28607px 12.33284px 0 3.86667px,
        #4466f2 25.76198px 11.46997px 0 3.8px,
        #4466f2 26.2084px 10.58888px 0 3.73333px,
        #4466f2 26.62462px 9.69057px 0 3.66667px,
        #4466f2 27.01001px 8.77608px 0 3.6px,
        #4466f2 27.36392px 7.84648px 0 3.53333px,
        #4466f2 27.68577px 6.90284px 0 3.46667px,
        #4466f2 27.97502px 5.94627px 0 3.4px,
        #4466f2 28.23116px 4.97791px 0 3.33333px,
        #4466f2 28.4537px 3.99891px 0 3.26667px,
        #4466f2 28.64223px 3.01042px 0 3.2px,
        #4466f2 28.79635px 2.01364px 0 3.13333px,
        #4466f2 28.91571px 1.00976px 0 3.06667px, #4466f2 29px 0px 0 3px,
        #4466f2 29.04896px -1.01441px 0 2.93333px,
        #4466f2 29.06237px -2.03224px 0 2.86667px,
        #4466f2 29.04004px -3.05223px 0 2.8px,
        #4466f2 28.98185px -4.07313px 0 2.73333px,
        #4466f2 28.88769px -5.09368px 0 2.66667px,
        #4466f2 28.75754px -6.1126px 0 2.6px,
        #4466f2 28.59138px -7.12863px 0 2.53333px,
        #4466f2 28.38926px -8.14049px 0 2.46667px,
        #4466f2 28.15127px -9.1469px 0 2.4px,
        #4466f2 27.87755px -10.1466px 0 2.33333px,
        #4466f2 27.56827px -11.1383px 0 2.26667px,
        #4466f2 27.22365px -12.12075px 0 2.2px,
        #4466f2 26.84398px -13.09268px 0 2.13333px,
        #4466f2 26.42956px -14.05285px 0 2.06667px,
        #4466f2 25.98076px -15px 0 2px,
        #4466f2 25.49798px -15.93291px 0 1.93333px,
        #4466f2 24.98167px -16.85035px 0 1.86667px,
        #4466f2 24.43231px -17.75111px 0 1.8px,
        #4466f2 23.85046px -18.63402px 0 1.73333px,
        #4466f2 23.23668px -19.49789px 0 1.66667px,
        #4466f2 22.5916px -20.34157px 0 1.6px,
        #4466f2 21.91589px -21.16393px 0 1.53333px,
        #4466f2 21.21024px -21.96384px 0 1.46667px,
        #4466f2 20.4754px -22.74023px 0 1.4px,
        #4466f2 19.71215px -23.49203px 0 1.33333px,
        #4466f2 18.92133px -24.2182px 0 1.26667px,
        #4466f2 18.10379px -24.91772px 0 1.2px,
        #4466f2 17.26042px -25.58963px 0 1.13333px,
        #4466f2 16.39217px -26.23295px 0 1.06667px,
        #4466f2 15.5px -26.84679px 0 1px,
        #4466f2 14.58492px -27.43024px 0 0.93333px,
        #4466f2 13.64796px -27.98245px 0 0.86667px,
        #4466f2 12.69018px -28.50262px 0 0.8px,
        #4466f2 11.7127px -28.98995px 0 0.73333px,
        #4466f2 10.71663px -29.4437px 0 0.66667px,
        #4466f2 9.70313px -29.86317px 0 0.6px,
        #4466f2 8.67339px -30.2477px 0 0.53333px,
        #4466f2 7.6286px -30.59666px 0 0.46667px,
        #4466f2 6.57001px -30.90946px 0 0.4px,
        #4466f2 5.49886px -31.18558px 0 0.33333px,
        #4466f2 4.41643px -31.42451px 0 0.26667px,
        #4466f2 3.32401px -31.6258px 0 0.2px,
        #4466f2 2.22291px -31.78904px 0 0.13333px,
        #4466f2 1.11446px -31.91388px 0 0.06667px, #4466f2 0px -32px 0 0px,
        #4466f2 -1.11911px -32.04713px 0 -0.06667px,
        #4466f2 -2.24151px -32.05506px 0 -0.13333px,
        #4466f2 -3.36582px -32.02361px 0 -0.2px,
        #4466f2 -4.49065px -31.95265px 0 -0.26667px,
        #4466f2 -5.61462px -31.84212px 0 -0.33333px,
        #4466f2 -6.73634px -31.69198px 0 -0.4px,
        #4466f2 -7.8544px -31.50227px 0 -0.46667px,
        #4466f2 -8.9674px -31.27305px 0 -0.53333px,
        #4466f2 -10.07395px -31.00444px 0 -0.6px,
        #4466f2 -11.17266px -30.69663px 0 -0.66667px,
        #4466f2 -12.26212px -30.34982px 0 -0.73333px,
        #4466f2 -13.34096px -29.96429px 0 -0.8px,
        #4466f2 -14.4078px -29.54036px 0 -0.86667px,
        #4466f2 -15.46126px -29.07841px 0 -0.93333px,
        #4466f2 -16.5px -28.57884px 0 -1px,
        #4466f2 -17.52266px -28.04212px 0 -1.06667px,
        #4466f2 -18.52792px -27.46878px 0 -1.13333px,
        #4466f2 -19.51447px -26.85936px 0 -1.2px,
        #4466f2 -20.48101px -26.21449px 0 -1.26667px,
        #4466f2 -21.42625px -25.53481px 0 -1.33333px,
        #4466f2 -22.34896px -24.82104px 0 -1.4px,
        #4466f2 -23.2479px -24.07391px 0 -1.46667px,
        #4466f2 -24.12186px -23.29421px 0 -1.53333px,
        #4466f2 -24.96967px -22.48279px 0 -1.6px,
        #4466f2 -25.79016px -21.64052px 0 -1.66667px,
        #4466f2 -26.58223px -20.76831px 0 -1.73333px,
        #4466f2 -27.34477px -19.86714px 0 -1.8px,
        #4466f2 -28.07674px -18.938px 0 -1.86667px,
        #4466f2 -28.7771px -17.98193px 0 -1.93333px,
        #4466f2 -29.44486px -17px 0 -2px,
        #4466f2 -30.07908px -15.99333px 0 -2.06667px,
        #4466f2 -30.67884px -14.96307px 0 -2.13333px,
        #4466f2 -31.24325px -13.91039px 0 -2.2px,
        #4466f2 -31.7715px -12.83652px 0 -2.26667px,
        #4466f2 -32.26278px -11.74269px 0 -2.33333px,
        #4466f2 -32.71634px -10.63018px 0 -2.4px,
        #4466f2 -33.13149px -9.5003px 0 -2.46667px,
        #4466f2 -33.50755px -8.35437px 0 -2.53333px,
        #4466f2 -33.84391px -7.19374px 0 -2.6px,
        #4466f2 -34.14px -6.0198px 0 -2.66667px,
        #4466f2 -34.39531px -4.83395px 0 -2.73333px,
        #4466f2 -34.60936px -3.63759px 0 -2.8px,
        #4466f2 -34.78173px -2.43218px 0 -2.86667px,
        #4466f2 -34.91205px -1.21916px 0 -2.93333px, #4466f2 -35px 0px 0 -3px,
        #4466f2 -35.04531px 1.22381px 0 -3.06667px,
        #4466f2 -35.04775px 2.45078px 0 -3.13333px,
        #4466f2 -35.00717px 3.6794px 0 -3.2px,
        #4466f2 -34.92345px 4.90817px 0 -3.26667px,
        #4466f2 -34.79654px 6.13557px 0 -3.33333px,
        #4466f2 -34.62643px 7.36007px 0 -3.4px,
        #4466f2 -34.41316px 8.58016px 0 -3.46667px,
        #4466f2 -34.15683px 9.79431px 0 -3.53333px,
        #4466f2 -33.85761px 11.001px 0 -3.6px,
        #4466f2 -33.5157px 12.19872px 0 -3.66667px,
        #4466f2 -33.13137px 13.38594px 0 -3.73333px,
        #4466f2 -32.70493px 14.56117px 0 -3.8px,
        #4466f2 -32.23675px 15.72291px 0 -3.86667px,
        #4466f2 -31.72725px 16.86968px 0 -3.93333px,
        #4466f2 -31.17691px 18px 0 -4px,
        #4466f2 -30.58627px 19.11242px 0 -4.06667px,
        #4466f2 -29.95589px 20.2055px 0 -4.13333px,
        #4466f2 -29.28642px 21.27783px 0 -4.2px,
        #4466f2 -28.57852px 22.32799px 0 -4.26667px,
        #4466f2 -27.83295px 23.35462px 0 -4.33333px,
        #4466f2 -27.05047px 24.35635px 0 -4.4px,
        #4466f2 -26.23192px 25.33188px 0 -4.46667px,
        #4466f2 -25.37819px 26.27988px 0 -4.53333px,
        #4466f2 -24.49018px 27.1991px 0 -4.6px,
        #4466f2 -23.56888px 28.0883px 0 -4.66667px,
        #4466f2 -22.6153px 28.94626px 0 -4.73333px,
        #4466f2 -21.6305px 29.77183px 0 -4.8px,
        #4466f2 -20.61558px 30.56385px 0 -4.86667px,
        #4466f2 -19.57168px 31.32124px 0 -4.93333px,
        #4466f2 -18.5px 32.04294px 0 -5px,
        #4466f2 -17.40175px 32.72792px 0 -5.06667px,
        #4466f2 -16.27818px 33.37522px 0 -5.13333px,
        #4466f2 -15.1306px 33.98389px 0 -5.2px,
        #4466f2 -13.96034px 34.55305px 0 -5.26667px,
        #4466f2 -12.76875px 35.08186px 0 -5.33333px,
        #4466f2 -11.55724px 35.56951px 0 -5.4px,
        #4466f2 -10.32721px 36.01527px 0 -5.46667px,
        #4466f2 -9.08014px 36.41843px 0 -5.53333px,
        #4466f2 -7.81748px 36.77835px 0 -5.6px,
        #4466f2 -6.54075px 37.09443px 0 -5.66667px,
        #4466f2 -5.25147px 37.36612px 0 -5.73333px,
        #4466f2 -3.95118px 37.59293px 0 -5.8px,
        #4466f2 -2.64145px 37.77443px 0 -5.86667px,
        #4466f2 -1.32385px 37.91023px 0 -5.93333px;
    -webkit-animation: whirly-loader 1.25s infinite linear;
    animation: whirly-loader 1.25s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/**=====================
     04. Loader CSS Ends
==========================**/

/**=====================
     PRODUCT CARD 2 CSS
==========================**/

/* .card-jfy-item-wrapper:first-child{
   margin-left: 7px;
} */
/* .card-jfy-item-wrapper:last-child{ */
/* margin-right: 7px; */
/* } */
.card-jfy-item-wrapper {
    vertical-align: top;
    width: auto;
    margin: auto;
    margin-left: 7px;
    margin-right: 7px;
    min-height: 189px;
    background: #fff;
    height: 100%;
    border-radius: 8px;
}

.inline {
    display: inline-block;
}

.card-jfy-li-content {
    height: 100%;
    width: 100%;
    display: block;
}

.card-jfy-item {
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.card-jfy-image-background {
    box-sizing: border-box;
    line-height: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ccd8d8;
    border-radius: 8px;
}

.card-jfy-image .image {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-banner-slider img,
.hp-mod-card img {
    background-image: url(//laz-img-cdn.alicdn.com/tfs/O1CN01dvkMym1okxcRX8DGF_!!6000000005264-2-tps-200-200.png);
}

.card-banner-slider img,
.hp-mod-card img,
.img-wrap,
.page {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
}

.card-banner-slider img,
.hp-mod-card img,
.img-wrap {
    background-size: contain;
    line-height: 2;
    text-indent: -9999px;
    color: transparent !important;
    background-position: 50% 50%;
    text-align: center;
    display: block;
}

.card-jfy-item-desc {
    padding: 4px 8px 12px;
    background: #fff;
    clear: both;
    border-radius: 8px;
    /* for hot deals */
    display: grid;
}

.card-jfy-segment {
    color: #a90b26;
    font-size: 12px;
    line-height: 14px;
    min-height: 14px;
    margin: 2px 0;
}

.card-jfy-title {
    overflow: hidden;
    position: relative;
    font-size: 13px;
    height: auto;
    line-height: 18px;
    color: #212121;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

/* .card-jfy-title {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    color: #212121;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */

.card-jfy-item .hp-mod-price {
    margin-top: 0px;
}

.hp-mod-price {
    margin-top: 4px;
}

/* .card-jfy-item .hp-mod-price-first-line {
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    color: #f85606;
} */

.hp-mod-price-first-line {
    line-height: 21px;
    height: 21px;
    font-size: 18px;
    color: #f85606;
}

/* .card-jfy-item .hp-mod-price-first-line {
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    color: #f85606;
} */

.hp-mod-price-first-line {
    line-height: 21px;
    height: 21px;
    font-size: 18px;
    color: #f85606;
}

.card-jfy-item .hp-mod-price-first-line {
    line-height: 22px;
    height: 22px;
    /* font-size: 14px; */
    color: #f85606;
    font-weight: 700;
}

.hp-mod-price-first-line {
    line-height: 21px;
    height: 21px;
    font-size: 18px;
    color: #f85606;
}

.hp-mod-price-second-line {
    margin-top: 0px !important;
    line-height: 0px;
    height: 13px;
    color: #9e9e9e;
    font-size: 14px;
}

.align-left {
    float: left;
    font-weight: 700;
}

.hp-mod-price-text {
    text-decoration: line-through;
    margin-right: 1px;
}

.hp-mod-price-second-line {
    margin-top: 4px;
    line-height: 11px;
    height: 11px;
    color: #9e9e9e;
    font-size: 10px;
}

.hp-mod-price-text {
    text-decoration: line-through;
}

/* .card-jfy-item .hp-mod-price-second-line {
    margin-top: 4px;
    margin-right: 4px;
    line-height: 14px;
    height: 14px;
    color: #9e9e9e;
    font-size: 12px;
} */

.hp-mod-price-second-line {
    margin-top: 4px;
    line-height: 11px;
    height: 11px;
    color: #9e9e9e;
    font-size: 10px;
}

.hp-mod-price-text {
    text-decoration: line-through;
}

.hp-mod-price-second-line {
    margin-top: 4px;
    line-height: 11px;
    height: 11px;
    color: #9e9e9e;
    font-size: 10px;
}

.card-jfy-item .hp-mod-discount {
    margin-right: 4px;
}

.align-left {
    float: left;
    padding-top: 0px;
    margin-right: 1px;
    display: flex;
}

.hp-mod-discount {
    color: #212121;
    opacity: 0.8;
    margin-left: 5px;
    /* margin-top: 2px; */
    /* display: contents; */
}

.card-jfy-item .hp-mod-price-second-line {
    margin-top: 4px;
    margin-right: 4px;
    line-height: 14px;
    height: 14px;
    color: #9e9e9e;
    font-size: 11px;
    /* display: flex; */
}

.hp-mod-price-second-line {
    margin-top: 4px;
    line-height: 11px;
    height: 11px;
    color: #9e9e9e;
    font-size: 10px;
}

.card-jfy-footer {
    margin-top: 8px;

    /* for hot deals */
    height: 0px;
    /**/
    clear: both;
    display: flex;
    align-items: center;
}

.card-jfy-ratings {
    position: relative;
    float: left;
    margin-right: 2px;
    margin-bottom: 3px;
    display: block;
    height: 11px;
    line-height: 11px;
    font-size: 18px;
}

.card-jfy-ratings-comment {
    float: left;
    font-size: 12px;
    color: #9e9e9e;
    margin-left: 1px;
    font-weight: 500;
}

.card-jfy-rating-layer.top-layer {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
}

.card-jfy-rating-layer {
    display: inline-block;
}

.hp-mod-card-hover:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 88%);
    -webkit-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transform: all 0.3s ease-in-out;
    position: relative;
}

.yamm-content .row .col-lg-4 {
    margin-bottom: 10px;
}

.sidebar .side-menu nav .nav>li a:hover,
.sidebar .side-menu nav .nav>li a:focus {
    /* text-decoration: underline; */
    /* box-shadow: inset 270px 0 0 0 #54b3d6;
    color: white !important;  */
    /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%); */
}

#megamenu:hover {
    text-decoration: underline;
    color: red !important;
}

.sidebar .side-menu nav .nav>li #category_list:hover {
    box-shadow: inset 270px 0 0 0 #004ce08c;
    color: white !important;
}

.category-image:hover {}

.product-discount {
    font-size: 15px;
    background: #f9e7e7;
    color: red;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
    border: solid #f1c6c6 1px;
    font-weight: 400;
}

.product-coupon {
    margin-bottom: 10px;
    cursor: pointer;
}

.product-coupon .product-coupon-inner {
    display: inline-block;
}

.product-coupon .product-coupon-item {
    margin-right: 5px;
    margin-bottom: 5px;
}

.coupon-mark {
    position: relative;
    font-size: 12px;
    color: rgb(255, 255, 255);
    height: 22px;
    display: inline-block;
}

.coupon-mark-new {
    height: 100%;
    background: rgb(255, 71, 71);
    padding: 0px;
    margin: 0px 9px;
}

.coupon-mark-new::after,
.coupon-mark-new::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 22px;
    top: 0px;
}

.coupon-mark-new::before {
    left: 0px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAsCAYAAABsSzi3AAAAAXNSR0IArs4c6QAAAJxJREFUSA1j/O/u/p+BAsBEgV6w1mFhACNjBgMj4z1yw4IRpPG/n584w8+fN4FMflINAgci46ZNL4EaV5GqGaQeORZeUWYAI6M52Qb89/JKZPj/34UcAxj/e3hcBWrWIkczSA8TJZohBpBrNVQfEzARjSYkWCCOJiRYSJBMjyYk5CJtNCGRnIBgGkYT0mhCAqUF5PYBLG2QRA8DAwBc41ZIOPfvrQAAAABJRU5ErkJggg==) 50% center / contain no-repeat;
}

.coupon-mark-new::after {
    right: 0px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAsCAYAAABsSzi3AAAAAXNSR0IArs4c6QAAAI1JREFUSA1j/O/u/p+BAsBEgV6w1hFtACPjPQZGxgwWMgPxIwMnpyXj+vWvyA3EVSDNIMvJNQCsmXwDGBnNYV4nzwX//7v89/JKBBnCSFFSZmS8Rp4LYO7//1+LMgOABpFvwGhCGk1IsJQ4mpDAIUFeZhotkZCS0WiJBAqM0YQ0oFUbND2SFwtIiZliAwAFzk2Ez4UCjAAAAABJRU5ErkJggg==) 50% center / contain no-repeat;
}

.coupon-mark-new::after,
.coupon-mark-new::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 22px;
    top: 0px;
}

.product-chat {
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    border: solid 1px #7aaf79;
    border-radius: 3px;
    background: #e4ffea;
    font-size: 20px;
    color: #14560c;
}

.product-btn-buy {
    margin-top: 11px;
}

.btn-wishlist .label {
    font-weight: 700;
    border: solid 1px #787878;
    border-radius: 3px;
    background: #ffffff;
    font-size: 20px;
    color: #7e7e7e;
    margin-left: 9px;
    padding: 3px 9px 6px 9px;
}

.btn-buy {
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(213deg,
            rgb(255, 123, 72) 7%,
            rgb(247, 60, 34) 92%);
    font-weight: 600;
}

.btn-add-to-cart {
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(239deg,
            rgb(0 184 255) 7%,
            rgb(0 110 175));
    font-weight: 600;
}

.more-products .pro-img {
    padding: 0px 0px 0px 15px !important;
}

.more-products .pro-dtl {
    padding: 0px 5px 5px 5px !important;
}

.cnt-block .icon {
    font-size: 13px;
}

.li-myaccount {
    padding: 3px 10px 3px 10px;
}

.myaccount .dropdown-menu {
    min-width: 200px !important;
}

.li-myaccount .row {
    padding: 0 !important;
    margin: 0 !important;
}

.li-myaccount .col-md-6,
.li-myaccount .col-md-3,
.li-myaccount .col-md-9 {
    padding: 0px 4px 0px 0px !important;
    margin: 0 !important;
}

.li-myaccount .btn {
    width: 100% !important;
}

.li-myaccount hr {
    margin: 10px 0px 0px 0px !important;
}

.myaccount form {
    padding: 4px 0px 6px 10px !important;
}

.wishlist-tr .wishlist-btn a {
    width: 100% !important;
    margin-bottom: 5px !important;
    text-align: left !important;
}

.welcome-offer {
    width: 100%;
}

.offer-content {
    width: 100%;
    height: 160px;
    min-height: 160px;
    font-family: Open Sans, Roboto, Arial, Helvetica, sans-serif, SimSun;
    cursor: pointer;
}

.offer-content .bg-img {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 12px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: -20px;
    height: 100%;
}

.offer-content .bg-img .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 204px;
    padding-right: 12px;
    margin-top: 0px;
}

.offer-content .bg-img .title h3 {
    margin: 2px 0 0px 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.offer-content .bg-img .title p {
    margin: 7px 0px 2px 0px;
    color: #fff;
    font-size: 14px;
}

.offer-content .button-holder {
    width: 172px;
    height: 40px;
    padding: 9px 0px 0 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    text-align: center;
    margin-top: 12px;
}

.welcome-offer .content {
    padding-top: 0px;
    padding-left: 2px;
}

.feature-img {
    margin: 0px auto 0px;
    display: block;
    height: 70px;
    text-align: center;
    width: 70px;
    border-radius: 4px;
    position: relative;
}

.mt-8 {
    margin-top: 8px;
}

.pl-35 {
    padding-left: 36px;
}

.desktop-offer-sec {
    height: 218px;
    width: 268px;
}

.desktop-offer-sec .bg-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-family: Open Sans, Roboto, Arial, Helvetica, sans-serif, SimSun;
    background-size: cover;
    cursor: pointer;
    border-radius: 8px;
}

.desktop-offer-sec .title-sec {
    height: 50px;
    color: #fff;
    margin-top: 10px;
    padding-left: 7px;
}

.desktop-offer-sec .title-sec .main-title {
    padding-top: 6px;
    overflow: hidden;
    font-size: 13px;
    line-height: 11px;
}

.desktop-offer-sec .title-sec p {
    padding-top: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.top-offer-item {
    background: #fff;
    margin: 3px;
    border-radius: 8px;
    width: 100px;
}

.top-offer-item .offer-price {
    line-height: 11px !important;
    font-size: 12px !important;
    color: #f85606;
    height: 18px;
    margin-top: 6px;
    font-weight: 700;
}

.top-product-item {
    background: #fff;
    margin: 12px;
    border-radius: 8px;
    margin-top: 7px;
    width: 87%;
}

.top-product-item .product-price {
    line-height: 11px !important;
    font-size: 12px !important;
    color: #f85606;
    height: 22px;
    margin-top: 5px;
    font-weight: 700;
}

.top-product-item .hp-mod-price-second-line {
    line-height: 1px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-7 {
    margin-top: 7px;
}

.left-profile-area .profile-about-box {
    background-color: white;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
    box-shadow: 0px 5px 5px 0px rgba(10, 10, 11, 0.17);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 8px;
    width: 268px;
}

.left-profile-area .profile-about-box .p-inner-content {
    position: relative;
    padding: 219px 11px 0px;
    text-align: center;
    height: 275px;
    background: #f9fbfd;
    margin-bottom: 11px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.left-profile-area .profile-about-box .p-inner-content .profile-img {
    margin-top: 0px;
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.left-profile-area .profile-about-box .p-inner-content .name {
    font-size: 28px;
    line-height: 38px;
    margin-top: 21px;
    margin-bottom: 5px;
}

.login-btn {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.pr-7 {
    padding-right: 18px;
}

.pl-7 {
    padding-left: 7px;
}

.bottom-bar {
    padding: 0px;
    font-size: 13px;
    background: #f8f3f3;
    display: flex;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.footer-bottom-inner {
    text-align: center;
}

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

.bottom-bar .header-top-inner .cnt-block .list-inline .icon-f {
    margin: 0px 0;
}

.bottom-bar .cnt-block .list-inline>.icon-f>a {
    padding: 11px 12px 7px 0px;
    color: #888;
    display: inline-block;
}

.bottom-bar .cnt-block .list-inline .icon-f a .icon {
    font-size: 17px;
}

.active-icon {
    color: #1f296c;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li {
    float: left !important;
}

.des-tab {
    padding-top: 0px !important;
    margin-top: -25px;
}

.d-flex {
    display: inline-flex;
}

.pdp-mod-review .mod-rating .detail li .progress-title {
    display: inline-flex !important;
}

.voucher-alert.voucher-alert-success {
    background-color: #1f296c99
        /*  #00000099 */
    ;
}

.voucher-alert.voucher-alert-danger {
    background-color: #eb1d7499
        /*  #00000099 */
    ;
}

.voucher-alert {
    background-color: #00000099;
    box-sizing: border-box;
    max-width: 80%;
    color: #ffffff;
    padding: 8px 16px;
    position: fixed;
    left: 50%;
    bottom: 50%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    transform: translateX(-50%) scale(0.8);
    z-index: 9999;
}

.pro-biz-chat-sep {
    margin: 10px 0px;
}

.product-summary .row {
    margin: 0px !important;
}

.product-summary .row .col-xs-1 {
    margin: 0px !important;
    padding: 0px !important;
}

.product-summary .row .col-xs-4 {
    margin: 0px !important;
    padding: 0px 8px 0px 0px !important;
}

.product-summary .row .col-xs-7 {
    margin: 0px !important;
    padding: 0px 5px 0px 0px !important;
}

.dropdown-cart hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-item .row .action .remove_item i {
    margin-top: 12px;
    background: #d7d7d7;
    padding: 4px 4px 4px 5px;
    border-radius: 17px;
    color: #a50000;
}

.delivery-item-name-wrap {
    margin-bottom: 0px !important;
    margin-top: -6px !important;
}

.voucher-code {
    position: initial;
    display: flex;
    flex-direction: column;
    place-content: flex-start center;
    flex-shrink: 0;
    height: 23px;
    padding: 0px 13px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    max-width: 140px;
    background-color: rgb(255, 255, 255);
    border-width: 0.6px;
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 2.4px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    margin-top: 7px;
}

.voucher-box {
    background: #fff;
    padding: 10px;
}

@media (min-width: 768px) {
    .bottom-bar {
        display: none;
    }
}

.navbar-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #1f296c !important;
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #1f296c !important;
}

.navbar-inverse .navbar-nav>li>a {
    font-weight: 700 !important;
    color: #9d9d9d;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent !important;
}

.cover-mt {
    margin-top: -130px;
}

.nav>li {
    position: relative;
    display: block;
}

#top-product-slider {
    margin-top: -1px;
    margin-bottom: -7px;
}

#btn_log {
    background: linear-gradient(to bottom right, #ffffff, #ae9c8f);
    border: 0;
    border-radius: 8px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 56%) 0px 3px 14px 2px;
}

#btn_reg {
    background: linear-gradient(to bottom right, #ef4765, #ff9a5a);
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 56%) 0px 3px 14px 2px;
}

#btn_reg:not([disabled]):focus {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5),
        -0.125rem -0.125rem 1rem rgba(239, 71, 101, 0.5),
        0.125rem 0.125rem 1rem rgba(255, 154, 90, 0.5);
}

#btn_reg:not([disabled]):hover {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5),
        -0.125rem -0.125rem 1rem rgba(239, 71, 101, 0.5),
        0.125rem 0.125rem 1rem rgba(255, 154, 90, 0.5);
}

#btn_dash {
    background: linear-gradient(to bottom right, #ef4765, #ff9a5a);
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    margin-top: 10px;
    box-shadow: rgb(0 0 0 / 56%) 0px 3px 14px 2px;
    margin-left: 47px;
}

#btn_dash:not([disabled]):focus {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5),
        -0.125rem -0.125rem 1rem rgba(239, 71, 101, 0.5),
        0.125rem 0.125rem 1rem rgba(255, 154, 90, 0.5);
}

#btn_dash:not([disabled]):hover {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5),
        -0.125rem -0.125rem 1rem rgba(239, 71, 101, 0.5),
        0.125rem 0.125rem 1rem rgba(255, 154, 90, 0.5);
}

#btn_log:hover {
    box-shadow: none;
}

#category_images {
    border-radius: 50%;
}

#img_offer_product {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#top-offer-slider {
    margin-top: 12px;
    padding-left: 7px;
}

#hero .owl-carousel .owl-wrapper-outer {
    border-radius: 8px;
}

.hot-deals .custom-carousel .owl-controls .owl-prev:before {
    top: -1px;
}

.hot-deals .custom-carousel .owl-controls .owl-next:before {
    top: -1px;
}

#upsell .custom-carousel .owl-controls .owl-prev:before {
    top: -1px;
}

#upsell .custom-carousel .owl-controls .owl-next:before {
    top: -1px;
}

#business_first {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#business_products {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#discount_and_shipping {
    margin-left: 8px !important;
    margin-top: 0px !important;
}

/* login */
.login-control {
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    height: 48px;
    color: black;
    font-size: 15px;
    padding-top: 28px;
}

.login-control:focus {
    border-color: #676767;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 109, 240, 0.6); */
}

.login-control:hover {
    border: 1px solid #676767;
}

.login_group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
}

.login_group .info-title {
    font-size: 15px;
    color: #959595;
    position: absolute;
    pointer-events: none;
    top: 12px;
    left: 12px;
    transition: all 0.1s ease;
    font-weight: 600;
}

.login_group input:focus~.info-title,
.login_group input:not(:focus):valid~.info-title {
    top: 3px;
    bottom: 0px;
    left: 12px;
    font-size: 12px;
    opacity: 1;
    color: #959595;
}

.hello {
    margin-bottom: 20px;
}

.login_btn {
    text-align: center;
    margin-bottom: -15px;
}

.checkout-page-button {
    /* margin: 10px; */
    padding: 12px 54px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 20px;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg,
            #ff512f 0%,
            #f09819 51%,
            #ff512f 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 18px;
}

.checkout-page-button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.checkout-page-button:active {
    transform: scale(0.95);
}

.social-icon {
    text-align: center;
}

.icon_social {
    padding: 10px;
    font-size: 28px !important;
    width: 48px;
    text-align: center;
    text-decoration: none;
    margin: 5px 4px;
    border-radius: 50%;
}

.icon_social:hover {
    opacity: 0.7;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-facebook {
    background: #3b5998;
    color: white;
}

.seperator {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    margin: 45px 0 0;
    margin-bottom: -15px;
}

.seperator b {
    /* width: 40px;
    height: 40px; */
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    /* border: 1px solid #e0e0e0;
    border-radius: 50%; */
    position: relative;
    top: -22px;
    z-index: 1;
    padding: 0px 21px;
}

.sign_para {
    text-align: center;
}

.fa-eye {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 18px !important;
    top: -8px;
    left: -14px;
    color: #676767 !important;
}

.sign_in_font {
    font-weight: 700;
    padding-bottom: 15px !important;
}

.sign_item_center {
    text-align: center;
    padding-right: 8px;
    margin-bottom: 25px;
}

.padding_sign_in {
    padding: 20px;
}

/* end */

/* sign up */
.form-group .info-title-phone {
    font-size: 15px;
    color: #959595;
    position: absolute;
    pointer-events: none;
    top: 12px;
    left: 12px;
    transition: all 0.1s ease;
}

.sign_up_font {
    margin-bottom: 20px !important;
}

.sign_up_btn {
    padding: 8px 42px !important;
    margin-top: 5px;
}

.padding_sign_up {
    padding: 20px;
    padding-bottom: 0px;
}

.phone_number {
    padding-top: 10px !important;
    font-size: 14px;
    height: 42px;
}

.already_reg {
    margin-top: -11px;
    font-size: 12px;
}

.already_reg:hover {
    color: #2331ff !important;
}

.tearms_and_privacy {
    font-size: 12px;
    margin-bottom: -5px;
}

.ter_of_servi {
    font-size: 11px;
}

/* end */

.sticky {
    z-index: 10;
}

/* header fixed */
@media (min-width: 768px) {
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5000;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
        /* -webkit-transition: height .25s linear, zIndex 0s linear .25s;
        transition: height .25s linear, zIndex 0s linear .25s; */
        box-shadow: 0 -3px 12px 0 #000;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }
}

/* end */
.slider-image {
    width: 100%;
    height: 100%;
}

/* top header banner */
.grid--full {
    margin-left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -15px;
}

#top-header-banner .top-item {
    line-height: 0;
}

#top-header-banner .top-item img {
    max-width: 100%;
    width: 100%;
}

.hp-mod-price-first-line .currency {
    font-size: 10px;
}

.hp-mod-price-first-line .price {
    font-size: 15px !important;
}

/* .item-hot-deals{
    height: 265px;
} */

.hot-deals-product {
    height: 98%;
    padding: 4px 0px 0px;
}

.product-slider {
    padding-bottom: 10px;
    margin-left: -3px;
}

.item-hot-deals {
    height: 262px;
}

/* checkout */
.mod-guest-register {
    border-radius: 8px;
}

#summery-info {
    height: 100%;
}

.to-pay-btn {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.summary-section {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* cart table */
.cart-border tr td {
    border-bottom: 1px solid #ddd !important;
}

.cart-thead>tr>th {
    border-top: 0.5px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

#cart_table td {
    padding: 18px !important;
    text-align: center;
}

/* category list */
.category-image {
    width: 18px;
    margin-right: 5px;
}

.img-dp {
    border-radius: 8px;
}

/* top navbar */
.top-bar .header-top-inner .cnt-block .list-inline a .value:hover {
    color: #0021ff !important;
}

.top-bar .header-top-inner .cnt-block .list-inline .myaccount .dropdown-menu .account-list:hover {
    background-color: #f2f2f2 !important;
}

.top-bar .header-top-inner .cnt-block .list-inline .dropdown-small .dropdown-menu .account-list:hover {
    background-color: #f2f2f2 !important;
}

#category_images:hover {
    border: 2px solid #ddd;
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover {
    color: red !important;
    text-decoration: underline;
}

.main-header .top-search-holder .search-area .categories-filter a:hover {
    color: red !important;
}

#product_list {
    height: 328px !important;
}

#upsell_product {
    height: 350px;
    margin-bottom: 12px;
}

#product_cart {
    margin-left: -10px;
}

.just-cart {
    width: 1200px;
}

#rate_size {
    font-size: 19px !important;
}

.homebanner-holder #product-tabs-slider .tab-content .tab-pane .product-slider .home-owl-carousel .item-hot-deals .hot-deals-product .inline .card-jfy-item .card-jfy-item-desc .card-jfy-footer .rating-bar {
    font-size: 17px !important;
}

/* track my order */
.top-bar .container .header-top-inner .nav-left .list-inline .dropdown-small {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
}

.top-bar .container .header-top-inner .nav-left {
    float: left;
    margin-left: 5px;
}

.nav-left .list-inline>li>a {
    padding: 7px 12px 7px 0px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #888;
    display: inline-block;
}

.nav-left .list-inline>li>a .value {
    color: rgb(111 109 109);
    margin: 0px 4px 0px 2px;
}

.nav-left .list-inline>li>a:hover,
.nav-left .list-inline>li>a:focus {
    text-decoration: none;
    color: #888888;
}

.nav-left .list-inline>li .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    top: 100%;
    left: -90px;
}

.nav-left .list-inline a .value:hover {
    color: #0021ff !important;
}

.nav-left .list-inline>li a {
    display: inline-flex;
}

.nav-left .list-inline>li a img {
    height: 18px;
    margin-top: 1px;
}

.play-store-icon a img {
    margin-top: 1px !important;
}

.nav-left .play-store-icon {
    margin-left: -5px;
}

.nav-left .icon {
    font-size: 14px;
}

/* best dealers */
#best_dealers .product-slider .products .product {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 4px;
    border-radius: 8px;
    padding-top: 0px !important;
}

#best_dealers .product-slider .products .product:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

#best_dealers .product-slider {
    margin-left: 7px;
}

#best_dealers .product-slider .products .product .product-image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.container-star {
    display: flex;
}

/* mobile cart */
@media (min-width: 768px) {
    .navbar-cart {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-cart {
        float: right;
        border: none;
        margin-right: 12px;
    }

    .navbar-cart a .icon {
        font-size: 27px;
        color: white;
        margin-top: 12px;
    }
}

/* .sidebar-module-container .sidebar-widget-body {
    max-height: 250px;
    overflow: auto;
} */

/* brand Show more / show less  */
a.showMore {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    color: #0077c8;
    text-decoration: none;
}

a.showMore::after {
    content: "+ VIEW MORE";
}

a.showMore.showLess::after {
    content: "- VIEW LESS";
}

.new-items ul {
    list-style: none;
}

.new-items a {
    text-decoration: none;
}

.new-items .more {
    color: #0077c8;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.new-items .more::after {
    content: "+ VIEW MORE";
}

.new-items .more.less::after {
    content: "- VIEW LESS";
}

.qr-code img {
    margin-bottom: 20px;
    border-radius: 8px;
    height: 94px;
}

/* track my order */
.wave-group {
    position: relative;
}

.wave-group .input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
    font-weight: 600;
}

.wave-group .input:focus {
    outline: none;
}

.wave-group .label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: -5px;
    top: 10px;
    display: flex;
}

.wave-group .label-char {
    transition: 0.2s ease all;
    transition-delay: calc(var(--index) * 0.05s);
}

.wave-group .input:focus~label .label-char,
.wave-group .input:valid~label .label-char {
    transform: translateY(-20px);
    font-size: 14px;
    color: #5264ae !important;
}

.wave-group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.wave-group .bar:before,
.wave-group .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #5264ae;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.wave-group .bar:before {
    left: 50%;
}

.wave-group .bar:after {
    right: 50%;
}

.wave-group .input:focus~.bar:before,
.wave-group .input:focus~.bar:after {
    width: 50%;
}

.wave-group span {
    color: #000000 !important;
}

.track-button {
    font-family: inherit;
    font-size: 20px;
    background: royalblue;
    color: white;
    padding: 0.4em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
}

.track-button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

.track-button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.track-button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.track-button:hover svg {
    transform: translateX(2em) rotate(45deg) scale(1.1);
}

.track-button:hover span {
    transform: translateX(5em);
}

.track-button:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

/* contact-us */
.first-card {
    background-color: white;
    padding: 24px 24px;
}

.first-card h2 {
    margin-bottom: 14px;
}

.first-card .first-card-footer {
    margin-top: 15px;
}

.first-card .first-card-footer p span {
    color: #000;
    font-weight: 600;
}

.first-card .first-card-footer p a span {
    color: blue;
    font-weight: 600;
}

.card-contact {
    --border-radius: 0.75rem;
    --primary-color: #7257fa;
    --secondary-color: #3c3852;
    width: 96%;
    font-family: "Arial";
    padding: 1rem;
    cursor: pointer;
    border-radius: var(--border-radius);
    background: #ffffff;
    position: relative;
    height: 112px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 3px;
    margin-bottom: 8px;
    margin-left: 5px;
    border: 0.5px solid #ddd;
}

.card-contact>*+* {
    margin-top: 1.1em;
}

.card-contact .card__content {
    /* color: var(--secondary-color); */
    color: #606060;
    font-weight: 400;
    margin-top: 8px;
    line-height: 19px;
    font-size: 14px;
}

.card-contact .card__title {
    padding: 0;
    font-weight: bold;
    line-height: 28px;
    color: #1a9cb7;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.card-contact .card__date {
    color: #6e6b80;
    font-size: 0.8rem;
}

.card-contact .card__arrow {
    position: absolute;
    background: var(--primary-color);
    padding: 0.7rem 1rem;
    border-top-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    bottom: 0;
    right: 0;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-contact svg {
    transition: 0.2s;
}

/* hover */
.card-contact:hover .card__title {
    color: var(--primary-color);
    text-decoration: underline;
}

.card-contact:hover .card__arrow {
    background: #111;
}

.card-contact:hover .card__arrow svg {
    transform: translateX(3px);
}

#detail .product-tab .list-group li {
    border: 1px solid white;
    margin-bottom: 2px;
}

#detail .product-tab .list-group li:hover {
    border: 1px solid #dadada;
    border-radius: 8px;
}

.single-contact-details {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(204 198 204);
    box-shadow: 0px 0px 20px 0px rgb(204 198 204);
    padding: 35px 0 35px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    min-height: 190px;
}

.single-contact-details .icon span {
    color: #1f296c;
    display: inline-block;
    font-size: 46px;
    line-height: 46px;
}

.single-contact-details:hover {
    box-shadow: none;
}

/* logo */
.header-logo {
    display: inline-block;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;
    animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left;
    }
}

.header-logo:hover {
    animation: vibrate 0.5s;
    animation-iteration-count: infinite;
}

@keyframes vibrate {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(-1deg);
    }

    20% {
        transform: rotate(1deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(-1deg);
    }

    60% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(-1deg);
    }

    80% {
        transform: rotate(1deg);
    }

    90% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-1deg);
    }
}

/* create a new account */
.input-group {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.input-group .input {
    border: solid 1.5px #9e9e9e;
    border-radius: 1rem;
    background: none;
    padding: 1rem;
    font-size: 15px;
    color: #000;
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.input-group .user-label {
    position: absolute;
    left: 15px;
    color: #000000;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input-group .input:focus,
.input-group .input:valid {
    outline: none;
    border: 1.5px solid #1a73e8;
}

.input-group .input:focus~label,
.input-group .input:valid~label {
    transform: translateY(-50%) scale(0.8);
    background-color: white;
    padding: 0 0.2em;
    color: #2196f3;
}

.input-group .phone-no {
    transform: translateY(-50%) scale(0.8) !important;
    background-color: white !important;
    padding: 0 0.2em !important;
    color: #2196f3 !important;
}

.input-group .bod {
    line-height: 18px !important;
}

/* .input-group .gender:valid{
    border: 1.5px solid #9e9e9e !important;
} */

.input-group .phone-input {
    border: 1.5px solid #1a73e8 !important;
}

.input-group .user-label span {
    color: red !important;
}

.radio .block .items-center .ml-2 {
    font-size: 12px;
}

.radio .block .items-center .ml-2 a {
    font-size: 12px;
}

.radio .pull-right {
    font-size: 12px;
}

.block .items-center .rounded {
    height: 15px;
    width: 15px;
}

.login-type {
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: column;
}

.login-type label {
    /* display: flex; */
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*
        &:focus-within {
                outline: .125em solid $primary-color;
        }
    */
}

.login-type label input {
    position: absolute;
    left: -9999px;
}

.login-type label input:checked+span {
    background-color: #d6d6e5;
}

.login-type label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #00005c;
}

.login-type label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.login-type label span:hover {
    background-color: #d6d6e5;
}

.login-type label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
}

.form-check-inline .info-title span {
    color: red;
}

.create-new-account h4 {
    text-align: center;
    font-weight: 600;
}

.gen-bod {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* seller type */
.wrapper-seller {
    max-width: 100%;
    margin: 0 auto;
}

.wrapper-seller ol {
    list-style: none;
    padding: 0;
}

.wrapper-seller li+li {
    margin-top: 1rem;
}

.wrapper-seller li {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: aliceblue;
    padding: 1.5rem;
    border-radius: 1rem;
    width: calc(100% - 2rem);
    box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
}

.wrapper-seller li::before {
    counter-increment: list-item;
    content: counter(list-item);
    font-size: 3rem;
    font-weight: 700;
    width: 2em;
    height: 2em;
    background: black;
    flex: 0 0 auto;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-seller li:nth-child(even) {
    flex-direction: row-reverse;
    background: lavender;
    margin-right: -2rem;
    margin-left: 2rem;
}

.wrapper-seller li:hover {
    box-shadow: none;
}

.plan-container .plan-details {
    padding: 22px !important;
}

.cssbuttons-io-button {
    background: #a370f0;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    justify-content: center;
}

.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

.plan-container .plan-details button {
    background-color: #a370f0 !important;
    border: none !important;
    border-radius: 0.9em !important;
    color: white !important;
    padding: 0.35em !important;
    text-align: center;
}

@media (max-width: 768px) {
    .row .local-sller-body {
        margin-top: 25px;
    }
}

@media (max-width: 400px) {
    .plan-container {
        width: 26.75em;
    }
}

.authorize-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 22%;
}

.plan-container .plan-header {
    padding: 14px 0 !important;
    background-color: #34c7f4;
}

.plan-container .plan-header h2 {
    padding-top: 8px !important;
    font-weight: 600;
    color: #ffffff;
}

.plan-container {
    border-radius: 8px;
}

.plan-container .plan-details p {
    font-style: italic;
    font-weight: 600;
    font-size: 11px;
}

.info-container .ship .ship-method {
    font-size: 15px;
    color: #222222;
}

.info-container .ship .ship-img {
    height: 9px;
    margin-top: 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.info-container .ship .ship-method-delivery {
    display: flex;
}

.info-container .ship .est-deli {
    margin-top: -6px;
}

.info-container .ship .ship-font {
    color: #686868;
    font-weight: 400;
}

.social .instagram a:before {
    content: "\f16d";
    font-family: FontAwesome;
}

.social .instagram a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: linear-gradient(45deg,
            #405de6,
            #5851db,
            #833ab4,
            #c13584,
            #e1306c,
            #fd1d1d) !important;
}

.social .tiktok a:before {
    font-family: FontAwesome;
}

.social .tiktok a img {
    width: 100%;
}

.social .tiktok a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: white !important;
    border-radius: 8px;
}

.module-body .list-unstyled,
.module-body .toggle-footer {
    margin-left: 0px !important;
}

.rate-market-place {
    padding-bottom: 3px;
}

.marketplace-item {
    width: 183px;
}

.marketplace-item .product-image .image .badges {
    position: absolute;
    z-index: 0;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    padding: 1px 7px;
    text-align: center;
    background: #d9d9d9;
    font-weight: 600;
    font-size: 14px;
}


.sku-wrap .sku-property-list {
    list-style: none;
}

.free-shipping-label {
    color: black;
    font-size: 13px;
    font-weight: 600;
}
.price-box .shipping-label{
    margin-top: 16px !important;
    margin-bottom: 7px;
}

.price-box .free{
    background: gray;
    padding: 5px;
    border-radius: 6px;
    color: white;
}