:root {
    --primary: #007bff;
}

body {
    color: #333;
    overflow-x: hidden;
    font-size: .8125rem;
    position: relative;
    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 !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

p:not(.lead) {
    font-size: 13px;
}

.body-wrap {
    z-index: auto;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100vw;
}

.size-40 {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.size-24 {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 99;
}

.gry-bg {
    background-color: #fff;
    /* background-color: #f7f8fa; */
}

.bg-gray {
    background-color: #fff;
    /* background-color: #f1f1f1; */
}

.c-pointer {
    cursor: pointer;
}

.minw-0 {
    min-width: 0 !important;
}

a,
a:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

a:focus,
input:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

.opacity-5 {
    opacity: 0.5;
}

.jodit_container .jodit_workplace {
    min-height: 18.75rem !important;
}

.img-fit {
    object-fit: cover;
    max-width: 100%;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.8125rem;
}

.add-edit-btn {
    font-size: .875rem !important;
    background: #ed1c24;
    color: #fff !important;
    font-weight: 600;
    padding: .3125rem 1.25rem;
    text-decoration: none !important;
}

.iti {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.form-group.phone-form-group .iti--allow-dropdown input {
    padding-left: 5.9375rem !important;
}

.slick-slide:focus {
    outline: 0;
}

.btn-anim-primary {
    position: relative;
    color: #fff;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: .0625rem solid transparent;
    border-radius: .1875rem;
    font-weight: 700;
}

.btn-anim-primary:before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.btn-anim-primary:before {
    top: 0;
    height: 100%;
}

.btn-anim-primary:hover:before {
    height: 0;
}

.btn-styled {
    padding: 9.6px 24px;
}

.form-default .input-group--style-1 .input-group-addon {
    border: .0625rem solid #e6e6e6;
    border-left: 0;
}

.input-group--style-1 .input-group-addon>i {
    line-height: 2.8;
}

.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced;
}

.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
    background-color: #0493bf;
    border-color: #0493bf;
    color: #fff;
}

.btn-twitter.btn-outline {
    background-color: transparent;
    border-color: #00aced;
    color: #00aced;
}

.btn-twitter.btn-outline:active,
.btn-twitter.btn-outline:focus,
.btn-twitter.btn-outline:hover {
    background-color: #00aced;
    border-color: #00aced;
    color: #00aced;
}

.absolute-close-btn {
    position: absolute;
    top: .4375rem;
    right: .75rem;
    z-index: 1;
}

.slick-carousel:not(.slick-initialized)>div {
    display: none;
}

.c-preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: 9999;
}

.c-preloader i {
    position: absolute;
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    left: calc(50% - 1.5625rem);
    top: calc(50% - 1.5625rem);
    line-height: 3.125rem;
    font-size: 1.875rem;
}

.bootstrap-tagsinput {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background-color: #fff;
    border-width: .0625rem;
    border-color: #e6e6e6;
    border-radius: .125rem;
    display: block;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 3.52px 12px;
    line-height: 1.5;
}

.bootstrap-tagsinput .label {
    padding: 0.18em 0.2em;
    border-radius: .1875rem;
    display: inline-block;
}

.bootstrap-tagsinput input[type="text"] {
    padding: 0.18em 0;
    border-radius: .1875rem;
}

.custom-input-file--4+label,
.custom-input-file--4+label:hover,
.custom-input-file--4.has-focus+label,
.custom-input-file--4:focus+label {
    color: #676767;
    border-color: #e6e6e6;
}

.custom-input-file--4+label:hover strong,
.custom-input-file--4+label:hover strong,
.custom-input-file--4.has-focus+label strong,
.custom-input-file--4:focus+label strong {
    color: #676767;
    background-color: #e6e6e6;
}

.custom-input-file.has-focus+label,
.custom-input-file:focus+label {
    outline: none;
}

.custom-input-file--4+label strong {
    color: #676767;
    background-color: #e6e6e6;
    font-size: .875rem;
    padding: 6.4px 20px;
    font-weight: 400;
}

.custom-input-file--4+label span {
    min-height: 1em;
    font-size: .875rem;
    padding: 6.4px 12px;
    font-weight: 400;
}

.modal-content {
    min-height: 6.25rem;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

/* bootstrap extra container */

@media (min-width: 93.75rem) {
    .container {
        max-width: 81.25rem;
    }
}

@media (min-width: 75rem) {
    .modal-lg {
        max-width: 65.625rem;
    }
}

.summernote+.note-editor.note-frame {
    border-color: #e6e6e6;
}

.summernote+.note-editor.note-frame .note-toolbar.panel-heading {
    position: static !important;
}

.checkbox-alphanumeric input:checked~label {
    transform: scale(1);
}

/* select2 basic style */

select+.select2-container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.select2-dropdown {
    border: .0625rem solid #cbcbcb;
    padding: .3125rem 0;
    z-index: 9999;
}

.select2-dropdown .select2-results__option {
    padding: .4375rem .625rem;
    font-size: .8125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-dropdown .select2-results__option[aria-selected="true"] {
    background-color: transparent;
}

.select2-dropdown .select2-results__option[aria-selected="true"]:before {
    font-size: .625rem;
    right: .375rem;
}

.select2-dropdown .select2-search--dropdown {
    margin-top: 0;
    margin-bottom: 0;
}

.select2-dropdown .select2-search--dropdown:before {
    font-size: .75rem;
    left: .6875rem;
    opacity: 0.5;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: .0625rem solid #ccc;
    height: 2.25rem;
    padding-left: 1.5rem;
    font-size: .8125rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #676767;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 8px 1.6px;
}

.select2-container--default .select2-selection--single {
    height: calc(33.6px + .125rem);
}

/* custom scrollbar style */
.c-scrollbar::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: .25rem;
    background: #e0e0e0;
    border-radius: .1875rem;
}

.c-scrollbar::-webkit-scrollbar-track,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

/* top bar */
.top-navbar .top-bar-item {
    padding: .625rem 0;
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    color: #333;
}

.left-top-bar {
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: -0.9375rem;
    margin-left: -0.5rem;
}

.left-top-bar li {
    list-style: none;
    padding-right: 1.25rem;
}

.left-top-bar li a {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.hot-deal {
    width: 1.375rem;
    transform: rotate(20deg);
    margin-top: -1.375rem;
}

.top-navbar {
    background: #fff;
}

.top-navbar .inline-links>li:not(:last-of-type) {
    margin-right: .75rem;
}

.top-navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin: 0rem;
}

.top-navbar .show.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.top-navbar .dropdown-menu .dropdown-item {
    padding: 0;
}

.top-navbar .dropdown-menu .dropdown-item a {
    font-size: .8125rem !important;
    display: block;
    padding: .5rem .625rem;
}

.top-navbar .inline-links .flag {
    margin-right: .4375rem;
}

.top-navbar a {
    color: #999;
}

.top-navbar .active,
.top-navbar .dropdown-item:hover {
    background: #eaeaea;
}

/* logo bar area */
.logo-bar-area {
    padding: 1rem 0;
    z-index: 1003;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    background-color: #ffffff !important;
    /* margin-left: -0.9375rem; */
    border-bottom: solid .0625rem #e5e3e3;
}

.sm-fixed-top {
    position: fixed !important;
    top: -5.125rem;
    background: #fff;
    width: 100%;
    /* left: .9375rem; */
    transform: translateY(100%);
}

.logo-bar-area .navbar-brand {
    padding: 0;
    /* padding-right: 6.875rem; */
    display: block;
    margin-right: 0;
    text-align: end;
}

.logo-bar-area .navbar-brand img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 2.5rem;
}

.category-menu-icon-box {
    width: 2.875rem;
    width: 2.875rem;
    min-width: 2.875rem;
}

.category-menu-icon {
    background: #f2f2f2;
    padding: 0;
    border: .0625rem solid #e9e9e9;
    border-radius: .1875rem;
    cursor: pointer;
    line-height: 2.375rem;
    text-align: center;
}

.category-menu-icon:hover,
.category-menu-icon.active {
    background: #fff;
}

.category-menu-icon:after {
    margin: 0;
    vertical-align: middle;
    border-top: .25rem solid #979797;
    border-right: .25rem solid transparent;
    border-bottom: 0;
    border-left: .25rem solid transparent;
}

.search-box input[type="text"] {
    width: auto;
    overflow: hidden;
    height: 2.5rem;
    padding: 0 0 0 .9375rem;
    border: .0625rem solid #cbcbcb;
    border-right: 0 none;
    border-radius: .1875rem 0 0 .1875rem;
    font-size: .8125rem;
}

.search-box button {
    width: 3rem;
    border: 0;
    padding: 0;
    border-radius: 0 .1875rem .1875rem 0;
    height: 2.5rem;
    color: #fff;
    font-size: 1.625rem;
    padding-left: .6875rem;
    padding-right: .6875rem;
}

.logo-bar-area .category-select {
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    margin-bottom: 0;
}

.logo-bar-area .category-select select {
    border: .0625rem solid #cbcbcb;
    border-right: 0 none;
    height: 2.5rem !important;
    border-left: .0625rem solid #eee;
}

.logo-bar-area .select2-container .select2-selection--single {
    border: .0625rem solid #cbcbcb;
    border-right: 0 none;
    height: 2.5rem;
    border-left: .0625rem solid #eee;
}

.logo-bar-area .select2-container .select2-selection--single .select2-selection__rendered {
    color: #777;
    font-size: .8125rem;
    margin-right: .3125rem;
}

.logo-bar-area .select2-container--default .select2-selection--single:before {
    border: 0;
    content: "\f107";
    font-family: "FontAwesome";
    top: calc(50% - .5625rem);
    right: .9375rem;
}

.logo-bar-area .select2-selection--single .select2-selection__arrow b {
    border: 0;
}

.logo-bar-icons {
    margin-left: 1.875rem;
}

.logo-bar-icons>div:not(:first-of-type) {
    margin-left: .625rem;
}

.logo-bar-icons .nav-search-box .nav-box-link,
.logo-bar-icons .nav-compare-box .nav-box-link,
.logo-bar-icons .nav-wishlist-box .nav-box-link,
.logo-bar-icons .nav-cart-box .nav-box-link {
    display: block;
    position: relative;
    color: #333;
    padding: .625rem 1.25rem;
    border-radius: 1.4375rem;
}

.logo-bar-icons .nav-search-box .nav-box-icon,
.logo-bar-icons .nav-compare-box .nav-box-icon,
.logo-bar-icons .nav-wishlist-box .nav-box-icon,
.logo-bar-icons .nav-cart-box .nav-box-icon {
    font-size: 1.75rem;
    width: 2rem;
    line-height: 2rem;
    color: #333;
}

.logo-bar-icons .nav-search-box .nav-box-number,
.logo-bar-icons .nav-compare-box .nav-box-number,
.logo-bar-icons .nav-wishlist-box .nav-box-number,
.logo-bar-icons .nav-cart-box .nav-box-number {
    position: absolute;
    top: -0.8125rem;
    left: 2.125rem;
    text-align: center;
    border-radius: .5rem;
    color: #fff;
    font-size: .75rem;
    height: 1.125rem;
    width: 1.125rem;
    line-height: 1.125rem;
}

.logo-bar-icons .nav-search-box .nav-box-text,
.logo-bar-icons .nav-compare-box .nav-box-text,
.logo-bar-icons .nav-wishlist-box .nav-box-text,
.logo-bar-icons .nav-cart-box .nav-box-text {
    font-size: .875rem;
}

.nav-cart-box .dropdown-menu {
    border-color: #ccc;
    margin: 0;
}

.nav-cart-box .dropdown-menu .dropdown-cart-items {
    max-height: 16.875rem;
    overflow-y: auto;
    padding: 4px;
}

.dropdown-cart .dc-header {
    padding: .3125rem;
    text-align: center;
}

.dropdown-cart .dc-item {
    padding: .3125rem .9375rem;
}

.dropdown-cart .dc-btn .link--style-1 {
    color: #fff;
    font-size: .8125rem;
    border-radius: .1875rem;
}

.section-title-1 {
    padding-bottom: .5rem;
    border-bottom: .0625rem solid #e0e0e0;
    margin-bottom: 1.25rem;
    position: relative;
}

.section-title-1:before {
    content: "";
    position: absolute;
    width: 9.375rem;
    height: .125rem;
    bottom: -0.0625rem;
    left: 0;
}

.section-title-1 li a {
    font-size: .8125rem;
    color: #333 !important;
    padding: .4375rem .75rem;
    border-radius: .25rem;
    border: .0625rem solid transparent;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.2);
}

.section-title-1 li a.active,
.section-title-1 li a:hover {
    border: .0625rem solid transparent;
    color: #fff !important;
}

/* main nav bar area */
.main-nav-area {
    border-bottom: .0625rem solid #e9e9e9;
    padding: .9375rem 0;
}

.main-nav-area .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 0 .625rem;
    line-height: 1rem;
    font-size: .8125rem;
    color: #000;
    font-weight: 600 !important;
    font-family: 'Open Sans';
}

.main-nav-area .navbar-nav .nav-item:not(:last-of-type) {
    border-right: .0625rem solid #e9e9e9;
}

.main-nav-area .navbar-nav .nav-item.active .nav-link,
.main-nav-area .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
}
.navbar-nav{
    padding-left: 7.8125rem;
}
/* category menu area */
section.home-banner-area {
    background: #fff;
    /* background: #F7F8FA; */
}

.category-sidebar {
    background-color: #fff;
}

.category-sidebar .all-category {
    height: 3.0625rem;
    line-height: 3.0625rem;
    padding-left: 1rem;
    font-size: .8125rem;
    background-color: #eee;
}

.category-sidebar .all-category>span {
    font-size: 1.25rem;
    margin-right: 1.875rem;
    font-weight: 600;
}

.category-sidebar .all-category a {
    color: #666;
    font-size: .75rem;
}

.category-sidebar .categories>li {
    border: 0;
}

