/*
Theme Name: Flipmart
Author: ThemesGround
Description:  Flipmart HTML Template
Version: 1.4
License: GNU General Public License v2 or later
Tags: two-columns, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu
Text Domain:  Flipmart

/*===================================================================================*/


/*  GENERAL
/*===================================================================================*/


/*@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');*/

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap'); */
.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: larger;
    color: #333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f3f3f3;
    text-transform: uppercase;
}

.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;
}

.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;
}

#hero .btn-primary {
    background: #108bea;
}

.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: #005faa;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0;
    padding: 6px 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 2px
}

.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;
}

.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;
}

.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: 30px;
}

.inner-bottom-30 {
    padding-bottom: 30px;
}

.inner-bottom-20 {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-top {
        padding-top: 80px;
    }
    .inner-top-md {
        padding-top: 65px;
    }
    .inner-top-sm {
        padding-top: 50px;
    }
    .inner-top-xs {
        padding-top: 40px;
    }
    .inner-bottom {
        padding-bottom: 80px;
    }
    .inner-bottom-md {
        padding-bottom: 65px;
    }
    .inner-bottom-sm {
        padding-bottom: 50px;
    }
    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}

.section-title {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}

.featured-product .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Roboto', 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, .08);
}

.best-deal .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Roboto', 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: 2px;
}

.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: 2px;
}

.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, .08);
}

.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: 19px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.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: 'Roboto', 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, .08);
}

.latest-blog .btn-primary {
    margin: 3px
}

.latest-blog .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Roboto', 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: 8px 12px;
}

select.unicase-form-control {
    padding: 11px 12px 10px;
}

.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: 15px
}

.product-slider .products .cart-btn {
    display: none
}

.category-product .products .cart-btn {
    display: none;
}

.seller-product .products .product .product-info .name {
    font-size: 18px;
    margin-top: 5px !important;
}

a {
    color: #12cca7;
}

.show-theme-options:hover,
.show-theme-options: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;
}

.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
    background-color: #3071a9;
    border-color: #285e8e;
}

.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: #12cca7;
}

.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;
}

.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, .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: #12cca7;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    color: #12cca7;
}

.terms-conditions-page .contact-form {
    color: #12cca7;
}


/*===================================================================================*/


/*  GREEN Color
/*===================================================================================*/


/*===================================================================================*/


/*  RED Color
/*===================================================================================*/


/*===================================================================================*/


/*  BLUE Color
/*===================================================================================*/


/*===================================================================================*/


/*  ORANGE Color
/*===================================================================================*/


/*===================================================================================*/


/*  DARK GREEN Color
/*===================================================================================*/

.top-bar {
    padding: 0px;
    font-size: 12px;
}

.top-bar .cnt-account {
    float: right;
    padding: 6px 0px;
    width: 100%;
}

.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, 0%, 100%, .2);
}

.top-bar .cnt-account ul>li:last-child {
    border: none;
    padding-right: 0px
}

.top-bar .cnt-account ul>li a {
    color: rgba(255, 255, 255, 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: 11px;
}

.top-bar .cnt-account ul>li a:hover,
.top-bar .cnt-account ul>li a:focus {
    text-decoration: none;
}

.top-bar .cnt-block {
    float: 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 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;
}

.top-bar .cnt-block .list-inline>li>a .value {
    color: rgba(255, 255, 255, 0.8);
    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: 125%;
    left: 5px;
}

.top-bar .dropdown-menu>li>a {
    padding: 3px 10px;
    font-size: 13px
}

.top-bar .cnt-block .list-inline>li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline>li .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
}

header {
    background: #f3f3f3
}

.main-header {
    padding: 5px 0px 12px 0px;
}

.main-header .logo-holder {
    margin-top: 10px;
}

.main-header .top-search-holder .contact-row {
    line-height: 20px;
    color: #9b9b9b;
}

.main-header .top-search-holder .contact-row .phone {
    margin: 0 23px 0 0;
    border-right: 1px solid #E2E2E2;
    padding-right: 35px;
}

.main-header .top-search-holder .contact-row .icon {
    font-size: 18px;
    line-height: 23px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.main-header .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 8px 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: 13px;
    width: 90%;
}

.main-header .top-search-holder .search-area .categories-filter {
    border-right: 1px solid #E0E0E0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 44px;
    background: #005faa;
    border-radius: 3px 0px 0px 3px
}

.main-header .top-search-holder .search-area .categories-filter a {
    padding: 0 10px;
    color: #f3f3f3;
    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: 'Roboto', sans-serif;
    line-height: 30px;
}

.main-header .top-search-holder .search-area .search-button {
    border-radius: 0px 3px 3px 0px;
    display: block;
    float: right;
    margin: 0px;
    padding: 12px 19px 12px;
    text-align: center;
    background-color: #005faa;
    border: 1px solid #005faa;
}

.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 {
    display: flex;
    align-items: flex-end;
    float: right;
    flex-direction: column;
}

.top-cart-row .dropdown-cart img {
    width: 100%;
    object-fit: contain;
}

.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0px;
    border-radius: 3px;
    display: inline-block;
    color: #f55E25;
}

.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: 'Roboto', 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;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    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: 50px;
    height: 25px;
    position: absolute;
    left: 32px;
    top: 10px;
    width: 25px;
    background: #005faa;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
}

.top-cart-row .dropdown-cart .dropdown-menu {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    /* padding: 24px 22px; */
    padding: 12px 12px;
    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: 'Roboto', sans-serif;
    margin-top: 0px;
    margin-bottom: 3px;
    word-break: break-all;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary p {
    margin-bottom: 3px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
    color: #666666;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    font-weight: 700;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
    padding: 0;
    position: relative;
    font-size: 15px;
    right: 8px;
    top: 8px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
    color: #898989;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
    font-size: 13px;
    font-family: 'Roboto', 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;
}

.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: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 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: 'Roboto', 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 .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 {
    text-transform: uppercase;
    padding: 4px 0px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    font-size: 13px;
    color: #565656;
}

.yamm .dropdown-menu h2 {
    font-size: 14px;
    color: #555;
    font-family: 'Roboto', 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;
}

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(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: 'Roboto', sans-serif;
    padding: 12px 17px;
    text-transform: uppercase;
    background-color: #005faa;
    border: 1px solid #005faa;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px #005faa solid
}

.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: 13px 15px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px
}

.sidebar .side-menu nav .nav>li>a:after {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 43px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
    font-family: FontAwesome;
}

.sidebar .side-menu nav .nav>li>a .icon {
    font-size: 16px;
    margin-right: 12px;
}

.sidebar .side-menu nav .nav>li>a:hover,
.sidebar .side-menu nav .nav>li>a:focus {
    background: #fff;
}

.sidebar .side-menu nav .nav>li>a:hover .icon,
.sidebar .side-menu nav .nav>li>a:focus .icon {
    color: #666666;
}

.sidebar .side-menu nav .nav>li>.mega-menu {
    padding: 3px 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 150%;
    /*338%;*/
    position: absolute;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content {
    padding: 10px 20px;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li {
    padding: 3px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li:last-child {
    border-bottom: none;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
    line-height: 26px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 0 0 20px;
    position: relative;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 0px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
    height: 20px;
    width: 100% !important;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
    background-color: #f1f1f1;
    background-repeat: repeat-x;
    cursor: pointer;
    position: absolute;
    width: 94% !important;
    height: 6px;
    left: 0;
    margin-top: -5px;
    top: 50%;
    width: 100%;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
    bottom: 0;
    height: 100%;
    top: 0;
    background-repeat: repeat-x;
    box-sizing: border-box;
    position: absolute;
    background: #c3c3c3;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
    height: 20px;
    margin-left: -3px !important;
    opacity: 1;
    position: absolute;
    top: -3px;
    width: 20px;
    margin-top: -5px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
    margin-top: -36px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
    font-size: 15px;
    font-weight: 700;
    color: #fe5252;
    margin-top: 15px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
    clear: both;
    display: block;
    font-family: 'Roboto', 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: 'Roboto', 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, .08);
    padding: 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;
}


/*===================================================================================*/


/*  OWL CAROUSEL
/*===================================================================================*/

#owl-main {
    text-align: center;
    cursor: default;
    height: 368px;
}

#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 55%;
    background-size: cover;
    height: 370px;
}

#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: 'Roboto', 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: 'Roboto', sans-serif;
    padding: 0px 25px;
    background: #bbbbbb;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px
}

#owl-main .item .caption .big-text .highlight {
    color: #f1c40f;
}

#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
    font-size: 14px;
    /*line-height: 50px;*/
    margin-top: 10px;
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
    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: 'Roboto', sans-serif;
    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: 'Roboto', 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: 'Roboto', 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: #005faa;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}



.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: 'Roboto', 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: 'Roboto', sans-serif
}

.scroll-tabs {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.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: 'Roboto', 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: 'Roboto', 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: 20px
}

.product {
    position: relative;
}

.product .product-image img {
    width: 100%
}

.product .product-image .tag {
    position: absolute;
}

.product .product-info .name {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.product .product-info .name a {
    color: #555;
}

.product .product-info .star-rating .color {
    color: #ffb400;
}

.product .product-info .product-price .price {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-right: 8px;
}

.product .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.product .cart {
    margin-top: 5px;
    opacity: 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: #005faa;
}

.product .cart .action ul li.lnk {
    margin: 10px 0px;
    background: #005faa;
    margin: 0px;
    padding: 8px 2px;
    border-left: 1px solid hsla(0, 0%, 100%, .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: #f55E25;
    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: 27%
}

.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: 'Roboto', sans-serif;
}

.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
    font-size: 12px;
    line-height: 1.7;
}

.copyright-bar {
    background: #121212;
    padding: 20px 0px;
}

.copyright-bar .copyright {
    color: #5d5c5c;
    line-height: 28px;
}

.copyright-bar .payment-methods {
    text-align: right;
}

.copyright-bar .payment-methods ul li {
    display: inline-block;
    margin-right: 15px;
}

.copyright-bar .payment-methods ul li:last-child {
    margin-right: 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;
}



.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: 'Roboto', sans-serif;
    font-weight: bold
}

.cnt-strip .strip h2 {
    font-size: 36px;
    color: #fdd922;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}

.cnt-strip .strip h2 .shopping-needs {
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
}

.cnt-strip .strip h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
}

.wide-banners.homepage-banner h3 {
    font-size: 35px;
    font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
}

.megamenu-banner h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h1 {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h3 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.wide-banner-4 .cnt-strip .strip p {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 14px;
    font-family: 'Roboto', 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;
    display:none;
}

.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: 'Roboto', 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: 'Roboto', sans-serif;
}

.footer .contact-information .media .media-body a {
    color: #666666;
}

.footer .footer-bottom {
    background: #005faa;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer .module-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 15px
}

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #f3f3f3;
}



.toggle-footer {
    color: #f3f3f3
}

