@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #343434;
    overflow-x: hidden;
    font-size: 13px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

p:not(.lead) {
    font-size: .8125rem;
}

.body-wrap {
    overflow-x: unset;
    z-index: auto;
}

.size-40 {
    width: 40px !important;
    height: 40px !important;
}

.size-24 {
    height: 24px !important;
    width: 24px !important;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 0;
}

.gry-bg {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #f1f1f1;
}

.c-pointer {
    cursor: pointer;
}

.minw-0 {
    min-width: 0 !important;
}

a,
a:hover {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}

a:focus,
input:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}

button,
input[type="submit"] {
    cursor: pointer;
}

.opacity-5 {
    opacity: 0.5;
}

.jodit_container .jodit_workplace {
    min-height: 300px !important;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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: 1px solid transparent;
    border-radius: 3px;
    font-weight: 600;
}

.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:0.6rem 1.5rem; */
/* } */
.form-default .input-group--style-1 .input-group-addon {
    border: 1px 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: 7px;
    right: 12px;
    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: 50px;
    width: 50px;
    text-align: center;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    line-height: 50px;
    font-size: 30px;
}

.bootstrap-tagsinput {
    font-size: .875rem;
    font-weight: 400;
    color: #555;
    background-color: #FFF;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 2px;
    display: block;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: .22rem 0.75rem;
    line-height: 1.5;
}

.bootstrap-tagsinput .label {
    padding: .18em .2em;
    border-radius: 3px;
    display: inline-block;
}

.bootstrap-tagsinput input[type="text"] {
    padding: .18em 0;
    border-radius: 3px;
}

.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: 14px;
    padding: 0.4rem 1.25rem;
    font-weight: 400
}

.custom-input-file--4+label span {
    min-height: 1em;
    font-size: 14px;
    padding: 0.4rem .75rem;
    font-weight: 400
}

.modal-content {
    min-height: 100px;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(.8);
    transform: translate(0, 0)scale(.8);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(1);
    transform: translate(0, 0)scale(1);
}

#sellers-seller-logo {
    width: 90%;
    border-radius: 5px;
}

/* bootstrap extra container */
@media(min-width:1200px) {
    .modal-lg {
        max-width: 1050px;
    }
}

.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: 1px solid #cbcbcb;
    padding: 5px 0;
    z-index: 9999;
}

.select2-dropdown .select2-results__option {
    padding: 7px 10px;
    font-size: 13px;
    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: 10px;
    right: 6px;
}

.select2-dropdown .select2-search--dropdown {
    margin-top: 0;
    margin-bottom: 0;
}

.select2-dropdown .select2-search--dropdown:before {
    font-size: 12px;
    left: 11px;
    opacity: 0.5;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    height: 36px;
    padding-left: 24px;
    font-size: 13px;
}

.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: 0.5rem 0.1rem;
}

.select2-container--default .select2-selection--single {
    height: calc(2.1rem + 2px);
}

/* custom scrollbar style */
.c-scrollbar::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
    background: #e0e0e0;
    border-radius: 3px;
}

.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: 4px
}

.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: 10px 0;
    display: inline-block;
}

.top-navbar .inline-links>li:not(:last-of-type) {
    margin-right: 12px;
}

.top-navbar .dropdown-menu {
    margin: 0px;
}

.top-navbar .dropdown-menu .dropdown-item {
    padding: 0;
}

.top-navbar .dropdown-menu .dropdown-item a {
    font-size: 13px !important;
    display: block;
    padding: 8px 10px;
}

.top-navbar .inline-links .flag {
    margin-right: 7px;
}

.top-navbar a {
    color: #999;
}

.top-navbar .active,
.top-navbar .dropdown-item:hover {
    background: #eaeaea;
}

/* logo bar area */
.logo-bar-area {
    padding: 20px 0;
    z-index: 101;
    border-bottom: 1px solid #e7e7e7;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    background-color: #ffffff;
}

.sm-fixed-top {
    position: fixed !important;
    top: -96px;
    background: #ffffff;
    width: 100%;
    left: 0;
    transform: translateY(100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.logo-bar-area .navbar-brand {
    padding: 0;
    padding-right: 20px;
    display: block;
    margin-right: 0;
}

.logo-bar-area .navbar-brand img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 40px;
}

.category-menu-icon {
    background: #f1f1f1;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    cursor: pointer;
    line-height: 31px;
    margin-top: 6px;
    text-align: center;
}

.category-menu-icon:hover,
.category-menu-icon.active {
    background: #fff;
}

.category-menu-icon:after {
    margin: 0;
    vertical-align: middle;
    border-top: 4px solid #979797;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    display: none;
}

.search-box input[type="text"] {
    width: auto;
    overflow: hidden;
    height: 40px;
    padding: 0 0 0 15px;
    border: 1px solid #e7e7e7;
    border-right: 0 none;
    font-size: 13px;
}

.search-box button {
    width: 48px;
    border: 0;
    padding: 0;
    height: 40px;
    color: #bdbdbd;
    font-size: 26px;
    padding-left: 11px;
    padding-right: 11px
}

.logo-bar-area .category-select {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    margin-bottom: 0;
}

.logo-bar-area .category-select select {
    border: 1px solid #cbcbcb;
    border-right: 0 none;
    height: 40px !important;
    border-left: 1px solid #eee;
}

.logo-bar-area .select2-container .select2-selection--single {
    border: 1px solid #f1f1f1;
    border-right: 0 none;
    height: 40px;
    border-left: 1px solid #d8d8d8;
}

.logo-bar-area .select2-container .select2-selection--single .select2-selection__rendered {
    color: #777;
    font-size: 13px;
    margin-right: 5px;
    margin-top: 3px;
}

.logo-bar-area .select2-container--default .select2-selection--single:before {
    border: 0;
    content: "\f107";
    font-family: 'FontAwesome';
    top: calc(50% - 9px);
    right: 15px;
}

.logo-bar-area .select2-selection--single .select2-selection__arrow b {
    border: 0;
}

.logo-bar-icons {
    margin-left: 30px;
}

.logo-bar-icons>div:not(:first-of-type) {
    margin-left: 0;
}

.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: 3px 0;
}

.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 {
    width: 26px;
    height: 26px;
}

.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;
    left: 20px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
}

.search-box {
    margin-top: 3px;
}

.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: 12px;
}

.nav-cart-box .dropdown-menu {
    border-color: #ccc;
    margin: 0;
}

.nav-cart-box .dropdown-menu .dropdown-cart-items {
    max-height: 195px;
    overflow-y: auto;
}

.dropdown-cart .dc-header {
    padding: 5px;
    text-align: center;
}

.dropdown-cart .dc-item {
    padding: 5px 15px;
}

.dropdown-cart .dc-btn .link--style-1 {
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
}

.section-title-1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    position: relative;
}

.section-title-1:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    bottom: -1px;
    left: 0;
}

.section-title-1 li a {
    font-size: 13px;
    color: #333 !important;
    padding: 7px 12px;
    border-radius: 15px;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.section-title-1 li a.active,
.section-title-1 li a:hover {
    border: 1px solid transparent;
    color: #fff !important;
}

/* main nav bar area */
.main-nav-area {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}

.main-nav-area .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 0 10px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    font-weight: 400 !important;
}

.main-nav-area .navbar-nav .nav-item:not(:last-of-type) {
    border-right: 1px 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;
}

/* category menu area */
section.home-banner-area {
    background: #f3f3f8;
}

.category-sidebar {
    background-color: #fff;
}

.category-sidebar .all-category {
    height: 49px;
    line-height: 49px;
    padding-left: 16px;
    font-size: 13px;
    background-color: #FFF;
}

.category-sidebar .all-category>span {
    font-size: 16px;
    margin-right: 30px;
    font-weight: 600;
}

.category-sidebar .all-category a {
    color: #666;
    font-size: 12px;
}

.category-sidebar .categories>li {
    border: 0;
}

.category-sidebar .categories>li>a {
    padding: 8px 10px;
    color: #333;
    font-size: 13px;
    border: 1px solid transparent;
    position: relative;
}

.category-sidebar .categories>li:hover>a::before {
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fff;
    content: "";
    top: 0;
    right: -2px;
    z-index: 999;
    display: block;
}

.category-sidebar .categories>li:hover>a {
    border-color: #eee;
}

.category-sidebar .categories>li>a .cat-image {
    width: 16px;
    opacity: 0.6;
    margin-right: 10px;
}

/* 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: #fff;
    border: 1px solid #eee;
    overflow-y: auto;
}

.category-sidebar .categories>li:hover .sub-cat-menu {
    display: block;
}

.sub-cat-content .sub-cat-list {
    padding: 10px;
    padding-top: 0;
}

.sub-cat-content .sub-cat-list .card {
    margin: 10px;
    border: 0;
}

.card .sub-cat-items {
    padding: 0;
    list-style: none;
}

.card .sub-cat-items li a {
    font-size: 13px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px;
}

.card .sub-cat-items li.sub-cat-name a {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #e9e9e9;
}

.sub-cat-featured {
    padding: 20px;
}

.sub-cat-featured a {
    display: flex;
    height: 60px;
    border: 1px solid #e9e9e9;
    text-align: right;
}

.sub-cat-featured a .featured-img {
    height: auto;
    width: 70px;
    background: #fff;
    margin-top: -10px;
    margin-right: 6px;
}

.sub-cat-featured a .featured-name {
    width: 100%;
    padding: 13px 20px 13px 13px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    height: 42px;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.sub-cat-brand {
    padding: 10px 15px;
    padding-left: 25px;
}

.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% - 4px);
    height: 50px;
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
    margin: 2px;
    overflow: hidden;
    background-color: #FFF;
}

.sub-cat-brand .sub-brand-item img {
    max-width: 80px;
    max-height: 40px;
}

/* icon hover category menu */
.hover-category-menu {
    position: absolute;
    width: 100%;
    top: 123px;
    display: none;
}

.hover-category-menu .category-sidebar {
    box-shadow: 0 3px 3px 0 rgba(51, 51, 51, .2);
    padding-top: 8px;
    background-color: transparent;
}

.hover-category-menu .category-sidebar .all-category {
    position: relative;
}

.hover-category-menu .category-sidebar .all-category::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f2f2f2;
    border-left: 8px solid transparent;
    top: -8px;
    left: 20px;
}

.hover-category-menu .all-category {
    background-color: #f2f2f2;
    padding-left: 10px;
    line-height: 41px;
    height: 49px;
    line-height: 49px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
}

.hover-category-menu .all-category span {
    font-size: 14px;
}

.hover-category-menu .category-sidebar .sub-cat-menu {
    height: calc(100% - 8px);
    top: 8px;
    box-shadow: 2px 3px 5px 0 rgba(51, 51, 51, .2);
}

.hover-category-menu .category-sidebar .categories>li>a {
    padding: 8px 10px;
}

/* product details page */
.product-details-area {
    background-color: #ffffff;
    padding: 0 0 20px 0;
}

.product-details-area .breadcrumb {
    padding: 10px 0 !important;
}

.product-gallery,
.product-description-wrapper {
    padding: 20px;
}

.product-description-wrapper .product-title {
    font-size: 22px;
    line-height: 22px;
    color: #333;
}

.product-description-wrapper .product-description-label,
.product-description-wrapper .avialable-amount {
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-description-wrapper .product-price-old {
    margin: 0;
    font-size: 14px;
    opacity: 0.7;
    font-weight: 500 !important;
}

.product-description-wrapper .product-price {
    margin: 0;
    font-size: 26px;
    line-height: 24px;
    display: inline-block;
}

.product-description-wrapper .product-price .piece {
    font-size: 13px;
    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: 5px 0;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fafafa;
}

.breadcrumb {
    background-color: transparent;
    padding: 5px 0;
    margin-bottom: 0;
}

.breadcrumb li {
    position: relative;
    margin-right: 5px;
}

.breadcrumb li a {
    text-transform: capitalize !important;
    color: #888;
    padding-right: 12px;
    font-size: 13px;
}

.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: 12px;
}

.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: 5px 7px;
}

.medal-badge svg {
    height: 34px;
    width: 22px;
}

.seller-info-box {
    border: 1px solid #e9e9e9;
    background-color: #FAFAFA;
    border-radius: 10px;
}

