@import url("theme.css");
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
.clear-fix {
    clear: both;
}

.gap-20 {
    height: 20px;
}

.gap-40 {
    height: 40px;
}

.gap-60 {
    height: 60px;
}

.container-90 {
    width: 90%;
    margin: auto;
}

.container-80 {
    width: 90%;
    margin: auto;
}

.push-right {
    float: right;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
}

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100vh;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
}

.cat_viewbt {
    position: absolute;
    top: 0px;
    right: 0px;
}

header {
    background: url("../img/header.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    box-shadow: 0px 3px 6px -6px #222;
}

.blue_glass {
    color: var(--white) !important;
    background: linear-gradient(to bottom, var(--secondary), #1366a5);
}

.blue_glass:hover {
    background: linear-gradient(to bottom, #0f598e, #1366a5);
}

.orange_glass {
    color: var(--white) !important;
    background: linear-gradient(to bottom, #EF810A, #ce6f08) !important;
}

.orange_glass:hover,
.orange_glass:focus,
.orange_glass:active {
    background: linear-gradient(to bottom, #b55f03, #c96b06);
}

.gray_glass {
    color: var(--white) !important;
    background: linear-gradient(to bottom, #434a4f, #5a6268);
}

.above_nav {
    height: 100px;
    background: url("../img/header.jpg") no-repeat center center;
    background-size: cover;
}

#goTop {
    position: fixed;
    right: 40px;
    top: 90%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    display: none;
    z-index: 99999999999999999;
}

.display_layout button:hover,
.display_layout button:focus,
.display_layout button:active,
.display_layout button:active:focus:not(:disabled):not(.disabled),
.display_layout button:focus,
.display_layout button:active,
.display_layout button:hover {
    box-shadow: none!important;
    outline: 0;
}

.toggler:hover,
.toggler:focus,
.toggler:active,
.toggler:active:focus:not(:disabled):not(.disabled),
.toggler:focus,
.toggler:active,
.toggler:hover {
    box-shadow: none!important;
    outline: 0;
}

.heading {
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 80px;
    font-family: 'Montserrat', sans-serif;
    color: var(--black);
}


/*.heading:after {

    content: '';

    width: 200px;

    height: 5px;

    position: absolute;

    border-top:1px #dfdfdf solid;

    border-bottom:1px #dfdfdf solid;

    top:calc(100% + 10px);

    left:calc(50% - 100px);

}*/

.heading2 {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px #e1e1e1 solid;
}

.heading2 span {
    font-size: 1.5em;
    text-transform: uppercase;
    padding-bottom: 13px;
    font-weight: 800;
    color: var(--black);
    border-bottom: 3px var(--primary) solid;
}

.top_header {
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
}

.top_header .toh {
    list-style: none;
    padding-left: 0px;
    font-size: 11px;
}

.top_header .toh_right {
    margin-left: auto;
}

.toh li {
    display: inline-block;
    padding: 0px 8px;
    line-height: 40px;
}

.toh li:last-child {
    padding-right: 0px;
}

.toh li a {
    color: var(--white);
    text-decoration: none;
}

.social_menus li {
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 10px;
    margin-top: 10px;
}

.social_menus li:first-child {
    border: none;
}

.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    font-weight: bold;
}

.site-logo {
    height: 80px;
}

.navigation-bar {
    width: 100%;
    position: relative;
    top: 0px;
    background: #1874bf;
    border: none;
    padding: 0px;
    margin: 0px;
}

.navbar {
    width: 90%;
    margin: auto;
    padding: 0px !important;
}

.navigation-bar .nav-link {
    color: #fff;
    font-size: 14px !important;
    padding: 15px!important;
    transition-duration: 0.3s;
    text-transform: uppercase;
}

.navigation-bar .nav-item:hover,
.navigation-bar .nav-item:active,
.navigation-bar .nav-item:focus {
    background: var(--primary);
}

.active-link {
    background: var(--primary) !important;
}

.navigation-bar .highlight a {
    color: var(--white);
    border: 1px #fff solid;
    padding: 9px 14px !important;
}

.navigation-bar {
    position: relative;
}

.dropdown-new {
    display: none;
    position: absolute;
    width: 120%;
    height: 74vh;
    background: rgba(255, 255, 255, 1);
    top: 100%;
    left: -10%;
    z-index: 9999999;
    box-shadow: 0px 0px 5px #666;
}

#main_menus li {
    position: relative;
}

#main_menus ul {
    background: var(--primary);
    padding-left: 0px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: calc(90%);
    margin-top: 5px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    width: 200px;
    z-index: 9999999999 !important;
    text-align: left;
    visibility: hidden;
    box-shadow: 0px 0px 2px -2px #000;
}

#main_menus li ul li {
    display: block;
    color: #f5f5f5;
    text-decoration: none;
    border-bottom: 1px solid #d17008;
    margin: 0;
    position: relative;
}

#main_menus li ul li:last-child {
    border: none;
}

#main_menus li ul li a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 10px;
    text-decoration: none;
}

#main_menus>li:hover>ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

#main_menus>li ul li a:hover {
    background: var(--secondary);
}

#main_menus li ul li ul {
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;
    top: -5px;
    left: 100%;
    width: 200px;
    box-shadow: none;
}

#main_menus li ul li:hover ul {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
}

.dropdown-inner-content {
    width: 80%;
    position: relative;
    left: 10%;
    padding: 20px 30px;
}