.toggle-footer a {
    margin-left: 0px!important
}

.toggle-footer a:before {
    display: none
}

.toggle-footer i {
    background: #f55E25;
    border-radius: 2px
}

.footer .footer-bottom .module-body ul li:last-child {
    border: none
}

.footer .footer-bottom .module-body ul li a {
    font-size: 13px;
    line-height: 30px;
    color: #f3f3f3;
    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: -20px
}

.hot-deals .custom-carousel .owl-controls .owl-prev {
    top: -20px
}

.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: 'Roboto', 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: 'Roboto', 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: 8px 0 0px;
    text-align: left;
}

.breadcrumb ul li:after {
    color: #666666;
    content: "/";
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-left: 9px;
    margin-right: -4px;
    padding: 0px;
}

.breadcrumb ul li:last-child:after {
    content: "";
}

.breadcrumb ul li a {
    color: #666666;
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
    color: #fff;
}

.category-carousel .item .caption .excerpt {
    font-size: 36px;
    letter-spacing: normal;
    color: #fff;
}

.category-carousel .item .caption .excerpt-normal {
    font-size: 14px;
    letter-spacing: normal;
    color: #fff;
    letter-spacing: 0.5px
}

.category-carousel .item .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 21px;
    color: #FFF;
    background-color: #d3d3d3;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

.category-carousel .item .owl-controls .owl-prev {
    left: -35px;
}

.category-carousel .item .owl-controls .owl-next {
    right: -35px;
}

.category-carousel .item:hover .owl-prev {
    left: -40px;
    opacity: .25;
}

.category-carousel .item:hover .owl-next {
    right: -40px;
    opacity: .25;
}

.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
    opacity: 1;
}

.filters-container {
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(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: 'Roboto', 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: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 24px;
}

.filters-container .lbl-cnt .lbl {
    color: #666666;
    display: inline-block;
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 0 3px;
}





.search-result-container .category-product .product {
    margin-bottom: 30px;
}

.search-result-container .category-product .product .image {
    border: 1px #eaeaea solid
}

.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: 10px;
    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, .08);
    padding: 20px;
    overflow: hidden
}

.single-product .product-info-block .name {
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: -1px
}

.single-product .single-product-gallery {
    padding-bottom: 30px
}

.single-product .favorite-button .btn-primary {
    background: #ddd
}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
    border: 1px solid #e5e5e5;
}

.single-product .gallery-holder .gallery-thumbs {
    margin: 15px 0 0;
    position: relative;
    text-align: left;
}

.single-product .gallery-holder .gallery-thumbs .owl-item .item {
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.single-product .product-info .rating-reviews .reviews .lnk {
    color: #aaaaaa;
}

.single-product .product-info .stock-container .stock-box .label {
    font-size: 13px;
    font-family: 'Roboto', 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: #ff7878;
}

.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: 18px;
    padding: 10px 0 0px 0;
}

.single-product .product-info .price-container .price-box .price {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

.single-product .product-info .price-container .price-box .price-strike {
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: line-through;
}

.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding: 20px 0;
    display: flex;
    max-width: 100%;
}

.single-product .product-info .quantity-container .label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    color: #666666;
    padding: 0px;
    font-weight: normal;
}

.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 #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.single-product .product-info .product-social-link .social-label {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
}

.single-product .product-info .product-social-link .social-icons {
    display: inline-block;
}

.single-product .product-info .product-social-link .social-icons ul li a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 5px 6px;
}

.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}

.single-product .product-tabs {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li {
    float: none !important;
}

.single-product .nav-tabs {
    border: none
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a {
    border: none;
    color: #555;
    display: block;
    padding: 12px 28px;
    font-size: 13px;
    font-family: 'Roboto', 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: 7.5px 1px 7.5px 10px;
    content: "";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    right: -8px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a {
    -webkit-border-radius: 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: 7.5px 1px 7.5px 10px;
    content: "";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    right: -8px;
}

.single-product .product-tabs .tab-content {
    padding-left: 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
    margin-bottom: 20px;
    font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 150px
    }
    #owl-main .item .caption .button-holder {
        margin: 0px
    }
    #hero .btn-primary {
        padding: 5px 10px;
        font-size: 12px;
        line-height: normal;
        margin-top: 8px
    }
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    .flot-left{
        float: left !important;
    }
    .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;
    }
    .home-owl-carousel .product-image .image img {
        width: 100%;
        height: 220px;
        display: block;
    }
    .header-nav .yamm .dropdown-menu {
        background: #fff;
    }
    .body-content .sidebar {
        margin-bottom: 30px;
    }
    .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) {
    
    .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;
    }
    .home-owl-carousel .product-image .image img {
        width: 100%;
        height: 220px;
        display: block;
    }
    .blog-slider .image img {
        width: 100%;
        height: 220px;
        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: 20px;
    }
    .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, .08);
    padding: 20px;
}

.blog-page .blog-post h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.blog-page .blog-post h1 a {
    color: #555;
}

.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: 16px;
    font-size: 13px;
    color: #666666;
    margin-bottom: 0px;
}

.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: 'Roboto', 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: 'Roboto', 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, .08);
    padding: 20px;
}

.blog-review {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.blog-write-comment {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(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: 'Roboto', 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: 'Roboto', 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;
    font-family: FontAwesome;
}

.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
    content: "\f007";
}

.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    content: "\f086";
}

.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    content: "\f073";
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a: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: 'Roboto', 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, .08);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-family: 'Roboto', 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: 'Roboto', 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, .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: 'Roboto', 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, .08);
    padding: 20px;
    min-height: 700px;
    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: 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, .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: 150px
}

.cart-shopping-total {
    background: #f8f8f8
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666666;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
    color: #ff0000 !important;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    margin-top: 0px;
    font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: #fafafa;
    text-align: right;
    padding: 24px 50px;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: #555;
    margin-bottom: 7px;
}

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 24px 50px;
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
    float: right !important;
    margin-bottom: 8px;
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
    display: block;
    font-weight: normal;
    color: #666666;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
    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: 'Roboto', 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: 'Roboto', sans-serif;
    font-size: 14px;
}

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    /* width: 70px; */
}

.shopping-cart-table table tbody tr td .quant-input .arrows {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 40px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
    position: relative;
}

.shopping-cart-table table tbody tr td .quant-input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.checkout-btn {
    background: #fdd922;
    color: #333;
    padding: 10px 18px;
}

.product-comparison .page-title {
    font-family: 'Roboto', 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: 'Roboto', 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, .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: 'Roboto', sans-serif;
}

.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Roboto', 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, .08);
    padding: 20px;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden;
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(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, .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: 'Roboto', 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: 'Roboto', sans-serif;
    padding-bottom: 6px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
    color: #434343;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
    font-size: 11px;
    color: #aaa;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
    color: #ffb400;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
    color: #dcdcdc;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    font-size: 16px;
    padding-top: 4px;
    font-weight: bold;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price span {
    font-size: 15px;
    color: #ddd;
    text-decoration: line-through;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    border: none;
    padding: 30px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
    color: #ff7878;
    font-size: 15px;
}


/*===================================================================================*/


/*  Signup and login
/*===================================================================================*/

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(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: 'Roboto', 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: 'Roboto', sans-serif;
    padding-bottom: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.body-content .sign-in-page .create-new-account .checkbox label {
    margin-bottom: 10px;
    font-size: 16px;
}

.body-content .sign-in-page form .form-group span {
    color: red;
}

.body-content .sign-in-page .register-form label {
    font-size: 14px;
    font-weight: 400;
}

.body-content .sign-in-page .register-form .form-group {
    margin-bottom: 25px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;
}

.tooltip-inner {
    font-family: 'Roboto', sans-serif;
    border-radius: 2px;
    min-width: 70px;
    z-index: 10000
}


/*===================================================================================*/


/*  Testimonials
/*===================================================================================*/

.avatar {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px
}

.avatar img {
    border-radius: 0px;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    width: 110px
}

.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-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    line-height: 5px;
    margin-top: 15px;
}


/*===================================================================================*/


/*  LHS banners
/*===================================================================================*/

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.search-result-container .category-product .product .image {
    border: 1px #eaeaea solid;
}

.product-info h3.name,
.product-info h3.name a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.category-product .image {
    position: relative;
}

.category-product .image span.items-dv {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #005faa;
    padding: 8px 15px;
    color: #fff;
}

.category-product .image span.items-dv a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#list-container h3.name {
    margin: 0;
}

.top-bar .cnt-account ul>li {
    display: inline-block;
    line-height: 12px;
    padding: 3px 12px 3px 6px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    BACKGROUND: #000;
    color: #fff;
}

.top-bar {
    background: #000;
}

.top-bar .cnt-account ul>li a {
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 11px !important;
    display: block;
    text-transform: uppercase;
}

.sidebar .side-menu nav .nav>li>a:after {
    width: 21px;
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: 0;
}

.toggle-footer .media p,
.toggle-footer .media a {
    color: #fff !important;
    line-height: 1.4;
}

.total-price-basket {
    background: #f45e25;
    color: #fff;
    padding: 5px 12px !important;
    margin-top: 7px;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    top: -4px;
    width: 20px;
    height: 20px;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
    color: #ffffff !important;
    font-weight: 700;
}