.seller-info-box .sold-by {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.seller-info-box .sold-by .title {
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.seller-info-box .sold-by .name {
    font-size: 14px;
    font-weight: 600;
}

.seller-info-box .sold-by .location {
    font-size: 12px;
    opacity: 0.7;
}

.seller-info-box .sold-by .rating {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 6px;
    margin-top: 12px;
}

.seller-info-box .store-btn,
.seller-info-box .follow-btn {
    background: 0;
    border: 0;
    font-size: 13px;
    padding: 12px;
    color: #333;
    width: 100%;
    text-align: center;
}

.seller-info-box .follow-btn {
    border-left: 1px solid #e9e9e9;
}

.sidebar-box {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.sidebar-box .box-title {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 18px;
    background-color: #FAFAFA;
}

.sidebar-box .box-content {
    padding: 15px;
}

.category-accordion .category-name {
    background: none;
    text-align: left;
    color: #333;
    font-size: 12px;
    /* padding:5px 20px; */
    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% - 1px);
    left: 0px;
    width: 10px;
    height: 2px;
    opacity: 0.2;
}

.category-accordion .category-name:after {
    transform: rotate(-0deg);
}

.category-accordion .single-sub-category {
    padding-left: 20px;
}

.category-accordion .single-sub-category .sub-category-name {
    position: relative;
    padding: 3px 0px 3px 10px;
    font-size: 12px;
    color: #777;
    text-align: left;
    background: none;
}

.category-accordion .single-sub-category .sub-category-name:after {
    content: "-";
    position: absolute;
    left: 0;
    top: 3px;
}

.category-accordion .sub-sub-category-list {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.category-accordion .sub-sub-category-list li a {
    display: block;
    font-size: 12px;
    color: #777;
    position: relative;
    padding: 3px 0px 3px 10px;
}

.category-accordion .sub-sub-category-list li a:after {
    content: "-";
    position: absolute;
    left: 0;
    top: 3px;
}

.product-box-1 .product-title {
    margin-bottom: 0 !Important;
}

.product-box-1 .product-title a {
    font-size: 14px !important;
}

.product-box-1 .price-wrapper {
    margin-top: 0 !important;
}

.product-box-1 .price-wrapper .price {
    font-size: 12px !important;
}

.brands-collapse-box {
    height: 42px;
    overflow: hidden;
}

.brands-collapse-box.full {
    height: auto;
    overflow: hidden;
}

.brands-collapse-box li {
    float: left;
    list-style-type: none;
    height: 37px;
    width: 70px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 0 !important;
}

.brands-collapse-box li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px;
}

.brands-collapse-box li img {
    height: 100%;
    width: auto;
}

.more-brands-btn {
    border: 0;
    background: none;
    margin-top: 10px;
    padding: 5px 0;
}

.more-brands-btn i {
    font-size: 10px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #333;
    opacity: 0.3;
}

.sort-by-box label {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 0;
}

.sort-by-box .search-widget input {
    font-size: 13px;
    border-color: #ccc;
    padding: 7px 10px;
}

.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: 11px 14px;
    right: 0;
    opacity: 0.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
    margin-top: 4px;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
}

.select2-container--default .color-preview {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}

.sortSelectCustom .select2-selection--single {
    border-color: #ccc;
    height: auto;
    padding: 0 10px;
}

.sortSelectCustom .select2-selection--single .select2-selection__rendered {
    padding: 8px 0;
    color: #777;
    font-size: 13px;
}

.form-box-title {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    font-weight: 500;
    background: #f8f8f8;
}

/* modal select category */
.modal-category-box {
    padding: 20px;
    border: 1px solid #eaeaea;
    max-height: 400px;
    min-height: 400px;
    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: 15px;
    margin: 0;
}

.modal-category-list ul li {
    font-size: 13px;
    padding: 6px 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: -20px;
    width: calc(100% + 40px);
    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% - 10px);
    font-size: 14px;
    opacity: 0.8;
}

/* profile */
.sidebar-widget-title {
    position: relative;
}

.sidebar-widget-title span {
    background: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    position: relative;
    padding: 8px;
    color: #333;
}

.sidebar-widget-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.widget-profile-box .image {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-profile-box .name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.widget-profile-menu a {
    padding: 0.55rem 1.2rem !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #777 !important;
    border-left: 3px solid transparent;
    border-radius: 0 !important;
}

.widget-profile-menu a i {
    opacity: 0.6;
    font-size: 16px !important;
    top: 0 !important;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-right: 0.5rem !important;
}

.widget-profile-menu a.active {
    background: #f3f3f8;
    border-left: 3px solid transparent;
}

.widget-profile-menu a:hover,
.widget-profile-menu a.active:hover i {
    color: #fff !important;
}

.table-cart tbody tr td {
    padding: 1rem 0;
}

.table-cart tbody tr td.product-image a {
    width: 60px;
    height: 60px;
}

label.payment_option input {
    opacity: 0;
    position: absolute;
}

label.payment_option {
    position: relative;
    cursor: pointer;
}

label.payment_option span {
    display: inline-block;
    border-radius: 4px;
    background: #f6f6f6;
    position: relative;
    font-size: 11px;
}

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+.card {
    border: 2px solid #4ce5b1;
    transition: border-width 0s linear;
}

label.payment_option input:checked+span:after {
    position: absolute;
    content: "";
    left: calc(50% - 6px);
    top: calc(50% - 12px);
    width: 12px;
    height: 24px;
    border: solid #28a745;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px 3px 5px rgb(94, 146, 106);
}

.added-to-cart .product-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: 25px 0;
}

.added-to-cart .product-box .block-image {
    display: table-cell;
    width: 100px;
    height: 100px;
}

.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 2rem;
}

.added-to-cart .product-box .block-body h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.added-to-cart .text-success i {
    font-size: 18px;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 2px solid #28a745;
    border-radius: 50px;
    margin-bottom: 15px;
}

.product-card-1 {
    padding-top: 30px;
    transition: all .3s;
    border: 1px solid #f1f1f1;
}

.product-card-1 .product-image-container {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0 12px;
}

.product-card-1 .product-image-container a {
    height: 220px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.product-card-1 .product-details {
    padding-top: 10px;
}

.product-card-1 .rating-count {
    top: 0;
    margin-left: 5px;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 1.6;
}

.product-title a {
    color: #111;
    display: block;
}

.price-box .old-product-price {
    font-size: 15px;
    color: #888;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 5px;
}

.price-box .product-price {
    font-size: 16px;
}

.price-box strong {
    font-weight: 700
}

.product-label.label-hot {
    position: absolute;
    top: 0;
    left: 12px;
    background: #00b293;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    color: #fff;
}

button.btn-quickview {
    border: 0;
    background: #000;
    padding: 7px 11px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    right: 12px;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

button.paction.add-wishlist,
button.paction.add-compare {
    background: transparent;
    border: 1px solid transparent;
    font-size: 18px;
    display: inline-flex;
    line-height: 29px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 3px 8px;
    position: relative;
    top: 4px;
    margin: 0 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

button.paction.add-wishlist:hover,
button.paction.add-compare:hover {
    border: 1px solid transparent;
    color: #fff;
}

.product-card-1-action {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transition: all .3s;
}

.product-card-1:hover {
    padding: 10px 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.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: #000000;
}

.footer .footer-bottom {
    background: #000000;
}

.product-card-2 {
    transition: all 0.3s;
}

.product-card-2 .product-label.label-hot {
    left: 5px;
    top: 5px;
    border-radius: 3px;
    z-index: 1;
}

.product-box-2 .product-label.label-hot {
    left: 5px;
    top: 5px;
    border-radius: 3px;
    z-index: 1;
}

.product-card-2 button.btn-quickview {
    right: 0
}

.product-card-2:hover {
    box-shadow: 0 0.25rem 1rem rgb(56 60 74 / 30%);
}

.product-card-2 .card-image a {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.footer-top-bar {
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.footer-top-bar .col-lg-3 {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.footer-top-box {
    padding: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer-top-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.footer-top-box a {
    display: block;
    color: #333
}

.footer-top-box i {
    font-size: 32px;
    margin-bottom: 10px;
}

.footer-top-box h4 {
    font-size: 15px !important;
}

.home-slide .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5%;
    bottom: 20px;
}

.home-slide .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.home-slide .slick-dots li button {
    background: #fff;
    height: 4px;
    width: 25px;
    border: 0;
    color: transparent;
    font-size: 0;
}

.home-slide .slick-prev,
.home-slide .slick-next {
    opacity: 0.3;
    transition: all 0.3s;
    width: 30px;
    background: rgba(0, 0, 0, 0.1);
    height: 60px;
    top: calc(50% - 30px);
    position: absolute;
    border: 0;
    z-index: 99;
}

.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: 30px;
    width: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.home-slide .slick-next .next-icon:after,
.home-slide .slick-prev .prev-icon:after {
    position: absolute;
    content: "";
    top: 7px;
    width: 16px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

.home-slide .slick-next .next-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
}

.home-slide .slick-prev .prev-icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 12px;
}

.media-banner a {
    display: block;
}

.media-banner {
    border-radius: 3px;
    overflow: hidden;
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
}

.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: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: rgb(100, 189, 99);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

.seller-shop-menu li {
    padding: 0 !Important;
}

.seller-shop-menu li a {
    padding: 16px 20px;
    display: inline-block;
    font-size: 13px;
    color: #000000 !important;
    font-weight: 600;
    border-bottom: 3px 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: 30px;
    background: none;
    height: 60px;
}

.caorusel-box .slick-prev {
    left: 0px;
}

.caorusel-box .slick-next {
    right: 0px;
}

/* .caorusel-box .slick-arrow span{
    position:absolute;
    display:inline-block;
    top:calc(50% - 8px);
    width:16px;
    height:16px;
    border:solid rgba(0,0,0,0.2);
    border-width:0 2px 2px 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:-20px;
}
.caorusel-box .slick-prev span{
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
    left:10px;
}
.caorusel-box .slick-next{
    right:-20px;
}
.caorusel-box .slick-next span{
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    left:4px;
} */
.arrow-round .slick-prev {
    left: -15px;
}

.arrow-round .slick-next {
    right: -15px;
}

.arrow-round .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
        0 3px 1px 0 rgba(20, 23, 28, 0.1);
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    color: #888;
}

.arrow-round .slick-prev:hover,
.arrow-round .slick-next:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}

.caorusel-box.gutters-5 {
    width: calc(100% + 10px);
}

.caorusel-box.gutters-5 .caorusel-card {
    padding-left: 5px;
    padding-right: 5px;
}

.caorusel-box.gutters-10 {
    width: calc(100% + 20px);
}

.caorusel-box.gutters-10 .caorusel-card {
    padding-left: 10px;
    padding-right: 10px;
}

.caorusel-box.gutters-15 {
    width: calc(100% + 30px);
}

.caorusel-box.gutters-15 .caorusel-card {
    padding-left: 15px;
    padding-right: 15px;
}

.caorusel-box .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.caorusel-box .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.caorusel-box .slick-dots li button {
    border: 0;
    background: #ccc;
    border-radius: 10px;
    height: 6px;
    width: 10px;
    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 {
    width: 30px
}

.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-box .countdown {
    margin-top: 0px;
}

.flash-deal-box .countdown .countdown-digit {
    font-size: 13px;
    height: 26px;
    width: 26px;
    line-height: 26px
}

.flash-deal-box .countdown .countdown-label {
    display: none;
}

.flash-content.c-scrollbar {
    height: 362px;
    max-height: 362px;
    min-height: 362px;
    overflow-y: auto;
    padding: 8px;
}

.flash-content.c-scrollbar.c-height {
    height: 416px;
    max-height: 416px;
    min-height: 416px;
}

.flash-deal-item {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding: 7px;
    margin-bottom: 10px;
}

.flash-deal-item:last-of-type {
    margin-bottom: 0px;
}

.flash-deal-item .price {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    line-height: 1.3;
}

.flash-deal-item .price del {
    font-weight: 400;
    font-size: 15px;
    color: #777;
}

.flash-deal-item .img {
    width: 100%;
    height: 70px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.trending-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.trending-category ul li {
    display: inline-block;
    width: calc((100%/7) - 10px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.trending-category ul li.active,
.trending-category ul li:hover {
    width: calc((100%/7) + 39px);
}

.trending-category ul li.active .img,
.trending-category ul li:hover .img {
    margin-left: 16px;
}

.trending-category ul:hover li.active {
    width: calc((100%/7) - 10px);
}

.trending-category ul:hover li.active .img {
    margin-left: 0;
}

.trending-category ul li.active:hover {
    width: calc((100%/7) + 39px);
}

.trending-category ul li.active:hover .img {
    margin-left: 16px;
}

.trend-category-single {
    overflow: hidden;
    padding-top: 12px;
}

.trend-category-single .img {
    max-width: 120px;
    min-width: 120px;
    max-height: 126px;
    min-height: 126px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
}

.trend-category-single .name {
    padding: 10px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    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: 1px solid #eee;
    margin: 4px 2px;
    width: calc(50% - 6px);
    width: calc(33.33% - 8px);
    padding: 10px;
}

.swal2-popup {
    width: 350px;
}

.swal2-popup .swal2-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.swal2-icon {
    transform: scale(0.6);
    margin: 0;
    margin-top: -10px;
}

.contact-widget li:not(:last-child) {
    margin-bottom: 8px;
}

/* dashboard */
.dashboard-widget {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #f1f1f1;
}

.dashboard-widget:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.dashboard-widget a,
.dashboard-widget a:hover {
    color: #fff;
}

.dashboard-widget i {
    width: 44px;
    height: 44px;
    line-height: 46px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.dashboard-widget .title {
    font-size: 15px;
    font-weight: 700;
}

.dashboard-widget .sub-title {
    font-size: 12px;
    opacity: 0.7;
}

.plus-widget i {
    background: #ddd;
    height: 69px;
    width: 69px;
    line-height: 69px;
    font-size: 36px;
}

.red-widget {
    background-color: #fa5c7c;
}

.blue-widget {
    background-color: #39afd1;
}

.green-widget {
    /* background-color:#002575; */
    background: rgb(2, 65, 201);
    background: linear-gradient(77deg, rgb(79 75 138) 41%, rgb(42 33 73) 100%);
}

.yellow-widget {
    background-color: #ffbc00;
}

.category-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.category-widget ul li {
    float: left;
    width: 50%;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    border-right: 1px 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 5px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-webkit-transform: translateY(-5px);
}

.product-box-1 .card-image a {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-box-1 .price-bar {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-box-1 .title a {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: block;
}

.product-box-1 .price-bar .price {
    font-size: 16px;
}

.product-box-1 .price-bar .price del {
    color: #777;
    font-size: 95%;
}

.product-box-1 .cart-add .btn {
    background: none;
    padding: 8px 12px;
    font-weight: 600;
    border: 0;
}

.product-box-1 .cart-add .btn:hover {
    color: #fff;
}

.product-box-2 {
    border: 1px solid #e4e4e4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.product-box-2:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-webkit-transform: translateY(-5px);
}

.product-box-2 .product-image {
    min-height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.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: #fff;
    position: absolute;
    right: -34px;
    top: 0;
    height: 100%;
    width: 32px;
    opacity: 0;
}

.product-box-2 .product-btns .btn {
    background: transparent;
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 33.333%;
    font-size: 16px;
}

.product-box-2 .add-to-cart {
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent;
    height: 30px;
    width: 30px;
}

.product-box-2 .add-to-cart:hover {
    color: #fff;
}

.product-box-2.alt-box .product-image {
    min-height: 200px;
}

.product-box-2.alt-box .product-btns {
    right: auto;
    left: 0;
    top: auto;
    bottom: -32px;
    height: 32px;
    width: 100%;
}

.product-box-2.alt-box:hover .product-btns {
    right: auto;
    left: 0;
    bottom: 0;
}

.product-box-2.alt-box .product-btns .btn {
    width: 33.333%;
    float: left;
    height: 32px;
}

.product-box-3 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
}

.product-box-3:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-webkit-transform: translateY(-5px);
}

.product-box-3 .product-image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

.product-box-3 .product-details {
    width: calc(100% - 90px);
    min-width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 10px;
}

.product-box-3 .product-image a {
    display: block;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-box-3 .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.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 8px 8px rgba(0, 0, 0, 0.05);
}

.all-category-menu ul li {
    float: left;
    width: 16.667%;
    padding: 12px 10px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 2px solid transparent;
    min-height: 59px;
    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: 1px solid #f3f1f1;
    border-bottom: 1px solid #f3f1f1;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.all-category-menu ul:before {
    border-top: 1px solid #f3f1f1;
    border-right: 1px solid #f3f1f1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.all-category-menu ul li a {
    color: #5d5d5d;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    flex: 1 1 auto;
}

.all-category-menu ul li a .cat-icon {
    font-size: 22px;
    padding-left: 5px;
    opacity: 0.5;
    line-height: 1
}

.all-category-menu ul li a .cat-image {
    max-width: 27px;
    min-width: 27px;
    padding-left: 5px;
    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:50px 100px; */
    padding: 0px 100px;
}

.sub-category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.sub-category-menu:not(:last-of-type) {
    border-bottom: 1px 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 {
    color: #5f5f5f;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 7px 10px;
    /* box-shadow: rgb(0 0 0 / 10%) 0px 2px 8px; */
    /* min-height: 92px; */
    will-change: transform;
    transition: all 0.2s ease 0s;
}

.sub-category-menu h3 {
    font-size: 22px;
    margin-bottom: 22px;
}

.typed-search-box {
    position: absolute;
    top: 100%;
    border: 1px solid #eceff1;
    box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
    background: #fff;
    width: calc(100% - 48px);
    height: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
    min-height: 200px;
    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: 0px;
    left: 50%;
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
}

.loader>div {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 2px;
    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: .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: .8;
    }
}

.typed-search-box .search-nothing {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 5px 20px;
}

.typed-search-box .title {
    background: #ddd;
    font-size: 10px;
    text-align: right;
    opacity: 0.5;
    padding: 3px 15px 4px;
    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: 5px 15px;
    color: #525252;
}

.typed-search-box ul a:hover {
    background: #f7f7f7;
}

.typed-search-box .search-product .image {
    width: 50px;
    min-width: 50px;
    background-color: #ffffff;
    background-size: cover;
    height: 50px;
    background-position: center;
}

.typed-search-box .product a {
    padding: 8px 15px;
}

.typed-search-box .search-product .product-name {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 20px;
}

.typed-search-box .search-product .price-box {
    margin-left: 20px;
}

.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-steps li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}

.process-steps li .title {
    font-weight: 600;
    font-size: 13px;
    color: #777;
    margin-top: 8px;
}

.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #adadad;
    position: relative;
}

.process-steps li+li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #fff;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}

.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: 11px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.details-table tr td {
    color: #333;
    padding: 5px;
}

.product-gal {
    padding: 20px 15px;
}

.product-gal-thumb {
    width: 50px;
    margin-right: 10px;
}

.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: 10px;
    border-radius: 2px;
}

.product-gal-thumb a img.xactive {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
}

.product-gal-img {
    width: 100%;
}

.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 {
    width: 24px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 4px;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #777;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.back-icon {
    font-size: 24px;
}

.hamburger-icon span:nth-child(1) {
    top: 0px;
}

.hamburger-icon span:nth-child(2),
.hamburger-icon span:nth-child(3) {
    top: 8px;
}

.hamburger-icon span:nth-child(3) {
    top: 16px;
}

.hamburger-icon.open span:nth-child(1) {
    top: 8px;
    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: 8px;
    width: 0%;
    left: 50%;
}

/* sm */
@media(min-width:576px) {}

/* md */
@media(min-width:768px) {}

/* lg */
@media(min-width:992px) {}

/* xl */
@media(min-width:1200px) {}

#swiper_slider_web,
#big_swiper_web {
    display: block;
}

#swiper_slider_mobile,
#big_swiper_mobile {
    display: none;
}

/* xl */
@media(max-width:1199px) {

    .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: 4px 5px;
    }

    .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: 25px;
    }

    .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: 20px;
        text-align: center;
    }
}