.dropdown-new h5 {
    color: #666;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dropdown-new ul {
    list-style: none;
    padding-left: 0px;
    position: relative;
    height: 100%;
}

.dropdown-new ul li {
    margin-bottom: 10px;
}

.dropdown-new ul li a {
    color: #989898;
}

.dropdown-new ul li:hover a {
    color: var(--secondary);
    text-decoration: none;
}

.navigation-bar .nav-item:hover .dropdown-new {
    display: block;
}

.has_ssub_menu:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    color: #989898;
    right: 0px;
}

.sub_men {
    position: absolute;
    left: 90%;
    top: -40px;
    width: 0px;
    height: 100%;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 2px #dfdfdf;
}


/* width */

.sub_men::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.sub_men::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.sub_men::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}


/* Handle on hover */

.sub_men::-webkit-scrollbar-thumb:hover {
    background: #dfdfdf;
}

.sub_men ul {
    list-style: none;
    padding-left: 0;
}

.sub_men ul li {
    padding: 2px 10px;
}

.dropdown-new ul li:hover .sub_men {
    width: 200px;
    left: 100%;
    visibility: visible;
    opacity: 1;
    transition-duration: 0.3s;
}

.sub_men li a:hover {
    color: var(--primary) !important;
}

.exa-inner {
    padding: 15px;
}

.ex-grid {
    display: block;
    padding: 15px;
    width: 100%;
    height: 250px;
    border: 1px transparent solid;
    position: relative;
    transition-duration: 1s;
}

.ex-grid h5 {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    bottom: -10px;
    left: 10%;
    width: 80%;
    padding: 5px;
    color: #222;
}

.ex-grid:hover {
    border-color: var(--primary);
}

.exa-inner h3 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.menu_br {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.menu_br a {
    display: block;
    width: 150px;
    height: 75px;
    line-height: 75px;
    margin: 10px;
    padding: 0px 15px;
    box-sizing: border-box;
    border: 1px #dfdfdf solid;
    border-radius: 5px;
    overflow: hidden;
}

.menu_br a:hover {
    border-color: var(--primary);
}

.ex-grid img {
    display: block;
    max-height: 100% !important;
    margin: auto !important;
}

.inline-list li .product {
    width: 280px;
}

@media screen and (max-width:1370px) {
    .navbar {
        width: 98%;
    }
    .navigation-bar .nav-link {
        font-size: 14px !important;
        padding: 10px!important;
    }
    .dropdown-new {
        height: 72vh;
    }
    .ex-grid {
        height: 200px;
    }
    .navigation-bar .highlight a {
        padding: 5px 14px !important;
    }
}

.search-form {
    display: block;
    float: left;
    width: 65%;
    margin-top: 20px;
}

.search-form>input {
    height: 45px;
    color: #fff;
}

.form-control {
    border-radius: 0px !important;
}

.search-form .form-control,
.footer-form .form-control {
    border: none;
}

.btn {
    border-radius: 0px !important;
}

#langDrop {
    color: #FFF;
}

#langDrop select {
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
}

#langDrop select option {
    background: rgba(0, 0, 0, 0.5);
}

.user-links {
    width: 35%;
    float: right;
    list-style: none;
    padding-left: 0px;
}

#wht_ic {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 90%;
    z-index: 999;
}

#wht_ic:hover img {
    transform: rotate(25deg);
    transition-duration: 0.5s;
}

#wht_ic:hover {
    text-decoration: none;
}

.user-links ul {
    margin-top: 25px;
}

.user-links li {
    display: inline-block;
    margin-right: 25px;
}

.user-links li:last-child {
    margin-right: 0px;
}

.user-links li a {
    position: relative;
}

.user-links .counter {
    border-radius: 50%;
    background: var(--secondary);
    font-size: 10px;
    padding: 2px 7px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -10px;
    right: -7px;
}

.user_op {
    display: block;
    width: 50px;
}

.user_op span {
    display: block;
    font-size: 15px;
    line-height: 90%;
    position: absolute;
    top: 2px;
    right: -38px;
    color: var(--white);
    text-decoration: none;
}

.cat-list {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: space-between;
}

.cat-list>a {
    display: block;
    position: relative;
    width: 120px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.cat-list .cat_list_inner {
    width: 95%;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin: auto;
    transition-duration: 1s;
}

.cat-list a:hover {
    text-decoration: none;
}

.cat-list a:hover span {
    color: var(--primary);
    transition-duration: 0.5s;
}

.cat-list a span {
    display: block;
    margin-top: 10px;
    color: #222;
    text-decoration: none;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

#search_res {
    position: absolute;
    top: 100%;
    left: 20px;
    list-style: none;
    padding-left: 0px;
    background: rgba(255, 255, 255, 1);
    width: 75%;
    max-height: 500px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 2px #ddd;
}

.subcategory_listing a {
    width: 48%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    box-shadow: 0px 10px 5px -5px gray;
}

.subcategory_listing a img {
    transition-duration: 1s;
}

.subcategory_listing a:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 1s;
}

#search_res li {
    margin-top: 5px;
    margin-bottom: 10px;
}

#search_res li a {
    font-weight: bold;
    padding: 20px 10px;
    text-decoration: none;
}

#user-menu {
    position: relative;
    cursor: pointer;
}

#user-menu ul {
    position: absolute;
    top: 5px !important;
    display: none;
    z-index: 999;
    width: 200px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 1px #efefef;
}