.filters-container .nav-tabs.nav-tab-box li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.search-result-container .category-product .product .image {
    border: 1px #eaeaea solid;
    /*height: 285px;*/
    height: 260px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.product .product-image img {
    width: 100%;
    height: auto;
}

.search-result-container .category-product .product .image>a {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.product .cart {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
}

.price-blk {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f45e25;
    padding: 6px 17px;
    color: #fff;
}

.category-product-inner .add-cart-button {
    position: relative;
    display: flex;
    vertical-align: middle;
    /* width: 162px; */
    margin: 30px 0 0 0;
}

.filters-container {
    background-color: #005faa;
}

.filters-container .nav-tabs.nav-tab-box li a {
    background: none;
}

.filters-container .nav-tabs.nav-tab-box li a {
    color: #fff;
}

.filters-container .nav-tabs.nav-tab-box li.active a .icon {
    color: #fff !important;
}

.filters-container ul#filter-tabs li {
    color: #fff;
    text-transform: uppercase;
}

.filters-container .nav-tabs.nav-tab-box li a .icon {
    color: #fff !important;
}

.grid-list-dv {
    position: relative;
    TOP: -5PX;
}

.page-select {
    margin: -5px 0 5px;
}

.page-select span.lbl {
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 9px 0 0;
    font-weight: 700;
}

.page-select {
    background: #fff;
    margin: -15px -6px 0 1px;
    padding: 9px 17px 0;
}

.filters-container .lbl-cnt .lbl {
    line-height: 1;
}

.page-select .dropdown {
    position: relative;
    height: 27px;
}

.filters-container .page-select .lbl-cnt .dropdown.dropdown-med .btn {
    padding: 4px 5px;
    background: #fff;
    font-size: 13px;
    border: 1px solid #aaaaaa;
}

.col-xs-12.col-sm-6.col-md-5.gallery-holder {
    background: #f6f6f6;
    padding: 22px;
}

.product-info-block h1 {
    font-size: 24px;
    border-bottom: #ccc solid 1px;
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-weight: 700;
}

.product-info-block .price-box {
    display: inline-block;
    background: #f45e25;
    padding: 0 15px;
}

.product-info-block .price-box a {
    color: #fff;
}

.description-container-bottom {
    padding: 0px;
}

.description-container-bottom br {
    display: none;
}

.description-container-bottom h4.h4 {
    background: #005faa;
    color: #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    margin: 0px 0 21px;
}

.profile-d-blk {
    border-bottom: #ccc solid 1px;
    padding-bottom: 15px;
    margin-bottom: 27px;
    text-transform: uppercase;
}

.overview-note {
    background: #F2F2F2;
    PADDING: 20PX;
    overflow: hidden;
}

.overview-note h4 {
    color: #333;
    padding: 0px 0;
    text-transform: uppercase;
    margin: 0px 0 15px;
}

.list-d li {
    padding: 0 0 6px 14px;
}

iframe {
    /* float: left; */
    margin: 5px 0 0;
}

.list-d {
    clear: both;
    padding-top: 15px;
}

.profile-d-blk {
    border-top: #ccc solid 1px;
    margin: 20px 0 21px;
    padding-top: 5px;
}

.profile-d-blk td {
    padding: 5px;
}

.filters-container {
    padding: 15px 20px;
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.cart-shopping-total {
    background-color: transparent;
}

#contact .row {
    display: flex;
}

#contact .row .col-md-4 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contact-form .single-box {
    border: 1px solid #ccc;
    margin: 10px 0 10px;
    width: 100%;
}

.contact-form .single-box h3 {
    margin: 0;
    padding: 10px;
    text-transform: capitalize;
    font-size: 20px;
}


/* .page-select {
    background-color: transparent;
    margin: -14px -6px 0 1px;
    padding: 12px 17px 0;
}

.page-select span.lbl {
    color: #fff;
    padding: 5px 9px 0 0;
}

.page-select .dropdown {
    position: relative;
    height: 27px;
    background-color: #185FA8;
    color: #fff;
    border-color: #fff;
} */


/* 
.filters-container .lbl-cnt .lbl {
    line-height: 1;
    color: #fff;
    padding-top: 9px;
    margin-right: 0;
    padding-right: 5px;
    display: block;
    margin-bottom: 3px;
}

.filters-container .page-select .lbl-cnt .dropdown.dropdown-med .btn {
    background-color: transparent;
    border-color: #fff;
} */


/* .search-result-container .category-product .product .image{ width: 100% !important;} */

.col-xs-12.col-sm-6.col-md-5.gallery-holder {
    background-color: transparent;
    border: 1px solid #F2F2F2;
}

.search-result-container .category-product .product .image img {
    max-height: 225px;
    object-fit: contain;
}

.product-info-block .price-box {
    background-color: transparent;
    padding: 0;
    display: block;
}

.single-product .product-info .price-container .price-box .price strong {
    color: #005faa;
}

.overview-note {
    background-color: transparent;
    padding: 0;
}