/* lg */
@media(max-width:991px) {
    .logo-bar-area {
        padding: 12px 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .mobile-menu-icon-box {
        padding: 8px 0;
        margin-right: 20px;
    }

    .breadcrumb li {
        display: none;
    }

    .search-box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        padding: 12px 15px !important;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .search-box.show {
        opacity: 1;
        visibility: visible;
    }

    .search-box input[type="text"] {
        border-color: transparent;
        font-size: 15px;
    }

    .search-box-back button {
        background: none !important;
        color: #777;
        border-radius: 0;
    }

    .typed-search-box {
        top: calc(100% + 12px);
        width: calc(100% + 30px);
        left: -15px;
    }

    #swiper_slider_web,
    #big_swiper_web {
        display: none;
    }

    #swiper_slider_mobile,
    #big_swiper_mobile {
        display: block;
    }

    .side-menu-wrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        max-width: 80vw;
        height: 100%;
        z-index: 999;
        transition: opacity .4s cubic-bezier(.77, 0, .175, 1), visibility .4s cubic-bezier(.77, 0, .175, 1);
        -webkit-transition: opacity .4s cubic-bezier(.77, 0, .175, 1), visibility .4s cubic-bezier(.77, 0, .175, 1);
        -ms-webkit-transition: opacity .4s cubic-bezier(.77, 0, .175, 1), visibility .4s cubic-bezier(.77, 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 .3s, visibility .3s;
        -webkit-transition: opacity .3s, visibility .3s;
        -ms-webkit-transition: opacity .3s, visibility .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: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 300px;
        max-width: 80vw;
        transition: left .4s cubic-bezier(.77, 0, .175, 1);
        -webkit-transition: left .4s cubic-bezier(.77, 0, .175, 1);
        -ms-webkit-transition: left .4s cubic-bezier(.77, 0, .175, 1);
        background: #fff;
        color: #777;
        z-index: 99;
        box-shadow: 5px 0 10px rgba(37, 53, 92, 0.2);
        overflow-y: auto;
    }

    .side-menu::-webkit-scrollbar {
        width: 2px;
        background: transparent
    }

    .lumo-side-menu::-webkit-scrollbar-track {
        background: transparent
    }

    .side-menu::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 2px
    }

    .side-menu.closed {
        left: -250px;
    }

    .side-booking-option.open {
        left: 0;
    }

    .side-menu-header {
        position: relative;
        color: #fff;
    }

    .side-menu-close {
        position: absolute;
        color: #fff;
        font-size: 24px;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

    .side-menu-header .widget-profile-box .image {
        margin: 0;
        height: 60px;
        width: 60px;
        border: 3px solid #da8471;
    }

    .side-menu-header .widget-profile-box .name {
        margin-left: 10px;
        font-weight: 700;
        margin-top: 0;
    }

    .side-menu-header .side-login a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
    }

    .side-menu-header .side-login a:not(:first-child) {
        margin-left: 10px;
        border-left: 1px solid #fff;
        padding-left: 10px;
    }

    .side-menu-list ul {
        padding: 20px 0;
        margin: 0;
        list-style: none;
    }

    .side-menu-list ul li a {
        color: #5a5a5a;
        font-size: 13px;
        padding: 5px 0;
        display: block;
        font-weight: 500;
    }

    .side-menu-list ul li a i {
        opacity: 0.6;
        margin-right: 8px;
    }

    .side-menu-list ul li .badge {
        border-radius: 8px;
        color: #fff;
        min-width: 20px;
        height: 13px;
        line-height: 12px;
        padding: 0;
        position: relative;
        top: -4px;
        font-size: 10px;
    }

    .category-sidebar {
        padding-top: 30px;
        background: transparent;
    }

    .category-sidebar .sub-cat-menu {
        display: none !important;
    }

    .category-sidebar .categories>li {
        width: 120px;
        height: 110px;
        display: inline-block;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #e9e9e9 !important;
        margin: 0 5px;
        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: 22px 10px;
    }

    .category-sidebar .categories>li>a .cat-image {
        margin: auto;
        width: 24px;
        margin-bottom: 8px;
    }

    .category-sidebar .categories>li>a .cat-name {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 36px;
    }

    .sub-category-menu {
        padding: 40px 30px;
    }

    .all-category-menu ul li {
        width: 25%;
    }

    #footer {
        margin-bottom: 65px;
    }
}

/* md */
@media(max-width:767px) {
    .home-slide .slick-slide {
        height: auto !important;
    }

    .all-category-menu ul {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
        padding: 13px 12px 0;
    }

    .all-category-menu ul li {
        display: inline-block;
        width: 120px;
        height: 80px;
        float: none;
        text-align: center;
        padding: 8px;
        vertical-align: top;
    }

    .all-category-menu ul li a .cat-name {
        white-space: initial;
        margin-top: 5px;
        font-weight: 600;
    }

    .all-category-menu ul li:before {
        border-top: 1px solid #f3f1f1;
    }

    .sub-category-menu ul li {
        width: 100%;
    }

    #sellers-seller-logo {
        width: 60%;
    }
}

/* sm */
@media(max-width:575px) {
    .sub-category-menu {
        padding: 30px 20px;
    }

    .btn-styled {
        padding: 0.6rem 1rem;
        font-size: 12px;
    }

    .continue-to-delivery {
        font-size: 10px;
    }
}

ul.inline-links>li {
    vertical-align: top;
}

.c-rating>label {
    color: #d9dbdc;
    float: right;
    margin-bottom: 0;
}

.c-rating>label:before {
    margin: 0 2px;
    font-size: 16px;
    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: 2px dashed #ddd;
    height: 160px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.img-upload-preview .close-btn {
    right: 3px;
    top: 3px;
    background: rgb(237, 60, 32);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: absolute;
    padding: 0;
}

/* smedia */
/*=====================*/
.social-nav {
    padding: 0;
    list-style: none;
    margin: 0px auto;
}

.social-nav li {
    display: inline-block;
}

.social-nav a {
    display: inline-block;
    /* float:left; */
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
    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: 15px;
    height: 15px;
    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: 50px;
}

.model-0 li {
    float: none;
    display: block;
}

.model-0 a:hover {
    padding-left: 20px;
    width: 65px;
}

.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 2px;
}

.model-1 a {
    background: #fff;
    -webkit-transition: -webkit-transform 1s, 0.4s;
    -moz-transition: -moz-transform 1s, 0.4s;
    -o-transition: -o-transform 1s, 0.4s;
    transition: transform 1s, 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(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.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: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px;
}

.model-2 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}

.model-2 .twitter {
    background: #00aced;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

.model-2 .twitter:hover {
    color: #00aced;
}

.model-2 .instagram {
    background: #e1306c;
    text-shadow: 0px 0px #e1306c, 1px 1px #e1306c, 2px 2px #e1306c, 3px 3px #e1306c, 4px 4px #e1306c, 5px 5px #e1306c, 6px 6px #e1306c, 7px 7px #e1306c, 8px 8px #e1306c, 9px 9px #e1306c, 10px 10px #e1306c, 11px 11px #e1306c, 12px 12px #e1306c, 13px 13px #e1306c, 14px 14px #e1306c, 15px 15px #e1306c, 16px 16px #e1306c, 17px 17px #e1306c, 18px 18px #e1306c, 19px 19px #e1306c, 20px 20px #e1306c, 21px 21px #e1306c, 22px 22px #e1306c, 23px 23px #e1306c, 24px 24px #e1306c, 25px 25px #e1306c, 26px 26px #e1306c, 27px 27px #e1306c, 28px 28px #e1306c, 29px 29px #e1306c, 30px 30px #e1306c;
}

.model-2 .instagram:hover {
    color: #e1306c;
}

.model-2 .facebook {
    background: #3b579d;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.model-2 .facebook:hover {
    color: #3b579d;
}

.model-2 .google-plus {
    background: #dd4a3a;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.model-2 .google-plus:hover {
    color: #dd4a3a;
}

.model-2 .linkedin {
    background: #007bb6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.model-2 .linkedin:hover {
    color: #007bb6;
}

.model-2 .pinterest {
    background: #cb2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.model-2 .pinterest:hover {
    color: #cb2026;
}

.model-2 .skype {
    background: #01AEF2;
    text-shadow: 0px 0px #2b88ad, 1px 1px #2b88ad, 2px 2px #2b88ad, 3px 3px #2b88ad, 4px 4px #2b88ad, 5px 5px #2b88ad, 6px 6px #2b88ad, 7px 7px #2b88ad, 8px 8px #2b88ad, 9px 9px #2b88ad, 10px 10px #2b88ad, 11px 11px #2b88ad, 12px 12px #2b88ad, 13px 13px #2b88ad, 14px 14px #2b88ad, 15px 15px #2b88ad, 16px 16px #2b88ad, 17px 17px #2b88ad, 18px 18px #2b88ad, 19px 19px #2b88ad, 20px 20px #2b88ad, 21px 21px #2b88ad, 22px 22px #2b88ad, 23px 23px #2b88ad, 24px 24px #2b88ad, 25px 25px #2b88ad, 26px 26px #2b88ad, 27px 27px #2b88ad, 28px 28px #2b88ad, 29px 29px #2b88ad, 30px 30px #2b88ad;
}

.model-2 .skype:hover {
    color: #01AEF2;
}

.model-2 .youtube {
    background: #E62117;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.model-2 .youtube:hover {
    color: #E62117;
}

.model-2 .rss {
    background: #ffa500;
    text-shadow: 0px 0px #a37217, 1px 1px #a37217, 2px 2px #a37217, 3px 3px #a37217, 4px 4px #a37217, 5px 5px #a37217, 6px 6px #a37217, 7px 7px #a37217, 8px 8px #a37217, 9px 9px #a37217, 10px 10px #a37217, 11px 11px #a37217, 12px 12px #a37217, 13px 13px #a37217, 14px 14px #a37217, 15px 15px #a37217, 16px 16px #a37217, 17px 17px #a37217, 18px 18px #a37217, 19px 19px #a37217, 20px 20px #a37217, 21px 21px #a37217, 22px 22px #a37217, 23px 23px #a37217, 24px 24px #a37217, 25px 25px #a37217, 26px 26px #a37217, 27px 27px #a37217, 28px 28px #a37217, 29px 29px #a37217, 30px 30px #a37217;
}

.model-2 .rss:hover {
    color: #ffa500;
}

.model-3 {
    margin-bottom: 50px;
}

.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 5px;
}

