/*Webiste Font Style Start*/
@font-face {
    font-family: 'Rota';
    src: url('./fonts/Rota-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('./fonts/Rota-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('./fonts/Rota-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('./fonts/Rota-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('./fonts/Rota-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*Webiste Font Style End */

html {
    overflow-x: hidden
}
.stop_scrolling{
    overflow-y: hidden;
}
body {
    font-size: .8125rem;
    font-family:"Rota";
    font-weight: 400;
    background-color: #fff
}
body::-webkit-scrollbar {
    width: 12px;
    background-color: #f7f7f7
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35);
    border-radius: 4px;
    background-color: #f0f0f0
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000 ;
    background-image: linear-gradient(to bottom, #000000 , #000000 , #000000 , #000000 , #000000)
}

.overflow-hidden-x {
    overflow-x: hidden !important
}
.sticky-top{
    top:-1px;
    /*box-shadow: 0 12px 15px -22px #000;*/
}
.stickyPosition {
    top: 15% !important;
    z-index: 9;
    overflow: hidden;
}
.nav .dropdown{
    position: static;
}

a img.img-logo {
    width: 70%
}
nav#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35);
    border-radius: 4px;
    background-color: #f0f0f0
}
nav#sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7)
}
nav#sidebar::-webkit-scrollbar {
    width: 2px;
    background-color: transparent
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0
}
.dropdown:hover > .dropdown-menu {
    display: block;
}

/*Font Weight And Font Sizes Start */
.font-weight-light {
    font-weight: 300 !important
}
.font-weight-regular {
    font-weight: 400 !important
}
.font-weight-medium {
    font-weight: 500 !important
}
.font-weight-semi-bold {
    font-weight: 600 !important
}
.font-weight-bold {
    font-weight: 700 !important
}
.font-size10 {
    font-size: 10px !important
}
.font-size11 {
    font-size: 11px !important
}
.font-size12 {
    font-size: 12px !important
}
.font-size13 {
    font-size: 13px !important
}
.font-size14 {
    font-size: 14px !important
}
.font-size15 {
    font-size: 15px !important
}
.font-size16 {
    font-size: 16px !important
}
.font-size17 {
    font-size: 17px !important
}
.font-size18 {
    font-size: 18px !important
}
.font-size20 {
    font-size: 20px !important;
}
.font-size22 {
    font-size: 22px !important
}
.font-size24 {
    font-size: 24px !important
}
.font-size26 {
    font-size: 26px !important
}
.font-size28 {
    font-size: 28px !important
}
.font-size30 {
    font-size: 30px !important
}
.font-size32 {
    font-size: 32px !important
}
.font-size40 {
    font-size: 40px !important
}
.font-size50 {
    font-size: 50px !important
}
/*Font Weight And Font Sizes End */


.home-icons:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.animated-icon-body {
    position: relative;
    height: 45px;
    width: 45px;
    overflow: hidden;
}
.downloadApp {
    z-index: 999999;
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 68px;
    border-width: 3px !important;
    -webkit-box-shadow: 0 0 13px 2px rgb(0 0 0 / 25%);
    box-shadow: 0 0 13px 2px rgb(0 0 0 / 25%);
    transition: .3s ease
}

.closeDownloadApp {
    width: 33px;
    height: 33px
}
.img-gif {
    -webkit-box-shadow: 0 -3px 25px 0 rgb(0 0 0/0%)!important;
    box-shadow: 0 -3px 25px 0 rgb(0 0 0/0%)!important;
}
#head, #header-section {
    background: #fff;
    transition: .3s ease-in-out;
    z-index: 99999;
    -webkit-box-shadow: 0 3px 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 8px 1px rgb(0 0 0 / 20%);
}

.mobileBg {
    background: var(--background);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    /*width: 100%;*/
    /*height: 83px;*/
    /*display: flex;*/
    /*align-items: center;*/
    inset: 0px 0px;
    /*margin-top: 0*/
}
.bg-color {
    background: var(--bg-color);
}
.textColor {
    color: var(--color)!important;
}
.textAreaColor {
    color: var(--color)!important;
}

img#main_icon{
    filter: invert(0) sepia(0) saturate(0) hue-rotate(308deg) brightness(0) contrast(101%)
}
.icon-border{
    border: 1px solid #000000;
    border-radius: 50%;
}
.nav-hover{
    position: relative;
}
.nav-hover:hover{
    color: #000000 !important;
}
.nav li a:hover{
    color: #000000 !important;
}
.nav-hover:hover::after {
    width: 100%;
}
.nav-hover::after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.7s;
}
a.call-link:hover{
    color:#000000 !important;
}
.color-primary {
    color: #000;
}
.bg-footer {
    background: #f6f6f6;
}
.border-radius50 {
    border-radius: 50px !important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
ul.nav li.list-inline-item{
    padding:0 12px 0 12px ;
    font-size: 17px;
}
.get_btn_gradient {
    background-image: linear-gradient(to bottom, #fff, #f6f6f6, #ececec, #e3e3e3, #dadada) !important
}

.border-primary {
    border-color: #000000 !important
}
.border-checkout{
    border: 1px solid #000000 !important;
    /*background-color: #0B9444;*/
}

.border-gray-2px {
    border: 2px solid #dee2e6 !important
}

.page-item.active .page-link {
    border-color: #b1b0b0;
    background-color: #f7f7f7;
    color: #fff !important
}

.text-primary {
    color: #000000 !important
}


.text-secondary {
    color: #000000 !important
}

.cart-item {
    display: flex;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

/* Shimmer effect styles */
.shimmer {
    position: relative;
    overflow: hidden;
    background: #f6f7f8;
}
.shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer-animation 1.5s infinite;
}

@keyframes shimmer-animation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Placeholder styles for image and text */
.image-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}
.text-placeholder {
    height: 16px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.text-placeholder.short {
    width: 50px;
}
.text-placeholder.medium {
    width: 120px;
}
.text-placeholder.long {
    width: 180px;
}

.shimmer-effect {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.shimmer-placeholder {
    height: 304px; /* Adjust height as needed */
    border-radius: 12px;
    margin: 20px 0;
}

.color-gray {
    color: #666 !important
}

.color-dark-gray {
    color: #6c757d !important
}

.color-gray-light {
    color: #555f61 !important
}

.featur-title {
    background: #d9d9d9
}

.featur-title h1::after {
    position: relative;
    margin: 0 auto;
    padding: 1rem 4rem;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #101010;
    font-family: roboto, sans-serif;
    background-color: #d9d9d9
}

a.wearable-btn {
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
    font-size: 17px;
    padding: 7px 20px;
    transition: color .7s, background .7s
}

a.detail-inner-btn {
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
    padding: 7px 20px;
    transition: color .7s, background .7s
}

a.detail-inner-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #f7f7f7
}

a.wearable-btn:hover {
    text-decoration: none;
    background: #f7f7f7;
    color: #fff
}

img.home-img {
    width: 100%;
    height: auto
}

.home-autmotive {
    margin-top: 0
}

.home-sport {
    margin-top: 21px
}

.home-detail {
    padding-top: 180px
}

.search-bar > div {
    display: inline-block;
    position: relative
}

.detail-inner > div {
    color: #fff
}
.border-secondary {
    border: 1px solid #000 !important
}

.swiper-pagination-custom, .swiper-pagination-fraction, swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -1px;
    left: 0;
    width: 100%
}

.swiper-container {
    width: 100%;
    height: 100%
}

.sliderBorder {
    border-radius: 50%;
    height: 100px;
    width: 100px
}

#prod_tabs_slider .swiper-wrapper {
    flex-wrap: nowrap;
}
#prod_tabs_slider .swiper-slide {
    width: fit-content!important;
}
.search-bar > div > input {
    color: #fff;
    font-size: 14px;
    background: 0 0;
    width: 10px;
    height: 20px;
    padding: 16px;
    border: solid 1px #f7f7f7;
    outline: 0;
    border-radius: 0;
    box-shadow: 0 0 #f7f7f7;
    transition: width .5s
}

.search-bar > div > input::placeholder {
    color: #f7f7f7;
    opacity: 1
}

.search-bar > div > input::-ms-input-placeholder {
    color: #f7f7f7
}

.search-bar > div > input::-ms-input-placeholder {
    color: #f7f7f7
}

.search-bar > div > input:focus, .search-bar > div > input:valid {
    width: 250px
}

.btn-primary {
    background: #000000 !important;
    border-color: #ffffff !important
}

.text-yellow {
    color: #f7f7f7 !important
}

.text-light-white {
    color: #D3DDDC !important;
}

.border-right-primary {
    border-left: 1px solid #000000;
    padding-left: 15px;
}

.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
.bg-green {
    background: #05af25;
}

.bg-primary {
    background: #000000 !important;
    color:#ffffff;
}
.btn-outline-primary:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.btn-outline-secondary{
    border: 1px solid #000 !important;
    color: #000000;
}
.btn-outline-secondary:hover{
    background-color: #000 !important;
    color:#ffffff !important;
}
.searchStyle {
    position: absolute;
    right: 0;
    top:-42px;
}
.Search_bar.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.Search_bar {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: .7s;
    opacity: 0;
    visibility: hidden;
}
.bg-dark {
    background: #000 !important
}

.bg-whatsapp {
    background: #25d366 !important
}

.bg-gray-dark {
    background-color: #3b3b3b
}

.bg-secondary {
    background: #000 !important;
    color: #ffffff;
}

.bg-transparent {
    background-color: transparent !important
}

a {
    color: #000
}

.btn:hover, a:hover {
    color: #000;
    text-decoration: underline
}

.btn-primary a:hover, .btn-primary.btn:hover {
    color: #fff;
    text-decoration: underline
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #000000 !important;
    color: #ffffff !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #000 !important;
    color: #ffffff !important
}

.bg-primary-add-to-cart {
    background:#000000;
    color: #ffffff;
}

.cursor-pointer {
    cursor: pointer !important
}

.mx-015 {
    margin-left: -15px;
    margin-right: -15px
}

.subscribe-bg {
    background: url(../../images/subsribe-bg.jpg) !important;
    z-index: 99999999 !important
}