.profile-d-blk {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.single-product .product-info-block .name {
    font-size: 30px;
}


/* .sort-by {
    display: flex;
    justify-content: flex-end;
    align-items: center;
} */

.sort-by .lbl-cnt button.btn.dropdown-toggle:hover {
    color: #fff;
}

.category-product .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.shopping-cart-table .table-responsive>div {
    padding: 20px 0 0;
}

.mobile-check {
    display: none;
}

.table-panel table tfoot td {
    padding: 10px !important;
    border-bottom: 1px solid #ddd;
}

.table-panel tfoot tr {
    background-color: #f9f9f9;
}

.table-order-view tfoot td {
    font-size: 13px;
}

.ngx-datepicker-calendar-container {
    z-index: 1;
}

@media(max-width: 1199px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-page a.btn-primary {
        width: calc(33.33% - 3px);
    }
    /*.search-result-container .category-product .product .image img{ max-height: 290px;}*/
    .search-result-container .category-product .product .image img {
        height: 290px;
        object-fit: contain;
    }
}

@media(max-width: 991px) {
    .main-header .top-search-holder .search-area {
        position: relative;
    }
    .main-header .top-search-holder .search-area .search-field {
        width: 100%;
        padding: 13px 75px 13px 13px;
    }
    .main-header .top-search-holder .search-area .search-button {
        position: absolute;
        right: 0;
        top: 0;
    }
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
        top: 0;
    }
    .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
        line-height: 19px;
    }
    .mobile-check {
        color: #555;
        text-transform: uppercase;
        display: block;
        background-color: #f5f5f5;
        padding: 0;
    }
    .mobile-check span {
        background-color: #aaaaaa;
        color: #fff !important;
        display: inline-block;
        margin-right: 10px;
        padding: 15px 20px;
    }
    .mobile-collapse .panel-heading {
        display: none;
    }
    .mobile-coll {
        padding: 20px 0;
        border: 0 !important;
    }
    .mobile-coll .btn.btn-primary {
        float: left !important;
        margin-top: 15px;
    }
    .product-details-slider .col-sm-12 {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .contact-page a.btn-primary {
        width: calc(50% - 2px);
    }
    .top-bar .header-top-inner .cnt-account li {
        margin-bottom: 0;
    }
    .cart-quantity {
        margin: 15px 0;
    }
    .single-product .product-info .quantity-container .cart-quantity .quant-input {
        width: 100%;
    }
    .quantity-container.info-container .btn-primary {
        width: 100%;
    }
    /*.sort-by{ float: left; margin-top: 0px;}
	.sort-by .lbl-cnt{ margin: 0; width: 100%; margin-top: 15px;}*/
    .product .cart {
        left: 0;
        transform: none;
        position: static;
        opacity: 1;
        margin-top: 15px !important;
    }
    .product .cart .action ul li {
        margin-left: 0;
    }
    .main-header .logo-holder {
        margin-bottom: 0;
    }
    /*.search-result-container .category-product .product .image img{ max-height: inherit; }*/
    .search-result-container .category-product .product .image img {
        height: auto;
        object-fit: contain;
    }
    .product-hide .yamm.megamenu-horizontal {
        display: block;
    }
    .category-hide .yamm.megamenu-horizontal {
        display: block;
    }
    /* .yamm.megamenu-horizontal { display: none;} */
    .category-hide .sidebar-module-container .yamm.megamenu-horizontal {
        display: none;
    }
    .navbar-nav>li {
        float: left !important;
        width: 100%;
    }
    .sort-by {
        width: 100%;
        float: left;
        margin-top: 0px;
        padding: 15px 15px 5px;
    }
    .page-select span.lbl {
        font-size: 11px;
        padding-right: 2px;
    }
    .sort-by .lbl-cnt {
        width: 55%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .filters-container .lbl-cnt .lbl {
        font-size: 11px;
        padding-right: 2px;
    }
    .body-content .sidebar {
        margin-bottom: 0;
    }
    .filters-container ul#filter-tabs li.grid-list-m {
        display: none;
    }
    .shopping-cart-table .table-responsive>div {
        width: 100%;
        padding: 20px 20px 0;
    }
    .shopping-cart-table .btn.btn-upper {
        width: 100%;
        margin: 0 0 20px !important;
    }
    .top-search-holder {
        margin-top: 10px !important;
    }
    .top-cart-row {
        margin-top: 10px !important;
    }
    .table-mobile table thead {
        display: none;
    }
    .table-mobile table td {
        white-space: normal !important;
        word-break: break-all;
        position: relative;
        padding-left: 49.7% !important;
        float: left;
        width: 100%;
        border-bottom: 0 !important;
        min-height: 40px;
        text-align: left !important;
        border-top: 1px solid #e3e3e3 !important;
    }
    .table-mobile table td:before {
        content: attr(data-title);
        position: absolute;
        top: 11px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .table-mobile table td.td-pagination {
        text-align: center !important;
        padding-left: 30px !important;
    }
    .table-mobile table td.td-full {
        text-align: center !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .table-mobile table td span {
        text-align: left !important;
    }
    .table-mobile table td.td-full input {
        width: 100% !important;
    }
    .table-mobile table td.td-full button {
        width: 100%;
    }
    .table-panel {
        padding: 0;
    }
    .table-panel table td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
    }
    .table-panel table td label {
        margin: 0 !important;
    }
    /*.table-panel tfoot td{ padding-left: 10px !important; }
	.table-panel tfoot td:before{ display: none;}*/
    .table-panel table tfoot td {
        padding-left: 49.7% !important;
    }
    .table-panel tfoot td span.inner-left-md {
        padding-left: 0;
        white-space: normal;
    }
    .product-details-slider .col-sm-12 {
        padding: 0 10px;
    }
}

@media(max-width: 575px) {
    .overview-note iframe {
        width: 100% !important;
        height: 230px !important;
    }
}

@media(max-width: 480px) {
    .contact-page a.btn-primary {
        width: 100%;
    }
}

.Menuactive {
    background: #F55E25;
    border-radius: 3px 3px 0px 0px;
    color: #333;
    cursor: pointer !important;
}

.fright {
    float: right !important;
}

.nav>li {
    cursor: pointer !important;
}

.divcenter {
    padding: 2% 0;
}

.width100 {
    width: 100%;
}

.asearchdiv {
    max-height: 250px !important;
    overflow-y: scroll !important;
}

.cpointer {
    cursor: pointer !important;
}

.aimage {
    height: 243px;
    width: 235px;
}

.tjustify {
    text-align: justify !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.h40 {
    height: 40px !important;
}

.b2bmsg {
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    color: green;
}

.greencolor {
    color: green;
}

.shopping-cart .cart-image img {
    width: 50px;
    object-fit: contain;
}

td {
    padding: 10px !important;
}

.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: left;
}

.shopping-cart .shopping-cart-table .table>thead>tr>th {
    text-align: left;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    text-align: left;
}

.Pcarth {
    text-align: center !important;
    height: 400px!important;
}

.cartlable {
    font-size: 18px !important;
    margin-top: 100px !important;
}

.mb0 {
    margin-bottom: 0px;
}

.taright {
    text-align: right !important;
}

.cartstotal {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

.cartdelete {
    cursor: pointer !important;
    margin-left: 20px !important;
}

.cart5050px {
    height: 50px !important;
    width: 50px !important;
    object-fit: contain;
}

.clicktoedit {
    width: 200px !important;
}

.cartwidth100 {
    width: 100px !important;
}

.wc-date-popover {
    width: auto !important;
    position: absolute;
    top: 31px;
    height: auto;
    left: 0;
    transform: translateX(0);
}

.cartdowp {
    height: 35px !important;
    width: 100px !important;
    border-color: #ccc !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.checkoutdiv {
    min-height: 300px !important;
    margin: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pad15 {
    padding: 15px;
}

.chmobile {
    border-right: 1px solid #ccc !important;
}

.chermsg {
    padding-top: 5px !important;
    color: red !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pad0 {
    padding: 0px !important;
}

.chdelete {
    cursor: pointer !important;
    margin-left: 20px !important;
}

.chpinfor {
    padding: 0 0 10px !important;
    padding-left: 8px !important;
}

.padl15 {
    padding-left: 15px !important;
}

.measurecolor {
    color: #777 !important;
    font-size: 14px !important;
}

.pad8 {
    padding: 8px !important;
}

.noborder {
    border: none !important;
}

.nobortop {
    border-top: none !important;
}

.chmsgbox {
    padding: 15px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: white !important;
    background-color: green !important;
    margin-top: 50px !important;
}

.brandpro {
    text-transform: uppercase;
    cursor: pointer !important;
    width: 90% !important;
    height: 100% !important;
    padding: 15px 15px !important;
}

.brandmenu {
    z-index: 9999 !important;
    width: 50% !important;
}

.brandtext {
    font-weight: bold !important;
    cursor: pointer !important;
}

.textfooter {
    color: #f55E25 !important;
}

.sidemenutext {
    margin-left: 30px !important;
    font-size: 12px !important;
}

.padb15 {
    padding-bottom: 15px !important;
}

.mart5 {
    margin-top: 5px !important;
}

.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

.chip.chip-lg img {
    height: 52px;
    width: 52px;
}

.width80per {
    width: 80% !important;
}

.width50per {
    width: 50% !important;
}

.dashbutton {
    padding: 25px;
    background: #005faa;
    text-align: center;
    margin-right: 10%;
    margin-bottom: 20px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.dashspan {
    font-size: 14px;
    position: relative;
    bottom: 8px;
    left: 8px;
}

.width50px {
    width: 50px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.pad10 {
    padding: 10px !important;
}

.tacenter {
    text-align: center !important;
}

.padl0 {
    padding-left: 0 !important;
}

.padr0 {
    padding-right: 0 !important;
}

.margin10px {
    margin: 10px !important;
}

.paymentinvoicemsg {
    text-align: center !important;
    margin-top: 100px !important;
}

.paymentinvoicemsgtexts {
    padding: 15px !important;
    background: green !important;
    color: white !important;
    font-size: 14px !important;
}

.paymentinvoicemsgtexte {
    padding: 15px !important;
    background: maroon !important;
    color: white !important;
    font-size: 14px !important;
}

.invoiceth {
    padding: 10px;
    text-align: right;
}

.width250px {
    width: 250px !important;
}

.orderamounttext {
    padding: 10px !important;
    text-align: right !important;
}

.txtamountinvoice {
    font-size: 16px !important;
    float: right !important;
    margin-top: 15px !important;
    margin-right: 20px !important;
}

.orderhistoryform {
    margin-top: 15px !important;
    border: 1px solid #ccc !important;
    padding: 15px !important;
    width: 100% !important;
}

.textaligncenter {
    text-align: center !important;
}

.mdisply {
    display: block !important;
}

.wishimage {
    width: 70px;
    height: 70px;
}

.wishinput {
    width: 100px !important;
    height: 35px !important;
    margin-bottom: 10px !important;
}

.wishinnerdiv {
    background-color: white !important;
    color: black !important;
    width: 100% !important;
    padding: 5px !important;
    border: 1px solid !important;
}

.wishdivprimary {
    position: fixed !important;
    z-index: 1000000 !important;
    background-color: #F3F3F3 !important;
    box-shadow: 5px 5px 5px 5px !important;
}

.center {
    margin: auto;
    width: 75%;
}

.form-white-full {
    background-color: #fff;
    padding: 20px 30px 20px 30px;
}

.txtcenter {
    text-align: center;
}

#txtQuantity {
    width: 100% !important;
}

#unitMeasure {
    width: 100% !important;
    /* min-width: 125px !important; */
    margin: 0px 5px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.ngx-gallery-thumbnail-size-cover .ngx-gallery-thumbnails .ngx-gallery-thumbnail {
    background-size: contain !important;
}

.ngx-gallery-image-size-cover .ngx-gallery-image {
    background-size: contain !important;
}

.ngx-gallery-image {
    background-size: contain !important;
}

.product .cart {
    width: 100%;
    text-align: center;
}

.cart .action {
    float: left;
    text-align: center;
    width: 100%;
}

.product .cart .action ul li {
    width: 100%;
    text-align: center;
    font-size: 0;
    /* float: none; */
    /* display: flex; */
}

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    float: none;
    max-width: 50px;
    width: 100%;
}

.logo a img {
    /* max-width: 262px; */
    max-width: 215px;
    max-height: 120px;
}

#DownloadPDF {
    display: none;
}

.left-menu-block {
    /*max-width: 250px; width: 100%;*/
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.left-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 12px 17px;
    text-transform: uppercase;
    background-color: #005faa;
    border: 1px solid #005faa;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px #005faa solid;
}

.left-menu a {
    display: block;
    color: #000;
}

.menu {
    margin: 0;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.menu li {
    position: relative;
    display: block;
    -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;
}


/* .menu li:before{ color: #bababa; content: "\f105"; float: right; font-size: 12px; height: 20px; line-height: 43px; -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; width: 21px; font-size: 22px; position: absolute; right: 0;} */

.arrow {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 43px;
    -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;
    width: 21px;
    font-size: 22px;
    position: absolute;
    right: 0;
}

.submenu {
    z-index: 100000;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    background-color: #fff;
}

.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    width: 220px;
    pointer-events: auto;
}

.menu li>ul a {
    padding: 15px 10px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 991px) {
    .unit-section .container {
        padding: 0;
    }
    .left-menu-block {
        max-width: 100%;
    }
    .submenu {
        display: none;
        left: 0;
        opacity: 1;
        visibility: visible;
        width: 100%;
        position: relative;
        border-top: 1px solid #eaeaea;
    }
    .menu li>ul a {
        padding: 10px 30px;
    }
    .menu .arrow {
        position: absolute;
        height: 100%;
        width: 46px;
        z-index: 99;
        cursor: pointer;
    }
    .menu li:hover>ul {
        width: 100%;
    }
}

ngx-datepicker-container .ngx-datepicker-calendar-container {
    z-index: 1000000 !important;
    position: absolute;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #dfe3e9;
    border-radius: 4px;
}


/* .cpointer:hover{
  color: orange;
  text-decoration: underline;
} */


/* .image a,.product-info.text-left {
    cursor: pointer;
} */

.home-owl-carousel .product-image {
    border: 1px #eaeaea solid;
    height: 285px;
    width: 100%;
    overflow: hidden;
    display: table;
}

.home-owl-carousel .image .cpointer {
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    width: 100%;
}

.home-owl-carousel .product-info h3.name,
.home-owl-carousel .product-info h3.name a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    text-align: center;
    overflow: hidden;
}

.home-owl-carousel .image span.items-dv {
    position: absolute;
    right: 0px;
    bottom: 60px;
    background: #005faa;
    padding: 8px 15px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.home-owl-carousel .owl-item img {
    height: 220px;
    object-fit: contain;
    box-shadow: 0 0 10px 0px #eaeaea;
}

.spanbottom:hover {
    color: orange;
}

.spanbottom {
    color: #fff;
}

.heading-text {
    margin: 0 auto;
    text-align: center;
}

.cust-wrapper {
    background-color: #fff;
}

.big-text {
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0px 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
}

.carousel-caption .excerpt {
    font-size: 14px;
    /*line-height: 50px;*/
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    color: #000;
}


/* .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0;}
 100% {opacity: 1;}
}
@keyframes fadeIn {
 0% {opacity: 0;}
 100% {opacity: 1;}
}
.fadeIn {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
} */

h5.text-center.certificate {
    text-transform: none;
    background: yellow;
    color: #000;
    padding: 12px;
    border: 4px solid #000;
}

.top-border {
    border-top: 3px solid #000;
    background-color: lightsteelblue;
}

.all-border {
    border: 3px solid #000;
}

.quant-input #txtQuantity {
    position: relative;
    height: 34px;
    margin: 0px;
    padding: 0px 0px 0px 6px;
    width: 95px!important;
}

.item-specification {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.item-specification ul {
    padding: 0px;
    margin: 0px 0 0 20px;
}

.item-specification ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: circle;
    line-height: 24px;
    ;
}

.item-list {
    width: 100%;
    float: left;
    padding: 5px 4px 0px 4px;
    margin: 0px 0 10px 0;
    text-align: center;
    min-height: 92px;
    border: solid #eaeaea 1px;
}

.list-item .col-sm-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.list-item .selectdiv {
    border: solid #185fa8 1px!important;
}

.cnt-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rfq-table .table-responsive.table-mobile>div div.row {
    margin-bottom: 15px;
}

.rfq-table .table-responsive.table-mobile>div.row {
    margin: 0 auto;
}

.rfq-table .table-responsive.table-mobile>div.row>div {
    padding: 0;
}

.table-rfq {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

.table-rfq tr th,
.table-rfq tr td {
    padding: 10px 5px !important;
}

.table-rfq tr th,
.table-rfq tr td,
.table-rfq h4,
.table-rfq,
.table-rfq span {
    font-size: 13px !important;
    text-transform: capitalize;
}

.table-rfq .clicktoedit {
    width: auto !important;
}

.table-rfq .clicktoedit input {
    border: 1px solid #f5f5f5 !important;
    width: 70% !important;
    height: 30px !important;
    padding: 0 10px !important;
}

.table-rfq .clicktoedit .ndv-buttons {
    top: 4px;
    position: absolute;
    right: 0;
    box-shadow: none;
    display: flex;
}

.table-rfq select,
.table-rfq .quant-input input {
    border: 1px solid #f5f5f5 !important;
    width: 70px !important;
    height: 30px !important;
    padding: 0 10px !important;
}

.tag-product {
    display: flex;
    flex-wrap: wrap;
}

.tag-product .tag-pro-inner {
    padding: 0 5px;
    width: 19.67%;
}

.top-cart-row .dropdown-cart .dropdown-menu {
    z-index: 9999;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dashbutton {
    padding: 10px 10px 5px;
    text-align: center;
    margin-right: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.dashbutton .fa {
    margin-bottom: 8px;
    font-size: 26px;
}

.dashspan {
    position: static;
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.cart-shopping-total .inner-left-md {
    padding-left: 10px;
    padding-right: 5px;
}

.click-to-edit {
    margin: 15px 0 0 0;
    display: flex;
    position: relative;
    width: 100% !important;
}

.click-to-edit .ndv-buttons {
    padding: 0 !important;
    box-shadow: none !important;
    right: 0;
    top: -1px;
}

.click-to-edit .ndv-comp {
    width: 100%;
}

.contact-details {
    background-color: #fff;
    padding: 15px;
}

.contact-page {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 20px 0;
}

.contact-page .col-md-9 {
    background-color: #fff;
    padding: 20px 30px 20px 15px;
}

.sales-login .col-md-12 {
    background-color: #fff;
}

.page-select .dropdown-menu>li>a {
    color: #000;
}

.wishdivprimary {
    max-width: 350px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px 30px;
    border-radius: 5px;
    box-shadow: none !important;
}

.wishdivprimary .wishinnerdiv {
    padding: 0 !important;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.wishdivprimary .wishinnerdiv h4 {
    margin: 0;
    font-size: 14px;
    padding: 10px;
}

.wishdivprimary .btn-group {
    margin-top: 20px;
}

.wishdivprimary .btn-group .btn {
    margin: 0 10px 0 0 !important;
    border-radius: 5px !important;
}

body.popup-open {
    position: relative;
}

body.popup-open:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 2;
}

h2.shop-title {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .backdrop[_ngcontent-c2] {
    position: fixed;
    height: 100%;
}

body .spinner-three-bounce[_ngcontent-c2] {
    position: fixed;
    transform: translateY(-50%);
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .tag-product .tag-pro-inner {
        width: 25%;
    }
    .single-product .product-info .quantity-container .row .col-sm-4:last-child {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .tag-product .tag-pro-inner {
        width: 25%;
    }
    .single-product .product-info .quantity-container .row .col-sm-4:last-child {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .contact-page .nav.nav-tabs {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .contact-page .nav.nav-tabs {
        margin-top: 40px;
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row.dash-block .col-sm-12 {
        width: 50% !important;
    }
    .cnt-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .cnt-inner ul {
        width: 100%;
        padding: 3px 0;
    }
    .top-bar .cnt-account ul>li {
        padding: 0 3px;
    }
    .tag-product .tag-pro-inner {
        width: 25%;
    }
    .single-product .product-info .quantity-container .row .col-sm-4:last-child {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .home-owl-carousel .product-image {
        height: 220px;
    }
    .shopping-cart .shopping-cart-table table {
        width: 900px;
    }
    .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 {
        font-size: 13px;
        padding: 0;
    }
    .shopping-cart .shopping-cart-table .table>thead>tr>th {
        font-size: 13px;
        padding: 10px;
    }
    .shopping-cart .shopping-cart-table table tbody tr td {
        padding: 10px;
    }
    .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total {
        width: 150px !important;
    }
    .cart-shopping-total {
        width: 14px;
        /* width: 100%; */
    }
    .unit-section {
        position: relative;
        z-index: 1;
    }
    .contact-page .col-md-9 {
        display: inline-block;
        width: 100%;
        padding: 15px;
    }
    .contact-page .col-md-9.contact-form>div {
        padding: 0 15px;
    }
    .contact-page .col-md-9.contact-form>div.table-responsive {
        padding: 0;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cnt-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .cnt-inner ul {
        width: 100%;
        padding: 3px 0;
    }
    .top-bar .cnt-account ul>li {
        padding: 0 3px;
    }
    .top-search-holder {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0 !important;
    }
    .top-cart-row {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0 !important;
    }
    .left-menu-block {
        max-width: 100%;
    }
    .dash-block {
        padding: 0 !important;
    }
    .unit-section {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }
    .dashbutton {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-bottom: 10px;
        text-align: left;
    }
    .toggle-footer {
        margin-bottom: 20px;
    }
    .category-product .col-sm-6.col-md-4 {
        width: 50%;
    }
    .search-result-container .category-product .product .image {
        width: 100%;
    }
    .table-mobile table td.td-full input {
        padding: 10px;
    }
    .table-mobile table td:before {
        left: 15px;
    }
    .table-mobile table td.td-full {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sort-by {
        padding: 0 10px;
    }
    .sort-by .lbl-cnt {
        text-align: right;
        margin-bottom: 15px;
    }
    .product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
        /* max-width: 40px; */
        font-size: 17px !important;
        /* padding: 0; */
    }
    .price-blk {
        padding: 5px;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }
    .product-info.text-left h5 {
        display: inline-block;
    }
    .product-info.text-left h5 div {
        word-break: break-all;
    }
    .home-owl-carousel .product-image {
        height: 220px;
    }
    .shopping-cart .shopping-cart-table table tbody tr td {
        padding-left: 50% !important;
    }
    .contact-page .col-md-9 {
        padding: 20px 15px;
    }
    .checkoutdiv {
        margin: 15px 0 !important;
    }
    .checkout-box .checkout-steps .panel-body {
        padding: 20px 0;
    }
    .cart-product-name-info .row {
        width: 100%;
    }
    .reviews>div {
        white-space: pre-wrap;
        text-transform: capitalize;
    }
    .reviews>div br {
        display: none;
    }
    .cart-product-name-info .padl15 {
        padding: 0 0 0 15px !important;
    }
    .contact-page .col-md-9 {
        display: inline-block;
        width: 100%;
        padding: 15px;
    }
    .contact-page .col-md-9.contact-form>div {
        padding: 0 15px;
    }
    .contact-page .col-md-9.contact-form>div.table-responsive {
        padding: 0;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .home-owl-carousel .product-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .category-product .col-sm-6.col-md-4 {
        width: 50%;
    }
    .search-result-container .category-product .product .image {
        height: 200px !important;
    }
    .sort-by .lbl-cnt {
        width: 100%;
        margin-top: 15px;
        text-align: left;
        margin-bottom: 10px;
    }
    .tag-product .tag-pro-inner {
        width: 33.33%;
    }
    .home-owl-carousel .product-image {
        height: 280px;
    }
}

.qty-pro-details {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    flex-wrap: wrap;
}

.qty-pro-details span {
    margin-right: 10px;
}

.qty-pro-details .quant-input {
    width: 100px !important;
    margin-right: 15px;
}

.categories-blocks {
    background-color: #fff;
}

.categories-blocks>label {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    background-color: #005faa;
    padding: 12px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.categories-blocks .single-categories {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 15px 13px;
}

.categories-blocks .single-categories>label {
    cursor: pointer;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.categories-blocks .dropdown-list {
    padding: 0 10px;
    max-height: 200px;
    overflow: auto;
}

.categories-blocks .dropdown-list .single-list {
    margin: 8px 0 0;
}

.categories-blocks .dropdown-list .single-list>div {
    display: flex;
    align-items: center;
}

.categories-blocks .dropdown-list .single-list input {
    margin: 0 10px 0 0;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
}

.custom-checkbox input+label {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 20px;
    color: #333;
    font-size: 12px;
    letter-spacing: 0.09px;
    line-height: 15px;
    font-weight: 400;
}

.custom-checkbox input+label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: white;
    border: 1px solid #E6EBF2;
    border-radius: 2px;
}

.custom-checkbox input:checked+label:after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 0px;
    content: '';
    padding: 0;
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
}

.custom-checkbox input:checked+label:before {
    border-color: #08A0E9;
    background-color: #08A0E9;
}

.select-category {
    padding: 0 0 0 15px;
    display: inline-block;
    margin-bottom: 0;
}

.select-category .single-cat {
    margin: 10px 10px 10px 0;
}

.select-category .single-cat label {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 5px;
}

.select-category .single-cat label span {
    margin-left: 8px;
    background-color: #2199e8;
    color: #fff;
    padding: 3px 6px;
    font-size: 10px;
    line-height: 1.26;
    border-radius: 100%;
    width: 18px;
    height: 18px;
}

.table-products .top-table-blocks {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}

.table-products .top-table-blocks .img-block {
    max-width: 235px;
    width: 100%;
    border: 1px solid #dedede;
}

.table-products .top-table-blocks .img-block img {
    width: 100%;
    padding: 10px;
    object-fit: contain;
}

.table-products .top-table-blocks .text-block {
    width: calc(100%- 235px);
    padding-left: 30px;
}

.table-products .top-table-blocks .text-block p {
    text-transform: none;
    font-size: 16px;
}

.bottom-table-blocks .bottom-table {
    width: 100%;
}

.bottom-table-blocks .bottom-table th {
    background-color: #eee;
    border-bottom: 2px solid #abb0b6;
}

.bottom-table-blocks .bottom-table th,
.bottom-table-blocks .bottom-table td {
    padding: 10px;
    text-transform: capitalize;
}

.thcla {
    position: sticky !important;
    top: 0 !important;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4) !important;
}

.main-calendar-years {
    overflow: auto !important;
    position: relative !important;
    display: block !important;
    height: 210px !important;
    padding: 0 !important;
}

.main-calendar-years::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.main-calendar-years::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.main-calendar-years::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.main-calendar-years::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tbcol1 {
    text-transform: lowercase !important;
}

.tbcol2 {
    text-transform: lowercase !important;
}

.tbcol3 {
    text-transform: lowercase !important;
}

.tbcol4 {
    text-transform: uppercase !important;
}

.tbcol5 {
    text-transform: uppercase !important;
}

.categories-blocks .dropdown-list::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.categories-blocks .dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.categories-blocks .dropdown-list::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.categories-blocks .dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu li:hover {
    background-color: #ddd;
}

.menu li:hover a {
    color: #000;
}

.bottom-table tbody tr:hover {
    background-color: #ddd;
}


/* body table#table1[_ngcontent-c6] td[_ngcontent-c6]:first-child{ padding: 8px !important; }
body table#table1[_ngcontent-c6] td[_ngcontent-c6]: nth-child(2){ display: none; }
body table#table1[_ngcontent-c6] td[_ngcontent-c6]:last-child{ padding: 8px !important; } */

.payment-sort-block {
    background-color: #f9f9f9;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort-left-block {
    display: flex;
    align-items: center;
}

.sort-left-block label {
    width: 80px;
    margin: 0;
}

.sort-right-block div {
    display: flex;
    align-items: center;
}

.sort-right-block label {
    font-size: 16px;
    margin: 0 15px 0 0;
}

.sort-right-block a.btn-primary {
    width: 90px;
}

.product__small__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.product__small__list .Product__single {
    width: 20%;
    padding: 0 5px;
}

.home-owl-carousel carousel:focus {
    outline: none;
}

.home-owl-carousel {
    margin-top: 20px;
}

.home-owl-carousel .carousel-item .item {
    padding: 0 15px 15px;
}

.home-owl-carousel .product .product-image img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    box-shadow: 0 0 10px 0px #eaeaea;
}

.home-owl-carousel .single-slider-inner {
    position: relative;
    border: 1px #eaeaea solid;
    height: 285px;
    width: 100%;
    overflow: hidden;
    display: table;
}

.home-owl-carousel .carousel-control {
    background-image: none;
}

.home-owl-carousel .slider-img {
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    width: 100%;
}

.home-owl-carousel .single-slider-inner span {
    position: absolute;
    bottom: 0;
    right: 0px;
    background: #005faa;
    padding: 8px 15px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.home-owl-carousel .single-slider h4 {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    color: #555;
}

.home-owl-carousel .carousel-indicators {
    display: flex;
    justify-content: center;
    margin: 0;
    left: auto;
    width: 100%;
}

.home-owl-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #d6d6d6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.home-owl-carousel .carousel-indicators li.active {
    background-color: #869791;
}

table>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table tr label {
    margin-right: 5px;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 5px;
}

.btn.btn-primary {
    margin-right: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product__small__list .Product__single {
        width: 25%;
    }
}

@media (min-width: 992px) {
    select.mobile-select {
        display: none;
    }
    .artable {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .qty-pro-details {
        flex-wrap: wrap!important;
        justify-content: center!important;
    }
    .qty-pro-details .btns-blocks {
        margin-top: 20px;
        padding-top: 15px!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product__small__list .Product__single {
        width: 33.33%;
    }
    .qty-pro-details {
        flex-wrap: wrap!important;
        justify-content: center!important;
    }
    .qty-pro-details .btns-blocks {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    select.mobile-select {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .mobile-hide-tabs {
        display: none !important;
    }
    .artable1 {
        display: none !important;
    }
    .artable {
        display: block;
    }
}

@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 20px;
    }
    .product__small__list .Product__single {
        width: 20%;
    }
    .qty-pro-details {
        /* flex-wrap: wrap; */
        padding-left: 15px;
        padding-right: 15px;
    }
    .qty-pro-details .btns-blocks {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .qty-pro-details .btns-blocks button {
        width: calc(33.33% - 10px) !important;
    }
    /*.contact-form #table1.table tr td:first-child{ padding: 10px 5px 3px !important; }
  .contact-form #table1.table tr td:last-child{ padding: 10px 5px 3px !important; }*/
}

@media (max-width: 640px) {
    .payment-sort-block {
        flex-wrap: wrap;
        padding: 15px;
    }
    .sort-right-block {
        margin-top: 15px;
    }
    .product__small__list .Product__single {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .product__small__list .Product__single {
        width: 33.33%;
    }
}

.btnparse {
    padding: 5px;
    margin: 10px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    h2.shop-title {
        padding: 15px 10px 0;
    }
}

@media(max-width: 991px) {
    .shopping-cart-table .table-responsive>div {
        padding: 20px;
    }
    .rfq-search-block {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .table-mobile table td.padding-left-0 {
        padding-left: 10px !important;
    }
    .table-mobile td.padding-left-0 .click-to-edit-value {
        font-size: 14px;
        vertical-align: middle;
        margin-top: 3px;
    }
    .table-rfq.table-mobile table td {
        padding-left: 49.7% !important;
    }
    .table-rfq.table-mobile table td.padding-left-0 {
        padding-left: 15px !important;
    }
}

@media (max-width:640px) {
    #owl-main {
        height: auto;
    }
    #owl-main .item {
        height: 200px;
    }
    #owl-main .item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .big-text {
        font-size: 20px;
        padding: 0;
    }
    .carousel-caption .excerpt {
        padding: 0;
        margin: 0;
    }
}

@media (max-width:480px) {
    .search-result-container .category-product .product .image img {
        /*height: 100%;*/
        height: 150px;
        object-fit: contain;
    }
    .search-result-container .category-product .product-details-slider .product .image img {
        height: 225px;
    }
}

.product-details-slider {
    width: 100%;
}

.product-details-slider owl-carousel-child {
    margin: 0 auto;
}

.search-result-container .category-product .product-details-slider .product .image {
    border: 0;
}

.home-product-block {
    padding-left: 0;
}

.home-owl-carousel owl-carousel-child {
    margin: 0 auto;
}

.home-product-block .product-slider .products {
    margin: 0;
    padding: 0 15px 15px;
}

.wish-rfq-page {
    background-color: #fff;
    padding: 20px 15px;
}

.wish-rfq-page h3 {
    margin-top: 0;
}

.wishlist-h3 {
    margin: 0;
    font-size: 18px;
}

.wishlist-h3 .click-to-edit {
    margin-top: 0;
}

.wishlist-table .click-to-edit {
    margin-top: 0;
}

.rfqlist-table {
    padding: 0;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .wish-rfq-page {
        padding: 15px;
    }
    .wish-rfq-page h3 {
        margin-top: 15px;
    }
    h4.cart-product-description.cpointer {
        margin-top: 0;
        margin-bottom: 0;
    }
}

#owl-main .owl-item {
    width: 100% !important;
}

#owl-main .owl-stage {
    width: 100% !important;
}

#owl-main .owl-dots {
    display: none !important;
}

#product-tabs-slider .owl-nav {
    display: none !important;
}

.product-slider>.owl-dots {
    display: none !important;
}

.tablesraw {
    float: left !important;
    background-color: white;
    width: 100% !important;
}

.thclass {
    width: 25% !important;
    padding: 10px;
}

.home-banner {
    margin-top: 0;
}

.home-banner .slick-slide {
    background-color: #FFFFFF;
    background-position: center 55%;
    background-size: cover;
    height: 370px;
    position: relative;
}

.home-banner .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-banner .slick-next {
    right: 20px;
    z-index: 1;
}

.home-banner .slick-prev {
    left: 20px;
    z-index: 1;
}

.home-owl-carousel {
    padding-bottom: 30px;
}

.home-owl-carousel .slick-slide {
    padding: 0 15px;
}

.home-owl-carousel .slick-dots {
    bottom: 15px;
}

.home-owl-carousel .slick-dots li {
    margin: 0;
    padding: 0;
}

.home-owl-carousel .slick-dots li button {
    padding: 0;
}

.home-owl-carousel .slick-dots li button:before {
    font-size: 10px;
}

.gallery-holder .ngx-gallery-clickable {
    border: 0 !important;
}

.gallery-holder .ngx-gallery-clickable .ngx-gallery-active {
    border: 0 !important;
}

.product-details-category {
    margin: 0 -15px;
}

.product-details-category .col-md-12 {
    width: 100%;
}

.product-details-category .home-owl-carousel {
    margin-top: 0;
}

.product-details-category .home-owl-carousel .slick-dots {
    bottom: -15px;
}

.colorset {
    color: red;
}

.detail-block-bradcrumb {
    background-color: #005FAA;
    padding: 10px;
    margin-bottom: 20px;
}

.breadcrub li label {
    cursor: pointer;
    position: relative;
    height: 24px;
    line-height: 21px;
    padding: 0 8px 0 18px;
    margin-right: 5px;
    color: #fff;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.breadcrub li label:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 1px;
    background: url(../images/breadcrumbs.png) no-repeat;
    width: 10px;
    height: 24px;
}

.breadcrub li label:after {
    position: absolute;
    content: "";
    top: -1px;
    right: -10px;
    background: url(../images/breadcrumbs.png) no-repeat;
    width: 10px;
    height: 24px;
}

.breadcrub li label:first-child {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.breadcrub li label:first-child:before {
    display: none;
}

.breadcrub li label:hover {
    border-color: #f45e25;
    color: #f45e25;
}

.breadcrub li label:first-child:hover {
    border-color: #f45e25;
}

.breadcrub li label:hover:before,
.breadcrub li label:hover:after {
    background: url(../images/breadcrumbs-hover.png) no-repeat;
}

.breadcrub li label {
    padding: 4px 8px 4px 15px;
    line-height: normal;
}

.breadcrub li label:first-child {
    padding-left: 10px;
}

.detail-block {
    padding: 0;
}

.padding-block {
    padding: 0 20px 20px;
}

.displynone {
    display: none !important;
}

.displyblock {
    display: block !important;
}

@media (min-width: 768px) {
    .top-bar .cnt-account ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    /* .page-select .dropdown{ background-color: transparent; } */
}

@media (max-width: 767px) {
    .top-bar .cnt-account ul {
        justify-content: center;
    }
}

.backdrop {
    z-index: 1999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 150% !important;
}

.dp-popup .dp-calendar-nav-container {
    border-color: #ccc;
}

.dp-popup .dp-calendar-wrapper {
    border-color: #ccc;
}

.dp-popup button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.dp-popup .dp-weekdays span {
    border-color: #ccc;
    text-transform: none;
    border-left: 0;
    border-right: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
}

dp-date-picker {
    width: 100%;
}

dp-date-picker input.dp-picker-input {
    outline: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -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: 9px 12px;
}

.beadlink {
    color: #FFF;
}

.beadlink:hover {
    color: #F45E25;
}

.backdrop {
    z-index: 1999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
}

ngx-loading>div {
    z-index: 999;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
}

#titlehead {
    font-size: 12px;
    color: white;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: none;
}

#hovercart {
    display: block;
}

#downcart {
    display: none;
}


/* input[type="number"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
  } */

#passwordtable {
    width: 100%;
    border: none;
}

#passwordtable td {
    padding: 0% !important;
    background-color: white;
}

#passwordtable td i {
    margin-left: 5px;
    font-size: 20px;
}

.popup_main {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.eye_icon {
    cursor: pointer;
    margin-left: 15px;
    width: calc(100% - 15px);
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #eee;
}

#passwordtable .eye_icon i {
    margin: 0;
    font-size: 18px;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media (max-width: 992px) {
    .home-banner .slick-slide {
        height: auto;
    }
}


/* Add in Portal Distone site */

.select-category {
    padding: 0 15px 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0;
}

.select-category .single-cat {
    margin: 3px 0 3px 0;
    padding: 0px 3px;
}

.centerNew {
    margin: auto;
    width: 90%;
    padding: 10px;
}

#treedescrgrid {
    display: none;
}

@media only screen and (max-width: 600px) {
    .ngx-gallery {
        height: 400px !important;
    }
    .qty-pro-details {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}


/* @media only screen and (max-width:1199px){
  .qty-pro-details {
    display: flex;
    justify-content: center!important;
    align-items: center;
    padding-left: 15px;
    flex-wrap: wrap!important;
}.btns-blocks{padding: 15px 15px!important;}
}
@media only screen and (max-width:768px){
  
}} */

@media only screen and (max-width: 460px) {
    .qty-pro-details {
        justify-content: center !important;
    }
    .qty-pro-details .btns-blocks {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .category-product .col-sm-6.col-md-4 {
        width: 100%;
    }
}

.marginLeftRight25 {
    margin: 0px 25px;
}

#catagoryinfo {
    /* display: none; */
}

.temp {
    padding: 12px;
    text-align: center;
}

.textCenter {
    text-align: center;
}

@media only screen and (max-width: 460px) {
    .qty-pro-details {
        justify-content: center !important;
    }
    .qty-pro-details .btns-blocks {
        margin-top: 15px;
    }
    .qty-pro-details .quant-input {
        width: 80px !important;
        margin-right: 23px;
    }
    .single-product .product-info .quantity-containe {
        padding: 10px 0px;
    }
    .product-info-block h1 {
        margin: 0 0 0px !important;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 15px !important;
    }
    .single-product .product-info .quantity-container {
        padding: 0px 0px !important;
    }
    .single-product .product-info .price-container {
        margin-bottom: 0px !important;
    }
    .search-result-container .category-product .product {
        margin-bottom: 15px;
    }
}

.product-info.text-left h5 {
    /* display: inline-block; */
    display: block;
}


/* .col-md-12.outer-bottom-small.m-t-20 .btn_alignLogin {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;    width: 88px;

} */

@media only screen and (max-width: 460px) {
    .col-md-12.outer-bottom-small.m-t-20.logn_butn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-group.btnmd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .marginBottom10 {
        margin-bottom: 10px;
    }
    .fix_btnSM {
        width: 92px;
        margin: 10px 0px;
    }
    .fix_btnLg {
        width: 189px;
    }
    .btn-upper.btn.btn-primary.checkout-page-button .login_btnmargin {
        margin: 10px;
    }
    .btn-upper.btn.btn-primary.checkout-page-button.btn3 {
        width: 189px;
        margin-left: 7px;
    }
}

.col-sm-12.col-md-5.btn_form {
    display: flex;
    justify-content: center;
}

.form_align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form_align label {
    color: #000;
}


/* .contact-page {
  background-color: white;
  box-shadow: none;
  padding: 0;
  margin: 20px 0;
} */

.autocomplete-container .suggestions-container.is-visible {
    visibility: visible;
    z-index: 1;
}

.dropdown-menu>ul>li>a {
    color: #000;
}

.dropdown .open .bottom {
    width: 100%;
}

.itemmenu {
    width: 100%!important;
}

a:hover,
a:focus {
    color: #000;
}

.itemmenu .dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #eeeeee;
    color: #000;
}

.dropdown {
    width: 100%;
}

.dropdown ul {
    width: 100%;
}

.dropdown-menu>li>a {
    padding: 14px 15px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #eeeeee;
    outline: 0;
}

.clwhite:hover,
.clwhite:active,
.clwhite:focus {
    color: white;
}

.viewcart {
    padding: 5px 5px !important;
    margin-top: 10px;
}

.lia {
    cursor: pointer;
    padding: 5px 5px !important;
}

.ordertablemargin {
    margin: 0 10px;
}

.table-striped {
    margin: 0px;
}


/* 01-09-2021 */

.sort-by .lbl-cnt {
    margin-left: 5px;
}

.sort-by {
    display: flex;
    /* justify-content: flex-end; */
    /* align-items: center; */
}

.flxwrap {
    display: Flex;
}

.filters-container .lbl-cnt .lbl {
    padding-top: 0px;
}

.page-select {
    background-color: transparent;
    margin: -14px -6px 0 1px;
    padding: 12px 0px;
}

.page-select span.lbl {
    color: #fff;
    padding: 5px 9px 0 0;
}

.page-select .dropdown {
    position: relative;
    height: 27px;
    background-color: #185FA8;
    color: #fff;
    border-color: #fff;
}

.filters-container .lbl-cnt .lbl {
    line-height: 1;
    color: #fff;
    padding-top: 9px;
    margin-right: 0;
    padding-right: 5px;
    display: block;
    /* margin-bottom: 3px; */
}

.filters-container .page-select .lbl-cnt .dropdown.dropdown-med .btn {
    background-color: transparent;
    border-color: #fff;
}

@media (max-width: 460px) {
    .flxwrap {
        flex-wrap: wrap;
    }
    .single-product .product-info-block .name {
        font-size: 26px;
    }
    .marginLeftRight25 {
        margin: 0px 0px;
    }
}

@media (max-width: 767px) {
    .sort-by .lbl-cnt {
        margin-left: 15px;
    }
    .w50 {
        width: 50% !important;
    }
    .w-70 {
        width: 70%;
    }
    .page-select {
        padding: 12px 0px;
    }
}

.mat-tab-body-content {
    height: 100% !important;
    overflow: visible !important;
}


/* 02-09-2021 */

.cmnLineheight {
    line-height: 1.5;
}

.margin20 {
    margin: 20px;
}

.tabbing_quickpad .clearfix:before,
.tabbing_quickpad .clearfix:after {
    content: " ";
    display: table;
}

.tabbing_quickpad .clearfix:after {
    clear: both;
}

.tabbing_quickpad a {
    color: #ccc;
    text-decoration: none;
    outline: none;
}


/*Fun begins*/


/* .tabbing .tab_container {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
} */

.tabbing_quickpad input,
.tabbing_quickpad section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.tabbing_quickpad label {
    font-weight: 700;
    font-size: 16px;
    display: block;
    float: left;
    width: auto;
    padding: 10px 15px;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    /* background: #f0f0f0; */
}

.tabbing_quickpad #tab1:checked~#content1,
.tabbing_quickpad #tab2:checked~#content2,
.tabbing_quickpad #tab3:checked~#content3,
.tabbing_quickpad #tab4:checked~#content4,
.tabbing_quickpad #tab5:checked~#content5 {
    display: block;
    padding: 15px;
    /* background: #fff; */
    color: #999;
    border-bottom: 2px solid #f0f0f0;
}

.tabbing_quickpad .tab_container .tab-content p,
.tabbing_quickpad .tab_container .tab-content h3,
.tabbing_quickpad h4,
.tabbing_quickpad .tab_container .tab-content form,
.tabbing_quickpad .tab_container .tab-content h5,
.tabbing_quickpad textarea,
.tabbing_quickpad a {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tabbing_quickpad .tab_container .tab-content h3 {
    text-align: left;
    font-size: 20px;
}

.tabbing_quickpad .tab_container [id^="tab"]:checked+label {
    border-bottom: 2px solid #0018ee;
    color: #000;
}

.tabbing_quickpad .tab_container [id^="tab"]:checked+label .fa {
    color: #0CE;
}

.tabbing_quickpad label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

.tabbing_quickpad p {
    font-size: 14px;
    line-height: 1.5;
    text-transform: none!important;
    padding: 0px 10px 0px 0px;
}

.tabbing_quickpad .data_head {
    display: flex;
    justify-content: space-between;
}


/*Media query*/

@media only screen and (max-width: 460px) {
    /* .tabbing label span {
        display: none;
    } */
    /* .tabbing .tab_container {
        width: 100%;
    } */
    .tabbing_quickpad label {
        font-size: 14px;
    }
    .tabbing_quickpad .data_head {
        justify-content: space-between;
    }
    .tabbing_quickpad h1,
    .tabbing_quickpad .h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .tabbing_quickpad label {
        font-size: 12px;
    }
    .tabbing_quickpad label {
        padding: 8px 10px;
    }
    .tabbing_quickpad .data_head h4 {
        font-size: 15px;
    }
}


/*Content Animation*/

/* @keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
} */

.tabbing_quickpad .no_wrap {
    text-align: center;
    color: #0ce;
}

.tabbing_quickpad .link {
    text-align: center;
}

.tabbing_quickpad .table>thead>tr>th {
    border: none;
    font-size: 16px;
    font-weight: normal;
}

.tabbing input[type=text],
.tabbing_quickpad select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.tabbing_quickpad input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.tabbing_quickpad input[type=submit]:hover {
    background-color: #45a049;
}

.tabbing_quickpad .data_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.tabbing_quickpad .data_item form {
    display: flex;
    justify-content: center;
}


/* -- quantity box -- */

.tabbing_quickpad .data_item .quantity {
    display: inline-block;
}

.tabbing_quickpad .data_item .quantity .input-text.qty {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #efefef;
    font-size: 18px;
}

.tabbing_quickpad .data_item .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.tabbing_quickpad .data_item .quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.tabbing_quickpad .data_item .quantity.buttons_added .minus,
.tabbing_quickpad .data_item .quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    /* background-color: #ffffff; */
    /* border: 1px solid #efefef; */
    border: transparent!important;
    cursor: pointer;
    font-size: 20px;
}

.tabbing_quickpad .data_item .quantity.buttons_added .minus {
    border-right: 0;
}

.tabbing_quickpad .data_item .quantity.buttons_added .plus {
    border-left: 0;
}

.tabbing_quickpad .data_item .quantity.buttons_added .minus:hover,
.tabbing_quickpad .quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.tabbing_quickpad .data_item .quantity input::-webkit-outer-spin-button,
.tabbing_quickpad .data_item .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.tabbing_quickpad .data_item .quantity.buttons_added .minus:focus,
.tabbing_quickpad .data_item .quantity.buttons_added .plus:focus {
    outline: none;
}

.tabbing_quickpad .addColor a {
    color: #108bea;
}

.tabbing_quickpad .addColor a:hover {
    opacity: 0.8;
}

.marginex20 {
    margin: 20px 0px;
}

.tabbing_quickpad .textarea_inner .comment-text-area {
    float: left;
    width: 100%;
    height: auto;
}

.tabbing_quickpad .textarea_inner .textinput {
    float: left;
    width: 100%;
    min-height: 75px;
    outline: none;
    resize: both;
    background-color: #e5e5e5;
    border: none;
    padding: 10px;
}

.tabbing_quickpad .copyButton {
    display: block;
    text-align: left;
}

.tabbing_quickpad .btn-dark {
    background-color: #000;
}

.margin10 {
    margin: 20px 15px;
}

.margin20p {
    margin: 20px 0px;
}

.tabbing_quickpad .quickpade_table table {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.tabbing_quickpad .quickpade_table table thead {
    background: #F0F0F0;
    height: 60px !important;
}

.tabbing_quickpad .quickpade_table table thead tr th:first-child {
    padding-left: 45px;
}

.tabbing_quickpad .quickpade_table table thead tr th {
    text-transform: uppercase;
    line-height: 60px !important;
    text-align: left;
    font-size: 14px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.tabbing_quickpad .quickpade_table table tbody {
    background: #fff;
}

.tabbing_quickpad .quickpade_table table tbody tr {
    border-top: 1px solid #e5e5e5;
    height: 60px;
}

.tabbing_quickpad .quickpade_table table tbody tr td:first-child {
    padding-left: 45px;
}

.tabbing_quickpad .quickpade_table table tbody tr td {
    height: 60px;
    line-height: 60px !important;
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
}

.tabbing_quickpad .quickpade_table table tbody tr td i {
    margin-right: 8px;
}

.tabbing_quickpad input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: none;
    outline: none;
    outline-offset: none;
}

@media screen and (max-width: 800px) {
    .quickpade_table table {
        border: 1px solid transparent;
        box-shadow: none;
    }
    .quickpade_table table thead {
        display: none;
    }
    .quickpade_table table tbody tr {
        border-bottom: 45px solid #F8F8F8;
    }
    .quickpade_table table tbody tr td:first-child {
        padding-left: 10px;
    }
    .quickpade_table table tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .quickpade_table table tbody tr td {
        display: block;
        text-align: right;
        font-size: 12px;
        padding: 5px 10px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }
}
.displaynone{
    display: none;
}
#downcart1{
    display: none;
}
.menuhover > div > label{
	text-transform: uppercase;
}
#qty_transfer_req_in{
    display: none;
}
.headerimg img{
    width: 100%;
    height: 100px;
    display: none;
}


/* product details css */
ngx-gallery{
    width: 100%;
    height: 350px;
    display: block;
}
div.form-item.split > div.form-item {
    display: inline-block;
}

div.form-item.split > div.form-item:first-child {
    width: 70%;
}


p.noCADText {
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0px 5px;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
}

div#downloading,
div#downloadError {
    display: none;
    position: fixed;
    top: 33%;
    z-index: 1000;
    color: #515151;
    width:65%;
    background: #fff;
    left:18%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 25px;
    box-shadow: 0px 0px 5px #000;
}

div#downloading img {
    height: 50px;
    display: block;
    margin: 0 auto;
}

div#downloading span {
    display: block;
    text-align: center;
}