.model-3 a:after {
    content: '';
    position: absolute;
    border: 24px 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: 10px;
}

.model-3 a:hover:after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.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 -5px;
}

.model-4 a {
    background: none;
    line-height: 1.7;
    font-size: 14px;
}

.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 10px;
}

.model-7 a {
    background: none;
    -webkit-box-shadow: 0 0 4px 3px;
    -moz-box-shadow: 0 0 4px 3px;
    box-shadow: 0 0 4px 3px;
    text-shadow: 0 0 1px #333333;
    -webkit-transition: -webkit-transform 0.4s, 0.4s;
    -moz-transition: -moz-transform 0.4s, 0.4s;
    -o-transition: -o-transform 0.4s, 0.4s;
    transition: transform 0.4s, 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 48px 0 inset;
    -moz-box-shadow: 0 48px 0 inset;
    box-shadow: 0 48px 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 10px;
}

.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 10px;
    -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: 48px;
    height: 48px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -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: 32px;
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -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 10px;
    -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: 48px;
    height: 48px;
    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;
}

@media(max-width:991px) {
    .logo-bar-area {
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
    }

    .sm-fixed-top {
        position: fixed !important;
        top: -66px;
        background: #ffffff;
        width: 100%;
        left: 0;
        transform: translateY(100%);
    }

    .banner-size-1 {
        width: 50%;
        padding: 0px;
    }

    .banner-size-2 {
        width: 50%;
        padding: 0px;
    }
}

@media(max-width:576px) {
    .product-box-2.alt-box .product-image {
        min-height: 160px;
    }

    .hamburger-icon {
        top: 0;
    }

    .banner-size-2 {
        width: 100%;
        padding: 0px;
    }
}

@media(max-width:479px) {
    .sm-fixed-top {
        top: -63px;
    }
}

.site-wrap {
    max-width: 1440px;
    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: 15px;
    padding-left: 15px;
}

@media(min-width:1500px) {
    .container {
        max-width: 1400px;
    }

    .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%;
    }
}

@media (min-width: 1500px) {
    .col-xxl-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.gutters-5>.col,
.gutters-5>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutters-10>.col,
.gutters-10>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

@media(max-width:576px) {
    .product-box-2.alt-box .product-image {
        min-height: 160px;
    }

    .product-desc-tab .nav-link {
        font-size: 10px !important;
    }

    .product-desc-tab .nav-item {
        margin-right: 0.5rem !important;
    }
}

.mobile-slider {
    display: none;
}

#empty_cart_gif {
    width: 20%;
    border-radius: 10px;
}

#btnCartEmptyHome {
    display: none;
}

@media(max-width:767px) {
    #empty_cart_gif {
        width: 40%;
    }

    #btnCartEmptyHome {
        display: inline-block;
    }

    .sm-no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .sm-no-gutters>.col,
    .sm-no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

    .mobile-slider {
        display: block;
    }

    .web-slider {
        display: none;
    }

    .mobile-slider-container {
        padding: 0px;
    }
}

.product-box-4 .product-image {
    padding: 12px;
    border-right: 1px solid #eee;
    height: 100px;
    width: 100px;
    max-width: 100px;
    flex: 0 0 100px;
    text-align: center;
}

.product-box-4 {
    border: 1px solid #eee;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.product-box-4 .product-image img {
    max-height: 80px;
}

.product-box-4 .product-details {
    padding: 15px;
}

.product-box-4 .product-details .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.product-box-4 .product-details .title a {
    color: #333;
}

.product-box-4 .product-details .price-box .product-price {
    font-size: 14px;
}

.product-box-4 .product-details .price-box .old-product-price {
    font-size: 13px;
}

.product-box-4:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.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: 50px;
}

.box-2 .name {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}

.box-3 img {
    max-height: 60px;
    margin: 0 auto;
}


.brand-box {
    padding: 5px;
}

.brand-box a {
    border: 1px solid #eee;
}

.brand-box a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.brand-box .img {
    padding: 5px;
    text-align: center;
}

.brand-box img {
    height: 50px;
}

.brand-box .name {
    padding-left: 10px;
}

.hov-bounce:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -ms-webkit-transform: translateY(-3px);
}

.icon-anim:hover i {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
}

.icon-anim i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.radio-box {
    position: relative;
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    border: 2px solid #C8CCD4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.radio-box:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #225CFF;
    transform: scale(0);
    transition: all .2s ease;
    opacity: .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 .2s cubic-bezier(.35, .9, .4, .9);
    opacity: 1;
}

.form-control-lg+.select2-container--default .select2-selection--single {
    height: calc(3rem + 2px);
}

.form-control-lg+.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.97rem 0.1rem;
}

.select2-dropdown,
.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
}

.select2-dropdown .select2-results__option:not(:last-child) {
    border-bottom: 1px solid #e6e8e8;
}

.select2-dropdown .select2-results__option {
    padding: 12px;
}

.select2-dropdown .select2-results__option:hover {
    background-color: #e6e6e6;
}

/* loading animation */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    display: none;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 8px;
    border: 4px solid #02266C;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #02266C transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-in-brand {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0px solid gray;
    border-radius: 5px;
    background-color: #FFFFFF;
    z-index: 1;
    display: none;
}

.product-in-brand img {
    width: 50px;
    border-radius: 5px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post {
    width: 100%;
    height: 80px;
    list-style-type: none;
}

.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    transition: 0.5s;
}

.zahialah-towch-text {
    font-size: 14px;
    color: #fff;
}

/* Нүүр хуудасны Category-г дөрвөлжин харуулах код */
.industry-booth {
    background: #fff;
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.industry-booth .industry-banner {
    position: relative;
    box-sizing: border-box;
    width: 300px;
    overflow: hidden;
}

.industry-booth .industry-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
}

.industry-booth .industry-theme-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.theme-img-big {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.industry-booth .industry-theme-info {
    position: relative;
}

.industry-booth .soure-now .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}

.btn-main {
    color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545;
}

.btn-main:hover {
    box-shadow: 1px 1px 7px #999;
}

.industry-booth .industry-title {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #333;
}

.industry-booth .industry-products {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e6ecf2;
    flex: 1;
}

.industry-booth .prod-item {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e6ecf2;
    border-right: 0;
    border-top: 0;
    width: 25%;
}

.industry-booth .prod-item:hover {
    box-shadow: 1px 1px 5px #999;
}

.industry-booth .prod-inr {
    position: relative;
    display: block;
    padding: 30px 30px 15px 30px;
}

.industry-booth .prod-txt {
    font-size: 13px;
    line-height: 15px;
    height: 48px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    position: relative;
    z-index: 1;
    color: #333;
}

.industry-booth .prod-pic {
    margin-top: -24px;
    text-align: center;
    font-size: 0;
}

.industry-booth .prod-pic .pic-inr {
    width: 120px;
    height: 120px;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
}

.img-wp {
    width: 100%;
    padding-top: 100%;
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.img-wp img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

.theme-img-small {
    display: none;
    height: 70px;
}

@media(max-width:1280px) {
    .industry-booth {
        flex-wrap: wrap;
    }

    .industry-booth .industry-banner {
        width: 100%;
    }

    .industry-booth .soure-now .btn {
        display: none;
    }

    .industry-booth .industry-title {
        margin-bottom: 0px;
    }

    .industry-booth .industry-link {
        padding: 20px 30px;
    }

    .industry-booth .industry-title {
        font-size: 18px;
        opacity: 0;
    }

    .industry-booth .prod-inr {
        position: relative;
        display: block;
        padding: 15px 30px 0px 30px;
    }

    .industry-booth .theme-img-big {
        display: none;
    }

    .industry-booth .theme-img-small {
        display: block;
    }
}

@media(max-width:1024px) {
    .industry-booth .prod-item {
        width: 33.33%;
    }

    .industry-booth .prod-txt {
        font-size: 11px;
        line-height: 11px;
    }
}

/* sm */
@media(max-width:576px) {
    .industry-booth .prod-item {
        width: 50%;
    }
}

/* Home Category 2-ны кодны төгсгөл */
.btn-huwi-hun {
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.btn-huwi-hun .indicator {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #e6e6e6;
    border-image: initial;
    border-radius: 50%;
    padding: 1px;
    transition: all 200ms ease-in-out 0s;
}

.btn-huwi-hun .circle {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #02266c;
    border-radius: 50%;
    transition: all 200ms ease-in-out 0s;
    transform: scale(0);
}

.btn-huwi-hun .huwi-hun-txt {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    color: #e6e6e6;
}

@media(max-width:1280px) {
    .btn-huwi-hun .indicator {
        display: none;
    }

    .btn-huwi-hun .circle {
        display: none;
    }

    #icon1 {
        display: none;
    }

    #icon2 {
        display: none;
    }

    .btn-huwi-hun {
        height: 50px;
    }

    .btn-huwi-hun .huwi-hun-txt {
        font-size: 12.8px;
    }
}

.swiper-slide-category:hover {
    box-shadow: 1px 1px 5px #999;
    border-radius: 15px;
}

.swiper-slide.packages:hover {
    box-shadow: 0 0 #999;
    border-radius: 5px;
}

.swiper-slide.package:hover {
    box-shadow: 0px 0px #999;
}

.product-card-2.package:hover {
    box-shadow: 0px 0px #999;
}

.swiper-slide-product:hover {
    box-shadow: 0px 0px 0px !important
}

.product-card:hover {
    box-shadow: 1px 1px 5px #999;
}

.big-slide:hover {
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
}

.big-slide:hover {
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
}

.swiper-button-top {
    position: absolute;
    width: 30px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px;
    background-color: rgb(255, 255, 255);
    outline: none;
    border-radius: 50%;
    display: flex;
    z-index: 2;
    top: 10px;
    left: 40px;
}

.swiper-button-top:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}

.swiper-button-top i {
    font-size: 14px;
    margin: auto;
}

.swiper-button-bottom {
    position: absolute;
    width: 30px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px;
    background-color: rgb(255, 255, 255);
    outline: none;
    border-radius: 50%;
    display: flex;
    z-index: 2;
    bottom: 10px;
    left: 40px;
}

.swiper-button-bottom:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}

.swiper-button-bottom i {
    font-size: 14px;
    margin: auto;
}

.swiper-button-left {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px;
    background-color: rgb(255, 255, 255);
    margin-top: -25px;
    outline: none;
    border-radius: 50%;
}

.swiper-button-left.product {
    top: 52%;
    left: -15px;
    width: 35px;
    height: 35px;
}

.swiper-button-left:hover,
.swiper-button-right:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}

.swiper-button-left i {
    font-size: 18px;
    margin: auto;
}

.swiper-button-right {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px;
    background-color: rgb(255, 255, 255);
    margin-top: -25px;
    outline: none;
    border-radius: 50%;
}

.swiper-button-right i {
    font-size: 18px;
    margin: auto;
}

.swiper-button-right.product {
    top: 52%;
    right: -15px;
    width: 35px;
    height: 35px;
}

@media(max-width:640px) {
    .swiper-button-left {
        width: 30px;
        height: 30px;
        left: 7px;
        margin-top: -10px;
    }

    .swiper-button-left i {
        font-size: 12px;
    }

    .swiper-button-right {
        width: 30px;
        height: 30px;
        right: 7px;
        margin-top: -10px;
    }

    .swiper-button-right i {
        font-size: 12px;
    }

    #extra_check_1 {
        display: none;
    }

    #extra_check_2 {
        display: none;
    }

    #extra_check_3 {
        display: none;
    }

    .swiper-button-left.product {
        top: 40%;
    }

    .swiper-button-right.product {
        top: 40%;
    }

    .swiper-slide.package {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.nariin-category {
    height: 50px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
}

.nariin-category-label {
    margin-right: 25px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    transition: all 200ms ease 0s;
    padding: 17px 0px 13px;
    line-height: 1.5;
    color: #444;
}

.nariin-category-label:hover {
    color: #444;
}

.nariin-category-label:after,
.nariin-category-label:visited:after {
    content: '';
    height: 3px;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0%;
    background: #444;
    transition: 0.2s;
}

.nariin-category-label:hover:after,
.nariin-category-label:visited:hover:after {
    width: 100%;
}

.discount-left-top {
    position: absolute;
    top: 5px;
    padding: 0px 8px 0px 12px;
    background-color: #2ba968;
    color: white;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
}

.discount-right-bottom {
    position: absolute;
    bottom: 127px;
    right: 0px;
    padding: 0px 8px 0px 12px;
    background-color: #2ba968;
    color: white;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
}

.uldegdelgui {
    position: absolute;
    bottom: 127px;
    padding: 0px 8px 0px 12px;
    background-color: #2ba968;
    color: white;
    z-index: 1;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.8;
}

@media(max-width:420px) {
    .mt-12 {
        margin-top: 12px;
    }
}

.cart-count-icon-footer span {
    margin-left: -2px;
    margin-top: 1px;
    position: absolute;
    color: #fff;
    font-size: 13px;
    padding: 2px 7px;
    border-radius: 20px;
    box-shadow: 0px 4px 6px 0px rgba(255, 105, 105, 0.4);
}

/*-----------Footer responsive item css  --------*/
.mng-footer {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 4px 6px 0px rgba(255, 105, 105, 0.4);
}

.mng-footer .zahialah-towch-text {
    font-size: 12px !important;
}

.product_details_btm {
    bottom: 60px !important;
    background-color: transparent !important;
    box-shadow: 0 0 black !important;
}

.product_details_btm .container {
    padding-right: 20px;
    padding-left: 20px;
}

.mng-footer a.active {
    border-bottom: 2px solid #E4002B;
}

.mng-footer .active i {
    color: #E51E26 !important;
}

.mng-footer .active label {
    color: #000 !important;
}

.mng-footer label {
    font-size: 11px;
    margin: 2px 0 0 0;
}

.mng-footer i {
    font-size: 20px;
    color: #000;
}

.mng-footer .footer-item:active {
    background-color: #f1f1f1;
}

.mng-footer .footer-item {
    width: 20%;
    padding: 10px 0px 10px 0px;
}

/*-----------Footer responsive item css  --------*/
@media(max-width:991px) {
    .mng-footer {
        display: block;
    }

    .alga-boloh {
        display: none;
    }
}

@media(max-width:1499px) {
    #MainNavHelp {
        display: none;
    }
}