.bg-grey-gradient {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fff 15%, #f9f9f9 25%, #c5c5c5 75%, #bfbfbf 85%, silver 100%);
    background: -webkit-linear-gradient(top, #fff 0, #fff 15%, #f9f9f9 25%, #c5c5c5 75%, #bfbfbf 85%, silver 100%);
    background: linear-gradient(to bottom, #fff 0, #fff 15%, #f9f9f9 25%, #c5c5c5 75%, #bfbfbf 85%, silver 100%)
}

.nav-text:hover {
    color: #fff !important
}

.text-decoration-none:hover {
    text-decoration: none !important
}

.text-decoration-block:hover {
    text-decoration: underline !important
}

.sidebar-category > li {
    border-bottom: 1px solid #999;
    color: #ddd;
    width: 100%
}

.main-side-banner {
    -webkit-box-shadow: 0 6px 4px 2px #f7f7f7;
    box-shadow: 0 6px 4px 2px #f7f7f7
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background: #000 !important;
    color: #fff !important
}

.div-block {
    display: block;
    float: left;
    width: 100%
}

.category_level2 > li, .category_level3 > li, .category_level4 > li {
    display: block;
    border-bottom: 1px solid #222;
    color: #ddd !important;
    float: left;
    width: 100%
}

.search-form .row {
    width: 100%
}

.search-form span {
    cursor: pointer;
    font-size: 20px
}

.search-form .search-button {
    background: #000000;
    color: #fff;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    height: 38px;
    padding-top: 6px
}

.serach-bar-radius {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.animated-icon-overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 42px;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease
}

.animated-icon-text {
    font-size: 10px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 0;
    width: 44px;
    text-transform: capitalize
}

.hight-30px {
    height: 30px !important
}

.store-info li a {
    color: #f7f7f7 !important;
    text-transform: uppercase;
    font-size: 13px
}

.store-info li {
    padding: 5px
}

.store-info li a i.fa-lg {
    line-height: .1em;
    margin-right: 2px
}

.position-r {
    position: relative
}

.logo-img {
    position: absolute;
    top: -55px;
    left: calc(80% - 133px);
    width: 133px;
    padding: .25rem;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 4.25rem
}

.arrow:before {
    border-width: 0 12px 12px;
    border-color: transparent transparent #ccc transparent;
    top: -15px
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 37px;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -10px
}

.need-help {
    min-width: 16vw !important;
    top: 26px !important;
    right: 0 !important;
    left: auto !important;
    border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu-right {
    right: -150px !important;
    left: auto
}

.phone-no a:hover {
    text-decoration: none !important
}

#sec-head {
    font-size: 12px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 #e0e0e0;
    -moz-box-shadow: 0 4px 10px 0 #e0e0e0;
    box-shadow: 0 4px 10px 0 #e0e0e0;
    margin-top: 50px
}

.banner-bg {
    background: #f7f7f7
}

.banner img {
    -webkit-box-shadow: 0 3px 1px 0 #ccc;
    -moz-box-shadow: 0 3px 1px 0 #ccc;
    box-shadow: 0 3px 1px 0 #ccc
}

.looking-for h3 {
    font-size: 20px
}

.looking-for h3:after, .looking-for h3:before {
    content: " ";
    height: 1px;
    background-color: #f7f7f7;
    display: block;
    position: absolute;
    top: 35px;
    width: 17%
}

.looking-for h3:before {
    left: 19%
}

.looking-for h3:after {
    right: 19%
}

.looking-for span {
    font-style: initial
}

.trending a {
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle
}

.item-box {
    position: relative;
    transition: opacity .4s ease-in-out;
    opacity: 1;
    margin-bottom: 10px;
    border: 1px solid #00000014;
}

a.item-link {
    text-decoration: none;
    color: #f7f7f7
}

.item-box:hover .quick-buttons {
    display: block;
    position: absolute;
    bottom: 0
}

.whishlist-buttons {
    height: 0
}

.tag {
    top: 17px;
    left: -36px;
    display: none;
    width: auto;
    opacity: 1;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    background-color: #f7f7f7;
    border-left: .4px solid transparent;
    margin-left: 19px;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-family: source sans pro, sans-serif;
    font-size: 18px;
    line-height: 38px;
    padding: 0 10px;
    transform: rotate(-90deg);
    z-index: 1
}

.tag i {
    transform: rotate(90deg)
}

.tag i.fa {
    transform: rotate(90deg)
}

.label {
    right: 5px;
    top: 0;
    width: 25%;
    height: 25px;
    bottom: 30px;
    z-index: 1;
    line-height: 22px;
    border: 1px solid #dee2e6
}

.label p {
    text-align: center
}

.sale .label span {
    font-weight: 500;
    color: #f7f7f7;
    font-size: 10px
}

.quick-buttons {
    transition: all .3s ease-out;
    display: none;
    width: 100%
}

.quick-buttons button {
    border: none;
    font-size: 8px
}

.quick-buttons button.bg-grey-gradient:hover {
    background: #f7f7f7
}

.pricing {
    font-size: 14px
}

.pricing del {
    font-weight: 400;
    color: #ccc
}

.rating .pull-right {
    width: 70%
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}

.rating span {
    color: #ccc;
    font-size: 12px
}

.feature-slider {
    background: #fff
}

.owl-carousel {
    position: relative
}

.owl-next, .owl-prev {
    position: absolute;
    top: 38%;
    background: #d9d9d9 !important;
    font-size: 33px !important;
    width: 45px;
    height: 45px;
    line-height: 41px !important;
    outline: 0 !important;
    color: #fff !important
}

.owl-next:hover {
    position: absolute;
    top: 38%;
    background: #d9d9d9 !important;
    font-size: 33px !important;
    width: 45px;
    height: 45px;
    line-height: 41px !important;
    outline: 0 !important;
    color: #fff !important
}

.owl-prev:hover {
    position: absolute;
    top: 38%;
    background: #d9d9d9 !important;
    font-size: 33px !important;
    width: 45px;
    height: 45px;
    line-height: 41px !important;
    outline: 0 !important;
    color: #fff !important
}

.owl-next span, .owl-prev span {
    vertical-align: middle;
    position: relative;
    bottom: 3px
}

.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    left: 10px
}

.owl-carousel .owl-nav button.owl-next {
    top: 50%;
    right: 10px
}

.owl-prev {
    left: 10px
}

.owl-next {
    right: 10px
}

.item-box-small .quick-buttons {
    bottom: 5px
}

.item-box-small .quick-buttons button {
    font-size: 10px
}

.item-box-small .tag {
    top: 8px;
    font-size: 14px;
    left: -20px
}

.item-box-small {
    font-size: 12px
}

.h-400 {
    overflow-x: hidden;
    max-height: 40vh;
    overflow-y: auto;
}

.owl-dots {
    position: relative;
    counter-reset: dots;
    color: #fff;
    top: -22px
}

button.owl-dot.active {
    font-weight: 700 !important
}

#owl-five, #owl-four, #owl-six, #owl-three, #owl-two {
    margin-bottom: 20px
}

.brand-bg {
    background: #e8e8e8;
    height: 530px
}

#owl-seven .owl-item img {
    width: 100px;
    height: 80px
}

.brand-slider-bottom:hover, .brand-slider:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}

.footer-banner {
    margin-top: -4%
}

.media-box h3 {
    font-size: 20px;
    font-style: italic
}


.media-box h3 span {
    font-style: initial
}

.media-box h3:after {
    content: " ";
    height: 1px;
    background-color: #dbdbdb;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 81%
}

.media-box h4 {
    text-transform: uppercase;
    font-family: roboto, sans-serif;
    font-weight: 500
}

#reviews {
    border: 10px solid #f7f7f7
}

#reviews img {
    box-shadow: none
}

.media {
    margin-bottom: 10px
}

.footer-banner p {
    color: #908f8f;
    font-size: 14px;
    line-height: 18px
}

.footer ul {
    font-size: 12px
}

#about-us {
    background-color: #f7f7f7
}

#about-us h2 {
    font-size: 22px
}

#about-us h2 span {
    font-style: initial
}

#about-us p {
    line-height: 24px
}

#owl-eight .owl-item img {
    width: auto !important
}

#category-menu {
    background-color: #1c1c1c
}

#category-menu .col-md-3 {
    border-bottom: 1px solid #303030;
    border-right: 1px solid #303030
}

#category-menu .bottom {
    border-bottom: none !important
}

#category-menu .right {
    border-right: none !important
}

#category-menu h3 {
    color: #fff
}

#category-menu h3 span {
    border-bottom: 1px #f7f7f7 solid
}

#category-menu ul li a {
    text-transform: capitalize;
    font-size: 14px;
    color: #fff
}
sidenav div#load_cart_dropdown {
    opacity: 0;
}

.sidenav.active div#load_cart_dropdown {
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.newsletter input {
    padding: 0 10px;
    /* border: 1px solid !important; */
    margin-right: -4px;
    background-color: #f1f1f1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}


.footer-bottom {
    background-color: #f7f7f7
}

.footer h3 {
    color: #fff;
    font-size: 16px;
    margin-left: 16px
}

.footer hr {
    border-bottom: 1px #fff solid
}

.footer h3 span {
    border-bottom: 1px #f7f7f7 solid
}

.footer ul li {
    margin-bottom: 4px
}

.footer ul li a {
    color: #fff
}

.footer ul.navbar {
    justify-content: initial !important
}

.footer a i {
    color: #fff
}

.footer a:hover i {
    color: #f7f7f7;
    text-decoration: none
}

.widget-title:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    margin: .2em 0;
    width: 70px;
    margin-bottom: 10px
}

.hr {
    border-bottom: 1px solid #e8e8e8
}

.copyrights h6 {
    color: #fff;
    padding-top: 22px;
    padding-left: 0 !important;
    font-size: 12px
}

.copyrights ul {
    justify-content: initial !important;
    padding: 0 !important;
    padding-top: 10px
}

.copyrights ul li {
    color: #fff;
    padding: .5rem !important;
    padding-top: 0
}

.copyrights ul li img {
    box-shadow: none;
    border-radius: 0
}

.hvr-fade:before {
    z-index: 0 !important;
    background: rgba(0, 0, 0, .3) !important
}

.b-border {
    border-bottom: 1px solid #999
}

.fixed-top {
    z-index: 99991
}

.sidebar-btn {
    cursor: pointer;
    font-size: 1.4rem
}

.sidenav {
    height: 100vh !important;
    width: 0;
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: .4s;
    padding-top: 0;
    box-shadow: 9px 13px 20px 0 rgba(0, 0, 0, .68);
}

.sidenav div#load_cart_dropdown {
    opacity: 0;
}

.sidenav.active {
    width: 40% !important
}

.sidenav a:hover {
    color: #000000 !important;
    text-decoration: underline
}

.cart-total-position {
    bottom: 0;
    height: 220px;
    position: fixed;
    width: 25%;
    z-index: 11;
}
.shake-animation {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}
@keyframes shake-animation {
    0% { transform:translate(0,0) }
    1.78571% { transform:translate(5px,0) }
    3.57143% { transform:translate(0,0) }
    5.35714% { transform:translate(5px,0) }
    7.14286% { transform:translate(0,0) }
    8.92857% { transform:translate(5px,0) }
    10.71429% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
}

.sidenav.active {
    width: 26% !important
}

.cart-list .cart-list-space {
    height: 300px
}

div#load_cart_dropdown .cart-total-position-bump {
    height: 300px
}

.cart-total-position {
    bottom: 0;
    position: fixed;
}

div#load_cart_dropdown .cart-list-space-bump {
    height: 500px
}

div#add_to_cart_modal {
    z-index: 99999999 !important
}

.nav-set {
    padding-top: 5px;
    padding-bottom: 0
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none
}

.d-block .overlay {
    display: block
}
.product-paragraph{
    height: 50px !important;
    width: 90% !important;
}

#megamenu {
    position: fixed;
    left: 247px;
    top: 20%;
    width: 70%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}

.megamenu .nav-set:hover {
    color: #000 !important
}
.dropdown .child-drop-right{
    left: 100%;
    right: auto;
    top: 0;
}

.megamenu {
    display: none
}

#megamenu ul li {
    width: 100% !important
}

.parent-category:hover > .megamenu {
    display: block !important
}

.category_level2 > li > a, .category_level2 > li > div > a {
    font-size: 12px
}

.category_level2 {
    padding-left: 15px !important
}

.category_level3 {
    padding-left: 20px !important
}

.category_level3 > li > a, .category_level3 > li > div > a, .category_level4 > li > a, .category_level4 > li > div > a {
    font-size: 11px
}

.heading-dim {
    display: block;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    border-top: 1px solid #5e5e5e;
    font-size: 13px !important;
    font-weight: 500
}

.sidenav a {
    font-size: .8rem;
    display: block;
    transition: .3s;
    color: #fff;
    padding-right: .4rem !important;
    transition: .3s;
    padding-left: .4rem !important
}

.sidenav a:hover {
    color:#000000;
}

.nav-set-heading:hover, .sidenav .nav-set-heading {
    color: #000;
    font-weight: 600
}

.yellow-color:hover {
    color: #f7f7f7 !important
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 36px
}


/*Shopping Cart Style Start Here*/
.cart-header {
    background-color: #fff;
    color: white;
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 1px solid #dadee3;
}
.cart-body {
    overflow-y: auto;
    padding: 0 1rem;
}
.cart-footer {
    border-top: 1px solid #ddd;
    background-color: #ffffff;
    padding: 1rem;
}
.offcanvas-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cart-body {
    flex-grow: 1;
    overflow-y: auto;
}
.side_cart_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.title-height {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart-item-border:nth-last-child(1) {
    border-bottom: none !important
}
.cart-d-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


.bgLightGray {
    background: #f8f8f8 !important;
}

/*Shopping Cart Style End Here*/






.custom-control-label::after, .custom-control-label::before {
    top: 0 !important
}

.last-breadcrumb {
    width: 25%
}

.last-breadcrumb::before {
    margin-top: .5rem !important
}

.last-breadcrumb .input-group {
    width: 92% !important
}

ol.breadcrumb.bg-white.text-uppercase.font-size40.rounded-0.pt-0.padding-mobile-view.my-0.my-md-0.my-sm-0.mx-0.pb-0.px-0 {
    font-size: .6rem !important
}

.breadcrumb li:last-child {
    font-weight: 500 !important
}

.owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    background: #f7f7f7;
    opacity: .5;
    padding: 5px;
    color: #000
}

button.owl-dot span {
    display: none !important;
    color: transparent
}

.banner-heading {
    background: #f7f7f7;
    font-size: 32px;
    bottom: 0;
    position: absolute;
    width: max-content;
    color: #fff
}

.banner-heading:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 0 0 55px;
    border-color: transparent transparent transparent #f7f7f7;
    position: absolute;
    top: 0
}

.category-sidebar p span {
    padding: 0 0 0 5px;
    display: inline-block
}

p.side-underline span {
    padding: 0 0 0 5px;
    display: inline-block
}

p.side-underline span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f7f7f7
}

.line-height40px{
    line-height: 40px;
}
.category-sidebar p span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f7f7f7
}

.brands-filter form, .categories-filter form, .price-filter form {
    color: #221f1f !important;
    font-size: .9rem
}

.brands-filter form, .categories-filter form {
    height: 300px !important;
    overflow-y: scroll
}

#scrollbar::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #f7f7f7
}

#scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #f7f7f7
}

#scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #f7f7f7
}

.page-link {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #b1b0b0
}

.pagination .left-border {
    border-left: 1px solid #fff
}

.pagination .right-border {
    border-right: 1px solid #fff
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0 !important
}

.custom-control-label::before {
    border: 1px solid #ccc !important
}

.item-box .item-box-img {
    width: 90% !important
}

.logo a {
    width: 72%
}

.icon-circle {
    width: 45px;
    height: 45px;
    line-height: 40px
}

.icon-circle span {
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    transition: .3s
}

.icon-circle:hover .menu-icon {
    display: none;
    top: 3px
}