#user-menu ul li {
    display: block;
    margin: 5px;
    padding: 3px;
}

#user-menu ul li a {
    width: 100%;
    text-decoration: none;
    color: #222;
}

#user-menu ul li a:hover {
    color: var(--secondary) !important;
}

#user-menu:hover ul {
    display: block;
}

.cart-mini {
    position: absolute;
    width: 220px;
    max-height: 300px;
    overflow: hidden auto;
    background: #fff;
    padding: 10px;
    top: 100%;
    box-shadow: 0 0 1px #efefef;
    z-index: 999;
    display: none;
}

.cart-mini:before {
    content: '';
    width: 0px;
    height: 2px;
    border-top: 5px transparent solid;
    border-left: 5px transparent solid;
    border-bottom: 5px #fff solid;
    border-right: 5px transparent solid;
    position: absolute;
    top: -10px;
    left: 12px;
}

#cart_anchor {
    position: relative;
}

.cart-table img {
    height: 150px;
}

.cart-table thead {
    background: #dfdfdf;
    color: #666;
    font-weight: bold;
    box-shadow: 0 0 1px #c1c1c1;
}

.cart-table {
    background: var(--white);
    border: 1px #f5f5f5 solid;
}

.cart-table .fa {
    margin: 3px;
    font-size: 18px;
    text-decoration: none;
}

.cart-table .fa-trash {
    color: red;
}

.wishlist-table img {
    height: 150px;
}

.wishlist-table thead {
    background: #dfdfdf;
    color: #666;
    font-weight: bold;
    box-shadow: 0 0 1px #c1c1c1;
}

.wishlist-table {
    background: var(--white);
    box-shadow: 0 0 1px #c1c1c1;
}

.inline-list {
    list-style: none;
    padding-left: 0px;
}

.inline-list li {
    display: inline-block;
}

.star-rating {
    margin-top: 6px;
}

.star-rating span {
    color: #999;
}

.star-rating .checked {
    color: orange;
}

.star-rating li {
    cursor: pointer;
}

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 60px;
    height: 29px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

#carousel-area {
    background: rgba(239, 129, 10, 0.1);
}

#carousel-area .carousel-item {
    width: 100%;
    position: relative;
}

#carousel-area .carousel-item .slide {
    width: 100%;
    height: 100%;
}

#carousel-area .carousel-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(239, 129, 10, 0);
}

#carousel-area .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 0px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#carousel-area .carousel-indicators li {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 5px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 1px #999;
    background: var(--accent-2);
}

#carousel-area .carousel-indicators li.active:after {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--light);
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    box-shadow: 0px 0px 1px #999;
}

#carousel-area .carousel-caption {
    width: 60%;
    top: 30%;
    left: 8%;
    text-align: left;
}

#carousel-area .carousel-caption h3 {
    text-align: left;
    font-size: 3.5em;
    text-shadow: 1px 1px 1px #333;
}

#carousel-area .car_bt {
    display: block;
    width: 150px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
}

#carousel-area .car_bt:hover {
    text-decoration: none;
}

.grid img {
    padding: 15px;
    margin-top: -15px;
    max-height: 100px;
}

.grid h4 {
    font-weight: bold;
    font-size: 18px;
}

.grid p {
    margin-top: -10px;
}

.promo-grid {
    position: relative;
}

.promo-grid:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
}

.promo-content {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 5;
    top: 30%;
    color: var(--white);
    transition-duration: 0.4s;
}

.promo-content h3 {
    font-size: 45px;
    text-shadow: 1px 1px 1px #000;
}

.promo-content p {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.promo-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.promo-inner:before {
    transition: all 0.4s;
    position: absolute;
    z-index: 4;
    content: "";
    width: 90%;
    height: 30%;
    left: 5%;
    top: 35%;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0 1px;
}

.promo-inner:after {
    transition: all 0.4s;
    position: absolute;
    z-index: 4;
    content: "";
    width: 30%;
    height: 80%;
    left: 35%;
    top: 10%;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px 0;
}

.promo-inner:hover .promo-content {
    top: 28%;
}

.promo-inner:hover::before {
    height: 80%;
    top: 10%;
    border-color: rgba(255, 255, 255, 1);
}

.promo-inner:hover::after {
    width: 90%;
    left: 5%;
    border-color: rgba(255, 255, 255, 1);
}

.promo-content a {
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    position: relative;
    font-size: 12px;
}

.product-slider {
    position: relative;
}

.product {
    display: block;
    width: 250px;
    text-decoration: none;
    outline: none;
}

.product_inner {
    width: 90%;
    margin: auto;
    height: 350px;
    padding: 10px;
    background: var(--white);
}

.offer_pr {
    text-decoration: line-through;
    color: #cccccc;
    font-size: 13px;
}

.main_pr {
    font-weight: normal;
    font-size: 14px;
}

.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 999;
}

.slick-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