.product-details-alert {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    text-align: center;
    background-color: #eee;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.product-details-alert strong {
    font-size: 17px;
}

#show_your_order #success {
    font-size: 25px;
}

#show_your_order h2 {
    margin-bottom: 8px;
}

#show_your_order #order_number {
    font-size: 15px;
}

#show_your_order2 #success {
    font-size: 25px;
}

#show_your_order2 h2 {
    margin-bottom: 20%;
}

#show_your_order2 #order_number {
    font-size: 15px;
}

.hyamdral {
    display: inline-block;
    padding: .20rem .5rem;
    border-radius: .5rem;
    background-color: #4cd964;
    /* box-shadow: 0 0.2rem 0.5rem rgb(76 217 100); */
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
}

.hyamdral {
    display: inline-block;
    padding: .20rem .5rem;
    border-radius: 4px;
    background-color: #ffffff;
    /* box-shadow: 0 0.2rem 0.5rem rgb(76 217 100); */
    color: #fd5749;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #fd5749;
}

.msg_seller {
    font-size: 12px;
    margin-top: 10px;
    /* border-radius: 10rem; */
    background-color: #00b293;
    border: 0;
    color: #fff
}

.too_shirheg {
    width: 100%;
}

.alga-boloh .row {
    margin: 0;
}

.hurgelt-unegui {
    padding: 10px;
    margin: 5px;
    /* border-left: 1px solid #f2f3f8; */
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #ff4c4c;
    font-size: 12px;
    background-color: #f7f7f7;
}

.review_avatar {
    height: 60px !important;
    width: 60px !important;
}

.buy-now-shadow {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .4) !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.color-gray {
    color: #333 !important;
}

.category-swiper-padding {
    padding: 0px 10px 10px !important;
}

.post-height {
    height: 130px !important;
}

.mb-100 {
    margin-bottom: 90px;
}

.aiz-rounded-check {
    border-radius: 50%;
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px 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: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    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: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0.25rem
}

.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);
}

#btnCartEmptyHome {
    border-radius: 24px;
    font-size: 9px;
    padding: 5px 5px 5px 17px;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #fff;
    box-shadow: 0px 0px 5px 0px #999;
}

#btnCartEmptyHome i {
    padding: 9px 10px;
    margin-left: 12px;
    font-size: 9px;
    background-color: #fff;
    color: #005bab;
    border-radius: 50%;
}

#btncartemptyh3 {
    margin-bottom: 40px;
    font-weight: 700;
    margin: 20px 0px;
    color: #515C6F;
}

.seller-list .single-item {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .1);
    margin-bottom: 1.5rem;
}

.rimg {
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    -ms-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .1);
    -o-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .1);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .1);
}

.rimg.r11:before {
    padding-bottom: 70%;
}

.rimg:before {
    content: "";
    display: block;
}

.no-bs {
    box-shadow: none !important;
}

.seller-list .single-item .detail-container {
    padding: .5rem .5rem 1rem;
}

.seller-list .single-item .detail-container .title {
    text-align: center;
    font-size: 1.2rem;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .5rem;
}

.seller-list .single-item .detail-container .title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #333;
    height: 30px;
    overflow: hidden;
}

.seller-list .col-lg-2,
.col-md-4,
.col-sm-4,
.col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard_mobile {
    display: none;
    padding-left: -15px;
    padding-right: -15px;
}

@media(max-width:991px) {
    .dashboard_mobile {
        display: block;
    }

    .dashboard_web {
        display: none;
    }

    .pt-lg-3 {
        padding-top: 10px !important;
    }

    #btncartemptyh3 {
        font-size: 16px;
    }
}

.col-5 {
    width: 20%;
    flex: 1;
}

.img-md {
    width: 64px;
    height: 64px;
}

.section_background {
    background-size: 100%;
    background-repeat: repeat;
}



.industry-card {
    position: relative;
    width: 100%;
    height: 318px;
    overflow: hidden;
    display: block
}

.industry-card,
.industry-card .link {
    color: #fff !important
}

.industry-card .icon {
    fill: #fff !important
}

.industry-card:focus .industry-card__background:before,
.industry-card:hover .industry-card__background:before {
    background: transparent
}

html[theme=china] .industry-card:focus .industry-card__background img,
html[theme=china] .industry-card:hover .industry-card__background img {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

html[theme=china] .industry-card:focus .industry-card__content,
html[theme=china] .industry-card:hover .industry-card__content {
    background: rgba(0, 0, 0, .8)
}

.industry-card__container {
    z-index: 4;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.industry-card__background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

html[theme=china] .industry-card__background img {
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all .8s ease
}

.industry-card__background:before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 18, 40, .5);
    transition: all .2s ease
}

html[theme=china] .industry-card__background:before {
    display: none
}

.industry-card__background:after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    width: 100%;
    opacity: .21;
    background: linear-gradient(180deg, rgba(2, 20, 41, 0), #000 99%)
}

html[theme=china] .industry-card__background:after {
    display: none
}

.industry-card__background img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.industry-card__content {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 19px;
    width: 100%
}

html[theme=china] .industry-card__content {
    width: 216px;
    border-radius: 0 6px 6px 0;
    background: rgba(0, 0, 0, .4);
    padding: 20px;
    padding-top: 30px;
    transition: all .8s ease
}

@media (max-width:1229px) {
    .industry-card__content {
        top: 50px
    }
}

#recentlyViewedProductsModal .btn-dark {
    right: 10px;
}

@media (max-width:767px) {
    .industry-card__content {
        height: 80%;
        top: 10%;
        bottom: 10%
    }

    #recentlyViewedProductsModal .btn-dark {
        right: 0px;
        top: -50px;
    }
}

.industry-card__short-description {
    max-width: 250px;
    font-size: 12px
}

.industry-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.industry-card__icon .icon {
    width: 100%;
    height: 100%
}

html[theme=arabic] .industry-card__icon .icon-agro,
html[theme=persian] .industry-card__icon .icon-agro {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-transform-origin: center;
    transform-origin: center
}

@media (max-width:767px) {
    .industry-card__icon {
        width: 45px;
        height: 45px;
        margin: 0 auto 10px;
        float: none
    }

    .process-steps li .title {
        font-size: 9px;
    }
}

.industry-card__text {
    min-height: 60px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

html[theme=china] .industry-card__text,
html[theme=india] .industry-card__text {
    min-height: auto
}

@media (max-width:767px) {
    .industry-card__text {
        margin: auto;
        float: none;
        text-align: center;
        font-size: 13px
    }
}

.product-category-section .industry-card {
    width: 240px;
    height: 100%;
    border-radius: 6px 0 0 6px;
    padding-right: 0
}

.product-category-section .industry-card__link,
.product-category-section .industry-card__text {
    clear: none;
    float: none
}

.product-category-section .industry-card__short-description {
    clear: none;
    float: none;
    max-width: 250px;
    font-size: 12px
}

.product-category-section .industry-card__text {
    margin-bottom: 14px;
    min-height: auto;
}

.product-category-section .industry-card__val {
    color: #fff;
    margin-bottom: 10px
}

.product-category-section .industry-card__content {
    top: auto;
    bottom: 20px
}

html[theme=china] .product-category-section .industry-card__content {
    bottom: 0;
    height: 130px;
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 10px;
    border-radius: 6px 6px 0 0
}

html[theme=arabic] .product-category-section .industry-card__background:after,
html[theme=arabic] .product-category-section .industry-card__background:before {
    display: none
}

html[theme=arabic] .product-category-section .industry-card__content {
    bottom: 0;
    padding: 20px;
    background: rgba(32, 32, 32, .6);
    transition: all .2s ease
}

html[theme=arabic] .product-category-section .industry-card:focus .industry-card__content,
html[theme=arabic] .product-category-section .industry-card:hover .industry-card__content {
    background: rgba(32, 32, 32, .8)
}

html[theme=persian] .product-category-section .industry-card__background:after,
html[theme=persian] .product-category-section .industry-card__background:before {
    display: none
}

html[theme=persian] .product-category-section .industry-card__content {
    bottom: 0;
    padding: 20px;
    background: rgba(32, 32, 32, .6);
    transition: all .2s ease
}

html[theme=persian] .product-category-section .industry-card:focus .industry-card__content,
html[theme=persian] .product-category-section .industry-card:hover .industry-card__content {
    background: rgba(32, 32, 32, .8)
}

html[theme=india] .product-category-section .industry-card__background:after,
html[theme=india] .product-category-section .industry-card__background:before {
    display: none
}

html[theme=india] .product-category-section .industry-card__content {
    bottom: 0;
    padding: 20px;
    background: rgba(32, 32, 32, .6);
    transition: all .2s ease
}

html[theme=india] .product-category-section .industry-card:focus .industry-card__content,
html[theme=india] .product-category-section .industry-card:hover .industry-card__content {
    background: rgba(32, 32, 32, .8)
}

.industrys {
    border-bottom: none;
    overflow: hidden;
}

.industrys__container {
    margin-right: -1px;
}

.industrys__container:after {
    content: "";
    display: block;
    clear: both
}

.industrys__item {
    position: relative;
    display: block;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #fff
}

.industrys__item:focus,
.industrys__item:hover {
    color: #fff
}

@media (max-width:1023px) {
    .industrys__item>* {
        height: 100%
    }
}

@media (max-width:1023px) {
    .industrys__item {
        height: 278px
    }
}

@media (max-width:767px) {
    .industrys__item {
        height: 150px
    }
}

.language {
    position: relative
}

.language.is-active .language__link .icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:1023px) {
    .language.is-active .language__link .icon {
        fill: #202020
    }
}

.industrys__container .col-lg-1,
.industrys__container .col-lg-2,
.industrys__container .col-lg-3,
.industrys__container .col-lg-4,
.industrys__container .col-lg-5,
.industrys__container .col-lg-6,
.industrys__container .col-lg-7,
.industrys__container .col-lg-8,
.industrys__container .col-lg-9,
.industrys__container .col-lg-10,
.industrys__container .col-lg-11,
.industrys__container .col-lg-12,
.industrys__container .col-md-1,
.industrys__container .col-md-2,
.industrys__container .col-md-3,
.industrys__container .col-md-4,
.industrys__container .col-md-5,
.industrys__container .col-md-6,
.industrys__container .col-md-7,
.industrys__container .col-md-8,
.industrys__container .col-md-9,
.industrys__container .col-md-10,
.industrys__container .col-md-11,
.industrys__container .col-md-12,
.industrys__container .col-sm-1,
.industrys__container .col-sm-2,
.industrys__container .col-sm-3,
.industrys__container .col-sm-4,
.industrys__container .col-sm-5,
.industrys__container .col-sm-6,
.industrys__container .col-sm-7,
.industrys__container .col-sm-8,
.industrys__container .col-sm-9,
.industrys__container .col-sm-10,
.industrys__container .col-sm-11,
.industrys__container .col-sm-12,
.industrys__container .col-xl-1,
.industrys__container .col-xl-2,
.industrys__container .col-xl-3,
.industrys__container .col-xl-4,
.industrys__container .col-xl-5,
.industrys__container .col-xl-6,
.industrys__container .col-xl-7,
.industrys__container .col-xl-8,
.industrys__container .col-xl-9,
.industrys__container .col-xl-10,
.industrys__container .col-xl-11,
.industrys__container .col-xl-12,
.industrys__container .col-xs-1,
.industrys__container .col-xs-2,
.industrys__container .col-xs-3,
.industrys__container .col-xs-4,
.industrys__container .col-xs-5,
.industrys__container .col-xs-6,
.industrys__container .col-xs-7,
.industrys__container .col-xs-8,
.industrys__container .col-xs-9,
.industrys__container .col-xs-10,
.industrys__container .col-xs-11,
.industrys__container .col-xs-12 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 15px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left
}

#zoom:hover {
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Safari 3-8 */
    transform: scale(1.03);
}

.recent_posts .btn-remove {
    width: 16px;
    height: 16px;
    transform: scale(0);
    transition: all 200ms ease-in-out 0s;
    background-size: 12px;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzM2LjU1OSw2OC42MTFMMjMxLjAxNiwxNzQuMTY1bDEwNS41NDMsMTA1LjU0OWMxNS42OTksMTUuNzA1LDE1LjY5OSw0MS4xNDUsMCw1Ni44NSAgIGMtNy44NDQsNy44NDQtMTguMTI4LDExLjc2OS0yOC40MDcsMTEuNzY5Yy0xMC4yOTYsMC0yMC41ODEtMy45MTktMjguNDE5LTExLjc2OUwxNzQuMTY3LDIzMS4wMDNMNjguNjA5LDMzNi41NjMgICBjLTcuODQzLDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDE2LDExLjc2OWMtMTAuMjg1LDAtMjAuNTYzLTMuOTE5LTI4LjQxMy0xMS43NjljLTE1LjY5OS0xNS42OTgtMTUuNjk5LTQxLjEzOSwwLTU2Ljg1ICAgbDEwNS41NC0xMDUuNTQ5TDExLjc3NCw2OC42MTFjLTE1LjY5OS0xNS42OTktMTUuNjk5LTQxLjE0NSwwLTU2Ljg0NGMxNS42OTYtMTUuNjg3LDQxLjEyNy0xNS42ODcsNTYuODI5LDBsMTA1LjU2MywxMDUuNTU0ICAgTDI3OS43MjEsMTEuNzY3YzE1LjcwNS0xNS42ODcsNDEuMTM5LTE1LjY4Nyw1Ni44MzIsMEMzNTIuMjU4LDI3LjQ2NiwzNTIuMjU4LDUyLjkxMiwzMzYuNTU5LDY4LjYxMXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzRGM0Y2OCIgZGF0YS1vbGRfY29sb3I9IiM0ZjNmNjgiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+);
    position: absolute;
    top: 0px;
    right: 15px;
    border-style: none;
    background-color: transparent;
    background-repeat: no-repeat;
}