.menu-icon {
    display: contents
}

.icon-text {
    display: none
}

.icon-circle:hover .icon-text {
    display: block;
    transition: .3s
}

.border-box {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ececec;
    border-top: 4px solid #000000;
    font-size: 14px
}

.box-detail ul li a:hover {
    text-decoration: none !important
}

.hvr-fade:before {
    z-index: 999 !important;
    background: rgba(0, 0, 0, .3) !important
}

.hvr-fade:before {
    background: #f16f06 !important
}

.hvr-fade:active:before, .hvr-fade:focus:before, .hvr-fade:hover:before {
    color: #fff !important
}

.hvr-radial-out:before {
    background: rgba(0, 0, 0, .3) !important;
    z-index: 0
}

.hvr-radial-out {
    background: #fff !important;
    cursor: pointer
}

.fb-share-button, .google-share-button, .pinterest-button, .twitter-share-button {
    padding: 0 !important;
    background-color: #b8b8b8;
    color: #fff !important
}

.facebook, .google-plus, .pinterest, .twitter {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 0 !important;
    font-size: 14px;
    border-radius: 50%;
    color: #fff !important
}

.twitter:hover {
    background-color: #37aaf0
}

.facebook:hover {
    background-color: #435f9f
}

.google-plus:hover {
    background-color: #ea4335
}

.pinterest:hover {
    color: #d11f21
}

.single-product-price h2 {
    font-size: 30px
}

.discount-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #909090;
    font-weight: 500;
}

.features {
    color: #404040 !important;
    font-size: 13px !important
}

.menu-left {
    background: #e3e3e3
}
#search-menu {
    position: absolute;
    z-index: 99999;
    right: 0;
    border-top: 5px solid #f7f7f7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    width: 100%;
}

.menu-left ul li {
    background-color: transparent !important;
    font-size: .8rem;
    border: none;
    padding: .4rem .25rem !important
}

.menu-footer p small {
    font-size: .8rem
}

form label {
    margin-bottom: 10px !important
}

.line {
    min-height: 350px
}

.sep {
    width: 1px;
    background: #ccc;
    margin: 0 0 0 -1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%
}

.sepText {
    width: 75px;
    height: 25px;
    background: #fff;
    margin: -15px 0 0 -36px;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 18px;
    text-align: center
}

.facebook-login {
    background-color: #415e9a;
    color: #fff !important
}

.facebook-login:hover {
    color: #fff !important
}

.color-box a {
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    display: block;
    text-align: center;
    padding: 8px 0
}

#quick_view_modal .modal {
    right: 0;
}

.modal-dialog {
    margin: 10% auto
}

.modal-content {
    border-radius: 0 !important
}

#quick_view_modal .modal-lg {
    max-width: 80% !important
}

.widgets-box:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.account img, .cart img, .phone img {
    width: 46px;
    margin-top: 2px
}

.hvr-rectangle-out {
    background: 0 0 !important
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table
}

.stepwizard a:hover {
    color: #f7f7f7 !important;
    text-decoration: none !important;
    background: #f7f7f7;
    border: 1px solid #f7f7f7
}

a.main-icon:hover {
    color: #f7f7f7;
    text-decoration: none
}

#stepwizard > .btn-primary {
    color: #fff !important
}

#stepwizard button {
    cursor: pointer !important
}

.stepwizard-step button[disabled] {
    color: #fff !important;
    border-color: #f7f7f7
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb
}

.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0
}

a.btn.btn-primary.d-block.w-100.rounded-0.mt-2:hover {
    color: #000
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    background: #f7f7f7;
    color: #fff !important
}

#mySidenav .closebtn {
    text-decoration: none !important
}

.thank-you-order-details li {
    padding: 0 20px 0 5px;
    font-size: .7rem;
    line-height: 1;
    border-right: 1px dashed #d3ced2
}

.thank-you-order-details li strong {
    font-size: 1.5em;
    text-transform: none;
    line-height: 1.5
}

a.text-dark.heart3.font-size17.text-uppercase:hover {
    border-bottom: 5px solid
}

a.text-dark.heart3.font-size17.text-uppercase:active {
    border-bottom: 5px solid
}

a.text-dark.heart3.font-size17.text-uppercase {
    padding: 20px 0
}

.cart-item-list .nav-cart-total {
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: 0;
    right: 8px;
    border-radius: 10px;
    font-size: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6)
}

.cart-item-list .dropdown-menu {
    width: 300px;
    top: 75%;
    left: 28px
}

#account-item .dropdown-menu {
    width: 240px;
    /*top: 90%;*/
    top: 44px;
    left: auto;
    right: 0;
}

.cart-item-list .cart-heading {
    color: #000 !important
}

.cart-item-list .dropdown-toggle::after {
    display: none !important
}

.cart-item-list {
    -webkit-transition: background .3s ease-in .2s;
    -moz-transition: background .3s ease-in .2s;
    -o-transition: background .3s ease-in .2s;
    transition: background .3s ease-in .2s
}

.cart-list {
    overflow-x: hidden
}

.cart-item-list:hover > .dropdown-menu {
    display: block
}

#account-item:hover > .dropdown-menu {
    display: block
}

.cart-item-list .alert {
    margin-bottom: 0
}


.deal_prices h3 {
    font-size: 1.6rem !important
}

.h0, .hideit {
    display: none !important
}

#load_btn {
    display: none
}

#qload_btn {
    display: none
}

#single_qload_btn {
    display: none
}

#bload_btn {
    display: none
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000 !important;
    border-bottom: 3px solid #000000;
    background-color: transparent !important;
}

#nav-tabContent {
    padding: 0
}

#iframe > iframe {
    margin: 0 auto 20px !important;
    display: block
}



.single-brand span {
    color: #909090 !important
}

.category-title h6 span {
    border-bottom: 2px solid #f7f7f7 !important
}

.looking-for h3:after, .looking-for h3:before {
    width: 12%
}

.brand-banner {
    padding-top: 35px
}

#myTabContent .nav .nav-item {
    width: 160px
}

label {
    font-weight: 700 !important
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff !important;
    background-color: #000000;
}

.nav-pills a:hover {
    color: #fff
}

.nav-pills a:hover {
    background: #000000;
    text-decoration: none !important;
    color: #ffffff !important
}


.hide-menu {
    display: none
}

.show-menu {
    display: block
}

.quick-buttons button.bg-primary:hover {
    background-color: #000000 !important;
    color: #ffffff;
}

.quick-buttons button.bg-secondary:hover {
    background-color: #000 !important;
    color: #ffffff !important
}

.modal {
    z-index: 999999 !important
}

.close {
    right: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    padding: 2px !important;
    top: 0;
    border-radius: 50% !important;
    position: absolute;
    background: #f7f7f7 !important;
    color: #fff !important
}

#accordionExample .card-header button:before {
    content: "";
    background: url(/images/theme_icons/minus_icon.svg);
    width: 13px;
    height: 13px;
    position: absolute;
    top: 13px;
    right: 15px
}

#accordionExample .card-header button.collapsed:before {
    content: "";
    background: url(/images/theme_icons/plus_icon.svg);
    width: 13px;
    height: 13px
}

#inner-pages h3 {
    font-size: 16px !important
}

#inner-pages, #inner-pages p{
    font-size: 16px !important;
    margin-bottom: 1rem !important
}

#inner-pages .media img {
    width: 80px
}

#inner-pages .media-step .h116px {
    height: 116px
}

#inner-pages .media-step img {
    width: 180px;
    height: 116px;
    margin-left: 10px
}

.timeline {
    padding: 50px 0;
    position: relative
}

.timeline-nodes {
    padding-bottom: 25px;
    position: relative
}

.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse
}

.timeline h3, .timeline p {
    padding: 5px 15px
}

.timeline h3 {
    font-weight: lighter;
    background: var(--blue)
}

.timeline p, .timeline time {
    color: var(--blue)
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 5px solid #d2d2d2;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%)
}

.timeline-nodes:nth-child(odd) h3, .timeline-nodes:nth-child(odd) p {
    text-align: right
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right
}

.timeline-image {
    position: relative;
    z-index: 100
}

.timeline-image::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 6px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 300%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f7f7f7;
    z-index: 1;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .3)
}

.timeline-image img {
    position: relative;
    z-index: 100
}


a#home-tab:hover {
    text-decoration: none
}

.bg-gray {
    background-color: #f5f5f5
}

.d-none-dropdown::after {
    font-size: 0
}

img.lazy {
    display: block
}

.animated-icon-body {
    position: relative;
    height: 45px;
    width: 45px;
    overflow: hidden
}

.animated-icon-image {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px;
    left: 0;
    top: 0;
    transition: .3s ease
}

.animated-icon-text {
    font-size: 10px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 0;
    width: 44px;
    text-transform: capitalize
}

.animated-icon-overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 42px;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease
}

.animated-icon-body:hover .animated-icon-overlay {
    left: 0
}

.animated-icon-body:hover .animated-icon-image {
    left: -450px
}

#main_icon_mbl {
    width: 30px !important;
    margin: 5px 8px !important;
    height: 30px !important
}

.crt {
    width: 23px !important;
    margin: 7px !important;
    height: 20px !important
}

.border-bg-circle:hover .header-icon-section {
    left: 0
}

.border-bg-circle:hover .header-user-icon {
    left: -450px
}


#head .dropdown-menu li:hover .sub-menu {
    visibility: visible !important
}

#head .dropdown:hover .dropdown-menu {
    display: block !important
}

.size-medium {
    height: 150px;
    width: 150px
}

.padding-mobile-view {
    padding-top: 0
}

.zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    transition: .2s ease-out;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4)
}

.zoom-btn-large {
    width: 50px;
    height: 50px;
    line-height: normal;
    padding: 9px;
    background: #ea6a82;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

.social-plugin #social-plugin-h {
    position: absolute;
    top: 0;
    transform: translateY(-102%);
    width: 60px;
    height: 300px;
    z-index: -999
}

.social-plugin {
    z-index: 999;
    bottom: 15%;
}

.social-plugin-home {
    height: 240px !important;
}
.one-icon {
    height: 70px !important;
}
.two-icons {
    height: 120px !important;
}
.three-icons {
    height: 180px !important;
}

.social-plugin li {
    display: inline-block;
    margin-bottom: 10px
}


.scale-transition {
    transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important
}

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform .2s !important
}

.scale-transition.scale-in {
    transform: scale(1)
}
.email-icon, .phone-icon, .whatsapp-icon {
    padding: 6px
}
.phone-icon {
    background: #ec5923;
}
.email-icon i, .phone-icon i, .whatsapp-icon i {
    font-size: 30px
}

.change > .lable {
    display: none
}

.call-lable, .direction-lable, .email-lable, .fb-lable, .phone-lable, .whatsapp-lable {
    display: none
}

.call-back:hover .call-lable, .email-icon:hover .email-lable, .get-direction-icon:hover .direction-lable, .phone-icon:hover .phone-lable, .social-plugin ul li a:hover .fb-lable, .whatsapp-icon:hover .whatsapp-lable {
    display: block
}

.chat-close, .chat-open {
    font-size: 15px;
    position: relative;
    text-align: center
}

.chat-open {
    display: block
}

.change .chat-open {
    display: none
}

.chat-close {
    display: none
}

.change .chat-close {
    display: block
}

.lable {
    top: 15px;
    min-width: 100px !important
}

.fb-lable {
    top: 0;
    min-width: 100px !important;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto !important;
}

.call-lable {
    top: 128px;
    min-width: 150px !important
}

.whatsapp-lable {
    top: 0;
    min-width: 120px !important;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto !important;
}

.phone-lable {
    min-width: 70px !important;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto !important;
}

.email-lable {
    top: 0;
    min-width: 60px !important;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto !important;
}

.direction-lable {
    min-width: 150px;
    top: 13px
}

.call-lable, .direction-lable, .email-lable, .fb-lable, .lable, .phone-lable, .whatsapp-lable {
    position: absolute;
    left: 70px;
    z-index: 9999999999;
    color: #f7f7f7;
    background: #fff;
    height: 30px;
    border: 1px solid #f1f1f1;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px
}

.call-lable:before, .direction-lable:before, .email-lable:before, .fb-lable:before, .lable:before, .phone-lable:before, .whatsapp-lable:before {
    content: '';
    position: absolute;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.outline-0:focus {
    outline: 0 !important
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important
}

.item-box .auction_box {
    color: #fff;
    background: #fffffff7
}

.nav-pills-hover:hover {
    color: #000 !important
}

.text-primary_product {
    color: #006a60
}

button.bg-primary-new {
    background: #000000 !important;
    color: #fff !important
}


.cod {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 -37px
}

.master {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 -111px
}

.visa {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 0
}

.keenu {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 -74px
}

.cc {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 37px
}

.tcs {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 111px
}

.trax {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 74px
}

.mnp {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 148px
}

.call-sprite {
    width: 50px;
    height: 50px;
    background: url(/images/footer-sprites.png) -60px 0
}

.mayar-logo {
    width: 20px;
    height: 10px;
    background: url(/images/footer-sprites.png) -58px -80px
}

.news-btn {
    width: 29px;
    height: 30px;
    background: url(/images/footer-sprites.png) -60px -50px
}

.review-icon {
    height: 16px !important;
    background: url(/images/footer-sprites.png) -59px -91px;
    padding-right: 1px
}

.get_banner {
    top: 0;
    width: 100%;
    height: 90px;
    border-style: solid;
    border-width: 50px 30px 0 0;
    border-color: #f7f7f7 transparent transparent transparent
}

.get_banner .get_title {
    color: #fff;
    top: -35px;
    right: 0;
    left: 0;
    text-align: center
}

.get_line_height25px {
    line-height: 25px
}

#header-section {
    -webkit-box-shadow: 0 6px 8px -9px #f7f7f700021;
    box-shadow: 0 6px 8px -9px #f7f7f700021
}
.rating {
    float: left;
    margin: 8px 0 0
}