.category-sidebar .categories>li>a {
    padding: .375rem .625rem;
    color: #333;
    font-size: .9375rem;
    border: .0625rem solid transparent;
    position: relative;
}

.category-sidebar .categories>li:hover>a::before {
    position: absolute;
    height: 100%;
    width: .1875rem;
    background: #fff;
    content: "";
    top: 0;
    right: -0.125rem;
    z-index: 999;
    display: block;
}

.category-sidebar .categories>li:hover>a {
    border-color: #eee;
}

.category-sidebar .categories>li>a .cat-image {
    width: 1rem;
    opacity: 0.6;
    margin-right: .625rem;
}

/* sub category */
.category-sidebar .sub-cat-menu {
    display: none;
    position: absolute;
    width: calc(100% - 25%);
    left: 25%;
    height: 100%;
    overflow: hidden;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.638);
    border: .0625rem solid #eee;
    overflow-y: auto;
}

.category-sidebar .categories>li:hover .sub-cat-menu {
    display: block;
}

.sub-cat-content .sub-cat-list {
    padding: .625rem;
    padding-top: 0;
}

.sub-cat-content .sub-cat-list .card {
    margin: .625rem;
    border: 0;
    background: transparent;
}

.card .sub-cat-items {
    padding: 0;
    list-style: none;
}

.card .sub-cat-items li a {
    font-size: .8125rem;
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.625rem;
}

.card .sub-cat-items li a:hover {
    /* color: #046ee8 !important; */
}

.card .sub-cat-items li.sub-cat-name a {
    margin-bottom: .3125rem;
    font-weight: 700;
    line-height: 2.1875rem;
    height: 2.1875rem;
    border-bottom: .0625rem solid #888;
}

.sub-cat-featured {
    padding: 1.25rem;
}

.sub-cat-featured a {
    display: flex;
    height: 3.75rem;
    border: .0625rem solid #e9e9e9;
    text-align: right;
}

.sub-cat-featured a .featured-img {
    height: auto;
    width: 4.375rem;
    background: #fff;
    margin-top: -0.625rem;
    margin-right: .375rem;
}

.sub-cat-featured a .featured-name {
    width: 100%;
    padding: .8125rem 1.25rem .8125rem .8125rem;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1rem;
    height: 2.625rem;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.sub-cat-brand {
    padding: .625rem .9375rem;
    padding-left: 1.5625rem;
}

.sub-cat-brand .sub-brand-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.sub-cat-brand .sub-brand-item {
    width: calc(50% - .25rem);
    height: 3.125rem;
    border: .0625rem solid #e9e9e9;
    padding: .3125rem .625rem;
    margin: .125rem;
    overflow: hidden;
    background-color: #fff;
}

.sub-cat-brand .sub-brand-item img {
    max-width: 5rem;
    max-height: 2.5rem;
}

/* icon hover category menu */
.hover-category-menu {
    position: absolute;
    width: 100%;
    top: calc(100% -1.25rem);
    display: none;
}

.hover-category-menu .category-sidebar {
    box-shadow: 0 .1875rem .1875rem 0 rgba(51, 51, 51, 0.2);
    padding-top: .5rem;
}

.hover-category-menu .category-sidebar .all-category {
    position: relative;
}

.hover-category-menu .category-sidebar .all-category::before {
    position: absolute;
    content: "";
    height: .5rem;
    width: .5rem;
    border-top: 0;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #f2f2f2;
    border-left: .5rem solid transparent;
    top: -0.5rem;
    right: 1.25rem;
}

.hover-category-menu .all-category {
    background-color: #f2f2f2;
    padding-left: .625rem;
    line-height: 2.5625rem;
    height: 3.0625rem;
    line-height: 3.0625rem;
    color: #333;
    border-bottom: .0625rem solid #e9e9e9;
}

.hover-category-menu .all-category span {
    font-size: .875rem;
}

.hover-category-menu .category-sidebar .sub-cat-menu {
    height: calc(100% - .5rem);
    top: .5rem;
    box-shadow: .125rem .1875rem .3125rem 0 rgba(51, 51, 51, 0.2);
}

.hover-category-menu .category-sidebar .categories>li>a {
    padding: .5rem .625rem;
}

/* product details page */
.product-details-area {
    padding: 1.25rem 0;
}

.product-gallery,
.product-description-wrapper {
    padding: 1.25rem;
}

.product-description-wrapper .product-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #333;
    max-height: none;
}

.product-description-wrapper .product-description-label,
.product-description-wrapper .avialable-amount {
    font-size: .8125rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-description-wrapper .product-price-old {
    margin: 0;
    font-size: .875rem;
    opacity: 0.7;
    font-weight: 400 !important;
}

.product-description-wrapper .product-price {
    margin: 0;
    font-size: 1.625rem;
    line-height: 1.5rem;
    display: inline-block;
}

.product-price {
    color: #333 !important;
}

.product-description-wrapper .product-price .piece {
    font-size: .8125rem;
    color: #777;
}

.product-desc-tab img {
    max-width: 100%;
    height: auto;
}

.product-desc-tab table {
    width: 100% !important;
    max-width: 100% !important;
}

/* breadcrumb */
.breadcrumb-area {
    padding: .3125rem 0;
    border-bottom: .0625rem solid #e9e9e9;
    background-color: #fafafa;
}

.breadcrumb {
    background-color: transparent;
    padding: .3125rem 0;
    margin-bottom: 0;
}

.breadcrumb li {
    position: relative;
    margin-right: .3125rem;
}

.breadcrumb li a {
    text-transform: capitalize !important;
    color: #888;
    padding-right: .75rem;
    font-size: .75rem;
}

.breadcrumb li:after {
    position: absolute;
}

.breadcrumb li:not(:last-of-type):after {
    position: absolute;
    right: 0;
    content: ">";
    color: #777;
    opacity: 1.5;
    bottom: 0;
    font-size: .75rem;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li.active a {
    color: #333;
}

.seller-info-box .sold-by .medal-badge {
    right: 0;
    top: 0;
    background: #fafafa;
    padding: .3125rem .4375rem;
}

.medal-badge svg {
    height: 2.125rem;
    width: 1.375rem;
}

.seller-info-box {
    border: .0625rem solid #e9e9e9;
    background-color: #fafafa;
}

.seller-info-box .sold-by {
    padding: .9375rem;
    border-bottom: .0625rem solid #e9e9e9;
}

.seller-info-box .sold-by .title {
    font-size: .75rem;
    border-bottom: .0625rem solid #e9e9e9;
    padding-bottom: .1875rem;
    margin-bottom: .3125rem;
}

.seller-info-box .sold-by .name {
    font-size: .875rem;
    font-weight: 700;
}

.seller-info-box .sold-by .location {
    font-size: .75rem;
    opacity: 0.7;
}

.seller-info-box .sold-by .rating {
    background: #fff;
    border: .0625rem solid #e9e9e9;
    padding: .375rem;
    margin-top: .75rem;
}

.seller-info-box .store-btn,
.seller-info-box .follow-btn {
    background: 0;
    border: 0;
    font-size: .8125rem;
    padding: .75rem;
    color: #333;
    width: 100%;
    text-align: center;
}

.seller-info-box .follow-btn {
    border-left: .0625rem solid #e9e9e9;
}

.sidebar-box {
    border: .0625rem solid #e9e9e9;
}

.sidebar-box .box-title {
    padding: .9375rem;
    border-bottom: .0625rem solid #e9e9e9;
    font-size: 1rem;
    line-height: 1.125rem;
    background-color: #fafafa;
}

.sidebar-box .box-content {
    padding: .9375rem;
}

.category-accordion .category-name {
    background: none;
    text-align: left;
    color: #333;
    font-size: .875rem;
    padding: .3125rem 1.25rem;
    position: relative;
}

.category-accordion .category-name.collapsed:after {
    transform: rotate(90deg);
}

.category-accordion .category-name:before,
.category-accordion .category-name:after {
    content: "";
    position: absolute;
    background: #777;
    transition: 150ms all ease-out;
    top: calc(50% - .0625rem);
    left: 0rem;
    width: .625rem;
    height: .125rem;
    opacity: 0.2;
}

.category-accordion .category-name:after {
    transform: rotate(-0deg);
}

.category-accordion .single-sub-category {
    padding-left: 1.25rem;
}

.category-accordion .single-sub-category .sub-category-name {
    position: relative;
    padding: .1875rem 0rem .1875rem .625rem;
    font-size: .875rem;
    color: #777;
    text-align: left;
    background: none;
}

.category-accordion .single-sub-category .sub-category-name:after {
    content: "-";
    position: absolute;
    left: 0;
    top: .1875rem;
}

.category-accordion .sub-sub-category-list {
    margin: 0;
    padding-left: 1.25rem;
    list-style: none;
}

.category-accordion .sub-sub-category-list li a {
    display: block;
    font-size: .8125rem;
    color: #777;
    position: relative;
    padding: .1875rem 0rem .1875rem .625rem;
}

.category-accordion .sub-sub-category-list li a:after {
    content: "-";
    position: absolute;
    left: 0;
    top: .1875rem;
}

.category-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-filter a {
    color: #333;
    font-size: .875rem;
    padding: .3125rem;
    display: block;
}

.category-filter .active a {
    font-weight: 700;
}

.category-filter .active a:before {
    content: "\f111";
    font: normal normal normal 1rem/1 LineAwesome;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0.7;
    font-size: 90%;
    margin-right: .3125rem;
}

.category-filter .current a {
    pointer-events: none;
    cursor: default;
    padding-left: 1.4375rem;
}

.category-filter .child a {
    padding-left: 1.4375rem;
}

.product-box-1 .product-title {
    margin-bottom: 0 !important;
}

.product-box-1 .product-title a {
    font-size: .875rem !important;
}

.product-box-1 .price-wrapper {
    margin-top: 0 !important;
}

.product-box-1 .price-wrapper .price {
    font-size: .75rem !important;
}

.brands-collapse-box {
    height: 2.625rem;
    overflow: hidden;
}

.brands-collapse-box.full {
    height: auto;
    overflow: hidden;
}

.brands-collapse-box li {
    float: left;
    list-style-type: none;
    height: 2.3125rem;
    width: 4.375rem;
    border: .0625rem solid #ccc;
    border-radius: .1875rem;
    margin-right: .3125rem;
    margin-top: .3125rem;
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 0 !important;
}

.brands-collapse-box li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: .3125rem;
}

.brands-collapse-box li img {
    height: 100%;
    width: auto;
}

.more-brands-btn {
    border: 0;
    background: none;
    margin-top: .625rem;
    padding: .3125rem 0;
}

.more-brands-btn i {
    font-size: .625rem;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    text-align: center;
    line-height: .875rem;
    border: .0625rem solid #333;
    opacity: 0.3;
}

.sort-by-box label {
    font-size: .75rem;
    opacity: 0.7;
    margin-bottom: 0;
}

.sort-by-box .search-widget input {
    font-size: .8125rem;
    border-color: #ccc;
    padding: .4375rem .625rem;
}

.sort-by-box .search-widget input:hover,
.sort-by-box .search-widget input:focus {
    border-color: #ccc;
}

.sort-by-box .search-widget button {
    line-height: 1;
    height: auto;
    width: auto;
    padding: .6875rem .875rem;
    right: 0;
    opacity: 0.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
    margin-top: .25rem;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
}

.select2-container--default .color-preview {
    height: .75rem;
    width: .75rem;
    display: inline-block;
    margin-right: .3125rem;
    margin-top: .125rem;
}

.sortSelectCustom .select2-selection--single {
    border-color: #ccc;
    height: auto;
    padding: 0 .625rem;
}

.sortSelectCustom .select2-selection--single .select2-selection__rendered {
    padding: .5rem 0;
    color: #777;
    font-size: .8125rem;
}

.form-box-title {
    border-bottom: .0625rem solid #eee;
    font-size: .9375rem;
    font-weight: 400;
}

/* modal select category */

.modal-category-box {
    padding: 1.25rem;
    border: .0625rem solid #eaeaea;
    max-height: 25rem;
    min-height: 25rem;
    overflow-y: auto;
}

.col-4:not(:last-of-type) .modal-category-box {
    border-right: 0;
}

.modal-category-list ul {
    list-style: none;
    padding: 0;
    padding-top: .9375rem;
    margin: 0;
}

.modal-category-list ul li {
    font-size: .8125rem;
    padding: .375rem 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.modal-category-list ul li.selected:before,
.modal-category-list ul li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.25rem;
    width: calc(100% + 2.5rem);
    background: #eaeaea;
    height: 100%;
    z-index: -1;
}

.modal-category-list.has-right-arrow ul li:after {
    content: "\f105";
    font-family: "fontawesome";
    position: absolute;
    right: 0;
    top: calc(50% - .625rem);
    font-size: .875rem;
    opacity: 0.8;
}

/* profile */
.sidebar-widget-title {
    position: relative;
}

.sidebar-widget-title span {
    background: #fff;
    text-transform: uppercase;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    position: relative;
    padding: .5rem;
    color: #dadada;
}

.sidebar-widget-title:before {
    content: "";
    width: 100%;
    height: .0625rem;
    background: #eee;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.widget-profile-box .image {
    height: 5rem;
    width: 5rem;
    margin: 0 auto;
    border-radius: 50%;
    border: .3125rem solid #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-profile-box .name {
    font-size: 1rem;
    font-weight: 700;
    margin-top: .75rem;
}

/*
.btn-styled {
    font-weight:700;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 9.6px 24px;
} */

.widget-profile-menu a {
    padding: 8.8px 19.2px !important;
    font-size: .8125rem !important;
    font-weight: 500 !important;
    color: #777 !important;
    border-left: .1875rem solid transparent;
    border-radius: 0 !important;
}

.widget-profile-menu a i {
    opacity: 0.6;
    font-size: .8125rem !important;
    top: 0 !important;
    width: 1.125rem;
    height: 1.125rem;
    text-align: center;
    line-height: 1.125rem;
    display: inline-block;
    margin-right: 8px !important;
}

.widget-profile-menu a.active {
    background: #f3f3f3;
    border-left: .1875rem solid transparent;
}

.widget-profile-menu a:hover,
.widget-profile-menu a.active:hover i {
    color: #fff !important;
}

.table-cart tbody tr td {
    padding: 16px 0;
}

.table-cart tbody tr td.product-image a {
    width: 3.75rem;
    height: 3.75rem;
}

label.payment_option input {
    opacity: 0;
    position: absolute;
}

label.payment_option {
    position: relative;
    cursor: pointer;
}

label.payment_option span {
    display: inline-block;
    border-radius: .25rem;
    background: #f6f6f6;
    position: relative;
}

label.payment_option span img {
    width: auto;
    height: auto;
    max-height: 100%;
}

label.payment_option input:checked+span:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    content: "";
    top: 0;
    left: 0;
}