img.product-lazy {
    display: block;
    max-width: 100% !important;
    height: 200px;
    margin: auto;
    background-color: #f5f5f5;
    background-image: url('../img/loader_n.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px 40px;
}

.prev_sl {
    top: 40%;
    left: -15px;
}

.next_sl {
    top: 40%;
    right: -15px;
}

.product-content {
    margin-top: 10px;
}

.product-image {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.product-image>.view_more {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding-top: 30%;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.5);
    color: var(--secondary);
    font-weight: bold;
}

.product-image>.ous {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    font-weight: bold;
}

.product-image img {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.product:hover {
    text-decoration: none;
}

.product:hover .pro_name {
    color: var(--primary);
}

.product:hover .product-image>.view_more {
    opacity: 1;
    padding-top: 35%;
    visibility: visible;
    transition-duration: 0.5s;
}

.product:hover .product-image img {
    transform: scale(1.05, 1.05);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

.pro_category {
    display: hidden;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: var(--black);
}

.product .star-rating {
    margin: 6px 0px 10px 0px !important;
}

.pro_name {
    color: var(--secondary);
    font-size: 11px;
    height: 28px;
    font-weight: bold;
    display: block;
}

.pro_rating {
    display: block;
    margin: 5px 0px;
    color: #fecc08;
}

.pro_price {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
}

.cat_grid {
    height: 200px;
    position: relative;
}

.cat_grid a {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    text-align: center;
    z-index: 5;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    transition-duration: 0.4s;
}

.cat_grid a:hover {
    text-decoration: none;
}

.cat_grid:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 0px;
    z-index: 2;
}

.cat_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.cat_inner:before {
    transition: all 0.4s;
    position: absolute;
    z-index: 4;
    content: "";
    width: 90%;
    height: 30%;
    left: 5%;
    top: 35%;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0 1px;
}

.cat_inner:after {
    transition: all 0.4s;
    position: absolute;
    z-index: 4;
    content: "";
    width: 30%;
    height: 80%;
    left: 35%;
    top: 10%;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px 0;
}

.cat_inner:hover a {
    margin-top: 10px;
}

.cat_inner:hover::before {
    height: 80%;
    top: 10%;
    border-color: rgba(255, 255, 255, 1);
}

.cat_inner:hover::after {
    width: 90%;
    left: 5%;
    border-color: rgba(255, 255, 255, 1);
}

.promo_banner {
    display: block;
}

.brand_list {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin: auto;
}

.brand_list li {
    max-width: 200px !important;
    background: #fff;
}

.brand_list li a {
    display: block;
    height: 150px;
    width: 100%;
    padding: 0px 10px;
    position: relative;
}

.brand_list li img {
    max-height: 90px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.brand_list li:hover img {
    filter: grayscale(100%);
    transition-duration: 0.5s;
}

.brand_list .next_sl,
.brand_list .prev_sl {
    top: 40% !important;
}

.product_thumbs {
    position: relative;
}

.product_thumbs button.disabled {
    display: none !important;
}

.modal-backdrop {
    z-index: 9999;
}

.product_thumbs .owl-nav {
    display: block !important;
}

.product_thumbs .owl-nav button {
    position: absolute;
    top: 15px;
    right: 0px;
}

.product_thumbs .owl-nav .owl-prev {
    left: -10px;
}

.product_thumbs .owl-nav .owl-next {
    right: 0px;
}

.product_thumbs .owl-nav button {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 10px !important;
    margin-left: 10px;
    color: #fff !important;
    outline: none !important;
}

.product_thumbs .owl-nav button span {
    font-size: 16px !important;
    line-height: 30px !important;
}

.product_thumbs .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

.footer-top-area {
    padding: 50px 0;
    background: var(--black);
    color: #cfcfcf;
}

.footer-top-area .widget .footer-logo {
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-top-area .widget .footer-logo a {
    padding: 10px;
}

.footer-top-area .widget .social-media ul {
    text-align: left;
    padding-left: 0;
}

.footer-top-area .widget .social-media ul li {
    display: inline-block;
    margin: 1px 0;
}

.footer-top-area .widget h2.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #efefef;
    font-weight: bold;
}

.footer-top-area .widget .menu-header-container ul {
    margin: 0;
    padding: 0;
}

.footer-top-area .widget .menu-header-container ul li {
    display: block;
    position: relative;
    margin-left: 0px;
}

.footer-top-area .widget .menu-header-container ul li a {
    display: block;
    transition: all 0.5s ease 0s;
    color: #cfcfcf;
    text-decoration: none;
}

.footer-top-area .widget .menu-header-container ul li a:hover {
    color: #f2f2f2;
}

.footer-top-area .widget form .form-group input {
    width: 100%;
    height: 40px !important;
}

.footer-top-area .widget form .subscribe {
    display: inline-block;
    margin-bottom: 30px;
}

.footer-top-area .widget .popular-tags {
    padding-top: 20px;
}

.footer-top-area .widget .popular-tags ul li {
    display: inline-block;
    border: 1px solid #e1e1e1;
    margin: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer-bottom-area {
    background: #111;
    padding: 15px 0;
}

.footer-bottom-area .footer-copy-right {
    text-align: center;
    font-size: 12px;
}

.footer-bottom-area .footer-copy-right p {
    margin: 0;
    color: #727071;
}

.footer-bottom-area .footer-copy-right p a {
    color: #999;
    font-weight: 600;
    margin: 0 5px;
    transition: all .3s;
}

.footer-bottom-area .footer-copy-right p a:hover {
    font-weight: 800;
}

.slicknav_menu {
    background: transparent !important;
}

.slicknav_btn {
    margin-top: -40px !important;
    border-radius: 0px;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.site-logo-holder {
    width: 30%;
    float: left;
}

.main-options {
    width: 70%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

#sideMenuBt {
    display: none;
    font-size: 28px;
    font-weight: 300;
    background: #f5f5f5;
    color: #222;
    padding: 0px 8px;
    position: absolute;
    top: 20px;
    left: -5px;
    z-index: 999;
    box-shadow: 0px 5px 8px -8px #222;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.side-widget-container {
    background: #fff;
    border: 1px rgb(238, 238, 238) solid;
    box-sizing: border-box;
}

.filter-widget-container {
    background: #fff;
    border-right: 1px rgb(238, 238, 238) solid;
    box-sizing: border-box;
    padding-right: 5px;
}

.widget-list {
    list-style: none;
    padding-left: 0;
}

.widget-list li {
    padding: 10px 10px;
    font-size: 13px;
    color: #222;
}

.price-widget {
    position: relative;
}

.slider-labels {
    margin-top: 20px;
    font-size: 11px;
    margin-left: 3px;
}

.slider-labels .text-right {
    margin-left: 45%;
}

.widget-list li a {
    color: #222;
    text-decoration: none;
}

.widget-list li a:hover {
    color: var(--primary);
}

.banner-area {
    width: 100%;
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-area h1 {
    position: absolute;
    top: 180px;
    left: 20px;
    display: inline;
    background: rgba(15, 15, 15, 0.8);
    color: #f5f5ff;
    padding: 5px 10px;
    font-size: 25px;
    text-transform: uppercase;
}

.sub-cat-grids ul {
    list-style: none;
    padding-left: 0px;
}

.su-content {
    background: #fff;
    margin-bottom: 15px;
}

.sub-cat-grids ul li {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0px;
    overflow-x: hidden;
    font-size: 13px;
    padding: 10px;
}


/* Customize the label (the container) */

.custom_cb {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.custom_cb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.custom_cb:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom_cb input:checked~.checkmark {
    background-color: var(--primary);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_cb input:checked~.checkmark:after {
    display: block;
}

.custom_cb .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Functional styling for noUiSlider to function. */

#slider-range {
    position: relative;
}

.noUi-base {
    width: 100%;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 0px;
    z-index: 1;
    /* Fix 401 */
}

.noUi-background {
    background: #D6D7D9;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-connect {
    background: var(--accent-1);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 245px;
    top: -7px;
    background-color: var(--accent-2);
}

.noUi-handle {
    border: none;
    box-shadow: none;
    outline: none;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.side-widget-container .widget-head {
    font-size: 18px;
    font-weight: bold;
    background: #666;
    box-shadow: 0px 0px 2px #dfdfdf;
    color: #fff;
    border-bottom: 1px transparent solid;
    padding: 10px;
}

.side-widget-container .w_head {
    color: #222;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

.slick-dots {
    display: none !important;
}

.zoom-section {
    clear: both;
    margin-top: 10px;
}

*html .zoom-section {
    display: inline;
    clear: both;
}

.zoom-desc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.zoom-small-image {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 20px;
}

.product_thumbs li a {
    display: block;
    height: 65px;
    border: 1px #ddd solid;
}

.zoom-tiny-image {
    max-height: 60px;
}

.product_thumbs li a:hover {
    border: 1px solid var(--primary);
}

.cloud-zoom-lens {
    width: 100px !important;
    height: 100px !important;
}

.cloud-zoom-big {
    width: 120% !important;
    height: 120% !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 0 10px #000;
    background: #fff;
    background-repeat: no-repeat !important;
}

.products_list>ul>li {
    float: left;
    margin: 0px 0px 20px 0px;
    background: var(--white);
}

.products_list .product_img_area img {
    display: block;
    margin: auto;
}

.quantity_input {
    width: 50px;
    position: relative;
    text-align: center;
}

#decBt,
#incBt {
    background: var(--secondary);
    border-color: var(--secondary);
    border-style: solid;
    outline: none;
    border-radius: 0 !important;
    color: #fff;
}

#productTabContent {
    background: #fff;
    padding: 15px;
}

#productTabs {
    width: 100%;
    background: #fff;
}

#productTabs .nav-link {
    border-radius: 0;
}

#productTabs .nav-item .nav-link {
    color: #999 !important;
    font-size: 20px;
}

#productTabs .nav-item .active {
    font-weight: bold !important;
    color: var(--primary) !important;
}

#productTabs .nav-item:hover,
#productTabs .nav-item:focus {
    font-weight: bold !important;
    border: none;
}

#productTabContent {}

#productTabContent::-webkit-scrollbar {
    width: 0.5em;
}

#productTabContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#productTabContent::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.alert {
    position: absolute !important;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99999999999999999999999;
    text-align: center !important;
    border-radius: 0px;
}