.rating span {
    float: right;
    position: relative
}

.rating span input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.rating span label i {
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    cursor: pointer
}

.rating span.checked label i, .rating span.checked ~ span label i, .rating span:hover label i, .rating span:hover ~ span label i {
    background: #fff;
    color: #f5b710;
    cursor: pointer
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f7f7f7
}

.search-form .search::placeholder {
    font-size: .9rem
}

button.bg-primary:hover {
    color: #ffffff !important;
    background: #000000 !important
}

.header_social_icon .fa:hover {
    color: #f7f7f7 !important
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent !important
}

.nav-tabs .nav-link {
    border: none;
    color: #666;
    font-size: 15px;
    font-weight: 700
}

#front-category-style .nav-tabs .nav-link:focus, #front-category-style .nav-tabs .nav-link:hover {
    color: #ffffff !important
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #000000 !important
}

.tooltip_font::after {
    font-size: 10px !important
}

.tooltip_font2::after {
    font-size: 12px !important
}

.breadcrumb li a {
    color: #343a40 !important
}

#nav-return-policy .nav-pills .nav-link {
    background-color: #f7f7f7
}

#nav-return-policy .nav-pills .nav-link:hover {
    background-color: #c82333
}

#main .dropdown-item:focus, .dropdown-item:hover {
    background-color: #000000;
    color: #fff
}

.footer_mim_logo {
    width: 13%
}

#top_section {
    background: #f7f7f7;
    color: #f7f7f7
}

.cod {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 -38px
}

.master {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 -113px
}

.visa {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 0
}

.keenu {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 -78px
}

.cc {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 37px
}

.tcs {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 111px
}

.trax {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 74px
}

.mnp {
    width: 59px;
    height: 37px;
    background: url(/images/footer-sprites.png) 0 148px
}

.get_nav {
    background-image: linear-gradient(to bottom, #fff, #fff, #fff, #fff, #fff)
}

.get_all_cat_style {
    background-color: #f7f7f7;
    z-index: 999;
    top: 2px
}

.get_all_cat_style-absolute {
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    background-color: #f7f7f7;
    width: 100%;
    bottom: 13px;
    height: 100%;
    left: 0;
    z-index: -9
}

.margin1_9 {
    margin-bottom: 1.9rem !important
}

.get_border-right:after {
    content: '|' !important;
    color: #fff !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
    display: block !important;
    right: 0 !important
}

#show_product_on_category .nav-link {
    background-color: #fff;
    border-radius: 0 !important;
    color: #f7f7f7
}

#show_product_on_category li .active {
    background-color: transparent !important;
    text-decoration: underline
}

#show_product_on_category .nav-link:hover {
    text-decoration: underline !important;
    color: #f7f7f7 !important
}

#show_product_on_category .active:hover {
    color: #fff !important
}

#show_product_on_category p {
    color: #f7f7f7
}

.big-item-box {
    position: absolute;
    top: 10px;
    right: 10px
}

.itembox_singlebox {
    top: 20px;
    right: 40px;
    display: block;
    z-index: 999
}

.line-height25px {
    line-height: 25px
}

.line-height32px {
    line-height: 32px
}


.need_help1 {
    min-width: 15vw !important;
    padding: 1rem !important;
    position: absolute;
    margin-left: -89px;
    top: 16px;
    z-index: 999999;

}

.arrow1 {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 19px;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -10px
}

#trending .owl-prev {
    left: -20px
}

#trending .owl-next {
    right: -20px
}

#product_mobile .owl-prev {
    display: none !important
}

#product_mobile .owl-next {
    display: none !important
}

.border-right-2px {
    border-right: 2px solid #dee2e6 !important
}

.get_border_main {
    position: relative
}

.get_border_sub {
    position: absolute;
    border-right: 1px solid #d8d8d8;
    height: 130px;
    right: -2px;
    top: 30px
}


#recentlybought .owl-next {
    right: -16px
}

#recentlybought .owl-prev {
    left: -16px
}

#recentlybought .owl-nav button {
    top: 120px
}

#trending .owl-nav button {
    top: 110px
}

.call_now_icon {
    width: 7%
}

.our_product_nav_text {
    width: 16%;
    text-align: center
}

.table td, .table th {
    vertical-align: middle !important
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem transparent !important
}

.category-title h6 span {
    border-bottom: 2px solid #f7f7f7 !important
}

.headernumber {
    letter-spacing: 1px
}

.footer {
    height: auto
}

.subscribe-border {
    border: 1px solid #f7f7f7;
    border-bottom: 0;
    border-left: 2px solid #f7f7f7;
    border-right: 2px solid #f7f7f7
}

.footer ul li i {
    color: #f7f7f7 !important
}

.about p {
    line-height: 22px;
    margin: 5px 0 10px !important
}

.expiration {
    margin: 0 6px !important
}

.layer_1 {
    background-image: url(../../images/layer_1.png);
    position: absolute;
    left: -1px;
    top: 0;
    width: 451px;
    height: 35px;
    z-index: 2
}

.btn-group.bg-btn-product {
    background-image: url(../../images/layer_1.png);
    width: 451px;
    height: 35px
}

.owl-carousel.owl-theme.product_mobile.owl-loaded.owl-drag.owl-dots {
    display: block !important;
    border: 1px solid #f7f7f7 !important
}


div#mbl-view-contact {
    position: fixed;
    bottom: -3px;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #01e583;
}

.youtube_video {
    color: red;
    position: absolute;
    top: 13px !important;
    right: 30px;
    background-color: #fff;
    padding: 0 4px 10px;
    border-radius: 7px;
    font-size: 34px !important;
    z-index: 9
}

.youtube_video:after {
    content: 'video';
    position: absolute;
    top: 27px;
    left: 6px;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-weight: 500;
    letter-spacing: 1px
}

.fa-youtube-play:before {
    content: "";
    background-image: url(/images/social_icon_filled/youtube_icon.svg);
    width: 32px;
    height: 32px;
    display: block;
    background-size: cover;
    filter: invert(12%) sepia(100%) saturate(7487%) hue-rotate(3deg) brightness(106%) contrast(111%)
}

.btn-skew-cart {
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg)
}

.btn-skew-quick {
    transform-origin: bottom left;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg)
}

.btn-skew-whatsapp {
    transform-origin: top right;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg)
}

.btn.btn-text-skew {
    -webkit-transform: skew(-20deg);
    transform: skew(20deg);
    background: 0 0
}

.sprite {
    background-image: url(/images/spritesheet.png);
    background-repeat: no-repeat;
    display: block
}

.sprite-call-back {
    width: 50px;
    height: 50px;
    background-position: -5px -5px
}

.sprite-call_now {
    width: 40px;
    height: 40px;
    background-position: -65px -5px
}

.sprite-cart {
    width: 40px;
    height: 40px;
    background-position: -65px -55px
}

.sprite-logo-mbl {
    width: 35px;
    height: 35px;
    background-position: -115px -5px;
    margin-left: 33px;
    margin-top: 7px
}

.sprite-menu-icon {
    width: 23px;
    height: 19px;
    background-position: -115px -50px;
    margin: 9px 0 !important
}

.sprite-star5 {
    width: 85px;
    height: 12px;
    background-position: -5px -105px
}

.sprite-user {
    width: 40px;
    height: 40px;
    background-position: -115px -79px
}

.sprite-cat {
    background-image: url(/images/categories/sprite-cat-icon.png);
    background-repeat: no-repeat;
    display: block
}

.sprite-ico_5db06267bc8a5 {
    width: 18px;
    height: 17px;
    background-position: -5px -5px
}

.sprite-ico_5db06338b6be7 {
    width: 18px;
    height: 17px;
    background-position: -33px -5px
}

.sprite-ico_5db063a1d2d90 {
    width: 18px;
    height: 17px;
    background-position: -61px -5px
}

.sprite-ico_5db13524ae665 {
    width: 18px;
    height: 17px;
    background-position: -5px -32px
}

.sprite-ico_5db135564fdf6 {
    width: 18px;
    height: 17px;
    background-position: -33px -32px
}

.sprite-ico_5db1357f88552 {
    width: 18px;
    height: 17px;
    background-position: -61px -32px
}

.sprite-ico_5db135b22fba2 {
    width: 18px;
    height: 17px;
    background-position: -5px -59px
}

.sprite-ico_5db135eb65f90 {
    width: 18px;
    height: 17px;
    background-position: -33px -59px
}

.sprite-ico_5db136180941e {
    width: 18px;
    height: 17px;
    background-position: -61px -59px
}

.sprite-ico_5db13644b9f6d {
    width: 18px;
    height: 17px;
    background-position: -89px -5px
}

.sprite-ico_5dbab839d1db4 {
    width: 18px;
    height: 17px;
    background-position: -89px -32px
}

#show_search {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 9
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

.close-btn {
    height: 35px;
    width: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center
}
.close-btn:hover{
    background-color: transparent;
    transform: rotate(180deg);
}

.close_btn {
    position: absolute;
    top: 32%;
    left: 88%;
    z-index: 1;
}

.slider-detail {
    position: absolute;
    z-index: 0;
    bottom: 195px;
    width: 100%
}

.detail-inner {
    padding-left: 125px;
    color: #fff;
    top: 50px
}

#demo button span {
    font-size: 120px !important;
    font-weight: 400 !important;
    bottom: 45px
}

#demo button.owl-prev {
    background: 0 0 !important
}

#demo button.owl-next {
    background: 0 0 !important
}

img.ban-img {
    height: auto
}

.feature-cat-head {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #fff;
    font-size: 21px;
    z-index: 1
}

.child-back {
    width: 100%;
    height: 400px;
    border: 1px solid #545252
}

.feature-cat-img {
    width: 100%;
    position: relative;
    height: 400px
}

.features-cat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
    opacity: .7;
    background: #000000;
    z-index: 1
}

.feature-cat {
    background-image: url(/images/home_img4.jpg)
}

.blog-img {
    width: 350px;
    height: 260px;
    position: relative
}

.spec-nav {
    background: #eee
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

.menu {
    background: 0 0;
    position: relative;
    min-height: 45px;
    height: 100%
}

.menu > ul > li {
    list-style: none;
    display: inline-block;
    color: #f7f7f7;
    line-height: 30px
}

.dropdown-menu.main_navbar {
    position: absolute;
    top: 28px;
    left: 0;
    border-top: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: max-content;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0
}

.dropdown-hover {
    padding-bottom: 0;
    border-top: 5px solid #f7f7f7000
}

.drop-down > a:after {
    content: "";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 15px
}

.iconBorder-right::after {
    content: "";
    position: absolute;
    right: 0;
    height: 35px;
    width: 1px;
    background: #dee2e6;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.iconBorder-right:last-child::after {
    content: none;
}

.mega-menu {
    background: none repeat scroll 0 0 #fff;
    position: absolute;
    top: 100%;
    left: 26px;
    right: 0;
    transition-duration: 1s;
    z-index: 99999;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 9px 9px !important;
}

.left-images {
    margin-right: 25px
}

.left-categories-list, .left-images {
    float: left
}
.sharer-wrapper {
    position: relative;
}

.sharer-content {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    border-radius: 6px;
    padding: 8px 0;
    width: max-content;
    min-width: 150px;
    z-index: 99;
}
.sharer-wrapper:hover .sharer-content {
    display: block;
}

.sharer-content a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
}

.sharer-content a:hover {
    background: #f5f5f5;
}


.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0
}

.categories-list li :hover {
    background: inherit !important
}

.left-images > p {
    background: none repeat scroll 0 0 coral;
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px
}

.categories-list span {
    font-size: 18px;
    padding-bottom: 1px;
    text-transform: uppercase
}

.mm-3column, .mm-6column {
    float: left;
    position: relative
}

.mm-6column {
    width: 50%
}

.mm-3column {
    width: 25%
}

.mm-view-more {
    background: none repeat scroll 0 0 coral;
    color: #fff;
    display: inline !important;
    line-height: normal;
    padding: 5px 8px !important;
    margin-top: 10px
}

.display-on {
    display: block;
    transition-duration: .9s
}

.bg-new-gray {
    background: #fff
}

div#nav-description img {
    max-width: 100%;
    height: auto
}