div.previewContainer,
div.threedxPreviewDiv,
#AMCViewer {
    width:100% !important;
    height:100% !important;
}
div#threedxProductTabs div.tab_content.active {
    padding: 10px;
    width: 100%;
    height: 93%;
}

div.previewContainer div.Preview_buttons {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.item-list-3{
    width: 100%;
    float: left;
    padding: 5px 4px 0px 4px;
    margin: 0px 0 10px 0;
    text-align: center;
    
    border: solid #eaeaea 1px;
}

div.previewContainer div.Preview_buttons > div {
    font-size: 14pt;
    border: 1px solid #ccc;
    color: #515151;
    padding: 3px 6px;
    margin-bottom: 5px;
    text-align: center;
}

div.previewContainer div.Preview_buttons > div:hover {
    border: 1px solid #10b3e6;
}

div.previewContainer div.Preview_buttons > div > span {
    width: 25px;
}

article.Container {
    width: 100% !important;
    margin-top: 10px;
}

article.Container.downloading,
article.Container.downloadError {
    filter: alpha(opacity=25);
    opacity: 0.25;
    transition: opacity 1s;
}
div.downloadContainer {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative !important;
    top: 0 !important;
    width: 100%;
    box-shadow:0px 0px 5px #e5e5e5;
}

div.downloadContainer .downloadForm {
    padding: 12px 5px;
}

div.downloadContainer .downloadForm select {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

div.downloadContainer .downloadForm button {
    margin-top: 0;
}

div.downloadContainer .downloadForm .required:invalid {
    border-color:#ee1000;
}

div.productDataWrapper {
    width: 100%;
    overflow: auto;
    padding-right: 5px;
}

div.productDataWrapper .MetaData {
    margin-bottom: 10px;
}

div.productDataWrapper .MetaData h2 {
    font-size: 12pt;
    font-weight: 600;
    color: #515151;
    white-space: pre-wrap;
    padding: 0;
    margin: 0;
}

div.productDataWrapper .MetaData p {
    margin: 5px 0px;
}

div.productDataWrapper div.mainSection {
    width: 100%;
    min-width: 330px;
    height: 550px;
    position: relative;
    flex: 0 0 auto;
}

div.productDataWrapper div.threedxConfigurationContainer {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

div.productDataWrapper div.threedxConfigurationContainer div.threedxControl[control-type="Table"]  div.threedxControl div.controlLabel {
    min-width: auto;
}

div.downloader {
    min-height: 55px;
    max-width: 300px;
}

/* Product Tabs */
div#threedxProductTabs {
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width:100% !important;
    height:100% !important;
}

div#threedxProductTabs div.previewContainer #AMCViewer > iframe {
    border: none;
}

div#threedxProductTabs ul.threedxProductTabsList {
    height: 35px;
    background-color: #f5f5f5;
}