.recent_posts .btn-remove:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzM2LjU1OSw2OC42MTFMMjMxLjAxNiwxNzQuMTY1bDEwNS41NDMsMTA1LjU0OWMxNS42OTksMTUuNzA1LDE1LjY5OSw0MS4xNDUsMCw1Ni44NSAgIGMtNy44NDQsNy44NDQtMTguMTI4LDExLjc2OS0yOC40MDcsMTEuNzY5Yy0xMC4yOTYsMC0yMC41ODEtMy45MTktMjguNDE5LTExLjc2OUwxNzQuMTY3LDIzMS4wMDNMNjguNjA5LDMzNi41NjMgICBjLTcuODQzLDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDE2LDExLjc2OWMtMTAuMjg1LDAtMjAuNTYzLTMuOTE5LTI4LjQxMy0xMS43NjljLTE1LjY5OS0xNS42OTgtMTUuNjk5LTQxLjEzOSwwLTU2Ljg1ICAgbDEwNS41NC0xMDUuNTQ5TDExLjc3NCw2OC42MTFjLTE1LjY5OS0xNS42OTktMTUuNjk5LTQxLjE0NSwwLTU2Ljg0NGMxNS42OTYtMTUuNjg3LDQxLjEyNy0xNS42ODcsNTYuODI5LDBsMTA1LjU2MywxMDUuNTU0ICAgTDI3OS43MjEsMTEuNzY3YzE1LjcwNS0xNS42ODcsNDEuMTM5LTE1LjY4Nyw1Ni44MzIsMEMzNTIuMjU4LDI3LjQ2NiwzNTIuMjU4LDUyLjkxMiwzMzYuNTU5LDY4LjYxMXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZFRDQ1MyIgZGF0YS1vbGRfY29sb3I9IiNmZWQ0NTMiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+);
}

.recent_posts .col-sm-1:hover .btn-remove {
    transform: scale(.8);
}

@media (max-width:768px) {
    .recent_posts .col-sm-1 .btn-remove {
        transform: scale(.8);
    }
}

.color-copy {
    color: #faad14;
}

.w-30 {
    width: 30% !important;
}

.f1f1f1 {
    background-color: #e7e7e7;
}

.select2-selection {
    background-color: #f1f1f1 !important;
}

.custom_alert_style {
    text-align: center;
    background-color: #fff3cd;
    border: 1px solid #f5a100;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 13px;
    border-radius: 5px;
}

.glyphicon-exclamation-sign p {
    margin-bottom: 0;
    color: #3e3e3e;
}

/* new mng footer */
.gsMQUe {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(241, 243, 249);
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
}

.gsMQUe .qtyLbl {
    font-size: 14px;
    color: rgb(141, 148, 167);
    line-height: 26px;
}

.gsMQUe .qty {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 9px;
}

.shadow-hover:hover {
    box-shadow: rgba(58, 58, 58, 0.26) 0px 2px 8px 0px;
}

#userInput {
    position: unset;
    width: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 2px;
    height: 2.25rem;
    float: left;
    color: #818a91;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: right;
    border: 1px solid #e6e6e6;
    margin-bottom: .5rem;
}

/* Cart Summery Code */
@media(max-width:991px) {
    .body-wrap.summer_mobile .slice-sm {
        display: none;
    }

    .body-wrap.summer_mobile #footer {
        display: none;
    }

    .body-wrap.summer_mobile #back_to_shop {
        display: none;
    }

    .body-wrap.summer_mobile #btn_shipping_info {
        display: none;
    }

    .body-wrap.summer_mobile #card_detail_container {
        max-width: 100%;
    }

    .body-wrap.summer_mobile #cart-summary {
        padding-top: 0 !important;
    }

    .body-wrap.summer_mobile #card_detail_row {
        display: block !important;
        margin: 0;
    }

    .body-wrap.summer_mobile .form-default.bg-white.pr-4.pt-4.pb-0.mb-4 {
        padding-right: 0 !important;
    }

    .body-wrap.summer_mobile #cart-card {
        margin-bottom: 30px !important;
    }
}

/* Cart Summery Code */

/* Seller Info Code */
.seller-info-page.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
    padding: 270px;
}

.container.seller-info-page {
    padding: 100px 0;
}

.seller-info-page .header {
    text-align: center;
    padding-bottom: 90px;
}

.seller-info-page .header p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.seller-info-page .header h4 {
    font-weight: 400;
    color: #000;
    font-size: 30px;
}

.seller-info-page .block-thumbnail {
    margin-bottom: 30px;
    min-height: 130px;
}

.seller-info-page .icon-box-2 img {
    max-height: 130px;
}

.seller-info-page .block-content {
    margin-bottom: 30px;
    min-height: 130px;
}

.seller-info-page .icon-box-2 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.ps-block--vendor-milestone {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    padding-bottom: 90px;
}

.ps-block--vendor-milestone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #fcb800;
}

.ps-block--vendor-milestone .ps-block__left,
.ps-block--vendor-milestone .ps-block__right {
    width: 100%;
}

.ps-block--vendor-milestone .ps-block__left {
    padding-right: 140px;
}

.ps-block--vendor-milestone .ps-block__left h4 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.2em;
}

.ps-block--vendor-milestone .ps-block__left ul {
    padding-left: 20px;
}

.v-application ol,
.v-application ul {
    padding-left: 0 !important;
}

.ps-block--vendor-milestone .ps-block__left ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.ps-block--vendor-milestone .ps-block__right {
    text-align: right;
}

.ps-block--vendor-milestone .ps-block__number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid #fcb800;
    border-radius: 50%;
}

.ps-block--vendor-milestone .ps-block__number span {
    font-size: 48px;
    color: #000;
}

.ps-block--vendor-milestone.reverse {
    flex-flow: row-reverse nowrap;
}

.ps-block--vendor-milestone.reverse .ps-block__left {
    padding-left: 140px;
    padding-right: 0;
}

.ps-block--vendor-milestone.reverse .ps-block__right {
    text-align: left;
}

.ps-vendor-best-fees .ps-section__content {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}

.ps-vendor-best-fees .ps-section__content>h5 {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 1.4em;
}