.fl-r {
    cursor: pointer
}

div#nav-description p {
    width: 100%;
    margin: 10px auto
}

#swiper-main-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #f7f7f7 !important
}

#swiper-main-slider {
    overflow: hidden
}


.scrollable {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px
}

.swiperSlider {
    line-height: 0
}

div#nav-description iframe {
    width: 100% !important
}

div#view_image iframe {
    width: 100%
}

.saving-label {
    background-color: #01e583;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 5px;
}

.menuIcons a:hover {
    background-color: #f7f7f7 !important
}

.cartIcon {
    width: 20px
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 9999999999;
    background: #fff;
    color: #000;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#sidebar.active {
    left: 0
}
#dismiss {
    position: absolute;
    top: 2%;
    right: 4%;
    cursor: pointer;
    font-size: 19px;
    z-index: 999;
    color: white;
    height: 30px;
    border-radius: 50px;
    width: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.overlay-sidenav {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out
}

.overlay-sidenav.active {
    display: block;
    opacity: 1
}

#sidebar {
    padding: 0;
    background: #fff;
    color: #000
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b
}

#sidebar ul.components li {
    align-items: center;
    flex-direction: row;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 5px !important;
    padding-left: 20px !important;
    min-height: 50px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    color: #2d2a2a;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3
}

#sidebar ul.components li ul li {
    padding-top: 15px !important
}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li a {
    padding: 1px;
    display: block
}

#sidebar ul li a:hover {
    color: #000
}

#sidebar ul li.active > a, a[aria-expanded=true] {
    color: #6c757d;
    background: #fff
}

a[data-toggle=collapse] {
    position: relative
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

#sidebar ul ul a {
    font-size: .9em !important;
    background: #fff
}

.catDropdown {
    padding-top: 25px !important
}

a.dropdown-toggle.catDropdown:hover {
    background: #fff !important
}

.menuBar {
    padding-top: .6642rem !important
}

.mbl-logo {
    width: 122px
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    font-size: 1rem !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .31rem .22rem !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 28px
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important
}

.item-box-youtube-btn {
    z-index: 9;
    left: 5px;
    top: 5px
}

.item-box-youtube-btn-style {
    color: red;
    background-color: #fff;
    padding: 0 4px 10px;
    border-radius: 7px;
    font-size: 34px !important;
    z-index: 9
}

.item-box-youtube-btn-style::after {
    content: 'video';
    position: absolute;
    top: 26px;
    left: 6px;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-weight: 500;
    letter-spacing: 1px
}

.ui-widget-header {
    background: #f0f0f0 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35) !important
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f7f7f7 !important
}

.sort_active {
    color: #00f !important;
    border-bottom: 3px solid #00f
}

.selected-sort::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #f7f7f7;
    margin-top: 5px
}

.sort-selector-font {
    font-size: 13px;
    outline: 0 !important
}

.sidebar-bottom-border {
    border-bottom: 1px solid #dee2e6 !important
}

.sidebar-bottom-border:nth-last-child(1) {
    border-bottom: none !important
}

.sort-selector-hover:hover::after {
    width: 100%
}

.sort-selector-hover::after {
    content: "";
    display: block;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background: #f7f7f7;
    margin-top: 5px;
    transition: .3s ease
}

.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35);
    border-radius: 4px;
    background-color: #f0f0f0
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7)
}

.scrollable::-webkit-scrollbar {
    width: 12px;
    background-color: #f7f7f7
}

.sort-by-title {
    font-size: 1rem
}

@media print {
    .page-break-after {
        page-break-after: always
    }

    .page-break-before {
        page-break-before: always
    }

    .page-break-after:last-child {
        page-break-after: avoid
    }

    .page-break-before:last-child {
        page-break-before: avoid
    }
}

.filter_font {
    text-transform: capitalize !important
}

.no-src.lazyload, .no-src.lazyloading {
    opacity: 0
}

div#confirmation_modal {
    z-index: 99999999 !important
}

.single_product-btn:hover {
    transition: .3s ease;
    color: #f7f7f7 !important
}

.single_product-btn {
    transition: .3s ease
}


#product_mobile_slider .swiper-pagination-fraction {
    bottom: .32rem;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    background: #000000;
    color: #ffffff;
    border-radius: 1rem;
    padding: 0 .3rem
}

.deal_prices h2 {
    font-size: 24px
}

.cart-qty-btn {
    border: 1px solid #c3c3c3;
    overflow: hidden
}

.sidenavheader {
    position: fixed;
    width: 365px;
    top: 0;
    right: 0;
    padding: 0;
    left: auto;
    z-index: 9;
    transform: translateY(-500px);
    transition: .4s ease-in-out
}

/*.item-btn img {*/
/*    filter: invert(85%) sepia(19%) saturate(5809%) hue-rotate(337deg) brightness(101%) contrast(96%)*/
/*}*/

.sidenav.active .sidenavheader {
    width: 26.7%;
    transform: translateY(0);
    padding: 5px 20px;
    transition: .4s ease-in-out;
    padding: 10px !important;
}



div#load_cart_dropdown {
    margin-top: 47px
}

.cart_item_box {
    border: 3px dashed #f7f7f7;
    padding: 2px
}

.get-direction-icon {
    background: #f7f7f7;
    padding: 0 51px 51px 0
}

.progress-bar {
    background-color: #000000 !important
}

.no-src.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

#subscriber_email .item-box {
    position: relative !important;
    transition: opacity .4s ease-in-out !important;
    opacity: 1 !important;
    margin-bottom: 0 !important;
    border: 1px solid transparent !important;
}

.item-box:hover {
    /*border-bottom: 1px solid #000000 !important;*/
    /*border-top: 1px solid #dee2e6 !important;*/
    /*border-left: 1px solid #dee2e6 !important;*/
    /*border-right: 1px solid #dee2e6 !important;*/
    box-shadow: 0px 2px 13.15px -0.15px rgb(0 0 0 / 10%);
    border-radius:15px;
}
.item-box.item-box-lg:hover{
    box-shadow: 0px 6px 13.15px -0.15px rgb(0 0 0 / 10%) !important;
    /*transform: translate3d(0px, -0.02rem, 0px);*/
    border-bottom: 1px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
}

/*.item-box.item-box-lg{*/
/*    transition: all 0.3s ease 0s;*/
/*}*/

.sale .label span {
    font-weight: 500;
    color: #080808;
    font-size: 10px
}

.color-black {
    color: #000 !important
}

.color-dark-blue, a.color-dark-blue {
    color: #0c7ac0 !important
}

.color-dark-blue:hover, a.color-dark-blue:hover {
    color: #0c7ac0 !important
}

a.item-link {
    text-decoration: none;
    color: #000 !important
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative !important;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    transition: .3s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #000;
    color: #fff;
    font-weight: 900;
    transition: .3s ease-in-out;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 12px;
}
.swiper-button-next{
    right: 20px;
}
.swiper-button-prev{
    left: 20px;
}

#swipper-cat-7 .swiper-button-next-home {
    right: 0;
    top: 20%
}

#swipper-cat-7 .swiper-button-prev-home {
    left: 95%;
    top: 20%
}

#swipper-cat-7 .swiper-button-next-home:after, #swipper-cat-7 .swiper-button-prev-home:after {
    font-size: 25px
}

.gallery-top {
    height: 80%;
    width: 100%
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: .4
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    bottom: 125%; /* adjust if needed */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.custom-tooltip:focus .tooltip-text,
.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.category-btn {
    border-radius: 10px 10px 0 0;
    background-color: #000 !important
}

.navbar .dropdown-menu {
    box-shadow: 5px 10px 21px 5px rgba(0, 0, 0, .1);
    border-bottom: 5px solid #c1892c;
    border-top: 0;
    top: 100% !important;
    border-radius: 0;
    width: 0;
}

.navbar .dropdown-menu {
    box-shadow: 5px 10px 21px 5px rgba(0, 0, 0, .1);
    top: 100% !important;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.top_categories ul li.nav-item div.dropdown-menu {
    width: 100%;
    top: 53px;
    border-radius: 0 !important;
    opacity: 0;
    display: block;
    transform-origin: 0 0 0;
    transition: all .5s ease 0s;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.top_categories ul li.nav-item:hover div.dropdown-menu {
    opacity: 1;
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

/*.navbar {*/
/*    padding-top: 0;*/
/*    padding-bottom: 0*/
/*}*/

/*.navbar .nav-item {*/
/*    padding: .5rem .5rem;*/
/*    margin: 0 .25rem*/
/*}*/

.navbar .dropdown {
    position: static
}

.navbar .dropdown a.dropdown-toggle {
    transition: background .9s, color .9s;
    font-weight: 700;
    padding: 10px 3px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 2px
}

.navbar .dropdown:hover a.dropdown-toggle {
    background: #fff;
    color: #000;
    border-radius: 5px
}

.cat-lists {
    line-height: 15px;
    height: 25px;
    overflow: hidden
}

a.cat_icon:hover img {
    border: 1px solid #f7f7f7
}

a.cat_icon:hover p.cat-lists {
    text-decoration: underline
}

.discount-label {
    border: 2px solid #000000;
    text-align: center
}

.box-title {
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#deal-box .star-rating {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.discount-banner {
    margin-right: -3px;
    width: 33%
}

.brand-slider {
    background: 0 0 !important
}

#swiper-brands-slider {
    background: #f5f5f5
}

.swiper-button-btn:after {
    font-size: 30px;
    background: transparent;
    padding: 10px 17px;
    color: #000;
    width: 50px
}

.loading-product {
    position: fixed;
    z-index: 99999999;
    height: 2em;
    width: 2em;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading-product:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .7), rgba(0, 0, 0, .5));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .7), rgba(0, 0, 0, .5))
}

.loading-product:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div#nav-specification ul {
    text-decoration: none !important;
    padding: 0;
    list-style: none
}

.brd-link {
    color: #7e859b !important;
    text-decoration: none;
    cursor: pointer
}

.single-details {
    border-right: 1px solid #d3d3d3
}

.single-product-title {
    font-weight: 700;
    font-size: 26px;
}

#response {
    background-color: #f7f7fa
}

.tp-6 {
    top: 60% !important
}

.baby-tag {
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 20px
}

.toy-tag {
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    top: 2%;
    right: 5%
}

.bg-lightpink {
    background: #ffebcc !important
}

.border-recommended {
    border-bottom: 2px solid #000000 !important
}

.foot-col ul {
    list-style: none
}

.foot-col .list-inline li {
    vertical-align: top
}

.subs-btn {
    border: 1px solid #000 !important;
    color: #000;
    height: 38px
}

#swipper-cat-7 .swiper-button-next-main:after, #swipper-cat-7 .swiper-button-prev-main:after {
    font-size: 25px
}

#swipper-cat-7 .swiper-button-next-main {
    right: 0;
    top: 6%
}

#swipper-cat-7 .swiper-button-prev-main {
    left: 95%;
    top: 6%
}

#swipper-cat-1 .swiper-button-next-home:after, #swipper-cat-1 .swiper-button-prev-home:after {
    font-size: 25px
}

#swipper-cat-1 .swiper-button-next-home {
    right: 0;
    top: 3%
}

#swipper-cat-1 .swiper-button-prev-home {
    left: 95%;
    top: 3%
}

.item-box .auction_box {
    padding: 5px !important
}

.item-box .auction_box .col-3 {
    line-height: 15px
}

.timeParent .staticTime {
    font-size: 15px;
    text-transform: capitalize;
    color: #f7f7f7;
    font-weight: 500;
}

.timeParent .time {
    font-size: 22px;
    height: 25px;
    width: 40px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

.item-box .timeParent .staticTime {
    font-size: 12px;
    text-transform: capitalize;
    color: #f7f7f7;
    font-weight: 400
}
.timer-bg-style {
    background: #152F2A;
    border: 0.9px solid #84918F;
    column-gap: 30px;
    padding: 5px 60px;
    border-radius: 60px;
}

.item-box .timeParent .time {
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 22px;
    background: #f7f7f7;
    color: #000
}


.delivery_message {
    font-size: 13px
}

.delivery_message span {
    font-size: 15px
}
.item-box .behaveImage{
    z-index: 9;
    top: 1%;
    left: auto;
}
.behaveImage{
    z-index: 9;
    top: 1%;
    left: auto;
}
.behaveNameLabel {
    z-index: 9;
    top: 10px;
    left: 16%;
}

.behaveNameStyle {
    color: #fff;
    background-color: #000000;
    padding: 2px 10px 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.sold-label {
    z-index: 9;
    top: 3%;
    left: 3%;
}

.item-box .behaveNameLabel {
    z-index: 9;
    top: 3%;
    left: 3%;
}

.item-box .behaveNameStyle {
    color: #fff;
    background-color: #000000;
    padding: 3px 10px 1px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 12px;
    width: 100px;
    text-align: center;
}
.item-box .sold-out-label {
    color: #fff;
    background-color: #FF0000;
    padding: 3px 10px 1px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 12px;
    width: 100px;
    text-align: center;
}

.bg-sold-out {
    background: #FF0000 !important;
}

.catSliderHeight {
    max-height: 150px
}

span#main_font i.fa.fa-angle-down {
    width: 22px;
    height: 22px
}

.all_cat .fa.fa-align-left {
    width: 20px
}

.product-gallery-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 500px;
    max-height: 80vh;
    width: 100%;
    overflow: hidden;
}