.comment-container {
    margin-top: 60px;
}

.comment-container .row {
    padding: 10px;
}

.comment-container i {
    color: #fff;
    background: #ddd;
    padding: 5px 7px;
    margin-bottom: 10px;
    border-radius: 50%;
}

#sidr {
    display: none;
    border-top: 0px !important;
}

#sidr ul {
    border: none !important;
}

#sidr .social_menus_sidr {
    border-top: 0px !important;
}

.social_menus_sidr {
    padding-left: 20px !important;
    margin-top: 30px !important;
}

.social_menus_sidr li {
    display: inline-block !important;
    border: none !important;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fb9227;
    margin-right: 10px !important;
}

.social_menus_sidr li a {
    color: #fff !important;
    padding-left: 12px !important;
    padding-top: 15px;
}

.social_menus_sidr li i {
    font-size: 20px;
}

.overlay-sidr {
    display: none;
    position: fixed;
    width: 100vh;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.has-sub-menu:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    color: #000;
    right: 10px;
}

.sign-link {
    background: #222;
    font-size: 22px;
    border-top: none !important;
}

.sign-link:hover {
    box-shadow: none !important;
}

.showcase-head {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    border-bottom: 2px #dfdfdf solid;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--primary);
}

.showcase-container .owl-stage {
    padding-top: 20px;
}