div#threedxProductTabs ul.threedxProductTabsList li {
    float: left;
    line-height: 25px;
    padding: 5px 10px;
    height: 35px;
    overflow: hidden;
    max-width: 40%;
    text-overflow: ellipsis;
}
div#threedxProductTabs ul.threedxProductTabsList li.disabled {
    display: none;
}

div#threedxProductTabs ul.threedxProductTabsList li:hover {
    cursor: pointer;
}

div#threedxProductTabs ul.threedxProductTabsList li span {
    white-space: nowrap;
}

div#threedxProductTabs ul.threedxProductTabsList li.active {
    height: 36px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

div#threedxProductTabs ul.threedxProductTabsList li.active:first-child {
    border-left: none;
}

div#threedxProductTabs div.tab_content {
    border-top: 1px solid #ccc;
}

div#threedxProductTabs div.tab_content.active {
    padding: 10px;
}

div#threedxproductTabs #Preview_tab_content {
    height: calc(100% - 35px);
    padding: 1px;
}

div#Error_Container {
    margin: 10px;
}

#Drawings_tab_content > div,
#Documents_tab_content > div,
#Info_tab_content > div {
    max-height: 542px;
    overflow: auto;
}

#Info_tab_content div.threedx_ProductMetadata_longdescription {
    margin-top: 10px;
}