.swiper-container.gallery-thumbs-mbl {
    width: 20%;
    height: 100% !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.gallery-thumbs-mbl .swiper-slide {
    width: 100% !important;
    height: 75px !important;
    margin-bottom: 10px !important;
    opacity: 0.5;
    border: 1px solid #dadada;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}

.gallery-thumbs-mbl .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #082823;
}

.gallery-thumbs-mbl .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container.gallery-top-mbl {
    width: 78%;
    height: 100% !important;
    float: none;
}

.gallery-top-mbl .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.swiper-container.gallery-thumbs-mbl, .swiper-container.gallery-top-mbl {*/
/*    height: auto;*/
/*    width: auto*/
/*}*/
/*.swiper-container.gallery-thumbs-mbl {*/
/*    height: 85%!important;*/
/*}*/
/*.swiper-container.gallery-top-mbl {*/
/*    width: 85%!important;*/
/*    float: right;*/
/*}*/

/*.gallery-thumbs-mbl {*/
/*    box-sizing: border-box;*/
/*    padding: 10px 0;*/
/*    position: relative !important*/
/*}*/

.blog-des h1,
.blog-des h2,
.blog-des h3,
.blog-des h4,
.blog-des h5,
.blog-des h6,
.blog-des b,
.blog-des span,
.blog-des small,
.blog-des p
{
    font-size: 14px !important;
    font-weight: 500 !important;
}

.gallery-thumbs-mbl .swiper-slide {
    width: 65px !important;
    height: 65px !important;
    /*margin-top: auto;*/
    margin-bottom: auto;
    opacity: .4;
    border: 2px solid #dadada;
    border-radius: 4px;
    padding: 5px
}

.gallery-thumbs-mbl .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #082823
}

#productDetails table {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

#productDetails table tbody tr:nth-child(odd) {
    background-color: #f7f7f7
}

#productDetails table tbody tr td:first-of-type {
    width: 40%
}

#productDetails table tbody tr td {
    color: #787878;
    padding: 7px 15px;
    font-size: 14px;
    font-family: Futura PT Book, Helvetica, Arial, sans-serif
}

#productDetails table tbody tr td:last-of-type {
    width: 60%
}

.subscribe_box {
    border: 1px solid #bbcbd4;
    border-radius: .5rem;
    box-shadow: 0 3px 8px rgb(10 20 50 / 8%), 0 8px 24px rgb(10 20 40 / 5%)
}

#inner-pages .subscribe_box p, .subscribe_box p {
    font-size: 17px !important
}

div#swipper-icon {
    height: 140px
}

.p_type_bg {
    background: rgba(0, 0, 0, .05)
}

#nav-tabContent img {
    max-width: 100%;
    height: auto;
    width: 80% !important;
}
#nav-tabContent div,
#nav-tabContent table,
#nav-tabContent td,
#nav-tabContent th,
#nav-tabContent tr,
#nav-tabContent h1,
#nav-tabContent h2,
#nav-tabContent h3,
#nav-tabContent h4,
#nav-tabContent h5,
#nav-tabContent h6,
#nav-tabContent p,
#nav-tabContent a,
#nav-tabContent span,
#nav-tabContent strong,
#nav-tabContent ul li

{
    width: auto !important;
}


.input-group-append .btn, .input-group-prepend .btn {
    z-index: 3
}

#head {
    border: none !important;
    -webkit-box-shadow: 0 6px 8px -9px #00000021;
    box-shadow: 0 6px 8px -9px #00000021
}

#footerAccordion .card-header button.collapsed::before {
    content: "";
    background: url(/images/theme_icons/plus_icon.svg);
    width: 13px;
    height: 13px;
    display: block
}

#footerAccordion .card-header button::before {
    content: "";
    background: url(/images/theme_icons/minus_icon.svg);
    width: 13px;
    height: 13px;
    display: block
}

.col-switch span.active, .col-switch span:hover {
    border-color: #222
}

.result-count a {
    color: #878787
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.col-switch span.six {
    width: 81px
}

.col-switch span.four {
    width: 55px
}

.col-switch span.three {
    width: 42px
}

.col-switch span.two {
    width: 29px
}

.col-switch span {
    border: 1px solid #878787;
    height: 26px
}

.pr {
    position: relative
}

.col-switch span.two.active:before, .col-switch span.two:hover:before {
    box-shadow: 13px 0 0 #222, 13px 0 0 #222
}

.col-switch span.four.active:before, .col-switch span.four:hover:before {
    box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222
}

.col-switch span.three.active:before, .col-switch span.three:hover:before {
    box-shadow: 13px 0 0 #222, 26px 0 0 #222
}

.col-switch span.six.active:before, .col-switch span.six:hover:before {
    box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222, 65px 0 0 #222
}

.col-switch span.active:before, .col-switch span:hover:before {
    background: #222
}

.col-switch span.two:before {
    box-shadow: 13px 0 0 #878787, 13px 0 0 #878787
}

.col-switch span.four:before {
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787
}

.col-switch span.three:before {
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787
}

.col-switch span.six:before {
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787
}

.col-switch span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background: #878787;
    transition: all .3s
}

.col-switch span.active, .col-switch span:hover {
    border-color: #222
}

.col-switch span {
    color: #222;
    transition: all .3s
}

.item_box_color_product {
    border-radius: 50%;
    border: 2px solid #414141;
    height: 45px;
    width: 45px;
    cursor: pointer
}

.item_box_color_product:hover {
    border: 2px solid #414141
}

.item_box_border_product {
    padding: 5px 12px;
    border: 2px solid #414141;
    height: 45px;
    min-width: 45px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.active_border {
    border: 2px solid #f7f7f7 !important
}

.colorPosition_product {
    clear: both;
    display: block;
    content: ""
}

.colorPosition_product li {
    float: left;
    margin-bottom: 2px
}


.black-icons {
    filter: brightness(0);
}

.white-icons {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(103%) contrast(105%)
}
.danger-icon {
    filter: invert(10%) sepia(64%) saturate(7038%) hue-rotate(353deg) brightness(109%) contrast(100%);
}
.full-sc-btn {
    display: flex;
    column-gap: 4px
}
/*
* Light YouTube Embeds by @labnol
* Credit: https://www.labnol.org/
*/
.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.h50px {
    height: 50px;
}

.youtube-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(/images/play-button-ss-01.svg) no-repeat;
    cursor: pointer;
}
.disableVariation {
    pointer-events: none;
    opacity: .9;
    position: relative;
}

/*.disableVariation span.disbaleClass::before {*/
/*    content: "";*/
/*    height: 100%;*/
/*    width: 5px;*/
/*    background: #e53333 !important;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 18px;*/
/*    transform: rotate(45deg)*/
/*}*/

/*.disableVariation span.disbaleClass::after {*/
/*    content: "";*/
/*    height: 100%;*/
/*    width: 5px;*/
/*    background: #e53333 !important;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 18px;*/
/*    transform: rotate(-45deg)*/
/*}*/

.disableVariation.item_box_color_product span.disbaleClass::after, .disableVariation.item_box_color_product span.disbaleClass::before {
    background: #e53333 !important
}
.disable-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.item_box_color {
    border-radius: 50%;
    border: 2px solid #414141;
    height: 22px;
    width: 22px;
    margin-right: 2px !important;
    cursor: pointer;
}

.item_box_color:hover {
    border: 2px solid #414141;
}

.item_box_border {
    border-radius: 50%;
    border: 2px solid #414141;
    height: 22px;
    width: 22px;
    margin-right: 2px !important;
    cursor: pointer;
}

.active_border {
    border: 4px solid #c52032 !important;
}

.colorPosition {
    clear: both;
    display: block;
    content: "";
}


.sign-button {
    width: 0;
}

#sidebar.active .sign-button {
    position: fixed;
    bottom: 0;
    width: 295px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    background: #f5f5f5;
}

.column-gap20 {
    column-gap: 20px;
}

.colorPosition li {
    float: left;
    margin-bottom: 2px;
}

.bg-style {
    background: white;
    border-radius: 30px;
    padding: 6px;
    height: 32px;
    width: 32px;
    display: inline-block;
}

.cart_count_style {
    background: #000000;
    color: #ffffff;
    border-radius: 25px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    top: -12px;
    left: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wishlist_count_style {
    background: #000000;
    border-radius: 25px;
    height: 18px;
    width: 18px;
    font-size: 12px;
    top: -12px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: normal;
}

.social-icon-style {
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 50px;
}
.social-icon-style a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.border-top-secondary {
    border-top: 1px solid #000;
}

.position-unset {
    position: unset !important;
}

.height450 {
    height: 450px;
    overflow-y: auto;
}

.height450::-webkit-scrollbar {
    width: 8px;
    background-color: #f7f7f7
}
.height450::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35);
    border-radius: 4px;
    background-color: #f0f0f0
}
.height450::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #3979BB ;
    background-image: linear-gradient(to bottom, #3979BB , #3979BB , #3979BB , #3979BB , #3979BB)
}

.megamenu .nav-set:hover {
    color: #000 !important
}

.megamenu {
    display: none
}

#megamenu ul li {
    width: 100% !important
}

.parent-category:hover > .megamenu {
    display: block !important
}
.rotate {
    transform: rotate(-90deg);
}