.showcase-container .owl-nav button {
    position: absolute;
    top: -80px;
    display: block;
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 0px 2px #222;
    border-radius: 0;
    padding: 10px !important;
    outline: none !important;
    color: #fff !important;
}

.showcase-container .owl-nav button:not(.disabled):hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

.showcase-container .owl-nav .owl-prev {
    right: 50px;
}

.showcase-container .owl-nav .owl-next {
    right: 10px;
}

.offer_badge {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 30px;
    background: var(--primary);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
    box-shadow: 0 0 1px #dfdfdf;
    text-align: center;
}

.rfq_form input[type='text'],
.rfq_form textarea,
.rfq_form select {
    border: 1px #dfdfdf solid !important;
}

.address_list {
    list-style: none;
    padding-left: 0px;
}

.address_list li {
    display: inline;
    float: left;
    width: 240px;
    height: 200px;
    border: 2px #ddd dashed;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.address_list li.active {
    border: 2px #666 solid;
    box-shadow: 0 0 1px #dfdfdf;
}

.side-men {
    list-style: none;
    padding-left: 0;
    background: #fff;
    box-shadow: 0 0 1px #ddd;
    margin-left: -20px;
}

.side-men li {
    width: 100%;
    padding: 0;
    border-bottom: 1px #ddd solid;
}

.side-men li:last-child {
    border: none;
}

.side-men li a {
    display: block;
    padding: 5px;
    margin: 3px;
    text-decoration: none;
    color: #1f1f1f;
}

.side-men i {
    padding-right: 10px;
    color: var(--accent-1);
}

.side-men li a:hover {
    background: var(--accent-1);
    color: #fff;
}

.side-men li a:hover i {
    background: var(--accent-1);
    color: #fff;
}

.side-men li a.active {
    background: var(--accent-1);
    color: #fff;
}

.side-men li a.active i {
    background: var(--accent-1);
    color: #fff;
}

.billing-label {
    position: absolute;
    width: 60px;
    background: #00a157;
    display: block;
    text-align: center;
    color: #f5f5f5;
    font-weight: bold;
    padding: 3px;
    left: 0;
    bottom: 5px;
    border-radius: 10px;
}

.product_hb {
    background: #fff;
    padding: 10px;
    position: relative;
    font-size: 13px;
    margin-bottom: 20px;
}

.product_hb span {
    padding-right: 20px;
    font-weight: bold;
}

.product_hb .st_badge {
    position: absolute;
    display: block;
    text-align: center;
    background: #ddd;
    width: 140px;
    top: 10px;
    right: 0px;
    color: #999;
    padding: 5px;
}

.product_hb .st_badge:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 14.5px #ddd solid;
    border-left-color: #fff;
    top: 0px;
    left: -33px;
}

.rfq-card {
    background: #fff;
    padding: 10px;
    font-size: 13px;
    box-shadow: 0 0 2px #dddddd;
    position: relative;
}

.rfq-card .field_label {
    font-weight: bold;
    font-size: 15px;
}

.rfq_status {
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 70px;
    height: 36px;
    background: #ddd;
    border: 3px #cacaca solid;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent;
}

.rfq_status i {
    font-size: 20px;
    background: #bbbbbb;
    color: #fff;
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    left: 0px;
}

.rfq_status i.active {
    background: var(--accent-1);
    color: #fff;
}

.address_form input[type="text"],
.address_form textarea,
.address_form input[type="password"],
.address_form select {
    border: 1px #dfdfdf solid;
}

.contact_grid_inner {
    text-align: center;
}

.contact_grid_inner i {
    font-size: 50px;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center;
    background: var(--primary);
    margin: auto;
    color: #fff;
    border-radius: 50%;
    border: 1px transparent solid;
    cursor: pointer;
}

.contact_grid_inner:hover i {
    background: #fff;
    border-color: var(--primary);
    color: var(--primary);
    transition-duration: 0.5s;
}

.contact_grid_inner h3 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.order-progress {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    box-sizing: border-box;
}

.order-progress .circle,
.order-progress .bar {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}

.order-progress .bar {
    position: relative;
    max-width: 150px;
    height: 6px;
    top: -50px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

@media screen and (min-width:1100px) {
    .order-progress .bar {
        width: 150px;
    }
}

@media screen and (min-width:800px) {
    .order-progress .bar {
        width: 90px;
    }
}

.order-progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
    text-align: center;
}

.order-progress .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 10px;
}


/* Done / Active */

.order-progress .bar.done,
.order-progress .circle.done {
    background: #eee;
}

.order-progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.order-progress .circle.done .title {
    color: #444;
}