.ps-vendor-best-fees .ps-section__numbers {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.ps-vendor-best-fees .ps-section__desc {
    max-width: 550px;
    margin: 0 auto 30px;
}

.ps-vendor-best-fees .ps-section__highlight {
    margin-bottom: 40px;
    padding: 30px 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #f6f6f6;
}

.ps-vendor-best-fees .ps-section__numbers figure {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 170px;
    height: 170px;
    border: 2px solid #fcb800;
    margin: 0 40px;
    border-radius: 50%;
}

.ps-vendor-best-fees .ps-section__numbers figure h3 {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}

.ps-vendor-best-fees .ps-section__numbers figure span {
    font-size: 13px;
}

.ps-vendor-best-fees .ps-section__desc>figure figcaption {
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
    font-size: 16px;
}

.ps-vendor-best-fees .ps-section__desc ul li {
    text-align: left;
    color: #666;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.6em;
}

.ps-vendor-best-fees .ps-section__highlight figure {
    text-align: justify;
    padding-left: 60px;
    padding-right: 60px;
}

.ps-vendor-best-fees .ps-section__highlight figure p {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.ps-btn {
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #fcb800;
    transition: all .4s ease;
    cursor: pointer;
    padding: 20px 40px;
    font-size: 24px;
}

.container.seller-info-page.vendor {
    padding: 50px 0;
}

@media (max-width: 991px) {
    .seller-info-page.bg--cover {
        padding: 130px 0;
    }

    .seller-info-page .header {
        padding-bottom: 50px;
    }

    .ps-block--vendor-milestone .ps-block__number {
        width: 80px;
        height: 80px;
    }

    .ps-block--vendor-milestone .ps-block__left {
        padding-right: 80px;
    }

    .ps-block--vendor-milestone .ps-block__right {
        padding-left: 80px;
    }

    .ps-block--vendor-milestone .ps-block__right {
        padding-left: 80px;
    }

    .ps-vendor-faqs .ps-section__footer {
        padding-top: 60px;
    }

    .ps-vendor-faqs .ps-section__footer p {
        font-size: 20px;
    }

    .ps-btn {
        font-size: 16px;
        padding: 15px 30px;
    }

    .product_details_mobile .slice-sm,
    .product_details_mobile .footer-top,
    .product_details_mobile .footer-bottom {
        display: none;
    }
}

@media (max-width: 767px) {
    .seller-info-page.bg--cover {
        padding: 110px 0;
    }

    .ps-block--vendor-milestone {
        flex-flow: column-reverse wrap;
        padding-left: 100px;
    }

    .ps-block--vendor-milestone:before {
        left: 40px;
    }

    .ps-block--vendor-milestone .ps-block__number {
        left: 0;
        transform: translateX(0);
    }

    .ps-block--vendor-milestone .ps-block__left {
        padding: 0;
    }

    .ps-block--vendor-milestone.reverse .ps-block__left {
        padding: 0;
    }

    .ps-block--vendor-milestone .ps-block__right {
        text-align: center;
        margin-bottom: 40px;
        padding: 40px 0 0;
    }

    .ps-block--vendor-milestone.reverse {
        flex-flow: column-reverse wrap;
    }

    .ps-block--vendor-milestone {
        flex-flow: column-reverse wrap;
        padding-left: 100px;
    }

    .ps-block--vendor-milestone .ps-block__right img {
        max-height: 150px;
    }

    .ps-block--vendor-milestone.reverse .ps-block__right {
        padding: 0;
        text-align: center;
    }

    .ps-vendor-best-fees .ps-section__highlight {
        padding: 30px 10px;
    }
}

@media (max-width: 479px) {
    .seller-info-page.bg--cover {
        padding: 90px 0;
    }

    .container.seller-info-page {
        padding: 50px 15px;
    }

    .seller-info-page .header h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ps-block--vendor-milestone {
        padding-left: 60px;
    }

    .ps-block--vendor-milestone:before {
        left: 25px;
    }

    .ps-block--vendor-milestone .ps-block__number {
        width: 50px;
        height: 50px;
    }

    .ps-vendor-best-fees .ps-section__numbers figure {
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }

    .ps-vendor-best-fees .ps-section__numbers figure h3 {
        font-size: 30px;
    }

    .ps-vendor-best-fees .ps-section__highlight {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .ps-vendor-best-fees .ps-section__highlight img {
        margin-bottom: 30px;
        max-height: 100px;
    }

    .ps-vendor-best-fees .ps-section__highlight figure {
        text-align: left;
        padding: 0 20px;
    }

    .ps-vendor-best-fees .ps-section__highlight figure p {
        font-size: 14px;
    }

    .ps-vendor-faqs .ps-section__footer {
        padding-top: 50px;
    }

    .ps-vendor-faqs .ps-section__footer p {
        font-size: 18px;
    }

    .seller-info-page .header p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* Seller Info Code */

.product-description-wrapper .stock-badge {
    height: 24px;
    width: auto;
    font-size: .75rem;
    padding: .35em .7em;
    border-radius: 10px;
}

.product-description-wrapper hr {
    border-top: 1px dashed #7979791a;
}

/* .product-card-2 .card-image {
    border-bottom: 1px solid #f1f1f1!important;;
} */

.swiper-slide.seller-shop:hover {
    box-shadow: 0px 0px 0px #fff !important;
}

.swiper-slide.seller-shop {
    box-shadow: 0px 0px 0px #fff !important;
    width: auto !important;
}

.bg-alert-orange {
    padding: 10px;
    margin: 5px;
    border-left: 1px solid #f2f3f8;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #ffe58f;
    font-size: 12px;
    background-color: #fff7dc;
}

.card-image img {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    width: 100%;
}

.modal-open {
    padding-right: 0 !important;
}

#userUnpaidOrders .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dugui {
    border-radius: 10px !important;
}

.dugui-5 {
    border-radius: 5px !important;
}

.dugui_t-5 {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.dugui_l {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.dugui_r {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.dugui_r-5 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.dugui_t {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.dugui_b {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.dugui_tl {
    border-top-left-radius: 15px !important;
}

.dugui_bl {
    border-bottom-left-radius: 15px !important;
}

.dugui_tr {
    border-top-right-radius: 15px !important;
}

.dugui_br {
    border-bottom-right-radius: 15px !important;
}

.dugui_search_left {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.dugui_search_right {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.dugui-20 {
    border-radius: 5px !important;
}

.side-seller-menu .border-bottom:hover {
    background-color: #f1f1f1;
}

/* Expo General Page */
/* Section Header */
.expo-general-page .m-header-row {
    padding: 20px;
    background: white;
    width: 100%;
    box-sizing: border-box;
    height: 75px;
}

.expo-general-page .m-header-row .m-logo-wrap {
    float: left;
}

.expo-general-page .m-header-row .m-logo-wrap .m-logo {
    display: block;
    float: left;
    width: 257px;
    height: 47px;
    margin-top: -4px;
}

.expo-general-page .m-header-row .m-logo-wrap .m-channel-name {
    float: left;
    max-width: 180px;
    line-height: 0;
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
    padding-top: 8px;
    color: #222;
    word-wrap: break-word;
    word-break: normal;
}

.expo-general-page .m-header-row .m-logo-wrap .m-channel-name .m-channel-name-content {
    display: table-cell;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #222;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .expo-general-page .m-header-row {
        padding: .5rem;
    }

    .expo-general-page .m-header-row .m-logo-wrap .m-logo {
        width: 6.425rem;
        height: 1.175rem;
        margin-top: -0.1rem;
    }

    .expo-general-page .m-header-row .m-logo-wrap .m-channel-name {
        max-width: 4.5rem;
        font-size: .4rem;
        margin-left: .25rem;
        padding-top: .2rem;
    }

    .expo-general-page .m-header-row .m-logo-wrap .m-channel-name .m-channel-name-content {
        height: .875rem;
        line-height: .875rem;
    }

    .expo-general-page .m-header-row {
        height: 30px;
    }
}

/* END Section Header */

/* Section 1 */
.expo-general-page .section-one .top-wrapper {
    width: 100%;
    height: 694px;
    background-color: black;
    background-position: 50%;
    background-size: 100% 100%;
}

.expo-general-page .section-one .top-content-module {
    width: 1440px;
    margin: -109px auto 0;
    list-style: none;
    display: flow-root;
    position: relative;
    padding: 0;
}

.expo-general-page .section-one li {
    float: left;
    width: 460px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 300px;
    text-align: center;
    background: white;
    position: relative;
    border-radius: 15px;
}

.expo-general-page .section-one .top-content-module li .module-icon {
    width: 160px;
    height: 160px;
    margin: 30px auto 0;
    background-size: 100% auto;
}

.expo-general-page .section-one .top-content-module li .module-text {
    margin-top: 10px;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
}

.expo-general-page .section-one .top-content-module li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1440px) {
    .expo-general-page .section-one .top-wrapper {
        height: 494px;
    }

    .expo-general-page .section-one .top-content-module {
        margin: -78px auto 0;
        width: 1024px;
    }

    .expo-general-page .section-one .top-wrapper .top-content {
        width: 1024px;
    }

    .expo-general-page .section-one .top-content-module li {
        width: 327px;
        height: 213px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .expo-general-page .section-one .top-content-module li .module-icon {
        width: 112px;
        height: 112px;
        margin: 21px auto 0;
    }
}

@media screen and (max-width: 1024px) {
    .expo-general-page .section-one .top-content-module {
        width: 100%;
        box-sizing: border-box;
        padding: 0 2.5%;
        margin-top: -5.4vw;
    }

    .expo-general-page .section-one .top-wrapper .top-content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 2.5%;
    }

    .expo-general-page .section-one .top-content-module li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 768px) {
    .expo-general-page .section-one .top-wrapper {
        height: 470px;
    }

    .expo-general-page .section-one .top-content-module {
        padding: 0 .8rem;
        margin-top: -125px;
    }

    .expo-general-page .section-one .top-wrapper .top-content {
        padding: 0 .8rem;
    }

    .expo-general-page .section-one .top-content-module li {
        height: 260px;
    }

    .expo-general-page .section-one .top-content-module li .module-icon {
        width: 120px;
        height: 120px;
        margin-top: 30px;
    }

    .expo-general-page .section-one .top-content-module li .module-text {
        margin-top: 30px;
        font-size: 22px;
        line-height: 25px;
        font-weight: normal;
    }

    .expo-general-page .section-one .top-content-module li .module-text {
        margin-top: 30px;
        font-size: 22px;
        line-height: 25px;
        font-weight: normal;
    }
}

@media screen and (max-width: 600px) {
    .expo-general-page .section-one .top-wrapper {
        height: 20rem;
    }

    .expo-general-page .section-one .top-content-module {
        padding: 0 .8rem;
        margin-top: -3.125rem;
    }

    .expo-general-page .section-one .top-content-module li {
        height: 6.5rem;
    }

    .expo-general-page .section-one .top-content-module li .module-icon {
        width: 3rem;
        height: 3rem;
        margin-top: .75rem;
    }

    .expo-general-page .section-one .top-content-module li .module-text {
        margin-top: .75rem;
        font-size: .55rem;
        line-height: .625rem;
        font-weight: normal;
    }

    .expo-general-page .section-one .top-content-module li .module-text {
        margin-top: .75rem;
        font-size: .55rem;
        line-height: .625rem;
        font-weight: normal;
    }
}

/* END Section 1 */

/* Section 2 */
.expo-general-page .section-two .content-banner {
    width: 1440px;
    margin: 0 auto;
    margin-top: 30px;
}

.expo-general-page .section-two .content-banner .showRoomBanner {
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    height: 400px;
    margin-bottom: 30px;
    padding-top: 10px;
}

@media screen and (max-width: 1440px) {
    .expo-general-page .section-two .content-banner {
        width: 1024px;
    }

    .expo-general-page .section-two .content-banner .showRoomBanner {
        height: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .expo-general-page .section-two .content-banner {
        width: 100%;
        box-sizing: border-box;
        padding: 0 2.5%;
    }
}

@media screen and (max-width: 768px) {
    .expo-general-page .section-two .content-banner {
        padding: 0 .8rem;
        margin-top: .75rem;
    }

    .expo-general-page .section-two .content-banner .showRoomBanner {
        height: 300px;
    }
}

@media screen and (max-width: 600px) {
    .expo-general-page .section-two .content-banner .showRoomBanner {
        height: 7.5rem;
    }
}

/* END Section 2 */

/* Section 3 */
.expo-general-page .section-three {
    width: 100%;
    margin-top: 50px;
}

.expo-general-page .section-three .content-showRoomList {
    margin: 0 auto;
    text-align: center;
}

.expo-general-page .section-three>div {
    width: 1440px;
}

.expo-general-page .section-three .content-showRoomList .listTitle .showRoomListTitle {
    font-weight: Bold;
    font-size: 48px;
    line-height: 53px;
    color: #222;
}

.expo-general-page .section-three .content-showRoomList .listTitle .showRoomListTitleTip {
    margin-top: 20px;
    font-size: 24px;
    line-height: 31px;
    color: #888;
}

.expo-general-page .section-three .showRoomList {
    margin: 0 auto;
    margin-top: 80px;
    background-color: #fff;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList {
    display: flex;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList:last-child {
    border-bottom: 1px solid #f3f3f8;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .monthNumberWrapper {
    width: 160px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    border: 1px solid #f3f3f8;
    border-bottom: 0;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .monthNumberWrapper .monthNumber {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    left: 50%;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList {
    flex: 1;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard {
    width: 100%;
    border: 1px solid #f3f3f8;
    height: 70px;
    position: relative;
    display: flex;
    border-bottom: 0;
    border-left: none;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText {
    width: 640px;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText>div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText .showRoomInfo-title {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: bold
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText .showRoomInfo-name {
    font-size: 14px;
    line-height: 21px;
    color: #888;
    margin-top: 5px;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomInfo-time {
    margin-left: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: bold;
    width: 230px;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-over .showRoom-tip {
    border: 1px solid #d8d8d8;
    color: #888;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-tip {
    width: 90px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    margin-left: 50px;
    text-align: center;
    border-radius: 3px;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-tip {
    border: 1px solid #ff7734;
    color: #fe7a39;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-button {
    cursor: pointer;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-button {
    height: 48px;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 48px;
    font-size: 16px;
    text-align: right;
    text-decoration: underline;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-button.se-index-mobile {
    position: static;
    float: right;
    line-height: .525rem;
    margin-right: .6rem;
    margin-top: .5rem;
}

.expo-general-page .se-index-mobile {
    display: none !important;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Upcoming .showRoom-button {
    color: #888;
    text-decoration: none;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Upcoming .showRoom-tip {
    border: 1px solid #15ba57;
    color: #15ba57;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-tip {
    width: 110px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    margin-top: 24px;
    margin-left: 50px;
    text-align: center;
    border-radius: 3px;
}

.expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-button.se-index-mobile {
    position: static;
    float: right;
    line-height: .525rem;
    margin-right: .6rem;
    margin-top: .5rem;
}

@media screen and (max-width: 1440px) {
    .expo-general-page .section-three {
        margin-top: 35px;
    }

    .expo-general-page .section-three>div {
        width: 1024px;
    }

    .expo-general-page .section-three>div {
        width: 1024px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-button {
        width: 150px;
        height: 34px;
        right: 14px;
        line-height: 34px;
        font-size: 14px;
        top: 17px;
    }

    .expo-general-page .section-three .showRoomList {
        margin-top: 56px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .monthNumberWrapper {
        width: 102px;
        font-size: 18px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-tip {
        width: 80px;
        height: 17px;
        margin-top: 16px;
        font-size: 14px;
        line-height: 17px;
        margin-top: 25px;
        margin-left: 35px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText {
        width: 420px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomInfo-time {
        margin-left: 28px;
        width: 147px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-button {
        top: 0;
    }

    .expo-general-page .section-three>div {
        width: 100%;
        box-sizing: border-box;
        padding: 0 2.5%;
    }

    .expo-general-page .section-three>div {
        width: 100%;
        box-sizing: border-box;
        padding: 0 2.5%;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-button {
        width: 16%;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText {
        width: 38vw;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-button {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .expo-general-page .section-three .showRoomList {
        background-color: #f3f3f8;
    }

    .expo-general-page .section-three {
        margin-top: 1.25rem;
    }

    .expo-general-page .section-three>div {
        padding: 0 .8rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-button {
        top: unset;
    }

    .expo-general-page .se-index-pc {
        display: none !important;
    }

    .expo-general-page .se-index-mobile {
        display: block !important;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Upcoming .showRoom-button {
        display: none;
    }

    .expo-general-page .section-three>div {
        padding: 0 .8rem;
    }

    .expo-general-page .section-three .showRoomList {
        margin-top: 20px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-button {
        color: #0091ff;
        display: block;
        text-align: center;
        display: block;
        line-height: 28px;
        font-size: 24px;
        right: 24px;
        bottom: 20px;
        top: unset;
        text-decoration: none;
        width: auto;
        height: auto;
    }

    .expo-general-page .section-three .content-showRoomList .listTitle .showRoomListTitle {
        font-size: 32px;
        line-height: 38px;
    }

    .expo-general-page .section-three .content-showRoomList .listTitle .showRoomListTitleTip {
        font-size: 24px;
        line-height: 28px;
        margin-top: 8px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList {
        display: block;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .monthNumberWrapper {
        font-weight: normal;
        width: 100%;
        border: 0;
        margin-top: 30px;
        margin-bottom: 24px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .monthNumberWrapper .monthNumber {
        position: unset;
        transform: unset;
        text-align: center;
        width: 100%;
        color: #222;
        font-weight: bold;
        font-size: 28px;
        line-height: 33px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard {
        display: block;
        border: 0;
        background: white;
        height: auto;
        padding-bottom: 24px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo {
        margin-top: 10px;
        display: block;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-tip {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 130px;
        height: 32px;
        font-size: 22px;
        line-height: 32px;
        margin-top: 0;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText {
        width: 100%;
        padding-top: 24px;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomInfo-time {
        width: 100%;
        font-size: 24px;
        line-height: 21px;
        margin-left: 0;
        margin-top: 19px;
        font-weight: normal;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText .showRoomInfo-title {
        width: 320px;
        font-size: 28px;
        line-height: 31px;
        font-weight: normal;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText .showRoomInfo-name {
        font-size: 24px;
        line-height: 28px;
        margin-top: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: unset;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoom-button {
        top: unset;
    }
}

@media screen and (max-width: 600px) {
    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-button {
        line-height: .7rem;
        font-size: .6rem;
        right: .6rem;
        bottom: .5rem;
    }

    .expo-general-page .section-three .content-showRoomList .listTitle .showRoomListTitle {
        font-size: .8rem;
        line-height: .95rem;
    }

    .expo-general-page .section-three .content-showRoomList .listTitle .showRoomListTitleTip {
        font-size: .6rem;
        line-height: .7rem;
        margin-top: .2rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .monthNumberWrapper {
        margin-top: .75rem;
        margin-bottom: .6rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .monthNumberWrapper .monthNumber {
        font-size: .8rem;
        line-height: .825rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard {
        padding-bottom: .6rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoom-tip {
        position: absolute;
        top: .6rem;
        right: .6rem;
        width: 4rem;
        height: .8rem;
        font-size: .55rem;
        line-height: .8rem;
        margin-top: 0;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText {
        padding-top: .6rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomInfo-time {
        width: 100%;
        font-size: .6rem;
        line-height: .525rem;
        margin-top: .475rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText .showRoomInfo-title {
        font-size: .7rem;
        line-height: .7rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard .showRoomInfo .showRoomText .showRoomInfo-name {
        font-size: .6rem;
        line-height: .7rem;
        margin-top: .4rem;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering:before,
    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering:after {
        content: "";
        display: table;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering:after {
        clear: both;
    }

    .expo-general-page .section-three .showRoomList .moonth-showRoomList .moonth-RoomList .showRoomCard.showRoom-Registering .showRoomInfo {
        margin-top: 0;
    }
}

/* END Section 3 */

/* Section 4 */
.expo-general-page .section-four {
    padding-bottom: 60px;
}

.expo-general-page .section-four .viewMore_button {
    margin: 60px auto 0;
    width: 440px;
    height: 80px;
    display: block;
    font-size: 24px;
    line-height: 80px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: #e55152;
    text-decoration: none;
    border-radius: 5px;
}

@media screen and (max-width: 1440px) {
    .expo-general-page .section-four .viewMore_button {
        width: 308px;
        height: 56px;
        margin-top: 42px;
        line-height: 56px;
    }
}

@media screen and (max-width: 768px) {
    .expo-general-page .section-four {
        padding-bottom: 1.5rem;
    }

    .expo-general-page .section-four .viewMore_button {
        width: 13rem;
        height: 2.5rem;
        font-size: .8rem;
        line-height: 2.5rem;
        margin-top: 2.475rem;
    }
}

/* END Section 4 */

/* Section 5 */

/* END Section 5 */
.expo-general-page .section-five {
    padding-bottom: 60px;
}

.expo-general-page .section-five>div {
    width: 1440px;
}

.expo-general-page .section-five .content-partner {
    margin: 0 auto;
    text-align: center;
}

.expo-general-page .section-five .partner-box {
    margin: 0 auto;
    margin-top: 32px;
}

.expo-general-page .section-five .content-partner .partner-title {
    font-weight: Bold;
    font-size: 48px;
    line-height: 53px;
    color: #222;
}

.expo-general-page .section-five .partner-box .partner-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-radius: 15px;
}

.expo-general-page .section-five .partner-box .partner-list-item {
    width: 200px;
    padding: 20px 0;
}

.expo-general-page .section-five .partner-box .partner-list-item .partner-logo {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .expo-general-page .section-five>div {
        width: 1024px;
    }

    .expo-general-page .section-five .partner-box {
        margin-top: 24px;
    }

    .expo-general-page .section-five .partner-box .partner-list-item {
        width: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .expo-general-page .section-five>div {
        width: 100%;
        box-sizing: border-box;
        padding: 0 2.5%;
    }
}

@media screen and (max-width: 768px) {
    .expo-general-page .section-five {
        padding-bottom: 1.5rem;
    }

    .expo-general-page .section-five>div {
        padding: 0 .8rem;
    }

    .expo-general-page .section-five .partner-box {
        margin-top: .75rem;
    }

    .expo-general-page .section-five .content-partner .partner-title {
        font-size: 32px;
        line-height: 38px;
    }

    .expo-general-page .section-five .partner-box .partner-list {
        flex-wrap: wrap;
    }

    .expo-general-page .section-five .partner-box .partner-list-item {
        width: 40%;
        padding: .75rem 0;
    }
}

@media screen and (max-width: 600px) {
    .expo-general-page .section-five .content-partner .partner-title {
        font-size: .8rem;
        line-height: .95rem;
    }
}

/* END Expo General Page */

/* All Expos Page */
/* Section Header */
.all-expos .m-header-row {
    padding: 20px;
    background: white;
    width: 100%;
    box-sizing: border-box;
    height: 85px;
}

.all-expos .m-header-row .m-logo-wrap {
    float: left;
}

.all-expos .m-header-row .m-logo-wrap .m-logo {
    display: block;
    float: left;
    width: 257px;
    height: 47px;
    margin-top: -4px;
}

.all-expos .m-header-row .m-logo-wrap .m-channel-name {
    float: left;
    max-width: 180px;
    line-height: 0;
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
    padding-top: 8px;
    color: #222;
    word-wrap: break-word;
    word-break: normal;
}

.all-expos .m-header-row .m-logo-wrap .m-channel-name .m-channel-name-content {
    display: table-cell;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #222;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .all-expos .m-header-row {
        padding: .5rem;
    }

    .all-expos .m-header-row .m-logo-wrap .m-logo {
        width: 6.425rem;
        height: 1.175rem;
        margin-top: -0.1rem;
    }

    .all-expos .m-header-row .m-logo-wrap .m-channel-name {
        max-width: 4.5rem;
        font-size: .4rem;
        margin-left: .25rem;
        padding-top: .2rem;
    }

    .all-expos .m-header-row .m-logo-wrap .m-channel-name .m-channel-name-content {
        height: .875rem;
        line-height: .875rem;
    }

    .all-expos .m-header-row {
        height: 35px;
    }
}

/* END Section Header */
/* Filter Section */
.expo-block {
    background-color: #f2f3f8;
    padding-bottom: 60px;
}

.expo-filter {
    background-color: #fff;
    margin-bottom: 20px;
}

.expo-filter .expo-filter-content {
    max-height: 120px;
    padding-right: 50px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in;
}

.expo-filter .expo-filter-label {
    float: left;
    font-size: 14px;
    color: #888;
    margin-right: 20px;
    line-height: 30px;
    padding: 15px 0;
}

.expo-filter .expo-filter-item {
    float: left;
    font-size: 14px;
    color: #222;
    margin-right: 20px;
    line-height: 31px;
    padding: 15px 0;
    height: 31px;
    max-width: 100%;
}

.obelisk-form .input-tag input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.obelisk-form .input-tag input[type="checkbox"]+.input-ctnr.cut {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    border: 1px solid #ced3d9;
    color: #888;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

.obelisk-form .input-tag input[type="checkbox"]+.input-ctnr.cut.checked {
    border: 2px solid #1470cc;
    color: #555;
    font-weight: bold;
}

.expos-wrap .expo-inner {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.expos-wrap .expo-pic {
    width: 100%;
    height: 0;
    padding-top: 76.363%;
    position: relative;
    font-size: 0;
    overflow: hidden;
    background: #dae0e6;
}

.expos-wrap .expo-text {
    padding: 20px 10px;
}

.expos-wrap .expo-pic img {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.expos-wrap .expo-name,
.expos-wrap .expo-add,
.expos-wrap .expo-time {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}

.expos-wrap .expo-name {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    height: 27px;
    font-weight: normal;
}

.expos-wrap .expo-name a {
    color: #222;
}

.expos-wrap .expo-name a {
    text-decoration: none;
}

.expos-wrap .expo-time {
    line-height: 1.5;
}

.expos-wrap .expo-item-ico {
    color: #888;
    font-size: 16px;
    width: 16px;
    text-align: center;
    margin-right: 2px;
    line-height: 1;
}

.expos-wrap .expo-item-attr {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
}

.expos-wrap .expo-time .micon {
    font-size: 14px;
}

@media screen and (max-width: 540px) {
    .expos-block {
        padding-bottom: .64rem;
    }

    .expo-filter {
        padding: 0 20px;
    }

    .expo-filter .expo-filter-content {
        padding-right: 00px;
    }

    .obelisk-form .container {
        padding: 0;
    }

    .expo-filter .expo-filter-item {
        margin-right: 2px;
    }

    .obelisk-form .input-tag input[type="checkbox"]+.input-ctnr.cut {
        font-size: 11px;
        line-height: 11px;
        padding: 5px 5px;
    }

    .expo-filter .expo-filter-label {
        font-size: 13px;
        margin-right: 10px;
    }
}

/* END Filter Section */
/* END All Expos Page */

/* Show Expo Page */
/* Seller Tag Section */
.container .exhibitor .block-item {
    margin-top: 30px;
    border: 0;
}

.container .exhibitor .block-item .block-item-inner {
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 12px;
    position: relative;
}

.exhibitor .com-info {
    display: flex;
    min-height: 75px;
}

.container .exhibitor .com-info {
    min-height: 75px;
}

.container .exhibitor .com-info .com-txt .com-txt-flex .com-name {
    margin-bottom: 2px;
}

.container .exhibitor .com-info .com-txt .com-txt-flex .txt {
    font-size: 12px;
}

.container .exhibitor .com-info .com-txt .com-txt-flex .com-name a {
    color: #222;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
}

.container .block-item .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.container .exhibitor .block-cont-meeting .pic {
    flex: 1;
    box-sizing: border-box;
}

.container .exhibitor .com-logo .bp-company-logo {
    width: 90px;
}

.container .block-item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    outline: 0;
    border: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: transform .3s ease-out;
}

.exhibitor .com-txt {
    width: 100%;
}

.container .exhibitor .meeting-room-new {
    padding-top: 10px;
}

.container .exhibitor .meeting-room-new .meeting-room-inner {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
}

.container .exhibitor .meeting-room-new .meeting-room-inner .receptionist-block {
    display: flex;
    background: #fff;
    border-radius: 0 24px 24px 0;
    box-shadow: 1px 2px 13px -2px rgb(155 172 187 / 19%);
}

.container .exhibitor .meeting-room-new .meeting-room-inner .send-inquiry {
    width: 126px;
    font-size: 14px;
    color: #0fc871;
    border: 1px solid #0fc871;
    padding: 4px 8px;
    line-height: 1.5;
    background: #edffee;
    border-radius: 20px;
    height: 32px;
    margin: 8px 0 8px 10px;
}

.container .exhibitor .meeting-room-new .meeting-room-inner .receptionist-block .btn-block {
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    margin: 8px 5px;
}

.container .exhibitor .meeting-room-new .meeting-room-inner .receptionist-block .btn-block .btn {
    height: 32px;
    line-height: 32px;
    border-radius: 15px;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ced3d9;
    color: #222;
}

/* END Seller Tag Section */

/* Stats Bar */
.top-venue-wrap {
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    text-align: center;
}

.top-venue-info {
    display: inline-block;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #fff;
    align-items: center;
}

.top-venue-info .venue-info {
    display: flex;
    padding: 0 60px;
    flex: 0 0 auto;
    height: 100%;
    margin: 0;
}

.top-venue-info .venue-info li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 20px;
}

.top-venue-info .venue-info .countdown {
    margin-right: 0;
}

.top-venue-info .venue-info .label {
    color: #f6eb55;
    font-size: 14px;
}

.top-venue-info .venue-info .con {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 17px;
    color: #fff;
}

@media(max-width:576px) {
    .top-venue-info .venue-info {
        padding: 0 30px;
    }

    .countdown--style-expo .countdown-digit {
        font-size: 18px;
    }

    .countdown--style-expo .countdown-item label {
        font-size: 12px;
    }

    .top-venue-info {
        height: 40px;
    }

    .top-venue-info .venue-info .con {
        margin-top: 5px;
    }
}

.rollNum-wrap {
    display: flex;
    font-weight: bold;
}

.top-venue-info .venue-info .con .plus {
    color: #e64545;
    margin-left: 3px;
}

.rollNum-wrap em {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.rollNum-wrap em.symbol {
    overflow: visible;
}

.rollNum-wrap b {
    display: block;
}

.top-venue-info .venue-info .split {
    display: block;
    margin-right: 20px;
    width: 1px;
    height: 22px;
    background: #7c738f;
}

.top-venue-info .venue-info .countdown-label {
    font-size: 14px;
    color: #fff;
}

.top-venue-info .venue-info i {
    margin: 2px 5px 0 0;
}

@media screen and (max-width: 600px) {
    .expos-wrap .expo-name {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 10px;
        height: 20px;
        font-weight: normal;
    }

    .expos-wrap .expo-item-attr {
        color: #888;
        font-size: 12px;
        line-height: 1.5;
    }
}

/* END Stats Bar */
/* END Show Expo Page */

.logo-bar-area a label {
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.logo-bar-icons a i {
    font-size: 20px;
    margin-right: 30px;
    color: #4c4c4c;
    font-weight: 600;
    vertical-align: middle;
}

@media screen and (max-width: 1199px) {
    .logo-bar-area label {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .logo-bar-icons #cart_items a img {
        margin-right: 0;
    }
}

.hover-dropdown ul.categories {
    width: 260px;
}

.hover-dropdown ul.categories>li>a {
    padding: 7px 20px;
    font-size: 13px;
}

.hover-dropdown ul.categories--style-3>li i {
    margin-right: 8px;
    top: -1px;
    font-size: 16px;
}

.nav-profile {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #00637a;
    padding: 10px 14px !important;
}

.nav-profile img {
    width: 12px !important;
    height: 18px;
    object-fit: contain;
}

.hover-dropdown .dropdown-menu.dropdown-menu-right {
    padding: 0;
}

.hover-dropdown .dropdown-menu.dropdown-menu-right .widget-profile-box {
    padding: 15px 20px 10px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.hover-dropdown .dropdown-menu.dropdown-menu-right .widget-profile-box .image {
    width: 32px;
    height: 32px;
    border: 1px solid #4c4c4c;
    margin: 0 10px 0 0;
}

.account-detail {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.hover-dropdown .dropdown-menu.dropdown-menu-right .widget-profile-box .name {
    margin: 0;
    font-size: 14px;
}

.navbar-toggler-icon {
    margin-right: 8px;
}

@media screen and (max-width: 1499px) {
    .category-menu-span {
        display: none;
    }

    .navbar-toggler-icon {
        margin-right: 0;
    }
}

.logo-bar-icons a img {
    margin-right: 25px;
}

.banks {
    padding: 0px 10px;
    overflow-y: auto;
}

.bank {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: rgb(58 58 58 / 9%) 0px 4px 16px 0px;
}

.bank img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

@media screen and (max-width: 575px) {
    .w-sm-100 {
        width: 100%;
    }
}

/* Miniapp header responsive fix */

/* .miniapp {
    top: -85px!important;
}

.miniapp .nav-box-number{
    left:20px !important;
}

@media screen and (max-width: 991px){
    .miniapp {
        top: -66px!important;
    }
}

@media screen and (max-width: 479px){
    .miniapp {
        top: -63px!important;
    }
}

@media screen and (max-width: 329px){
    .miniapp {
        top: -60px!important;
    }
    .miniapp .logo-bar-icons a i {
        margin-right: 20px;
    }
} */

/* Miniapp header responsive fix END */

.btn-add-to-cart-wide {
    padding: 0rem 0.55rem;
    color: #009f7f;
    background-color: #fff;
    border: 1px solid #eee;
}

.btn-add-to-cart-wide:hover {
    color: #fff;
    background-color: #009f7f;
    border: 0;
}

.btn-homecategory {
    background-color: rgb(247 247 247);
}

.btn-homecategory:hover {
    color: #fff;
    background-color: #009f7f;
    border-color: #009f7f;
}

.est-time-card {
    background-color: #fff3cd;
    border: 1px solid #f5a100;
    border-radius: 4px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.est-time-card button {
    background-color: transparent;
    border: 0px;
}

.est-time-card .mb-1,
.est-time-card-2 .mb-1 {
    margin-bottom: 12px !important;
}

.est-time-contact-text {
    color: #F5A100;
}

.est-time-card-2 {
    background-color: #eee;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.seller-logo-div {
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 8px !important;
}

.seller-logo {
    height: 40px;
    width: 100%;
    object-fit: contain;
}

@media(max-width:575px) {
    .product-description-wrapper {
        padding: 0px;
    }

    .est-time-card {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .est-time-card-2 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}

.btn-number {
    height: 40px;
    width: 40px;
}

@media(max-width:1199px) {
    .btn-number {
        width: 30px;
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5;
}