.text-light-primary {
    color: #4F7471;
}
.box-style {
    /*background-color: #ffffff;*/
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px -22px;*/
    border-radius: 12px;
}
.color-light-orange {
    color: #faa41ac4 !important;
}
.wishlist_icon_item {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    border: 1px solid #01e583;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.discounted-perc {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #ED671B;
    border-radius: 50px;
    height: 55px;
    width: 55px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-disco {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    line-height: 15px;
    height: 50px;
    width: 50px;
    border: 0.5px solid #ffffff;
    border-radius: 50px;
}
.review-container {
    max-height: 40px;
    overflow: hidden;
    position: relative;
}
.homeBlogBoxContent p {
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    font-size: 12px;
    color: #082823;
    text-align: left;
}


.homeBlogBoxImg:hover .read_more {
    bottom: 0;
}

.read_more {
    display: none;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: bottom 0.3s ease;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.homeBlogBoxImg:hover .read_more {
    display: block;
}

/*Review Button STyle*/
.reviews-button-next {
    right: 15px;
    left: auto;
    height: 50px;
    width: 50px;
}
.reviews-button-prev {
    left: 15px;
    auto: auto;
    height: 50px;
    width: 50px;
}
.reviews-button-next:after {
    content: 'next';
    color: #082823;
    border: 1px solid black;
    background-color: white;
    border-radius: 50px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews-button-prev:after {
    content: 'prev';
    color: #082823;
    border: 1px solid black;
    background-color: white;
    border-radius: 50px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#front-category-style .nav-tabs .nav-item.show .nav-link, #front-category-style .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: white !important;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: 0 !important;
}
#front-category-style .nav-tabs .nav-link {
    color: #ffffff ;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 8px 30px;
}
.browse-category {
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.border-radius8 {
    border-radius: 8px !important;
}
.border-radius12 {
    border-radius: 12px !important;
}

.product_img_continer img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/*Media query responsive*/
@media only screen and (max-width: 320px) {
    span.d-inline.atc {
        font-size: 11px !important
    }
    .animated-icon-body {
        height: 42px !important;
        width: 33px !important;
        margin-top: 8px
    }

    .cart-item-list .nav-cart-total {
        width: 15px;
        height: 15px;
        top: 0;
        right: -9px;
        border-radius: 10px;
        font-size: 10px;
        z-index: 99999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .6)
    }

    a.btn.bg-primary.font-weight-regular.border-0.my-3.mb-0.text-white.mr-2.rounded-0.px-4 {
        font-size: .625rem !important
    }

    h5 {
        font-size: .7rem
    }

    .label-remove-mbl {
        display: none
    }

    .btn-skew-quick {
        transform-origin: bottom left;
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .btn-skew-whatsapp {
        transform-origin: top right;
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .btn.btn-text-skew {
        -webkit-transform: skew(-20deg);
        transform: skew(20deg);
        background: 0 0 !important
    }

    td.text-right.charges_checkout_total strong {
        padding-right: 6px
    }

    .search-form .search-button {
        background: #000000;
        color: #fff;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        height: 40px !important;
        padding-top: 6px
    }

    .owl-dots {
        position: relative;
        bottom: 25px;
        width: 100%;
        text-align: center;
        padding: 0
    }

    div#mbl-view-contact {
        position: fixed;
        bottom: -3px;
        width: 100%;
        z-index: 999
    }

    button.bg-primary-new {
        background: #000000 !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn_quick {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    a.btn.border-radius0.btn-block.rounded-0.btn-sm.font16.roboto-500.py-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .become-vendor {
        padding: 50px 0 0 5px
    }
    .adv-banner {
        object-fit: cover;
        height: 34px !important
    }

    .banner-1 {
        object-fit: cover;
        height: 98px !important
    }

    .banner-child-1 {
        object-fit: cover;
        height: 185px !important
    }

    .banner-child-2 {
        object-fit: cover;
        height: 165px !important
    }

    .banner-child-3 {
        object-fit: cover;
        height: 80px !important
    }
    .sort-three-img {
        object-fit: cover;
        height: 170px !important;
        border-radius: 15px !important
    }

    .sort-five-img {
        object-fit: cover;
        height: 220px !important;
        border-radius: 15px !important
    }

    .cellBanner {
        object-fit: cover
    }

    .catImg {
        object-fit: cover;
        height: 165px !important;
        border-radius: 15px
    }

    .three-set-banner {
        object-fit: cover;
        height: 87px !important;
        border-radius: 15px !important
    }

    .two-set-image {
        height: 85px !important
    }

    .oneHeading-image {
        object-fit: cover;
        height: 45px !important
    }

    .threeHeading-image {
        height: 20px !important
    }
}
@media only screen and (max-width: 375px) {
    span.d-inline.atc {
        font-size: 12px !important
    }

    .animated-icon-body {
        height: 42px !important;
        width: 39px !important;
        margin-top: 8px
    }

    #demo {
        margin-top: 42px !important
    }

    .cart-item-list .nav-cart-total {
        width: 15px;
        height: 15px;
        top: 0;
        right: -10px;
        background-color: #ffffff;
        border-radius: 10px;
        font-size: 10px;
        color: #000000;
        z-index: 99999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .6)
    }

    h6 {
        font-size: .8rem
    }

    h5 {
        font-size: .9rem
    }

    .label-remove-mbl {
        display: none
    }

    .btn-skew-quick {
        transform-origin: bottom left;
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .btn-skew-whatsapp {
        transform-origin: top right;
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .btn.btn-text-skew {
        -webkit-transform: skew(-20deg);
        transform: skew(20deg);
        background: 0 0 !important
    }




    td.text-right.charges_checkout_total strong {
        padding-right: 6px
    }

    .become-vendor {
        padding: 20px 0 0 5px
    }

    button.bg-primary-new {
        background: #000000 !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn_quick {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button#buynow {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    a.btn.border-radius0.btn-block.rounded-0.btn-sm.font16.roboto-500.py-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .adv-banner {
        object-fit: cover;
        height: 40px !important
    }

    .banner-1 {
        object-fit: cover;
        height: 115px !important
    }

    .banner-child-1 {
        object-fit: cover;
        height: 210px !important
    }

    .banner-child-2 {
        object-fit: cover;
        height: 185px !important
    }

    .banner-child-3 {
        object-fit: cover;
        height: 100px !important
    }


    .sort-three-img {
        object-fit: cover;
        height: 185px !important;
        border-radius: 15px !important
    }

    .sort-five-img {
        object-fit: cover;
        height: 220px !important;
        border-radius: 15px !important
    }

    .cellBanner {
        object-fit: cover
    }

    .catimg-2 {
        object-fit: cover
    }

    .catimg-3 {
        object-fit: cover;
        height: 122px
    }

    .catimg-4 {
        object-fit: cover;
        height: 83px
    }

    .catImg {
        object-fit: cover;
        height: 196px !important;
        border-radius: 15px
    }

    .three-set-banner {
        object-fit: cover;
        height: 102px !important;
        border-radius: 15px !important
    }

    .oneHeading-image {
        object-fit: cover;
        height: 48px !important
    }

    .threeHeading-image {
        height: 22px !important
    }
}
@media only screen and (max-width: 425px) {
    .resp-font-size {
        font-size: 16px;
    }
    .newsletter input {
        margin-bottom: 10px
    }

    .mmbl-65 {
        margin-top: 80px
    }

    .animated-icon-body {
        height: 40px !important;
        width: 38px !important;
        margin-top: 0
    }

    #demo {
        margin-top: 66px !important
    }

    h5 {
        font-size: .9rem
    }

    .btn-skew-cart {
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .btn-skew-quick {
        transform-origin: bottom left;
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .btn-skew-whatsapp {
        transform-origin: top right;
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .btn.btn-text-skew {
        -webkit-transform: skew(-20deg);
        transform: skew(20deg);
        background: 0 0 !important
    }

    td.text-right.charges_checkout_total strong {
        padding-right: 6px
    }

    .youtube_video {
        color: #fff;
        font-size: 80px !important;
        position: absolute !important;
        top: 40% !important;
        right: 3% !important;
        z-index: 99 !important;
        text-align: center
    }

    div#mbl-view-contact {
        position: fixed;
        bottom: -3px;
        width: 100%;
        z-index: 999;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999
    }


    button.bg-primary-new {
        background: #000000 !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn_quick {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    a.btn.border-radius0.btn-block.rounded-0.btn-sm.font16.roboto-500.py-2 {
        padding-top: 1rem !important;
        padding-bottom: 1.05rem !important
    }


    .catImg {
        object-fit: cover;
        height: 228px;
        border-radius: 15px
    }

    .mbl-logo {
        width: 122px !important
    }

    .nav-tabs .nav-item {
        margin: 0 !important
    }

    .oneHeading-image {
        object-fit: cover;
        height: 54px
    }

    .threeHeading-image {
        object-fit: cover;
        height: 26px
    }
    .label-remove-mbl {
        display: none
    }

    .owl-next {
        display: none
    }

    .our_product_nav_text {
        width: 43% !important
    }

    .swiper-button-next.color-gray-light {
        visibility: hidden
    }

    .swiper-button-prev.color-gray-light {
        visibility: hidden
    }

    span.d-inline.atc {
        font-size: 14px
    }
    .adv-banner {
        object-fit: cover;
        height: 45px
    }

    .banner-1 {
        object-fit: cover;
        height: 128px
    }

    .banner-child-1 {
        object-fit: cover;
        height: 240px;
        border-radius: 15px !important
    }

    .banner-child-2 {
        object-fit: cover;
        height: 215px
    }

    .banner-child-3 {
        object-fit: cover;
        height: 100px
    }

    .sort-three-img {
        object-fit: cover;
        height: 185px;
        border-radius: 15px !important
    }

    .sort-five-img {
        object-fit: cover;
        height: 265px;
        border-radius: 15px !important
    }

    .cellBanner {
        object-fit: cover
    }

    .three-set-banner {
        object-fit: cover;
        height: 114px;
        border-radius: 15px !important
    }

    .filter_wrapper {
        max-height: inherit;
        overflow: auto;
        transition: .3s ease-in-out;
        border-bottom: 1px solid #f2f2f2;
        border-top: none
    }

    .hide_filter_cs {
        max-height: 95px;
        overflow: hidden;
        transition: .3s ease-in-out
    }

    .filter_font {
        font-size: 12px !important;
        background: rgba(0, 0, 0, .05);
        padding: 6px
    }

    .toggle_aero {
        transform: rotate(180deg);
        transition: .3s ease-in-out
    }

    .aero {
        transition: .3s ease-in-out
    }

    form#search_filter {
        border: none !important
    }

    form#search_filter h6 {
        border: none !important
    }

    .btn-outline-dark:hover {
        color: #fff !important
    }
}
@media only screen and (max-width: 575px) {
    .sm-font10{
        font-size:10px !important;
    }
    .sm-font11{
        font-size: 11px !important;
    }
    .sm-font12{
        font-size: 12px !important;
    }
    .sm-font13{
        font-size: 13px !important;
    }
    .sm-font14{
        font-size: 14px !important;
    }
    .sm-font15{
        font-size:15px !important;
    }
    .sm-font16{
        font-size:16px !important;
    }
    .sm-font18{
        font-size:18px !important;
    }
    .sm-font20{
        font-size:20px !important;
    }
    .sm-font22{
        font-size:22px !important;
    }
    .sm-font24{
        font-size:24px !important;
    }
    .sm-font26{
        font-size:26px !important;
    }
    .sm-font28{
        font-size:28px !important;
    }
    .sm-font30{
        font-size:30px !important;
    }
    .mbl_checkout {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background: white;
        padding: 10px 20px;
        z-index: 999;
    }
    .mbl_total {
        position: fixed;
        bottom: 65px;
        width: 100% !important;
        left: 0;
        right: 0;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        z-index: 999;
    }
    .mb-resp {
        margin-bottom: 60px !important;
    }

    #header-section {
        -webkit-box-shadow: 0 0 0 0 #f7f7f7 !important;
        box-shadow: 0 0 0 0 #f7f7f7 !important
    }
    .font-size24 {
        font-size: 20px !important;
    }
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%
    }
    .timeline-image {
        position: absolute;
        left: -5%
    }

    .timeline-image::before {
        width: 60px;
        height: 60px
    }

    .ntn-no-mobile-view {
        margin-left: 40px
    }

    .padding-mobile-view {
        padding-top: 0 !important
    }

    .banner-heading {
        display: none
    }

    .customer-support-detail {
        padding-top: 7px;
        display: block
    }
    h2 {
        font-size: 1.5em
    }
    .get_rounded_off {
        border-radius: 0 !important
    }
    .item_box_color_product {
        border: 2px solid #414141;
        height: 45px;
        width: 45px
    }
    .resp-flex{
        flex-direction: column;
        align-items: start !important;
        column-gap: 0 !important;
    }
}
@media only screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
        margin: 30px auto
    }
}
@media only screen and (min-width: 677px) {


    div#load_cart_dropdown .cart-total-position-bump {
        height: 364px
    }


}
@media only screen and (max-width: 767px) {

    .sidenav .cart-total-position{
        width: 80% !important;
    }
    .sidenav.active{
        width: 81% !important;
    }
    .timer-bg-style {
        column-gap : 0 !important;
        padding: 5px 10px !important;
    }
    .responsive-flex {
        display: flex;
        justify-content: center;
        column-gap: 5px;
    }
    #prod_tabs_slider .swiper-wrapper {
        justify-content: left !important;
    }
    .search-form .search-button {
        background: #000000;
        color: #fff;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        height: 33px !important;
        padding-top: 6px
    }
    .iconBorder-right::after {
        content: none !important;
    }
    .timeline-nodes:nth-child(odd) h3, .timeline-nodes:nth-child(odd) p {
        text-align: left
    }

    .timeline-nodes:nth-child(even) {
        flex-direction: row
    }

    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--blue);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%)
    }

    .timeline h3 {
        font-size: 1.7rem
    }

    .timeline p {
        font-size: 14px
    }

    .timeline-image {
        position: absolute;
        left: 0;
        top: 60px
    }

    .timeline-nodes:nth-child(odd) .timeline-content::after {
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
    }

    .timeline-nodes:nth-child(even) .timeline-content::after {
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
    }

    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left
    }

    .timeline-image::before {
        width: 65px;
        height: 65px
    }

    .user-mbl-table thead {
        display: none !important
    }

    .user-mbl-table tbody tr {
        border-bottom: 1px solid #dee2e6
    }

    .user-mbl-table tbody tr td {
        display: block;
        border-top: none !important;
        text-align: right
    }

    .user-mbl-table tbody tr td::before {
        content: attr(data-title);
        float: left;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px
    }
}
@media only screen and (max-width: 991px){
    .banner-margin-top {
        margin-top: 64px;
    }
    #response {
        margin-top: 75px;
    }

}
@media only screen and (max-width: 970px) {
    .brand-banner {
        display: none !important
    }

    .mobile-my1 {
        display: none !important
    }

    #owl-seven {
        display: block !important
    }

    #myTabContent {
        display: none !important
    }

    .brand-bg {
        height: auto
    }

    #myTab {
        display: none
    }

    .single_product-btn {
        font-size: .7rem !important
    }

    .item-box:hover {
        border: 0
    }
}
@media only screen and (max-width: 992px) {
    body {
        overflow-x: hidden !important;
    }
}
@media only screen and (max-width: 1024px) {
    .item-box:hover .quick-buttons {
        top: 158px
    }
    #nav-tabContent .lifestyle-feature {
        display: unset !important;
    }

    .store-info li {
        padding: 5px 4px
    }

    .store-info li a {
        font-size: 10px
    }

    .search-form .row {
        width: 100%
    }

    #sec-head {
        font-size: 8px;
        margin-top: 40px
    }

    .account img, .cart img, .phone img {
        width: 38px
    }

    .sidebar-btn {
        font-size: 1.5rem
    }

    .social-header {
        display: none
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem
    }
}
@media only screen and (min-width: 1200px){
    .searchStyle {
        right: 12px;
    }
}
@media only screen and (min-width: 1280px) {
    #sec-head, .store-info li a {
        font-size: 11px
    }
}
@media only screen and (min-width: 1366px) {
    #sec-head, .store-info li a {
        font-size: 12px
    }

    .sort-selector-font {
        font-size: 14px !important;
        outline: 0 !important
    }
}
@media only screen and (min-width: 1440px) {
    #sec-head, .store-info li a {
        font-size: 12px
    }
}
@media only screen and (min-width: 1600px) {
    #sec-head, .store-info li a {
        font-size: 13px
    }
}
@media only screen and (min-width: 1680px) {
    #sec-head, .store-info li a {
        font-size: 14px
    }

    .footer-banner {
        margin-top: -3%
    }
}
@media only screen and (min-width: 1900px) {
    #sec-head, .store-info li a {
        font-size: 16px
    }

    .footer-banner {
        margin-top: -2%
    }
}