.order-progress .circle.active .label {
    color: #FFF;
    background: var(--primary);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.order-progress .circle.active .title {
    color: var(--primary);
}

@media screen and (max-width:1400px) {
    .products_list .product,
    .inline-list li .product {
        width: 220px;
    }
}

@media screen and (max-width:1080px) {
    .navigation-bar {
        display: none;
    }
    .above_nav {
        position: relative;
        height: 130px;
    }
    .dropdown_menus {
        display: none !important;
    }
    #sideMenuBt {
        display: inline-block;
        margin-top: 20px;
    }
    .search-form {
        position: absolute;
        width: 98%;
        bottom: 5px;
        left: 1%;
    }
    .site-logo-holder {
        width: 65%;
        text-align: center;
    }
    .main-options {
        width: 35%;
        margin-top: 40px;
    }
    .site-logo {
        height: 70px;
        margin-left: 200px;
    }
    .user-links {
        width: 100%;
    }
    .user-links ul {
        margin-top: 0px;
        margin-right: 20px;
    }
}

.copyright {
    width: 100%;
    background: linear-gradient(to bottom, #111, #000);
}

.copyright_container {
    width: 100%;
    height: 56px;
}

.copyright_content {
    font-size: 12px;
    color: #dfdfdf;
}

.copyright_content span {
    font-weight: 500;
}

.logos {
    color: #dfdfdf;
}

.logos_list li {
    display: inline-block !important;
    margin-right: 5px;
}

.logos_list li:last-child {
    margin-right: 0px;
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    color: #222;
    text-decoration: none;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.activet {
    background-color: #ef810a;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.activet img {
    filter: brightness(0) invert(1);
}

div.bhoechie-tab-menu div.list-group>a.activet:after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #ef810a;
}

div.bhoechie-tab-content {
    /* border: 1px solid #eeeeee; */
    margin-left: -15px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
}

div.bhoechie-tab-content h1>a {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 15px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.activet) {
    display: none;
}

div.bhoechie-tab .item {
    height: 350px !important;
    margin-top: 5px;
    margin-bottom: 20px;
}

.product-slider1 .owl-next,
.product-slider1 .owl-prev,
.product-slider2 .owl-next,
.product-slider2 .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3) !important;
    box-shadow: 1px 1px 3px #dfdfdf;
    color: #fff !important;
    position: absolute;
    top: 40%;
    outline: none !important;
}

.product-slider1 .owl-next,
.product-slider2 .owl-next {
    right: -35px;
}

.product-slider1 .owl-prev,
.product-slider2 .owl-prev {
    left: -15px;
}

.product-slider1 .owl-next:hover,
.product-slider1 .owl-prev:hover,
.product-slider2 .owl-next:hover,
.product-slider2 .owl-prev:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

.product-slider1 .product {
    margin: auto;
}

div.bhoechie-tab .subcats {
    list-style: none;
    padding-left: 15px;
}

div.bhoechie-tab .subcats li {
    display: inline-block;
    margin-right: 3px;
}

div.bhoechie-tab .subcats li a {
    font-size: 10px;
    background: var(--secondary);
    border-radius: 5px;
    color: #fff;
    padding: 5px 7px;
    text-decoration: none;
}

div.bhoechie-tab .subcats li a:hover {
    background: var(--primary);
    transition-duration: 0.3s;
}

.list-group-item {
    border-bottom: 1px #dfdfdf !important;
}

.toggler {
    font-size: 12px;
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    float: right;
    text-align: center;
}

.pagination-wrapper {
    display: table;
    margin: 100px auto 0px auto;
}

.pagination {
    text-align: center !important;
}

.pagination .page-item {
    margin: 5px;
}

.page-item .page-link {
    color: #222;
    border-radius: 0px !important;
}

.display_layout {
    float: right;
    margin-top: -30px;
}

.list-products .product {
    width: 100% !important;
}

.list-products>ul>li {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.list-products .product_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 220px;
    padding: 10px;
    border-radius: 5px;
}

.list-products .product-content {
    margin-top: 50px;
    width: 50%;
    margin-left: 5%;
}

.list-products .pro_name {
    font-size: 14px;
    margin-bottom: 15px;
}

.list-products .product-image {
    position: relative;
    width: 40%;
    text-align: center;
    overflow: hidden;
}