label.payment_option input:checked+span:after {
    position: absolute;
    content: "";
    left: calc(50% - .375rem);
    top: calc(50% - .75rem);
    width: .75rem;
    height: 1.5rem;
    border: solid #28a745;
    border-width: 0 .25rem .25rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: .125rem .1875rem .3125rem rgb(94, 146, 106);
}

.added-to-cart .product-box {
    border-top: .0625rem solid #eee;
    border-bottom: .0625rem solid #eee;
    padding: .9375rem 0;
    margin: 1.5625rem 0;
}

.added-to-cart .product-box .block-image {
    display: table-cell;
    width: 6.25rem;
    height: 6.25rem;
}

.added-to-cart .product-box .block {
    display: table;
    width: 100%;
}

.added-to-cart .product-box .block-body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 32px;
}

.added-to-cart .product-box .block-body h6 {
    font-size: .875rem;
    margin-bottom: .625rem;
}

.added-to-cart .text-success i {
    font-size: 1.125rem;
    height: 3.125rem;
    width: 3.125rem;
    line-height: 3rem;
    border: .125rem solid #DF1F8F;
    color: #DF1F8F !important;
    border-radius: 3.125rem;
    margin-bottom: .9375rem;
}
.addedText{
    color: #DF1F8F !important;
}

.product-card-1 {
    padding-top: 1.875rem;
    transition: all 0.3s;
    border: .0625rem solid #f1f1f1;
}

.product-card-1 .product-image-container {
    position: relative;
    display: block;
    margin-bottom: .9375rem;
    padding: 0 .75rem;
}

.product-card-1 .product-image-container a {
    height: 13.75rem;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.product-card-1 .product-details {
    padding-top: .625rem;
}

.product-card-1 .rating-count {
    top: 0;
    margin-left: .3125rem;
}

.product-title {
    font-size: .875rem;
    font-weight: 600;
    padding: 0 .9375rem;
    line-height: 1.6;
    /* max-height: 1.875rem; */
}

.product-title a {
    color: #111;
    display: block;
}

.price-box .old-product-price {
    font-size: .8125rem;
    color: #ff1f1f;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: .3125rem;
}

.price-box .product-price {
    font-size: .8125rem;
}

.price-box strong {
    font-weight: 700;
}

.product-label.label-hot {
    position: absolute;
    top: 0;
    left: .75rem;
    background: #2ba968;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 700;
    padding: .1875rem .625rem;
    color: #fff;
}

button.btn-quickview {
    border: 0;
    background: #000;
    padding: .4375rem .6875rem;
    color: #fff;
    font-size: .9375rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    right: .75rem;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

button.paction.add-wishlist,
button.paction.add-compare {
    background: transparent;
    border: .0625rem solid transparent;
    font-size: 1.125rem;
    display: inline-flex;
    line-height: 1.8125rem;
    border-radius: 50%;
    height: 2.1875rem;
    width: 2.1875rem;
    text-align: center;
    padding: .1875rem .5rem;
    position: relative;
    top: .25rem;
    margin: 0 .1875rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

button.paction.add-wishlist:hover,
button.paction.add-compare:hover {
    border: .0625rem solid transparent;
    color: #fff;
}

.product-card-1-action {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transition: all 0.3s;
}

.product-card-1:hover {
    padding: .625rem 0 1.25rem;
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.2);
}

.product-card-1:hover .product-card-1-action,
.product-card-1:hover button.btn-quickview,
.product-card-2:hover button.btn-quickview {
    visibility: visible;
    opacity: 1;
}

.footer {
    background: #e878d038;
}

.footer .footer-bottom {
    background: #e878d038;
}

.product-card-2 {
    transition: all 0.3s;
}

.product-card-2 .product-label.label-hot {
    left: 0;
}

.product-card-2 button.btn-quickview {
    right: 0;
}

.product-card-2:hover {
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.2);
}

.product-card-2 .card-image img {
    min-height: 201px !important;
}

.footer-top-bar {
    padding: 0;
    border-top: .0625rem solid #eee;
    border-bottom: .0625rem solid #eee;
    position: static;
}

.footer-top-bar .col-lg-3 {
    border-right: .0625rem solid #eee;
}

.footer-top-bar .col-lg-3:first-child {
    border-left: .0625rem solid #eee;
}

.footer-top-box {
    padding: 1.25rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer-top-box:hover {
    box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, 0.08);
}

.footer-top-box a {
    display: block;
    color: #333;
}

.footer-top-box i {
    font-size: 2rem;
    margin-bottom: .625rem;
}

.footer-top-box h4 {
    font-size: .9375rem !important;
}

.hsi-275 {
    height: 17.1875rem !important;
}

.hsi-434 {
    height: 27.125rem !important;
}

.home-slide .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5%;
    bottom: 1.25rem;
}

.home-slide .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 .3125rem;
}

.home-slide .slick-dots li button {
    background: #fff;
    height: .25rem;
    width: 1.5625rem;
    border: 0;
    color: transparent;
    font-size: 0;
}

.home-slide .slick-prev,
.home-slide .slick-next {
    opacity: 0.3;
    transition: all 0.3s;
    width: 1.875rem;
    background: rgba(0, 0, 0, 0.1);
    height: 3.75rem;
    top: calc(50% - 1.875rem);
    position: absolute;
    border: 0;
    z-index: 99;
    font-size: 1.25rem;
    color: #fff;
}

.home-slide .slick-prev {
    left: 0;
}

.home-slide .slick-next {
    right: 0;
}

.home-slide:hover .slick-prev,
.home-slide:hover .slick-next {
    opacity: 1;
}

.home-slide .slick-next .next-icon,
.home-slide .slick-prev .prev-icon {
    background: none;
    height: 1.875rem;
    width: 1.875rem;
    position: absolute;
    top: calc(50% - .9375rem);
    left: calc(50% - .9375rem);
}

.home-slide .slick-next .next-icon:after,
.home-slide .slick-prev .prev-icon:after {
    position: absolute;
    content: "";
    top: .4375rem;
    width: 1rem;
    height: 1rem;
    border: solid white;
    border-width: 0 .125rem .125rem 0;
}

.home-slide .slick-next .next-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: .25rem;
}

.home-slide .slick-prev .prev-icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: .75rem;
}

.home-slider-full .home-slide-item {
    height: 28.5rem !important;
}

.home-slide img {
    object-fit: fill;
}

.media-banner a {
    display: block;
}

.media-banner {
    border-radius: .1875rem;
    overflow: hidden;
}

.switch {
    position: relative;
    display: inline-block;
    width: 2.375rem;
    height: 1.125rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    left: 0rem;
    bottom: 0rem;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: rgb(100, 189, 99);
}

input:focus+.slider {
    box-shadow: 0 0 .0625rem #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(1.25rem);
    -ms-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
}

/* Rounded sliders */
.slick-track {
    margin-left: unset;
}

.slider.round {
    border-radius: 1.25rem;
}

.slider.round:before {
    border-radius: 50%;
}

.seller-shop-menu li {
    padding: 0 !important;
}

.seller-shop-menu li a {
    padding: .875rem 1.25rem;
    display: inline-block;
    font-size: .8125rem;
    color: #4c4c4c !important;
    font-weight: 700;
    border-bottom: .1875rem solid transparent;
}

.caorusel-box .slick-slide:focus {
    outline: none;
}

.caorusel-box .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 0;
    transition: all 0.3s;
    width: 1.875rem;
    background: none;
    height: 3.75rem;
}

.caorusel-box .slick-prev {
    left: 0rem;
}

.caorusel-box .slick-next {
    right: 0rem;
}

/* .caorusel-box .slick-arrow span {
    position: absolute;
    display: inline-block;
    top: calc(50% - .5rem);
    width: 1rem;
    height: 1rem;
    border: solid rgba(0, 0, 0, 0.2);
    border-width: 0 .125rem .125rem 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.caorusel-box .slick-arrow:hover span {
    border-color: rgba(0, 0, 0, 0.5);
}
.caorusel-box .slick-prev {
    left: -1.25rem;
}
.caorusel-box .slick-prev span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: .625rem;
}
.caorusel-box .slick-next {
    right: -1.25rem;
}
.caorusel-box .slick-next span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: .25rem;
} */

.arrow-round .slick-prev {
    left: -0.9375rem;
}

.arrow-round .slick-next {
    right: -0.9375rem;
}

.arrow-round .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 .0625rem .0625rem rgba(20, 23, 28, 0.1),
        0 .1875rem .0625rem 0 rgba(20, 23, 28, 0.1);
    text-align: center;
    padding: 0;
    line-height: 2.5rem;
    font-size: 1.125rem;
    color: #888;
}

.arrow-round .slick-prev:hover,
.arrow-round .slick-next:hover {
    box-shadow: 0 .125rem .5rem .125rem rgba(20, 23, 28, 0.15) !important;
}

.caorusel-box.gutters-5 {
    width: calc(100% + .625rem);
}

.caorusel-box.gutters-5 .caorusel-card {
    padding-left: .3125rem;
    padding-right: .3125rem;
}

.caorusel-box.gutters-10 {
    width: calc(100% + 1.25rem);
}

.caorusel-box.gutters-10 .caorusel-card {
    padding-left: .625rem;
    padding-right: .625rem;
}

.caorusel-box.gutters-15 {
    width: calc(100% + 1.875rem);
}

.caorusel-box.gutters-15 .caorusel-card {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.caorusel-box .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.caorusel-box .slick-dots li {
    display: inline-block;
    margin: 0 .1875rem;
}

.caorusel-box .slick-dots li button {
        border: 0;
        background: #DF1F8F;
        border-radius: .625rem;
        height: 7px;
        width: 7px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-webkit-transition: all 0.3s;
        font-size: 0;
        padding: 0;
        color: transparent;
    }

.caorusel-box .slick-dots li.slick-active button {
    height: 13px;
    width: 13px;
}

.caorusel-box .center-mode .slick-center .card {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.1) 5;
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    opacity: 1;
    transform: scale(1.15);
}



.flash-deal-banner {}

.flash-deal-box .countdown .countdown-item {
    margin: 0 .1875rem !important;
}

.flash-deal-box .countdown .countdown-digit {
    font-size: .8125rem;
    height: 1.625rem;
    width: 1.625rem;
    line-height: 1.625rem;
}

.flash-deal-box .countdown .countdown-label {
    font-size: .625rem;
    width: 100%;
    padding: 0;
    line-height: 1;
}

.flash-deal-box .countdown-label,
.flash-deal-box .countdown-separator {
    display: none;
}

.flash-deal-box .countdown .countdown-item {
    border-radius: .1875rem;
    margin-left: .9375rem !important;
    position: relative;
}

.flash-deal-box .countdown .countdown-item:not(:last-child):before {
    position: absolute;
    content: ":";
    right: -0.625rem;
    top: .1875rem;
}

.flash-deal-box .countdown-digit {
    border-radius: .1875rem;
}

.flash-content.c-scrollbar.c-height {
    padding: .4375rem 1.125rem;
}

.flash-deal-item {
    background: #fff;
    border-radius: .1875rem;
    overflow: hidden;
    padding: .4375rem;
    margin-bottom: .625rem;
}

.flash-deal-item:last-of-type {
    margin-bottom: 0rem;
}

.flash-deal-item .price {
    font-size: 1rem;
    font-weight: 700;
    padding-left: .625rem;
    line-height: 1.3;
}

.flash-deal-item .price del {
    font-weight: 400;
    font-size: .9375rem;
    color: #777;
}

.flash-deal-item .img {
    width: 100%;
    background-color: #fff;
}

.flash-deal-item .img img {
    height: 4.375rem;
}

.promo_offer_sticker {
    position: absolute;
    top: -0.1875rem;
    right: .125rem;
    background: #9B3864;
    color: white;
    padding: .3125rem .375rem;
    border-radius: 0rem 0rem 0rem .625rem;
    font-size: .625rem;
    z-index: 10;
    text-align: center;
    line-height: 1;
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.2);
}

.promo_offer_sticker .txt2 {
    display: block;
    font-size: .875rem;
}

.trending-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    justify-content: space-between;
}

.trending-category ul li {
    display: inline-block;
    width: 16%;
}

.trending-category ul li:hover {}

.trending-category ul:hover li.active .img {}

.trend-category-single {
    padding-top: .75rem;
}

.trend-category-single .img {
    max-width: 7.5rem;
    min-width: 7.5rem;
    max-height: 7.875rem;
    min-height: 7.875rem;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    margin: 0 auto !important;
}

.trend-category-single .name {
    padding: .625rem;
    color: #333;
    font-size: .75rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.seller-brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.seller-brand-list .brand-item {
    display: inline-block;
    border: .0625rem solid #eee;
    margin: .25rem .125rem;
    width: calc(50% - .375rem);
    width: calc(33.33% - .5rem);
    padding: .625rem;
}

.swal2-popup {
    width: 21.875rem;
}

.swal2-popup .swal2-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.swal2-icon {
    transform: scale(0.6);
    margin: 0;
    margin-top: -0.625rem;
}

.contact-widget li:not(:last-child) {
    margin-bottom: .5rem;
}

/* dashboard */
.dashboard-widget {
    background: #fff;
    padding: 1.25rem .9375rem;
    border-radius: .3125rem;
    box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, 0.02);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.dashboard-widget:hover {
    box-shadow: 0 .625rem 2.5rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.3125rem);
}