@media (max-width: 350px) and (min-width: 320px) {
    .item_box_color {
        border: 2px solid #414141;
        height: 18px;
        width: 18px;
    }
    .sidenav .cart-total-position{
        width: 95% !important;
    }
    .sidenav.active{
        width: 96%!important ;
    }
}
@media (min-width: 320px) and (max-width: 667px) {
    .sliderBorder {
        border-radius: 50%;
        border: solid grey 1px;
    }
    div#load_cart_dropdown .cart-total-position-bump {
        height: 350px !important;
    }
    div#load_cart_dropdown .cart-list-space-bump {
        height: 560px !important;
    }
    .sidenav.active .cart-total-position {
        right: 1%;
    }


    .cart-total-position{
        height: 235px !important;
    }

    .cat-lists {
        line-height: 11px !important;
        font-size: 10px !important;
        height: 16px !important
    }

    /*.discount-label {*/
    /*    border: none !important*/
    /*}*/

    .newsletter button {
        margin-left: -10px
    }

    .fot-txt {
        font-size: 10px
    }

    .home-product-slider .swiper-button-prev-home {
        left: 88% !important;
        top: 11px !important
    }

    .banner-txt {
        font-size: 12px !important
    }

    .slid-pad {
        margin-top: 60px !important
    }

    .swiper-button-btn:after {
        font-size: 15px !important;
        background: transparent !important;
        padding: 8px 12px !important;
        color: #000 !important
    }


    .modal {
        z-index: 9999999999 !important;
        top: 6%
    }

    .form-price-range-filter input.bg-primary[type=submit] {
        height: 38px
    }

    .cart-list {
        overflow-x: hidden
    }

    button.add_to_cart_btn {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn_quick {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
    #swipper-cat-1 .swiper-button-next-home {
        right: -10px !important
    }

    #swipper-cat-1 .swiper-button-prev-home {
        left: 94% !important
    }

    #swipper-cat-7 .swiper-button-prev-home {
        left: 93% !important
    }

    #swipper-cat-7 .swiper-button-next-home {
        right: -6px !important
    }

    #swipper-cat-7 .swiper-button-next-main {
        right: -6px !important
    }

    #swipper-cat-7 .swiper-button-prev-main {
        left: 93% !important
    }

    .all_cat {
        font-size: 12px;
        padding: 10px 0
    }

    ul.nav.navbar li a {
        font-size: 9px !important
    }

    .slider-banner {
        object-fit: cover;
        height: 200px
    }

    .single-details {
        border-right: none !important
    }

    .swiper-button-prev {
        visibility: hidden
    }

    .swiper-button-next {
        visibility: hidden
    }

    .oneHeading-image {
        height: 54px;
        object-fit: cover
    }
}
@media screen and (max-width: 450px) and (min-width: 270px) {
    .timeParent .staticTime {
        font-size: 13px !important
    }

    .timeParent .time {
        font-size: 20px !important
    }

    .item-box .timeParent .staticTime {
        font-size: 6px !important;
        text-transform: uppercase;
        color: #f7f7f7
    }

    .item-box .timeParent .time {
        font-size: 12px !important;
        height: 20px;
        width: 20px;
        line-height: 22px;
        background: #f7f7f7;
        color: #000
    }

    .item-box .auction_box {
        padding: 5px !important
    }

    .item-box .auction_box .col-3 {
        line-height: 6px
    }

    .item-box .behaveNameStyle {
        color: #fff;
        background-color: #000000;
        padding: 0 5px 1px !important;
        font-size: 9px !important;
        text-transform: uppercase;
        font-weight: 700
    }
}
@media (min-width: 576px) and (max-width: 676px) {
    #main_icon_mbl {
        width: 30px !important;
        margin: 1px 8px !important;
        height: 30px !important
    }

    .cart-item-list .nav-cart-total {
        width: 15px;
        height: 15px;
        top: 0;
        right: -8px;
        border-radius: 10px;
        font-size: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .6)
    }

    .item-box:hover .quick-buttons {
        display: none
    }
}
@media (min-width: 677px) and (max-width: 767px) {
    .mbl-logo {
        width: 122px !important
    }

    .slid-pad {
        margin-top: 85px !important
    }

    #main_icon_mbl {
        width: 37px !important;
        margin: 4px 8px !important;
        height: 37px !important
    }

    .cart-item-list .nav-cart-total {
        width: 15px;
        height: 15px;
        top: 0;
        right: -7px;
        border-radius: 10px;
        font-size: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .6)
    }

    .item-box:hover .quick-buttons {
        display: none
    }

    span.d-inline.atc {
        font-size: 16px !important
    }


    .mmbl-65 {
        margin-top: 73px
    }

    .close_btn {
        position: absolute;
        top: 27% !important;
        left: 90%;
        font-size: 18px
    }

    .modal {
        z-index: 999999 !important;
        top: 6%
    }

    button.add_to_cart_btn {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    button.add_to_cart_btn_quick {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}
@media (min-width: 600px) and (max-width: 800px) {
    .phone-no {
        display: none
    }

    #sec-head {
        display: none !important
    }

    .carousel {
        margin-top: 8px;
        margin-bottom: 20px
    }

    .mobile-sbanner {
        padding-right: 0;
        padding-left: 0
    }

    .front-categories img {
        min-width: 50px
    }

    .brand-banner {
        display: none !important
    }

    .mobile-my1 {
        display: none !important
    }

    #owl-seven {
        display: block !important
    }

    #myTabContent {
        display: none !important
    }

    .brand-bg {
        height: auto
    }

    #myTab {
        display: none
    }

    .single-details h4 {
        font-size: 1.2rem !important
    }

    .single_product-btn {
        font-size: .7rem !important
    }

    .atc {
        font-size: .8rem !important;
        vertical-align: middle
    }
}
@media only screen and (min-width: 320px) and (max-width: 676px) {
    .cart-item-list .nav-cart-total {
        width: 15px;
        height: 15px;
        top: 0;
        right: -9px;
        background-color:#ffffff;
        border-radius: 10px;
        font-size: 10px;
        z-index: 99999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .6)
    }

    #head {
        background: #fff;
        border-bottom: 1px solid #999;
        z-index: 999
    }

    .mobile-my1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mobile-my0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .mobile-sbanner {
        padding: 0 15px !important
    }

    .ads {
        padding: 0 !important
    }

    .navbar-toggler {
        float: right
    }

    #megamenu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding: 10px !important;
        box-shadow: none
    }

    #megamenu ul li > a {
        padding: .2rem .4rem !important
    }

    #owl-1 .item {
        margin-right: -15px
    }

    .mobile-mb-0 {
        margin-bottom: 0 !important
    }

    .front-categories {
        margin-bottom: 10px !important
    }

    .widgets-box {
        background: 0 0 !important;
        border: none !important;
        padding: 0 !important;
        width: 100% !important
    }

    .owl-next {
        right: 0
    }

    .owl-prev {
        left: 0
    }

    .looking-for h3:after, .looking-for h3:before {
        width: 0% !important
    }

    .item-box:hover .quick-buttons {
        display: none
    }

    .pricing del {
        display: block;
        margin-left: 0 !important
    }

    .newsletter {
        padding-top: 0 !important;
        padding-bottom: 1rem !important
    }

    .newsletter .news-icon {
        width: 20% !important
    }

    .brand-bg {
        height: 220px;
        padding: 0 !important
    }

    .breadcrumb, .breadcrumb-item + .breadcrumb-item::before {
        font-size: 9px !important
    }

    .breadcrumb, .breadcrumb-item + .breadcrumb-item {
        color: #f7f7f7 !important
    }

    .brand-logo {
        width: 100% !important
    }

    #nav-tabContent {
        padding: 0 5%;
        text-align: justify
    }

    .tab-content {
        padding: 0 !important
    }

    .single-details h4 {
        font-size: 1.2rem !important
    }

    #quick_buy_modal .modal-dialog {
        max-width: 95% !important
    }

    .logout {
        margin-bottom: 10px !important
    }

    .footer h3 {
        font-size: 16px
    }

    .mobile-view-logo {
        margin-top: 11px
    }

    .mobile-view-screen {
        width: 30px !important;
        height: 30px !important;
        margin-top: 9px !important;
        margin-right: 5px !important
    }

    .search-form input::placeholder {
        font-size: 80%
    }

    .animated-icon-body {
        height: 40px !important;
        width: 40px !important;
        margin-top: 8px
    }

    .animated-icon-image {
        padding: 1px !important
    }

    .animated-icon-text {
        font-size: 70% !important
    }

    .mobile-view-mt-10 {
        margin-top: 10px
    }

    .brand-banner {
        display: none
    }

    .padding-mobile-view {
        margin-top: 0 !important
    }


    body div#confirmation_modal {
        z-index: 9999999999 !important
    }

    .sidenav.active .sidenavheader {
        width: 315px !important
    }

    .cart-total-position {
        width: 300px !important
    }

    .delivery_message {
        font-size: 12px !important
    }

    .delivery_message span {
        font-size: 14px !important
    }

    #inner-pages .subscribe_box p, .subscribe_box p {
        font-size: 13px !important
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .timer-bg-style {
        column-gap: 20px !important;
        padding: 5px 10px !important;
    }
    .sidenav .cart-total-position{
        width: 40% !important; ;
    }
    .sidenav.active{
        width: 41% !important;
    }
    .sidenav.active .sidenavheader{
        width: 42%;

    }
    .icons-hide {
        display: none;
    }
    .md-font10{
        font-size:10px !important;
    }
    .md-font15{
        font-size:15px;
    }
    .md-font16{
        font-size:16px;
    }
    .md-font14{
        font-size: 14px;
    }
    .md-font11{
        font-size: 11px;
    }
    .md-font12{
        font-size: 12px;
    }
    .md-font-size13{
        font-size: 13px;
    }
    .youtube_video {
        color: #fff;
        font-size: 60px;
        position: absolute;
        top: 100px !important;
        right: 33px !important;
        z-index: 9999999;
        text-align: center
    }

    .search-form .search-button {
        background: #000000;
        color: #fff;
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important;
        height: 33px !important;
        padding-top: 6px
    }

    .auction_box {
        border: 1px solid #f7f7f7;
        text-align: center;
        padding: 5px !important;
        font-size: 11px !important
    }

    .expiration {
        margin: 0 24px !important
    }

    .newsletter button {
        margin-left: -32px
    }

    .cart-item-list .dropdown-menu {
        width: 230px;
        font-size: 10px;
        top: 75%;
        left: 75px
    }

    .category-banner img {
        margin: 0 auto !important;
        display: block
    }

    .media-box h3:after {
        width: 65%
    }

    .media-box h3 {
        margin-bottom: 0 !important
    }

    .footer-banner p {
        font-size: 12px;
        line-height: 16px;
        text-align: justify !important
    }

    .footer h3 {
        font-size: 13px
    }

    a img.img-logo {
        width: 100% !important
    }

    .oneHeading-image {
        height: 54px;
        object-fit: cover
    }
}
@media only screen and (min-width: 321px) and (max-width: 769px) {
    button#buynow {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    #header-section {
        -webkit-box-shadow: 0 0 0 0 #f7f7f700000 !important;
        box-shadow: 0 0 0 0 #f7f7f700000 !important
    }

    #cat_display {
        display: none !important
    }

    #header-section {
        -webkit-box-shadow: 0 6px 8px -9px #f7f7f700000;
        box-shadow: 0 6px 8px -9px #f7f7f700000
    }


    .search-form .search-button {
        border: 1px solid #000000;
    }

    .search::placeholder {
        font-size: .625rem !important
    }

    .search-form .search-button {
        height: 40px !important
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .search-form .search-button {
        background: #000000;
        color: #fff;
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important;
        height: 38px !important;
        padding-top: 6px
    }

    .atc {
        font-size: .8rem
    }

    .sliderBorder {
        border-radius: 50%;
        height: 65px;
        width: 65px
    }

    .newsletter button {
        margin-left: -29px
    }
}
@media (min-width: 1024px) and (max-width: 1201px) {
    .sort-selector-font {
        font-size: .65rem !important;
        outline: 0 !important
    }

    .sort-by-title {
        font-size: .7rem !important
    }
}
@media (min-width: 1200px) and (max-width: 1280px) {
    .sliderBorder {
        border-radius: 50%;
        border: solid grey .1px;
        height: 85px;
        width: 85px
    }

    .newsletter button {
        margin-left: -35px
    }
}
@media (min-width: 1300px) and (max-width: 1366px) {
    .sliderBorder {
        border-radius: 50%;
        border: solid grey .1px;
        height: 85px;
        width: 85px
    }

    .newsletter button {
        margin-left: -26px
    }
}