#Info_tab_content img.threedx_ProductMetadata_mainImage {
    max-height: 350px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right:20px;
    width: 100%;
    max-width:350px;
}

#Info_tab_content img.threedx_ProductMetadata_mainImage.smaller {
    max-height: 90px;
}

#Drawings_tab_content div.threedx_ProductMetadata_drawings ul li.drawing a img {
    max-height: 40vh;
    max-width: 100%;
}
/* End Product Tabs */

div#downloaderHeader {
    color: #10b3e6;
    font-weight: 400;
    padding: 0 0 5px;
    font-size: 12pt;
}

div#threedxBomData {
    max-height: 394px;
    overflow: auto;
    float: none !important;
    background-color: white !important;
    box-shadow: 0px 0px 5px #e5e5e5;
}

div.cons {
    margin-top: 1em;
    margin-left: 1px;
    min-width: 300px;
    width: 100%;
    flex: 1 1 auto;
}

div.threedxConfigurationContainer div.threedxControl[control-type=Table] {
    border: none !important;
}

div.threedxConfigurationContainer div.threedxControl[control-type="Table"] > div.tableFiltersContainer {
    overflow: auto;
    padding: 2px 2px 0 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* min-height: 391px !important; */
}

div.threedxConfigurationContainer div.threedxControl[control-type="Container"] > div.threedxBody.horizontal {
    overflow: auto;
}