.dashboard-widget a,
.dashboard-widget a:hover {
    color: #fff;
}

.dashboard-widget i {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.875rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 1rem;
    margin-bottom: .9375rem;
    color: #fff;
}

.dashboard-widget .title {
    font-size: .9375rem;
    font-weight: 700;
}

.dashboard-widget .sub-title {
    font-size: .75rem;
    opacity: 0.7;
}

.plus-widget i {
    background: #ddd;
    height: 4.3125rem;
    width: 4.3125rem;
    line-height: 4.3125rem;
    font-size: 2.25rem;
}

.red-widget {
    background-color: #d30c0a;
}

.blue-widget {
    background-color: #39afd1;
}

.green-widget {
    background-color: #ed1c24;
}

.yellow-widget {
    background-color: #004e9e;
}


.category-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: .0625rem solid #eee;
    border-bottom: .0625rem solid #eee;
}

.link.link--style-3 {
    margin-top: .625rem;
}

.category-widget ul li {
    float: left;
    width: 50%;
    padding: .625rem .9375rem;
    border-top: .0625rem solid #eee;
    border-right: .0625rem solid #eee;
}

.category-widget ul li a {
    color: #333;
}

.category-widget ul li a span {
    opacity: 0.5;
}

/* custom product box 1 */

.product-box-1 {
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}

.product-box-1:hover {
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.2);
    transform: translateY(-0.3125rem);
    -webkit-transform: translateY(-0.3125rem);
    -ms-webkit-transform: translateY(-0.3125rem);
}

.product-box-1 .card-image a {
    display: block;
}

.product-box-1 .card-image img {
    height: 12.5rem;
}

.product-box-1 .price-bar {
    padding: .625rem .9375rem;
    border-top: .0625rem solid #eee;
    border-bottom: .0625rem solid #eee;
}

.product-box-1 .title a {
    font-size: .875rem;
    font-weight: 700;
    color: #111;
    display: block;
}

.product-box-1 .price-bar .price {
    font-size: 1rem;
}

.product-box-1 .price-bar .price del {
    color: #777;
    font-size: 95%;
}

.product-box-1 .cart-add .btn {
    background: none;
    padding: .5rem .75rem;
    font-weight: 700;
    border: 0;
}

.product-box-1 .cart-add .btn:hover {
    color: #fff;
}

.category-nav-element a {
    font-weight: 600;
}

.product-card-2.card.card-product.shop-cards.shop-tech {
    border: .0625rem solid #eee;
    border-radius: 0;
}

.product-box-2 {
    border: .0625rem solid #eee;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.product-box-2 .border-top,
.product-box-2 .border-left {
    border-color: #eee !important;
}

.product-box-2:hover {
    box-shadow: 0 .125rem .375rem rgba(4, 4, 4, 0.08);
}

.product-box-2 .product-image img {
    height: 8.125rem;
}

.product-box-2 .overflow-hidden {
    overflow: hidden;
}

.product-box-2:hover .product-btns {
    right: 0;
    opacity: 1;
}

.product-box-2 .product-btns {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #9B3864;
    position: absolute;
    right: -2.125rem;
    top: 0;
    height: 100%;
    width: 2rem;
    opacity: 0;
}

.product-box-2 .product-btns .btn {
    background: transparent;
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 50%;
    font-size: 1rem;
    color: #fff;
    font-size: 1.375rem;
}

.product-box-2 .add-to-cart {
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    border: .0625rem solid transparent;
    height: 1.875rem;
    width: 1.875rem;
}

.product-box-2 .add-to-cart:hover {
    color: #fff;
}

.product-box-2.alt-box .product-image img {
    height: 12.5rem;
    margin: 0 auto;
}

.product-box-2.alt-box .product-btns {
    right: auto;
    left: 0;
    top: auto;
    bottom: -2rem;
    height: 2.5rem;
    width: 100%;
    background: #ed1c24;
}

.product-box-2.alt-box:hover .product-btns {
    right: auto;
    left: 0;
    bottom: 0;
}

.product-box-2.alt-box .product-btns .btn {
    width: 50%;
    float: left;
    height: 2rem;
    color: #fff;
    font-size: 1.375rem;
}

.product-box-3 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
}

.slick-slide img {
    margin: 0 auto;
    margin-top: 0;
    padding: .3125rem;
    border-radius: 0;
    box-shadow: .125rem .125rem .125rem #f1e2e6;
}

.product-box-3:hover {
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.2);
    transform: translateY(-0.3125rem);
    -webkit-transform: translateY(-0.3125rem);
    -ms-webkit-transform: translateY(-0.3125rem);
}

.product-box-3 .product-image {
    width: 5.625rem;
    min-width: 5.625rem;
    max-width: 5.625rem;
}

.product-box-3 .product-details {
    width: calc(100% - 5.625rem);
    min-width: calc(100% - 5.625rem);
    max-width: calc(100% - 5.625rem);
    padding: .625rem;
}

.product-box-3 .product-image a {
    display: block;
}

.product-box-3 .product-image img {
    height: 5rem;
}

.product-box-3 .title {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0rem;
}

.product-box-3 .title a {
    color: #111;
}

.all-category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    position: relative;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.05);
}

.all-category-menu ul li {
    float: left;
    width: 16.667%;
    padding: .75rem .625rem;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: .125rem solid transparent;
    min-height: 3.6875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.all-category-menu ul li:before,
.all-category-menu ul:before {
    position: absolute;
    content: "";
}

.all-category-menu ul li:before {
    border-left: .0625rem solid #f3f1f1;
    border-bottom: .0625rem solid #f3f1f1;
    height: calc(100% + .25rem);
    width: calc(100% + .25rem);
    top: -0.125rem;
    left: -0.125rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.all-category-menu ul:before {
    border-top: .0625rem solid #f3f1f1;
    border-right: .0625rem solid #f3f1f1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.all-category-menu ul li a {
    color: #5d5d5d;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.3;
    flex: 1 1 auto;
}

.all-category-menu ul li a .cat-icon {
    font-size: 1.375rem;
    padding-left: .3125rem;
    opacity: 0.5;
    line-height: 1;
}

.all-category-menu ul li a .cat-image {
    max-width: 1.6875rem;
    min-width: 1.6875rem;
    padding-left: .3125rem;
    height: auto;
    opacity: 0.5;
}

.all-category-menu ul li a .cat-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sub-category-menu {
    padding: 3.125rem 6.25rem;
}

.sub-category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% + 1.25rem);
    margin-left: -0.625rem;
}

.sub-category-menu:not(:last-of-type) {
    border-bottom: .0625rem solid #eee;
}

.sub-category-menu ul:after {
    display: block;
    clear: both;
    content: "";
}

.sub-category-menu ul li {
    float: left;
    width: 33.33333%;
}

.sub-category-menu ul li a {
    display: block;
    padding: .1875rem .625rem;
    color: #5f5f5f;
}

.sub-category-menu h3 {
    font-size: 1.375rem;
    margin-bottom: 1.375rem;
}

.typed-search-box {
    position: absolute;
    top: 100%;
    border: .0625rem solid #eceff1;
    box-shadow: 0 .3125rem 1.5625rem 0 rgba(123, 123, 123, 0.15);
    background: #fff;
    width: calc(100% - 3rem);
    height: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
    min-height: 12.5rem;
    z-index: 999999;
}

.typed-search-box .search-preloader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.typed-search-box .search-preloader .loader {
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-1.125rem);
    -webkit-transform: translateX(-1.125rem);
}


.typed-search-box-mobile {
    position: absolute;
    top: 100%;
    border: .0625rem solid #eceff1;
    box-shadow: 0 .3125rem 1.5625rem 0 rgba(123, 123, 123, 0.15);
    background: #fff;
    width: calc(100% - 3rem);
    height: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
    min-height: 12.5rem;
    z-index: 999999;
}

.typed-search-box-mobile .search-preloader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.typed-search-box-mobile .search-preloader .loader {
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-1.125rem);
    -webkit-transform: translateX(-1.125rem);
}

.loader>div {
    display: inline-flex;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    margin: 0 .125rem;
    background: #777;
    -webkit-animation: bounce 1.48s ease-in-out infinite both;
    animation: bounce 1.48s ease-in-out infinite both;
}

.loader>div:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader>div:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}

.typed-search-box .search-nothing {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: .9375rem;
    text-align: center;
    width: 100%;
    padding: .3125rem 1.25rem;
}

.typed-search-box .title {
    background: #ddd;
    font-size: .625rem;
    text-align: right;
    opacity: 0.5;
    padding: .1875rem .9375rem .25rem;
    text-transform: uppercase;
    line-height: 1;
}

.typed-search-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.typed-search-box ul a {
    display: block;
    padding: .3125rem .9375rem;
    color: #525252;
}

.typed-search-box ul a:hover {
    background: #f7f7f7;
}

.typed-search-box .search-product .image {
    width: 3.125rem;
    min-width: 3.125rem;
    background-color: #ffffff;
    background-size: cover;
    height: 3.125rem;
    background-position: center;
}

.typed-search-box .product a {
    padding: .5rem .9375rem;
}

.typed-search-box .search-product .product-name {
    margin-bottom: .3125rem;
    font-size: .8125rem;
    font-weight: 700;
    margin-left: 1.25rem;
}

.typed-search-box .search-product .price-box {
    margin-left: 1.25rem;
}

.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.process-steps li .title {
    font-weight: 700;
    font-size: .8125rem;
    color: #777;
    margin-top: .5rem;
}

.process-steps li .icon {
    height: 1.875rem;
    width: 1.875rem;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 1.875rem;
    font-size: .875rem;
    font-weight: 700;
    color: #adadad;
    position: relative;
}

.process-steps li+li:after {
    position: absolute;
    content: "";
    height: .1875rem;
    width: calc(100% - 1.875rem);
    background: #fff;
    top: .875rem;
    z-index: 0;
    right: calc(50% + .9375rem);
}

.process-steps li.done .icon {
    color: transparent;
}

.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon {
    color: #fff;
}