.inline-brands {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.inline-brands a {
    display: flex;
    width: 180px;
    height: 100px;
    border: 1px #eeeeee solid;
    margin: 5px;
    align-items: center;
    justify-items: center;
    padding: 0px 10px;
    box-shadow: 0px 5px 10px -10px #222;
    overflow: hidden;
}

.inline-brands a img {
    max-width: 90% !important;
    transition-duration: 0.3s;
}

.inline-brands a:hover img {
    transform: scale(1.05, 1.05);
    transition-duration: 0.3s;
}

.progress {
    margin-top: 10px !important;
    width: 80%;
}

.progress-bar {
    background: orange;
}

.progress-bar .sr-only {
    display: block;
    left: 78%;
    color: #000 !important;
    width: 50px;
    height: 20px;
    font-size: 15px;
    clip: auto !important;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 4vw;
    color: orange;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.variation_list {
    list-style: none;
    padding-left: 0px;
}

.variation_list li {
    display: inline-block;
    margin: 10px 8px;
}

.variation_list li:first-child {
    margin-left: 0px;
}

.variation_list li a {
    border: 1px #dfdfdf solid;
    color: #000;
    padding: 10px;
    text-decoration: none;
}

.active_variation {
    border: 1px var(--primary) solid !important;
    background-color: rgba(239, 129, 10, 0.2) !important;
    font-weight: bold;
}

.rating_label {
    position: absolute;
    left: 30px;
}

.device_list {
    list-style: none;
    padding-left: 0px;
}

.device_list li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 12px 10px;
    text-align: center;
}

.device_list li img {
    width: 60px;
}

.custom_cb1 {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.custom_cb1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark1 {
    position: absolute;
    top: 35%;
    left: 55%;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #eee;
    opacity: 0;
    transition-duration: 0.4s;
}


/* On mouse-over, add a grey background color */

.custom_cb1:hover input~.checkmark1 {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom_cb1 input:checked~.checkmark1 {
    background-color: var(--primary);
    opacity: 1;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_cb1 input:checked~.checkmark1:after {
    display: block;
}

.custom_cb1 .checkmark1:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:885px) {
    .inline-list li .product {
        width: 190px;
    }
    .cat-list a {
        min-width: 120px;
        margin-right: 10px;
    }
}

@media screen and (max-width:670px) {
    .container-90 {
        width: 98%;
    }
    .toh_left {
        display: none;
    }
    .top_header .toh_right {
        margin-right: auto;
    }
    .address_table span {
        margin: auto;
        margin-bottom: 10px;
    }
    .above_nav {
        margin: 0;
    }
    .site-logo-holder {
        width: 45%;
        text-align: center;
    }
    .site-logo {
        height: 70px;
        margin-left: 50px;
    }
    .main-options {
        width: 55%;
    }
    #sideMenuBt {
        margin-top: 15px;
    }
    .grid {
        border: none !important;
        text-align: center;
    }
    .grid img {
        height: 70px !important;
    }
    .widget {
        text-align: center !important;
    }
    .user_op span {
        display: none;
    }
    #user-menu span {
        display: none;
    }
    .toolbar {
        margin-top: 10px;
    }
    .widget-content-inner {
        display: none;
    }
    .cat-list-container {
        width: 95% !important;
    }
    .cat-list a {
        min-width: 85px;
        margin-right: 10px;
    }
    .cat-list a span {
        font-size: 9px;
    }
    .cat-list .cat_list_inner {
        height: 80px;
    }
    /*.cat-list>div:first-of-type {

        width: 100%;

    }

    .cat-list>div:first-of-type .cat_list_inner {

        height: 200px;

    }*/
    .list-products>ul>li {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .products_list .product {
        width: 220px;
    }
    .list-products .product-content {
        margin-top: 20px;
    }
    img.product-lazy {
        height: 180px;
    }
    .brand_list li img {
        width: 100px;
    }
    .inline-brands a {
        width: 90px;
        height: 40px;
    }
    .inline-list li .product {
        width: 180px;
    }
    .product {
        width: 180px;
    }
}

@media screen and (max-width:422px) {
    .above_nav {
        height: 130px;
        background: url("../img/header.jpg") no-repeat 30% 20%;
    }
    .search_bt_text {
        display: none;
    }
    .site-logo {
        margin-left: 50px;
        height: 65px;
    }
    .cat-list-container {
        width: 98% !important;
    }
    .cat-list {
        font-size: 12px;
    }
    .cat-list img {
        height: 60px;
    }
    .user-links li img {
        width: 25px;
    }
    .user-links li {
        margin-right: 10px;
    }
    #carousel-area .carousel-caption h3 {
        font-size: 2.5em !important;
    }
    #carousel-area .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    #carousel-area .carousel-indicators li.active:after {
        width: 8px;
        height: 8px;
        left: 1px;
        top: 1px;
    }
    .bhoechie-tab-content {
        text-align: center;
    }
    .bhoechie-tab-content .item .product {
        text-align: left;
        margin: auto !important;
    }
    .inline-brands a {
        width: 100px;
        height: 60px;
    }
    .product {
        width: 180px;
    }
    .product_inner {
        height: 300px;
    }
    .pro_name {
        height: 50px;
        overflow: hidden;
    }
    .products_list .product {
        width: 180px;
    }
    .list-products .product {
        width: 100%;
    }
    .offer_pr {
        display: block;
        font-size: 10px;
    }
    img.product-lazy {
        height: 150px;
    }
    .brand_list li img {
        width: 100px;
    }
    .gap-20,
    .gap-40,
    .gap-60 {
        height: 15px;
    }
    #wht_ic {
        width: 40px;
        top: 90%;
    }
    .heading2 {
        margin-bottom: 20px;
    }
    .cat_viewbt {
        top: 10px;
    }
    .btn-sm {
        padding: 3px !important;
        font-size: 11px !important;
    }
    .showcase-container .owl-nav button {
        top: -50px;
    }
    .quantity_input {
        width: 40px;
    }
    .product-slider1 .owl-next,
    .product-slider1 .owl-prev,
    .product-slider2 .owl-next,
    .product-slider2 .owl-prev {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .product-slider1 .owl-next,
    .product-slider2 .owl-next {
        right: -15px;
    }
    .slick-arrow {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .display_layout .btn {
        height: 30px;
        width: 30px;
        padding: 0px;
    }
    .comment-row div {
        text-align: left !important;
    }
}

@media screen and (max-width:370px) {
    .site-logo {
        margin-left: 40px;
        height: 60px;
    }
    .user-links li {
        margin-right: 5px;
    }
    .user-links li img {
        width: 20px;
    }
    .product,
    .inline-list li .product {
        width: 170px !important;
    }
    .list-products ul li .product {
        width: 100% !important;
    }
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}