div.tableFiltersContainer > div.tableFiltersItem > label.tableFiltersId {
    font-size: 9pt !important;
}

div.tableFiltersContainer > div.tableFiltersItem ul.tableFiltersValues > li > label > span {
    font-size: 8pt !important;
}

div.dataContainer {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 650px){
    div.productDataWrapper div.mainSection,
    div.productDataWrapper div.cons {
        max-width: 550px;
    }
    
    div#downloading img {
        display: inline-block;
        vertical-align: middle;
    }

    div#downloading span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }

    #Info_tab_content div.moreInformation {
        display: flex;
        flex-direction: row;
    }

    #Info_tab_content div.threedx_ProductMetadata_longdescription {
        margin-top: 0px;
    }

    #Info_tab_content img.threedx_ProductMetadata_mainImage {
        width: auto;
    }
}

@media screen and (max-width: 850px) {
    div.tableFiltersItem div.accordionContent div.tableFiltersItemRange {
        display: none !important;
    }
}

@media only screen and (min-width:1024px) {
    div#downloading,
    div#downloadError {
        width: 35% !important;
        left: 33% !important;
    }
}

@media only screen and (max-width:1024px) {
    div.threedxConfigurationContainer div.threedxControl[control-type=Table]:not(.hiddenControl) {
        flex-direction: column;
    }

    div.threedxConfigurationContainer div.threedxControl[control-type=Table]:not(.hiddenControl) > div.formtable {
        order: 2 !important;
        width: 100% !important;
    }

    div.threedxConfigurationContainer div.threedxControl[control-type=Table]:not(.hiddenControl) > div.tableFiltersContainer {
        order: 1;
        width: 100%;
        /* margin-top: 1.5%; */
        margin-bottom: 1.5%;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    div.dataContainer {
        flex-direction: row;
    }

    div.cons {
        margin-top: 0;
        margin-left: 2%;
        max-width: none;
    }
}

.ngx-gallery-active {
    border: none !important;
}
.ngx-gallery-active {
    border: none !important;
}

.roundDiv{
    float: left;
    padding: 2px;
    text-align: center;
    border: solid #eaeaea 1px;
    border-radius: 15px;
}

/* product details css end */


/* 05/02/2022 */
.fixwidthimg35{
    width: 35px;
    height: 35px;
}

.rmamodule{
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
}
.alignright{
    float: right;
    
}
.verticaltop td{
    vertical-align: top !important;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

/*
    Clearable text inputs
*/
.clearable{
    background: #fff url(../images/mJotv.gif) no-repeat right 10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
  }
  .clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
  .clearable.onX{ cursor: pointer; } /* (jQ) hover cursor style */
  .clearable::-ms-clear {display: none; width:0; height:0;} 

  .alignitemcenter{
      display:flex;
      align-items: center;
  }
  
  .page-select {
    background-color: transparent;
    margin: -14px -6px 0 -5px;
    padding: 12px 0px;
    justify-content: space-between;
}
#unavail1,#unavail2{
	display:none;
}
.top-bar .cnt-account ul:first-child{
  width: 20% !important;
}
@media (max-width:1024px) {
  .top-bar .cnt-account ul:first-child{
    width: auto !important;
  }
}
a.btn.btn-upper.btn-primary.pull-right.outer-right-xs {
  margin-bottom: 15px;
}

.addressalign{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    word-wrap: anywhere !important;
}
.addressalign .col-md-4{
    width: 40%;
}
.addressalign .col-md-8{
    width: 60%;
}
@media (min-width:1024px) {
    .addressalign .col-md-4{
        width: 40% !important;
    }
    .addressalign .col-md-8{
        width: 60% !important;
    }
}

.text2ChatBtn{
    position: absolute;
    z-index: 100000;
    bottom: 10px;
    right: 10px;
}


.ngx-gallery-close{
    color: #f00!important;
    font-size: 50px!important;
    }

    .col-md-12.outer-bottom-small.m-t-20.logn_butn {
        display: flex;
        justify-content: space-between;
        
    }
    .bgwhite{
        background-color: white;
        padding: 0px;
    }
    .lrpadding15{
        padding-left: 15px;
        padding-right: 15px;
    }

    .available-items{
        height: 300px;
    }
    
    

    .invoiceinput{
        width: 100px;
        float: right;
        height: 26px;
        border: 1px solid #dedede;
        padding: 5px 8px;
    }



    .invoicetable{
        height: 45px !important;
       
    }
    .beadlinkh1 {
    margin: 0px !important;
    font-size: 12px !important;
  }
  .top50px{
    top:60px !important;
  }
  .width100{
    width: 100% !important;
  }
  .pheadings{
    background: #005faa;
    color: #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    margin: 0px 0 21px;
  }