.process-steps li.done .icon:before {
    position: absolute;
    content: "";
    left: .6875rem;
    top: .4375rem;
    width: .5rem;
    height: .875rem;
    border: solid #fff;
    border-width: 0 .1875rem .1875rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.details-table tr td {
    color: #333;
    padding: .3125rem;
}

.product-gal {
    padding: 1.25rem .9375rem;
}

.product-gal-thumb {
    width: 3.125rem;
    margin-right: .625rem;
}

.product-gal-thumb .xzoom-thumbs {
    margin-bottom: 0;
}

.product-gal-thumb a {
    display: block;
}

.product-gal-thumb a img {
    max-width: 100%;
    margin: 0;
    margin-bottom: .625rem;
    border-radius: .125rem;
}

.product-gal-thumb a img.xactive {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: .125rem solid transparent;
}

.product-gal-img {
    width: calc(100% - 3.75rem);
}

.xzoom-source {
    z-index: 1060;
}

.xzoom,
.xzoom-lens,
.xzoom-preview {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1055;
}

.btn-back-to-top:before {
    font-family: "LineAwesome";
    content: "\f113";
}

.checkbox-color input:checked~label:after {
    content: "\f17b";
    font-family: "LineAwesome";
}

/* hamburger icon */

.hamburger-icon {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: .25rem;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: .125rem;
    width: 100%;
    background: #777;
    border-radius: .125rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
    top: 0rem;
}

.hamburger-icon span:nth-child(2),
.hamburger-icon span:nth-child(3) {
    top: .5rem;
}

.hamburger-icon span:nth-child(4) {
    top: 1rem;
}

.hamburger-icon.open span:nth-child(1) {
    top: .5rem;
    width: 0%;
    left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(4) {
    top: .5rem;
    width: 0%;
    left: 50%;
}

/* sm */
@media (min-width: 36rem) {
 
}

/* md */
@media (min-width: 48rem) {
 
}

/* lg */
@media (min-width: 62rem) {}

/* xl */
@media (min-width: 75rem) {}

/* xl */
@media (max-width: 74.9375rem) {
    .logo-bar-icons .nav-search-box .nav-box-link,
    .logo-bar-icons .nav-compare-box .nav-box-link,
    .logo-bar-icons .nav-wishlist-box .nav-box-link,
    .logo-bar-icons .nav-cart-box .nav-box-link {
        padding: .25rem .3125rem;
    }

    .logo-bar-icons .nav-search-box .nav-box-number,
    .logo-bar-icons .nav-compare-box .nav-box-number,
    .logo-bar-icons .nav-wishlist-box .nav-box-number,
    .logo-bar-icons .nav-cart-box .nav-box-number {
        left: auto;
        right: 0;
        min-width: 1.25rem;
        height: .875rem;
        line-height: .8125rem;
        font-size: .625rem;
    }

    .logo-bar-icons .nav-search-box .nav-box-icon,
    .logo-bar-icons .nav-compare-box .nav-box-icon,
    .logo-bar-icons .nav-wishlist-box .nav-box-icon,
    .logo-bar-icons .nav-cart-box .nav-box-icon {
        font-size: 1.5rem;
        text-align: center;
    }
    .checkout-container {
        padding: 13px 5px 5px 2px;
    }
    .brand-item {
        width: 10.5rem !important;
        transition: transform 0.3s ease;
    }

    .side-filter {
        position: fixed;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .side-filter.open {
        opacity: 1;
        visibility: visible;
    }

    .side-filter .filter-wrapper {
        position: absolute;
        height: 100%;
        overflow-y: auto;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background: #fff;
        max-width: 22.5rem;
        min-width: 22.5rem;
        padding: 1.25rem;
    }

    .side-filter.open .filter-wrapper {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .side-filter .filter-overlay {
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .side-filter.open .filter-overlay {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .typed-search-box-mobile .search-product .image {
        margin-right: 5px;
    }
    }

/* lg */
@media (max-width: 61.9375rem) {
    .sm-fixed-top .hamburger-icon {
        left: 0;
        margin-right: 0 !important;
    }

    .logo-bar-area {
        padding: 0rem 0;
    }

    .logo-bar-area-search {
        padding: .75rem 0;
    }

    .sm-fixed-top {
        top: -9.25rem;
    }

    .mobile-menu-icon-box {
        padding: .5rem 0;
        margin-right: 1.25rem;
    }

    .search-box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        padding: .75rem .9375rem !important;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

    .search-box.show {
        opacity: 1;
        visibility: visible;
    }

    .search-box input[type="text"] {
        border-color: transparent;
        font-size: .9375rem;
    }

    .search-box-back button {
        background: none !important;
        color: #777;
        border-radius: 0;
    }

    .typed-search-box {
        top: calc(100% + .75rem);
        width: calc(100% + 1.875rem);
        left: -0.9375rem;
    }

    .side-menu-wrap {
        /* position: fixed; */
        top: 0;
        left: 0;
        bottom: 0;
        width: 18.75rem;
        max-width: 80vw;
        height: 100%;
        z-index: 999;
        transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1),
            visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1),
            visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1),
            visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .side-menu-overlay {
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        transition: opacity 0.3s, visibility 0.3s;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -ms-webkit-transition: opacity 0.3s, visibility 0.3s;
    }

    .side-menu-wrap.opacity-0,
    .side-menu-overlay.opacity-0 {
        opacity: 0;
        visibility: hidden;
    }

    .side-menu-wrap.opacity-1,
    .side-menu-overlay.opacity-1 {
        opacity: 1;
        visibility: visible;
    }

    .side-menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 18.75rem;
        max-width: 80vw;
        transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-webkit-transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        background: #111010;
        color: #777;
        z-index: 99999999999999999;
        box-shadow: .3125rem 0 .625rem rgba(37, 53, 92, 0.2);
        overflow-y: auto;
    }

    .side-menu::-webkit-scrollbar {
        width: .125rem;
        background: transparent;
    }

    .lumo-side-menu::-webkit-scrollbar-track {
        background: transparent;
    }

    .side-menu::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
        border-radius: .125rem;
    }

    .side-menu.closed {
        left: -15.625rem;
    }

    .side-booking-option.open {
        left: 0;
    }

    .side-menu-header {
        position: relative;
        color: #fff;
    }

    .side-menu-close {
        position: absolute;
        color: #fff;
        font-size: 1.5rem;
        right: 0;
        top: 0;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        cursor: pointer;
    }

    .side-menu-header .widget-profile-box .image {
        margin: 0;
        height: 3.75rem;
        width: 3.75rem;
        border: .1875rem solid #da8471;
    }

    .side-menu-header .widget-profile-box .name {
        margin-left: .625rem;
        font-weight: 700;
        margin-top: 0;
    }

    .side-menu-header .side-login a {
        color: #fff;
        font-size: .875rem;
        font-weight: 700;
        line-height: .875rem;
    }

    .side-menu-header .side-login a:not(:first-child) {
        margin-left: .625rem;
        border-left: .0625rem solid #fff;
        padding-left: .625rem;
    }

    .side-menu-list ul {
        padding: .3125rem 0;
        margin: 0;
        list-style: none;
    }

    .side-menu-list ul li a {
        color: #ffffff;
        font-size: .9375rem;
        padding: .3125rem 0;
        display: block;
        font-weight: 600;
    }

    .side-menu-list ul li a i {
        opacity: 0.6;
        margin-right: .5rem;
    }

    .side-menu-list ul li .badge {
        border-radius: .5rem;
        color: #fff;
        min-width: 1.25rem;
        height: .8125rem;
        line-height: .75rem;
        padding: 0;
        position: relative;
        top: -0.25rem;
        font-size: .625rem;
    }

    section.home-banner-area {
        padding: .3125rem 0;
        margin-bottom: .625rem !important;
    }

    .category-sidebar {
        padding-top: .9375rem;
        background: transparent;
    }

    .category-sidebar .sub-cat-menu {
        display: none !important;
    }

    .category-sidebar .categories>li {
        width: 7.5rem;
        height: 6.875rem;
        display: inline-block;
        background: #fff;
        border-radius: .3125rem;
        border: .0625rem solid #e9e9e9 !important;
        margin-right: .3125rem;
        vertical-align: top;
    }

    .category-sidebar .categories {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
    }

    .category-sidebar .categories>li>a>* {
        display: block;
    }

    .category-sidebar .categories>li>a {
        text-align: center;
        height: 100%;
        text-overflow: unset;
        white-space: initial;
        border: none !important;
        padding: 1.375rem .625rem;
    }

    .category-sidebar .categories>li>a .cat-image {
        margin: auto;
        width: 1.5rem;
        margin-bottom: .5rem;
    }

    .category-sidebar .categories>li>a .cat-name {
        font-size: .75rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 2.25rem;
    }

    .sub-category-menu {
        padding: 2.5rem 1.875rem;
    }

    .all-category-menu ul li {
        width: 25%;
    }

    /**/
    .home-slide img {
        height: 20rem !important;
    }

    .left-top-bar {
        display: flex;
        margin: 0;
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        justify-content: center;
        padding: .3125rem;
    }

    ul.categories {
        height: 8.125rem !important;
    }

    .trending-category ul {
        flex-wrap: wrap;
    }

    .trend-category-single {
        /* border: .0625rem solid #046ee8 !important; */
    }

    .trending-category ul li {
        display: inline-block;
        width: 49%;
        margin-bottom: .3125rem;
    }

    .footer-top-bar .col-lg-3 {
        border: .0625rem solid #eee;
    }
}

/* md */
@media (max-width: 61.9988rem) {
    .home-slide .home-slide-item {
        height: auto !important;
    }
}

/* md */
@media (max-width: 47.9375rem) {
    .btn.btn-styled.btn-base-1 {
        width: 11.875rem;
    }

    .product-title {
        max-height: 1.5625rem;
    }

    .all-category-menu ul {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
        padding: .625rem;
    }

    .all-category-menu ul li {
        display: inline-block;
        width: 31%;
        height: 5rem;
        float: none !important;
        text-align: center;
        padding: .5rem;
        vertical-align: top;
        margin: 1%;
    }

    .all-category-menu ul li a .cat-name {
        white-space: initial;
        margin-top: .3125rem;
        font-weight: 700;
    }

    .all-category-menu ul li::before {
        border: .0625rem solid #f3f1f1;
    }

    .sub-category-menu ul li {
        width: 50%;
    }


    .footer-bottom .copyright {
        font-size: 12.8px;
        text-align: center !important;
    }

    .cart_items_toggle {
        left: 0;
        width: 100% !important;
    }

    .row.no-gutters.position-relative.ml-m8.mr-8 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .px-2.py-4.p-md-4.bg-white.shadow-sm.ml-m8.mr-8 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .home-slide img {
        height: 13.75rem !important;
        object-fit: fill;
        border-radius: 1.4375rem;
    }

    .footer-top-bar .col-lg-3:first-child {
        border: 0 !important;
    }

    .footer-top-bar .col-lg-3 {
        border: 0 !important;
    }
}


/* sm */
@media (max-width: 35.9375rem) {
    .mid_cart_items {
        padding: .125rem;
        /* display: none !important; */
    }

    .sub-category-menu {
        padding: 1.875rem 1.25rem;
    }

    .hamburger-icon {
        top: 0;
        left: .9375rem;
        margin-right: .625rem;
    }
}

ul.inline-links>li {
    vertical-align: top;
}

.c-rating>label {
    color: #d9dbdc;
    float: right;
    margin-bottom: 0;
}

.c-rating>label:before {
    margin: 0 .125rem;
    font-size: 1rem;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

.c-rating>input {
    display: none;
}

.c-rating>input:checked~label,
.c-rating:not(:checked)>label:hover,
.c-rating:not(:checked)>label:hover~label {
    color: #ffcc00;
}

.c-rating>input:checked+label:hover,
.c-rating>input:checked~label:hover,
.c-rating>label:hover~input:checked~label,
.c-rating>input:checked~label:hover~label {
    color: #ffcc00;
}

.img-upload-preview {
    border: .125rem dashed #ddd;
    height: 10rem;
    border-radius: .1875rem;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: .3125rem;
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    position: relative;
    margin-bottom: 1.25rem;
}

.img-upload-preview .close-btn {
    right: .1875rem;
    top: .1875rem;
    background: rgb(237, 60, 32);
    border-radius: .1875rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: absolute;
    padding: 0;
}

/* smedia */
/*=====================*/
.social-nav {
    padding: 0;
    list-style: none;
    margin: 0rem auto;
}

.social-nav li {
    display: inline-block;
}

.social-nav a {
    /* display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 2.125rem;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; */
}

.top-bar .social-nav {
    float: none !important;
}

.top-bar .social-nav a {
    float: left;
    width: .9375rem;
    height: .9375rem;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social-nav a .fa {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.social-nav a:hover .fa {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.model-0 {
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 3.125rem;
}

.model-0 li {
    float: none;
    display: block;
}

.model-0 a:hover {
    padding-left: 1.25rem;
    width: 4.0625rem;
}

.model-0 .twitter {
    background: #00aced;
}

.model-0 .facebook {
    background: #3b579d;
}

.model-0 .google-plus {
    background: #dd4a3a;
}

.model-0 .linkedin {
    background: #007bb6;
}

.model-0 .pinterest {
    background: #cb2026;
}

.model-1 li {
    margin: 0 .125rem;
}

.model-1 a {
    background: #fff;
    -webkit-transition: -webkit-transform 1s, background 0.4s;
    -moz-transition: -moz-transform 1s, background 0.4s;
    -o-transition: -o-transform 1s, background 0.4s;
    transition: transform 1s, background 0.4s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.model-1 a:hover {
    -webkit-transform: translateY(-0.625rem);
    -moz-transform: translateY(-0.625rem);
    -ms-transform: translateY(-0.625rem);
    -o-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.model-1 .twitter {
    color: #00aced;
}

.model-1 .facebook {
    color: #3b579d;
}

.model-1 .google-plus {
    color: #dd4a3a;
}

.model-1 .linkedin {
    color: #007bb6;
}

.model-1 .pinterest {
    color: #cb2026;
}

.model-1 .skype {
    color: #01aef2;
}

.model-1 .youtube {
    color: #e62117;
}

.model-2 a {
    overflow: hidden;
    font-size: 1.125rem;
    -webkit-border-radius: .125rem;
    -moz-border-radius: .125rem;
    -ms-border-radius: .125rem;
    -o-border-radius: .125rem;
    border-radius: .125rem;
    margin: 0 .3125rem;
}

.model-2 a:hover {
    background: #fff;
    text-shadow: 0rem 0rem #d4d4d4, .0625rem .0625rem #d4d4d4, .125rem .125rem #d4d4d4,
        .1875rem .1875rem #d4d4d4, .25rem .25rem #d4d4d4, .3125rem .3125rem #d4d4d4, .375rem .375rem #d4d4d4,
        .4375rem .4375rem #d4d4d4, .5rem .5rem #d4d4d4, .5625rem .5625rem #d4d4d4, .625rem .625rem #d4d4d4,
        .6875rem .6875rem #d4d4d4, .75rem .75rem #d4d4d4, .8125rem .8125rem #d4d4d4,
        .875rem .875rem #d4d4d4, .9375rem .9375rem #d4d4d4, 1rem 1rem #d4d4d4,
        1.0625rem 1.0625rem #d4d4d4, 1.125rem 1.125rem #d4d4d4, 1.1875rem 1.1875rem #d4d4d4,
        1.25rem 1.25rem #d4d4d4, 1.3125rem 1.3125rem #d4d4d4, 1.375rem 1.375rem #d4d4d4,
        1.4375rem 1.4375rem #d4d4d4, 1.5rem 1.5rem #d4d4d4, 1.5625rem 1.5625rem #d4d4d4,
        1.625rem 1.625rem #d4d4d4, 1.6875rem 1.6875rem #d4d4d4, 1.75rem 1.75rem #d4d4d4,
        1.8125rem 1.8125rem #d4d4d4, 1.875rem 1.875rem #d4d4d4;
}

.model-2 .twitter {
    background: #00aced;
    text-shadow: 0rem 0rem #0087ba, .0625rem .0625rem #0087ba, .125rem .125rem #0087ba,
        .1875rem .1875rem #0087ba, .25rem .25rem #0087ba, .3125rem .3125rem #0087ba, .375rem .375rem #0087ba,
        .4375rem .4375rem #0087ba, .5rem .5rem #0087ba, .5625rem .5625rem #0087ba, .625rem .625rem #0087ba,
        .6875rem .6875rem #0087ba, .75rem .75rem #0087ba, .8125rem .8125rem #0087ba,
        .875rem .875rem #0087ba, .9375rem .9375rem #0087ba, 1rem 1rem #0087ba,
        1.0625rem 1.0625rem #0087ba, 1.125rem 1.125rem #0087ba, 1.1875rem 1.1875rem #0087ba,
        1.25rem 1.25rem #0087ba, 1.3125rem 1.3125rem #0087ba, 1.375rem 1.375rem #0087ba,
        1.4375rem 1.4375rem #0087ba, 1.5rem 1.5rem #0087ba, 1.5625rem 1.5625rem #0087ba,
        1.625rem 1.625rem #0087ba, 1.6875rem 1.6875rem #0087ba, 1.75rem 1.75rem #0087ba,
        1.8125rem 1.8125rem #0087ba, 1.875rem 1.875rem #0087ba;
}

.model-2 .twitter:hover {
    color: #00aced;
}

.model-2 .instagram {
    background: #e1306c;
    text-shadow: 0rem 0rem #e1306c, .0625rem .0625rem #e1306c, .125rem .125rem #e1306c,
        .1875rem .1875rem #e1306c, .25rem .25rem #e1306c, .3125rem .3125rem #e1306c, .375rem .375rem #e1306c,
        .4375rem .4375rem #e1306c, .5rem .5rem #e1306c, .5625rem .5625rem #e1306c, .625rem .625rem #e1306c,
        .6875rem .6875rem #e1306c, .75rem .75rem #e1306c, .8125rem .8125rem #e1306c,
        .875rem .875rem #e1306c, .9375rem .9375rem #e1306c, 1rem 1rem #e1306c,
        1.0625rem 1.0625rem #e1306c, 1.125rem 1.125rem #e1306c, 1.1875rem 1.1875rem #e1306c,
        1.25rem 1.25rem #e1306c, 1.3125rem 1.3125rem #e1306c, 1.375rem 1.375rem #e1306c,
        1.4375rem 1.4375rem #e1306c, 1.5rem 1.5rem #e1306c, 1.5625rem 1.5625rem #e1306c,
        1.625rem 1.625rem #e1306c, 1.6875rem 1.6875rem #e1306c, 1.75rem 1.75rem #e1306c,
        1.8125rem 1.8125rem #e1306c, 1.875rem 1.875rem #e1306c;
}

.model-2 .instagram:hover {
    color: #e1306c;
}

.model-2 .facebook {
    background: #3b579d;
    text-shadow: 0rem 0rem #2d4278, .0625rem .0625rem #2d4278, .125rem .125rem #2d4278,
        .1875rem .1875rem #2d4278, .25rem .25rem #2d4278, .3125rem .3125rem #2d4278, .375rem .375rem #2d4278,
        .4375rem .4375rem #2d4278, .5rem .5rem #2d4278, .5625rem .5625rem #2d4278, .625rem .625rem #2d4278,
        .6875rem .6875rem #2d4278, .75rem .75rem #2d4278, .8125rem .8125rem #2d4278,
        .875rem .875rem #2d4278, .9375rem .9375rem #2d4278, 1rem 1rem #2d4278,
        1.0625rem 1.0625rem #2d4278, 1.125rem 1.125rem #2d4278, 1.1875rem 1.1875rem #2d4278,
        1.25rem 1.25rem #2d4278, 1.3125rem 1.3125rem #2d4278, 1.375rem 1.375rem #2d4278,
        1.4375rem 1.4375rem #2d4278, 1.5rem 1.5rem #2d4278, 1.5625rem 1.5625rem #2d4278,
        1.625rem 1.625rem #2d4278, 1.6875rem 1.6875rem #2d4278, 1.75rem 1.75rem #2d4278,
        1.8125rem 1.8125rem #2d4278, 1.875rem 1.875rem #2d4278;
}

.model-2 .facebook:hover {
    color: #3b579d;
}

.model-2 .google-plus {
    background: #dd4a3a;
    text-shadow: 0rem 0rem #c23122, .0625rem .0625rem #c23122, .125rem .125rem #c23122,
        .1875rem .1875rem #c23122, .25rem .25rem #c23122, .3125rem .3125rem #c23122, .375rem .375rem #c23122,
        .4375rem .4375rem #c23122, .5rem .5rem #c23122, .5625rem .5625rem #c23122, .625rem .625rem #c23122,
        .6875rem .6875rem #c23122, .75rem .75rem #c23122, .8125rem .8125rem #c23122,
        .875rem .875rem #c23122, .9375rem .9375rem #c23122, 1rem 1rem #c23122,
        1.0625rem 1.0625rem #c23122, 1.125rem 1.125rem #c23122, 1.1875rem 1.1875rem #c23122,
        1.25rem 1.25rem #c23122, 1.3125rem 1.3125rem #c23122, 1.375rem 1.375rem #c23122,
        1.4375rem 1.4375rem #c23122, 1.5rem 1.5rem #c23122, 1.5625rem 1.5625rem #c23122,
        1.625rem 1.625rem #c23122, 1.6875rem 1.6875rem #c23122, 1.75rem 1.75rem #c23122,
        1.8125rem 1.8125rem #c23122, 1.875rem 1.875rem #c23122;
}

.model-2 .google-plus:hover {
    color: #dd4a3a;
}

.model-2 .linkedin {
    background: #007bb6;
    text-shadow: 0rem 0rem #005983, .0625rem .0625rem #005983, .125rem .125rem #005983,
        .1875rem .1875rem #005983, .25rem .25rem #005983, .3125rem .3125rem #005983, .375rem .375rem #005983,
        .4375rem .4375rem #005983, .5rem .5rem #005983, .5625rem .5625rem #005983, .625rem .625rem #005983,
        .6875rem .6875rem #005983, .75rem .75rem #005983, .8125rem .8125rem #005983,
        .875rem .875rem #005983, .9375rem .9375rem #005983, 1rem 1rem #005983,
        1.0625rem 1.0625rem #005983, 1.125rem 1.125rem #005983, 1.1875rem 1.1875rem #005983,
        1.25rem 1.25rem #005983, 1.3125rem 1.3125rem #005983, 1.375rem 1.375rem #005983,
        1.4375rem 1.4375rem #005983, 1.5rem 1.5rem #005983, 1.5625rem 1.5625rem #005983,
        1.625rem 1.625rem #005983, 1.6875rem 1.6875rem #005983, 1.75rem 1.75rem #005983,
        1.8125rem 1.8125rem #005983, 1.875rem 1.875rem #005983;
}

.model-2 .linkedin:hover {
    color: #007bb6;
}

.model-2 .pinterest {
    background: #cb2026;
    text-shadow: 0rem 0rem #9f191e, .0625rem .0625rem #9f191e, .125rem .125rem #9f191e,
        .1875rem .1875rem #9f191e, .25rem .25rem #9f191e, .3125rem .3125rem #9f191e, .375rem .375rem #9f191e,
        .4375rem .4375rem #9f191e, .5rem .5rem #9f191e, .5625rem .5625rem #9f191e, .625rem .625rem #9f191e,
        .6875rem .6875rem #9f191e, .75rem .75rem #9f191e, .8125rem .8125rem #9f191e,
        .875rem .875rem #9f191e, .9375rem .9375rem #9f191e, 1rem 1rem #9f191e,
        1.0625rem 1.0625rem #9f191e, 1.125rem 1.125rem #9f191e, 1.1875rem 1.1875rem #9f191e,
        1.25rem 1.25rem #9f191e, 1.3125rem 1.3125rem #9f191e, 1.375rem 1.375rem #9f191e,
        1.4375rem 1.4375rem #9f191e, 1.5rem 1.5rem #9f191e, 1.5625rem 1.5625rem #9f191e,
        1.625rem 1.625rem #9f191e, 1.6875rem 1.6875rem #9f191e, 1.75rem 1.75rem #9f191e,
        1.8125rem 1.8125rem #9f191e, 1.875rem 1.875rem #9f191e;
}

.model-2 .pinterest:hover {
    color: #cb2026;
}

.model-2 .skype {
    background: #01aef2;
    text-shadow: 0rem 0rem #2b88ad, .0625rem .0625rem #2b88ad, .125rem .125rem #2b88ad,
        .1875rem .1875rem #2b88ad, .25rem .25rem #2b88ad, .3125rem .3125rem #2b88ad, .375rem .375rem #2b88ad,
        .4375rem .4375rem #2b88ad, .5rem .5rem #2b88ad, .5625rem .5625rem #2b88ad, .625rem .625rem #2b88ad,
        .6875rem .6875rem #2b88ad, .75rem .75rem #2b88ad, .8125rem .8125rem #2b88ad,
        .875rem .875rem #2b88ad, .9375rem .9375rem #2b88ad, 1rem 1rem #2b88ad,
        1.0625rem 1.0625rem #2b88ad, 1.125rem 1.125rem #2b88ad, 1.1875rem 1.1875rem #2b88ad,
        1.25rem 1.25rem #2b88ad, 1.3125rem 1.3125rem #2b88ad, 1.375rem 1.375rem #2b88ad,
        1.4375rem 1.4375rem #2b88ad, 1.5rem 1.5rem #2b88ad, 1.5625rem 1.5625rem #2b88ad,
        1.625rem 1.625rem #2b88ad, 1.6875rem 1.6875rem #2b88ad, 1.75rem 1.75rem #2b88ad,
        1.8125rem 1.8125rem #2b88ad, 1.875rem 1.875rem #2b88ad;
}

.model-2 .skype:hover {
    color: #01aef2;
}

.model-2 .youtube {
    background: #e62117;
    text-shadow: 0rem 0rem #9f191e, .0625rem .0625rem #9f191e, .125rem .125rem #9f191e,
        .1875rem .1875rem #9f191e, .25rem .25rem #9f191e, .3125rem .3125rem #9f191e, .375rem .375rem #9f191e,
        .4375rem .4375rem #9f191e, .5rem .5rem #9f191e, .5625rem .5625rem #9f191e, .625rem .625rem #9f191e,
        .6875rem .6875rem #9f191e, .75rem .75rem #9f191e, .8125rem .8125rem #9f191e,
        .875rem .875rem #9f191e, .9375rem .9375rem #9f191e, 1rem 1rem #9f191e,
        1.0625rem 1.0625rem #9f191e, 1.125rem 1.125rem #9f191e, 1.1875rem 1.1875rem #9f191e,
        1.25rem 1.25rem #9f191e, 1.3125rem 1.3125rem #9f191e, 1.375rem 1.375rem #9f191e,
        1.4375rem 1.4375rem #9f191e, 1.5rem 1.5rem #9f191e, 1.5625rem 1.5625rem #9f191e,
        1.625rem 1.625rem #9f191e, 1.6875rem 1.6875rem #9f191e, 1.75rem 1.75rem #9f191e,
        1.8125rem 1.8125rem #9f191e, 1.875rem 1.875rem #9f191e;
}

.model-2 .youtube:hover {
    color: #e62117;
}

.model-2 .rss {
    background: #ffa500;
    text-shadow: 0rem 0rem #a37217, .0625rem .0625rem #a37217, .125rem .125rem #a37217,
        .1875rem .1875rem #a37217, .25rem .25rem #a37217, .3125rem .3125rem #a37217, .375rem .375rem #a37217,
        .4375rem .4375rem #a37217, .5rem .5rem #a37217, .5625rem .5625rem #a37217, .625rem .625rem #a37217,
        .6875rem .6875rem #a37217, .75rem .75rem #a37217, .8125rem .8125rem #a37217,
        .875rem .875rem #a37217, .9375rem .9375rem #a37217, 1rem 1rem #a37217,
        1.0625rem 1.0625rem #a37217, 1.125rem 1.125rem #a37217, 1.1875rem 1.1875rem #a37217,
        1.25rem 1.25rem #a37217, 1.3125rem 1.3125rem #a37217, 1.375rem 1.375rem #a37217,
        1.4375rem 1.4375rem #a37217, 1.5rem 1.5rem #a37217, 1.5625rem 1.5625rem #a37217,
        1.625rem 1.625rem #a37217, 1.6875rem 1.6875rem #a37217, 1.75rem 1.75rem #a37217,
        1.8125rem 1.8125rem #a37217, 1.875rem 1.875rem #a37217;
}

.model-2 .rss:hover {
    color: #ffa500;
}

.model-3 {
    margin-bottom: 3.125rem;
}

.model-3 a {
    background: #fff;
    -webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
    margin: 0 .3125rem;
}

.model-3 a:after {
    content: "";
    position: absolute;
    border: 1.5rem solid #fff;
    z-index: -1;
    border-bottom-color: transparent !important;
    left: 0;
    top: 60%;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}

.model-3 a:hover {
    color: #fff;
    padding-top: .625rem;
}

.model-3 a:hover:after {
    -webkit-transform: translateY(.625rem);
    -moz-transform: translateY(.625rem);
    -ms-transform: translateY(.625rem);
    -o-transform: translateY(.625rem);
    transform: translateY(.625rem);
}

.model-3 .twitter {
    color: #00aced;
}

.model-3 .twitter:hover {
    background: #00aced;
}

.model-3 .twitter:hover:after {
    border-color: #00aced;
}

.model-3 .facebook {
    color: #3b579d;
}

.model-3 .facebook:hover {
    background: #3b579d;
}

.model-3 .facebook:hover:after {
    border-color: #3b579d;
}

.model-3 .google-plus {
    color: #dd4a3a;
}

.model-3 .google-plus:hover {
    background: #dd4a3a;
}

.model-3 .google-plus:hover:after {
    border-color: #dd4a3a;
}

.model-3 .linkedin {
    color: #007bb6;
}

.model-3 .linkedin:hover {
    background: #007bb6;
}

.model-3 .linkedin:hover:after {
    border-color: #007bb6;
}

.model-3 .pinterest {
    color: #cb2026;
}

.model-3 .pinterest:hover {
    background: #cb2026;
}

.model-3 .pinterest:hover:after {
    border-color: #cb2026;
}

.model-4 li {
    margin: 0 -0.3125rem;
}

.model-4 a {
    background: none;
    line-height: 1.7;
    font-size: .875rem;
}

.model-4 a:hover {
    color: #1e2127;
}

.model-4 .twitter {
    color: #00aced;
}

.model-4 .facebook {
    color: #3b579d;
}

.model-4 .google-plus {
    color: #dd4a3a;
}

.model-4 .linkedin {
    color: #007bb6;
}

.model-4 .pinterest {
    color: #cb2026;
}

.model-4 .skype {
    color: #01aef2;
}

.model-4 .youtube {
    color: #e62117;
}

.model-4 .rss {
    color: #ffa500;
}

.model-5 li {
    float: left;
}

.model-5 a {
    background: #222;
}

.model-5 .twitter:hover {
    color: #00aced;
}

.model-5 .facebook:hover {
    color: #3b579d;
}

.model-5 .google-plus:hover {
    color: #dd4a3a;
}

.model-5 .linkedin:hover {
    color: #007bb6;
}

.model-5 .pinterest:hover {
    color: #cb2026;
}

.model-6 li {
    float: left;
}

.model-6 a:hover {
    background: #fff;
}

.model-6 .twitter {
    background: #00aced;
}

.model-6 .twitter:hover {
    color: #00aced;
}

.model-6 .facebook {
    background: #3b579d;
}

.model-6 .facebook:hover {
    color: #3b579d;
}

.model-6 .google-plus {
    background: #dd4a3a;
}

.model-6 .google-plus:hover {
    color: #dd4a3a;
}

.model-6 .linkedin {
    background: #007bb6;
}

.model-6 .linkedin:hover {
    color: #007bb6;
}

.model-6 .pinterest {
    background: #cb2026;
}

.model-6 .pinterest:hover {
    color: #cb2026;
}

.model-7 li {
    margin: 0 .625rem;
}

.model-7 a {
    background: none;
    -webkit-box-shadow: 0 0 .25rem .1875rem;
    -moz-box-shadow: 0 0 .25rem .1875rem;
    box-shadow: 0 0 .25rem .1875rem;
    text-shadow: 0 0 .0625rem #333333;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    -o-transition: -o-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.model-7 a .fa {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

.model-7 a:hover {
    background: #fff;
}

.model-7 a:hover .fa {
    -webkit-transform: rotate(-10deg) scale(3);
    -moz-transform: rotate(-10deg) scale(3);
    -ms-transform: rotate(-10deg) scale(3);
    -o-transform: rotate(-10deg) scale(3);
    transform: rotate(-10deg) scale(3);
}

.model-7 .twitter {
    color: #00aced;
}

.model-7 .facebook {
    color: #3b579d;
}

.model-7 .google-plus {
    color: #dd4a3a;
}

.model-7 .linkedin {
    color: #007bb6;
}

.model-7 .pinterest {
    color: #cb2026;
}

.model-8 a {
    background: #fff;
}

.model-8 a:hover {
    -webkit-box-shadow: 0 3rem 0 inset;
    -moz-box-shadow: 0 3rem 0 inset;
    box-shadow: 0 3rem 0 inset;
}

.model-8 a:hover>.fa {
    color: #fff;
}

.model-8 .twitter {
    color: #00aced;
}

.model-8 .twitter:hover {
    color: #00aced;
}

.model-8 .facebook {
    color: #3b579d;
}

.model-8 .facebook:hover {
    color: #3b579d;
}

.model-8 .google-plus {
    color: #dd4a3a;
}

.model-8 .google-plus:hover {
    color: #dd4a3a;
}

.model-8 .linkedin {
    color: #007bb6;
}

.model-8 .linkedin:hover {
    color: #007bb6;
}

.model-8 .pinterest {
    color: #cb2026;
}

.model-8 .pinterest:hover {
    color: #cb2026;
}

.model-9 li {
    margin: 0 .625rem;
}

.model-9 a {
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.model-9 a:hover {
    background: #fff;
}

.model-9 .twitter {
    background: #00aced;
}

.model-9 .twitter:hover {
    color: #00aced;
}

.model-9 .facebook {
    background: #3b579d;
}

.model-9 .facebook:hover {
    color: #3b579d;
}

.model-9 .google-plus {
    background: #dd4a3a;
}

.model-9 .google-plus:hover {
    color: #dd4a3a;
}

.model-9 .linkedin {
    background: #007bb6;
}

.model-9 .linkedin:hover {
    color: #007bb6;
}

.model-9 .pinterest {
    background: #cb2026;
}

.model-9 .pinterest:hover {
    color: #cb2026;
}

.model-3d-0 a {
    background: #333;
    float: left;
    margin: 0 .625rem;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.model-3d-0 a:hover .fornt {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.model-3d-0 .front,
.model-3d-0 .back {
    width: 3rem;
    height: 3rem;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(1.125rem);
    -moz-transform: translateZ(1.125rem);
    -ms-transform: translateZ(1.125rem);
    -o-transform: translateZ(1.125rem);
    transform: translateZ(1.125rem);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.model-3d-0 .back {
    font-size: 2rem;
    -webkit-transform: rotateX(90deg) translateZ(1.125rem);
    -moz-transform: rotateX(90deg) translateZ(1.125rem);
    -ms-transform: rotateX(90deg) translateZ(1.125rem);
    -o-transform: rotateX(90deg) translateZ(1.125rem);
    transform: rotateX(90deg) translateZ(1.125rem);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.model-3d-0 .twitter .back {
    background: #00aced;
}

.model-3d-0 .facebook .back {
    background: #3b579d;
}

.model-3d-0 .google-plus .back {
    background: #dd4a3a;
}

.model-3d-0 .linkedin .back {
    background: #007bb6;
}

.model-3d-0 .pinterest .back {
    background: #cb2026;
}

.model-3d-1 a {
    background: #fff;
    color: #666;
    float: left;
    margin: 0 .625rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.model-3d-1 a:hover {
    color: #fff;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.model-3d-1 a:hover .fornt {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.model-3d-1 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.model-3d-1 .front,
.model-3d-1 .back {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.model-3d-1 .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.model-3d-1 .twitter .back {
    background: #00aced;
}

.model-3d-1 .facebook .back {
    background: #3b579d;
}

.model-3d-1 .google-plus .back {
    background: #dd4a3a;
}

.model-3d-1 .linkedin .back {
    background: #007bb6;
}

.model-3d-1 .pinterest .back {
    background: #cb2026;
}

.site-wrap {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

@media (min-width: 93.75rem) {
    .container {
        max-width: 87.5rem;
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.gutters-5 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
}

.gutters-5>.col,
.gutters-5>[class*="col-"] {
    padding-right: .3125rem;
    padding-left: .3125rem;
}

.gutters-10 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.gutters-10>.col,
.gutters-10>[class*="col-"] {
    padding-right: .625rem;
    padding-left: .625rem;
}

.gutters-15 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

@media (max-width: 36rem) {

    .product-card-2 .card-image img,
    .product-box-1 .card-image img,
    .product-box-2.alt-box .product-image img {
        height: 8.75rem;
    }

    .product-box-2 .product-image {
        margin: 9.6px;
    }
}

@media (max-width: 47.9375rem) {
    .sm-px-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .sm-no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .sm-no-gutters>.col,
    .sm-no-gutters>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.product-box-4 .product-image {
    padding: .75rem;
    border-right: .0625rem solid #eee;
    height: 6.25rem;
    width: 6.25rem;
    max-width: 6.25rem;
    flex: 0 0 6.25rem;
    text-align: center;
}

.product-box-4 {
    border: .0625rem solid #eee;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.product-box-4 .product-image img {
    max-height: 5rem;
}

.product-box-4 .product-details {
    padding: .9375rem;
}

.product-box-4 .product-details .title {
    font-size: .9375rem;
    font-weight: 700;
    margin-bottom: .125rem;
}

.product-box-4 .product-details .title a {
    color: #333;
}

.product-box-4 .product-details .price-box .product-price {
    font-size: .875rem;
}

.product-box-4 .product-details .price-box .old-product-price {
    font-size: .8125rem;
}

.product-box-4:hover {
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.2);
}

.star-rating i {
    color: #bfbfbf;
}

.star-rating .active {
    color: #ffcc00;
}

.star-rating .half {
    position: relative;
}

.star-rating .half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #f4c150;
    z-index: 1;
}

.box-2 .img {
    max-height: 3.125rem;
}

.box-2 .name {
    font-size: .875rem;
    font-weight: 400;
    opacity: 0.8;
}

.box-3 img {
    max-height: 3.75rem;
    margin: 0 auto;
}

.brand-box {
    padding: .3125rem;
}

.brand-box a {
    border: .0625rem solid #eee;
}

.brand-box a:hover {
    box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, 0.1);
}

.brand-box .img {
    padding: .3125rem;
    text-align: center;
}

.brand-box img {
    height: 3.125rem;
}

.brand-box .name {
    padding-left: .625rem;
}

.hov-bounce:hover {
    transform: translateY(-0.1875rem);
    -webkit-transform: translateY(-0.1875rem);
    -ms-webkit-transform: translateY(-0.1875rem);
}

.icon-anim:hover i {
    transform: translateX(.25rem);
    -webkit-transform: translateX(.25rem);
}

.icon-anim i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.radio-box {
    position: relative;
    display: block;
    float: left;
    width: 1rem;
    height: 1rem;
    border: .125rem solid #c8ccd4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.radio-box:after {
    content: "";
    position: absolute;
    top: .125rem;
    left: .125rem;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background: #225cff;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}

label:hover .radio-box:after {
    transform: scale(3);
}

input[type="radio"]:checked+.radio-box {
    border-color: #225cff;
}

input[type="radio"]:checked+.radio-box:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.form-control-lg+.select2-container--default .select2-selection--single {
    height: calc(48px + .125rem);
}

.form-control-lg+.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15.52px 1.6px;
}

.select2-dropdown,
.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: .0625rem solid #e6e6e6;
}

.select2-dropdown .select2-results__option:not(:last-child) {
    border-bottom: .0625rem solid #e6e8e8;
}

.select2-dropdown .select2-results__option {
    padding: .75rem;
}

.select2-dropdown .select2-results__option:hover {
    background-color: #e6e6e6;
}

.trend-category-single .img img {
    height: 7.5rem;
}

.club-point {
    padding: .1875rem .625rem;
    border-radius: .125rem;
    color: #333;
    font-size: .75rem;
}

.pos-product {
    overflow-y: auto;
    max-height: calc(100vh - 18.75rem);
    height: calc(100vh - 18.75rem);
    overflow-x: hidden;
}

.pos-product .product-card {
    margin-bottom: 1.25rem;
    cursor: pointer;
    position: relative;
}

.pos-product .product-card .price,
.pos-product .product-card .out-stock,
.pos-product .product-card .stock {
    position: absolute;
    top: .1875rem;
    background: #294f75;
    color: #fff;
    padding: .125rem;
    font-size: .625rem;
    font-weight: 700;
    left: 0;
}

.pos-product .product-card .out-stock,
.pos-product .product-card .stock {
    margin-top: 1.3125rem;
    background: #44ad4c;
}

.pos-product .product-card .out-stock {
    margin-top: 1.3125rem;
    background: #e22020;
}

.pos-product .product-card .card-body {
    padding: .3125rem;
}

.plus-minus .input-group-addon {
    padding-left: .3125rem;
    padding-right: .3125rem;
    display: table-cell;
    width: 25%;
    min-width: auto;
}

.plus-minus {
    width: 100%;
    display: table;
}

.pos-cart {
    overflow-y: auto;
    max-height: calc(100vh - 32.5rem);
    height: calc(100vh - 32.5rem);
    overflow-x: hidden;
}

.aiz-rounded-check {
    border-radius: 50%;
    background: 0 0;
    position: relative;
    height: 1rem;
    width: 1rem;
    border: .0625rem solid #d1d7e2;
}

.aiz-rounded-check:after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -0.1875rem;
    margin-top: -0.1875rem;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: var(--primary);
}

.aiz-megabox {
    position: relative;
    cursor: pointer;
}

.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aiz-megabox .aiz-megabox-elem {
    border: .0625rem solid #e2e5ec;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px
}

.aiz-megabox>input:checked~span .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: var(--primary);
}

.aiz-product-description table td,
.aiz-product-description table th {
    border: .0625rem solid #f1f1f1;
    padding: 12px;
}

.aiz-custom-page table td,
.aiz-custom-page table th {
    border: .0625rem solid #f1f1f1;
    padding: 12px;
}

/* CW Css */
.mid_cart_items {
    position: fixed;
    right: 0;
    top: 14.875rem;
    background: #192038;
    display: inline-block;
    padding-top: .625rem;
    border-radius: .25rem 0 0 .25rem;
    cursor: pointer;
    color: #fff !important;
    font-weight: 500;
    z-index: 999;
    box-shadow: .125rem .625rem 1.25rem #0000004f;
    text-align: center;
    width: 4rem;
    border: solid .0625rem #DF1F8F;
}

.mid_cart_items .la.la-shopping-cart.d-inline-block.nav-box-icon {
    font-size: 1.125rem;
}

.cart_items_toggle {
    display: none;
}

.mid_cart-close {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    text-align: center;
    background: #9B3864;
    color: #fff;
    float: right;
    cursor: pointer;
    margin-right: .9375rem;
}

.mid_cart-close:hover {
    opacity: 0.8;
}

.cart_items_toggle {
    position: fixed;
    right: 0;
    width: 23.875rem;
    height: 100vh;
    background: #fff;
    z-index: 999;
    top: 0;
    border-left: .0625rem solid #eee;
    padding: .9375rem 0;
    box-shadow: 0 0 1.25rem #0908082e;
}

/* .lg-CheckoutButton {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1.25rem auto;
    background: rgba(208, 100, 148, 1);
    border: 0;
    width: 90%;
    height: 2.5rem;
    border-radius: 2rem;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.lg-CheckoutButton:hover {
    opacity: 0.8;
}

.lg-CheckoutButton a {
    color: #fff !important;
    font-weight: 700;
} */

.mid_cart_items .bdt-tk {
    padding: .3125rem 0rem;
    background: #DF1F8F;
    border-radius: 0 0 0 .3125rem;
    color: #ffffff;
    text-align: center;
    margin: .125rem 0 0 0;
}

.cart_items_toggle .dropdown-cart .dc-item {
    padding: .3125rem 1.5625rem .3125rem .9375rem;

    background: #fff;
    border: .125rem solid #ec6c8d;
    border-radius: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fa.fa-shopping-bag.d-inline-block.nav-box-icon {
    font-size: 1.5625rem;
}

/* Add to cart btn */
.add-to-cart-btn {
    background: #DF1F8F;
    color: #fff;
    display: block;
    padding: .625rem 0rem;
    border-radius: .1875rem;
    margin-top: .625rem;
    /* text-transform: uppercase; */
    font-weight: 700;
    border: .0625rem solid #C81B80;
    text-align: center;
}

.add-to-cart-btn:hover {
    background: #C81B80;
    color: #fff;
}

.mlm-4 {
    /* margin-left: -0.3125rem !important; */
}

.footer-contact li {
    line-height: 1.6875rem;
}

.todays-hot-deal {
    color: #fff;
    font-weight: 600;
    padding: .625rem 0 .1875rem;
    font-size: 1.375rem !important;
    background: #ed1c24;
}

.todays-hot-deal .badge {
    position: absolute;
    top: .4375rem;
    margin-left: .3125rem;
    margin-top: .625rem;
}

.price-search-btn {
    background: #ed1c24;
    border: 0;
    font-size: .875rem;
    color: #fff;
    font-weight: 600;
    padding: .375rem .5rem;
    border-radius: .1875rem;
    margin: 0 .625rem 0 .625rem;
}

.price-input {
    /* width: 5rem; */
}

.price-input-col-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-input-col.pos-rel {
    position: relative;
}

#price-min {}

#price-max {}

#price-min:focus {
    border: .0625rem solid #ddd !important;
}

#price-max:focus {
    border: .0625rem solid #ddd !important;
}

.price-input-col.icon {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;

}

.left-input-col {
    margin-right: .625rem;
    margin-left: .625rem;
}

.increment {
    border-bottom: .0625rem solid #d0d0d0;
}

.increment,
.decrement {
    padding: .0625rem .3125rem;
    background: #eee;
    display: inline-block;
    text-align: center;
    font-size: .625rem;
    cursor: pointer;
}

.add-to-cart.btn.best-sel-add-btn {
    background: #9B3864;
    color: #fff;
    border: .0625rem solid #d34787;
    font-size: 1.25rem;
    line-height: 0rem;
    margin-top: .5rem;
}

.best-sel-add-btn:hover {
    color: #ed1c24 !important;
    background-color: transparent !important;
    border: .0625rem solid #ed1c24;
}

#topcontrol {
    margin: 0 1.5625rem 4.0625rem 0;
    background: #DF1F8F;
    height: 2.1875rem;
    width: 2.1875rem;
    padding: .25rem;
    border-radius: .375rem;
    color: #fff;
    transition: 0.4s;
    /* border: .125rem solid #ed1c20; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

#topcontrol:hover {
    background: #C81B80;
    border: .125rem solid #C81B80;
    color: #fff;
}

.trend-category-single {
    /* border: .125rem solid #046ee8; */
    text-align: center;
}

.ml-m8 {
    margin-left: -0.5rem !important;
}

.mr-8 {
    margin-right: .5rem !important;
}

.product-btns-horiz {
    display: flex;
    justify-content: center;
}

.product-btns.product-btns-vert {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 2.5rem;
}

/* add this new css  */
.mobile-search {
    position: relative;
}

.mobile-search-icon {
    position: absolute;
    left: 1px;
    top: 49%;
    transform: translateY(-50%);
    pointer-events: none;
    background: #DF1F8F;
    padding: 10px;
    border-radius: 50%;
    /* transition: all 0.5s ease !important; */
    transition: transform 0.3s ease;
}

.mobile-search input {
    padding-left: 3.5rem;
    height: 45px;
    border-radius: 1.5625rem;
    background-color: #F7EEF1;
    font-family: 'Open Sans';
    font-size: 16px !important;
    border: 1px solid #DF1F8F;
}

/* Focus হলে icon ডানে যাবে */
.mobile-search input:focus+.mobile-search-icon {
    left: auto;
    right: 0;
    transform: translateY(-50%);
}

#search_mobile::placeholder {
    color: #040302;
}

/* ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ When input is focused ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ move icon to right */
.mobile-search input:focus+.mobile-search-icon {
    left: auto;
    right: 0;
}

.flash-deals-view {
    background-color: #fde5ef;
    padding: .125rem .5rem .125rem .5rem;
    border-radius: .9375rem;
    color: #000;
    font-weight: bolder;
}

.banner-image {
    height: 5rem;
}

.rounded-5 {
    border-radius: 1.25rem;
    padding: .625rem;
    background: #f5ebed !important;
}


/*
//
// UPDATED CSS (Replaces the previous block)
//
*/

/* --- Top Bar Button Styling --- */
.topbar-button {
    display: inline-block;
    padding: .5625rem .875rem;
    border: .0625rem solid #ddd;
    border-radius: 1.875rem;
    color: #333;
    font-weight: 500;
    font-size: .8125rem;
    text-transform: uppercase;
    text-decoration: none !important;
    background: #F5F5F5;
    transition: all 0.2s ease;
}
.topbar-button:hover {
    background: #f1f1f1;
    border-color: #ccc;
    color: #e10e0e;
}
.topbar-button .nav-box-number {
    position: relative;
    top: -0.0625rem;
    font-size: .75rem;
    margin-left: .125rem;
}
.logo-bar-icons .d-none.d-lg-inline-block {
    margin-left: .375rem;
}
/* Style the BAG button differently */
.nav-cart-box .topbar-button {
    background: #9B3864; /* Example: Shajgoj-like red color */
    color: #fff;
    border-color: #9B3864;
}
.nav-cart-box .topbar-button:hover {
    background: #c22b03;
    border-color: #c22b03;
    color: #fff;
}

/* --- Main Nav Bar (Megamenu) Styling --- */
/* //  FIX 1: Added position: relative and z-index: 1002
//  This ensures the nav bar creates a stacking context
//  and appears ABOVE other content like the slider.
*/
.main-nav-area {
    border-bottom: .0625rem solid #f1f1f1;
    position: relative; /* <-- ADDED */
    z-index: 1002;      /* <-- ADDED */
}

/* //  FIX 2: Prefixed all new rules with .main-nav-area
//  to make them more specific than your old CSS.
*/
.main-nav-area .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.main-nav-area .megamenu-nav {
    display: flex;
    width: 100%;
}
.main-nav-area .megamenu-item {
    position: static; /* Important for full-width dropdown */
}
.main-nav-area .megamenu-item .nav-link {
    padding: 1rem 1.125rem;
    font-size: .875rem;
    font-weight: 600;
    color: #333;
    /* text-transform: uppercase; */
    letter-spacing: .0313rem;
    transition: all 0.2s ease;
    /* border-bottom: .1875rem solid transparent; */
}
.main-nav-area .megamenu-item:hover .nav-link {
    color: #C81B80; /* Highlight color */
    border-bottom-color: #C81B80;
}
.main-nav-area .nav-link-highlight {
    color: #DF1F8F !important; /* Highlight for Sale links */
}

/* --- Megamenu Dropdown Styling (Constrained Width) --- */
/* --- Megamenu Dropdown Styling (Constrained Width & No Nav Shadow) --- */

/* Removed box-shadow from here */
.main-nav-area {
    border-bottom: .0625rem solid #f1f1f1;
    /* box-shadow: 0 .25rem .75rem rgba(0,0,0,0.05); */ /* <-- REMOVED */
    position: relative;
    z-index: 1002;
}

/* Add position: relative to the container inside the nav area */
.main-nav-area .container {
    position: relative;
}

.main-nav-area .megamenu-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.875rem;
    background: #fff;
    border-top: .0625rem solid #eee;
    box-shadow: 0 .5rem 1.25rem rgba(0,0,0,0.1); /* Keep shadow on dropdown */
    opacity: 0;
    visibility: hidden;
    transform: translateY(.625rem);
    transition: all 0.3s ease;
    z-index: 1000;
}
.main-nav-area .megamenu-item:hover .megamenu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Adjusted padding here */
.main-nav-area .megamenu-content {
    padding: 1.875rem 0; /* <--- ADJUSTED PADDING */
    max-width: 75rem; /* Match container width */
    margin: 0rem 1.25rem;
}
.main-nav-area .megamenu-column {
    padding: 0 .9375rem; /* Keep padding for columns inside */
}
.main-nav-area .megamenu-title {
    display: block;
    text-decoration: none !important;
    font-size: .875rem;
    font-weight: 700;
    color: #000;
    /* text-transform: uppercase; */
    margin-bottom: .625rem;
    padding-bottom: .3125rem;
    /* border-bottom: .0625rem solid #f0f0f0; */
}
.main-nav-area .megamenu-title:hover {
    color: #e62e04;
}
.main-nav-area .megamenu-list {
    list-style: none;
    padding-left: 0;
}
.main-nav-area .megamenu-list li {
    margin-bottom: .5rem;
}
.main-nav-area .megamenu-list li a {
    display: block;
    text-decoration: none !important;
    font-size: .8125rem;
    color: #555;
    transition: all 0.2s ease;
}
.main-nav-area .megamenu-list li a:hover {
    color: #e62e04;
    padding-left: .25rem;
}

/* --- Search Bar Cleanup --- */
.logo-bar-area .search-box {
    padding-right: 0 !important; /* Remove old padding */
}
.logo-bar-area .search-box input {
    border-radius: 1.125rem;
    border: 2px solid #DF1F8F;
    padding-left: 2.625rem;
    background: #F5F5F5;
    font-weight: 500;
    font-family: 'Open Sans';
}
.logo-bar-area .search-box button {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
    background: #e62e04; /* Darker search button */
    color: #fff;
    margin-left: -3rem;
}
.logo-bar-area .search-box .form-group.category-select {
    display: none !important; /* Hide the category dropdown in search bar */
}




/* --- Mobile Search Suggestion Box Styling --- */

.typed-search-box-mobile {
    /* Layout and Positioning */
    position: absolute; /* Needed for z-index and positioning */
    width: calc(100% - 32px); /* Match padding of parent .p-4 */
    left: 16px; /* Align with parent .p-4 padding */
    z-index: 1005; /* Ensure it's above other elements */
    background-color: white; /* Ensure it has a background */
    border: .0625rem solid #eceff1; /* Match desktop style */
    box-shadow: 0 .3125rem 1.5625rem 0 rgba(123, 123, 123, 0.15); /* Match desktop style */

    /* Scrolling */
    max-height: 25rem; /* Limit height to enable scrolling - Adjust as needed */
    overflow-y: auto;  /* Add vertical scrollbar when needed */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

/* Remove default list styling (bullet points and indentation) */
.typed-search-box-mobile ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* Add some padding to list items for better spacing */
.typed-search-box-mobile ul li a {
    /* padding-top: .125rem;
    padding-bottom: .125rem; */
}

/* Ensure product suggestions also have appropriate padding */
.typed-search-box-mobile .product a {
    /* padding: 0rem .0625rem; */
}

/* Style titles like desktop */
.typed-search-box-mobile .title {
    /* background: #ddd;  */
    font-size: .9375rem;
    /* text-align: right; */
    /* opacity: 0.5; */
    padding: .625rem .9375rem .375rem;
    text-transform: uppercase;
    line-height: 1;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: .0625rem solid gray;
    font-weight: 700;
    color: black !important;
}


/* --- Fix Mobile Search Suggestion Images --- */

.typed-search-box-mobile .search-product .image {
    width: 3.125rem;              /* Same width as desktop */
    min-width: 3.125rem;          /* Same min-width as desktop */
    height: 3.125rem;             /* Same height as desktop */
    background-color: #ffffff;/* Ensure background color */
    background-size: cover;   /* Scale image correctly */
    background-position: center;/* Center image */
    background-repeat: no-repeat; /* Prevent image repeating */
}

.search-box {
    position: relative;
}

.search-input {
    width: 100%;
    padding-right: 2.8125rem;
    border-radius: 1.5625rem;
    border: .0625rem solid #ddd;
    height: 2.5rem;
}

.search-btn {
    position: absolute;
    right: .625rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #555;
    font-size: 1.125rem;
    cursor: pointer;
}

.search-btn:hover {
    color: #000;
}

.wcustomb{
    background: #192038;
    color: #fff !important;
}
.wcustomb:hover{
    background: #192038;
    color: #fff !important;
}


.brand-carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.brand-item {
    width: 13.5rem; 
    transition: transform 0.3s ease;
}
.brand-1 {
    margin-bottom: 20px;
}

.hover-scale:hover {
    border: solid .0625rem #9B3864!important;
}

.brand-carousel-wrapper {
    position: relative;
}

.brand-carousel {
    transition: transform 0.4s ease-in-out;
    gap: 1.25rem;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 .125rem .5rem rgba(0,0,0,0.1);
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
}

.carousel-btn i {
    font-size: 1.25rem;
    color: #000;
}

.carousel-btn.prev {
    left: 0rem;
}

.carousel-btn.next {
    right: 0rem;
}


.flash-deals-view {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  padding: .5rem 1rem;
  background: linear-gradient(90deg, #ff6a00, #ff2d55);
  color: #fff;
  font-weight: 600;
  border-radius: 1.875rem;
  text-decoration: none;
  box-shadow: 0 .25rem .75rem rgba(255, 77, 92, 0.25);
  transition: all 0.25s ease;
}

.flash-deals-view i {
  font-size: 1rem;
}

.flash-deals-view:hover {
  background: linear-gradient(90deg, #ff2d55, #ff6a00);
  transform: translateY(-0.125rem);
  box-shadow: 0 .5rem 1.125rem rgba(255, 77, 92, 0.35);
  text-decoration: none;
  color: #fff;
}

.wishlistps{
    color: #E96F8C;
    font-size: 1.25rem;
    position: absolute;
    bottom: 0;
    left: .3125rem;
}
.gmbx{
    position: absolute;
    right: 1rem;
    bottom: .625rem;
    font-weight: 600;
}
input[type=text]:focus {
    border-color: #D16F9A;
}
.textBrand{
    color: #D16F9A !important;
}
.cartQtyNumber {
    background: #D16F9A;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    margin: auto;
}
.checkout-angle{
    font-size: 24px;
}
.customer-profile-image {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: cover;
}