@charset "UTF-8";


@FONT-FACE {
	font-family: "amazon";
	src: url("amazon-ember.woff2");
}

@FONT-FACE {
	font-family: "headfont";
	src: url("amazon-bold.woff2");
}

@FONT-FACE {
	font-family: "light-open";
	src: url("open.woff2");
}


/*
@FONT-FACE {
	font-family: "amazon";
	src: url("proximanova-regular-webfont.woff2");
}

@FONT-FACE {
	font-family: "headfont";
	src: url("proximanova-semibold-webfont.woff2");
}
*/



#sign-in > a.text-primary,
#sign-up > a.text-primary,
label,
select option {
text-transform: capitalize;	
}

input, button, optgroup, textarea {
font-family: "amazon";
}
/*
@FONT-FACE {
    font-family: "Newtype";
    src: url(Newtype.otf)
}
*/


.swiper {
    position: relative;
}
.swiper > .swiper-container {
    position: static;
}
.swiper > .swiper-container > .swiper-pagination {
    bottom: -4.5rem;
}
.swiper-pagination {
    position: static;
    margin-top: 1.5rem;
}
.swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #d7d7d7;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #ccc;
    border-color: #ccc;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f6be00;
    border-color: #f6be00;
}
.swiper-container-rtl .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "";
}
.swiper-container-rtl .swiper-button-next:before {
    content: "";
}
.swiper-container-rtl .swiper-button-prev:before {
    content: "";
}
.swiper-button-next,
.swiper-button-prev {
    padding: 0;
    z-index: 99;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}
.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: "octopios";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: default;
    color: #ccc;
}
.swiper-button-next:before {
    content: "";
}
.swiper-button-prev:before {
    content: "";
}
.swiper-wrapper {
    box-sizing: border-box;
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    flex-wrap: nowrap;
    overflow: hidden;
    width: auto;
}
.swiper-container:not(.swiper-container-initialized) .swiper-slide {
    box-sizing: border-box;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.row {
    width: calc(100% + 2rem);
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-no {
    width: 100%;
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-xs {
    width: calc(100% + 2 * false);
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-sm {
    width: calc(100% + 2 * false);
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-md {
    width: calc(100% + 2 * false);
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper.gutter-lg {
    width: calc(100% + 2 * false);
}
.swiper-theme .swiper-button-next,
.swiper-theme .swiper-button-prev {
    margin: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #f6be00;
}
.swiper-theme .swiper-button-next:not(.swiper-button-disabled):active,
.swiper-theme .swiper-button-next:not(.swiper-button-disabled):focus,
.swiper-theme .swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):active,
.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):focus,
.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):hover {
    color: #fff;
    background-color: #f6be00;
    border-color: #f6be00;
}
.swiper-theme .swiper-button-next.swiper-button-disabled,
.swiper-theme .swiper-button-prev.swiper-button-disabled {
    color: #ccc;
    opacity: 0.6;
}
.swiper-theme .swiper-button-prev {
    left: -40px;
}
.swiper-theme .swiper-button-next {
    right: -40px;
}
.swiper-theme .swiper-pagination .swiper-pagination-bullet {
    margin: 5px;
}
.swiper-theme .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f6be00;
    border-color: #f6be00;
    width: 8px;
}
@media (max-width: 1300px) {
    .swiper-theme .swiper-button-prev {
        left: 20px;
    }
    .swiper-theme .swiper-button-next {
        right: 20px;
    }
}
.nav-inner > .swiper-button-next,
.nav-inner > .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
}
.nav-inner > .swiper-button-prev {
    left: 0;
}
.nav-inner > .swiper-button-next {
    right: 0;
}
.nav-inner:hover > .swiper-button-next,
.nav-inner:hover > .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.nav-inner:hover > .swiper-button-prev {
    left: 2rem;
}
.nav-inner:hover > .swiper-button-next {
    right: 2rem;
}
.nav-top > .swiper-button-next,
.nav-top > .swiper-button-prev {
    position: absolute;
    width: 15px;
    top: -5.3rem;
    left: auto;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.nav-top > .swiper-button-next:not(.swiper-button-disabled):active,
.nav-top > .swiper-button-next:not(.swiper-button-disabled):focus,
.nav-top > .swiper-button-next:not(.swiper-button-disabled):hover,
.nav-top > .swiper-button-prev:not(.swiper-button-disabled):active,
.nav-top > .swiper-button-prev:not(.swiper-button-disabled):focus,
.nav-top > .swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: transparent;
    border-color: transparent;
    color: #f6be00;
}
.nav-top > .swiper-button-next.swiper-button-disabled,
.nav-top > .swiper-button-prev.swiper-button-disabled {
    color: #666;
}
.nav-top > .swiper-button-next {
    transform: translateX(50%);
    right: 3.7rem;
}
.nav-top > .swiper-button-prev {
    transform: translateX(-50%);
    right: 3.5rem;
}
.nav-right .swiper-button-next,
.nav-right .swiper-button-prev {
    position: absolute;
    right: 3rem;
    top: auto;
    bottom: 2.8rem;
    left: auto;
}
.nav-right .swiper-button-prev {
    right: 5.5rem;
}
.pg-white > .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
}
.pg-white > .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f6be00;
    border-color: #f6be00;
    opacity: 1;
}
.pg-grey > .swiper-pagination .swiper-pagination-bullet {
    background-color: #eee;
    border-color: #eee;
}
.pg-grey > .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f6be00;
    border-color: #f6be00;
}
.swiper-theme > .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.3s;
}
.swiper-theme > .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 9rem;
}
.pg-inner .swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.pg-right .swiper-pagination {
    position: absolute;
    bottom: 4.2rem;
    right: 3rem;
    left: auto;
    width: unset;
}
.swiper-img-dots {
    z-index: 1000;
}
.swiper-img-dots a {
    display: inline-flex;
    position: relative;
    margin: 0 1.5rem 1rem;
    border-radius: 50%;
    border: 3px solid transparent;
    box-shadow: 0 0 0 2px #ccc;
    overflow: hidden;
    transition: padding 0.4s, box-shadow 0.4s;
}
.swiper-img-dots a.active,
.swiper-img-dots a:hover {
    box-shadow: 0 0 0 2px #f6be00;
}
.swiper-img-dots a img {
    border-radius: 50%;
}
.brands-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}


.shadow-swiper {
    margin: -20px;
    padding: 20px;
}
@media (max-width: 575px) {
    .shadow-swiper {
        margin: -15px;
        padding: 15px;
    }
}
.swiper-nav-lg > .swiper-button-next,
.swiper-nav-lg > .swiper-button-prev,
.swiper-nav-md > .swiper-button-next,
.swiper-nav-md > .swiper-button-prev {
    background-color: transparent;
    border: none;
}
.swiper-nav-lg > .swiper-button-next:not(.swiper-button-disabled):active,
.swiper-nav-lg > .swiper-button-next:not(.swiper-button-disabled):focus,
.swiper-nav-lg > .swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-nav-lg > .swiper-button-prev:not(.swiper-button-disabled):active,
.swiper-nav-lg > .swiper-button-prev:not(.swiper-button-disabled):focus,
.swiper-nav-lg > .swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-nav-md > .swiper-button-next:not(.swiper-button-disabled):active,
.swiper-nav-md > .swiper-button-next:not(.swiper-button-disabled):focus,
.swiper-nav-md > .swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-nav-md > .swiper-button-prev:not(.swiper-button-disabled):active,
.swiper-nav-md > .swiper-button-prev:not(.swiper-button-disabled):focus,
.swiper-nav-md > .swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: transparent;
    border: none;
}
.swiper-nav-lg > .swiper-button-next,
.swiper-nav-lg > .swiper-button-prev {
    font-size: 4.8rem;
}
.swiper-nav-md > .swiper-button-next,
.swiper-nav-md > .swiper-button-prev {
    font-size: 3.3rem;
}
@media (max-width: 575px) {
    .swiper-img-dots a {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
.pg-show > .swiper-pagination {
    display: block;
}
@media (min-width: 1200px) {
    .pg-xl-hide > .swiper-pagination {
        display: none;
    }
}
@media (min-width: 1600px) {
    .pg-xxl-hide > .swiper-pagination {
        display: none;
    }
}
.nav-hide > .swiper-button-next,
.nav-hide > .swiper-button-prev {
    display: none;
}
@media (min-width: 1200px) {
    .nav-xl-show > .swiper-button-next,
    .nav-xl-show > .swiper-button-prev {
        display: block;
    }
}
@media (min-width: 1600px) {
    .nav-xxl-show > .swiper-button-next,
    .nav-xxl-show > .swiper-button-prev {
        display: block;
    }
}

/********** main var ***************/

*,
:after,
:before {
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: "amazon";
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    background: #fff;
}
main {
    display: block;
    position: relative;
}
body:not(.loaded) * {
    transition: all 0s !important;
}
.page-wrapper {
    position: relative;
    transition: margin 0.4s, opacity 0.5s;
}
.loaded > .page-wrapper {
    opacity: 1;
}
ul {
    padding-left: 1.5em;
}
.breadcrumb,
.category-list,
.dropdown-box,
.fee-description,
.filter-items,
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav-filters,
.nav ul,
.pagination,
.product-details ul,
.product-tabs > div ul,
.shipping-methods,
.shipping-methods ul,
.widget-body,
.widget-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.btn,
input {
    margin: 0;
}
a {
    text-decoration: none;
    color: #f6be00;
    transition: color 0.3s;
}
a:hover {
    color: #1914fe;
}
:focus {
    outline: 0;
}
figure {
    margin: 0;
}
hr {
    margin: 0.5rem 0 1.5rem;
    border: 0;
    border-top: 1px solid #eee;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.scrollable {
    -webkit-overflow-scrolling: touch;
}
.scrollable::-webkit-scrollbar {
    height: 7px;
    width: 4px;
}
.scrollable::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer;
}
.scrollable-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}
.scrollable:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
}
.sticky-content.fix-top {
    top: 0;  justify-content: space-between;
}

.sticky-content.fix-bottom {
    bottom: 0;
}
.sticky-content.fixed {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(0);
    z-index: 20;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.sticky-content.fixed.fix-top {
    animation: fixedTopContent 0.4s;
}
.sticky-content.fixed.fix-bottom {
    animation: fixedBottomContent 0.4s;
}
#scroll-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -4rem;
    right: 1.5rem;
    z-index: 9999;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 14px;

    color: #222;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s;
}
#scroll-top.show {
    opacity: 1;
    bottom: 85px;
}
#scroll-top:focus,
#scroll-top:hover {
    text-decoration: none;
}
#scroll-top:hover {
    opacity: 0.8;
}
#scroll-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    color: #fff;
    background-color: #11111f;
    border: 2px solid #11111f;
    border-radius: 50%;
    z-index: 1;
}
#scroll-top svg {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    z-index: -1;
}
#scroll-top svg circle {
    stroke: #f6be00;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 1, 400;
}
@media (max-width: 768px) {
    #scroll-top {
        display: none;
    }
}
.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid #f6be00 !important;
    border-right: 2px solid rgba(0, 136, 204, 0.4) !important;
    border-bottom: 2px solid #f6be00 !important;
    border-left: 2px solid rgba(0, 136, 204, 0.4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
}
.load-more-overlay {
    position: relative;
}
.load-more-overlay.loading:after {
    content: "";
}
.load-more-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@media (min-width: 768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 0.7;
        transform: translateY(0);
    }
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-normal {
    text-transform: none !important;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-1 {
    flex: 1 !important;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.p-sticky {
    position: sticky !important;
}
.p-relative {
    position: relative !important;
}
.x-50 {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.x-50.y-50 {
    transform: translate(-50%, -50%) !important;
}
.y-50 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (max-width: 1199px) {
    .d-xl-show {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .d-lg-show {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .d-md-show {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .d-sm-show {
        display: none !important;
    }
}
@media (max-width: 479px) {
    .d-xs-none {
        display: block !important;
    }
    .d-xs-show {
        display: none !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
}


.font-size-md {
    font-size: 1.3rem !important;
}
.font-size-sm {
    font-size: 1.2rem !important;
}
.font-size-normal {
    font-size: 1.4rem !important;
}
.font-size-lg {
    font-size: 2.2rem !important;
}
.font-size-xl {
    font-size: 2.4rem !important;
}
.font-primary {

}
.font-secondary {

}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-white {
    color: #fff !important;
}
.text-light {
    color: #999 !important;
}
.text-lighter {
    color: #ccc !important;
}
.text-primary {
    color: #f6be00 !important;
}
.text-secondary {
    color: #f6be00 !important;
}
.text-success {
    color: #f6be00 !important;
}

.text-dark {
    color: #11111f !important;
}
.text-default {
    color: #666 !important;
}
.text-hover-underline:after {
    display: block;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.text-hover-underline:hover:after {
    transform: scaleX(1);
}

.ls-normal {
    letter-spacing: 0 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-dark {
    background-color: #11111f !important;
}
.bg-primary {
    background-color: #f6be00 !important;
}
.bg-secondary {
    background-color: #f6be00 !important;
}
.bg-grey {
    background-color: #f5f5f5 !important;
}
.bg-image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.br-lg {
    border-radius: 1.3rem !important;
    overflow: hidden !important;
}
.br-sm {
    border-radius: 0.5rem !important;
    overflow: hidden !important;
}
.br-xs {
    border-radius: 0.3rem !important;
    overflow: hidden !important;
}
.br-50 {
    border-radius: 50% !important;
    overflow: hidden !important;
}
.border-no {
    border: none !important;
}
.bb-no {
    border-bottom: none !important;
}
.bt-no {
    border-top: none !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-2 {
    line-height: 2 !important;
}
.order-reverse {
    order: -1 !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.after-none:after {
    display: none !important;
}
.before-none:before {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0 0 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {

    line-height: 1.2;
    color: #11111f;
    letter-spacing: 0;
	font-family: "headfont";
}



ul,li {
	padding: 0;
	list-style: none;
}


h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.3rem;
}
p {
    font-size: 14px;

}
.typo-grid {
    margin-bottom: 4.7rem;
}
blockquote {
    margin: 0;
}
.list-style-none {
    list-style: none;
}
.list-type-check li {
    position: relative;
    padding-left: 2rem;
    line-height: 2;
}
.list-type-check li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    content: "";
    font-family: "octopios";

    font-size: 1.3rem;
}
.list-circle li {
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.list-circle i {
    margin-right: 1.2rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    line-height: 3.8rem;

}
.container,
.container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 479px) {
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.container-fluid {
    max-width: 1820px;
}
.container {
    max-width: 1280px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.row > * {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.gutter-lg {
    margin-left: -15px;
    margin-right: -15px;
}
.gutter-lg > * {
    padding-left: 15px;
    padding-right: 15px;
}
.gutter-sm {
    margin-left: -5px;
    margin-right: -5px;
}
.gutter-sm > * {
    padding-left: 5px;
    padding-right: 5px;
}
.gutter-xs {
    margin-left: -1px;
    margin-right: -1px;
}
.gutter-xs > * {
    padding-left: 1px;
    padding-right: 1px;
}
.gutter-no {
    margin-left: 0;
    margin-right: 0;
}
.gutter-no > * {
    padding-left: 0;
    padding-right: 0;
}
.cols-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
}
.cols-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
}
.cols-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}
.cols-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
}
.cols-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
}
.cols-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}
.cols-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
}
.cols-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}
@media (min-width: 480px) {
    .cols-xs-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cols-xs-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-xs-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-xs-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-xs-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-xs-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-xs-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-xs-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 576px) {
    .cols-sm-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cols-sm-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-sm-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-sm-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-sm-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-sm-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-sm-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-sm-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 768px) {
    .cols-md-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cols-md-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-md-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-md-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-md-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-md-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-md-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-md-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 992px) {
    .cols-lg-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cols-lg-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-lg-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-lg-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-lg-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-lg-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-lg-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-lg-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}
@media (min-width: 1200px) {
    .cols-xl-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cols-xl-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-xl-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-xl-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-xl-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .cols-xl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .cols-xl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }
    .cols-xl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
    .cols-xl-9 > * {
        max-width: 11.1111%;
        flex: 0 0 11.1111%;
    }
    .cols-xl-10 > * {
        max-width: 10%;
        flex: 0 0 10%;
    }
    .cols-xl-11 > * {
        max-width: 9.0909%;
        flex: 0 0 9.0909%;
    }
    .cols-xl-12 > * {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
}
.col-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
}
.col-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}
.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}
.col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}
.col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
}
.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}
.col-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
}
.col-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
}
.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}
.col-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
}
.col-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
}
.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}
@media (min-width: 480px) {
    .col-xs-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
    .col-xs-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-xs-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-xs-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-xs-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-xs-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-xs-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-xs-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-xs-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-xs-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }
    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 576px) {
    .col-sm-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
    .col-sm-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-sm-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-sm-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-sm-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-sm-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-sm-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-sm-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-sm-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
    .col-md-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-md-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-md-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-md-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }
    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
    .col-lg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-lg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-lg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-lg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-lg-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-lg-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }
    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
    .col-xl-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-xl-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-xl-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-xl-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-xl-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-xl-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-xl-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-xl-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }
    .col-xl-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-5col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-xl-5col2 {
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-xl-5col3 {
        position: relative;
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-xl-5col4 {
        position: relative;
        flex: 0 0 80%;
        max-width: 80%;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1600px) {
    .col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
}
.order-first {
    order: -1;
}
.order-last {
    order: 9;
}
@media (min-width: 576px) {
    .order-sm-auto {
        order: 0;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 9;
    }
}
@media (min-width: 768px) {
    .order-md-auto {
        order: 0;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 9;
    }
}
@media (min-width: 992px) {
    .order-lg-auto {
        order: 0;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 9;
    }
}
.grid {
    margin: -1rem;
}
.grid .banner,
.grid .banner img,
.grid .category,
.grid .category > a,
.grid .category img,
.grid figure {
    height: 100%;
}
.grid img {
    object-fit: cover;
}
.grid .grid-item {
    padding: 1rem;
    transform: translate3d(0, 0, 0);
}
.grid.gutter-sm {
    margin: -0.5rem;
}
.grid.gutter-sm .grid-item {
    padding: 0.5rem;
}
.grid.gutter-no {
    margin: 0;
}
.grid.gutter-no .grid-item {
    padding: 0;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid.grid-float {
    display: block !important;
}
.grid.grid-float .grid-item {
    float: left;
}
.mt-0 {
    margin-top: 0rem !important;
}
.mb-0 {
    margin-bottom: 0rem !important;
}
.pt-0 {
    padding-top: 0rem !important;
}
.pb-0 {
    padding-bottom: 0rem !important;
}
.mt-1 {
    margin-top: 0.5rem !important;
}
.mb-1 {
    margin-bottom: 0.5rem !important;
}
.pt-1 {
    padding-top: 0.5rem !important;
}
.pb-1 {
    padding-bottom: 0.5rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.pt-2 {
    padding-top: 1rem !important;
}
.pb-2 {
    padding-bottom: 1rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.pt-3 {
    padding-top: 1.5rem !important;
}
.pb-3 {
    padding-bottom: 1.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.pt-4 {
    padding-top: 2rem !important;
}
.pb-4 {
    padding-bottom: 2rem !important;
}
.mt-5 {
    margin-top: 2.5rem !important;
}
.mb-5 {
    margin-bottom: 2.5rem !important;
}
.pt-5 {
    padding-top: 2.5rem !important;
}
.pb-5 {
    padding-bottom: 2.5rem !important;
}
.mt-6 {
    margin-top: 3rem !important;
}
.mb-6 {
    margin-bottom: 3rem !important;
}
.pt-6 {
    padding-top: 3rem !important;
}
.pb-6 {
    padding-bottom: 3rem !important;
}
.mt-7 {
    margin-top: 3.5rem !important;
}
.mb-7 {
    margin-bottom: 3.5rem !important;
}
.pt-7 {
    padding-top: 3.5rem !important;
}
.pb-7 {
    padding-bottom: 3.5rem !important;
}
.mt-8 {
    margin-top: 4rem !important;
}
.mb-8 {
    margin-bottom: 4rem !important;
}
.pt-8 {
    padding-top: 4rem !important;
}
.pb-8 {
    padding-bottom: 4rem !important;
}
.mt-9 {
    margin-top: 4.5rem !important;
}
.mb-9 {
    margin-bottom: 4.5rem !important;
}
.pt-9 {
    padding-top: 4.5rem !important;
}
.pb-9 {
    padding-bottom: 4.5rem !important;
}
.mt-10 {
    margin-top: 5rem !important;
}
.mb-10 {
    margin-bottom: 5rem !important;
}
.pt-10 {
    padding-top: 5rem !important;
}
.pb-10 {
    padding-bottom: 5rem !important;
}
.ml-0 {
    margin-left: 0rem !important;
}
.mr-0 {
    margin-right: 0rem !important;
}
.pl-0 {
    padding-left: 0rem !important;
}
.pr-0 {
    padding-right: 0rem !important;
}
.ml-1 {
    margin-left: 0.5rem !important;
}
.mr-1 {
    margin-right: 0.5rem !important;
}
.pl-1 {
    padding-left: 0.5rem !important;
}
.pr-1 {
    padding-right: 0.5rem !important;
}
.ml-2 {
    margin-left: 1rem !important;
}
.mr-2 {
    margin-right: 1rem !important;
}
.pl-2 {
    padding-left: 1rem !important;
}
.pr-2 {
    padding-right: 1rem !important;
}
.ml-3 {
    margin-left: 1.5rem !important;
}
.mr-3 {
    margin-right: 1.5rem !important;
}
.pl-3 {
    padding-left: 1.5rem !important;
}
.pr-3 {
    padding-right: 1.5rem !important;
}
.ml-4 {
    margin-left: 2rem !important;
}
.mr-4 {
    margin-right: 2rem !important;
}
.pl-4 {
    padding-left: 2rem !important;
}
.pr-4 {
    padding-right: 2rem !important;
}
.ml-5 {
    margin-left: 2.5rem !important;
}
.mr-5 {
    margin-right: 2.5rem !important;
}
.pl-5 {
    padding-left: 2.5rem !important;
}
.pr-5 {
    padding-right: 2.5rem !important;
}
.ml-6 {
    margin-left: 3rem !important;
}
.mr-6 {
    margin-right: 3rem !important;
}
.pl-6 {
    padding-left: 3rem !important;
}
.pr-6 {
    padding-right: 3rem !important;
}
.ml-7 {
    margin-left: 3.5rem !important;
}
.mr-7 {
    margin-right: 3.5rem !important;
}
.pl-7 {
    padding-left: 3.5rem !important;
}
.pr-7 {
    padding-right: 3.5rem !important;
}
.ml-8 {
    margin-left: 4rem !important;
}
.mr-8 {
    margin-right: 4rem !important;
}
.pl-8 {
    padding-left: 4rem !important;
}
.pr-8 {
    padding-right: 4rem !important;
}
.ml-9 {
    margin-left: 4.5rem !important;
}
.mr-9 {
    margin-right: 4.5rem !important;
}
.pl-9 {
    padding-left: 4.5rem !important;
}
.pr-9 {
    padding-right: 4.5rem !important;
}
.ml-10 {
    margin-left: 5rem !important;
}
.mr-10 {
    margin-right: 5rem !important;
}
.pl-10 {
    padding-left: 5rem !important;
}
.pr-10 {
    padding-right: 5rem !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0rem !important;
    }
    .mt-sm-1 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-2 {
        margin-top: 1rem !important;
    }
    .mt-sm-3 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-4 {
        margin-top: 2rem !important;
    }
    .mt-sm-5 {
        margin-top: 2.5rem !important;
    }
    .mt-sm-6 {
        margin-top: 3rem !important;
    }
    .mt-sm-7 {
        margin-top: 3.5rem !important;
    }
    .mt-sm-8 {
        margin-top: 4rem !important;
    }
    .mt-sm-9 {
        margin-top: 4.5rem !important;
    }
    .mt-sm-10 {
        margin-top: 5rem !important;
    }
    .mb-sm-0 {
        margin-bottom: 0rem !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 5rem !important;
    }
    .pt-sm-0 {
        padding-top: 0rem !important;
    }
    .pt-sm-1 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-2 {
        padding-top: 1rem !important;
    }
    .pt-sm-3 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-4 {
        padding-top: 2rem !important;
    }
    .pt-sm-5 {
        padding-top: 2.5rem !important;
    }
    .pt-sm-6 {
        padding-top: 3rem !important;
    }
    .pt-sm-7 {
        padding-top: 3.5rem !important;
    }
    .pt-sm-8 {
        padding-top: 4rem !important;
    }
    .pt-sm-9 {
        padding-top: 4.5rem !important;
    }
    .pt-sm-10 {
        padding-top: 5rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0rem !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 2rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 5rem !important;
    }
}
@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0rem !important;
    }
    .mt-md-1 {
        margin-top: 0.5rem !important;
    }
    .mt-md-2 {
        margin-top: 1rem !important;
    }
    .mt-md-3 {
        margin-top: 1.5rem !important;
    }
    .mt-md-4 {
        margin-top: 2rem !important;
    }
    .mt-md-5 {
        margin-top: 2.5rem !important;
    }
    .mt-md-6 {
        margin-top: 3rem !important;
    }
    .mt-md-7 {
        margin-top: 3.5rem !important;
    }
    .mt-md-8 {
        margin-top: 4rem !important;
    }
    .mt-md-9 {
        margin-top: 4.5rem !important;
    }
    .mt-md-10 {
        margin-top: 5rem !important;
    }
    .mb-md-0 {
        margin-bottom: 0rem !important;
    }
    .mb-md-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-2 {
        margin-bottom: 1rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-4 {
        margin-bottom: 2rem !important;
    }
    .mb-md-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-md-6 {
        margin-bottom: 3rem !important;
    }
    .mb-md-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-md-8 {
        margin-bottom: 4rem !important;
    }
    .mb-md-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-md-10 {
        margin-bottom: 5rem !important;
    }
    .pt-md-0 {
        padding-top: 0rem !important;
    }
    .pt-md-1 {
        padding-top: 0.5rem !important;
    }
    .pt-md-2 {
        padding-top: 1rem !important;
    }
    .pt-md-3 {
        padding-top: 1.5rem !important;
    }
    .pt-md-4 {
        padding-top: 2rem !important;
    }
    .pt-md-5 {
        padding-top: 2.5rem !important;
    }
    .pt-md-6 {
        padding-top: 3rem !important;
    }
    .pt-md-7 {
        padding-top: 3.5rem !important;
    }
    .pt-md-8 {
        padding-top: 4rem !important;
    }
    .pt-md-9 {
        padding-top: 4.5rem !important;
    }
    .pt-md-10 {
        padding-top: 5rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0rem !important;
    }
    .pb-md-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-2 {
        padding-bottom: 1rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-4 {
        padding-bottom: 2rem !important;
    }
    .pb-md-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-md-6 {
        padding-bottom: 3rem !important;
    }
    .pb-md-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-md-8 {
        padding-bottom: 4rem !important;
    }
    .pb-md-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-md-10 {
        padding-bottom: 5rem !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0rem !important;
    }
    .mt-lg-1 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-2 {
        margin-top: 1rem !important;
    }
    .mt-lg-3 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-4 {
        margin-top: 2rem !important;
    }
    .mt-lg-5 {
        margin-top: 2.5rem !important;
    }
    .mt-lg-6 {
        margin-top: 3rem !important;
    }
    .mt-lg-7 {
        margin-top: 3.5rem !important;
    }
    .mt-lg-8 {
        margin-top: 4rem !important;
    }
    .mt-lg-9 {
        margin-top: 4.5rem !important;
    }
    .mt-lg-10 {
        margin-top: 5rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0rem !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 5rem !important;
    }
    .pt-lg-0 {
        padding-top: 0rem !important;
    }
    .pt-lg-1 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-2 {
        padding-top: 1rem !important;
    }
    .pt-lg-3 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-4 {
        padding-top: 2rem !important;
    }
    .pt-lg-5 {
        padding-top: 2.5rem !important;
    }
    .pt-lg-6 {
        padding-top: 3rem !important;
    }
    .pt-lg-7 {
        padding-top: 3.5rem !important;
    }
    .pt-lg-8 {
        padding-top: 4rem !important;
    }
    .pt-lg-9 {
        padding-top: 4.5rem !important;
    }
    .pt-lg-10 {
        padding-top: 5rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0rem !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 5rem !important;
    }
    .ml-lg-0 {
        margin-left: 0rem !important;
    }
    .mr-lg-0 {
        margin-right: 0rem !important;
    }
    .pl-lg-0 {
        padding-left: 0rem !important;
    }
    .pr-lg-0 {
        padding-right: 0rem !important;
    }
    .ml-lg-1 {
        margin-left: 0.5rem !important;
    }
    .mr-lg-1 {
        margin-right: 0.5rem !important;
    }
    .pl-lg-1 {
        padding-left: 0.5rem !important;
    }
    .pr-lg-1 {
        padding-right: 0.5rem !important;
    }
    .ml-lg-2 {
        margin-left: 1rem !important;
    }
    .mr-lg-2 {
        margin-right: 1rem !important;
    }
    .pl-lg-2 {
        padding-left: 1rem !important;
    }
    .pr-lg-2 {
        padding-right: 1rem !important;
    }
    .ml-lg-3 {
        margin-left: 1.5rem !important;
    }
    .mr-lg-3 {
        margin-right: 1.5rem !important;
    }
    .pl-lg-3 {
        padding-left: 1.5rem !important;
    }
    .pr-lg-3 {
        padding-right: 1.5rem !important;
    }
    .ml-lg-4 {
        margin-left: 2rem !important;
    }
    .mr-lg-4 {
        margin-right: 2rem !important;
    }
    .pl-lg-4 {
        padding-left: 2rem !important;
    }
    .pr-lg-4 {
        padding-right: 2rem !important;
    }
    .ml-lg-5 {
        margin-left: 2.5rem !important;
    }
    .mr-lg-5 {
        margin-right: 2.5rem !important;
    }
    .pl-lg-5 {
        padding-left: 2.5rem !important;
    }
    .pr-lg-5 {
        padding-right: 2.5rem !important;
    }
    .ml-lg-6 {
        margin-left: 3rem !important;
    }
    .mr-lg-6 {
        margin-right: 3rem !important;
    }
    .pl-lg-6 {
        padding-left: 3rem !important;
    }
    .pr-lg-6 {
        padding-right: 3rem !important;
    }
    .ml-lg-7 {
        margin-left: 3.5rem !important;
    }
    .mr-lg-7 {
        margin-right: 3.5rem !important;
    }
    .pl-lg-7 {
        padding-left: 3.5rem !important;
    }
    .pr-lg-7 {
        padding-right: 3.5rem !important;
    }
    .ml-lg-8 {
        margin-left: 4rem !important;
    }
    .mr-lg-8 {
        margin-right: 4rem !important;
    }
    .pl-lg-8 {
        padding-left: 4rem !important;
    }
    .pr-lg-8 {
        padding-right: 4rem !important;
    }
    .ml-lg-9 {
        margin-left: 4.5rem !important;
    }
    .mr-lg-9 {
        margin-right: 4.5rem !important;
    }
    .pl-lg-9 {
        padding-left: 4.5rem !important;
    }
    .pr-lg-9 {
        padding-right: 4.5rem !important;
    }
    .ml-lg-10 {
        margin-left: 5rem !important;
    }
    .mr-lg-10 {
        margin-right: 5rem !important;
    }
    .pl-lg-10 {
        padding-left: 5rem !important;
    }
    .pr-lg-10 {
        padding-right: 5rem !important;
    }
}
@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0rem !important;
    }
    .mt-xl-1 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-2 {
        margin-top: 1rem !important;
    }
    .mt-xl-3 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-4 {
        margin-top: 2rem !important;
    }
    .mt-xl-5 {
        margin-top: 2.5rem !important;
    }
    .mt-xl-6 {
        margin-top: 3rem !important;
    }
    .mt-xl-7 {
        margin-top: 3.5rem !important;
    }
    .mt-xl-8 {
        margin-top: 4rem !important;
    }
    .mt-xl-9 {
        margin-top: 4.5rem !important;
    }
    .mt-xl-10 {
        margin-top: 5rem !important;
    }
    .mb-xl-0 {
        margin-bottom: 0rem !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 2rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 5rem !important;
    }
}
@media (min-width: 992px) {
    .ml-lg-auto {
        margin-left: auto !important;
    }
    .mr-lg-auto {
        margin-right: auto !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (min-width: 768px) {
    .ml-md-auto {
        margin-left: auto !important;
    }
    .mr-md-auto {
        margin-right: auto !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/*
.appear-animate {
    visibility: hidden;
    opacity: 0;
}*/
.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}
@keyframes fixedTopContent {
    0% {
        transform: translateY(-100%);
        transform-origin: center top 0px;
    }
    to {
        transform: translateY(0);
    }
}
@keyframes fixedBottomContent {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0px;
    }
    to {
        transform: translateY(0);
    }
}
@keyframes showMsgFirst {
    0% {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes showMsg {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes navItemArrow {
    0% {
        position: relative;
        left: -3px;
    }
    50% {
        position: relative;
        left: 2px;
    }
    to {
        position: relative;
        left: -3px;
    }
}
@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0, 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftShorter {
    animation-name: fadeInLeftShorter;
}
@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0, 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightShorter {
    animation-name: fadeInRightShorter;
}
@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpShorter {
    animation-name: fadeInUpShorter;
}
@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownShorter {
    animation-name: fadeInDownShorter;
}
@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInY {
    animation-name: flipInY;
}
@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px);
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}
@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: none;
    }
}
.blurIn {
    animation-name: blurIn;
}
@keyframes grayOut {
    0% {
        opacity: 1;
        filter: grayscale(0);
    }
    15% {
        filter: grayscale(100%);
    }
    to {
        opacity: 0;
        filter: grayscale(100%);
    }
}
.grayOut {
    animation-name: grayOut;
}
@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%);
    }
    to {
        filter: brightness(100%);
    }
}
.brightIn {
    animation-name: brightIn;
}
@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes slideX {
    0% {
        transform: none;
        left: 100%;
    }
    to {
        transform: translateX(-100%);
        left: 0;
    }
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
    overflow: hidden;
}
.banner figure img {
    display: block;
    width: 100%;
max-width: 100%;
width: auto !important;
max-height: 400px;
}
.banner .banner-content {
    position: relative;
    z-index: 1;
}

.banner .banner-content h1.title {
	font-size: 30px;
max-width: 50%;
margin: 30px auto;
}

.banner .banner-content h1.title:after {
	display: none;
}


.banner .banner-content a:not(.btn) {
    color: inherit;
}
.banner .banner-content a:not(.btn).active,
.banner .banner-content a:not(.btn):hover {
    color: #f6be00;
}
.banner .banner-info {
    line-height: 1.45;
    margin-bottom: 1rem;
}
.banner-fixed > .banner-content,
.banner-fixed > .container,
.banner-fixed > .container-fluid {
    position: absolute;
    z-index: 1;
}
.banner-fixed > .container,
.banner-fixed > .container-fluid {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.banner-fixed.content-middle .banner-content {
    transform: translate(-50%, -50%);
}
.banner-fixed.content-center .banner-text {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%);
}
.banner-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-newsletter-2 .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-newsletter-2 {
    font-size: 1rem;
}
.banner-newsletter-2 .banner-content {
    padding: 0 1.5rem;
    max-width: 49.8rem;
    min-width: 30rem;
}
.banner-newsletter-2 .banner-title {
    font-size: 3em;
    margin-bottom: 0.5rem;
}
.banner-newsletter-2 p {
    font-size: 1.3em;
    margin-bottom: 3.5rem;
}
.banner-newsletter-2 .form-control {
    font-size: 1.4em;
    border: 0;
    border-bottom: 2px solid #88817b;
    max-width: 37.7rem;
    margin: 0 auto 2rem auto;
    text-align: center;
}
.banner-newsletter-2 img {
    min-height: 33rem;
}
.banner-newsletter-2 .btn {
    height: 4.8rem;
}
.banner-newsletter-2 .input-wrapper {
    max-width: 38rem;
    width: 100%;
}
.banner-newsletter-4 {
    background-color: #eeeeee;
}
.banner-newsletter-4 .banner-content {
    margin: 1rem;
    padding: 3.5rem 2rem 1rem;
}
.banner-newsletter-4 input {
    border: 2px solid #cccccc;
}
.banner-newsletter-5 {
    background-color: #cccccc;
    padding: 4rem;
}
.banner-newsletter-5 .banner-content {
    max-width: 56rem;
    padding: 1.5rem 1.5rem 2rem;
    margin-left: auto;
    margin-right: auto;
}
.banner-newsletter-5 .banner-title {
    margin-bottom: 0.5rem;
}
.banner-newsletter-5 p {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.8;
    max-width: 49rem;
    margin-bottom: 2.5rem;
}
.banner-newsletter-5 input.form-control {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
}
.banner-border-gradient:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 69%;
    padding-top: 30%;
    background: linear-gradient(30deg, #999999 0%, #999999 50%, transparent 50.1%);
}
.banner-divider {
    width: 4rem;
    height: 0.4rem;
    border: 0;
    margin-left: 0;
    margin-bottom: 1.2rem;
}
.btn-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 50%;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}
.btn-play-video:hover {
    background-color: #11111f;
}
.btn-play-video:hover:before {
    color: #fff;
}
.btn-play-video:before {
    content: "";
    position: absolute;
    margin-left: 0.2rem;
    font-family: "FontAwesome"; font-weight: 300;
    font-size: 2.8rem;

    color: #11111f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.3s;
    z-index: 1;
}
.banner-video video {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-video.paused .btn-play-video,
.banner-video.playing .btn-play-video {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.4s;
}
.banner-video.paused:hover .btn-play-video,
.banner-video.playing:hover .btn-play-video {
    visibility: visible;
    opacity: 1;
}
.banner-video.paused video,
.banner-video.playing video {
    display: block;
}
.banner-video.playing .btn-play-video:before {
    content: "";
}
@media (max-width: 1199px) {
    .widget-banner .banner-title {
        margin-bottom: 4rem;
    }
}
@media (max-width: 767px) {
    .banner-newsletter-2 {
        font-size: 0.8rem;
    }
}
@media (max-width: 479px) {
    .banner-newsletter-4 .input-wrapper,
    .banner-newsletter-5 .input-wrapper {
        display: block;
        text-align: center;
        height: auto;
    }
    .banner-newsletter-4 .input-wrapper .btn,
    .banner-newsletter-5 .input-wrapper .btn {
        margin: 2rem;
    }
    .banner-newsletter-4 .input-wrapper-round .btn,
    .banner-newsletter-4 .input-wrapper-round .form-control {
        border-radius: 3rem;
    }
}
.post {
    font-size: 1rem;
}
.post .btn {

    text-transform: capitalize;
}
.post .btn i {
    font-size: 1.8rem;
    margin-left: 8px;
}
.post .btn i:before {
    margin: 0;
}
.post .post-details > :last-child {
    margin-bottom: 0;
}
.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 4.1rem;
    height: 4.2rem;
    background: #fff;
    color: #11111f;

    line-height: 1;
    z-index: 3;
    border-radius: 0.3rem;
}
.post-calendar .post-day {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 14px;
}
.post-calendar .post-month {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
}
.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.post-media img {
    display: block;
    width: 100%;
    transition: transform 0.3s;
}


.ter-blog img {
height: 350px;
}

.post-media .post-calendar {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}
.post-details {
    padding-top: 10px;
	margin-bottom: 15px;
}
.post-title {

    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.6rem;
	height: 18px;
overflow: hidden;
}
.post-title:hover {
    color: #f6be00;
}
.post-title a {
    color: inherit;
}
.post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
	line-height: 22px;
height: 22px;
overflow: hidden;
}
.post-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999999;
    font-size: 1.3rem;


    line-height: 1.7;
    margin-bottom: 0.3rem;
}
.post-meta a {

    font-size: 14px;
    color: #11111f;
    white-space: nowrap;
}
.post-meta a:hover {
    color: #f6be00;
}
.post-meta a:hover span {
    color: inherit;
}
.post-meta a {
	margin: 0 12px;
}


.post-meta a i {
	margin-right:4px;
}

.post-meta .post-comment {
    display: flex;
    align-items: center;
    font-weight: 400;
}
.post-meta .post-comment i {
    font-size: 1.8rem;
}
.post-meta .post-comment span {
    margin: 0 0.4rem 0 0.8rem;
    color: #11111f;
    transition: inherit;
}


.post-cats {
    margin-bottom: 0.6rem;
    color: #fff;
}


.post-cats a {
    color: inherit;
    font-size: 14px;
}
.post-cats a:not(:first-child) {
    margin-left: 0.3rem;
}
.post-date {
    font-weight: 400;
}
.post-list {
    display: flex;
    align-items: center;
}
.post-list .post-media {
    max-width: 43.1%;
    flex: 0 0 43.1%;
    margin-right: 2rem;
    align-self: stretch;
}
.post-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-list .post-details {
    padding: 2.3rem 0 2.4rem;
}
@media (min-width: 768px) {
    .post-list .post-title {
        white-space: normal;
    }
}
.post-grid .post-details {
    padding-top: 1.6rem;
}
.post-mask {
    position: relative;
}
.post-mask:before {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000 100%);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1;
}
.post-mask .post-details {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    transform: translateY(100%);
    padding: 0 3rem;
    z-index: 2;
    transition: transform 0.3s;
}
.post-mask .post-details-visible {
    position: absolute;
    bottom: 100%;
    left: 3rem;
    right: 3rem;
}
.post-mask .post-title {
    letter-spacing: 0;
}
.post-mask .post-meta {
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}
.post-mask .post-meta i {
    margin-right: 0.8rem;
}
.post-mask a {
    position: relative;
    color: inherit;
}
.post-mask a:hover {
    color: #fff;
    text-decoration: underline;
}
.post-mask .post-comment {
    padding-left: 2.8rem;
}
.post-mask .post-comment:before {
    content: "";
    font-family: "octopios";
    position: absolute;
    font-size: 1.8rem;
    left: 0;
}
.post-mask:hover .post-details {
    transform: translateY(0);
}
.post-mask:hover .post-meta {
    opacity: 1;
}
.post-widget {
    display: flex;
    align-items: center;
}
.post-widget .post-media {
    flex: 0 0 28.6%;
    max-width: 28.6%;
}
.post-widget .post-details {
    margin-left: 1.6rem;
    padding: 0;
}
.post-widget .post-meta {
    margin-bottom: 0.5rem;
}
.post-widget .post-date {
    margin: 0;
    font-size: 1.3rem;
    color: #666;
}
.post-widget .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.1rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.45;
    white-space: normal;
}
.post-md .post-details {
    padding-top: 1.8rem;
}
.post-md .post-content p {
    -webkit-line-clamp: 3;
}
@media (min-width: 576px) {
    .post-list .post-details {
        flex: 1;
    }
}
@media (max-width: 991px) {
    .post-lg.text-center .post-details,
    .post-md.text-center .post-details {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .post-details {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .post-list {
        display: block;
    }
    .post-list .post-media {
        margin-right: 0;
        max-width: none;
    }
}
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #11111f;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.5rem 0.2rem 1.6rem !important;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb li:not(:last-child) {
    padding-right: 0.4rem;
    transition: opacity 0.3s;
    opacity: 0.8;
}
.breadcrumb li:not(:last-child):after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: "octopios";
}
.breadcrumb li:not(:last-child):hover {
    opacity: 1;
}
.breadcrumb li:last-child {
    color: #11111f;
}
.breadcrumb.shop-breadcrumb {
padding: 0;
margin: 15px 0 0;
justify-content: center;
}
.breadcrumb.shop-breadcrumb li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
font-size: 16px;
    font-weight: normal;
    opacity: 1;
    color: #666;
}
.breadcrumb.shop-breadcrumb li.active {
    color: #f6be00;
}
.breadcrumb.shop-breadcrumb li.passed {
    color: #11111f;
}
.breadcrumb.shop-breadcrumb li:not(:last-child):after {
    margin-left: 1rem;
    font-size: 2rem;

    color: #999;
    bottom: 3px;
    line-height: 1;
    vertical-align: middle;
}
.breadcrumb-nav {
    display: flex;
    align-items: center;
	margin-bottom:15px;
	background: linear-gradient( to top , #eee, #f8f8f8);
}

.breadcrumb-nav .container {
	display: flex;
justify-content: space-between;
align-items: center;
}

.breadcrumb-nav h2 {
font-size: 18px;
text-transform: uppercase;
margin: 0;
}


.btn {
    display: inline-block;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #666;
    outline: 0;
    border-radius: 0;
    font-family: inherit;

    font-size: 14px;
    padding: 0.93em 1.98em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer;
	
}
.btn:active,
.btn:focus,
.btn:hover {
    color: #666;
    border-color: gainsboro;
    background-color: gainsboro;
}
.btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 0;
    margin-bottom: 0.2rem;
}
.btn i:before {
    margin: 0;
}
.btn.btn-icon-right i {
    margin-right: 0;
    margin-left: 0.6rem;
}
.btn.btn-icon-left i {
    margin-right: 0.6rem;
    margin-left: 0;
}
.btn svg {
    margin-right: 0.5rem;
    stroke: #fff;
    stroke-width: 3px;
    fill: #fff;
    transition: stroke 0.4s, fill 0.4s;
}
.btn-outline {
    background-color: transparent;
    border: 2px solid;
}
.btn-outline.light {
    padding: 0.996em 2em;
    border: 1px solid;
}
.btn-reveal-left i {
    opacity: 0;
    margin-left: -1em;
    transform: translate(0.5em);
    margin-right: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}
.btn-reveal-left:active i,
.btn-reveal-left:focus i,
.btn-reveal-left:hover i {
    opacity: 1;
    margin-left: 0;
    transform: translateX(0);
    margin-right: 0.7rem;
}
.btn-reveal-right i {
    opacity: 0;
    margin-right: -1em;
    transform: translateX(-0.5em);
    margin-left: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}
.btn-reveal-right:active i,
.btn-reveal-right:focus i,
.btn-reveal-right:hover i {
    opacity: 1;
    margin-right: 0;
    transform: translateX(0);
    margin-right: 0.7rem;
}
.btn-simple:after {
    display: block;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top: 3px solid;
    transition: transform 0.3s;
    content: "";
}
.btn-link {
    padding: 0;
    border: 0;
    background: transparent;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-link {
        overflow: visible;
    }
}
.btn-link:not(.btn-underline) {
    padding-bottom: 3px;
}
.btn-link.active,
.btn-link:focus,
.btn-link:hover {
    background: transparent;
}
.btn-shadow {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.btn-shadow:active,
.btn-shadow:focus,
.btn-shadow:hover {
    box-shadow: 0 17px 20px -7px rgba(0, 0, 0, 0.2);
}
.btn-underline:active:after,
.btn-underline:focus:after,
.btn-underline:hover:after {
    transform: scaleX(1);
}
.btn-underline:after {
    display: block;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top: 3px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.btn-underline.sm:after {
    width: 46%;
}
.btn-underline.lg:after {
    margin-left: -16.5%;
    margin-right: -16.5%;
    width: 133%;
}
.btn-like {
    font-size: 14px;
    font-weight: 400;
    padding: 0.429em 0.874em;
    border-radius: 3px;
}
.btn-primary {
    color: #fff;
    border-color: #f6be00;
    background-color: #f6be00;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #11111f;
    background-color: #11111f;
}
.btn-primary.btn-solid {
    color: #f6be00;
    border-color: #fff;
    background-color: #fff;
}
.btn-primary.btn-solid:active,
.btn-primary.btn-solid:focus,
.btn-primary.btn-solid:hover {
    border-color: #f6be00;
    background-color: #f6be00;
    color: #fff;
}
.btn-primary.btn-outline {
    color: #f6be00;
    border-color: #f6be00;
    background-color: transparent;
}
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background-color: #f6be00;
    color: #fff;
}
.btn-primary.btn-link {
    background-color: transparent;
    color: #f6be00;
    border-color: #f6be00;
}
.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover {
    color: #f6be00;
    background-color: transparent;
}
.btn-primary.btn-underline:active,
.btn-primary.btn-underline:focus,
.btn-primary.btn-underline:hover {
    color: #f6be00;
}
.btn-dark {
    color: #fff;
    border-color: #11111f;
    background-color: #11111f;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    border-color: #454545;
    background-color: #454545;
}
.btn-dark.btn-solid {
    color: #11111f;
    border-color: #fff;
    background-color: #fff;
}
.btn-dark.btn-solid:active,
.btn-dark.btn-solid:focus,
.btn-dark.btn-solid:hover {
    border-color: #11111f;
    background-color: #11111f;
    color: #fff;
}
.btn-dark.btn-outline {
    color: #11111f;
    border-color: #11111f;
    background-color: transparent;
}
.btn-dark.btn-outline:active,
.btn-dark.btn-outline:focus,
.btn-dark.btn-outline:hover {
    background-color: #11111f;
    color: #fff;
}
.btn-dark.btn-link {
    background-color: transparent;
    color: #11111f;
    border-color: #11111f;
}
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover {
    color: #11111f;
    background-color: transparent;
}
.btn-dark.btn-underline:active,
.btn-dark.btn-underline:focus,
.btn-dark.btn-underline:hover {
    color: #11111f;
}
.btn-dark-light {
    color: #fff;
    border-color: #666;
    background-color: #666;
}
.btn-dark-light:active,
.btn-dark-light:focus,
.btn-dark-light:hover {
    color: #fff;
    border-color: #787878;
    background-color: #787878;
}
.btn-dark-light.btn-solid {
    color: #666;
    border-color: #fff;
    background-color: #fff;
}
.btn-dark-light.btn-solid:active,
.btn-dark-light.btn-solid:focus,
.btn-dark-light.btn-solid:hover {
    border-color: #666;
    background-color: #666;
    color: #fff;
}
.btn-dark-light.btn-outline {
    color: #666;
    border-color: #666;
    background-color: transparent;
}
.btn-dark-light.btn-outline:active,
.btn-dark-light.btn-outline:focus,
.btn-dark-light.btn-outline:hover {
    background-color: #666;
    color: #fff;
}
.btn-dark-light.btn-link {
    background-color: transparent;
    color: #666;
    border-color: #666;
}
.btn-dark-light.btn-link:active,
.btn-dark-light.btn-link:focus,
.btn-dark-light.btn-link:hover {
    color: #666;
    background-color: transparent;
}
.btn-dark-light.btn-underline:active,
.btn-dark-light.btn-underline:focus,
.btn-dark-light.btn-underline:hover {
    color: #666;
}
.btn-white {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
    color: #11111f;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
    border-color: white;
    background-color: white;
}
.btn-white.btn-solid {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}
.btn-white.btn-solid:active,
.btn-white.btn-solid:focus,
.btn-white.btn-solid:hover {
    border-color: #fff;
    background-color: #fff;
    color: #fff;
}
.btn-white.btn-outline {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    background-color: #fff;
    color: #fff;
}
.btn-white.btn-link {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover {
    color: #fff;
    background-color: transparent;
}
.btn-white.btn-underline:active,
.btn-white.btn-underline:focus,
.btn-white.btn-underline:hover {
    color: #fff;
}
.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    color: #f6be00;
    border-color: #fff;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
    background-color: #11111f;
    border-color: #11111f;
}
.btn-success {
    color: #fff;
    border-color: #799b5a;
    background-color: #799b5a;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    border-color: #8bab6e;
    background-color: #8bab6e;
}
.btn-success.btn-solid {
    color: #799b5a;
    border-color: #fff;
    background-color: #fff;
}
.btn-success.btn-solid:active,
.btn-success.btn-solid:focus,
.btn-success.btn-solid:hover {
    border-color: #799b5a;
    background-color: #799b5a;
    color: #fff;
}
.btn-success.btn-outline {
    color: #799b5a;
    border-color: #799b5a;
    background-color: transparent;
}
.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background-color: #799b5a;
    color: #fff;
}
.btn-success.btn-link {
    background-color: transparent;
    color: #799b5a;
    border-color: #799b5a;
}
.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover {
    color: #799b5a;
    background-color: transparent;
}
.btn-success.btn-underline:active,
.btn-success.btn-underline:focus,
.btn-success.btn-underline:hover {
    color: #799b5a;
}
.btn-warning {
    color: #fff;
    border-color: #ffa800;
    background-color: #ffa800;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    border-color: #ffb424;
    background-color: #ffb424;
}
.btn-warning.btn-solid {
    color: #ffa800;
    border-color: #fff;
    background-color: #fff;
}
.btn-warning.btn-solid:active,
.btn-warning.btn-solid:focus,
.btn-warning.btn-solid:hover {
    border-color: #ffa800;
    background-color: #ffa800;
    color: #fff;
}
.btn-warning.btn-outline {
    color: #ffa800;
    border-color: #ffa800;
    background-color: transparent;
}
.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    background-color: #ffa800;
    color: #fff;
}
.btn-warning.btn-link {
    background-color: transparent;
    color: #ffa800;
    border-color: #ffa800;
}
.btn-warning.btn-link:active,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:hover {
    color: #ffa800;
    background-color: transparent;
}
.btn-warning.btn-underline:active,
.btn-warning.btn-underline:focus,
.btn-warning.btn-underline:hover {
    color: #ffa800;
}
.btn-secondary {
    color: #fff;
    border-color: #f6be00;
    background-color: #f6be00;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    border-color: #ff9696;
    background-color: #ff9696;
}
.btn-secondary.btn-solid {
    color: #f6be00;
    border-color: #fff;
    background-color: #fff;
}
.btn-secondary.btn-solid:active,
.btn-secondary.btn-solid:focus,
.btn-secondary.btn-solid:hover {
    border-color: #f6be00;
    background-color: #f6be00;
    color: #fff;
}
.btn-secondary.btn-outline {
    color: #f6be00;
    border-color: #f6be00;
    background-color: transparent;
}
.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
    background-color: #f6be00;
    color: #fff;
}
.btn-secondary.btn-link {
    background-color: transparent;
    color: #f6be00;
    border-color: #f6be00;
}
.btn-secondary.btn-link:active,
.btn-secondary.btn-link:focus,
.btn-secondary.btn-link:hover {
    color: #f6be00;
    background-color: transparent;
}
.btn-secondary.btn-underline:active,
.btn-secondary.btn-underline:focus,
.btn-secondary.btn-underline:hover {
    color: #f6be00;
}
.btn-error {
    color: #fff;
    border-color: #6d1a17;
    background-color: #6d1a17;
}
.btn-error:active,
.btn-error:focus,
.btn-error:hover {
    color: #fff;
    border-color: #8a211d;
    background-color: #8a211d;
}
.btn-error.btn-solid {
    color: #6d1a17;
    border-color: #fff;
    background-color: #fff;
}
.btn-error.btn-solid:active,
.btn-error.btn-solid:focus,
.btn-error.btn-solid:hover {
    border-color: #6d1a17;
    background-color: #6d1a17;
    color: #fff;
}
.btn-error.btn-outline {
    color: #6d1a17;
    border-color: #6d1a17;
    background-color: transparent;
}
.btn-error.btn-outline:active,
.btn-error.btn-outline:focus,
.btn-error.btn-outline:hover {
    background-color: #6d1a17;
    color: #fff;
}
.btn-error.btn-link {
    background-color: transparent;
    color: #6d1a17;
    border-color: #6d1a17;
}
.btn-error.btn-link:active,
.btn-error.btn-link:focus,
.btn-error.btn-link:hover {
    color: #6d1a17;
    background-color: transparent;
}
.btn-error.btn-underline:active,
.btn-error.btn-underline:focus,
.btn-error.btn-underline:hover {
    color: #6d1a17;
}
.btn-grey {
    color: #fff;
    border-color: #00baa3;
    background-color: #00baa3;
}
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
    color: #fff;
    border-color: #00dec2;
    background-color: #00dec2;
}
.btn-grey.btn-solid {
    color: #00baa3;
    border-color: #fff;
    background-color: #fff;
}
.btn-grey.btn-solid:active,
.btn-grey.btn-solid:focus,
.btn-grey.btn-solid:hover {
    border-color: #00baa3;
    background-color: #00baa3;
    color: #fff;
}
.btn-grey.btn-outline {
    color: #00baa3;
    border-color: #00baa3;
    background-color: transparent;
}
.btn-grey.btn-outline:active,
.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:hover {
    background-color: #00baa3;
    color: #fff;
}
.btn-grey.btn-link {
    background-color: transparent;
    color: #00baa3;
    border-color: #00baa3;
}
.btn-grey.btn-link:active,
.btn-grey.btn-link:focus,
.btn-grey.btn-link:hover {
    color: #00baa3;
    background-color: transparent;
}
.btn-grey.btn-underline:active,
.btn-grey.btn-underline:focus,
.btn-grey.btn-underline:hover {
    color: #00baa3;
}
.btn.btn-rounded {
    border-radius: 3px;
}
.btn.btn-ellipse {
    border-radius: 30px;
}
.btn.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn.btn-block svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.btn.btn-sm {
    font-size: 1.3rem;
    padding: 0.77em 1.4em;
}
.btn.btn-lg {
    font-size: 1.8rem;
    padding: 0.95em 1.835em;
}
.btn.btn-xl {
    font-size: 2.4rem;
    padding: 0.84em 1.8em;
}
.btn svg {
    width: 16px;
    height: 16px;
}
.btn-slide-left:active i,
.btn-slide-left:focus i,
.btn-slide-left:hover i {
    animation: 0.5s ease slideLeft;
}
.btn-slide-right:active i,
.btn-slide-right:focus i,
.btn-slide-right:hover i {
    animation: 0.5s ease slideRight;
}
.btn-slide-up:active i,
.btn-slide-up:focus i,
.btn-slide-up:hover i {
    animation: 0.5s ease slideUp;
}
.btn-slide-down:active i,
.btn-slide-down:focus i,
.btn-slide-down:hover i {
    animation: 0.5s ease slideDown;
}
.btn-infinite:hover i {
    animation-iteration-count: infinite;
}
@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-0.5em);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(0.5em);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.5em);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.5em);
    }
    to {
        transform: translateY(0);
    }
}
.category {
    position: relative;
    font-size: 1rem;
    color: #666;
}
.category a {
    color: inherit;
}
.category a:hover {
    color: #f6be00;
}
.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.category .category-name {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;

    line-height: 1.2;
    text-transform: uppercase;

    transition: transform 0.3s;
}


.category .category-media {
	background: #fff;
height: 100px;
display: grid;
align-items: center;
justify-content: center;
padding: 10px;
}

.category .category-media img {

max-width: 100%;
max-height: 90px;
}

.category.category-classic {
	background: #fff;
padding: 8px;
}




.category .category-count {
    font-size: 14px;
}
.category p {
    text-align: start;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #666;
}
.category-content .category-list {
    color: #666666;
    text-align: start;
    font-size: 1.3em;
}
.category-content .category-list li {
    display: flex;
    position: relative;
    line-height: 1.9;
}
.category-content .category-list li:before {
    content: "";
    color: inherit;
    font-family: "octopios";
    font-size: 1.3rem;
    margin-right: 0.3rem;
    margin-left: -0.3rem;
    transition: color 0.4s;
}
.category-content .category-list li:hover:before {
    color: #f6be00;
    animation: navItemArrow 0.6s linear infinite;
}
.category-absolute .category-content {

    cursor: pointer;
}
.category-default .category-content {
    padding-bottom: 0.2rem;
    transition: padding-bottom 0.3s;
}
.category-default .btn {
    position: absolute;
    margin-top: -2rem;
    opacity: 0;
    visibility: hidden;
    transition: margin-top 0.3s, opacity 0.3s, visibility 0.3s;
}
.category-default:hover .category-content {
    padding-bottom: 3.2rem;
}
.category-default:hover .btn {
    margin-top: 1rem;
    opacity: 1;
    visibility: visible;
}
.category-default1 .category-content {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(38, 38, 38, 0.8);
    height: 20%;
    justify-content: center;
    color: #fff;
}
.category-default1 .category-content .category-name {
    padding-bottom: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.035em;
    transition: padding-bottom 0.3s;
}
.category-default1 .category-content .category-count {
    position: absolute;
    font-size: 14px;
    line-height: 1.3;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}
.category-default1:hover .category-name {
    padding-bottom: 1.7rem;
}
.category-default1:hover .category-count {
    transform: translateY(50%);
    opacity: 1;
    visibility: visible;
}
.category-group-icon,
.category-group-image {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}
.category-group-icon > *,
.category-group-image > * {
    flex: 1;
}

.category-group-icon .category-content ul,
.category-group-image .category-content ul {
    padding-left: 0;
}
.category-group-image {
    padding: 1rem;
    font-size: 1rem;
    height: 100%;
}
.category-group-image .category-content {
    align-items: flex-start;
    text-align: start;
    padding: 1.1rem 0 0.8rem 3rem;
}
.category-group-image .category-content ul {
    margin: 0;
}
.category-group-image .category-name {
    font-size: 1.6em;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1.1rem;
    line-height: 1.4;
    text-align: start;
    letter-spacing: 0;
}
.category-group-image a {
    white-space: nowrap;
}
.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    border: 0px solid #fff;
    transition: box-shadow 0.1s, border-width 0.1s;
}
.category-ellipse .category-content {
    margin-top: 1.7rem;
}
.category-ellipse .category-name:hover {
    color: #f6be00;
}
.category-ellipse:hover .category-media {
    border-width: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.category-classic {
    transition: box-shadow 0.3s;
}
.category-classic .category-content {
    left: 0;
    right: 0;
    bottom: 1.5rem;
    overflow: hidden;
    text-align: center;margin-top: 25px;
}
.category-classic .category-name {
    font-size: 14px;
    line-height: 1.45;
    text-transform: capitalize;

    transition: transform 0.3s;
}
.category-classic .btn {
    transition: top 0.3s, transform 0.3s;
	opacity:0; display: none;
}
.category-classic:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}



.category-classic:hover .btn {
    transform: translateY(-100%);opacity:1;display: block;
}

.category-icon .category-media {
    padding: 2.4rem 0.5rem;
    border: 1px solid #eee;
    width: 130px;
    height: 130px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    border-radius: 50%;
    margin: 0 auto 2rem auto;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.category-icon .category-name {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.category-icon:hover .category-media {
    border-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.category-icon:hover .category-name {
    color: #f6be00;
}
.category-banner .category-content {
    left: 0;
    bottom: 2rem;
    background-color: rgba(38, 38, 38, 0.8);
    border-radius: 0 5rem 5rem 0;
    padding: 1.3rem 3rem;
    transition: background-color 0.3s;
}
.category-banner .category-name {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.035em;
}
.category-banner:hover .category-content {
    background-color: rgba(0, 136, 204, 0.8);
}
.category-center .category-content {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.category-center .btn {
    visibility: hidden;
    opacity: 0;
    line-height: 0;
    transition: visibility 0.3s, opacity 0.3s, line-height 0.3s;
}
.category-center:hover .btn {
    visibility: visible;
    opacity: 1;
    line-height: 1;
}
.category-lg .category-name {
    font-size: 2.8rem;

    
    line-height: 1.3;
    white-space: nowrap;
}
.category-lg .category-count {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
}
.category-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.category-image a {
    display: block;
    width: 100%;
    transition: color 0.3s;
}
.category-image .category-media {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.category-image .category-media img {
    display: block;
}
.category-image p {
    font-size: 1.3rem;
    line-height: 1;
    color: inherit;
    transition: color 0.3s;
}
.category-image.media-circle .category-media {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}
.category-image.text-center p {
    text-align: center;
}
.category-image:hover {
    cursor: pointer;
}
.category-image:hover a {
    color: #f6be00;
}
@media (max-width: 767px) {
    .category-group-image .category-content {
        padding-left: 1.5rem;
    }
}
.expanded-newsletter {
    padding: 2.6rem 4rem 0.5rem;
    border: 2px solid #eee;
}
.expanded-newsletter .icon-box-side {
    justify-content: left;
}
.expanded-newsletter .icon-box-side .icon-box-icon {
    margin-right: 2rem;
    color: #f6be00;
}
.expanded-newsletter .icon-box-side .icon-box-icon i {
    font-size: 4.8rem;
}
.expanded-newsletter .icon-box-side .icon-box-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.expanded-newsletter .icon-box-side p {
    font-size: 14px;
    
}
.expanded-newsletter .input-wrapper-inline .form-control {
    min-height: 4.8rem;
    border-color: #ccc;
    border-radius: 2.5rem 0 0 2.5rem;
}
.expanded-newsletter .btn {
    border-radius: 0 2.5rem 2.5rem 0;
    padding-left: 1.91em;
    padding-right: 1.91em;
}
@media (min-width: 1200px) {
    .expanded-newsletter .pl-xl-10 {
        padding-left: 5rem !important;
    }
}
.cta-section .title-separator {
    color: #ccc;
}
.banner-newsletter {
    background-color: #f5f5f5;
    padding: 6.5rem 0 5rem;
    overflow: hidden;
}
.banner-newsletter:after,
.banner-newsletter:before {
    content: "";
    position: absolute;
    height: 59.2rem;
    width: 58.8rem;
    border: 3rem solid;
    top: 53%;
    transform: translateY(-50%) rotateZ(45deg);
}
.banner-newsletter:before {
    right: 98.8%;
    border-color: #e7e7e7;
    border-radius: 2rem;
}
.banner-newsletter:after {
    left: 93.3%;
    top: 48%;
    border-color: #f1f1f1;
}
.banner-newsletter .banner-content {
    padding: 0 1.5rem;
}
.banner-newsletter .banner-title {
    font-size: 3rem;

    margin-bottom: 1.5rem;
}
.banner-newsletter .banner-title strong {

}
.banner-newsletter p {
    margin-bottom: 2.2rem;
    max-width: 62rem;
    font-size: 1.3rem;
    line-height: 2;
}
.banner-newsletter .input-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 55.5rem;
    min-height: 4.8rem;
}
.banner-newsletter .input-wrapper:before {
    content: "";
    display: inline-block;
    position: absolute;

    font-family: "FontAwesome"; font-weight: 300;
    font-size: 1.8rem;
    color: #666;
    line-height: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1rem;
}
.banner-newsletter input {
    border: 0;
    border-bottom: 2px solid #ccc;
    margin-right: 1rem;
    padding-left: 2.8rem;
    min-height: 4.8rem;
}
.banner-newsletter .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-newsletter .btn {
    padding: 1.08em 1.9em;
}
.banner-newsletter .btn i {
    font-size: 1.8rem;
    margin-top: -0.4rem;
}
.link-banner-newsletter {
    display: flex;
    align-items: center;
    padding: 5.25% 8.4% 4.1% 4.4%;
}
.link-banner-newsletter .banner-title {
    margin-bottom: 0.6rem;
    font-size: 2rem;
}
.link-banner-newsletter p {
    max-width: 45.1rem;
    margin-bottom: 2.2rem;
    font-size: 1.3rem;
}
.link-banner-newsletter .input-wrapper-inline {
    max-width: 44.8rem;
}
.link-banner-newsletter .input-wrapper-rounded .form-control {
    min-height: 4.6rem;
    padding: 0.8rem 1.8rem;
    font-size: 1.3rem;
    border-color: #454545;
    border-radius: 0.3rem 0 0 0.3rem;
}
.link-banner-newsletter .btn {
    padding-left: 1.95em;
    padding-right: 1.95em;
    border-radius: 0 0.3rem 0.3rem 0;
}
.link-banner-newsletter .content-right {
    margin-top: 0.3rem;
}
.link-banner-newsletter .content-right a {
    display: block;
    margin-bottom: 2rem;
}
.sale-banner:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 5px dashed #fff;
    pointer-events: none;
    -webkit-clip-path: inset(4px 4px 4px 4px);
    clip-path: inset(4px 4px 4px 4px);
}
.sale-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sale-banner .banner-subtitle {
    position: relative;
    margin-right: 2rem;
    padding: 2.6rem 7px 2.6rem 3.5rem;
    font-size: 4em;
    display: flex;
    align-items: center;
    background: #444;
    line-height: 1.2;
    z-index: 1;
    white-space: nowrap;
}
.sale-banner .banner-subtitle span {
    font-size: 0.45em;
    font-weight: 400;
}
.sale-banner .banner-subtitle:after,
.sale-banner .banner-subtitle:before {
    content: "";
    position: absolute;
    right: -24px;
    top: -25px;
    bottom: -20px;
    border-right: 50px solid #454545;
    transform: rotate(26deg);
    z-index: -1;
}
.sale-banner .banner-subtitle:after {
    right: -35px;
    border-right-width: 5px;
}
.sale-banner .content-right {
    flex: 0 0 calc(100% - 25.7rem);
    max-width: calc(100% - 25.7rem);
    display: flex;
    align-items: center;
    padding: 2.8rem 3.6rem 2.8rem 0;
    background-color: #eee;
}
.sale-banner .banner-title {
    overflow: hidden;
    flex: 1;
    font-size: 22px;


}
.sale-banner .banner-title span {
    white-space: nowrap;
    animation: slideX 60s infinite linear 1s;
    display: inline-block;
}
.sale-banner .btn {
    padding-left: 1.9em;
    padding-right: 1.9em;
    background-color: #444;
    border-color: #444;
}
.sale-banner .btn i {
    margin-left: 0.3rem;
    font-size: 1.5rem;
}
.sale-banner-section {
    padding-bottom: 0.7rem;
}
.banner-newsletter-bg {
    display: flex;
    align-items: center;
    padding: 3rem 5.9rem;
}
.banner-newsletter-bg .content-left {
    margin-right: 5.3rem;
}
.banner-newsletter-bg .content-right {
    flex: 1;
}
.banner-newsletter-bg .banner-title {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
    line-height: 1;
}
.banner-newsletter-bg p {
    font-size: 1.3rem;
    line-height: 1;
}
.banner-newsletter-bg .input-wrapper {
    display: flex;
    max-width: 100%;
}
.banner-newsletter-bg .form-control {
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    background-color: #fff;
}
@media (max-width: 991px) {
    .expanded-newsletter {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .expanded-newsletter .icon-box-side {
        justify-content: center;
    }
    .banner-newsletter-bg {
        display: block;
        text-align: center;
    }
    .banner-newsletter-bg .content-left {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .sale-banner .banner-content {
        display: block;text-align: center;
    }
    .sale-banner .banner-subtitle {
        padding-bottom: 0;
    }
    .sale-banner .banner-subtitle:after,
    .sale-banner .banner-subtitle:before {
        left: -10px;
        bottom: -20px;
        top: auto;
        border-top: 42px solid #454545;
        transform: rotate(-3deg);
    }
    .sale-banner .banner-subtitle:after {
        bottom: -30px;
        border-top-width: 5px;
    }
    .sale-banner .content-right {
        display: block;
        flex: none;
        max-width: none;
        margin-top: -4rem;
        padding: 8rem 0 3rem;
    }
    .sale-banner .btn {
        margin-left: 3rem;
    }
    .link-banner-newsletter {
        display: block;
        padding: 4rem 3rem 2rem;
    }
    .link-banner-newsletter .content-right {
        display: flex;
        flex-wrap: wrap;
    }
    .link-banner-newsletter .content-right a:first-child {
        margin-right: 2rem;
    }
}
@media (max-width: 575px) {
    .expanded-newsletter .icon-box-side {
        display: block;
        text-align: center;
    }
    .expanded-newsletter .icon-box-side .icon-box-icon {
        padding: 1rem;
        margin: 0 0 1.5rem;
    }
    .expanded-newsletter .icon-box-side .icon-box-content {
        text-align: center;
    }
    .sale-banner {
        font-size: 0.8rem;
    }
}
@media (max-width: 479px) {
    .banner-newsletter .input-wrapper-inline {
        display: block;
    }
    .banner-newsletter .input-wrapper-inline:before {
        top: 25%;
    }
    .banner-newsletter-bg {
        padding: 4rem 1.5rem;
    }
    .banner-newsletter-bg .input-wrapper {
        display: block;
    }
    .banner-newsletter-bg .form-control {
        margin-bottom: 1.5rem;
        margin-right: 0;
    }
}
@font-face {
    font-family: "octopios";
    src: url("../fonts/octopios.eot?png09e");
    src: url("../fonts/octopios.woff?png09e") format("woff"), url("../fonts/octopios.eot?png09e#iefix") format("embedded-opentype"), url("../fonts/octopios.ttf?png09e") format("truetype"),
        url("../fonts/octopios.svg?png09e#octopios") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class*=" w-icon-"],
[class^="w-icon-"] {
    font-family: "octopios" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-icon-shipping:before {
    content: "";
}
.w-icon-truck2:before {
    content: "";
}
.w-icon-comments-solid:before {
    content: "";
}
.w-icon-heart-full:before {
    content: "";
}
.w-icon-instagram:before {
    content: "";
}
.w-icon-youtube:before {
    content: "";
}
.w-icon-pinterest:before {
    content: "";
}
.w-icon-pinterest-p:before {
    content: "";
}
.w-icon-google:before {
    content: "";
}
.w-icon-twitter:before {
    content: "";
}
.w-icon-facebook:before {
    content: "";
}
.w-icon-minus:before {
    content: "";
}
.w-icon-plus:before {
    content: "";
}
.w-icon-angle-down:before {
    content: "";
}
.w-icon-angle-up:before {
    content: "";
}
.w-icon-angle-left:before {
    content: "";
}
.w-icon-angle-right:before {
    content: "";
}
.w-icon-hamburger:before {
    content: "";
}
.w-icon-star-square-full:before {
    content: "";
}
.w-icon-exclamation-triangle:before {
    content: "";
}
.w-icon-times-circle:before {
    content: "";
}
.w-icon-cog:before {
    content: "";
}
.w-icon-star-square:before {
    content: "";
}
.w-icon-exclamation-circle:before {
    content: "";
}
.w-icon-check-solid:before {
    content: "";
}
.w-icon-check:before {
    content: "";
}
.w-icon-comments:before {
    content: "";
}
.w-icon-envelop:before {
    content: "";
}
.w-icon-envelop2:before {
    content: "";
}
.w-icon-youtube-solid:before {
    content: "";
}
.w-icon-times-solid:before {
    content: "";
}
.w-icon-call:before {
    content: "";
}
.w-icon-call2:before {
    content: "";
}
.w-icon-cart:before {
    content: "";
}
.w-icon-category:before {
    content: "";
}
.w-icon-bars:before {
    content: "";
}
.w-icon-compare:before {
    content: "";
}
.w-icon-computer:before {
    content: "";
}
.w-icon-electronics:before {
    content: "";
}
.w-icon-tshirt:before {
    content: "";
}
.w-icon-account:before {
    content: "";
}
.w-icon-search2:before {
    content: "";
}
.w-icon-android:before {
    content: "";
}
.w-icon-ios:before {
    content: "";
}
.w-icon-art-class:before {
    content: "";
}
.w-icon-bag:before {
    content: "";
}
.w-icon-basketball:before {
    content: "";
}
.w-icon-bathtub:before {
    content: "";
}
.w-icon-bed:before {
    content: "";
}
.w-icon-birthday-cake:before {
    content: "";
}
.w-icon-bow:before {
    content: "";
}
.w-icon-bridge-lamp:before {
    content: "";
}
.w-icon-calendar:before {
    content: "";
}
.w-icon-camera:before {
    content: "";
}
.w-icon-cart2:before {
    content: "";
}
.w-icon-dots-circle:before {
    content: "";
}
.w-icon-chat:before {
    content: "";
}
.w-icon-desktop:before {
    content: "";
}
.w-icon-dish:before {
    content: "";
}
.w-icon-display:before {
    content: "";
}
.w-icon-download:before {
    content: "";
}
.w-icon-envelop-closed:before {
    content: "";
}
.w-icon-fax:before {
    content: "";
}
.w-icon-furniture:before {
    content: "";
}
.w-icon-gamepad:before {
    content: "";
}
.w-icon-gift:before {
    content: "";
}
.w-icon-grid:before {
    content: "";
}
.w-icon-headphone:before {
    content: "";
}
.w-icon-heartbeat:before {
    content: "";
}
.w-icon-home:before {
    content: "";
}
.w-icon-honour:before {
    content: "";
}
.w-icon-hotline:before {
    content: "";
}
.w-icon-ice-cream:before {
    content: "";
}
.w-icon-list:before {
    content: "";
}
.w-icon-mobile:before {
    content: "";
}
.w-icon-money:before {
    content: "";
}
.w-icon-motocycle:before {
    content: "";
}
.w-icon-net-world:before {
    content: "";
}
.w-icon-orders:before {
    content: "";
}
.w-icon-phone:before {
    content: "";
}
.w-icon-return:before {
    content: "";
}
.w-icon-rice-cooker:before {
    content: "";
}
.w-icon-ruby:before {
    content: "";
}
.w-icon-search:before {
    content: "";
}
.w-icon-search-minus:before {
    content: "";
}
.w-icon-search-plus:before {
    content: "";
}
.w-icon-service:before {
    content: "";
}
.w-icon-shopify:before {
    content: "";
}
.w-icon-sofa:before {
    content: "";
}
.w-icon-sport:before {
    content: "";
}
.w-icon-star:before {
    content: "";
}
.w-icon-star-full:before {
    content: "";
}
.w-icon-table:before {
    content: "";
}
.w-icon-table2:before {
    content: "";
}
.w-icon-truck:before {
    content: "";
}
.w-icon-tshirt2:before {
    content: "";
}
.w-icon-user:before {
    content: "";
}
.w-icon-wallet:before {
    content: "";
}
.w-icon-heart:before {
    content: "";
}
.w-icon-gift2:before {
    content: "";
}
.w-icon-dashboard:before {
    content: "";
}
.w-icon-power-off:before {
    content: "";
}
.w-icon-wallet2:before {
    content: "";
}
.w-icon-products:before {
    content: "";
}
.w-icon-reports:before {
    content: "";
}
.w-icon-return2:before {
    content: "";
}
.w-icon-reviews:before {
    content: "";
}
.w-icon-return3:before {
    content: "";
}
.w-icon-cog2:before {
    content: "";
}
.w-icon-ship-station:before {
    content: "";
}
.w-icon-social:before {
    content: "";
}
.w-icon-store-seo:before {
    content: "";
}
.w-icon-store:before {
    content: "";
}
.w-icon-support:before {
    content: "";
}
.w-icon-tools:before {
    content: "";
}
.w-icon-vendor-store:before {
    content: "";
}
.w-icon-verification:before {
    content: "";
}
.w-icon-visit:before {
    content: "";
}
.w-icon-withdraw:before {
    content: "";
}
.w-icon-rotate-3d:before {
    content: "";
}
.w-icon-movie:before {
    content: "";
}
.w-icon-prev:before {
    content: "";
}
.w-icon-play:before {
    content: "";
}
.w-icon-next:before {
    content: "";
}
.w-icon-map-marker:before {
    content: "";
}
.w-icon-long-arrow-down:before {
    content: "";
}
.w-icon-long-arrow-left:before {
    content: "";
}
.w-icon-long-arrow-right:before {
    content: "";
}
.w-icon-long-arrow-up:before {
    content: "";
}
.w-icon-comment:before {
    content: "";
}
.w-icon-envelop3:before {
    content: "";
}
.w-icon-logout:before {
    content: "";
}
.w-icon-envelop4:before {
    content: "";
}
.w-icon-orders2:before {
    content: "";
}
.w-icon-quote:before {
    content: "";
}
.w-icon-sale:before {
    content: "";
}
.w-icon-heart2:before {
    content: "";
}
.w-icon-zoom:before {
    content: "";
}
.form .form-control {
    margin-bottom: 10px;
}
input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: black !important;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 4.7rem;
    padding: 0.85rem 2rem;
    border: 1px solid #dee2e6;
    font-size: 14px;
       height: 50px;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
.form-control::placeholder {
    color: inherit;
    font-family: inherit;text-transform: capitalize;
}
.form-control::-webkit-input-placeholder {
    color: inherit;
}
.form-control::-moz-placeholder {
    color: inherit;
}
.form-control.form-solid {
    background-color: #fff;
    border: 0;
    color: #8d8d8d;
}
.form-control.form-control-md {
    font-size: 1.3rem;
    min-height: 4.4rem;
}
.form-control.form-control-sm {
    font-size: 14px;
    min-height: 4rem;
}
textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%;
}
.select-box,
.select-menu {
    position: relative;
}
.select-box select,
.select-menu select {
    position: relative;
    width: 100%;
    padding-left: 9px;
    padding-right: 27px;
    border: 1px solid #dee2e6;
    color: inherit;
    background-color: transparent;
    font-size: 14px;

    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select-box select:focus,
.select-menu select:focus {
    outline: none !important;
	box-shadow: none !important;border-color: #f6be00;
}

.select-box select option:hover,
.select-box select option:active,
.select-box select option:focus,
.select-menu select option:hover,
.select-menu select option:active,
.select-menu select option:focus {
background: #f6be00;
}



.select-box:before,
.select-menu:before {
    content: "";
    font-family: "octopios";
    font-size: 9px;

    line-height: 1;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);z-index: 2;
}
.select-box option {
    font-size: 14px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }
    select:focus::-ms-value {
        background: transparent;
        color: currentColor;
    }
}
.input-wrapper input {
    flex: 1;
    min-width: 40px;
    font-size: 14px;

    border-width: 1px 0 1px 1px;border: none;
}
.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 67.5rem;
    width: 100%;background: #fff;
}
.input-wrapper-inline .btn {
    line-height: 1;
}
.input-wrapper-rounded .form-control {
    border-radius: 0.4rem;
}
.input-wrapper-round .form-control {
    position: relative;
    border-radius: 3rem;
}
.input-wrapper-round .btn {
    border-radius: 3rem;
    line-height: 1;
}
.input-wrapper-round .form-control {
    border-radius: 3rem 0 0 3rem;
}
.input-wrapper-round .btn {
    border-radius: 0 3rem 3rem 0;
}
.input-group {
    display: inline-flex;
    height: 4.4rem;
    position: relative;
    width: 100%;
}
.input-group .form-control {
    flex: 1;
    font-size: 1.3rem;
    padding: 0 1.4rem 0 1.8rem;
    height: inherit;
    min-height: auto;
    max-width: 100%;
    -webkit-appearance: textfield;
    border: solid #ccc;
    border-width: 1px;
    color: #666;
}
.input-group .form-control:focus::-webkit-inner-spin-button,
.input-group .form-control:focus::-webkit-outer-spin-button,
.input-group .form-control:hover::-webkit-inner-spin-button,
.input-group .form-control:hover::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.input-group button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    padding: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0 !important;
    background-color: #eee;
    color: #666;
    font-size: 14px;
    border: none;
}
.input-group button + button {
    margin-right: 3.3rem;
}
.input-group button:hover {
    cursor: pointer;
}
.custom-radio {
    position: relative;
}
.custom-radio .custom-control-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.custom-radio .custom-control-label {
    padding-left: 3rem;
}
.custom-radio .custom-control-label:after {
    content: "";
    position: absolute;
    display: inline-flex;
    align-items: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid;
    border-radius: 2px;
    color: #999;
    font-family: "FontAwesome"; font-weight: 300;
    font-size: 1rem;

    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s, content 0.3s, border 0.3s;
}
.custom-radio .custom-control-label.round:after {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    content: "";
    background-color: #f6be00;
    color: #fff;
    border: 2px solid #f6be00;
    padding-left: 2px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label.color-dark:after {
    background-color: #11111f;
    border-color: #11111f;
}
.custom-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
}
.custom-checkbox + label {
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
}
.custom-checkbox + label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-checkbox + label:before {
        line-height: 14px;
    }
}
.custom-checkbox.checked + label:before,
.custom-checkbox:checked + label:before {
    content: "";
    border-color: #222;
    background: #222;
    color: #fff;
    font-size: 9px;

    font-family: "FontAwesome"; font-weight: 300;
    text-align: center;
}
.btn-absolute input.form-control {
    width: 100%;
    padding-left: 2rem;
    color: #999;
    font-size: 14px;
}
.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 4.4rem;
    right: 0;
    font-size: 1.3rem;
}
.btn-absolute .btn:hover {
    color: #f6be00;
}
.user-icon {
    display: block;
    padding-bottom: 2px;
}
.user-icon:after,
.user-icon:before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.user-icon:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 1px;
    border: 1px solid #11111f;
    box-shadow: 0px 0px 1px #11111f , 0px 0px 1px #11111f , 0px 0px 2px #11111f , 0px 0px 1px #11111f , 0px 0px 2px #11111f;
}
.user-icon:after {
    width: 22px;
    height: 12px;
    border-radius: 7px 7px 0 0;
    border: 1px solid #11111f;
    box-shadow: 0px 0px 2px #11111f , 0px 0px 1px #11111f , 0px 0px 1px #11111f , 0px 0px 1px #11111f , 0px 0px 1px #11111f;
}
.minicart-icon {
    position: relative;
    height: 2.167em;
    text-align: center;
}
.minicart-icon:after,
.minicart-icon:before {
    border: solid 2px;
    border-color: #11111f;
}
.minicart-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.3em;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    width: 1.32em;
    height: 1.2em;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}
.minicart-icon:after {
    content: "";
    display: inline-block;
    width: 29px;
    height: 24px;
    background-color: transparent;
    border-radius: 0 0 5px 5px;
    transform: scale(0.8);
    margin-top: 1px;
}
.menu-icon {
    display: inline-block;
    color: #fff;
    width: 1.7rem;
}
.menu-icon:after,
.menu-icon:before {
    display: block;
    content: "";
    width: 100%;
}
.menu-icon:before {
    height: 6px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.menu-icon:after {
    height: 4px;
    border-bottom: 2px solid;
}
.icon-angle-left:before {
    content: "";
}
.icon-angle-right:before {
    content: "";
}
.icon-angle-left,
.icon-angle-right {
    font-family: "octopios";
    font-style: normal;
}
.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    transform: rotateZ(45deg);
}
.close-icon:after,
.close-icon:before {
    display: block;
    position: absolute;
    background-color: #ccc;
    content: "";
}
.close-icon:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.close-icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.icon-box .icon-box-title {
    font-size: 14px;
    text-transform: capitalize;

    margin-bottom: 0.4rem;
}
.icon-box p {
    font-size: 1.3rem;
    word-break: break-word;
    margin: 0;
    line-height: 1.2;
    color: #666;
}
.icon-box .icon-box-content {
    text-align: center;
}
.icon-box.text-center .icon-box-icon {
    margin-bottom: 1.6rem;
}
.icon-box.text-center .icon-box-icon.icon-bag {
    margin-bottom: 1.8rem;
}
.icon-box.text-center .icon-box-icon.icon-money {
    margin: 0.1rem 0 2.2rem;
}
.icon-box.text-center .icon-box-icon.icon-chat {
    margin-bottom: 1.2rem;
}
.icon-box.icon-box-lg .icon-box-title {
    font-size: 1.8rem;
}
.icon-box.icon-colored-circle .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #f6be00;
    color: #fff;
    margin-bottom: 2rem;
}
.icon-box-icon {
    display: inline-block;
    margin-bottom: 1.4rem;
}
.icon-box-primary .icon-box-icon i {
    color: #f6be00;
}
.icon-box-secondary .icon-box-icon i {
    color: #f6be00;
}
.icon-box-white .icon-box-icon svg {
    fill: #fff;
}
.icon-box-white .icon-box-icon i {
    color: #fff;
}
.icon-box-light .icon-box-icon svg {
    fill: #999;
}
.icon-box-icon i {
    font-size: 2.9rem;
    font-weight: 300;
    line-height: 1;
}
.icon-box-icon i.w-icon-truck {
    font-size: 3.9rem;
}
.icon-box-icon i.w-icon-bag {
    font-size: 3.7rem;
}
.icon-box-icon i.w-icon-money {
    font-size: 3.2rem;
}
.icon-box-icon i.w-icon-chat {
    font-size: 4.4rem;
}
.icon-box-lg .icon-box-icon i {
    font-size: 6rem;
}
.icon-box.icon-box-secondary .icon-box-icon i {
    font-size: 3rem;
}
.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box-side .icon-box-content {
    text-align: start;
}
.icon-box-side .icon-box-content p {
    line-height: 1;
}
.icon-box-side .icon-box-icon {
    margin-right: 1.5rem;
    margin-bottom: 0;
}
.icon-box-side i {
    display: inline-block;
    vertical-align: middle;
}
.icon-border-circle .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.circle-icon-section {
    margin: 0.7rem 0 5.7rem;
    padding: 5.7rem 0 3.2rem;
    background-color: #f8f8f8;
}
.circle-icon-section .iconbox-wrap {
    margin-bottom: 4.9rem;
}
.icon-box.icon-border-box {
    border: 1px solid #eeeeee;
    padding: 4rem 1rem 3.4rem;
    transition: box-shadow 0.4s;
    border-radius: 0.5rem;
}
.icon-box.icon-border-box .icon-box-icon {
    margin-bottom: 2.5rem;
}
.icon-box.icon-border-box .icon-box-title {
    margin-bottom: 0.7rem;
}
.icon-box.icon-border-box p {
    margin-bottom: 1.6rem;
    line-height: 1.9;
}
.icon-box.icon-border-box a {
    color: #f6be00;

    font-size: 14px;
}
.icon-box.icon-border-box a i {
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 0;
}
.icon-box.icon-border-box:hover {
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
}
.iconbox-boxed-section .row {
    margin: 0 -3rem;
}
.iconbox-boxed-section .row > * {
    padding: 0 3rem;
}
.iconbox-boxed-section .shadow-swiper {
    overflow-y: auto;
    padding: 4rem;
    margin: -4rem;
}
@media (max-width: 1320px) {
    .iconbox-boxed-section .shadow-swiper {
        padding: 4rem 2rem;
        margin: -4rem -2rem;
    }
}
@media (min-width: 768px) {
    .icon-box-side.icon-box-money {
        margin-top: 0.2rem;
    }
    .icon-box-side.icon-box-chat {
        margin-top: -0.3rem;
    }
}
@media (max-width: 767px) {
    .icon-box-side {
        flex-direction: column;
    }
    .icon-box-side .icon-box-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .icon-box-side .icon-box-content {
        text-align: center;
    }
    .icon-box-side.icon-box-money {
        margin-top: 0.6rem;
    }
    .icon-box-side.icon-box-chat .icon-box-icon {
        margin-bottom: 0.4rem;
    }
}
.overlay-dark .banner,
.overlay-dark figure,
.overlay-light .banner,
.overlay-light figure {
    position: relative;
}
.overlay-dark.banner:after,
.overlay-dark figure:after,
.overlay-dark figure > a:after,
.overlay-light.banner:after,
.overlay-light figure:after,
.overlay-light figure > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #11111f;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s;
}
.overlay-dark.banner:hover:after,
.overlay-dark:hover figure:after,
.overlay-dark:hover figure > a:after,
.overlay-light.banner:hover:after,
.overlay-light:hover figure:after,
.overlay-light:hover figure > a:after {
    opacity: 0.1;
}
.overlay-dark.banner-fixed:after,
.overlay-dark.post > figure:after,
.overlay-light.banner-fixed:after,
.overlay-light.post > figure:after {
    content: none;
}
.overlay-dark.post > figure > a:after,
.overlay-light.post > figure > a:after {
    z-index: 1;
}
.banner.overlay-light:after,
.overlay-light figure:after {
    background: #ccc;
}
.overlay-zoom {
    overflow: hidden;
}
.overlay-zoom img {
    transition: transform 0.35s;
}
.overlay-zoom:hover img {
    transform: scale(1.08);
}
.overlay-rotate {
    overflow: hidden;
}
.overlay-rotate img {
    transition: transform 0.35s;
}
.overlay-rotate:hover {
    transform: rotateZ(3deg) scale(1.08);
}
.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.025em;
}
.pagination > * {
    font-size: 14px;
}
.pagination a {
    color: inherit;
}
.pagination .next,
.pagination .prev {
    height: 4rem;
    min-width: 8rem;
    padding: 1.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}
.pagination .next.disabled,
.pagination .prev.disabled {
    color: #aaa;
}
.pagination .prev {
    margin-right: 0.5rem;
}
.pagination .prev i {
    margin-right: 0.5rem;
}
.pagination .next i {
    margin-left: 0.5rem;
}
.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    background-color: transparent;
    border: 1px solid transparent;
    transition: background-color 0.4s, border 0.4s, color 0.4s;
    line-height: 1;
	color:#000;
}
.active:not(.disabled) > .page-link,
:hover:not(.disabled) > .page-link {
    background-color: transparent;
    border-color: #eee;
    color: #f6be00;
    border-radius: 0.3rem;
}
.page-item:not(:last-child) {
    margin-right: 0.5rem;
}
.page-item-dots {
    white-space: nowrap;
}
.page-item-dots:before {
    content: "...";
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;

    margin-right: 0.1rem;
    margin-top: -6px;
}
.product {
    position: relative;
    color: #020101;
    transition: box-shadow 0.3s, opacity 0.3s;
}
.product:hover .product-action,
.product:hover .product-action-horizontal,
.product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
}
.product:hover .product-action-horizontal {
    bottom: 1.5rem;
}
.product .product-price {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
background: #fff;
}
.product-media img {
    display: block;
    max-width: 100%;   width: 100%;
    transition: opacity 0.4s;
}


/*
.deals-slider-sss .product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
	height: 200px;
display: grid;
align-items: center;
background: #fff;
}

.deals-slider-sss .product-media img {
    display: block;
    max-width: 100%;
height:200px;
    transition: opacity 0.4s;
}




.tap-filhome .product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
	height: 230px;
display: grid;
align-items: center;
background: #fff;
}
.tap-filhome .product-media img {
    display: block;
    max-width: 100%;
height:230px;
    transition: opacity 0.4s;
}



.home-page-trade .product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
	height: 230px;
display: grid;
align-items: center;
}
.home-page-trade .product-media img {
    display: block;
    max-width: 100%;
	
height:230px;
    transition: opacity 0.4s;
}
*/





.product-media img:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.product-media img:first-child {
    position: relative;
    opacity: 1;
}
.product-media:hover img:last-child {
    opacity: 1;
}
.product-label-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 2rem;
    top: 2rem;
    max-width: 11rem;
    z-index: 1;
}
.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.2em;
    
    color: #fff;
    line-height: 1;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}
.product-label.label-new {
    background: #f6be00;
    padding: 0.6rem 1rem;
}
.product-label.label-discount {
    background: #f60000;
}
.product-label.label-hot {
    background: #799b5a;
}
.product-sales-wrapper {
    position: relative;
    margin-bottom: 1.4rem;
}
.product-sales-wrapper .progress-bar {
    height: 1rem;
    background: #eee;
    margin-bottom: 0.7rem;
}
.product-sales-wrapper .product-sales-count {
    color: #666;
    font-size: 1.3rem;
}
.product-sales-wrapper .product-sales-count mark {
    background-color: transparent;
    color: inherit;
}
.btn-product {
display: flex;
align-items: center;
justify-content: center;
padding: 12px 0;
line-height: 1.2;
background-color: #f6be00;
color: #fff;
font-size: 1.4em;
text-transform: capitalize;
transition: opacity 0.3s;
flex: 1;
}
.btn-product:active,
.btn-product:hover {
    color: #fff;
}
.btn-product.btn-link {
    display: inline-block;

    font-size: 1.3rem;
    line-height: 1.6;
    flex: none;
    background-color: transparent;
    padding: 0;
}
.btn-product.btn-link:after {
    margin-top: 0;
}
.btn-product.btn-sm {
    padding: 0.693em 0;
}
.btn-wishlist {
    line-height: 1;
}
.btn-wishlist i:before {
    margin: 0;
}
.btn-cart {

}
.btn-cart.btn-link {
    color: #f6be00;
}
.btn-cart.btn-link:active,
.btn-cart.btn-link:hover {
    color: #f6be00;
}
.btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}
.btn-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 3.5rem;
    overflow: hidden;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
}
.btn-product-icon:active,
.btn-product-icon:hover {
    border-color: #f6be00;
    color: #fff;
    background-color: #f6be00;
}/*
.btn-product-icon.btn-cart,
.btn-product-icon.btn-quickview {
    font-size: 1.6em;
}
.btn-product-icon.btn-compare {
    font-size: 2em;
}*/
.product-action-vertical .btn-product-icon {
    border-radius: 50%;
}
.btn-product-icon.btn-cart {
    margin-bottom: 0.2rem;
}
.btn-product-icon.loading {
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-product-icon.loading:before {
    opacity: 0.4;
}
.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;

    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
    opacity: 0;
    visibility: hidden;
}
.product-action-vertical {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
}
.product-action-horizontal {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    background-color: #fff;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 166px;
    max-width: 80%;
    border-radius: 3px;
    padding: 5px;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}
.product-action-horizontal .btn-product-icon {
    margin-bottom: 0;
    border: none;
    color: #11111f;
}
/*
.product-action-horizontal .btn-product-icon.btn-wishlist {
    font-size: 1.7em;
}*/
.product-action-horizontal .btn-product-icon.btn-compare {
    font-size: 1.9em;
}

.product-action-horizontal .btn-product-icon:active,
.product-action-horizontal .btn-product-icon:focus,
.product-action-horizontal .btn-product-icon:hover,
.product-hidden-details .btn-product-icon:active,
.product-hidden-details .btn-product-icon:focus,
.product-hidden-details .btn-product-icon:hover,
.product-list .product-details .btn-product-icon:active,
.product-list .product-details .btn-product-icon:focus,
.product-list .product-details .btn-product-icon:hover {
    background-color: transparent;
    color: #f6be00;
}
.product-details {
    position: relative;
    padding: 10px;
    transition: box-shadow 0.3s;
	width: 100%;
}
.product-details > .btn-wishlist {
    position: absolute;
    top: 1.7rem;
    right: 0;
    color: #999999;
    font-size: 1.8em;
    z-index: 1;
}
.product-details > .btn-wishlist.loading {
    right: 1.8rem;
}
.product-details > .btn-wishlist.loading:after {
    left: 0.9rem;
    top: 0.9rem;
}
.product-details > .btn-wishlist:hover {
    color: #f6be00;
}
.product-details > .btn-wishlist:hover i {
    transform: rotateY(180deg);
}
.product-hidden-details .product-action {
    position: relative;
    visibility: hidden;
    opacity: 0;
}
.product-hidden-details .product-action .btn-wishlist {
    position: static;
}
.product-hidden-details .btn-cart {
    flex: 1;
    min-width: 9.5rem;
    max-width: 12.3rem;
    height: 3.5rem;
    padding: 0.92em 0;
    font-size: 1.3rem;

    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    z-index: 1;
    background-color: #454545;
    border-radius: 0.3rem;
}
.product-hidden-details .btn-cart:hover {
    background-color: #f6be00;
    border-color: #f6be00;
}
.product-hidden-details .btn-cart i {
    margin: 0;
    display: none;
}
.product-hidden-details .btn-product-icon {
    visibility: hidden;
    opacity: 0;
}
.product-hidden-details .btn-product-icon,
.product-list .product-details .btn-product-icon {
    width: 3rem;
    height: 3.5rem;
    margin: 0 0 0 1rem;
    border: none;
    color: #11111f;
    text-align: center;
}
.product-hidden-details .btn-product-icon.btn-compare,
.product-list .product-details .btn-product-icon.btn-compare {
    margin-left: 0.8rem;
}
.product-hidden-details .btn-wishlist,
.product-list .btn-wishlist {
    font-size: 1.8rem;
}
.product-hidden-details .btn-compare,
.product-list .btn-compare {
    font-size: 2rem;
}
.product-name {
    margin-bottom: 0.7rem;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;white-space: nowrap;
    text-overflow: ellipsis;text-transform: capitalize;
}
.product-name a {
    color: inherit;
}
.product-name a:hover {
    color: #f6be00;
}
.product-cat {
    margin-bottom: 0.5rem;

    color: #f6be00;
    line-height: 1;
    text-transform: uppercase;
}
.product-cat a {
    display: inline-block;
    color: inherit;
}
.product-cat a:hover {
    color: #f6be00;
}
.product-variations {
    display: flex;
    justify-content: center;
}
.product-variations > a {
    border: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.3rem;
    transition: border-color 0.3s;
}
.product-variations > a:not(:last-child) {
    margin-right: 0.8rem;
}
.product-variations > a:not(.color).active,
.product-variations > a:not(.color):hover {
    border: 1px solid #f6be00;
}
.ratings-container {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.3rem;
    font-size: 14px;
}
.ratings,
.ratings-full {
    position: relative;
    font-family: "octopios";
    letter-spacing: 0.2em;
}
.ratings-full {
    cursor: pointer;
    margin-right: 0.5rem;
}
.ratings-full:before {
    content: "" "" "" "" "";
    color: rgba(0, 0, 0, 0.16);
    white-space: nowrap;
}
.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}
.ratings:before {
    content: "" "" "" "" "";
    color: #f93;
}
.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 14px;
    color: #aaa;display: none;
}
.rating-reviews:hover {
    color: #f6be00;
}
.product-price {
    align-items: baseline;
    font-size: 1.6rem;


    line-height: 1.6;
    transition: visibility 0.4s, opacity 0.4s;
}
.product-price .old-price {
    font-weight: 400;
    color: #aaa;
}
.product-price .new-price {
    color: #11111f;
    text-decoration: none;
}
.product-price .new-price:not(:last-child) {
    margin-right: 1rem;
}
.product-price:not(:last-child) {
    margin-bottom: 0.9rem;
}
.sold-by {
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #666;
}
.sold-by a {
    color: #f6be00;
}
.product-wrap {
    margin-bottom: 2rem;
}
.product-simple:hover .product-price {
    visibility: hidden;
    opacity: 0;
}
.product-slideup-content {
    overflow: hidden;
}
.product-slideup-content .product-hidden-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 1.5rem;
    transform: translateY(0);
    transition: transform 0.3s;
    background-color: #fff;
}
.product-slideup-content .product-details {
    background-color: #fff;
    transition: transform 0.3s;
}
.product-slideup-content .btn-wishlist {
    transform: translateX(-150%);
}
.product-slideup-content .btn-compare {
    transform: translateX(-300%);
}
.product-slideup-content:hover .product-details,
.product-slideup-content:hover .product-hidden-details {
    transform: translateY(-50px);
}
.product-slideup-content:hover .btn-product-icon {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.product-image-gap {
    padding: 0.9rem;
    border: 1px solid #eee;
    background-color: #fff;
}
.product-image-gap .product-details {
    padding: 1.8rem 1rem 1rem;
}
.product-image-gap.product-classic .product-action {
    left: 0;
    bottom: 0;
}
.product-image-gap:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
.product-widget {
    display: flex;
    align-items: center;
}
.product-widget .product-name {
    font-size: 1.3rem;
    white-space: normal;
    line-height: 1.45;
    margin-bottom: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;

    overflow: hidden;
}
.product-widget {
    padding: 1rem 0;
}
.product-widget .product-media {
    flex: 0 0 11rem;
    margin: 0 1rem 0 0;
    max-width: 11rem;
    padding: 0 1rem 0 0;
}
.product-widget .product-details {
    padding: 0 1rem 0 0;
}
.product-widget .product-name {
    margin-bottom: 0.7rem;
    color: #666;
}
.product-widget .product-price {
    font-size: 1.5rem;
}
.sidebar .product-widget {
    padding: 1rem 0;
}
.sidebar .product-widget .product-media {
    flex: 0 0 35.73%;
    max-width: 35.73%;
    min-width: 33.33%;
    padding: 0;
}


.sidebar .product-widget .product-media img {
	max-height: 90px;
}

.sidebar .product-widget .product-name {
    margin-bottom: 0.6rem;
    color: #11111f;
}
.sidebar .product-widget .ratings-container {
    margin-bottom: 0.5rem;
}
.product.text-center .ratings-container {
    text-align: start;
}
.product.text-center .product-action,
.product.text-center .ratings-container {
    justify-content: center;
}
.product .product-pa-wrapper {
    position: relative;
    display: inline-flex;
}
.product .product-pa-wrapper .product-price {
    margin-bottom: 0;
}
.product .product-pa-wrapper .product-action {
    bottom: -1rem;
}
.product .product-pa-wrapper .load-more-overlay.loading:after {
    top: 0;
}
.product:hover .product-pa-wrapper .product-action {
    bottom: 0;
}
.product-list {
    display: flex;
    align-items: center;
	padding: 10px;
	margin-bottom: 10px;
}
.product-list .product-media {
flex: 0 0 16rem;
max-width: 26rem;
margin-right: 2rem;
}




.product-list .product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
	height: 160px;
display: grid;
align-items: center;background: #fff;
justify-content: center;
}
.product-list .product-media img {
    display: block;
    max-width: 100%;
	
max-height: 160px;
    transition: opacity 0.4s;
}




.shop-trade .product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
	height: 218px;
display: grid;
align-items: center;background: #fff;
justify-content: center;
}
.shop-trade .product-media img {
    display: block;
    max-width: 100%;
	
	height: 218px;
    transition: opacity 0.4s;
}


.product-list .product-details {
  padding: 0;
display: grid;
align-items: center;
height: 100%;
}
.product-list .product-name {
    font-size: 15px;

    margin-bottom: 0.5rem;
}
.product-list .ratings-container {
    margin-bottom: 0.9rem;
}
.product-list .product-price {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
}
.product-list .product-action {
    position: relative;
    visibility: visible;
    opacity: 1;gap: 10px;
}
.product-list .product-desc {
    margin-bottom: 5px;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.9;
}
.product-list .product-desc li {
    position: relative;
    padding-left: 2rem;

}
.product-list .product-desc li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    content: "";
    font-family: "octopios";

}
.product-list .btn-product {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0.86em 0.5em;
    max-width: 230px;
	min-width:100px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #11111f;
    font-size: 14px;
    border-radius: 0.3rem;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.product-action .dropdown .btn-product i {
margin-left:5px;
}

/*
.product-action .dropdown .btn-product {
width:130px;
}*/

/*
.idi-boxs .product-list {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}

	*/



.product-list .btn-product:hover {
    background-color: #f6be00;
    border-color: #f6be00;
    color: #fff;
}
.product-list .btn-product i.w-icon-cart {
    margin: 0 0.8rem 0 0;
    font-size: 1.7rem;
}
.product-absolute:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s;
}
.product-absolute .product-name {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem;
    white-space: normal;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin-top: 1rem;
    transition: margin-top 0.3s, opacity 0.3s;
    opacity: 0;
    z-index: 1;
}
.product-absolute .product-name:hover a {
    text-decoration: underline;
}
.product-absolute:hover {
    box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
}
.product-absolute:hover:before {
    opacity: 1;
}
.product-absolute:hover .product-name {
    margin-top: 0;
    opacity: 1;
}
.product-absolute:hover .product-name a {
    color: #fff;
}
@media (max-width: 575px) {
    .product-list {
        display: block;
        margin-bottom: 2rem;
    }
    .product-list .product-media {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 2rem 0;
    }
}
@media (max-width: 479px) {
    .product:not(.product-list) {
        font-size: 0.8rem;
    }
    .product:not(.product-list) .btn-product-icon {
        width: 3rem;
        height: 3rem;
    }
    .product:not(.product-list) .product-label-group {
        top: 1rem;
        left: 1rem;
    }
    .product:not(.product-list) .product-action-vertical {
        top: 1rem;
        right: 1rem;
    }
    .product-hidden-details .btn-cart {
        max-width: 3.5rem;
        min-width: auto;
    }
    .product-hidden-details .btn-cart i {
        display: block;
    }
    .product-hidden-details .btn-cart span {
        display: none;
    }
}
.mfp-wrap {
    z-index: 2500;
}
.mfp-bg {
    z-index: 2500;
    background: #000;
    opacity: 0.4;
    transition: opactiy 0.3s ease-out;
}
.mfp-bg.mfp-ready.mfp-fade {
    opacity: 0.4;
}
.mfp-bg.mfp-remove {
    opacity: 0;
}
.mfp-container {
    padding: 4rem 2rem;
}
.mfp-content > * {
    position: relative;
    margin: auto;
    background: #fff;
    opacity: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.mfp-ready .mfp-content > * {
    opacity: 1;
}
.mfp-remove .mfp-content > * {
    opacity: 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "octopios";
    border: 0;
    opacity: 0.5;
    right: 10%;
    left: auto;
    transition: opacity 0.3s;
}
.pswp__ui > button:before {
    background: transparent;
    position: static;
}
.pswp__ui > button:hover {
    opacity: 1;
}
.pswp__button--arrow--right:before {
    content: "";
}
.pswp__button--arrow--left {
    left: 10%;
    right: auto;
}
.pswp__button--arrow--left:before {
    content: "";
}
.pswp {
    z-index: 3010;
}
.pswp .pswp__bg {
    background-color: rgba(0, 0, 0, 0.7);
}
.pswp__scroll-wrap {
    transform: scale(0.5);
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}
.pswp__caption,
.pswp__top-bar {
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1), background-color 0.3s 0.5s;
}
.pswp:not(.pswp--animated-in) .pswp__caption,
.pswp:not(.pswp--animated-in) .pswp__top-bar {
    background-color: transparent;
}
.pswp--visible .pswp__scroll-wrap {
    transform: none;
    opacity: 1;
}
.pswp__img {
    border-radius: 3px;
}
.pswp__img--placeholder--blank {
    background-color: #f2f3f5;
}
.pswp__caption {
    min-height: auto;
}
.pswp__caption__center {
    text-align: center;
}
.pswp__counter {
    left: 0;
}
.pswp__button {
    float: right;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
    color: #fff;
    border-radius: 50%;
    font-size: 1.6rem;

    font-family: "FontAwesome"; font-weight: 300;
    text-align: center;
    opacity: 0.5;
    right: 10%;
    left: auto;
    transition: opacity 0.3s;
    border: 2px solid;
}
.pswp__ui > button:before {
    background: transparent;
    position: static;
}
.pswp__ui > button:hover {
    opacity: 1;
}
.pswp__button--arrow--right:before {
    content: "";
}
.pswp__button--arrow--left {
    left: 10%;
    right: auto;
}
.pswp__button--arrow--left:before {
    content: "";
}



.cnt223 {
position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: space-around;
  top: -20px;
left: 0;
z-index: 12;

opacity:0;
visibility: hidden;
 transition: all ease-in-out 0.4s;

}

.cnt-layer {
background: #000c;
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
}

.show-news {
  top: 0px;
opacity: 1;
visibility: visible;
}


.newsletter-popup {
    display: flex;
    max-width: 78rem;
    padding: 8.1rem 4.8rem;
    margin: auto;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    background-image: url(../images/newsletter-1.jpg);
	width: 700px;
max-width: 100%;
position: relative;
cursor: pointer;
}
.newsletter-popup .popup-media {
    margin-bottom: 1.7rem;
}
.newsletter-popup h4 {
    margin-bottom: 0.4rem;
    font-size: 2rem;
}
.newsletter-popup h4 span {
    display: inline-block;
    margin-left: 0.4rem;

}
.newsletter-popup h2 {
    margin-bottom: 1.1rem;

    font-size: 2.8rem;
    line-height: 1.2;

}
.newsletter-popup p {
    margin-bottom: 2.3rem;
    line-height: 1.75;
}
.newsletter-popup .input-wrapper-inline {
    max-width: 34rem;
    margin-bottom: 3rem;
}
.newsletter-popup .input-wrapper-inline .form-control {
    min-height: 4.4rem;
    border-color: #ccc;
    color: #666;
}
.newsletter-popup .input-wrapper-inline .btn {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
}
.newsletter-popup label {
    padding-left: 2.7rem;
}
.newsletter-popup label:before {
    border-color: #999;
}
.newsletter-content {
    max-width: 36rem;
}
.mfp-product .mfp-container {
    padding: 4rem 3rem 2rem;
}
.mfp-product .mfp-content {
    max-width: 88rem;
    margin: auto;
}
.mfp-product .product-popup {
    display: block;
    margin-bottom: 3rem;
    padding: 2rem;
}
.mfp-product .product-details {
    overflow-x: hidden;
    overflow-y: auto;
}
body .product-popup {
    padding: 20px;
max-width: 92rem;
margin:30px auto;
background: #fff;
position: relative;

}

.product-popup .btn-close {
	position:absolute;
	right:0;
	top:-25px;
	background: none;
color: #fff;
font-size: 14px;
}


.login-popup {
    max-width: 50rem;
    padding: 3.3rem 5rem 2.6rem;
}
.login-popup .nav.nav-tabs .nav-item {
    width: calc(50% - 0.5rem);
    margin: 0;
}
.login-popup .nav.nav-tabs .nav-item:first-child {
    margin-right: 1rem;
}
.login-popup .nav-item .nav-link {
    padding: 1.3rem 0;
    font-size: 1.6rem;border: none;
	border-bottom: 1px solid #eee;

}
.login-popup .nav-item .nav-link:after {
    border-top-width: 2px;
    transform: none;
}
.login-popup .tab-pane {
    padding-top: 3.3rem;
    padding-bottom: 2.6rem;
}
.login-popup .tab-pane a:not(.btn):hover {
    text-decoration: underline;
}
.login-popup #sign-in {
    font-size: 14px;
}
.login-popup .form-group {
    margin-bottom: 5px;
}
.login-popup .form-group label {
    display: block;
    margin-bottom: 0.5rem;
}
.login-popup .form-control {
    min-height: 4.4rem;
}
.login-popup .form-checkbox {
    margin-top: 2.2rem;
    margin-bottom: 2.3rem;
}
.login-popup .form-checkbox a {
    font-size: 14px;
    color: #a94442;
}
.login-popup .btn {
    display: block;
    padding-top: 0.79em;
    padding-bottom: 0.79em;
}
.login-popup p {
    margin-bottom: 1.9rem;
}
.login-popup #sign-up p {
    margin-bottom: 2.1rem;
    line-height: 1.84;
}
.login-popup .social-icon {
    margin-right: 0.8rem;
}
@media (min-width: 768px) {
    .product-popup .product-details {
        /*position: absolute;*/
        overflow-y: auto;
        /*top: 0;
        left: 2rem;*/
        width: calc(100% - 3rem);
        height: 100%;
    }
}
.mfp-close {
    width: 18px;
    height: 18px;
    transform: rotateZ(45deg) scale(1);
    top: -2.7rem;
    right: 0;
    left: auto;
    opacity: 1;
    transition: transform 0.3s;
}
.mfp-close span {
    display: none;
}
.mfp-close:active {
    top: -2.7rem;
}
.mfp-close:after,
.mfp-close:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    background-color: #fff;
}
.mfp-close:after {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
}
.mfp-close:hover {
    transform: rotateZ(135deg) scale(1.5);
}
.mfp-ready.mfp-zoom-popup .mfp-content {
    transform: scale(1);
}
.mfp-removing.mfp-zoom-popup .mfp-content,
.mfp-zoom-popup .mfp-content {
    transition: 0.4s ease-in-out;
    transform: scale(0.8);
}
.mfp-ready.mfp-fadein-popup .mfp-content {
    animation-duration: 0.4s;
    animation-name: fadeIn;
}
.mfp-fadein-popup .mfp-content,
.mfp-removing.mfp-fadein-popup .mfp-content {
    animation-duration: 0.4s;
    animation-name: fadeOut;
}
.mfp-video-popup .mfp-content {
    max-width: 100rem;
}
.mfp-video-popup video {
    width: 100%;
}
.mfp-video-popup .mfp-close {
    top: 2rem;
    right: 2rem;
}
@media (min-width: 768px) {
    .mfp-product .product-popup {
        padding: 3rem;
    }
    .mfp-product .product-popup .product-form-group {
        display: block;
    }
    .mfp-product .product-popup .action-group {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .newsletter-popup {
        max-width: 40rem;
        min-height: 40rem;
        padding: 0rem 2rem;
        background-image: url(../images/newsletter-2.jpg);
        text-align: center;
        align-items: center;
    }
    .newsletter-popup .form-checkbox {
        justify-content: center;
    }
    .newsletter-popup .input-wrapper-inline {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 24rem;
    }
    .newsletter-popup .input-wrapper-inline .form-control {
        margin-bottom: 1rem;
        border-radius: 3rem;
        border-width: 1px;
    }
    .newsletter-popup .input-wrapper-inline .btn {
        border-radius: 3rem;
        width: 100%;
    }
}
@media (max-width: 479px) {
    .mfp-product .mfp-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .login-popup {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.product-nav {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
}
.product-nav .product-nav-next,
.product-nav .product-nav-prev {
    position: relative;
}
.product-nav .product-nav-next a,
.product-nav .product-nav-prev a {
    display: inline-block;
    padding: 1.1rem 0.4rem 1.3rem;
}
.product-nav .product-nav-next i {
    display: inline-block;
    border-radius: 50%;
    width: 2em;
    color: #666;
    border: 1px solid #eee;
    line-height: calc(2em - 2px);
    text-align: center;
    font-size: 1.3rem;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.product-nav .product-nav-prev i {
    display: inline-block;
    border-radius: 50%;
    width: 2em;
    color: #666;
    border: 1px solid #eee;
    line-height: calc(2em - 2px);
    text-align: center;
    font-size: 1.3rem;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.product-nav .product-nav-next:hover i,
.product-nav .product-nav-prev:hover i {
    border-color: #f6be00;
    background-color: #f6be00;
    color: #fff;
}
.product-nav .product-nav-next:hover .product-nav-popup,
.product-nav .product-nav-prev:hover .product-nav-popup {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.product-nav .product-nav-popup {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 30;
    width: 120px;
    padding: 0 5px 9px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top;
    transition: opacity 0.3s, transform 0.3s;
}
.product-nav .product-nav-popup img {
    position: relative;
    width: 100%;
    padding-top: 5px;
    background-color: #fff;
}
.product-nav .product-nav-popup:before {
    content: "";
    position: absolute;
    top: -0.8rem;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(45deg);
    background-color: #fff;
    box-shadow: inherit;
}
.product-nav .product-nav-prev .product-nav-popup {
    right: -3.4rem;
}
.product-nav .product-nav-prev .product-nav-popup:before {
    right: 4.2rem;
}
.product-nav .product-nav-next .product-nav-popup {
    right: 0;
}
.product-nav .product-name {
    position: relative;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 1.1rem 0 0;
    margin: 0;
    background: inherit;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.product-single-swiper,
.product-thumbs-wrap {
    flex-basis: 100%;
    max-width: 100%;
}
.product-single-swiper img {
    display: block;
	max-height: 455px;
}
.product-single-swiper .swiper-button-next,
.product-single-swiper .swiper-button-prev {
    background-color: transparent;
    border: 0;
    font-size: 2rem;
}
.product-image {
    position: relative;
    overflow: hidden;
}
.product-thumbs-wrap {
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
}
.product-thumbs-wrap img {
    display: block;
    width: 100%;
}
.product-thumbs-wrap .swiper-button-next,
.product-thumbs-wrap .swiper-button-prev,
.product-thumbs-wrap button {
    bottom: 0;
    top: unset;
    width: 2rem;
    height: 100%;
    background-color: #fff;
    border: none;
    color: #999;
    font-size: 1.8rem;

    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}
.product-thumbs-wrap .swiper-button-prev {
    left: 0;
    transform: translateX(-100%);
}
.product-thumbs-wrap .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
.product-thumbs-wrap .swiper-button-disabled {
    opacity: 0;
}
.product-thumbs-wrap:hover .swiper-button-next:not(.swiper-button-disabled),
.product-thumbs-wrap:hover .swiper-button-prev:not(.swiper-button-disabled) {
    opacity: 0.9;
    transform: none;
}
.product-thumb:before,
.product-thumbs-wrap button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.product-thumbs {
    display: flex;
}
.product-gallery:not(.product-gallery-vertical) .swiper-slide img {
    width: 100%;
}
.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) {
    flex-wrap: nowrap;
}
.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) .product-thumb {
    margin: 0;
}
.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) .product-thumb:before {
    content: none;
}
.product-thumb {
    position: relative;
    cursor: pointer;
}
.product-thumb:before {
    content: "";
    transition: border-color 0.3s;
    border: 1px solid transparent;
}
.product-thumb.active:before {
    border-color: #f6be00;
}
.swiper-slide-thumb-active:before {
    border-color: #f6be00;
}
.rating-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}
.rating-form label {
    font-size: 14px;
}
.rating-stars {
    display: flex;
    position: relative;
    height: 14px;
    font-size: 14px;
    margin-left: 1rem;
}
.rating-stars a {
    color: #11111f;
    text-indent: -9999px;
    letter-spacing: 1px;
    width: 1.4rem;
}
.rating-stars a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 14px;
    line-height: 1;
    font-family: "octopios";
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.2em;
}
.rating-stars a.active:before,
.rating-stars a:hover:before {
    content: "";
    color: #f6be00;
}
.rating-stars .star-1 {
    z-index: 10;
}
.rating-stars .star-2 {
    z-index: 9;
}
.rating-stars .star-3 {
    z-index: 8;
}
.rating-stars .star-4 {
    z-index: 7;
}
.rating-stars .star-5 {
    z-index: 6;
}
.rating-stars .star-1:before {
    width: 20%;
}
.rating-stars .star-2:before {
    width: 40%;
}
.rating-stars .star-3:before {
    width: 60%;
}
.rating-stars .star-4:before {
    width: 80%;
}
.rating-stars .star-5:before {
    content: "";
}
.stock {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 1;
}
.product-single {
    color: inherit;
}
.product-single .product-categories {
    margin-bottom: 1.1rem;
}
.product-single .product-details {
    padding: 0;
}
.product-single .product-title {
    margin-bottom: 0.9rem;
    font-size: 20px;

word-break: break-word;
    line-height: 1.6;
}
.product-single .product-title a {
    color: inherit;
}
.product-single .product-bm-wrapper {
    display: flex;
    align-items: center;
}
.product-single .brand {
    margin: 0 18px 15px 0;
    border: 1px solid #eee;
    border-radius: 0.5rem;
	height: 80px;
display: grid;
align-items: center;
max-width: 80px;
padding: 5px;
}

.product-single .brand img {
max-height:80px;
width: auto;
max-width: 100%;
}

.product-single .product-meta {
    margin-bottom: 1rem;
}
.product-single .product-divider {
    margin: 8px 0;
}
.product-single .social-icon {
    margin-right: 0.8rem;
}
.product-single .product-categories,
.product-single .product-sku {
    color: #666;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
}
.product-single .product-categories span,
.product-single .product-sku span {
    color: #999;
}
.product-single .product-categories span:not(:last-child):after,
.product-single .product-sku span:not(:last-child):after {
    content: ",";
    display: inline-block;
    vertical-align: middle;
}
.product-single .product-categories a,
.product-single .product-sku a {
    color: inherit;
}
.product-single .product-categories a:hover,
.product-single .product-sku a:hover {
    color: #f6be00;
}
.product-single .product-price {
    margin-bottom: 1.1rem;
    font-size: 24px;
    color: #11111f;

    line-height: 1.2;
}
.product-single .old-price {
    font-size: 2.4rem;
}
.product-single .ratings-container {
    margin-bottom: 1.6rem;
    font-size: 14px;
}
.product-single .ratings-full {

}
.product-single .ratings-full:before {
    color: rgba(0, 0, 0, 0.2);
}
.product-single .ratings:before {
    color: #f93;
}
.product-single .ratings,
.product-single .ratings-full {
    letter-spacing: 0.18em;
}
.product-single .rating-reviews {
    color: #999;
}
.product-single .product-short-desc {
    margin-bottom: 1.6rem;
    font-size: 1.3rem;
}
.product-single .product-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.product-single .product-form .product-size {
    flex: 0 0 18rem;
    max-width: 18rem;
}
.product-single .product-form select {
    border: 1px solid #ccc;
    color: #999;
    font-size: 1.3rem;
    max-width: none;
    width: 100%;
    padding: 0.88em 2rem;
}
.product-single .product-form label {
    display: block;
    max-width: 7.5rem;
    flex: 0 0 7.5rem;
    padding: 0.6rem 0;
    font-size: 14px;
    color: #11111f;
    line-height: 1;
}
.product-single .product-variations {
    justify-content: flex-start;
}
.product-single .product-variation-price {
    display: none;
    font-size: 2.4rem;

    color: #11111f;
    line-height: 1;
    margin-bottom: 1.2rem;
    padding-top: 2.8rem;
}
.product-single .product-color-swatch {
    margin-right: 4rem;
    margin-bottom: 2rem;
}
.product-single .product-color-swatch .color {
    display: block;
    text-align: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: none;
    margin-right: 0;
}
.product-single .product-color-swatch .color + .color {
    margin-left: 0.8rem;
}
.product-single .product-color-swatch .color:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome"; font-weight: 300;
    font-size: 14px;


    color: #fff;
    line-height: 2.2;
}
.product-single .product-color-swatch .color.active:before {
    content: "";
}
.product-single .product-size-swatch {
    margin-bottom: 2rem;
}
.product-single .product-size-swatch .size {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 0.6rem 0.8rem;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    transition: border-color 0.35s, color 0.35s;
}
.product-single .product-size-swatch .size.active,
.product-single .product-size-swatch .size:hover {
    border-color: #f6be00;
    color: #f6be00;
}
.product-single .product-image-swatch {
    margin-bottom: 2rem;
}
.product-single .product-image-swatch .image {
    margin-right: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    overflow: hidden;
    transition: border-color 0.3s;
}
.product-single .product-image-swatch .image img {
    width: 2.6rem;
    height: 2.6rem;
}
.product-single .product-image-swatch .image.active {
    border-color: #f6be00;
}
.product-single .btn-cart,
.product-single .btn-product-icon,
.product-single .quantity {
    border-radius: 3px;
}
.product-single .btn-cart {
    flex: 1;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    min-width: 14rem;
	
	
}
.product-single .btn-cart i {
    margin: 0 0.4rem 0.2rem 0;
    font-size: 1.7rem;
}
.product-single .btn-cart.disabled {
    background-color: #eee;
    border-color: #eee;
    color: #666;
    cursor: not-allowed;
}
.product-single .product-qty-form {
    display: flex;
    align-items: center;
    flex: 0 0 14rem;
    max-width: 12rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
}

.product-single .product-qty-form button {
	border-radius: 0 !important;
}

.product-single .social-links-wrapper {
    display: flex;
    flex-wrap: wrap;

}
.product-single .social-links-wrapper > * {
    margin-left: 2rem;
    margin-bottom: 1rem;
}


.product-single .social-links-wrapper .btn-product-icon {
    width: 1.8rem;
    height: auto;
    margin-right: 1.6rem;
    margin-bottom: 0;
    font-size: 1.8rem;
    border: none;
    color: #11111f;
    overflow: initial;
    background-color: transparent;
}
.product-single .social-links-wrapper .btn-product-icon.btn-compare {
    font-size: 2rem;
}
.product-single .social-links-wrapper .btn-product-icon:hover {
    background-color: transparent;
    color: #f6be00;
}
.product-single .social-links-wrapper .divider {
    width: 1px;
    height: 1.8rem;
    background: #e1e1e1;
    margin-top: 1rem;
}
.product-single .social-icons {
    flex-wrap: nowrap;
}
.product-single.product-grid .product-image-full {
    right: 2.5rem;
}
.product-single .product-variation-clean {
    display: none;
    font-size: 14px;
    background: #f4f4f4;
    padding: 0.3em 1em;
    color: #11111f;
    position: absolute;
    top: 100%;
    margin-top: 1rem;
    z-index: 1;
}
.product-thumbs-sticky .product-image-wrapper {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
}
.product-thumbs-sticky .product-thumbs-wrap {
    flex: 0 0 9rem;
    max-width: 9rem;
    margin-right: 1rem;
    margin-top: 0;
}
.product-thumbs-sticky .product-thumbs {
    transition: none;
}
.product-thumbs-sticky .product-image {
    margin-bottom: 2rem;
}
.product-gallery-vertical.product-thumbs-sticky .product-thumbs-wrap {
    order: -1;
}
.product-gallery-vertical.product-thumbs-sticky .product-thumbs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -1rem 0;
    max-width: 100%;
    bottom: auto;
}
.product-gallery-vertical.product-thumbs-sticky .product-thumb {
    margin: 1rem 0;
}
.single-product .nav-top > .swiper-button-prev {
    right: 0.5rem;
}
.single-product .nav-top > .swiper-button-next {
    right: 0.2rem;
}
.single-product .nav-top > .swiper-button-next,
.single-product .nav-top > .swiper-button-prev {
    width: 15px;
    top: -6.2rem;
    color: #666;
    font-size: 1.3rem;

}
.single-product .nav-top > .swiper-button-next:not(.swiper-button-disabled):hover,
.single-product .nav-top > .swiper-button-prev:not(.swiper-button-disabled):hover {
    color: #f6be00;
}
@media (min-width: 992px) {
    .product-gallery-vertical .product-thumbs-wrap:not(.swiper-container-initialized) .product-thumb {
        margin-bottom: 1rem;
    }
    .product-gallery-vertical .product-thumbs-wrap {
        order: -1;
        max-width: 9rem;
        margin: 0 1rem 0 0;
    }
    .product-gallery-vertical .product-thumbs-wrap:hover .swiper-button-next:not(.swiper-button-disabled),
    .product-gallery-vertical .product-thumbs-wrap:hover .swiper-button-prev:not(.swiper-button-disabled) {
        opacity: 0.9;
        transform: none;
    }
    .product-gallery-vertical .product-thumbs-wrap .swiper-button-next,
    .product-gallery-vertical .product-thumbs-wrap .swiper-button-prev {
        display: flex;
        margin-top: 0;
        width: 100%;
        height: 2.5rem;
    }
    .product-gallery-vertical .product-thumbs-wrap .swiper-button-prev {
        top: 0;
        transform: translateY(-100%);
    }
    .product-gallery-vertical .product-thumbs-wrap .swiper-button-prev:before {
        content: "";
    }
    .product-gallery-vertical .product-thumbs-wrap .swiper-button-next {
        bottom: 0;
        transform: translateY(100%);
    }
    .product-gallery-vertical .product-thumbs-wrap .swiper-button-next:before {
        content: "";
    }
    .product-gallery-vertical .product-single-swiper {
        max-width: calc(100% - 10rem);
    }
    .product-gallery-vertical .product-thumbs {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: 100%;
    }
    .product-gallery-vertical .product-thumb {
        padding: 0;
        height: auto;
    }
}
@media (max-width: 991px) {
    .product-single .product-form .product-size {
        flex: 0 0 14rem;
        max-width: 14rem;
    }
}
@media (min-width: 768px) {
    .product-single .product-details {
        padding: 0.2rem 0 0 1rem;
    }
}
@media (max-width: 479px) {
    .product-single:not(.product-popup) .product-qty-form {
        margin-right: 1rem;
    }
}
.progress-bar {
    background-color: #eee;
    margin-bottom: 1rem;
    height: 1rem;
    width: 100%;
}
.progress-bar span {
    display: block;
    height: 100%;
    background-color: #999;
}
.progress-bar.rounded {
    border-radius: 0.8rem;
}
.progress-bar.rounded span {
    border-radius: 0.8rem;
}
.progress-bar.progress-bar-sm {
    height: 0.8rem;
}
.progress-value mark {
    background: transparent;
}
.minipopup-area {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3000;
}
.minipopup-box {
    position: absolute;
    left: -8rem;
    width: 300px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s;
    z-index: 3000;
}
.minipopup-box.show {
    opacity: 1;
    left: 0;
}
.minipopup-box.focus {
    transform: scale(0.98) translateY(-100%);
}
.minipopup-box .product.product-cart {
    padding-top: 0;
    margin-bottom: 1.5rem;
}
.minipopup-box .product.product-cart .product-name {
    margin-bottom: 0.9rem;
    font-weight: 400;
}
.minipopup-box .product-details {
    padding: 0 0 0 1.2rem;
}
.minipopup-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.4;
}
.minipopup-box .product-action {
    position: relative;
    opacity: 1;
    visibility: visible;
    justify-content: space-between;
}
.minipopup-box .product-action a:first-child {
    background-color: #eee;
    border-color: #eee;
    color: #11111f;
}
.minipopup-box .product-action a:first-child:active,
.minipopup-box .product-action a:first-child:focus,
.minipopup-box .product-action a:first-child:hover {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}
.minipopup-box .product-action .btn {
    padding-left: 1.9em;
    padding-right: 1.9em;
}
@media (max-width: 479px) {
    .minipopup-area {
        left: 10px;
    }
}
.right-sidebar-active .right-sidebar .sidebar-overlay,
.sidebar-active .sidebar .sidebar-overlay {
    visibility: visible;
    opacity: 0.5;
}
.right-sidebar-active .right-sidebar .sidebar-close,
.sidebar-active .sidebar .sidebar-close {
    opacity: 1;
    visibility: visible;
}
.right-sidebar-active .right-sidebar .sidebar-content,
.sidebar-active .sidebar .sidebar-content {
    transform: translateX(0);
    opacity: 1;
}
.sidebar-close,
.sidebar-content,
.sidebar-overlay,
.sidebar-toggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2200;
}
.sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s;
}
.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 206px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    opacity: 0.6;
    transition: opacity 0.4s;
}
.sidebar-toggle:hover {
    opacity: 0.8;
    color: #fff;
}
.right-sidebar .sidebar-toggle {
    border-radius: 0.3rem 0 0 0.3rem;
}
.left-sidebar .sidebar-toggle {
    border-radius: 0 0.3rem 0.3rem 0;
}
.sidebar-close {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 2201;
    transition: opacity 0.4s, visibility 0.4s;
}
.sidebar-content {
    bottom: 0;
    width: 31rem;
    padding: 2rem;
    transform: translateX(-100%);
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    line-height: 1.3;
    transition: transform 0.4s, opacity 0.4s;
}
.widget:not(.widget-collapsible) .widget-title {
    border: none;
}
.sidebar .widget:last-child .widget-body {
    padding-bottom: 0;
}
.right-sidebar {
    order: 2;
}
.right-sidebar .sidebar-toggle {
    left: auto;
    right: 0;
}
.right-sidebar .sidebar-close {
    left: 10px;
    padding: 10px;
}
.right-sidebar .sidebar-content {
    transform: translateX(100%);
    left: auto;
    right: 0;
}
.right-sidebar .sidebar-content::-webkit-scrollbar {
    width: 0;
}
.filter-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0 1.7rem;
}
.filter-actions label {
    font-size: 1.6rem;


    color: #11111f;
}
.filter-actions .filter-clean {
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
}
.price-range {
    display: flex;
    margin: 1.3rem 0 1rem;
}
.price-range input {
    padding: 0.5rem;

    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 62px;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    -webkit-appearance: textfield;
}
.price-range input::-webkit-inner-spin-button,
.price-range input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.price-range input::-moz-placeholder,
.price-range input::-webkit-input-placeholder,
.price-range input::placeholder {
    color: inherit;
}
.price-range .delimiter {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 0.65rem;
    font-size: 1.9rem;

    color: #999;
}
.price-range .btn {
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
    width: 4.8rem;
    height: 3.7rem;
    vertical-align: middle;
    line-height: 2.6;
    margin-left: 1rem;
    text-transform: none;
}
.filter-items {
    font-size: 14px;
}
.filter-items a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 0 1rem 0.2rem;
}
.filter-items a:hover {
    color: #f6be00;
}
.filter-items.item-check a {
    padding-left: 2.8rem !important;
}
.filter-items.item-check a:before {
    content: "";
    position: absolute;
    border: 1px solid;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    color: #999;
    font-size: 1rem;

    font-family: "FontAwesome"; font-weight: 300;
    text-align: center;
    text-indent: 1px;
    line-height: 1.3em;
}/*
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .filter-items.item-check a:before {
        text-indent: 0;
    }
}*/
.filter-items.item-check .active > a:before {
    content: "";
    background-color: #f6be00;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 3px;
    left: 1px;
    padding-top: 3px;

}
.filter-items.search-ul a:before {
    content: none;
}
.filter-items .show > a {
    color: #f6be00;
}
.filter-items .show > a i {
    transform: rotate(-180deg);
}/*
.filter-items li span {
    position: absolute;
    right: 0;
    color: #ccc;
}*/
.filter-items .with-ul > a > i {
    position: absolute;
    right: 0;
    line-height: 0;
    font-size: 14px;

    transition: transform 0.4s;
    top: 50%;
}
.filter-items ul {
    display: none;
    position: relative;
    padding-left: 1.2rem;
    margin: 0.2rem 0;
}
.filter-items ul:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    bottom: 7px;
    border-left: 1px solid #eee;
}
.filter-items ul a {
    font-size: 1.3rem;
    padding: 0.45rem 0;
}

.toolbox-horizontal .sidebar-fixed {
    max-width: none;
    flex: none;
}
.toolbox-horizontal.toolbox .left-sidebar-toggle {
    padding: 0.65em;
    margin-bottom: 0;
}
.toolbox-horizontal .select-menu select,
.toolbox-horizontal .toolbox-show select {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}
.toolbox-horizontal .toolbox-show select {
    padding-left: 1.4rem;
    padding-right: 3.1rem;
}
.toolbox-horizontal .select-box:before {
    right: 0.9rem;
}
.toolbox-horizontal .toolbox-layout {
    margin-left: 2rem;
}
.toolbox-horizontal .select-menu:not(.toolbox-sort) {
    display: block;
}
.toolbox-horizontal .select-menu:not(.toolbox-sort):before {
    content: none;
}
.toolbox-horizontal .select-menu-toggle {
    font-size: 1.6rem;

    color: #11111f;
    padding: 1.3rem 0;
    display: flex;
    border-bottom: 1px solid #eee;
}
.toolbox-horizontal .filter-items {
    padding: 0.7rem 0 1rem;
}
.toolbox-horizontal .filter-items a:not(.btn) {
    padding: 1rem 0;
    color: #11111f;
}
.toolbox-horizontal .filter-items .btn {
    color: #fff;
}
@media (min-width: 992px) {
    .toolbox-horizontal {
        padding: 2rem;
        margin: -2rem;
    }
    .toolbox-horizontal .sidebar-fixed .sidebar-content.toolbox-left {
        padding-bottom: 0;
    }
    .toolbox-horizontal .toolbox-left .toolbox-item {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .toolbox-horizontal .toolbox-left .toolbox-item.opened .filter-items {
        opacity: 1;
        visibility: visible;
    }
    .toolbox-horizontal .filter-items {
        position: absolute;
        top: 100%;
        margin-top: 0.5rem;
        min-width: 23rem;
        padding: 1rem 2rem 2rem;
        font-size: 14px;
        color: #11111f;
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
        background-color: #fff;
    }
    .toolbox-horizontal .filter-items li {
        display: inline-flex;
        margin: 1rem 0.5rem 0 0;
    }
    .toolbox-horizontal .filter-items a:not(.btn) {
        background: #f5f5f5;
        padding: 0.5em 1em;
        border-radius: 0.3rem;
    }
    .toolbox-horizontal .filter-items .active > a {
        background-color: #f6be00;
        color: #fff;
    }
    .toolbox-horizontal .select-menu:before {

        right: 1rem;
        color: #11111f;
    }
    .toolbox-horizontal .select-menu-toggle {
        position: relative;
        border: 1px solid #ccc;
        font-weight: 400;
        font-size: 14px;
        color: #222;
        line-height: 1.5;
        padding: 0.65em 4.3em 0.65em 1.2em;
        text-transform: none;
        border-radius: 0.3rem;
        transition: border-color 0.4s, color 0.4s;
    }
    .toolbox-horizontal .select-menu-toggle:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0.9rem;
        font-family: "octopios";
        content: "";


        line-height: 1;
    }
    .toolbox-horizontal .filter-items.item-check a {
        padding-left: 1em !important;
    }
    .toolbox-horizontal .filter-items.item-check a:before {
        content: none;
    }
    .toolbox-horizontal .price-range {
        margin: 0;
    }
}
.shop-sidebar {
    position: relative;
}
.shop-sidebar .widget-body {
    margin-bottom: 1rem;
}
.shop-sidebar .filter-price-text {
    font-size: 1.3rem;

}
.widget-icon-box {
    padding: 0 2rem;
    border-radius: 0.5rem;
    border: 1px solid #eee;
}
.widget-icon-box .icon-box-side {
    justify-content: left;
    padding: 2rem 0;
}
.widget-icon-box .icon-box-side:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.widget-icon-box i.w-icon-truck {
    font-size: 3.4rem;
}
.widget-icon-box i.w-icon-bag,
.widget-icon-box i.w-icon-money {
    font-size: 3rem;
}
.widget-icon-box .icon-box-title {

}
.widget-icon-box p {
    color: #999;
}
.widget-banner .banner-content {
    left: 10.7%;
    bottom: 12.5%;
}
.widget-banner .banner-price-info {
    margin-left: -2px;
    margin-bottom: 0.2rem;
    font-size: 4.6em;
}
.widget-banner sup {
    margin-left: 1px;
    vertical-align: 12px;
    font-size: 0.652em;
}
.widget-banner sub {
    margin-left: -1.7em;
    vertical-align: 0;
    font-size: 0.26em;
}
.widget-banner .banner-subtitle {
    font-size: 1.6rem;
}
.widget.widget-products .title {
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
}/*
.widget.widget-products .title.title-link:before {
    height: 2px;
    background-color: #666;
    bottom: -0.7rem;
}*/
.widget.widget-products .swiper-button-next,
.widget.widget-products .swiper-button-prev {
    top: -4.5rem;
    right: -0.5rem;
    font-size: 1.6rem;

}
.widget.widget-products .swiper-button-prev {
    right: 0.3rem;
}
.widget.widget-products .swiper-button-next {
    right: 0.2rem;
}
.blog-sidebar .widget .widget-title {
    cursor: default;
}
.blog-sidebar .widget .widget-body {
    padding: 0;
}
.blog-sidebar .widget:not(:last-child) .widget-body {
    margin-bottom: 2.5rem;
}
.blog-sidebar .widget:last-child .widget-body {
    margin-bottom: 1rem;
}
.blog-sidebar .widget .widget-title {
    margin-bottom: 1rem;
}
.widget-search-form .form-control {
    border-radius: 0.3rem 0 0 0.3rem;
    font-size: 14px;
    color: #777;
}
.widget-search-form .btn-search {
    padding: 0.9em 1.07em 1em;
    border-width: 1px 1px 1px 0;
    border-color: #eee;
    border-radius: 0 0.3rem 0.3rem 0;
}
.widget-search-form .btn-search i {
    font-size: 1.8rem;
}
.widget-search-form .btn-search:active,
.widget-search-form .btn-search:focus,
.widget-search-form .btn-search:hover {
    background-color: #fff;
    color: #f6be00;
}
.widget-posts .swiper-button-next,
.widget-posts .swiper-button-prev {
    top: -4.2rem;
    border: none;
    width: auto;
    height: auto;
    font-size: 1.5rem;

}
.widget-posts .swiper-button-next:not(.swiper-button-disabled):hover,
.widget-posts .swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: #fff;
    color: #f6be00;
}
.widget-posts .swiper-button-prev {
    right: 0.4rem;
}
.widget-posts .swiper-button-next {
    right: 0.3rem;
}
.widget-custom-block p {
    line-height: 1.6;
}
.tags .tag {
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.5rem 0.9rem;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    line-height: 1.35;
    text-transform: capitalize;
    color: #11111f;
    border-radius: 0.3rem;
    transition: color 0.3s, border-color 0.3s;
}
.tags .tag:hover {
    border-color: #f6be00;
    color: #f6be00;
}
.vendor-sidebar .widget-collapsible .widget-body {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.vendor-sidebar .widget-categories .widget-body {
    padding: 0.7rem 0 2rem;
}
.vendor-sidebar .widget-time .widget-body {
    padding: 0.3rem 0 2rem;
}
.vendor-sidebar .widget.widget-products .widget-body {
    padding: 1rem 0 2rem;
}
.vendor-sidebar .product-widget .product-media {

}
.vendor-sidebar .product-widget .product-details {
    padding-bottom: 0.8rem;
}
.vendor-sidebar .product-widget .product-name {
    margin-bottom: 0.6rem;
}
.vendor-sidebar .product-widget .ratings-container {
    margin-bottom: 0.4rem;
}
.vendor-sidebar .product-widget .product-price {
    font-size: 1.6rem;
}
.widget-contact .form-control {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    border-radius: 0.3rem;
	background: #fff;
}
.widget-contact input {
    min-height: 4.4rem;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.widget-contact textarea {
    min-height: 17.4rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 2rem;
}
.widget-time li {
    padding: 1rem 0;
}
.widget-time label:after {
    content: "-";
    display: inline-block;
    margin-left: 0.4rem;
}
.widget-time .widget-body span {
    display: inline-block;
    width: 11rem;

    color: #11111f;
}
.widget-wcmp-contact .form-control {
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    color: #666;
}
.widget-wcmp-contact input {
    min-height: 4rem;
}
.widget-wcmp-contact textarea {
    max-height: 12.4rem;
}
.widget-search-products input {
    min-height: 4rem;
    margin-right: 0.5rem;
    color: #666;
    border-radius: 0.3rem;
}
.widget-search-products .btn {
    padding: 0.86em 1em;
    background-color: #eee;
    border-color: #eee;
    color: #11111f;
}
.widget-search-products .btn:active,
.widget-search-products .btn:focus,
.widget-search-products .btn:hover {
    background-color: #11111f;
    border-color: #11111f;
    color: #fff;
}
@media (min-width: 992px) {
	
	
	
    .sidebar {
        flex: 0 0 31rem;
        max-width: 31rem;
    }
	
	
	
    .main-content {
        flex: 1;
    }
	
    .row .main-content {
        max-width: calc(100% - 31rem);
    }
    .shop-sidebar.sidebar-fixed .sidebar-content {
        padding: 0 0 2rem;
    }
    .sidebar-fixed .sidebar-overlay,
    .sidebar-fixed .sidebar-toggle {
        display: none;
    }
    .sidebar-fixed .sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 2;
        width: auto;
        transform: none;
    }
    .shop-content {
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .sidebar-active .page-wrapper {
        margin-left: 310px;
        margin-right: -310px;
    }
    .right-sidebar-active .page-wrapper {
        margin-left: -310px;
        margin-right: 310px;
    }
}
@media (max-width: 479px) {
    .sidebar-content {
        width: 27rem;
    }
    .sidebar-active .page-wrapper {
        margin-left: 27rem;
        margin-right: -27rem;
    }
    .right-sidebar-active .page-wrapper {
        margin-left: -27rem;
        margin-right: 27rem;
    }
    .widget-icon-box .icon-box-side {
        flex-direction: column;
    }
    .widget-icon-box .icon-box-icon {
        margin: 0 0 0.5rem;
    }
    .widget-icon-box .icon-box-content {
        text-align: center;
    }
}
.social-icons {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-icons li span,
.social-icons li i,
.social-icon {
font-size: 14px !important;
width: 40px;
height: 40px;
margin: 0 !important;
line-height: 40px;
border-radius: 50%;
color: inherit;
transition: color 0.4s, border 0.4s, background-color 0.4s;
text-align: center;
color: #fff;
padding: 0 !important;
}
.border-thin .social-icon {
    border-width: 1px;
    line-height: 3rem;
}
.social-icon:last-child {
    margin-right: 0;
}
.social-icon.social-facebook {
    color: #1b4f9b;
}
.social-icon.social-twitter {
    color: #00adef;
}
.social-icon.social-instagram {
    color: #cc0001;
}
.social-icon.social-youtube {
    color: #2c567e;
}
.social-icon.social-pinterest {
    color: #f96a02;
}
.social-icon.social-google {
    color: #dd4b39;
}
.social-icon.social-linkedin {
    color: #0073b2;
}
.social-icon.social-email {
    color: #dd4b39;
}
.social-icon.social-whatsapp {
    color: #3c8a38;
}
.social-icons-colored .social-icon {
    color: #fff;
}
.social-icons-colored .social-icon.social-facebook {
    border-color: #1b4f9b;
    background-color: #1b4f9b;
}
.social-icons-colored .social-icon.social-twitter {
    border-color: #00adef;
    background-color: #00adef;
}
.social-icons-colored .social-icon.social-instagram {
    border-color: #cc0001;
    background-color: #cc0001;
}
.social-icons-colored .social-icon.social-youtube {
    border-color: #f00;
    background-color: #f00;
}
.social-icons-colored .social-icon.social-pinterest {
    border-color: #f96a02;
    background-color: #f96a02;
}
.social-icons-colored .social-icon.social-google {
    border-color: #dd4b39;
    background-color: #dd4b39;
}
.social-icons-colored .social-icon.social-linkedin {
    border-color: #0073b2;
    background-color: #0073b2;
}
.social-icons-colored .social-icon.social-email {
    border-color: #dd4b39;
    background-color: #dd4b39;
}
.social-icons-colored .fa-whatsapp {
    border-color: #2fb93d;
    background-color: #2fb93d;
}
.social-no-color .social-icon {
    border-color: #cdcdcd;
    color: #666;
}
.social-no-color .social-icon:focus,
.social-no-color .social-icon:hover {
    color: #fff;
}
.social-no-color .social-icon:focus.social-facebook,
.social-no-color .social-icon:hover.social-facebook {
    background-color: #1b4f9b;
    border-color: #1b4f9b;
}
.social-no-color .social-icon:focus.social-twitter,
.social-no-color .social-icon:hover.social-twitter {
    background-color: #00adef;
    border-color: #00adef;
}
.social-no-color .social-icon:focus.social-instagram,
.social-no-color .social-icon:hover.social-instagram {
    background-color: #cc0001;
    border-color: #cc0001;
}
.social-no-color .social-icon:focus.social-youtube,
.social-no-color .social-icon:hover.social-youtube {
    background-color: #2c567e;
    border-color: #2c567e;
}
.social-no-color .social-icon:focus.social-pinterest,
.social-no-color .social-icon:hover.social-pinterest {
    background-color: #f96a02;
    border-color: #f96a02;
}
.social-no-color .social-icon:focus.social-google,
.social-no-color .social-icon:hover.social-google {
    border-color: #dd4b39;
    background-color: #dd4b39;
}
.social-no-color .social-icon:focus.social-linkedin,
.social-no-color .social-icon:hover.social-linkedin {
    border-color: #0073b2;
    background-color: #0073b2;
}
.social-no-color .social-icon:focus.social-email,
.social-no-color .social-icon:hover.social-email {
    border-color: #dd4b39;
    background-color: #dd4b39;
}
.social-no-color .social-icon:focus.social-whatsapp,
.social-no-color .social-icon:hover.social-whatsapp {
    border-color: #3c8a38;
    background-color: #3c8a38;
}
.social-icon-border-color .social-icon {
    background-color: #fff;
    border-width: 1px;
}
.social-icon-border-color .social-icon.social-facebook {
    color: #1b4f9b;
    border-color: #1b4f9b;
}
.social-icon-border-color .social-icon.social-twitter {
    color: #00adef;
    border-color: #00adef;
}
.social-icon-border-color .social-icon.social-instagram {
    color: #cc0001;
    border-color: #cc0001;
}
.social-icon-border-color .social-icon.social-youtube {
    color: #2c567e;
    border-color: #2c567e;
}
.social-icon-border-color .social-icon.social-pinterest {
    color: #f96a02;
    border-color: #f96a02;
}
.social-icon-border-color .social-icon.social-google {
    border-color: #dd4b39;
    color: #dd4b39;
}
.social-icon-border-color .social-icon.social-linkedin {
    border-color: #0073b2;
    color: #0073b2;
}
.social-icon-border-color .social-icon.social-email {
    border-color: #dd4b39;
    color: #dd4b39;
}
.social-icon-border-color .social-icon.social-whatsapp {
    border-color: #3c8a38;
    color: #3c8a38;
}
.social-icon-border-color .social-icon:hover {
    color: #fff;
}
.social-icon-border-color .social-icon:hover.social-facebook {
    background-color: #1b4f9b;
}
.social-icon-border-color .social-icon:hover.social-twitter {
    background-color: #00adef;
}
.social-icon-border-color .social-icon:hover.social-instagram {
    background-color: #cc0001;
}
.social-icon-border-color .social-icon:hover.social-youtube {
    background-color: #2c567e;
}
.social-icon-border-color .social-icon:hover.social-pinterest {
    background-color: #f96a02;
}
.social-icon-border-color .social-icon:hover.social-google {
    background-color: #dd4b39;
}
.social-icon-border-color .social-icon:hover.social-linkedin {
    background-color: #0073b2;
}
.social-icon-border-color .social-icon:hover.social-email {
    background-color: #dd4b39;
}
.social-icon-border-color .social-icon:hover.social-whatsapp {
    background-color: #3c8a38;
}
.tab-content {
    background-color: #fff;
}
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #11111f;
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link {
    color: #f6be00;border-color: #eee;
}
.nav-link {
    display: block;
    position: relative;
    font-size: 14px;

    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding: 1.5rem 2.85rem;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}
.nav-item:not(:last-child) {
    margin-right: 3rem;
}
.nav-fill .nav-item {
    flex: 1;

}
.tab-content {
    position: relative;
}
.tab-content > .tab-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s;
    overflow: hidden;
    visibility: hidden;
}
.tab-content > .active {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: relative;
    z-index: auto;
}

.tab-content.appear-animate .tab-pane {
padding: 0;
}

.tab-pane {
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 1.3rem 0;
    color: #666;
}



.tab-pane p {

}
.tab-nav-boxed .nav-item:not(:last-child) {
    margin-right: 0.5rem;
}
.tab-nav-solid .nav-tabs {
    border-bottom: 0;
}
.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item:hover .nav-link {
    color: #fff;
    background-color: #f6be00;
    border-color: #f6be00;
}
.tab-nav-solid .nav-link {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    margin-bottom: 0.5rem;
}
.tab-nav-solid .tab-pane {
    padding: 0.8rem 0 1.4rem;
}
.tab-nav-solid2 .nav-item .nav-link.active,
.tab-nav-solid2 .nav-item.show .nav-link,
.tab-nav-solid2 .nav-item:hover .nav-link {
    color: #f6be00;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.tab-nav-solid2 .nav-item:not(:last-child) {
    margin-right: 2rem;
}
.tab-nav-solid2 .nav-link {
    color: #11111f;
}
.tab-nav-solid2 .tab-content {
    border: 1px solid #eee;
}
.tab-boxed .nav-tabs {
    border-bottom: 0;
}
.tab-boxed .nav-link {
    padding: 1.45rem 2.95rem 1.55rem;
    margin-bottom: -0.1rem;
    z-index: 1;
}
.tab-boxed .tab-pane {
    padding: 1.3rem 2rem 0;
}
.tab-boxed .tab-pane.active p {
    margin-bottom: 1.3rem;
}
.tab-nav-outline .nav-tabs {
    border-bottom: 0;
}
.tab-nav-outline .nav-item .nav-link.active,
.tab-nav-outline .nav-item.show .nav-link,
.tab-nav-outline .nav-item:hover .nav-link {
    border: 2px solid #f6be00;
    border-radius: 0.3rem;
}
.tab-nav-outline .nav-link {
    color: #11111f;
    border: 2px solid transparent;
    padding: 1.3rem 2.85rem;
}
.tab-nav-outline2 .nav {
    position: relative;
    z-index: 1;
}
.tab-nav-outline2 .nav-item .nav-link.active,
.tab-nav-outline2 .nav-item.show .nav-link,
.tab-nav-outline2 .nav-item:hover .nav-link {
    border: 1px solid #eee;
    border-bottom-color: #fff;
}
.tab-nav-outline2 .tab-content {
    border: 1px solid #eee;
}
.tab-nav-outline2 .nav-item:not(:last-child) {
    margin-right: 0.7rem;
}
.tab-nav-outline2 .nav-link {
    border: 1px solid transparent;
    padding: 1.4rem 2.85rem;
    margin-bottom: -1px;
}
.tab-nav-outline3 .nav-tabs {
    border-bottom: 0;
}
.tab-nav-outline3 .nav-item .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background-color: transparent;
    transition: transform 0.3s;
    z-index: 1;
}
.tab-nav-outline3 .nav-item .nav-link.active:before,
.tab-nav-outline3 .nav-item.show .nav-link:before,
.tab-nav-outline3 .nav-item:hover .nav-link:before {
    background-color: #f6be00;
    transform: translateY(-50%) scale(1);
}
.tab-nav-outline3 .nav-link {
    color: #11111f;
    border: 1px solid #eee;
    padding: 1.4rem 0 1.4rem 2rem;
}
.tab-nav-underline .nav-item:not(:last-child) {
    margin-right: 3rem;
}
.tab-nav-underline .nav-link {
    padding: 1.4rem 0;
}
.tab-nav-underline .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-top: 3px solid transparent;
    transform: scaleX(0);
    transition: transform 0.3s, border-color 0.3s;
}
.tab-nav-underline .nav-item .nav-link.active:after,
.tab-nav-underline .nav-item.show .nav-link:after,
.tab-nav-underline .nav-item:hover .nav-link:after {
    border-color: #f6be00;
    transform: scaleX(1);
}
.tab-nav-underline.type2 .nav-item {
    margin-right: 0;
}
.tab-nav-underline.type2 .nav-link {
    padding: 1.4rem 1.5rem;
}
.tab-nav-center .nav {
    justify-content: center;
}
.tab-nav-center .nav .nav-item {
    margin: 0 1.5rem;
}
.tab-nav-center.tab-nav-outline2 .nav-item {
    margin: 0 0.5rem;
}
.tab-vertical {
    display: flex;
}
.tab-vertical .nav {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 26.3%;
}
.tab-vertical .nav-item {
    margin-right: 0;
}
.tab-vertical .nav-link {
    position: relative;
    text-align: left;
    width: 100%;
	border: none;
border-bottom: 1px solid #eee;
text-transform: capitalize;
}
.tab-vertical .tab-content {
    width: 73.7%;
    padding-left: 2rem;
}
.tab-vertical .tab-pane {
    padding-top: 1.3rem;
}
.tab-vertical.tab-nav-outline3 .nav {
    width: 27%;
}
.tab-vertical.tab-nav-outline3 .nav-link {
    padding-left: 2.1rem;
}
.tab-vertical.tab-nav-outline3 .tab-content {
    padding-left: 1.7rem;
}
.tab-line-grow .tab-pane {
    padding: 1.7rem 0;
}
.nav-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #666;
    line-height: 1;
}
.nav-filters li:not(:last-child) {
    margin-right: 1rem;
}
.nav-filter {
    display: inline-block;
    position: relative;
    padding: 0.6rem 0 0.7rem;
    color: inherit;
    transition: color 0.4s;
}
.nav-filter.active,
.nav-filter:hover {
    color: #f6be00;
}
.nav-filter span {
    color: #aaa;
    margin-left: 0.6rem;
}
.filter-underline .nav-filter:after {
    content: "";
    display: block;
    height: 2px;
    border: 1px solid;
    transform: scale(0);
    transition: transform 0.4s;
}
.filter-underline .nav-filter.active:after,
.filter-underline .nav-filter:hover:after {
    transform: scale(1);
}
.filter-boxed li {
    margin-bottom: 0.5rem;
}
.filter-boxed .nav-filter {
    padding: 1.1rem 1.9rem;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    text-transform: uppercase;
    font-size: 1.3rem;

    color: #11111f;
    transition: color 0.3s, border-color 0.3s;
}
.filter-boxed .nav-filter.active,
.filter-boxed .nav-filter:hover {
    color: #f6be00;
    border-color: #f6be00;
}
@media (max-width: 991px) {
    .filter-boxed {
        justify-content: center;
    }
    .filter-boxed li {
        margin: 0 0.5rem 0.5rem !important;
    }
}
@media (max-width: 767px) {
    .tab-vertical {
        flex-flow: column nowrap;
    }
    .tab-vertical .nav-tabs,
    .tab-vertical .tab-content,
    .tab-vertical.tab-nav-outline3 .nav {
        width: 100%;
    }
    .tab-line-grow .tab-content {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (max-width: 575px) {
    .tab-nav-outline2 .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.link-section {
    margin-bottom: 2.8rem;
}
.link-section .title {
    margin-bottom: 0.9rem;
}
.side-tab-section {
    margin-bottom: 1.1rem;
}
.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
	padding-bottom:10px;
    font-size: 2rem;
    line-height: 1.2;text-transform: capitalize;
font-weight: normal;
}
/*
.title.title-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -0.8rem;
    background-color: #f6be00;
    z-index: 1;
}*/
.title.title-sm {
    font-size: 1.6rem;
}
.title.title-md {
    font-size: 2rem;
}
.title.title-lg {
    font-size: 3rem;
}
.title-underline {
    position: relative;
    padding-bottom: 1.6rem;
}
.title-underline:before {
    content: none;
}
.title-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}
.title-cross:after,
.title-cross:before {
    flex: 1;
    content: "";
    height: 2px;
    background-color: #eeeeee;
}
.title-cross:before {
    margin-right: 3rem;
}
.title-cross:after {
    margin-left: 3rem;
}
@media (max-width: 479px) {
    .title-cross:before {
        margin-right: 1.5rem;
    }
    .title-cross:after {
        margin-left: 1.5rem;
    }
}
.title-link-wrapper {
    display: flex;
    position: relative;
    align-items: center;

}
.title-link-wrapper .title {
    position: relative;
}
.title-link-wrapper a {
    margin-bottom: 0.7rem;
    margin-left: auto;
    text-transform: capitalize;
}
.title-link-wrapper a:hover {
    color: #f6be00;
}
.title-link-wrapper a i {
    vertical-align: middle;
    margin-left: 0.5rem;
    font-size: 1.5rem;

}
.title-link-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.title-link-wrapper.no-link .title-link {
    margin-bottom: 0.8rem;
}
.tab-with-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-with-title .nav-tabs {
    border-bottom: 0;
}
.tab-with-title .nav-item:not(:last-child) {
    margin-right: 2rem;
}
.tab-with-title .nav-link {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #11111f;
    text-transform: capitalize;
    padding: 0;
}
.tab-with-title.tab-nav-boxed {
    padding: 0.6rem 0 0.7rem;
}
.tab-with-title.tab-nav-boxed .title {
    margin-bottom: 0;
    margin-right: 2rem;
}
.tab-with-title.tab-nav-boxed .nav-item:not(:last-child) {
    margin-right: 1rem;
}
.tab-with-title.tab-nav-boxed .nav-item:last-child {
    margin: 0;
}
.tab-with-title.tab-nav-boxed .nav-link {
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    padding: 13px 22px 13px 22px;

    text-transform: uppercase;

}
.tab-with-title.tab-nav-boxed .nav-link.active,
.tab-with-title.tab-nav-boxed .nav-link:hover {
    border-color: #f6be00;
}
.tab-with-title.tab-nav-link {
    padding: 1.6rem 2rem 0.6rem;
    background: #f5f5f5;
}
.tab-with-title.tab-nav-link .nav-link,
.tab-with-title.tab-nav-link .title {
    margin-bottom: 1rem;
}
.tab-with-title.tab-nav-link .title {
    margin-right: 2rem;
}
.tab-with-title.tab-nav-underline .nav-link:after {
    bottom: -1px;
}
.tab-with-title .nav-item .nav-link.active,
.tab-with-title .nav-item.show .nav-link,
.tab-with-title .nav-item:hover .nav-link {
    color: #f6be00;
}
.title-separator {
    margin: 0 0.5rem;
}
.title-center {
    justify-content: center;
}
.tab-with-title.tab-nav-center {
    flex-direction: column;
    margin-bottom: 1.2rem;
}
.tab-with-title.tab-nav-center .nav-tabs {
    margin: 0;
}
.tab-with-title.tab-nav-center .nav-item {
    margin: 0 1rem;
}
.tab-with-title.tab-nav-center .nav-link {
    padding: 0.8rem 0;
}
.tab-with-title.tab-nav-center .nav-link:after {
    bottom: 0;
    height: 0.3rem;
    border: none;
    background-color: #f6be00;
}
.filter-with-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.filter-with-title .title {
    margin-bottom: 0.5rem;
}
.title-section p {
    font-size: 1.3rem;
    color: #666;
    line-height: 2;
    letter-spacing: 0;
}
@media (max-width: 991px) {
    .tab-with-title {
        flex-direction: column;
    }
    .tab-with-title .nav-tabs {
        justify-content: center;
    }
    .tab-with-title.tab-nav-boxed .title {
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .tab-with-title.tab-nav-boxed .nav-item {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .tab-with-title.tab-nav-boxed .nav-link {
        margin-bottom: 0.5rem;
    }
    .tab-with-title.tab-nav-link .nav-item {
        margin: 0 1rem !important;
    }
    .tab-with-title.tab-nav-link .title {
        margin-right: 0;
    }
    .filter-with-title {
        flex-direction: column;
    }
    .filter-with-title .title {
        margin-bottom: 1rem;
    }
    .filter-with-title .nav-filters {
        justify-content: center;
    }
    .filter-with-title .nav-filters li {
        margin: 0 1.5rem;
    }
}
@media (max-width: 575px) {
    .title-link-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .title-link-wrapper .title-link {
        margin-bottom: 2rem;
    }
    .title-link-wrapper a {
        margin-left: 0;
    }
}
.tooltiptext {
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 125%;
    left: 50%;
    background-color: #11111f;
    color: #fff;
    font: 400 1.3rem;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: opacity 0.3s;
}
.tooltip-top:after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #11111f transparent transparent transparent;
}
.vendor-widget {
    margin-bottom: 2rem;
}
.vendor-widget .vendor-name {
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.5rem;

    font-size: 1.5rem;
    text-transform: capitalize;

    line-height: 1.4;
}
.vendor-widget .vendor-name a {
    color: inherit;
}
.vendor-widget .vendor-name:hover {
    color: #f6be00;
}
.vendor-products.grid-type {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
    margin: -2.5px;
    width: calc(100% + 5px);
    grid-auto-rows: 1fr;
}
.vendor-products.grid-type > * {
    padding: 2.5px;
}
.vendor-products .lg-item {
    grid-column-end: span 2;
    grid-row-end: span 2;
}
.vendor-products .sm-item {
    grid-column-end: span 1;
    grid-row-end: span 1;
}
.vendor-products .product-media {
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    overflow: hidden;
    transition: border-color 0.3s;
}
.vendor-products .product-media img {
    height: 100%;
}
.vendor-logo {
    max-width: 7rem;
    flex: 0 0 7rem;
    margin-right: 1rem;
}
.vendor-details {
    display: flex;
    align-items: center;
    padding: 1.8rem 0;
}
.vendor-product-count {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}
.vendor-banner {
    min-height: 18rem;
}
.vendor-banner a,
.vendor-banner img {
    min-height: inherit;
}
.vendor-banner a {
    display: block;
}
.visit-vendor-btn {
    display: block;
    margin-bottom: 2rem;
    font-size: 14px;

    text-transform: uppercase;
    color: #ff9933;
}
.visit-vendor-btn:hover {
    color: #f6be00;
}
.vendor-widget-1 .product-media:hover {
    border-color: #f6be00;
}
.vendor-widget-1 .vendor-personal {
    margin-top: 0.2rem;
}
.vendor-widget-1 .ratings-container {
    margin-bottom: 0;
}
.vendor-widget-2 {
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.3s;
}
.vendor-widget-2:hover {
    border-color: #f6be00;
}
.vendor-widget-2 .vendor-details {
    padding-top: 0;
    padding-bottom: 2rem;
}
.vendor-widget-2 .product-media {
    border: none;
}
.vendor-widget-2 .ratings-container {
    margin-bottom: 0;
}
.vendor-widget-3 .vendor-logo {
    border-radius: 0.5rem;
    overflow: hidden;
}
.vendor-widget-3 .vendor-details {
    padding: 2rem 0;
}
.vendor-widget-3 .vendor-personal {
    padding-top: 0.3rem;
}
.vendor-widget-3 .ratings-container {
    margin-bottom: 0;
}
.vendor-widget-3 .ratings-container:not(:last-child) {
    margin-bottom: 0.5rem;
}
.vendor-widget-banner {
    border: 1px solid #eee;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.vendor-widget-banner .product-media {
    border: none;
}
.vendor-widget-banner .vendor-details {
    display: block;
    text-align: center;
    padding-top: 0;
    margin-top: -4.5rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}
.vendor-widget-banner .vendor-logo {
    position: relative;
    flex: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    max-width: 9rem;
    margin: 0 auto 1.3rem auto;
    border-radius: 50%;
    background-color: #f6be00;
}
.vendor-widget-banner .vendor-logo img {
    transition: transform 0.3s;
    border-radius: 50%;
}
.vendor-widget-banner .vendor-name {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0;
}
.vendor-widget-banner .ratings-container {
    justify-content: center;
    margin-bottom: 1rem;
}
.vendor-widget-banner .ratings-container .ratings-full {
    margin-right: 0;
}
.vendor-widget-banner .vendor-product-count {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 14px;
}
.vendor-widget-banner:hover {
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}
.vendor-widget-banner:hover .vendor-logo img {
    transform: translateY(-1rem);
}
.store {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}
.store .ratings-container {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.store .store-banner img {
    height: 100%;
    width: 100%;
}
.store-content {
    position: absolute;
}
.store-title {
    align-items: center;
    margin: 12px 0;
    color: #fff;
}
.store-title a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 1;
    color: inherit;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;


}
.featured-label {
    background: #2d54a3;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;

    padding: 0.2rem 1rem;
    box-shadow: 0px 0px 25px -5px #afafaf;
    border-radius: 0.3rem;
    margin-left: 1.4rem;
    display: inline-block;
}
.seller-info-list {
    margin: 0;
    padding-left: 1.6em;
}
.seller-info-list .store-address,
.seller-info-list .store-phone {
    font-size: 14px;
}
.seller-info-list > * {
    line-height: 1.6;

    margin-bottom: 0.8rem;
    color: #fff;
    opacity: 0.8;
}
.seller-info-list > * a {
    color: inherit;
}
.seller-info-list > * i {
    margin-left: -2.2rem;
    margin-right: 0.3rem;
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 0;
}
.seller-info-list .store-email:hover,
.seller-info-list .store-phone:hover {
    color: #f6be00;
}
.store-address {
    font-size: 1.3rem;
    color: #fff;
    opacity: 0.8;
    line-height: 1.8;
}
.store-open,
.store-rating {
    color: #fff;
    opacity: 0.8;
}
.store-footer {
    position: relative;
    padding: 2.3rem 2rem;
}
.btn.btn-icon-right.btn-visit i {
    font-size: 2rem;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
}
.seller-brand {
    width: 8rem;
    height: 8rem;
}
.seller-brand img {
    transition: transform 0.3s;
}
.vendor-brand {
    max-width: 15rem;
    margin: 0 auto;
    text-align: center;
}
.vendor-brand .brand {
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 2.2rem;
    transition: box-shadow 0.3s;
}
.vendor-brand .vendor-name {
    font-size: 14px;

    text-transform: uppercase;
    margin-bottom: 0;
    transition: color 0.3s;
}
.vendor-brand .vendor-name:hover {
    color: #f6be00;
}
.vendor-brand:hover .brand {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.store-grid {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}
.store-grid .store-banner img {
    min-height: 19.4rem;
}
.store-grid .store-content {
    top: 2.5rem;
    left: 3rem;
    max-width: 19.2rem;
}
.store-grid .seller-brand {
    right: 1.9rem;
    top: -58%;
}
.store-grid:hover .seller-brand img {
    transform: translateY(-1rem);
}
.store-grid .store-title:hover {
    color: #f6be00;
}
.store-list {
    display: flex;
    border: 1px solid #eee;
}
.store-list .store-header {
    flex: 0 0 40rem;
    max-width: 40rem;
}
.store-list .store-header a {
    display: block;
    height: 100%;
}
.store-list .store-banner {
    height: 100%;
}
.store-list .store-content {
    position: relative;
}
.store-list .featured-label {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    margin-left: 0;
}
.store-list .store-content {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 2rem 6rem;
}
.store-list .store-title {
    color: #11111f;
}
.store-list .store-title a {
    text-shadow: none;
}
.store-list .ratings-container {
    margin-bottom: 0.3rem;
}
.store-list .store-address {
    color: #666;
    opacity: 1;
    margin-bottom: 0.9rem;
}
.store-list .seller-brand {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.store-list:hover .seller-brand img {
    transform: translateX(-1rem);
}
.store-grid .seller-brand,
.store-list .seller-brand {
    position: absolute;
}
.store-grid .seller-brand img,
.store-list .seller-brand img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    max-width: calc(100% + 2px);
    margin: -1px;
    box-shadow: 0px 0px 0px 1px #eee;
}
.store.store-banner .store-media img {
    min-height: 44rem;
    width: 100%;
}
.store.store-banner .store-content {
    top: 0;
    left: 0;
    max-width: 34.5rem;
    padding: 5rem 4rem 5rem 5rem;
    background-color: rgba(37, 38, 42, 0.9);
    height: 100%;
}
.store.store-banner .seller-brand {
    margin-bottom: 2.3rem;
}
.store.store-banner .store-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;

}
.store.store-banner .social-icon {
    margin-right: 0.5rem;
    color: #fff;
    border-color: #ccc;
    opacity: 0.8;
}
.store-wcmp .store-content {
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: rgba(34, 34, 40, 0.85);
    display: flex;
    padding: 2rem;
}
.store-wcmp .seller-brand {
    flex: 0 0 8rem;
    max-width: 8rem;
    margin-right: 2.2rem;
}
.store-wcmp .seller-date {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
}
.store-wcmp .store-title {
    margin: 0.4rem 0 1.1rem;
}
.store-wcmp .store-title a {
    font-size: 1.8rem;
}
.store-wcmp .store-title a:hover {
    text-decoration: underline;
}
.store-wcmp .seller-info-list {
    margin: 0;
}
.store-wcmp .seller-info-list li {
    display: flex;
    margin-bottom: 0;
    letter-spacing: 0;
    opacity: 0.7;
}
.store-wcmp .seller-info-list li p {
    margin-bottom: 0;
    line-height: 2;
}
.store-wcmp .seller-info-list .store-address p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.store-wcmp .seller-info-list .store-rating p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.store-wcmp .seller-info-list i {
    margin-top: 1.3rem;
    margin-right: 0.8rem;
    font-size: 14px;
}
.store-wcmp .ratings-container {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.store-wcmp-banner .store-media img {
    width: 100%;
}
.store-wcmp-banner .store-content {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 40%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
}
.store-wcmp-banner .seller-brand {
    margin: -7rem auto 2rem auto;
}
.store-wcmp-banner .social-icons {
    position: absolute;
    right: 2rem;
    top: -5rem;
}
.store-wcmp-banner .store-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    justify-content: center;
}
.store-wcmp-banner .seller-info-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
.store-wcmp-banner .seller-info-list > * {
    margin: 0 0.6rem;
    opacity: 0.6;
    text-align: center;
}
.store-wcmp-banner .seller-info-list > * i {
    margin-right: 0.4rem;
    margin-left: 0;
}
.store-wcfm-banner .seller-brand,
.store-wcmp-banner .seller-brand {
    width: 16rem;
    height: 14rem;
    overflow: hidden;
    align-items: center;
    display: grid;
    background: #fff;
    padding: 12px;
    box-shadow: 2px 2px 8px 2px;
    border-radius: 5px;
}
.store-wcfm-banner .seller-brand img,
.store-wcmp-banner .seller-brand img {
    width: 100%;
    max-width: 100%;
    margin: -1px;
}
.store-wcfm-banner .social-icon:not(:last-child),
.store-wcmp-banner .social-icon:not(:last-child) {
    margin-right: 0.5rem;
}
.store-wcfm-banner .social-icon,
.store-wcmp-banner .social-icon {
    border-radius: 0.3rem;
}
.store-wcfm-banner .store-content {
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.8);
    min-height: 16rem;
    padding: 2.3rem 3rem 2.6rem;
}
.store-wcfm-banner .store-content-left {
width: 100%;
text-align: center;
}
.store-wcfm-banner .personal-info {

}
.store-wcfm-banner .seller-brand {
    margin: -12.2rem auto 2rem;
}
.store-wcfm-banner .ratings-container {
    justify-content: center;
    font-size: 14px;
}
.store-wcfm-banner .ratings-full {
    margin: 0;
}
.store-wcfm-banner .store-title {
    margin-bottom: 0.9rem;
    font-size: 2rem;

}
.store-wcfm-banner .seller-info-list {
    padding-left: 2.4rem;
}
.store-wcfm-banner .seller-info-list li {
    margin-bottom: 0.4rem;
    letter-spacing: 0;
}
.store-wcfm-banner .seller-info-list li i {
    margin: 0 0.4rem 0 -2.4rem;
    font-size: 14px;
}
.store-wcfm-banner .store-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.store-wcfm-banner .btn-inquiry {
    margin-bottom: 3rem;
}
.btn-inquiry,
.btn-visit:not(.btn-link) {
    padding: 0.8em 1.6em;
    font-size: 1.3rem;
    background-color: #eee;
    border-color: #eee;
    color: #11111f;
    margin-right: 0.6rem;
}
.btn-inquiry:active,
.btn-inquiry:focus,
.btn-inquiry:hover,
.btn-visit:not(.btn-link):active,
.btn-visit:not(.btn-link):focus,
.btn-visit:not(.btn-link):hover {
    background-color: #11111f;
    border-color: #11111f;
    color: #fff;
}
.vendor-toolbox .vendor-search-toggle {
    margin-right: 1.5rem;
    padding: 0.73em 0.9em 0.86em;

}
.vendor-toolbox .vendor-search-toggle i {
    margin: 0 0.8rem 0 0;
    font-size: 1.5rem;

}
.vendor-toolbox .toolbox-left label {
    font-weight: 400;
    color: #11111f;
}
.vendor-toolbox .toolbox-layout {
    margin-left: 1.5rem;
}
.vendor-toolbox .btn-layout {
    color: #ccc;
}
.vendor-toolbox .btn-layout.icon-mode-list i {
    font-size: 2rem;
}
.vendor-search-wrapper {
    display: none;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    margin-top: 3.2rem;
}
.vendor-search-wrapper .vendor-search-form {
    display: flex;
}
.vendor-search-wrapper input {
    min-height: 3.8rem;
    height: 3.8rem;
    color: #777;
    border-radius: 0.3rem;
}
.vendor-search-wrapper input:focus {
    border-color: #8080809e;
}





.vendor-search-wrapper .btn {
    padding: 0.7em 1.65em;
}
.vendor-product-title {
    font-size: 14px;

    padding: 1.9rem 1.5rem;
    border: 1px solid #eee;
    border-radius: 0.3rem;
}
.vendor-product-title a {
    color: #11111f;
}
.vendor-product-title a:hover {
    color: #f6be00;
}
.vendor-map {
    border: 1px solid #eee;
}
.google-map {
    height: 35rem;
    background-color: #98c3e5;
}
@media (max-width: 991px) {
    .store-wcmp {
        height: 100%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .store-wcmp .store-content {
        display: block;
        position: relative;
        background: #fff;
    }
    .store-wcmp .seller-brand {
        margin-bottom: 2rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .store-wcmp .seller-brand img {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        max-width: calc(100% + 2px);
        margin: -1px;
        border: 1px solid #eee;
    }
    .store-wcmp .seller-date {
        flex: auto;
        max-width: 100%;
    }
    .store-wcmp .store-title a {
        color: #f6be00;
        text-shadow: none;
    }
    .store-wcmp .store-address,
    .store-wcmp .store-rating {
        color: #11111f;
    }
    .store-wcfm-banner .store-content {
        display: block;
    }
    .store-wcfm-banner .store-content-right {
        align-items: flex-start;
        margin: 1rem 0 0 14rem;
    }
    .store-wcfm-banner .store-content-right .btn {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 767px) {
    .toolbox.vendor-toolbox {
        display: block;
    }
    .store-list .store-header {
        flex: 0 0 30rem;
        max-width: 30rem;
    }
    .store.store-banner .store-content {
        background: none;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 27rem;
    }
    .store-wcmp-banner .social-icons {
        display: flex;
        justify-content: center;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 1rem;
    }
}
@media (max-width: 575px) {
    .store-list {
        display: block;
    }
    .store-list .store-header {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .store-list .store-content {
        padding-left: 2rem;
    }
    .store-list .seller-brand {
        left: auto;
        transform: none;
        right: 2rem;
        top: -27%;
    }
    .store-wcfm-banner .store-content-left {
        display: block;
        text-align: center;
    }
    .store-wcfm-banner .personal-info {
        margin-right: 0;
    }
    .store-wcfm-banner .seller-brand {
        margin-right: auto;
        margin-left: auto;
    }
    .store-wcfm-banner .store-title {
        justify-content: center;
    }
    .store-wcfm-banner .store-content-right {
        align-items: center;
        margin-left: 0;
    }
}
@media (max-width: 479px) {
    .store-list .seller-brand {
        top: -22%;
        width: 7rem;
        height: 7rem;
    }
}
.widget-title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;

}
.widget-products .widget-title {
    font-size: 14px;


    padding-bottom: 0.8rem;
}
.widget-products .widget-body {
    padding: 0 2rem;
}
.widget-products.widget-products-bordered .widget-body {
    border: 1px solid #eee;
}
.widget-products.widget-products-bordered .product-widget:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.widget-products .swiper-button-next,
.widget-products .swiper-button-prev {
    top: -1.7rem;
    right: -1rem;
    border: 0;
    color: #747474;
    font-weight: normal;
    width: 15px;
    height: 15px;
}
.widget-products .swiper-button-next:not(.swiper-button-disabled):active,
.widget-products .swiper-button-next:not(.swiper-button-disabled):focus,
.widget-products .swiper-button-next:not(.swiper-button-disabled):hover,
.widget-products .swiper-button-prev:not(.swiper-button-disabled):active,
.widget-products .swiper-button-prev:not(.swiper-button-disabled):focus,
.widget-products .swiper-button-prev:not(.swiper-button-disabled):hover {
    background: transparent;
    border: 0;
    color: #f6be00;
}
.widget-products .swiper-button-prev {
    transform: translateX(-50%);
}
.widget-products .swiper-button-next {
    transform: translateX(50%);
}
.sidebar .widget-products .widget-body {
    border: 0;
    padding: 0;
}
.widget .widget-title {
    position: relative;
    margin: 0;


    font-size: 1.6rem;
    color: #11111f;
    letter-spacing: 0;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;padding-top: 0;
}
.widget .widget-body {
   
margin-top: 10px;
    opacity: 1;
    transition: opacity 0.3s;
    color: #11111f;
}
.widget-collapsible .widget-title label {
    position: relative;
    padding: 0 0.2rem;
}

.widget .widget-body .form-checkbox {
	margin:12px 0;
}


/*
.widget-collapsible .widget-title label:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1.2rem;
    width: 100%;
    height: 2px;
    background-color: #666;
}*/
.widget-collapsible .toggle-btn {
    right: 0.4rem;
    margin-top: -0.1rem;
    width: 10px;
    padding: 0;
    opacity: 1;
}
.widget-collapsible .toggle-btn:after,
.widget-collapsible .toggle-btn:before {
    content: "";
    position: absolute;
    border-top: 2px solid #666;
    width: 12px;
    transition: transform 0.3s;
}
.widget-collapsible > .collapsed .toggle-btn:before {
    transform: rotate(90deg);
}
.widget-collapsible > .collapsed .toggle-btn:after {
    transform: rotate(180deg);
}
.widget-collapsible .collapsed + .widget-body {
    display: none;
}
.widget-collapsible .collapsed ~ .widget-body {
    opacity: 0.1;
}
.compare-popup {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    padding: 2rem 0;
    background: #fff;
    transition: transform 0.3s;
    z-index: 2400;
}
.compare-popup .container {
    display: flex;
    align-items: center;
    padding-top: 2.1rem;
    padding-bottom: 3.1rem;
}
.compare-popup .btn-clean {
    margin-right: 1.8rem;
    padding: 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
}
.compare-popup .btn-clean:active,
.compare-popup .btn-clean:focus,
.compare-popup .btn-clean:hover {
    color: #f6be00;
    background-color: #fff;
}
.compare-popup.show {
    transform: translateY(-99%);
}
.compare-popup.show + .compare-popup-overlay {
    opacity: 0.7;
    visibility: visible;
    transition: opacity 0.3s;
}
.compare-title {
    margin-top: 0.8rem;
}
.compare-title .title {
    margin-bottom: 0.3rem;
    font-size: 2.4rem;

    white-space: nowrap;
}
.compare-product-list {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0.9rem 2rem 0;
    padding: 0;
}
.compare-product-list li {
    position: relative;
    width: 8vw;
    max-width: 138px;
    min-height: 8vw;
}
.compare-product-list li:not(:first-child) {
    margin-left: 3rem;
}
.compare-product-list li:empty:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 5rem;
    font-size: 3rem;
    color: #eee;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
}
.compare-product-list li:after {
    content: "";
    position: absolute;
    border: 1px solid #eee;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.compare-product-list .btn-remove {
    position: absolute;
    padding: 0;
    right: -1rem;
    top: -1rem;
    line-height: 1.2;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.compare-product-list .btn-remove i {
    font-size: 14px;

    margin-bottom: 0;
}
.compare-product-list .btn-remove:active,
.compare-product-list .btn-remove:focus,
.compare-product-list .btn-remove:hover {
    background-color: #fff;
}
.compare-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 2399;
}
.compare-table {
    overflow-x: auto;
}
.compare-table > div:nth-child(2n) .compare-col {
    background-color: #fbfbfb;
}
.compare-table .compare-row {
    display: flex;
    flex-wrap: nowrap;
}
.compare-product .product-media {
    border: 1px solid #f5f5f5;
}
.compare-col {
    padding: 2.5rem 0 2.5rem 2rem;
}
.compare-col.compare-product {
    text-align: center;
}
.compare-col.compare-field {
    display: flex;
    align-items: center;

justify-content: flex-start;
text-align: start;

    padding-right: 5rem;
    font-weight: 400;
    color: #999;
	color: #000;
font-size: 16px;
}
.compare-col.compare-value {
    padding-right: 1rem;
}
.compare-col .remove-product {
    margin-bottom: 2.4rem;
    padding: 0;
    border: none;
    color: #11111f;
}
.compare-col .remove-product i {
    font-size: 2.2rem;
}
.compare-col .remove-product:active,
.compare-col .remove-product:focus,
.compare-col .remove-product:hover {
    background-color: transparent;
    color: #f6be00;
}
.compare-col .product-details {
    padding: 1.6rem 0 0.7rem;
}
.compare-col .product-price {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.compare-col .new-price {
    margin-right: 0;
    color: #f6be00;
}
.compare-col .old-price {
    color: #999;
}
.compare-availability .compare-value {
    color: #ffa800;
}
.compare-description ul {
    margin: 0;
    padding: 0;
}
.compare-description li {
    color: #11111f;
    line-height: 1.6;
}
.compare-description li:before {
    font-size: 14px;
}
.compare-rating {
    display: flex;
}
.compare-rating .ratings-container {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
}
.compare-brand .compare-value,
.compare-category .compare-value,
.compare-meta .compare-value,
.compare-size .compare-value {
    color: #11111f;
}
.compare-color .swatch {
    vertical-align: middle;
    margin-right: 0.4rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 50%;
}
@media (min-width: 1921px) {
    .compare-product-list li {
        max-height: 15.5rem;
        max-width: none;
    }
    .compare-product-list li figure,
    .compare-product-list li img {
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .compare-popup .container {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .compare-product-list {
        flex: 0 0 100%;
        justify-content: center;
        margin: 2rem 0;
    }
    .compare-product-list li {
        width: 18vw;
        min-height: 11rem;
    }
}
@media (max-width: 991) and (min-width: 480px) {
    .compare-title {
        display: flex;
    }
}
@media (max-width: 767px) {
    .compare-col.compare-field {
        max-width: 15rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (max-width: 575px) {
    .compare-product-list li {
        min-height: 6rem;
    }
    .compare-product-list li:not(:first-child) {
        margin-left: 1.5rem;
    }
}
@media (max-width: 479px) {
    .compare-product-list li:empty:before {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 2rem;
    }
}
.product-list-section {
    margin-bottom: 4.2rem;
}
.product-list-section .title-link-wrapper .title:after {
    height: 2px;
    background-color: #666;
}
.product-wrapper.row [class*="col-"] {
    margin-bottom: 2rem;
}
.product:not(.product-single) .product-countdown-container {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    white-space: nowrap;
    overflow-x: auto;
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;

    text-align: center;
    border-radius: 0.3rem;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}
.product:not(.product-single) .countdown-row {
    display: flex;
}
.product:not(.product-single) .countdown-section {
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding: 0.9em 0 0.8em;
}
.product:not(.product-single) .countdown-amount,
.product:not(.product-single) .countdown-period {
    display: inline-block;
}
.product:not(.product-single) .countdown-amount {
    font-size: 1.4em;

    line-height: 1.3;
}
.product:not(.product-single) .countdown-period {
    font-size: 1em;
    font-weight: 500;
    opacity: 0.9;
    
}
.product:not(.product-single):hover .product-countdown-container {
    opacity: 0;
    visibility: hidden;
}
.product:not(.product-single) .product-list .product-desc {
    margin-bottom: 3.9rem;
    line-height: 1.9;
}
.product-sticky-content .product-list-sm {
    display: none;
    align-items: center;
}
.product-sticky-content .product-media {
    flex: 0 0 8.5rem;
    max-width: 8.5rem;
    height: 8.5rem;
}
.product-sticky-content .product-media img {
    height: 100%;
}
.product-sticky-content .product-name {
    font-size: 14px;
}
.product-sticky-content .product-price {
    font-size: 1.6rem;
}
.product-sticky-content .old-price {
    font-size: 1.6rem;
}
.product-sticky-content .product-form.container {
    padding: 0;
}
.product-sticky-content.fixed .product-list-sm {
    display: flex;
    flex: 1;
}
.product-sticky-content.fixed .product-form {
    padding: 2rem;
    display:none
}
.product-sticky-content.fixed .btn-cart,
.product-sticky-content.fixed .product-qty-form {
    margin-bottom: 0;
}
.product-sticky-content.fixed .product-qty-form {
    margin-right: 0.8rem;
    max-width: 14rem;
    flex: 0 0 14rem;
}
.product-sticky-content.fixed .product-qty-form label {
    display: none;
}
.product-sticky-content.fixed .btn-cart {
    flex: 1;
    max-width: 21rem;
}
.product-sticky-content.fix-top.fixed .product-form {
    flex-wrap: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.product-sticky-content.fix-top.fixed .product-media {
    max-width: 4.4rem;
    flex: 0 0 4.4rem;
    height: 4.4rem;
}
.product-sticky-content.fix-top.fixed .product-name {
    display: none;
}
.product-sticky-content.fix-top.fixed .btn-cart {
    min-width: 14rem;
}
.product-single .col-md-6 .product-bm-wrapper {
    margin-bottom: 0.8rem;
}
.sticky-both-content .product-single {
    margin-top: 0.4rem;
}
.sticky-both-content .product-title {
    margin-bottom: 1.2rem;
    line-height: 1.4;
}
.sticky-both-content .product-color-swatch {
    margin-top: 0.3rem;
}
.sticky-both-content .product-size-swatch {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.product-qty-form.with-label {
    flex: 0 0 21.5rem;
    max-width: 21.5rem;
}
@media (max-width: 1199px) {
    .shop-content .product-list .product-desc {
        margin-bottom: 2rem;
    }
}
@media (max-width: 575px) {
    .shop-content .product-list {
        display: block;
        margin-bottom: 2rem;
    }
    .shop-content .product-list .product-media {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 2rem 0;
    }
}
@media (max-width: 479px) {
    .product-sticky-content.fix-top.fixed .product-details,
    .product-sticky-content.fix-top.fixed .product-media {
        display: none;
    }
    .product-sticky-content.fix-top.fixed .btn-cart {
        max-width: none;
    }
    .product-sticky-content.fix-top.fixed .product-form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .product-sticky-content.fixed .product-list-sm {
        flex: none;
    }
}

.shop-default-banner .banner-subtitle {
    margin-bottom: 0.2rem;
    font-size: 2.8em;
}
.shop-default-banner .banner-title {
    margin-bottom: 0;
    font-size: 4em;
}
.shop-default-banner .btn {
    padding: 1.25em 1.98em;
    font-size: 1.4em;
}
.shop-default-banner .btn i {
    font-size: 1.7rem;
}
.shop-boxed-banner {
   padding:40px 0;
}
.shop-boxed-banner .banner-subtitle {
  
}
.shop-default-brands {
    padding: 0.5rem 0;
}
.shop-default-category {
    border-bottom: 1px solid #eee;
    padding-bottom: 3.5rem;
}
.shop-default-category .category-name {
    text-transform: capitalize;
    font-size: 14px;

    letter-spacing: 0;
}
.shop-default-category .category-media {
    border: none;
    transition: box-shadow 0.3s, transform 0.3s;
}
.shop-default-category .category-ellipse:hover .category-media {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}
.shop-default-category .category-ellipse:hover .category-name {
    color: #f6be00;
}
.product-lists .product-list {
    border-top: 1px solid #eee;
}
.product-lists .product-list .product-short-desc {
    margin-bottom: 1.5rem;
}
.product-lists .product-wrap:last-child .product-list {
    margin-bottom: 0;
}
.toolbox,
.toolbox-item,
.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
}
.toolbox-item label,
.toolbox-left label,
.toolbox-right label,
.toolbox label {
min-width: 60px;
    margin-right: 1rem;
    line-height: 1.5;
}
.toolbox-right {
width: 100%;
}

.toolbox.wcfm-toolbox .toolbox-right,
.toolbox.sticky-toolbox .toolbox-right { 
width: auto;}


.toolbox.wcfm-toolbox,
.toolbox.sticky-toolbox { 
justify-content: space-between;}


.toolbox-right > div {
flex: 1;
}

.toolbox {
    padding-bottom: 1rem;
}
.toolbox.toolbox-pagination {
    padding: 2.5rem 0;
    border-top: 1px solid #f4f4f4;
}
.toolbox-left > :not(.toolbox-pagination):not(:last-child),
.toolbox-right > :not(.toolbox-pagination):not(:last-child),
.toolbox > :not(.toolbox-pagination):not(:last-child) {
    margin-right: 1rem;
}
.toolbox .showing-info {
    font-size: 1.3rem;
    color: #aaa;
}
.toolbox .showing-info span {
    margin: 0 0.9rem;
    color: #11111f;
}
.toolbox .select-box {
    color: #11111f;
}
.toolbox .select-box:before {

    right: 1rem;
    margin-top: 0.1rem;
}
.toolbox select {
    padding: 0.75em 2.7rem 0.75em 1.4rem;
    border-radius: 0.3rem;
    cursor: pointer;
}
.toolbox .toolbox-show select {
    padding-left: 1.3rem;
    padding-right: 2.8rem;
    width: 11rem;
}
.toolbox .item-found {
    color: #a9a9a9;
    font-size: 14px;
    letter-spacing: 0;
}
.toolbox .item-found span {
    color: #11111f;
    margin-right: 0.4rem;
}
.toolbox .left-sidebar-toggle,
.toolbox .right-sidebar-toggle {
    padding: 0.78em 1.05em;
    font-size: 1.3rem;
}
.toolbox .left-sidebar-toggle i,
.toolbox .right-sidebar-toggle i {
    margin-right: 0.7rem;
    margin-left: 0.3rem;
    font-size: 14px;
}
.toolbox .left-sidebar-toggle {
    margin: 0 2rem 1rem 0;
}
.toolbox .right-sidebar-toggle {
    margin-left: 2rem;
}
.toolbox-item {
   
}
.sticky-toolbox.fixed {
    background: #fff;
    padding: 1rem 2rem 0 !important;
}
.selected-items {
    display: none;
}
.toolbox + .selected-items {
    font-size: 14px;
}
.selected-items > * {
    display: inline-block;
    margin: 0 0.8rem 0.5rem 0;
}
.selected-items .filter-clean {
    margin-left: 1.2rem;
}
.selected-item {
    line-height: 1;
    letter-spacing: 0;
    background-color: #f5f5f5;
    color: #666;
    padding: 8px 1rem;
}
.selected-item i {
    margin-left: 1.1rem;
    vertical-align: middle;
}
.toolbox-layout {
    display: flex;
    align-items: center;

}
.btn-layout {
    line-height: 1;
    color: #dadada;
    transition: color 0.4s;
}
.btn-layout + .btn-layout {
    margin-left: 1rem;
}
.btn-layout i {
    font-size: 1.9rem;
    color: inherit;
}
.btn-layout.active,
.btn-layout:hover {
    color: #11111f;
}
@media (max-width: 991px) {
    .shop-content .main-content {
        width: 100%;
    }
    .toolbox .sidebar-fixed {
        margin-right: 0;
    }
    .toolbox .sidebar-content {
        display: block;
    }
}

@media (max-width: 575px) {
    .shop-default-banner {
        padding: 2rem;
        font-size: 0.6rem;
    }
    .toolbox-left label,
    .toolbox-right .toolbox-layout {
        display: none;
    }
    .toolbox-right .toolbox-item.toolbox-show {
        margin-right: 0;
    }
    .toolbox-pagination {
        flex-direction: column;
    }
    .product-lists .product-list {
        border-top: 0;
    }
    .toolbox .left-sidebar-toggle {
       height: 50px;
margin-bottom: 0;
line-height: 47px;
padding: 0 18px;
    }
    .toolbox .left-sidebar-toggle i {
        margin: 0;
    }
    .toolbox .left-sidebar-toggle span {
        display: none;
    }
}
@media (max-width: 767px) {
    .shop-default-banner {
        font-size: 0.7rem;
    }
    .sticky-toolbox.fixed {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .toolbox .left-sidebar-toggle {
       height: 50px;
margin-bottom: 0;
line-height: 47px;
padding: 0 18px;   margin-right: 1rem; }
    .toolbox select {
        max-width: 100%;
    }
	
	.toolbox-left,
	.toolbox .select-box {
		width: 100%;
		margin-right: 0 !important;
	}
	
}
.header {

    background: #fff;
    color: #11111f;
}
.header .container,
.header .container-fluid,
.header .inner-wrap {
    display: flex;
    align-items: center;
}
.header .inner-wrap {
    width: 100%;
}
.header a:not(.btn) {
    color: inherit;
}
.header a:not(.btn):hover {
    color: #f6be00;
}
.header-bottom,
.header-middle,
.header-top {
    display: flex;
}
.header-center,
.header-left,
.header-right {
    display: flex;
    align-items: center;
}
.header-right {
    margin-left: auto;
}
.has-center .header-right {
    flex: 1;
}
.has-center .header-right {
    justify-content: flex-end;
}
.has-center .header-center {
    margin-left: 2rem;
    margin-right: 2rem;
}
.header-top {
    background: #f5f6f8;
    text-transform: capitalize;
	padding: 2px 0;
font-size: 13px;
}
.header-top .header-right {
    padding-right: 0.2rem;
}
.header-top .header-right > .dropdown:first-child {
    margin-left: 0;
}
.header-top .header-right > .dropdown:hover .dropdown-box:before {
    visibility: visible;
    opacity: 1;
    top: auto;
    bottom: 100%;
}
.header-top .header-right .dropdown-box:before {
    content: "";
    position: absolute;
    z-index: 1002;
    left: 50%;
    top: -9999px;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #fff;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.header-top .header-right a {
    display: flex;
    align-items: center;
}
.header-top .header-right i {
    margin-right: 5px;
    font-size: 1.5rem;
}
.header-top .header-right > * {
    margin-left: 12px;
}
.header-top .header-right .delimiter {
    margin: 0 0.3rem;
    color: #aaa;
}
.header-top .header-right .divider {
    width: 1px;
    height: 1.5rem;
    background-color: #ccc;
}
.logo {
    min-width: 14.4rem;
    margin-right: 2rem;
}
.logo img {
	width: 180px;
    display: block;
}
.header h1 {
    line-height: 0;
    margin-bottom: 0;
}
.header-bottom {
    color: #11111f;
    background: #fff;
    font-size: 14px;border-bottom: 1px solid #eee;

}

.header-bottom.sticky-content.fixed {
	background: #11111f;
	color: #fff;border: none;

}


.header-bottom .main-nav {
    margin-left: 2.1rem;
}
.header-bottom .header-right {
    padding-right: 0.2rem;
}
.header-bottom .header-right > a {
    display: flex;
    align-items: center;
    padding: 1.4rem 0 1.3rem;
}
.header-bottom .header-right > a i {
    vertical-align: middle;
}
.header-bottom .header-right > a i.w-icon-map-marker {
    font-size: 2.2rem;
    margin-top: -0.5rem;
}
.header-bottom .header-right > a i.w-icon-sale {
    font-size: 2.4rem;
    margin-right: 0.8rem;
}
.header-bottom .header-right > a:first-child {
    margin-right: 3.2rem;
}
.header-bottom:not(.fixed) .show-dropdown .dropdown-box {
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none !important;
    margin-top: 2rem;
}
.welcome-msg {
    margin: 0;

    font-weight: inherit;
  
    line-height: 1.5;
    white-space: nowrap;
    padding: 10px 0;
    text-transform: capitalize;
}
.header-middle {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #11111f;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.header-middle .header-left {
    flex: 1;
}
.account {
    display: flex;
    margin-right: 2rem;
}
.account .login {
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #999;
    transition: color 0.3s;
}
.account .w-icon-account {
    color: white;
    width: 5.3rem;
    height: 5.3rem;
    border: 1px solid rgba(238, 238, 238, 0.5);
    font-size: 2rem;
    transition: border-color 0.3s, color 0.3s;
}
.account span {
    color: #ccc;
    transition: color 0.3s;
}
.account b {
    color: white;
    font-size: 1.5rem;
    transition: color 0.3s;
}
.account:hover .login,
.account:hover b,
.account:hover span {
    color: #f6be00;
}
.account:hover .w-icon-account {
    color: #f6be00;
    border-color: #f6be00;
}
.header-search {
    position: relative;
    width: 100%;
    max-width: 38rem;
}
.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 0.9rem;
    border: 2px solid #eee;
    border-right: 0;
    font-size: 14px;
    letter-spacing: 0;

}
.header-search input.form-control::placeholder {
    color: inherit;
}
.header-search .btn-search {
    margin: 0;
    padding: 0;
    min-width: 4.6rem;
    color: #11111f;
    border-left: 0;
    border-color: #eee;
    font-size: 1.5rem;
    font-weight: normal;
height: 50px;
    text-transform: none;
}
.header-search .btn-search i {
    font-size: 1.7rem;
    line-height: 1;

    font-weight: 500;
}
.header-search .btn-search:active,
.header-search .btn-search:focus,
.header-search .btn-search:hover {
    color: #f6be00;
    background-color: transparent;
}
.header-search .select-box:before {
    right: 1.2rem;
    margin-top: -0.1rem;
    font-weight: 400;
}
.header-search .select-box select {
    position: relative;
    padding: 0 2rem 0 1.5rem;
    border: 0;
    font-weight: 400;
    z-index: 1;
}
.header-search.hs-toggle .input-wrapper {
    position: absolute;
    display: flex;
    right: -2.5rem;
    top: 100%;
    min-width: 30rem;
    padding: 1.5rem;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    z-index: 100;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
}
.header-search.hs-toggle:hover {
    color: #f6be00;
}
.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    font-size: 1.3rem;
    color: #777;
    background-color: #f4f4f4;
    border: none;
    height: 5rem;
}
.header-search.hs-toggle .btn-search {
    background-color: #f4f4f4;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #222;
    border: none;
}
.header-search.hs-toggle .btn-search i {
    margin-bottom: 0.3rem;

}
.header-search.hs-toggle.show .input-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.header-search.hs-toggle.show .search-toggle:after {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, 0);
}
.header-search.hs-expanded {
    flex: 1;
    margin: 0 auto;
    min-width: auto;
    max-width: none;
}
.header-search.hs-expanded .select-box {
    width: 14.6rem;
    border: 2px solid #eee;
    border-right: none;
    color: #666666;
	display: flex;
text-transform: capitalize;
}
.header-search.hs-expanded .select-box:after {
    content: "";
    height: 35px;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);z-index:1;
}
.header-search.hs-expanded input.form-control {
    color: #666;
    border-right: none;
    border-left: none;
}
.header-search.hs-expanded .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s, color 0.4s;
	background: #f6be00;
color: #fff;
border-color: #f6be00;
}
.header-search.hs-expanded .btn-search i {
    margin: 0;
}
.header-search.hs-expanded .btn-search span {
    margin-right: 0.5rem;
 
}
.header-search.hs-simple {
    min-width: 35rem;
}
.header-search.hs-simple input.form-control {
    border: none;
    background-color: #f5f5f5;
}
.header-search.hs-simple .btn-search {
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 4.5rem;
    background: transparent;
    color: #666;
}
.header-search.hs-rounded .form-control,
.header-search.hs-rounded .select-box {
    border-radius: 0.5rem 0 0 0.5rem;
}
.header-search.hs-rounded .btn-search {
    border-radius: 0 0.5rem 0.5rem 0;
}
.header-search.hs-rounded.hs-simple input.form-control {
    border-radius: 5rem;
}
.header-search.hs-rounded.hs-expanded .form-control {
    border-radius: 0;
}
.header-search.hs-round .form-control,
.header-search.hs-round .select-box {
    border-radius: 0.3rem 0 0 0.3rem;
}
.header-search.hs-round .btn-search {
    border-radius: 0 0.3rem 0.3rem 0;
}
.header-search.hs-round.hs-simple input.form-control {
    border-radius: 3rem;
}
.header-search.hs-round.hs-expanded .form-control {
    border-radius: 0;
}
.dir-up.hs-toggle .input-wrapper {
    top: auto;
    bottom: 100%;
    margin-bottom: 2rem;
}
.main-nav {
    margin-left: 5.1rem;
}
.main-nav .menu > .has-submenu {
    padding-right: 1.5rem;
}
.mobile-menu-toggle {
    display: none;
    font-size: 2.4rem;
    line-height: 1;
}
.compare {
    display: flex;
    align-items: center;
    margin: -0.3rem 2.7rem 0 0;
    color: #11111f;
}
.compare span.compare-label {
    cursor: pointer;
    margin-top: 0.1rem;
    font-weight: inherit;
    color: inherit;
}
.compare i {
    font-size: 3rem;
    color: inherit;
}
.compare:hover {
    color: #f6be00;
}
.wishlist {
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
    margin-right: 2.3rem;
    color: #11111f;
    margin-top: 0.1rem;
}
.wishlist span {
    margin-top: 0.3rem;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
.wishlist i {
    font-size: 2.4rem;
    color: inherit;
}
.wishlist:hover {
    color: #f6be00;
}
.header-call {
    position: relative;
    margin-right: 5rem;
}
.header-call .w-icon-headphone {
font-size: 30px;
margin-right: 12px;
}


.header-call .call-info {
    margin-top: 0.5rem;
}
.header-call .phone-number {
    font-size: 1.6rem;
    line-height: 1.7;
}
.header-call .chat a {
    color: #f6be00;
}
.header-call .chat a:hover {
    color: #f6be00;
}
.header-call:hover .phone-number,
.header-call:hover .w-icon-call {
    color: #f6be00;
}
.header-call:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -2.5rem;
    width: 1px;
    height: 4.1rem;
    background-color: #e5e5e5;
}
.cart-dropdown {
    color: #11111f;
}
.cart-dropdown > a i {
    font-size: 2rem;
    color: inherit;
}
.label-down {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.label-down i {
    display: inline-block;
}


.header-right .label-down i {
	font-size: 24px;
}

.header-right .label-down span {
margin-top: 8px;text-transform: capitalize;
}


.label-down span {
    display: block;
}
.label-down i + span {
    margin-top: 0.3rem;
 
    line-height: 1;
}
.header-border .header-bottom {
    border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
    .header .main-nav {
        display: none;
    }
    .header .sticky-content-wrapper {
        display: none;
    }
    .header-top .header-left {
        margin-right: 2rem;
    }
    .header-middle .header-right > :not(:last-child) {
        margin-right: 2rem;
    }
    .header-bottom {
        display: none;
    }
    .mobile-menu-toggle {
        display: block;
    }
    .header-call {
        margin-right: 1rem !important;
    }
    .header-call:after {
        content: none;
    }
}
@media (max-width: 991px) and (min-width: 480px) {
    .header-middle .logo {
        margin-left: 2rem;
    }
}
@media (max-width: 479px) {
    .header-top .header-left {
        position: relative;
        overflow: hidden;
    }
    .welcome-msg {
        transform: translateX(0);
        animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
    }
    .header-middle .logo {
        margin: 0 auto;
    }
    .header-middle .header-right {
        margin-left: 0 !important;
    }
}
.dropdown {
    position: relative;
}
.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.dropdown.show:after,
.dropdown:hover:after {
    visibility: visible;
    opacity: 1;
    top: calc(100% - 20px);
    transform: translate3d(50%, 0, 0);
}
.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    transform: translate3d(0, 0, 0);
}
.dropdown.show > a,
.dropdown:hover > a {
    color: #f6be00;
}
.dropdown a {
    display: flex;
    align-items: center;
}
.dropdown a .dropdown-image {
    max-width: 1.4rem;
    margin-right: 0.6rem;
    margin-top: -1px;
    height: auto;
}
.dropdown > a {
    line-height: 1.1;
    padding: 11px 0;
}
.dropdown > a:after {
    display: inline-block;
    margin-left: 6px;
    content: "";
    font-family: "FontAwesome"; font-weight: 300;
    font-size: 8px;

}
.dropdown li.active > a,
.dropdown li:hover > a {
    color: #f6be00;
}
.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    padding: 0.5rem 0;
    color: #666;
    background-color: #fff;
    box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -10px, 0);min-width: 80px;
}
.dropdown-box a {
    padding: 0.6rem 1rem;

    line-height: 1.1;
}
.cart-dropdown .cart-toggle {
    padding: 0;
}
.cart-dropdown .cart-toggle:after {
    content: none;
}
.cart-dropdown .cart-label {
    display: block;
    margin: 0.5rem 0 0;
    font-weight: inherit;

}
.cart-dropdown .cart-count {
position: absolute;
width: 1.9rem;
height: 1.9rem;
border-radius: 50%;
font-style: normal;
z-index: 1;
right: -12px;
top: -6px;
font-weight: 400;
line-height: 1.8rem;
background: #f6be00;
color: #fff;
text-align: center;
font-family: amazon;
font-family: "amazon";
font-size: 12px;
}
.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}
.cart-dropdown .cart-header span {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #11111f;
}
.cart-dropdown .cart-header a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
}
.cart-dropdown .cart-header i {
    margin-left: 0.6rem;
    font-size: 1.8rem;
}
.cart-dropdown .cart-action {
    display: flex;
}
.cart-dropdown .cart-action .btn {
    width: 50%;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1rem;
}
.cart-dropdown .cart-action .btn:last-child {
    margin-left: 1rem;
}
.cart-dropdown .cart-action .btn-dark:active,
.cart-dropdown .cart-action .btn-dark:focus,
.cart-dropdown .cart-action .btn-dark:hover {
    border-color: #f6be00;
    background-color: #f6be00;
    color: #fff;
}
.cart-dropdown .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.8rem 0;
    font-size: 14px;

    color: #11111f;
    line-height: 1;
    text-transform: capitalize;

}
.cart-dropdown .cart-total .price {
    font-size: 1.6rem;
}
.cart-dropdown .dropdown-box {
    padding: 1rem 3rem 3rem;
    min-width: 30rem;
    margin-top: 0.5rem;
}
.cart-dropdown .product-price {
    color: #f6be00;
    overflow: visible;
}
.cart-dropdown .products {
    max-height: 28rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1rem;
}
.cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -34rem;
    max-width: 34rem;
    margin-top: 0;
    padding: 2.4rem 2rem 2rem;
    width: 100%;
    height: 110vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s;
    transform: none;
    z-index: 2499;
    box-shadow: none;
}
.cart-dropdown.cart-offcanvas .products {
    border-top: 1px solid #eee;
}
.cart-dropdown.cart-offcanvas.opened .dropdown-box {
    right: 0;
}
.cart-dropdown.cart-offcanvas.opened .cart-overlay {
    opacity: 1;
    visibility: visible;
}
.cart-dropdown .cart-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2498;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
.product.product-cart {
    display: flex;
    align-items: center;
    position: relative;
    padding: 2rem 0 0;
}




.product.product-cart .product-media {
    max-width: 8rem;
    flex: 0 0 8rem;
height: 90px;
}


.product.product-cart .product-media {
max-height: 90px;
}

.product.product-cart .product-media a {
    display: block;
    padding: 0;
}
.product.product-cart .product-detail {
    flex: 1;
}
.product.product-cart .product-name {
    white-space: normal;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.product.product-cart .price-box {
    display: flex;
    align-items: center;
}
.product.product-cart .product-quantity {
    margin-right: 0.7rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #999;
}
.product.product-cart .product-quantity:after {
    content: "x";
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 0.7rem;
    text-transform: none;
    line-height: 0;
}
.product.product-cart .btn-close {
    position: absolute;
    top: 0.9rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
    color: #11111f;
    background-color: #fff;
    padding-bottom: 0;
}
.product.product-cart .btn-close:hover {
    color: #f6be00;
}
.product.product-cart .btn-close i {
    font-size: 14px;

    margin: 0;
    line-height: 1.7rem;
}
.category-dropdown > a {
    background: #fff;
    min-width: 28rem;
height: 50px;
transition: all 0.3s;
text-transform: capitalize;
padding: 0 30px;
}
.category-dropdown > a i {
    margin-bottom: 0.1rem;
    font-size: 1.7rem;
    line-height: 0;
}
.category-dropdown > a span {
    flex: 1;
    margin-left: 0.7rem;
}
.category-dropdown > a:after {
    font-family: "octopios";
    content: "";

    font-size: 0.9rem;
}
.category-dropdown > a:not(.btn):hover {
    color: #fff;
}
.category-dropdown.show > a,
.category-dropdown:hover > a {
    color: #fff;
    background-color: #f6be00;
}
.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 24rem;
    color: #11111f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: z-index 0.3s, transform 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
    top: 100%;
}
.category-dropdown:after,
.category-dropdown:before {
    left: 25px;
    transform: translate3d(50%, 0, 0);
}
.category-dropdown:after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    top: calc(100% - 20px);
}
.category-dropdown.menu-fixed .dropdown-box,
.category-dropdown.menu-fixed:after {
    visibility: hidden;
    opacity: 0;
}
.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show:after {
    visibility: visible;
    opacity: 1;
}
.category-dropdown.has-border .category-toggle {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.category-dropdown.show-dropdown .dropdown-box {
    border-radius: 0.5rem;
}
.category-dropdown.show-dropdown .dropdown-box:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 1.7rem;
    border: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}
.category-dropdown.show-dropdown .dropdown-box .category-menu {
    background-color: #f5f5f5;
    border-radius: 0.5rem;
}
@media (max-width: 1199px) {
    .category-dropdown > a {
        min-width: 24rem;
    }
}
@media (max-width: 991px) {
    .cart-dropdown .cart-label {
        display: none;
    }
}
@media (max-width: 479px) {
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem;
    }
}
.menu {
    display: flex;
    align-items: center;
}
.menu a {
    display: inline-block;
    color: inherit;
}
.menu a:hover {
    color: #f6be00;
}
.menu .menu-title {
    margin-bottom: 2rem;
    font-size: 14px;

    line-height: 1;

    text-transform: uppercase;
}
.menu .submenu {
    padding: 2rem 0;
    background: #fff;

    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #666666;
}
.menu .submenu .has-submenu > a:after {
    content: "";

    font-size: 0.9rem;
    transform: translateY(-50%);
}
.menu li {
    position: relative;
    line-height: 1;
}
.menu li a {
    padding: 0.7rem 0 0.8rem 0;
}
.menu li .megamenu,
.menu li ul {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    visibility: hidden;
    opacity: 1;
    transition: transform 0.3s ease-out;
    transform: translate3d(0, -10px, 0);
}
.menu li .megamenu {
    padding: 0 1rem;
}
.menu li > .submenu {
    min-width: 21.5rem;
}
.menu li > .submenu li {
    padding: 0 1.9rem;
}
.menu .show .megamenu,
.menu .show > .submenu,
.menu li:hover .megamenu,
.menu li:hover > .submenu {
    visibility: visible;
    top: -2rem;
    transform: translate3d(0, 0, 0);
}
.menu > li {
    margin-right: 2rem;
}
.menu > li:last-child {
    margin-right: 0;
}
.menu > li > a {
    position: relative;
    padding: 1.8rem 0 1.7rem 0;

    font-size: 14px;
   
    line-height: 1.1;
    text-transform: capitalize;
}
.menu > li > a:after {
    margin-left: 0.6rem;
}
.menu > li .megamenu,
.menu > li > .submenu {
    left: -1.5rem;
}
.menu > li.active > a:not(.menu-title),
.menu > li:hover > a:not(.menu-title) {
    color: #f6be00;
}
.menu > li.show .megamenu,
.menu > li.show > .submenu,
.menu > li:hover .megamenu,
.menu > li:hover > .submenu {
    top: 100%;
}
.menu .has-submenu > a {
    display: block;
    position: relative;
}
.menu > .has-submenu > a:after {
    margin-top: 1px;
    right: -16px;
}
.menu.no-arrow > li > a:after {
    content: none;
}
.menu .megamenu ul {
    position: static;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
}
.active-underline > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    margin-top: 17px;
    width: 100%;
    border-top: 3px solid;
    border-color: inherit;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s ease;
}
.active-underline > li.active > a:before,
.active-underline > li:hover > a:before {
    transform-origin: left center;
    transform: scale(1, 1);
}
.has-submenu > a:after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "FontAwesome"; font-weight: 300;
    font-size: 1rem;
    color: inherit;
    content: "";
}
.megamenu {
    display: flex;
    min-width: 85rem;
    background: #fff;flex-wrap: wrap;
}
.megamenu > li {
    flex: 1;
    padding: 2.7rem 1rem 0;
	min-width: 25%;
max-width: 25%;
}
.megamenu > li.row:last-child {
    padding: 0 2rem 2rem 0;
}
.megamenu ul {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 0;
    letter-spacing: 0;
}
.megamenu ul:last-child {
    margin-bottom: 1rem;
}
.megamenu-sm {
    min-width: 40rem;
}
.megamenu .menu-banner {
    height: calc(100% + 2.7rem);
    margin: -2.7rem -1rem 0;
    overflow: hidden;
}
.megamenu .menu-banner figure {
    height: 100%;
}
.megamenu .menu-banner img {
    height: 100%;
    object-fit: cover;
}
.megamenu .menu-banner .btn:not(.btn-outline) {
    padding: 0;
    letter-spacing: 0.005em;
}
.menu-banner1 .banner-content {
    left: 10%;
    bottom: 5%;
}
.menu-banner1 .banner-subtitle {
    font-size: 7.187rem;

    transform: rotateZ(-90deg) translate(2%, -50%);
    margin-bottom: 35px;
}
.menu-banner1 .banner-title {
    position: relative;
    margin-bottom: 1.1rem;
    font-size: 2.4rem;

    line-height: 1.3;
}
.menu-banner1 .banner-title span {
    display: block;
    font-size: 2rem;
    color: #547ca5;
}
.menu-banner2 .banner-content {
    top: 8%;
    left: 12.7%;
}
.menu-banner2 .banner-price-info {
    font-weight: 500;
}
.menu-banner2 .banner-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.4rem;
}
.menu-banner3 .banner-content {
    bottom: 2.8rem;
    left: 12.8%;
}
.menu-banner3 .banner-subtitle {
    font-size: 1.6rem;
}
.menu-banner3 .banner-title {
    margin-bottom: 0.1rem;
    font-size: 2.4rem;
    line-height: 1.25;
}
.menu-banner3 .banner-price-info {
    margin-bottom: 2.3rem;
    font-size: 2rem;
}
.menu-banner4 .banner-content {
    top: 6.9%;
    left: 12.7%;
}
.menu-banner4 .banner-subtitle {
    margin-bottom: 1.1rem;
    font-size: 14px;
    color: #ccc;
}
.menu-banner4 .banner-title {
    margin-bottom: 0.3rem;
    font-size: 2.2rem;
    line-height: 1.1;
}
.menu-banner4 .banner-price-info {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
}
.menu-banner4 .btn-outline {
    padding: 0.75em 1.45em;
    letter-spacing: 0;
}
.menu-banner4 .btn-outline:active,
.menu-banner4 .btn-outline:focus,
.menu-banner4 .btn-outline:hover {
    color: #f6be00;
    background-color: #fff;
    border-color: #fff;
}
.menu-banner5 .banner-content {
    margin-top: -0.2rem;
    left: 2rem;
}
.menu-banner5 .banner-content.text-right {
    right: 2rem;
}
.menu-banner5 .banner-subtitle {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}
.menu-banner5 .banner-title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
}
.menu-banner5 .banner-price-info {
    font-size: 1.3rem;
}
.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 7px;
    padding: 0.3rem 0.5rem 0.2rem;
    border-radius: 0.2rem;
    font-size: 1rem;

    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.tip.tip-new {
    background-color: #f6be00;
}
.tip.tip-hot {
    background-color: #ff9742;
}
.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2400;

    transition: visibility 0.4s;
}
.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-296px);
    transition: transform 0.4s;
}
.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
}
.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
    color: #fff;
    border: 1px solid;
    border-color: #6b6b6b;
    border-right: 0;
    background-color: transparent;
    font-size: 14px;
    border-radius: 0.3rem 0 0 0.3rem;
}
.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    min-width: 4.8rem;
    background-color: transparent;
    color: #6b6b6b;
    font-size: 2rem;
    align-self: stretch;
    border: 1px solid #6b6b6b;

    border-radius: 0 0.3rem 0.3rem 0;
}
.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 0.4rem 0;
}
.mobile-menu-container .mobile-menu {
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
    background: #222;
}
.mobile-menu-container .tab-content {
    background-color: transparent;
}
.mobile-menu-container .nav {
    border: none;
    flex-wrap: nowrap;
}
.mobile-menu-container .nav .nav-item {
    margin: 0;
    width: 50%;
}
.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    padding: 1rem;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: 2px solid;
}
.mobile-menu-container .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
    color: #f6be00;
    border-color: #f6be00;
}
.mobile-menu-container.scrollable::-webkit-scrollbar-thumb,
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    cursor: pointer;
}
.mobile-menu-container .tab-pane {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.mobile-menu {
    line-height: 1.5;
    color: #eeeeee;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.mobile-menu ul {
    display: none;
    width: 100%;
}
.mobile-menu > li a {
    display: flex;
    align-items: center;
}
.mobile-menu > li a svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    stroke: #fff;
    fill: #fff;
    vertical-align: middle;
    transition: color 0.3s;
}
.mobile-menu > li.active svg,
.mobile-menu > li:hover svg {
    stroke: #f6be00;
    fill: #f6be00;
}
.mobile-menu > li:last-child {
    padding-bottom: 0.5rem;
}
.mobile-menu > li:not(:last-child) {
    border-bottom: 1px solid #2e3237;
}
.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem 0.6rem 1.3rem 1rem;
    color: inherit;
    transition: color 0.3s;
}
.mobile-menu li i {
    display: inline-block;
    margin-top: -0.3rem;
    margin-right: 1rem;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
}
.mobile-menu li li a {
    padding-left: 2.4rem;
}
.mobile-menu li li li a {
    padding-left: 3.6rem;
}
.mobile-menu li.expanded > a,
.mobile-menu li.show > a,
.mobile-menu li:hover > a {
    color: #f6be00;
}
.mobile-menu-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 14px;

    color: #fff;
}
.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s;
}
.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 35px);
    top: 25px;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
}
.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1;
}
.mmenu-active {
    overflow: hidden;
}
.mmenu-active .mmenu-anim,
.mmenu-active .mmenu-anim > li {
    opacity: 1;
    transform: translateY(0);
}
.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px;
}
.mmenu-active .mobile-menu-wrapper {
    visibility: visible;
}
.mmenu-active .mobile-menu-container {
    transform: translateX(0);
}
.mmenu-active .mobile-menu-overlay {
    opacity: 0.5;
}
.mmenu-active .mobile-menu-close {
    opacity: 1;
}
.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}
.toggle-btn:before {
    content: "";
    display: block;
    font-size: 0.8rem;

    font-family: "octopios";
    line-height: 1;
    transition: transform 0.5s;
}
.show > a .toggle-btn:before {
    transform: rotate(630deg);
}
.category-menu {
    padding: 1rem 0;
    background: #fff;
}
.category-menu i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 0.7rem;
    font-size: 1.7rem;
    width: 1.7rem;
}
.category-menu > li > a {
    display: block;
    padding: 1.2rem 1rem;
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.1;
    
    color: #666666;
}
.category-menu > li > a:before {
    content: none;
}
.category-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #eeeeee;
}
.category-menu > li:last-child > a i {
    margin: 0 0 0 0.4rem;
    font-size: 14px;

}
.category-menu li .megamenu {
    padding: 0 0 0 2rem;
}
.category-menu li:last-child {
    flex: none;
}
.category-menu li:hover > a:not(.menu-title) {
    color: #f6be00;
}
.category-menu li:hover > a:not(.menu-title) i {
    color: inherit;
}
.category-menu > .has-submenu:hover > a:after {
    right: 0.5rem;
}/*
.category-menu .megamenu {
    min-width: 68.5rem;
}*/
.category-menu .megamenu > li:not(:last-child) {
    padding: 2.8rem 2rem 0 0rem;
}
.category-menu .megamenu .menu-title {
    font-size: 14px;
    margin-bottom: 1.3rem;
}
.category-menu .megamenu .divider {
    border: 1px solid #eeeeee;
    border-bottom: 0px;
    margin: 0.5rem 0 2rem;
}
.category-menu .megamenu li a:not(.btn) {
    padding-top: 0.8rem;
}
.category-menu .megamenu.type2 {
    display: block;
}
.category-menu .megamenu.type2 figure {
    text-align: center;
}
.vertical-menu {
    display: block;
    min-width: 24rem;
}
.vertical-menu i.w-icon-electronics,
.vertical-menu i.w-icon-furniture {
    font-size: 1.5rem;
    text-align: center;
}
.vertical-menu > li {
    margin-right: 0;
    padding: 0 1rem;
}
.vertical-menu > li .megamenu,
.vertical-menu > li > ul {
    transform: translate3d(-15px, 0, 0);
}
.vertical-menu > li > a {
    display: block;
}
.vertical-menu > li > a:after {
    content: none;
}
.vertical-menu > li.active .megamenu,
.vertical-menu > li.active > ul,
.vertical-menu > li:hover .megamenu,
.vertical-menu > li:hover > ul {
    left: 100%;
    top: 0rem;
}
.vertical-menu > li:first-child.active .megamenu,
.vertical-menu > li:first-child.active > ul,
.vertical-menu > li:first-child:hover .megamenu,
.vertical-menu > li:first-child:hover > ul {
    top: -1rem;
}
.vertical-menu > .has-submenu > a:after {
    content: "";
    position: absolute;
    right: 1rem;
    line-height: 0;

    font-size: 14px;
    transition: right 0.3s;
}
.horizontal-menu {
    width: 100%;
    padding: 1rem 3.2rem;
    background-color: #11111f;
    border-radius: 0.5rem;
    color: #fff;
    overflow-x: auto;
}
.horizontal-menu > li {
    flex: 1;
    margin-right: 3.05rem;
    text-align: center;
}
.horizontal-menu > li:not(:last-child) > a {
    border-bottom: none;
}
.horizontal-menu > li > a {
    padding: 0.8rem 1rem;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.horizontal-menu > li:hover i {
    transform: translateY(-0.5rem);
}
.horizontal-menu > li:last-child > a i {
    margin: 0 0 0.9rem;
    font-size: 3rem;
    font-weight: 400;
}
.horizontal-menu i {
    display: block;
    width: auto;
    height: 3rem;
    margin: 0 0 0.9rem;
    font-size: 3rem;
    line-height: inherit;
    transition: transform 0.3s;
}
.horizontal-menu::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.horizontal-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}
@media (min-width: 1200px) {
    .category-menu .megamenu.type2 {
        min-width: 88rem;
    }
}
@media (max-width: 1199px) {
    .main-nav .menu .megamenu {
        left: -18rem;
    }
    .category-menu .megamenu.type2 {
        min-width: 70rem;
    }
}
.footer {

    font-size: 1.3rem;
    background: #f8f8f8;
	background-image: url(../images/ironpatern.png);
}
.footer a {
color: #333 !important;
}
.footer a.active,
.footer a:active,
.footer a:hover {
    color: #f6be00;
}
.footer.footer-dark a.active,
.footer.footer-dark a:active,
.footer.footer-dark a:hover {
    color: #fff;
}
.footer p {

}
.footer .category-name {

    font-size: 14px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 2rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
.footer .category-box {
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
}
.footer .category-box:not(:last-child) {
    margin-bottom: 1.4rem;
}
.footer .category-box a {
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #666;
    line-height: 1;
    margin-bottom: 1rem;
    position: relative;
}
.footer .category-box a:active,
.footer .category-box a:focus,
.footer .category-box a:hover {
    color: #f6be00;
}
.footer .category-box a:last-child:before {
    width: 100%;
}
.footer .category-box a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    border-left: 1px solid #ccc;
    margin: 0px 0.9rem 0 1rem;
    vertical-align: bottom;
}
.footer .category-box a:last-child:after {
    content: none;
}
.footer .social-icons-colored .social-icon {
    color: #fff;
	width: 40px;
height: 40px;
display: block;
line-height: 40px;
font-size: 14px;
}

.footer .social-icons-colored a {
	display: block;
}

.logo-footer,
.logo-footer img {
    display: block;
	width:180px;
}
.footer-newsletter {
    padding: 2.8rem 0;
}
.footer-newsletter .icon-box-side {
    justify-content: left;
}
.footer-newsletter .icon-box-title {
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
}
.footer-newsletter .icon-box-icon {
    margin-right: 2rem;
    margin-bottom: 0.4rem;
}
.footer-newsletter .icon-box-icon i {
    font-size: 4.7rem;
}
.footer-newsletter .icon-box-content p {
    line-height: 1.6;
}
.footer-newsletter .input-wrapper-inline {
    max-width: 100%;
}
.footer-newsletter .btn {
    padding: 0.93em 1.85em;
}
.footer-newsletter .btn i {
    margin: -0.2rem 0.9rem 0 0;
    font-size: 1.6rem;
}
.footer-top {
    padding: 40px 0 0;
    border-bottom: 1px solid #ddd;
}
.footer-top .widget {
    margin-bottom: 20px;
}
.footer-top .widget-title {
    padding: 0 0 1.5rem 0;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 15px;

    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #11111f;
    border: none;
    cursor: text;
}
.footer-top .widget-body {
    padding: 0;
    color: #666;
}
.footer-top .widget-body li {
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.footer-middle {
    padding: 4.5rem 0 3.8rem;
    border-bottom: 1px solid #eee;
}
.footer-bottom {
    padding: 8px 0;
    color: #666;
}
.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
    display: flex;
    align-items: center;
}
.footer-bottom .footer-left,
.footer-bottom .footer-right {
    display: flex;
    align-items: center;
}
.footer-bottom .footer-right {
    justify-content: flex-end;
    flex: 1;
}
.footer .widget-about {
    margin-top: 0.2rem;
}
.footer .widget-about .logo-footer {
margin-bottom: 25px;
}

.footer .widget-about .widget-about-title {
margin-bottom: 0;

font-weight: 500;
font-size: 15px;line-height: 22px;text-transform: capitalize;
}
.footer .widget-about .widget-about-call {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.9rem;color: #11111f;
}
.footer .widget-about .widget-about-call:hover {
    color: #f6be00;
}
.footer .widget-about .widget-about-desc {

    margin-bottom: 0;
    max-width: 30rem;
}


.footer .widget-about .widget-about-desc > * {
color: #333 !important;
font-size: 13px !important;
line-height: 21px !important;
font-family: inherit !important;
}

.footer .copyright {
    font-size: 1.3rem;
    line-height: 1.92;
    margin-bottom: 0;
    text-align: center;
}
.payment img {
    display: block;
		height: 45px;
width: auto !important;
}
.payment-label {
    margin-right: 1rem;
}
.sticky-footer {
    display: flex;
    align-items: center;
    padding: 0 4rem;
    background: #fff;
	opacity: 0;
overflow: hidden;
display: none;
}
.sticky-footer > * {
    flex: 1;
}
.sticky-footer .cart-dropdown {
    position: relative;
}
.sticky-footer .cart-dropdown .dropdown-box {
    top: auto;
    bottom: 100%;
    right: 0;
    min-width: 34rem;
    padding: 2rem 3rem 3rem;
    margin-bottom: 2.1rem;
    transform: translateY(20px);
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.sticky-footer .cart-dropdown:hover .dropdown-box {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.sticky-footer .products {
    border: none;
}
.sticky-footer .product-name a {
    padding: 0;
}
.sticky-footer .cart-total {
    padding-top: 1rem;
}
.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    margin: 1.4rem 0 1.3rem;
}
.cart-dropdown .sticky-link i,
.sticky-link i {
    font-size: 2.3rem;
    color: #666;
}
.sticky-link p {
    margin-top: 0.9rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}
.sticky-link.search-toggle p {
    margin-top: 1rem;
}
.sticky-link:hover {
    color: #f6be00;
}
.sticky-link:hover i {
    color: inherit;
}
.footer-dark {
    background-color: #222;
}
.footer-dark .category-box a:after,
.footer-dark .footer-middle,
.footer-dark .footer-top {
    border-color: #454545;
}
.footer-dark .category-name,
.footer-dark .widget-about .widget-about-title,
.footer-dark a {
    color: #999;
}
.footer-dark .widget-about .widget-about-call,
.footer-dark .widget-title {
    color: #fff;
}
@media (min-width: 992px) {
    .footer-top .col-lg-3 {
        flex: 0 0 22.22%;
        max-width: 22.22%;
    }
}
@media (min-width: 768px) {
    .sticky-footer {
        display: none;
    }
}
@media (max-width: 991px) {

    .footer-middle .category-box a:first-child {
        margin-left: 0;
    }
    .footer-newsletter .icon-box-side {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .footer-newsletter .icon-box-icon {
        margin-right: 0;
    }
    .footer-bottom,
    .footer-bottom > .container {
        display: block;
    }
    .footer-bottom .footer-left,
    .footer-bottom .footer-right {
        justify-content: center;
    }
    .footer-bottom .footer-left {
        margin-bottom: 0.2rem;
    }
    .footer-bottom .footer-right {
        flex-direction: column;align-items: start;
    }
    .footer-bottom .payment-label {
        margin: 0 0 1rem 0;
    }
}
@media (max-width: 479px) {
    .sticky-footer {
        padding: 0;
    }
    .sticky-footer .hs-toggle .input-wrapper {
        right: 1rem;
    }
    .sticky-footer .cart-dropdown .dropdown-box {
        min-width: 30rem;
        right: -5.4rem;
    }
    .footer-newsletter .icon-box-side {
        flex-direction: column;
    }
    .footer-newsletter .icon-box-content {
        text-align: center;
    }

}
/*
.header-call:after {
    right: -3.1rem;
}*/
.header-search.hs-expanded .form-control {
    min-height: 4.8rem;
}
.header-search.hs-expanded .select-box {
    width: 14.7rem;
}
.header-search.hs-expanded .select-box:before {

    margin-top: 0;
}
.header-search.hs-expanded select {
    padding: 0 2rem 0 1.2rem;
    letter-spacing: 0;
}
.header-bottom .header-right > a {
    padding-bottom: 1.4rem;
}
.header-bottom .header-right > a i.w-icon-map-marker {
    margin-top: -0.3rem;
}
.header-bottom.border-bottom {
    border-bottom: 1px solid #eee;
}
.category-dropdown.show > a,
.category-dropdown:hover > a {
    background-color: #f6be00;
}
.intro-slide {
    height: 450px;
}
.intro-slide .slide-image {
    position: absolute;

width: 50%;
height: 450px;
display: grid;
align-items: center;
}
.intro-slide .btn {
    padding: 1.22em 2.44em;
    font-size: 1.4em;


	-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);

	
}

.owl-item.active .intro-slide .btn {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;

}



.intro-slide .banner-subtitle {
    font-size: 1.6em;
    letter-spacing: 0.05em;
	
	-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);

}


.owl-item.active .intro-slide .banner-subtitle {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;

}


.intro-slide .banner-title {
    font-size: 35px;
	
		-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);

}


.owl-item.active .intro-slide .banner-title { 
opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}




.intro-slide1 .slide-image {
    width: 72.9rem;
    right: 41.6%;
    bottom: 0;
}
.intro-slide1 .banner-content {
    right: 7%;
    margin-top: -0.2rem;
    max-width: 41rem;
}
.intro-slide1 .banner-title {
    line-height: 1.13;
}
.intro-slide2 .slide-image {
    width: 86.5rem;
    left: 46.2%;
    bottom: -16rem;
}
.intro-slide2 .banner-content {
    max-width: 38rem;
    left: 8.7%;
    margin-top: -0.2rem;
}
.intro-slide2 .banner-subtitle {
    margin-left: -0.2rem;
}
.intro-slide2 .banner-title {
    margin-left: -0.3rem;
}
.intro-slide2 .banner-price-info {
    margin-left: -0.2rem;
    font-size: 2.4em;
    line-height: 1.2;
}
.intro-slide2 p {
    margin-bottom: 2.2rem;
    font-size: 1.6em;
}
.intro-slide3 .slide-image {
    width: 52.7rem;
    left: 53.5%;
    bottom: 3.5rem;
}
.intro-slide3 .banner-content {
    max-width: 46rem;
    margin-top: -0.5rem;
    left: 7%;
}
.intro-slide3 .banner-subtitle {
    margin-bottom: 0.8rem;
}
.intro-slide3 .banner-title {
    margin-bottom: 0.7rem;
    line-height: 1.1;
    font-size: 4.2em;

}
.intro-slide3 p {
    margin-bottom: 2.3rem;
    font-size: 1.8em;
}
.intro-section .nav-inner .swiper-button-next,
.intro-section .nav-inner .swiper-button-prev {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    color: #11111f;
    border: none;
}
.intro-section .nav-inner:hover .swiper-button-prev {
    left: 11.1%;
}
.intro-section .nav-inner:hover .swiper-button-next {
    right: 11.1%;
}
.intro-section .swiper-container.swiper-theme .swiper-button-next:not(.swiper-button-disabled):active,
.intro-section .swiper-container.swiper-theme .swiper-button-next:not(.swiper-button-disabled):focus,
.intro-section .swiper-container.swiper-theme .swiper-button-next:not(.swiper-button-disabled):hover,
.intro-section .swiper-container.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):active,
.intro-section .swiper-container.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):focus,
.intro-section .swiper-container.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):hover,
.recent-view-section .swiper-container.swiper-theme .swiper-button-next:not(.swiper-button-disabled):active,
.recent-view-section .swiper-container.swiper-theme .swiper-button-next:not(.swiper-button-disabled):focus,
.recent-view-section .swiper-container.swiper-theme .swiper-button-next:not(.swiper-button-disabled):hover,
.recent-view-section .swiper-container.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):active,
.recent-view-section .swiper-container.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):focus,
.recent-view-section .swiper-container.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: transparent;
    color: #f6be00;
}
.icon-box-wrapper {
    border: 1px solid #eee;
    padding: 2.4rem 0 2.5rem;
	margin:20px 0;
}
.icon-box-wrapper .icon-box-title {
    margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
    .icon-box-wrapper .icon-box-icon {
        margin-right: 1.8rem;
    }
}

.title-link-wrapper a {
    margin-bottom: 0.6rem;
    color: #11111f;
}
.title-link-wrapper a:hover {
    color: #f6be00;
}
.title-link-wrapper:after {
    content: none;
}
.title-link-wrapper .product-countdown-container {
    display: flex;
    max-width: -webkit-max-content;
    max-width: max-content;
    margin: 0 0 0.5rem 2.2rem;
    padding: 0.3rem 0.9rem;
    border-radius: 3px;
    background-color: #f7f7f7;
}
.ratings-full:before {
    color: #ccc;
}
.product-deals-wrapper .swiper-pagination {
    margin-top: 0;
}
.category-wrapper img {
    min-height: 20rem;
}
.electronics-cosmetics .banner-content {
    left: 7.3%;
}
.electronics-cosmetics .banner-title {
    font-size: 3em;
}
.electronics-cosmetics .banner-price-info {
    font-size: 1.6em;
}
.electronics-cosmetics .banner-divider {
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
}
.vendor-widget {
    margin-bottom: 0;
}
.tab-with-title.tab-nav-boxed .nav .nav-item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.products.grid-type {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 5));
    grid-auto-rows: auto;
}
.products.grid-type .lg-item {
    grid-column-end: span 2;
    grid-row-end: span 2;
}
.products.grid-type .lg-item .product {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f4f4f4;
}
.products.grid-type .lg-item .product-meida {
    flex: 1;
}
.products.grid-type .lg-item .product-details {
    padding-bottom: 3.8rem;
    background-color: #f4f4f4;
}
.products.grid-type .lg-item .product-name {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.4;
}
.products.grid-type .lg-item .ratings-container {
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.products.grid-type .lg-item .rating-reviews {
    font-size: 14px;
}
.products.grid-type .lg-item .product-price {
    font-size: 2.4rem;
}
.products.grid-type .sm-item {
    grid-column-end: span 1;
    grid-row-end: span 1;
}
.sale-banner {
    margin: 0 0 30px;
}
.sale-banner .banner-subtitle {
    padding-left: 4rem;
    padding-right: 1.9rem;
    background-color: #e0e0e0;
    white-space: nowrap;
}
.sale-banner .banner-subtitle:after,
.sale-banner .banner-subtitle:before {
    border-color: #e0e0e0;
}
.sale-banner .banner-subtitle span {
    font-size: 0.45em;
    margin-right: 0.3rem;
}
.sale-banner .content-right {
    background: #11111f;
}
.sale-banner .btn {
    background: #fff;
    border-color: #fff;
}
.sale-banner .btn:active,
.sale-banner .btn:focus,
.sale-banner .btn:hover {
    color: #fff;
    background-color: #f6be00;
    border-color: #f6be00;
}
@media (min-width: 768px) {
    .sale-banner .content-right {
        flex: 0 0 calc(100% - 27.7rem);
        max-width: calc(100% - 27.7rem);
        padding-right: 5rem;
    }
}
.categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.categories .title {
    margin-bottom: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 16px;
	padding-bottom:10px;
	position: relative;
}


.title:after,
.footer-top .widget-title:after,
.categories .title:after {
	content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background: linear-gradient(to right , #f6be00  , #ffffff14);
}


.title-center.title:after {
left: 50%;
margin-left: -25px;
}

.categories ul {
    flex: 1;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
}
.categories a:not(.btn) {
    display: inline-block;
    padding: 0.6rem 0;
    color: #11111f;
}
.categories a:not(.btn):hover {
    color: #f6be00;
}


.qu-links li a,
.categories ul li a {
position: relative;
padding-left: 15px !important;}


.qu-links li a:after,
.categories ul li a:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
	font-weight: 300;
	left:0;
	color: #f6be00;
	font-size:14px;
}



.banner-product-wrapper .banner {
    padding: 4.3rem 5.1rem 4rem;
	position: relative;z-index: 1;
	background: linear-gradient( to right , #f6be00 , #000);
	background-size: cover;
background-position: center;
}

.banner-product-wrapper .banner h5,
.banner-product-wrapper .banner p {
color: #fff;
text-transform: capitalize;
}


.banner-product-wrapper .banner .btn-new.btn-outline {
  color: #000;
  border-color: #000;
  background-color: transparent;
}




.banner-product-wrapper .banner:before {
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(to right, #000, #fefefe);
z-index: -1;
position: absolute;
content: "";

	
}



.banner-product-wrapper .banner-subtitle {
    font-size: 2em;
}
.banner-product-wrapper .banner-subtitle span {
    margin-left: 0.6rem;
}
.banner-product-wrapper .banner-title {
    margin-bottom: 1.4rem;
    font-size: 2.4em;
}
.banner-product-wrapper p {
    font-size: 1.6em;
    margin-bottom: 0;
}
.banner-product-wrapper .product-wrap {
    margin-bottom: 0;
}

.banner-product-wrapper .ratings-container {
    margin-bottom: 0.8rem;
}
.banner-product-wrapper .product-price {
    line-height: 1;
}
.banner-product-wrapper .btn-icon-right i {
    margin-left: 0.8rem;
    margin-bottom: 0.5rem;
}
.sports-fashion .banner-content {
    left: 7.7%;
}
.sports-fashion .banner-content.text-right {
    right: 7.7%;
}
.sports-fashion .banner-subtitle {
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.6;
}
.sports-fashion .banner-title {
    margin-bottom: 1.3rem;
    font-size: 2.6em;
}
.sports-fashion .banner-divider {
    width: 3.5rem;
    margin-bottom: 1.3rem;
    opacity: 0.8;
}
.sports-fashion .banner-price-info {
    font-size: 1.6em;
}
.sports-fashion .banner-price-info span {
    font-size: 1.125em;
}
.banner-electronics {
    display: flex;
    align-items: center;
    padding: 3.9% 3.8% 4.2%;
    margin-bottom: 26px;
}
.banner-electronics .banner-content {
    margin-right: 5.5rem;
}
.banner-electronics .banner-price-info {
    margin-bottom: 0.2rem;
    font-size: 2.4em;
}
.banner-electronics .banner-title {
    font-size: 3.2em;
}
.brands-wrapper {
    padding: 1.8rem 0;
    border: 1px solid #e1e1e1;
}
.brands-wrapper img {
    height: 5.3rem;
    object-fit: contain;
}
@media (max-width: 1199px) {
    .main-nav {
        margin: 0 auto;
    }
    .header-call {
        margin-right: 1rem !important;
    }
    .header-call:after {
        content: none;
    }
}
@media (max-width: 991px) {
    .intro-slide1 .banner-content {
        right: 3%;
    }
    .intro-slide2 .slide-image {
        left: 40%;
    }
    .intro-slide2 .banner-content,
    .intro-slide3 .banner-content {
        left: 3%;
    }
    .products.grid-type {
        grid-template-columns: repeat(auto-fill, calc(100% / 12));
    }
    .products.grid-type .lg-item {
        grid-column-end: span 8;
    }
    .products.grid-type .sm-item:nth-child(2),
    .products.grid-type .sm-item:nth-child(3) {
        grid-column-end: span 4;
    }
    .products.grid-type .sm-item {
        grid-column-end: span 3;
    }
    .tab-with-title {
        flex-direction: column;
    }
    .tab-with-title .nav-tabs {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .intro-slide {
        font-size: 0.9rem;
    }
    .intro-slide1 .slide-image {
        right: 50%;
    }
    .products.grid-type {
        grid-template-columns: repeat(auto-fill, calc(100% / 2));
    }
    .products.grid-type .lg-item {
        grid-column-end: span 2;
    }
    .products.grid-type .sm-item,
    .products.grid-type .sm-item:nth-child(2),
    .products.grid-type .sm-item:nth-child(3) {
        grid-column-end: span 1;
    }
    .categories {
        padding: 3rem;
    }
    .banner-electronics {
        display: block;
    }
    .banner-electronics .banner-content {
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .sale-banner .content-left {
        padding-left: 3rem;
    }
}
@media (max-width: 575px) {
    .banner {
        font-size: 0.5rem;
    }
    .intro-slide1 .banner-content {
        right: 0;
    }
    .intro-slide2 .banner-content,
    .intro-slide3 .banner-content {
        left: 0;
    }
    .intro-slide3 .slide-image {
        bottom: -3.5rem;
    }
    .banner-product-wrapper .banner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .banner-electronics {
        padding: 4rem 2rem;
    }
    .title-link-wrapper .product-countdown-container {
        margin: 0 auto 1rem auto;
    }
}


/********** Qammash ************/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: #11111f;
    z-index: 99999;
}

.loader {
    position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
font-size: 0;
background: #11111f;
text-align: center;
display: grid;
align-items: center;
justify-content: center;
}


.der-call {
	padding-left: 55px;
	position: relative;
}

.der-call i {
position: absolute;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 19px;
border-radius: 50%;
color: #fff;
background: #f6be00;}



.no-outstick {
	display: none !important;
}


.sticky-content.fixed .no-withstick {
	display: none !important;
}

.sticky-content.fixed .no-outstick.logo {
		display: block  !important;

}

.sticky-content.fixed .no-outstick {
	display: flex  !important;
	gap: 10px;
}


.no-withstick .dropdown {
	margin-right: 5px;
}

.sticky-footer.fixed {
	display: flex;
overflow: visible;
}

.header-bottom.fixed .header-right > span, 
.header-bottom.fixed .header-right .dropdown,
.header-bottom.fixed .header-right > a {
	margin-left: 10px !important;
}

.header-bottom.fixed .header-right i {
    margin-right: 5px;
}


.custom-nav .owl-nav {
display:flex;
position:absolute;
top:-50px;
right:0;
display: none;
}


.custom-nav .owl-nav > div {
position:absolute;
width:35px;
height:35px;
background:#fff;
box-shadow:2px 1px 15px #6868681a;
line-height:35px;
text-align:center;

}


.custom-nav .owl-nav .owl-prev {
right: 40px;
}


.custom-nav .owl-nav .owl-next {
right:0;
}












.bought-together-products .product-button {

}


.sticky-content.fixed .select-box::before, .sticky-content.fixed .select-menu::before,
.sticky-content.fixed .select-box select, .sticky-content.fixed .select-menu select {
color: #fff;
}

.sticky-content.fixed .select-box::before {
	display: none;
}

.sticky-content.fixed .select-box select, .sticky-content.fixed .select-menu select {
color: #fff;background: #11111f;
}

.sticky-content.fixed .header-search.hs-expanded input.form-control {
color: #fff;
height:50px;
}

.sticky-content.fixed .header-search.hs-expanded .select2-selection {
background: none;
border: 0;
}


.sticky-content.fixed .form-control::placeholder {
color: #fff;
opacity: 1;
}
.sticky-content.fixed .form-control::-webkit-input-placeholder {
color: #fff;
opacity: 1;}
.sticky-content.fixed .form-control::-moz-placeholder {
color: #fff;
opacity: 1;}

.sticky-content.fixed .header-search .btn-search {
	background: none;
color: #fff;border-color: #fff;
}


.freelancer-section .category.category-classic,
.manuf-section .category.category-classic {
	border: 1px solid #ddd;
margin-bottom: 25px;
}

.status-process {
	color: #bc8824;
}
.status-success {
	color: #24bc43;
}

.status-rejected {
	color: #f00;
	
}


.say-form {
	border-radius: 25px;
border: 1px solid #ddd;
padding: 40px;
max-width: 70%;
margin: 25px auto;
background: #f9f9f9;
}


.count-section {
	padding:40px 0;

}

.customer-service {
	padding:20px 0;
}


.mobile-menu-container .logo {
	margin: 20px auto;
display: block;
text-align: center;

}
.mobile-menu-container .logo img {
margin: 0 auto;}




.banner .title  {
font-size: 40px;
max-width: 50%;
margin: 20px auto;
    text-transform: capitalize;
}






.der-media {
	display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}


.sidebar-content .widget {
	padding: 15px;

margin-bottom: 10px;
border-radius: 8px;

border: 1px solid #eee;
box-shadow: 1px 1px 3px #0000000a;
}

.widget-contact .widget-body {
padding-top: 15px;
}


.track-section .card {
    z-index: 0;
    background-color: #f7f7f7;
    border-radius: 10px;
}


/*Icon progressbar*/
#progressbar {

    overflow: hidden;
    color: #455A64;
    padding-left: 0px;

}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar .step0:before {
    font-family: "FontAwesome"; font-weight: 300;
    content: "\f06a";
    color: #fff;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;z-index: 2;
position: relative;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #F6BE00;
}

#progressbar li.active:before {
    font-family: "FontAwesome"; font-weight: 300;
    content: "\f00c";
}


.icon-content .icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;margin-left: 30px;
}

.icon-content { justify-content: center;
align-items: center;
display: flex;}

@media screen and (max-width: 992px) {
   .icon-content {
        width: 50%;
    }
}

.icon-content p {
	margin: 0;
font-size: 18px;
line-height: 23px;
text-transform: capitalize;
color: #333;
}



.track-section .card .top {
	  padding: 30px 50px;margin-bottom: 25px;
}

.track-section .card .top h5 {
	margin-bottom: 8px;text-transform: capitalize;
}

.ord-details {
	  display: flex;
	  justify-content: space-between;
}



.checkout-card h2{font-size:30px;margin-bottom:15px}.checkout-card .icon{color:#198754;font-size:70px;margin:0 0 20px;display:block}.checkout-card .text-order{padding:10px 20px;font-size:13px;font-weight:600;letter-spacing:.5px}


.login-register {
	max-width: 50%;
	margin:40px auto;
}

.der-details li {
text-transform: capitalize;
list-style: disclosure-closed;
padding: 0 2px;
font-size: 14px;
display: flex;
justify-content: space-between;
}



/****************/


.modal-confirm {
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;background: none;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 10px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #f15e5e;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}



.modal-confirm.restore-modal .icon-box i {
color: #60c7c1;
}



.modal-confirm.restore-modal .btn.btn-defult, .modal-confirm.restore-modal .btn.btn-defult:active {
background: #60c7c1;
}

.modal-confirm.restore-modal .icon-box {
border-color: #60c7c1;

}


.import-open,
.attribute-open,
.restore-open,
.edit-open,
.delete-open,
.edit2-open,
.edit3-open,
.quick-open,
.discount-open,
.leadtime-open,
.modal-open {
    overflow: hidden
}


.import-open .modal-import,
.attribute-open .modal-attribute,
.restore-open .modal-restore,
.sweet-open .sweet-modal,
.delete-open .modal-delete,
.edit2-open .modal-edit2,
.edit3-open .modal-edit3,
.edit-open .modal-edit,
.quick-open .modal-quick,
.modal-open .modal-am,
.leadtime-open .modal-leadtime,
.discount-open .modal-discount {
    overflow-x: hidden;
    overflow-y: auto;

	opacity: 1;
visibility: visible;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
	background: #000000b2;
	transition: all ease-in-out 0.4s;
	opacity: 0;
visibility: hidden;
display: grid;
}


.modal-overlay {
	    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
	background: #000000b2;

}

.import-open .modal-overlay,
.attribute-open .modal-overlay,
.restore-open .modal-overlay,
.leadtime-open .modal-overlay,
.edit-open .modal-overlay,
.delete-open .modal-overlay,
.edit2-open .modal-overlay,
.edit3-open .modal-overlay,
.quick-open .modal-overlay,
.discount-open .modal-overlay,
.modal-open .modal-overlay {
	 display: block;
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
	display: grid;
align-items: center;
height: 100%;
}



.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
font-size: 15px;
color: #444;
}

.modal-title .deo-color {
color:#000;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-header {
    background: #f6f9fc;
    color: #75799d;
    padding: .65rem 1rem
}

.modal-header h5 {
    font-size: 1rem;
    font-weight: 400
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem
}

.modal-footer {
    justify-content: center
}

.modal-footer>:not(:last-child) {
    margin-left: .25rem
}

.modal-footer>:not(:first-child) {
    margin-right: .25rem
}

.te-done {
	text-align: center;
margin-top: 10px;
}

.form-label {
  text-transform: capitalize;
}

/*
.modal-am .form-group {
margin-bottom:15px;
}


.modal-am .select-box select, .modal-am .select-menu select {
height: 47px;
}*/



.modal .form-group {
margin-bottom:15px;
}


.tab-wizard .select-box select, .tab-wizard .select-menu select,
.modal .select-box select, .modal .select-menu select {
height: 47px;
}

/******************/



@media (max-width: 1399px) {
    .appointment-img {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .appointment-img {
        margin-bottom: 60px;
        height: auto
    }
}

@media (max-width: 767px) {
    .appointment-form .form-btn {
        text-align: center
    }
    .appointment-img .as-experience {
        top: 70px
    }
    .as-experience {
        max-width: 190px;
        padding: 30px
    }
    .as-experience .experience-year {
        font-size: 48px
    }
    .as-experience .experience-text {
        font-size: 18px
    }
}

.appointment-img2 {
    position: relative;
    padding-right: 80px;
    height: 100%
}

.appointment-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.appointment-img2 .as-experience {
    position: absolute;
    bottom: 80px;
    left: -80px
}

.appointment-form-wrap {
padding: 20px;
margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .appointment-img2 .as-experience {
        bottom: 12px;
        left: -12px
    }
}

@media (max-width: 1199px) {
    .appointment-img2 {
        padding-right: 0
    }

    .appointment-form-wrap .form-btn {
        text-align: center
    }
}


.contact-media {
    background-color: #202430;
    padding: 60px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px 30px
}

.contact-media_title,
.contact-media_subtitle {
    color: #fff
}

.contact-media_title a,
.contact-media_subtitle a {
    color: inherit
}

.contact-media_subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    margin-top: -0.5em
}

.contact-media_title {
    font-size: 30px;
    margin-bottom: -0.4em
}

@media (max-width: 1399px) {
    .contact-media_title {
        font-size: 26px
    }
}

@media (max-width: 575px) {
    .contact-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
    .contact-media_content {
        text-align: center
    }
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input,
.appointment-form select,
.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form textarea,
.appointment-form input {
    border: 1px solid transparent
}

.contact-form select:focus,
.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form textarea:focus,
.contact-form input:focus,
.appointment-form select:focus,
.appointment-form .form-control:focus,
.appointment-form .form-select:focus,
.appointment-form textarea:focus,
.appointment-form input:focus {
    border-color: #eaeaea
}

.contact-box {
margin-bottom: 10px;

border-radius: 5px;

background: #fff;

box-shadow: 1px 1px 15px #eee;
}

.contact-box_img {
    margin: -1px
}

.contact-box_img img {
    width: 100%
}

.contact-box_icon i {
width: 45px;

height: 45px;

line-height: 45px;

text-align: center;

border-radius: 50%;

font-size: 20px;

background: #ee7202;

color: #fff;
}

.contact-box_text {
    margin-top: -0.08em;
    margin-bottom: 2px
}

.contact-box_link {
margin: 0;
font-size: 15px;
}

.contact-box_link a {
    color: inherit
}

.contact-box_link a:hover {
    color: #ee7202
}

.contact-box_content {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 20px;

}



.map-sec {
    line-height: 1px
}

.map-sec iframe {
    aspect-ratio: 16 / 4.6;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (max-width: 1399px) {
    .contact-box_content {
        gap: 10px;
        padding: 15px 25px
    }
}

@media (max-width: 991px) {
    .map-sec iframe {
        aspect-ratio: 16 / 6
    }
}

@media (max-width: 767px) {


    .map-sec iframe {
        height: 220px
    }
}


.contant {
position: relative;


padding: 12px 30px;


display: block;

margin: 5px 40px;

border-radius: 0 0 35px 35px;
}

.contant:before {
right: 50%;
width:50px;
margin-right:-20px;
height:2px;
bottom: 0;
background-color: #ee7202;
content: '';
position: absolute;
}



.contant:after {
right: 50%;
width:50px;
margin-right:-30px;
height:2px;
bottom: 5px;
background-color: #ee7202;
content: '';
position: absolute;
}

.contant h2 {
font-size: 20px;
    text-transform: capitalize;
margin: 0;
text-align: center;
display: block;
}

.bg-smoke {
  background-color: #f7f7f7 !important;
}


.form-group > i {
    display: inline-block;
    position: absolute;
    left: calc((var(--bs-gutter-x) / 2) + 20px);
    top: 18px;
    font-size: 16px;
    color: #74787C;
	z-index:1;display: none;
}

.form-group > i.fa-file-image {
	display: block;
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group>i.fa-comment {
    margin-top: -2px
}


/*
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}*/

.indes-content select,
.indes-content .form-control,
.indes-content .form-select,
.indes-content textarea,
.indes-content input {
    /*height: 50px;*/
    padding-left: 20px;
    border: 1px solid #E0E0E0;
    color: #74787C;
    background-color: #fff;
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;text-transform: capitalize;text-align: left;

}

.indes-content textarea {
	padding-top: 15px;
height: 100px !important;
}

select {
	background-position: right 1.75rem center !important;
}


.text-leg {
padding: 20px 0;
font-size: 18px;
margin: 20px 0 5px 0;
display: black;
text-align: center;
text-transform: capitalize;
}


.close-it {

position: absolute;
right: 0;
top: -15px;
color: #fff;

}

/*************************/

.address-table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.address-table td, .address-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

/*
.address-table tr:nth-child(even){background-color: #f2f2f2;}
*/

.address-table tr:hover {background-color: #f9f9f9;}

.address-table th {
  color: #000;
}


.sidebar-content  .widget-banner {
	padding: 0;
	background: none;
}


.uploadFile {

	 overflow: hidden;

	 position: relative;
	 resize: none;


	 height: 50px;

border: 1px solid #E0E0E0;
color: #74787C;
background-color: #fff;
border-radius: 9999px;
border-radius: 0;
font-size: 14px;
width: 100%;
text-transform: capitalize;
padding: 0 15px 0 45px;
line-height: 47px;
}
 .uploadFile label, .uploadFile i {
 color: #a0a0a0;}


 .uploadFile>i{
	 position: absolute;
	 left:18px;
	 top:14px;
	 top: 18px;
font-size: 16px;
color: #74787C;

}
 .uploadFile [type="file"] {
	 cursor: pointer !important;
	 display: block;
	 font-size: 999px;
	 filter: alpha(opacity=0);
	 min-height: 100%;
	 min-width: 100%;
	 opacity: 0;
	 position: absolute;
	 right: 0px;
	 text-align: right;
	 top: 0px;
	 z-index: 1;
}


/***********************/

.cust-table {

  border-collapse: collapse;
  width: 100%;text-transform: capitalize;
}

.cust-table td, .cust-table th {
  border: 1px solid #ddd;
  padding: 8px;background-color: #fff;
}

.cust-table tr:nth-child(even){background-color: #f2f2f2;}

.cust-table tr:hover {background-color: #f8f8f8;}

.cust-table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
background-color: #f6f6f6;
color: #000;
text-transform: capitalize;font-weight: normal;
}

.cust-table td input {
width: 120px !important;
padding: 5px !important;
margin: 0 !important;
text-align: center;
margin: 0 auto !important;
}



.cust-table .form-btn {
	text-align: center;
}

.num-th {
	width: 40px;
}


.act-th {
width: 100px;
}

.new-th {
width: 140px;

}
/***************************/


table {

  border-collapse: collapse;
  width: 100%;text-transform: capitalize;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;background-color: #fff;
}
/*
table tr:nth-child(even){background-color: #f2f2f2;}
*//*
table tr:hover {background-color: #f8f8f8;}
*/
table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #f6f6f6;
color: #000;
text-transform: capitalize;
font-weight: normal;

}

/*
table th:first-child {
width: 250px;
}*/


table td input {
width: 120px !important;
padding: 5px !important;
margin: 0 !important;
text-align: center;
margin: 0 auto !important;
}


table .form-btn {
	text-align: center;
}

table .shipping-methods input {
width: 100% !important;
max-width: 100% !important;
text-align: left;
padding-left: 15px !important;
}

table .shipping-methods .btn {
height:50px;
padding:0 15px;
line-height: 50px;
border-radius: 0;
}

/***********************/


.banner.parallax {
	padding:50px 0;
}



/******************************/



.dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}
.dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}
.btn-light {
    color: #2cdd9b;
    background-color: #e5f7f0;
    border-color: #d8f7eb;
}

.notifications-area {
	margin-bottom:25px;

    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
	margin-bottom:25px;
}


/* *******************************
message-area
******************************** */

.message-area {
    height: 80vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
	margin-bottom:25px;}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: calc(80vh - 60px);
    overflow: hidden;
    min-height: 80%;
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;width: 100%;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}


.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: 50px;
	border-radius: 5px 0 0 5px;
}

.send-box button {
    border: none;
    background: #11111f;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 20%;
	border-radius: 0 5px 5px 0;
	height: 50px;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.der-fx {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.sped-btn {
margin-top: 25px;
display: inline-block;
padding:0 15px;
line-height: 50px;
text-align: center;
background: #fff;
color: #f00;
flex: 1;
text-transform: capitalize;
}

.sped-btn i {
margin-right:3px;
}

@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 14px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 14px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}


.avatar-mes img {
	margin-right:10px;

}

.chatlist .tab-content {
  width: 100%;
  padding-left: 0;
}

.chatlist .nav {
  padding: 15px;
display: flex;
flex-direction: inherit;
}


.btn-dots {
	background: none;
	border: none;
}


.login-popup .social-icon {
	width: 36px;
height: 36px;
border-radius: 50px;

line-height: 36px;
}



.coer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.coer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.ch-chk {
	margin-bottom:4px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;


  background-color: #fff;
border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.coer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.coer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.coer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.coer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*************  28/10 10:37PM   ***********/

: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

.msform fieldset:not(:first-of-type) {
    display: none
}

/*
.msform input,
.msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}*/

.msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

.msform .action-button:hover,
.msform .action-button:focus {
    background-color: #311B92
}

.msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
font-size: 16px;
color: #888;
margin-bottom: 10px;
font-weight: normal;
text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
	text-align: center;
}

#progressbar #Product.active:before {
    font-family: "FontAwesome"; font-weight: 300;
    content: "\f00c"
}

#progressbar #Details.active:before {
    font-family: "FontAwesome"; font-weight: 300;
    content: "\f00c"
}

#progressbar #Discount.active:before {
    font-family: "FontAwesome"; font-weight: 300;
    content: "\f00c"
}

#progressbar #confirm.active:before {
    font-family: "FontAwesome"; font-weight: 300;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;

	    font-family: "FontAwesome"; font-weight: 300;
    content: "\f141"
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 8px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*
.msform #progressbar,
.msform .progress {

}
*/

.msform .appointment-form-wrap {
	padding:0;
	margin-bottom: 0;
}

.msform {
	padding:30px;
}





.form-group {
  margin-bottom: 15px;
}

.der-edit {
	padding:30px;
	max-width: 100%;
	border: 1px solid #ee;margin: 0 auto;
background: #f7f7f7;
}



/*
.my-account .tab-vertical .nav

*/
/***********************/


.no-desk {

display: none !important;}



@media (max-width: 767px) {

.no-mob {

display: none !important;}

.no-desk {

display: block !important;}


.header-top .header-right a {
  display: inline-block;
}

.header-top .header-right > * {
  display: inline-block;
  margin: 0 8px;
}




.header-top .header-right {
  margin-left: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}



.product-wrap,
.mb-6 {
  margin-bottom: 1rem !important;
}




.ord-details {

display: inline-block;
width: 100%;
}

#progressbar li {
	  float: none;

}

.icon-content {
  width: 50%;
  justify-content: start;
  margin-bottom: 15px;
}

.icon-content .icon {
	margin-left: 0;
}
.icon-content p {
  margin: 0;
font-size: 15px;}

#progressbar {

margin: 0;}


#progressbar li::after {
  content: '';
  width: 12px;
height: 100%;
top: 30px;
margin-left: -6px;left: 50% !important;}

#progressbar li {
  float: none;
  height: 60px;width: 100%;
  margin-bottom: 15px;
}


#progressbar li:last-child::after {
  display: none;
}

.ord-details {
margin-bottom: 25px;
}

.track-section .card .top {
  padding: 20px 30px 10px;
}


.login-register {
	max-width: 100%;
	margin:40px auto;
}


}









/****** main image popup quick view ***********/
/*
.product-popup .product-image {
	height: 340px;
display: grid;
align-items: center;
justify-content: center;
}

.product-popup .product-image img {
max-height: 390px;

max-width: 100%;
height: auto !important;
}

.product-popup .product-thumb {
		height: 100px;
display: grid;
align-items: center;
justify-content: center;
	
}

.product-popup .product-thumb img {
max-height: 100px;

max-width: 100%;
height: auto !important;
}*/

.btn-close {
	
	border: none;
}


/******************** steps *****************/

/*************************************************/


.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}



.wizard .nav-tabs {
	width: 100%;
	flex-direction: inherit;
flex-wrap: wrap;
z-index: 1;
border: none;
background: none;
padding: 20px;
background: #f0f0f0;
}



.sao-carts .nav-tabs {
	width: 100%;
	flex-direction: inherit;
flex-wrap: wrap;
z-index: 1;
border: none;
background: none;

}


.sao-carts .nav-tabs .nav-item {

background: #f0f0f0;
}



.sao-carts .nav-tabs .nav-item .nav-link {
padding: 20px;
}


.sao-carts .nav-tabs .nav-item .nav-link strong {
text-transform: capitalize;
font-size: 17px;
}





.sao-carts .nav-tabs .nav-item.show .nav-link, .sao-carts .nav-tabs .nav-link.active {
background: #f6be00;
color: #fff;
}

.sao-carts .nav-item:not(:last-child) {
margin:0;
border-right: 1px solid #ddd;
}

.sao-carts .tab-pane {
padding:0;
}

.sp-num {
position: absolute;
font-size: 55px;
opacity: 0.045; }




.wizard .nav-tabs .nav-item .nav-link:before {
content: "";
width: 500%;
border-bottom: dashed 1px #888;
position: absolute;
left: 100%;
	top: 50%;
	z-index: -1;
}

.wizard .nav-tabs .nav-item:last-child .nav-link:before { 
display: none;}

.wizard .nav-tabs .nav-item .nav-link.active:before {
	
		border-color: solid 2px #888;

	
}




.wizard .nav-tabs .nav-item .nav-link strong {
	position: absolute;
bottom: -30px;text-transform: capitalize;
font-size: 17px;
}


.wizard .nav-tabs .nav-item .nav-link {
	width: 60px;
	height: 60px;
	margin-bottom: 30px;
	background: white;
	border: 2px solid #888;
	color: #888;
	z-index: 10;
	background: #fff !important;
}
.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}
.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fff;
	border: 2px solid #f6be00;
	color: #f6be00;
}


.sao-carts .nav-tabs .nav-item .nav-link:after,
.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #f6be00;
	transition: 0.1s ease-in-out;
}


.sao-carts .nav-tabs .nav-item .nav-link.active:after,
.wizard .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #f7f7f7;
}
.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}


.sao-carts .tab-content,
.wizard .tab-content {
	width: 100%;
	background: none;padding: 0;
}

.wizard .tab-content .tab-pane {
	padding: 0;
}


.wizard .nav-tabs .nav-item.as-done .nav-link strong,
.wizard .nav-tabs .nav-item.as-done .nav-link {
	color: #f6be00,
}

.wizard .nav-tabs .nav-item.as-done .nav-link,
.wizard .nav-tabs .nav-item.as-done .nav-link::before {
border: 1px solid #f6be00;
}

.wizard .btn i {
	margin: 0 5px;
}


.suc-te h2 {
	font-size: 20px;
}

.suc-te h3 {
	font-size: 17px;
}
.suc-te h5 {
	font-size: 15px;
}


.da-head {

padding-bottom: 4px;
border-bottom: 1px dashed #ccc;
margin-bottom: 20px;}

.da-head h4 {
margin: 0;
text-transform: capitalize;}


.stbar {
padding: 15px;
background: #fff;
}




/****************** payments methods *************/

.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-vertical {
  display: flex;
  flex-direction: column;
}
.flex-vertical-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.p-sm {
  padding: 0.5em;
}
.pl-sm {
  padding-left: 0.5em;
}
.pr-sm {
  padding-right: 0.5em;
}
.pb-sm {
  padding-bottom: 0.5em;
}
.p-md {
  padding: 1em;
}
.pb-md {
  padding-bottom: 1em;
}
.p-lg {
  padding: 2em;
}
.m-md {
  margin: 1em;
}
.size-md {
  font-size: 0.85em;
}
.size-lg {
  font-size: 1.5em;
}
.size-xl {
  font-size: 2em;
}
.half-width {
  width: 50%;
}

.pointer {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.f-main-color {
  color: #2962ff;
}
.f-secondary-color {
  color: #888;
}
.b-main-color {
  background: #2962ff;
}
.numbers::-webkit-outer-spin-button,
.numbers::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bod-3 {
  border-radius: 30px;
}

/*
.main-back {
  background: #a2cdff !important;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
}*/
.main-back .header {
  padding-bottom: 1em;
}

.main-back .header .title {
  font-size: 1.2em;
}
.main-back .header .title span {
  font-weight: 300;
}

.main-back .card-data > div {
  padding-bottom: 1.5em;
}
.main-back .card-data > div:first-child {
  padding-top: 1.5em;
}

.main-back .card-property-title {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  margin-right: 0.5em;
}
.main-back .card-property-title strong {
  font-size: 14px;
}
.main-back .card-property-title span {
  color: #888;
font-size: 12px;
}
.main-back .card-property-value {
  flex: 1 1;
}

.main-back .card-number {
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 0.5em;
  padding: 0.5em 1em;
}
.main-back .card-number-field * {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.main-back .card-number-field input {
  width: 100%;
  height: 100%;
  padding: 0.5em 1rem;
  margin: 0 0.75em;
  border: none;
  color: #888888;
  background: transparent;
  font-family: inherit;
  font-weight: 500;
}

.main-back .timer span {
  background: #311b92;
  color: #ffffff;
  width: 1.2em;
  padding: 4px 0;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
.main-back .timer span + span {
  margin-left: 2px;
}
.main-back .timer em {
  font-style: normal;
}

.main-back .action button {
  padding: 1.1em;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1em;
  color: #ffffff;
  border: none;
  border-radius: 0.5em;
  transition: background-color 0.2s ease-in-out;
}
.main-back .action button:hover {
  background: #2979ff;
}

.main-back .input-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 3em;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 0.5em;
}
.main-back .input-container input,
.main-back .input-container i {
  line-height: 1;
}
.main-back .input-container input {
  flex: 1 1;
  height: 100%;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 0.5em;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.85em;
}
.main-back .input-container input:focus {
  background: #e3f2fd;
  color: #283593;
}
/*
.main-back .input-container input::placeholder {
  color: #ddd;
}*/
.main-back .input-container input::-webkit-outer-spin-button,
.main-back .input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-back .input-container i {
  position: absolute;
  right: 0.5em;
}

.purchase-section {
  position: relative;
  overflow: visible;
  padding: 0 1em 1em 1em;
  background: #f1f1f1;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
}
.purchase-section:before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  left: -0.8em;
  bottom: -0.8em;
  background: #ffffff;
}
.purchase-section:after {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  right: -0.8em;
  bottom: -0.8em;
  background: #ffffff;
}

.card-mockup {
  position: relative;
  margin: 3em 1em 1.5em 1em;
  padding: 1.5em 1.2em;
  border-radius: 0.6em;
  background: #72a2f7;
  color: #fff;
  box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
}
.card-mockup:after {
  content: "";
  position: absolute;
  width: 25%;
  top: -0.2em;
  left: 37.5%;
  height: 0.2em;
  background: #2962ff;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
}
.card-mockup:before {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  left: 37.5%;
  height: 0.5em;
  background: #2962ff36;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  box-shadow: 0 2px 15px 5px #2962ff4d;
}

.purchase-props {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  width: 100%;
}
.purchase-props li {
  width: 100%;
  line-height: 2.5;
}
.purchase-props li span {
  color: #888;
  font-weight: 600;
}

.separation-line {
  border-top: 1px dashed #aaa;
  margin: 0 0.8em;
}

.total-section {
  position: relative;
  overflow: hidden;

  padding: 1em;
  background: #f1f1f1;
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
}
.total-section:before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  left: -0.8em;
  top: -0.8em;
  background: #ffffff;
}
.total-section:after {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  right: -0.8em;
  top: -0.8em;
  background: #ffffff;
}
.total-label {
  font-size: 0.8em;
  padding-bottom: 0.5em;
}
.total-section strong {
  font-size: 1.5em;
  font-weight: 800;
}
.total-section small {
  font-weight: 600;
}


.main-container {
	 width: 100%;
	 display: flex;
	 flex-flow: column;
	 justify-content: center;
	 align-items: center;
}
 .check-container {
	 width: 6.25rem;
	 height: 7.5rem;
	 display: flex;
	 flex-flow: column;
	 align-items: center;
	 justify-content: space-between;
}
 .check-container .check-background {
	 width: 100%;
	 height: calc(100% - 1.25rem);
	 background: linear-gradient(to bottom right, #5de593, #41d67c);
	 box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
	 transform: scale(0.84);
	 border-radius: 50%;
	 animation: animateContainer 0.75s ease-out forwards 0.75s;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0;
}
 .check-container .check-background svg {
	 width: 65%;
	 transform: translateY(0.25rem);
	 stroke-dasharray: 80;
	 stroke-dashoffset: 80;
	 animation: animateCheck 0.35s forwards 1.25s ease-out;
}
 .check-container .check-shadow {
	 bottom: calc(-15% - 5px);
	 left: 0;
	 border-radius: 50%;
	 background: radial-gradient(closest-side, rgba(73, 218, 131, 1), transparent);
	 animation: animateShadow 0.75s ease-out forwards 0.75s;
}
 @keyframes animateContainer {
	 0% {
		 opacity: 0;
		 transform: scale(0);
		 box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
	}
	 25% {
		 opacity: 1;
		 transform: scale(0.9);
		 box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
	}
	 43.75% {
		 transform: scale(1.15);
		 box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
	}
	 62.5% {
		 transform: scale(1);
		 box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
	}
	 81.25% {
		 box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
	}
	 100% {
		 opacity: 1;
		 box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
	}
}
 @keyframes animateCheck {
	 from {
		 stroke-dashoffset: 80;
	}
	 to {
		 stroke-dashoffset: 0;
	}
}
 @keyframes animateShadow {
	 0% {
		 opacity: 0;
		 width: 100%;
		 height: 15%;
	}
	 25% {
		 opacity: 0.25;
	}
	 43.75% {
		 width: 40%;
		 height: 7%;
		 opacity: 0.35;
	}
	 100% {
		 width: 85%;
		 height: 15%;
		 opacity: 0.25;
	}
}
 


.main-container p {
font-size:15px;
}







.megabox {
margin: 15px 10px;

border: 1px solid #ccc;
border-radius: 12px;
text-align: center;
	flex: 1;
	

}


.megabox:hover {
	background: linear-gradient( to right , #f5f6f8, #f9f9f9);
	border: 1px solid #f9f9f9;
}


.megabox a {
	display: block;
	padding: 20px !important;
}

.megabox img {
width: 60px;
margin-bottom: 15px;
}

.megabox span {
display: block;
font-size: 17px;
text-transform: capitalize;
}




/************************/


.filter-side-search {
	width:100%;
	margin-bottom:20px;
	max-width: 100%;
}


.filter-side-search .sidebar-content {
position: relative;
overflow: visible;
padding: 0;
opacity: 1;
z-index: 2;
width: auto;
transform: none;}


.flx-box.flt-boxs {
	display: flex;
justify-content: space-between;
	
}
/*
.si-atr {

}

.si-atr > div {
	display: inline-block;
	margin-right: 6px;
	float: left;
*/


.si-atr .box-atr {
background: #fff;
border-radius: 50px;
padding: 6px 8px;
position: relative;
border: 1px solid #dddd;
}

.si-atr .box-atr ul {
margin: 0;
padding: 0;
display: flex;

}

.si-atr .box-atr ul li {

padding: 8px 22px;
border-radius: 25px;
background: #f6f6f6;
margin: 0 2px;
}

.si-atr .box-atr ul li a {
color: #000;
}



.si-atr .box-atr ul li.active {
background: #f6be00;}



.box-atr select {
	border: none;
	height: 36px;
	min-height: 36px;
}


.de-flex {
display: flex !important;
align-items: center !important;
}

.box-atr label {
height: 36px;
min-height: 36px;
line-height: 36px;
color: #000;
margin-left: 12px;
min-width: 50px;
}







.mlt-choose fieldset {
    border: none;
}
.mlt-choose fieldset > label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    vertical-align: top;
    font-size: 1rem;
    line-height: 28px;
}
.mlt-choose fieldset > label::after {
    content: ":";
}


.mlt-choose details {
    display: inline-block;
    width: 120px;
    background: none;
    cursor: pointer;
}


.mlt-choose summary {
   
    border-collapse: collapse;
    border-radius: 4px;
    padding: 4px;
    width: 120px;
    background: none;
    cursor: pointer;
}/*
.mlt-choose details[open] > summary::marker {
    color: #900;
}*/
/*
.mlt-choose summary:focus,
.mlt-choose summary:active {
    box-shadow: 0 0 5px 1px #900;
}*/

.mlt-choose ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
 
	border: 1px solid #ddd;
box-shadow: 0 0 5px 1px #eee;
display: block !important;
position: absolute;
top: 100%;
width: 100%;
max-width: 185px;
z-index: 4;
right: 2px;
}
.mlt-choose li {
    margin: 0px;
   padding: 0 !important;
}
.mlt-choose li > label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
.mlt-choose li > label:hover,
.mlt-choose li > label:has(input:checked) {
    background-color: #ddd;
    color: white;
}


.mlt-choose li input {
margin-right: 7px;}






/******************************/


/*
.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}

.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {

}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	
}
.select-icon  .select2-search--dropdown {
	display: none;
}
*/



/***************************/


.filter-button {
  display: none; }
  @media (max-width: 991px) {
    .filter-button {
      display: block; } }
  .filter-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .filter-button .feather {
    width: 20px;
    margin-right: 10px; }
    [dir="rtl"] .filter-button .feather {
      margin-right: unset;
      margin-left: 10px; }
  .filter-button span {
    display: block;
    margin-bottom: -3px; }

.hide-button button {
  font-size: 15px !important;
  background-color: var(--theme-color);
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hide-button button .feather {
    width: 20px;
    margin-right: 10px; }
    [dir="rtl"] .hide-button button .feather {
      margin-right: 0;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }

.hide-button span {
  display: block;
  margin-bottom: -3px; }

.short-name {
  margin: -5px; }
  .short-name .label-tag {
    display: flex;
    border: none;
    padding: 3px 12px;
    margin-bottom: 15px;
    border: none;
    margin: 5px;
    background-color: #fff;
    border-radius: 8px; align-items: center;}
    .short-name .label-tag span {
      font-size: 14px; }
    .short-name .label-tag .btn-close {
      font-size: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
      margin-left: 5px; font-size: 7px;}
      [dir="rtl"] .short-name .label-tag .btn-close {
        margin-left: 0;
        margin-right: 5px; }

.select-featured {
  border: 1px solid #eff2f7;
  color: #8f8397;
  margin-left: auto;
  border-radius: 0; }
  .select-featured:focus {
    border-color: #eff2f7;
    -webkit-box-shadow: 0 0 0 0.25rem transparent;
            box-shadow: 0 0 0 0.25rem transparent; }
  .select-featured .dropdown-toggle {
    border: 1px solid #eff2f7;
    color: #8f8397;
    margin-left: auto;
    border-radius: 0;
    font-weight: 400;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    position: relative; }
    .select-featured .dropdown-toggle::after {
      display: none; }
    .select-featured .dropdown-toggle::before {
      content: "\f107";
      font-family: "FontAwesome";
      font-weight: 300;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 14px; }
  .select-featured .dropdown-menu {
    min-width: 100%; }
    .select-featured .dropdown-menu li {
      width: 100%; }

.custome-offcanvas .offcanvas-body {
  background-color: #fff; }

@media (max-width: 991px) {
  .custome-offcanvas {
    width: 300px; } }

.custome-offcanvas .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .custome-offcanvas .offcanvas-header h5 {
    margin-top: -5px; }

.custome-offcanvas .offcanvas-body .category-spacing .category-name .accordion-item {
  padding: 0; }
  .custome-offcanvas .offcanvas-body .category-spacing .category-name .accordion-item + .accordion-item {
    margin-top: 10px; }

@media (max-width: 991px) {
  .custome-offcanvas .category-option {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: unset;
    padding: 0;
    width: unset;
    height: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: auto; }
    [dir="rtl"] .custome-offcanvas .category-option {
      left: unset;
      right: 0; } }

.image-slider {
  display: block;
  overflow: hidden; }
  .image-slider .image-product {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .image-slider .image-product img {
      border-radius: 5px; }
  .image-slider .image-contain {
    display: block;
    text-align: center;
    padding: 20px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .image-slider .image-contain h3 {
      font-weight: 400; }

.filter-name {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .filter-name h4 {
    font-weight: 500;
    font-size: large; }

.filter-icon {
  display: none; }
  @media (max-width: 991px) {
    .filter-icon {
      display: block; } }

.category-filter {
  width: 100%; }

.category-list {
  width: 100%; }
  .category-list .dropdown .dropdown-toggle {
    width: 100%;
    background-color: rgba(233, 233, 233, 0.5);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))); }
  .category-list .dropdown .dropdown-menu {
    padding: 1rem;
    width: 100%; }
    .category-list .dropdown .dropdown-menu .dropdown-list {
      display: block; }
      .category-list .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
        margin-top: 10px;
        text-overflow: ellipsis;
        white-space: nowrap; }

.filter-show-button {
  padding: 15px;
  display: none; }
  .filter-show-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .filter-show-button a .feather {
      margin-right: 10px;
      width: 20px; }
    .filter-show-button a h5 {
      font-weight: 600; }
  @media (max-width: 991px) {
    .filter-show-button {
      padding: 0 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/*
.top-filter-section {
padding-bottom: 5px;
margin-bottom: 15px;
 }*/
 
 
 
  @media (max-width: 991px) {
    .top-filter-section {
      position: fixed;
      left: -300px;
      width: 300px;
      height: 100vh;
      top: 0;
      margin-top: 0;
      padding: 20px;
      z-index: 5;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
              box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
      overflow-y: auto; } }
  .top-filter-section.show {
    left: 0; }
  .top-filter-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .top-filter-section ul {
        display: block; } }
    .top-filter-section ul .back-btn {
      display: none; }
      @media (max-width: 991px) {
        .top-filter-section ul .back-btn {
          padding-bottom: 20px;
          border-bottom: 1px solid #ddd;
          font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
          text-transform: capitalize;
          color: black;
          font-weight: 700;
          margin-bottom: 20px;
          cursor: pointer;
          display: block; } }
    .top-filter-section ul .onclick-title {
      
      cursor: pointer;
      position: relative;
      background-color: #f6f6f6;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 500;
    padding: 14px 15px;
margin: 0 8px;
height: 45px;z-index: 3;
 }
 
 
      .top-filter-section ul .onclick-title:nth-child(7) {
        margin-right: 0; }
      @media (max-width: 991px) {
        .top-filter-section ul .onclick-title {
          margin: 30px 0 0;
          background-color: #fff;
          padding: 0; }
          .top-filter-section ul .onclick-title:nth-child(3) {
            margin-top: 15px; }
          .top-filter-section ul .onclick-title + .onclick-title {
            margin-left: unset; } }
      .top-filter-section ul .onclick-title h6 {
        white-space: nowrap;
        text-transform: capitalize;
        font-size: 15px;
        text-align: left;
        margin-bottom: 0;
        padding: 0 20px 0 0;
        position: relative;  font-family: "amazon";font-weight: normal; }
        [dir="rtl"] .top-filter-section ul .onclick-title h6 {
          text-align: right;
          padding: 0 0 0 20px; }
        @media (max-width: 991px) {
          .top-filter-section ul .onclick-title h6 {
            text-align: left;
            font-weight: 500; } }
        .top-filter-section ul .onclick-title h6:before {
          font-family: "FontAwesome";
          font-weight: 300;
          content: "\f107";
          position: absolute;
          right: 0;
           }
          [dir="rtl"] .top-filter-section ul .onclick-title h6:before {
            right: unset;
            left: 0; }
          @media (max-width: 991px) {
            .top-filter-section ul .onclick-title h6:before {
              content: ""; } }
      .top-filter-section ul .onclick-title:nth-child(-n + 3) {
        border-left: none; }
      .top-filter-section ul .onclick-title .onclick-content {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 1rem;
        min-width: 100px;
        left: 0;
        top: 40px;
        -webkit-box-shadow: 0px 5px 9px 3px rgba(33, 37, 41, 0.13);
                box-shadow: 0px 5px 9px 3px rgba(33, 37, 41, 0.13);
        z-index: 2; }
        @media (max-width: 991px) {
          .top-filter-section ul .onclick-title .onclick-content {
            display: block;
            position: relative;
            -webkit-box-shadow: none;
                    box-shadow: none;
            padding: 0;
            top: 10px;
            margin-top: 10px; } }
        .top-filter-section ul .onclick-title .onclick-content li {
          display: block;
          cursor: pointer; }
          .top-filter-section ul .onclick-title .onclick-content li + li {
            margin-top: 10px; }
        .top-filter-section ul .onclick-title .onclick-content .custom-control .form-check-label {
          text-transform: capitalize; }
    .top-filter-section ul .filter-title {
      width: 100%;
      cursor: pointer;
      position: relative;
      border-left: 1px solid #e0e0e0;
      min-width: 60px; }
      @media (max-width: 991px) {
        .top-filter-section ul .filter-title {
          margin-bottom: 10px; } }
      .top-filter-section ul .filter-title h6 {
        text-transform: capitalize;
        font-size: 16px;
        margin-bottom: 0;
        padding: 0 20px 0 0;
        position: relative;
        padding: 0;
         }
        .top-filter-section ul .filter-title h6:before {
          font-family: "FontAwesome";
          font-weight: 300;
          content: "\f107";
          position: absolute;
          right: 15px;
          opacity: 0.2;
          display: none; }
      .top-filter-section ul .filter-title:nth-child(-n + 3) {
        border-left: none; }
      .top-filter-section ul .filter-title .onclick-content {
        display: none;
        position: absolute;
        background-color: white;
        z-index: 1;
        padding: 10px 20px;
        width: 200px;
        left: 30px;
        top: 34px;
        -webkit-box-shadow: 0px 1px 9px 3px rgba(228, 228, 228, 0.81);
                box-shadow: 0px 1px 9px 3px rgba(228, 228, 228, 0.81); }
        @media (max-width: 991px) {
          .top-filter-section ul .filter-title .onclick-content {
            display: block;
            position: relative;
            top: 10px;
            -webkit-box-shadow: none;
                    box-shadow: none; } }
        .top-filter-section ul .filter-title .onclick-content .custom-control .form-check-label {
          text-transform: capitalize; }
    .top-filter-section ul .onclick-title.show .onclick-content {
      display: block; }
    .top-filter-section ul .filter-title.show .onclick-content {
      display: block; }
  .top-filter-section .form-check {
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap; display: flex;
gap: 8px;}
    .top-filter-section .form-check + .form-check {
      margin-top: 10px; }
    .top-filter-section .form-check .form-check-label {
      font-weight: 400;
      display: block;
      text-transform: capitalize;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; 



}

.category-image {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #eff2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .category-image .elec-image {
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px; }
    [dir="rtl"] .category-image .elec-image {
      padding-right: 0;
      padding-left: 30px; }
    .category-image .elec-image img {
      width: 90%; }
  .category-image .category-contain {
    color: #212529;
    width: calc(100% - 150px); }
    .category-image .category-contain h3 {
      text-transform: capitalize;
      color: #212529;
      letter-spacing: 1.1px; }
    .category-image .category-contain .product-list {
      margin: 5px 0;
      -webkit-padding-start: 15px;
              padding-inline-start: 15px;
      list-style-type: circle; }
      .category-image .category-contain .product-list li {
        display: list-item;
        text-transform: capitalize; }
        .category-image .category-contain .product-list li a {
          font-size: 14px;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          overflow: hidden; }

.fliter-menu button {
  font-weight: 300;
  display: inline-block;
  border: none;
  padding: 5px calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 5px; }
  .fliter-menu button .feather {
    width: 16px;
    stroke-width: 1px; }




.short-name li {
display: inline-block;
}

.shem {
display: flex;
align-items: center;	
padding: 10px 35px;
background: #f3f3f3;
border-radius: 0 0 25px 25px;
}
.shem h3 {
	float: left;
font-size: 18px;
margin: 0;
margin-right: 35px;	

}


.top-filter-section {
padding: 0 35px;
}


.filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-options .select-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-sections {
margin: 30px 0;
}


.fi-all {
border-radius: 25px;
background: linear-gradient( to top , #f3f3f3, #f9f9f9);
background: #fff;

border: 1px solid #eee;
padding: 8px 0 0;
position: relative;
	
}


.flxs {
position: absolute;
width: auto;
margin: 0;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
top: 0;
}





/**************** colors palet *******************/
  .aliceblue-color:before { background-color:#f0f8ff;}
  .antiquewhite-color:before { background-color:#faebd7;}
  .aqua-color:before { background-color:#00ffff;}
  .aquamarine-color:before { background-color:#7fffd4;}
  .azure-color:before { background-color:#f0ffff;}
  .beige-color:before { background-color:#f5f5dc;}
  .bisque-color:before { background-color:#ffe4c4;}
  .black-color:before { background-color:#000000;}
  .blanchedalmond-color:before { background-color:#ffebcd;}
  .blue-color:before { background-color:#0000ff;}
  .blueviolet-color:before { background-color:#8a2be2;}
  .brown-color:before { background-color:#a52a2a;}
  .burlywood-color:before { background-color:#deb887;}
  .cadetblue-color:before { background-color:#5f9ea0;}
  .chartreuse-color:before { background-color:#7fff00;}
  .chocolate-color:before { background-color:#d2691e;}
  .coral-color:before { background-color:#ff7f50;}
  .cornflowerblue-color:before { background-color:#6495ed;}
  .cornsilk-color:before { background-color:#fff8dc;}
  .crimson-color:before { background-color:#dc143c;}
  .cyan-color:before { background-color:#00ffff;}
  .darkblue-color:before { background-color:#00008b;}
  .darkcyan-color:before { background-color:#008b8b;}
  .darkgoldenrod-color:before { background-color:#b8860b;}
  .darkgray-color:before { background-color:#a9a9a9;}
  .darkgreen-color:before { background-color:#006400;}
  .darkgrey-color:before { background-color:#a9a9a9;}
  .darkkhaki-color:before { background-color:#bdb76b;}
  .darkmagenta-color:before { background-color:#8b008b;}
  .darkolivegreen-color:before { background-color:#556b2f;}
  .darkorange-color:before { background-color:#ff8c00;}
  .darkorchid-color:before { background-color:#9932cc;}
  .darkred-color:before { background-color:#8b0000;}
  .darksalmon-color:before { background-color:#e9967a;}
  .darkseagreen-color:before { background-color:#8fbc8f;}
  .darkslateblue-color:before { background-color:#483d8b;}
  .darkslategray-color:before { background-color:#2f4f4f;}
  .darkslategrey-color:before { background-color:#2f4f4f;}
  .darkturquoise-color:before { background-color:#00ced1;}
  .darkviolet-color:before { background-color:#9400d3;}
  .deeppink-color:before { background-color:#ff1493;}
  .deepskyblue-color:before { background-color:#00bfff;}
  .dimgray-color:before { background-color:#696969;}
  .dimgrey-color:before { background-color:#696969;}
  .dodgerblue-color:before { background-color:#1e90ff;}
  .firebrick-color:before { background-color:#b22222;}
  .floralwhite-color:before { background-color:#fffaf0;}
  .forestgreen-color:before { background-color:#228b22;}
  .fuchsia-color:before { background-color:#ff00ff;}
  .gainsboro-color:before { background-color:#dcdcdc;}
  .ghostwhite-color:before { background-color:#f8f8ff;}
  .gold-color:before { background-color:#ffd700;}
  .goldenrod-color:before { background-color:#daa520;}
  .gray-color:before { background-color:#808080;}
  .green-color:before { background-color:#008000;}
  .greenyellow-color:before { background-color:#adff2f;}
  .grey-color:before { background-color:#808080;}
  .honeydew-color:before { background-color:#f0fff0;}
  .hotpink-color:before { background-color:#ff69b4;}
  .indianred-color:before { background-color:#cd5c5c;}
  .indigo-color:before { background-color:#4b0082;}
  .ivory-color:before { background-color:#fffff0;}
  .khaki-color:before { background-color:#f0e68c;}
  .lavender-color:before { background-color:#e6e6fa;}
  .lavenderblush-color:before { background-color:#fff0f5;}
  .lawngreen-color:before { background-color:#7cfc00;}
  .lemonchiffon-color:before { background-color:#fffacd;}
  .lightblue-color:before { background-color:#add8e6;}
  .lightcoral-color:before { background-color:#f08080;}
  .lightcyan-color:before { background-color:#e0ffff;}
  .lightgoldenrodyellow-color:before { background-color:#fafad2;}
  .lightgray-color:before { background-color:#d3d3d3;}
  .lightgreen-color:before { background-color:#90ee90;}
  .lightgrey-color:before { background-color:#d3d3d3;}
  .lightpink-color:before { background-color:#ffb6c1;}
  .lightsalmon-color:before { background-color:#ffa07a;}
  .lightseagreen-color:before { background-color:#20b2aa;}
  .lightskyblue-color:before { background-color:#87cefa;}
  .lightslategray-color:before { background-color:#778899;}
  .lightslategrey-color:before { background-color:#778899;}
  .lightsteelblue-color:before { background-color:#b0c4de;}
  .lightyellow-color:before { background-color:#ffffe0;}
  .lime-color:before { background-color:#00ff00;}
  .limegreen-color:before { background-color:#32cd32;}
  .linen-color:before { background-color:#faf0e6;}
  .magenta-color:before { background-color:#ff00ff;}
  .maroon-color:before { background-color:#800000;}
  .mediumaquamarine-color:before { background-color:#66cdaa;}
  .mediumblue-color:before { background-color:#0000cd;}
  .mediumorchid-color:before { background-color:#ba55d3;}
  .mediumpurple-color:before { background-color:#9370db;}
  .mediumseagreen-color:before { background-color:#3cb371;}
  .mediumslateblue-color:before { background-color:#7b68ee;}
  .mediumspringgreen-color:before { background-color:#00fa9a;}
  .mediumturquoise-color:before { background-color:#48d1cc;}
  .mediumvioletred-color:before { background-color:#c71585;}
  .midnightblue-color:before { background-color:#191970;}
  .mintcream-color:before { background-color:#f5fffa;}
  .mistyrose-color:before { background-color:#ffe4e1;}
  .moccasin-color:before { background-color:#ffe4b5;}
  .navajowhite-color:before { background-color:#ffdead;}
  .navy-color:before { background-color:#000080;}
  .oldlace-color:before { background-color:#fdf5e6;}
  .olive-color:before { background-color:#808000;}
  .olivedrab-color:before { background-color:#6b8e23;}
  .orange-color:before { background-color:#ffa500;}
  .orangered-color:before { background-color:#ff4500;}
  .orchid-color:before { background-color:#da70d6;}
  .palegoldenrod-color:before { background-color:#eee8aa;}
  .palegreen-color:before { background-color:#98fb98;}
  .paleturquoise-color:before { background-color:#afeeee;}
  .palevioletred-color:before { background-color:#db7093;}
  .papayawhip-color:before { background-color:#ffefd5;}
  .peachpuff-color:before { background-color:#ffdab9;}
  .peru-color:before { background-color:#cd853f;}
  .pink-color:before { background-color:#ffc0cb;}
  .plum-color:before { background-color:#dda0dd;}
  .powderblue-color:before { background-color:#b0e0e6;}
  .purple-color:before { background-color:#800080;}
  .rebeccapurple-color:before { background-color:#663399;}
  .red-color:before { background-color:#ff0000;}
  .rosybrown-color:before { background-color:#bc8f8f;}
  .royalblue-color:before { background-color:#4169e1;}
  .saddlebrown-color:before { background-color:#8b4513;}
  .salmon-color:before { background-color:#fa8072;}
  .sandybrown-color:before { background-color:#f4a460;}
  .seagreen-color:before { background-color:#2e8b57;}
  .seashell-color:before { background-color:#fff5ee;}
  .sienna-color:before { background-color:#a0522d;}
  .silver-color:before { background-color:#c0c0c0;}
  .skyblue-color:before { background-color:#87ceeb;}
  .slateblue-color:before { background-color:#6a5acd;}
  .slategray-color:before { background-color:#708090;}
  .slategrey-color:before { background-color:#708090;}
  .snow-color:before { background-color:#fffafa;}
  .springgreen-color:before { background-color:#00ff7f;}
  .steelblue-color:before { background-color:#4682b4;}
  .tan-color:before { background-color:#d2b48c;}
  .teal-color:before { background-color:#008080;}
  .thistle-color:before { background-color:#d8bfd8;}
  .tomato-color:before { background-color:#ff6347;}
  .transparent-color:before { background-color:#00000000;}
  .turquoise-color:before { background-color:#40e0d0;}
  .violet-color:before { background-color:#ee82ee;}
  .wheat-color:before { background-color:#f5deb3;}
  .white-color:before { background-color:#ffffff;}
  .whitesmoke-color:before { background-color:#f5f5f5;}
  .yellow-color:before { background-color:#ffff00;}
  .yellowgreen-color:before { background-color:#9acd32;}


.owl-nav {
	display:none;
}


.toast {
	position: fixed;
bottom: 30px;
right: 80px;
z-index: 9;
	background-color: #fff;
	
	border: none;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.03);
}


.sweet-modal .toast-header strong {
	font-weight: normal;
	font-size: 14px;text-transform: capitalize;
}

.sweet-modal .toast-header > div {
width: 8px;
height: 8px;
background: #ddd;
border-radius: 50% !important;}

/*
.toast-header {
	background: #f8d7da;
}
*/

.sweet-modal.success-toast .toast-header {
	background: #d9ffe8;
}

.sweet-modal.success-toast .toast-header > div {
background: #08d075;}

.sweet-modal.success-toast .toast-header strong {
color: #0f5132;}

.sweet-modal.alert-toast .toast-header {
	background: #ffd9d9;
}

.sweet-modal.alert-toast .toast-header > div {
background: #900;}

.sweet-modal.alert-toast .toast-header strong {
color: #842029;}



.toast-body p,
.toast-body {
font-size: 14px;
text-transform: capitalize;
}

.toast-header .btn-close {
	padding: 6px 10px;
}

/******************* vendor-sty *******************/

.vendor-sty {
	padding: 30px 0 !important;
background: #f6f6f6 !important;
}

.tab-vertical .vendor-tabcontent {
background: none;
}

.tab-vertical .vendor-tabcontent > .tab-pane {
padding: 30px !important;
background: #fff;
border-radius: 15px;
box-shadow: 1px 1px 12px #eaeaea;
}


.tab-vertical .vendor-tabcontent .nav {
border: 0;
padding: 0;
}


.tab-vertical.vendor-dashboard > .nav {

	background: #fff;
border-radius: 15px;
box-shadow: 1px 1px 12px #eaeaea;
overflow: hidden;
list-style: none;
}

.tab-vertical.vendor-dashboard .nav-item {/*
list-style: decimal;
margin-left: 15px;*/}

.tab-vertical.vendor-dashboard .nav-item .nav-link {
padding: 17px 20px;
padding-left:0;
}

.tab-vertical.vendor-dashboard .nav-item .nav-link.active {
	
}

.tab-vertical .vendor-tabcontent .nav-link {
border-bottom: 0;
}

.tab-vertical.vendor-dashboard .nav-item:last-child .nav-link {
border-bottom: 0;

}



.vendor-tabcontent .appointment-form-wrap {
	padding: 30px 0;
	margin-bottom: 0;
}

/*
.indes-content {
	margin-bottom:15px;
}
*/



.cust-table td span {
	padding: 6px;
background: #eee;
margin: 4px;
display: inline-block;
}






.ft-content {

  padding: 15px 15px 15px 80px;
  position: relative; }
  .ft-content i {
    background: #f6be00;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    left: 15px; }
    .ft-content i:after {
      content: "";
      position: absolute;
      right: -9px;
      top: 50%;
      transform: rotate(45deg) translateX(-50%);
      height: 15px;
      width: 15px;
      background: #f6be00; }
  .ft-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; }
  .ft-content h4, .ft-content .h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px; }
	
	
	.vendor-sty .sidebar-content .widget {
		background: #fff;
border-radius: 15px;
box-shadow: 1px 1px 12px #eaeaea;
border: none;
	}
	
	
	.vendor-sty .sidebar-content {
	background: none;	
	}
	
	
	.curve-white,
	.vendor-sty .product.product-list {
	padding: 15px;
background: #fff;
border-radius: 15px;text-transform: capitalize;
	box-shadow: 1px 1px 12px #eaeaea;}
	
	.curve-white {
		padding: 30px;
	}
	
	
	.curve-white .text-leg {
		padding: 0;
		margin-top: 0;
	}
	
	
	


.space-boxes {
padding:30px 15px;
background-image: url('../images/Partners_head.jpg');
position: relative;
z-index:1;

}
.space-boxes:after {
	    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
	z-index: -1;
    background-color: #000c;
}


.space-boxes h2 {

}

.header-page {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.box-header-text {
  position: relative;
  text-align: center;
}

.head-company .box-header-text h2, .head-company .box-header-text h1 {
  color: #f6be00;
  font-family: "light-open";
  font-size: 28px;
  font-weight: 300;
  font-family: "light-open";
  display: inline-block;
  text-align: center;
  text-transform: capitalize;margin: 0;
}


.call-info span {
font-family: "amazon";
font-size:15px;	
}



.archive-box > i.fa-bookmark {
	position: absolute;
right: 30px;
top: -2px;
color: #f00;
font-size: 21px;
}

 

.modal-confirm.resaved-modal .icon-box { border-color: #60c7c1;}
.modal-confirm.resaved-modal .icon-box i {  color: #60c7c1;}


.leadtime-table {
max-width:100%;
width: auto;

}
.leadtime-table th {
width:140px;
}


.vendor-sty .product-list .product-name {
white-space: inherit;
}

.vendor-sty .product-list .product-name span {
font-size: 14px;
color: #777;
font-family: "amazon";
}



/*******************/

/******************************/

.super-table {
background-color: #fefefe;
width: 100%;
}


.super-table thead {
background-color: #e1e8f2;
    background-color: rgba(113, 110, 182, 0.15);
	background-color: #eeecec;
}

.super-table thead th {/*
align-items: center;
font-weight: 500;
text-transform: capitalize;
border: none;
font-weight: bold;
*/
font-size: 13px;
}

.super-table thead th i {
	margin-bottom:5px;display: block;
}

.super-table tr {
border-bottom: 0 solid #edeef2;
display: flex;
}


.super-table tr:last-child {
  border-bottom: none;
}

.super-table th, .super-table td {
  padding: 10px;color: #141a4e;
  text-align: center;
  border: none;
  border-right: 1px solid #ddd;background: none;
  
  
  display: flex;
flex-direction: column;
justify-content: center;font-size: 13px;
  
}

.super-table tr td:last-child {
	 border-right: none;
}

.super-table tbody tr:hover:not(.categ-dh) {

    background-color: rgba(113, 110, 182, 0.15);
}

/*
.super-table tbody tr:hover td:not(.categ-dh) {
}*/



.super-table,
.super-table tbody,
.super-table thead {
	border: none !important;
}
.categ-dh {
/*
	background: #linear-gradient( to right , #f9f9f9, #eee) !important !important;
	
	text-align: center;
	text-align: center;
	font-weight: bold;font-size: 15px;text-transform: capitalize;
	border-bottom: 1px solid #edeef2;
	*/
	text-align: left !important;

font-size: 15px;
text-transform: capitalize;
border-bottom: 1px solid #edeef2;
font-size: 16px !important;
box-shadow: 1px 1px 15px 0px #eee inset;/*
color: #f00 !important;*/
}



.super-table tbody:nth-child(3) {
	background:#f9f9f9;
}
 
 

 .tdd-name {
	 min-width: 200px;
 }
 
  .super-table td,
   .super-table th {
	   flex: 1;
   }
   
   
   
   
   .super-table .progress {
  border-radius: 0;
  background-color: #f1f1f1;
  margin-bottom: 1rem;
  height: 22px;
  width:100%;font-size: 14px;
}

.super-table .progress-bar {
  border-radius: 0;  width:100% !important;
  height: 22px;

}



.bg-primary2 {
	  background-color: #0d6efd;
}






/* Backto Up */

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 20px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
box-shadow: inset 0 0 0 2px rgba(143, 143, 143, 0.2);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: '\f176';
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #c84449;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #c84449;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.scale-range {
display: flex;
color: #11111f !important;
}


.scale-range ul {
	margin: 0;
}

.appointment-form-wrap .toolbox-left {
	height: 40px;
align-items: end;
}

.scale-range li {
	
	float: left;
display: flex;
align-items: center;
gap:10px;
margin-right: 25px;
}


.scale-range li span {
width: 10px;
height: 10px;
border-radius: 50%;
background: #999;
display: block;
}


.f-scale {
	background: #f00 !important;
}

.d-scale {
	background: #ffc107 !important;
}

.c-scale {
	background: #1aff07 !important;
	
}

f-scale => 0 - 30
d-scale => 30 - 65
c-scale => 65 - 100


.der-search {
	position: relative;
}
.der-search button {
position: absolute;
right: 0;
top: 0;
background: none;
border: none;
width: 40px;
line-height: 44px;
height: 44px;
color: #999;

}
.der-search #example-search-input {
	height: 50px;
border-radius: 0.3rem;
}



.login-page {
	
	    background-position: center;
    background-size: cover; position: relative;z-index: 1;
}


.login-page:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dee2e6e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

  
  
  .ser-img {
	  max-width: 250px;
margin: 0 auto;
display: block;
  }
  
  .sing-as {
	  margin: 15px auto !important;
text-align: center;
background: #eee;
color: #000 !important;
text-decoration: underline;
padding: 4px;
display: block;
text-transform: capitalize;
  }
  
  
  .no-items {
	  text-align: center;margin: 0 auto;
  }
  
    .no-items h2 {
	font-size: 20px;
text-transform: capitalize;
margin: 15px 0;
color: #666;
	}
	
	
	    .no-items img {
			width:500px;
		max-width: 100%;}

.pa-padd {
padding:50px 0;
}




.appointment-form-wrap .toolbox-right > div .form-control {
	padding: 5px;height: 50px;
border-radius: 0.3rem;
	
}


.appointment-form-wrap .toolbox-right > div select.form-control {
color: #999;
}



.field-icon {
  float: right;
  margin-right: 17px;
  margin-top: -34px;
  position: relative;
  z-index: 2;
  top: 0;
  font-size: 17px;
  color: #000;
}



.alert p {
	margin: 0;
}


td .alert {
	margin: 0;
	text-align: center;
}


td .quantity {
	padding-left:15px !important;
}




.my-account .nav-tabs .nav-link {
 padding: 18px;	
}


.we-del {
	color: #999;
margin: 8px 0;
}


.wer-padd {
	padding: 20px 0;
}


.owl-lazy {
background-color: #ccc;
background-image: url(../images/lazy-loo.png);
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}




/*
 .stepss {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: table;
	 table-layout: fixed;
	 width: 100%;
	 color: #929292;
	 height: 4rem;
}
 .stepss > .step {
	 position: relative;
	 display: table-cell;
	 text-align: center;
	 font-size: 0.875rem;
	 color: #6d6875;
}
 .stepss > .step:before {
	 content: attr(data-step);
	 display: block;
	 margin: 0 auto;
	 background: #fff;
	 border: 2px solid #e6e6e6;
	 color: #e6e6e6;
	 width: 2rem;
	 height: 2rem;
	 text-align: center;
	 margin-bottom: -4.2rem;
	 line-height: 1.9rem;
	 border-radius: 100%;
	 position: relative;
	 z-index: 1;
	 font-weight: 700;
	 font-size: 1rem;
}
 .stepss > .step:after {
	 content: '';
	 position: absolute;
	 display: block;
	 background: #e6e6e6;
	 width: 100%;
	 height: 0.125rem;
	 top: 1rem;
	 left: 50%;
}
 .stepss > .step:last-child:after {
	 display: none;
}
 .stepss > .step.is-complete {
	 color: #6d6875;
}
 .stepss > .step.is-complete:before {
	 content: '\2713';
	 color: #f68e20;
	 background: #fef0e2;
	 border: 2px solid #f68e20;
}
 .stepss > .step.is-complete:after {
	 background: #f68e20;
}
 .stepss > .step.is-active {
	 font-size: 1.5rem;
}
 .stepss > .step.is-active:before {
	 color: #fff;
	 border: 2px solid #f68e20;
	 background: #f68e20;
	 margin-bottom: -4.9rem;
}


 .stepss {
	 margin-bottom: 3em;
}

 */
 
 
 /* vertical progress */
.v-progress{


}

.v-progress ul{
	list-style: none;
}

.v-progress-item {
	position: relative;
	/* left: var(--v-progress-left); */
	padding-left: 35px;
height:51px;
	line-height: 12px;

}

.v-progress-item:last-child {
	margin-bottom: 0px;
}

.v-progress-item:last-child:after {
	border-left: 0px;
}

.v-progress-item:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
	top: 50%;
transform: translatey(-50%);
	line-height: 22px;
z-index: 2;
border: 2px solid #777;
z-index: 2;
}

.v-progress-item:after {
	content: "";
	display: inline-block;
	position: absolute;
height: 51px;
top: 50%;
left: 10px;
	border-left: 3px solid #ccc;margin-left: -1.5px;
}

.v-progress-item.completed:after {
	border-color: #f6be00;
}

.v-progress-item.completed:before {
	content: "\f00c";
	  font-family: "FontAwesome"; font-weight: 300;
	font-size: 11px;
	text-align: center;
	color: white;
	background: #f6be00;
	height: calc(undefined + 51px);
	width: calc(undefined + 51px);
	line-height: calc(undefined + 51px);
	left: undefined;
	top: undefined;
	border-color: #f6be00;
	border-width: 0;

}

.v-progress-item.inprogress:before {
	background-color: #fff;
	border-color: #f6be00;

}









/* Row
-------------------------------------------------------------- */
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 30px 0;    
}

.overlay {
    position: absolute;
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* Title-section*/
.title-section {
    text-align: center;
    margin-bottom: 30px;
}

.title-section .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.title-section .title:before {
    height: 3px;
    width: 50px;
    background: #eb960e;
    position: absolute;
    content: '';
    left: 50%;
    top: 40px;
    margin-left: -25px;
}

.title-section .desc {
    font-size: 14px;
    font-style: italic;

}

/* Flat price table
-------------------------------------------------------------- */
.flat-price-table {
    text-align: center;
    border: 1px solid #dfdfdf;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


.flat-price-table:hover {
    margin-top: -20px;
    border: 4px solid #ffffff;
    cursor: pointer;
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.11); 

}

.flat-price-table .price-title {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    word-spacing: -3.6px;
    padding-top: 44px;
    padding-bottom: 14px;
}

.flat-price-table .price-title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #343434;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    margin-top: 2px;
}

.flat-price-table .price-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #343434;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    margin-top: 8px;
}

.flat-price-table .price {
    padding-top: 20px;
    padding-bottom: 5px;
}

.flat-price-table .price p {
    font-size: 14px;
    color: #b9b9b9;
    line-height: 30px;
text-transform: capitalize;
}

.flat-price-table .price .dola {
    color: #333;
    font-weight: 400;
    font-size: 30px;
    line-height: 27px;
}


.flat-price-table .price .dola.old-prc {
color: #999;
font-size: 20px;
margin: 0 5px;
text-decoration: line-through;
}




.flat-price-table ul.price-table-list {
    margin-top: -4px;
    margin-bottom: 30px;
}

.flat-price-table ul.price-table-list li {
    font-size: 14px;
    line-height: 60px;
    color: #666;
}


.flat-price-table ul.price-table-list li span {
color: #000;
font-weight: 600;
font-size: 16px;
}


.flat-price-table ul.price-table-list li:nth-child(2n+1) {
    background-color: #f6f6f6;
}



.flat-price-table .hot {
    line-height: 23px;
    color: #fff;
    padding-left: 8px;
    padding-right: 22px;
    position: absolute;
    right: -7px;
    top: 9px;
    background-color: #f6be00;
    font-size: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.flat-price-table .hot:after {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    right: 48px;
    border-top: 7px solid transparent !important;
    border-left: 6px solid #a69016;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    
}

.flat-price-table .hot:before {
    content: '';
    width: 0;
    height: 0;
    top: 3px;
    right: -10px;
    border-top: 17px solid transparent !important;
    border-left: 17px solid #ffffff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}


.flat-price-table .hot.crt {
transform: none;
left: 0;
right: auto;
left: -6px;
}



.flat-price-table .hot.crt:after {
left: 0;
right: auto;	
}

/* btn */
.flat-price-table .btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #11111f;
    border-radius: 40px;
    color: #FFFFFf;
    padding: 15px 40px;
    margin-bottom: 29px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: none;

}

.flat-price-table .btn:hover  {
    border: none; 
    background-color: #f6be00;
    color: #ffffff;

}




/* wrap-price-table */
.wrap-price-table {
    width: 33.333%;
    float: left;
	margin-bottom: 20px;
}


/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	
}

/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
	.wrap-price-table {
		width: 90%;
		margin: 0 auto 15px;
	}


	
}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

	
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {

	
}

@media (max-width: 320px) {	
	.wrap-price-table {
		width: 100%;
		margin-bottom: 20px;
	}


	
}






/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-area {
  background-image: url(../images/Marketplace.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/*
.main-slides-area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 385px;
  height: 100%;
  background-color: #e53036;
  z-index: -1;
}*/


.main-slides-area::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000001c;
  z-index: -1;
}


.main-slides-content span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.main-slides-content h1 {
  font-size: 30px;
  margin-bottom: 6px;
  color: #000;
}

.main-slides-content p {
  color: #000;
  margin-bottom: 0;
}

.main-slides-content .slides-btn {
  margin-top: 12px;
}

.main-slides-info {
  position: relative;
  padding-left: 85px;
  margin-top: 45px;
}

.main-slides-info .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-slides-info .icon i {
  font-size: 65px;
  color: #fff;
}

.main-slides-info span {
  font-size: 16px;
  font-weight: 400;
  color: #264485;
  display: block;
  margin-bottom: 12px;
}

.main-slides-info a {
  font-size: 25px;
  color: #fff;
}

.home-slides.owl-theme .owl-nav {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: none;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border: 1px solid #fff;
  margin: 0 0 0 4px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:last-child {
  margin-right: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  border: 1px solid #264485;
  background: #264485;
  color: #fff;
}


.main-slides-item {
height:400px;
display: grid;
align-items: center;
}







.main-slides-image {/*
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);*/
transition-delay: 500ms;
transition: all ease-in-out 0.4s;
margin-top: 75px;
max-width: 400px;
margin: 0 auto;
}


.main-slides-image img { 
max-height: 350px;
width: auto !important;
max-width: 100%;
margin: 0 auto;
}


.main-slides-content {/*
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-o-transform: translateX(-50px);
transform: translateX(-50px);*/
transition-delay: 500ms;
transition: all ease-in-out 0.4s;
}



.main-slides-area .active .main-slides-image { 
opacity: 1;

-webkit-transform: translateX(0);

-moz-transform: translateX(0);

-ms-transform: translateX(0);

-o-transform: translateX(0);

transform: translateX(0);

transition-delay: 500ms;

}



.main-slides-area .active .main-slides-content { 
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 500ms;

}



/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  background-image: url(../images/main-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 250px;
  background-attachment: fixed;
}

.main-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: .55;
}

.main-banner-content {
  max-width: 680px;
}

.main-banner-content span {
  font-size: 16px;
  font-weight: 400;
  color: #264485;
  display: inline-block;
  margin-bottom: 20px;
}

.main-banner-content h1 {
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

.main-banner-content p {
  color: #fff;
  margin-bottom: 0;
}

.main-banner-content .banner-btn {
  margin-top: 30px;
}

/*================================================
Hero Slides Area CSS
=================================================*/
.hero-slides-area {
  position: relative;
  z-index: 1;
}

.hero-slides-content {
  text-align: center;
}

.hero-slides-content h1 {
  font-size: 72px;
  margin-bottom: 0;
}

.hero-slides-content .hero-image {
  margin-top: 45px;
}

.hero-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.hero-slides.owl-theme .owl-nav [class*=owl-] {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 68px;
  background: transparent;
  color: #222;
  border-radius: 0;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border: 1px solid #264485;
  margin: 0;
  position: absolute;
  left: -75px;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

.hero-slides.owl-theme .owl-nav [class*=owl-].owl-prev::before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  background-color: #fff;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.hero-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -75px;
}

.hero-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  background-color: #fff;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.hero-slides.owl-theme .owl-nav [class*=owl-]:hover {
  border: 1px solid #264485;
  background: #264485;
  color: #fff;
}

.hero-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-prev::before {
  background-color: #264485;
}

.hero-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-next::before {
  background-color: #264485;
}

.hero-down-icon {
  position: absolute;
  right: 5px;
  bottom: 45px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}


.hero-down-icon a {
  color: #222;
}

.hero-down-icon a:hover {
  color: #264485;
}

.hero-down-icon a i {
  font-size: 20px;
  position: relative;
  top: 5px;
}




.input-wrapper-rounded .btn.btn-rounded {
  border-radius: 0 3px 3px 0;
}
.input-wrapper-rounded .form-control {
  border-radius: 0.4rem 0 0 0.4rem;
}


.main-back {
	margin-bottom: 25px;
}



        .super-box {
          border: 1px solid #ccc;
          border-radius: 8px;
overflow: hidden;
          margin-bottom: 15px;
display: flex;
gap: 15px;
        }


.super-box:hover {
border: 1px solid #e8aa1a;}


.super-box:hover .su-img { 
border-right: 1px solid #e8aa1a;
}

        .product-details {
          padding: 10px;
        }

.su-img {
width: 100%;
overflow: hidden;
display: grid;
align-items: center;
padding: 15px;
justify-content: center;
max-width: 35%;
border-right: 1px solid #ddd;
}

.super-box img {
max-width: 100%;
width: auto;
max-height: 220px;
height: auto;
justify-content: center;
}
        

.super-box .product-details .product-name { 
text-transform: capitalize;
font-size: 22px;
color: #000;
}

.super-box .product-details .product-details {
padding: 0;
line-height: 21px;
font-size: 15px;
margin-bottom: 10px;
color: #777
}

.super-box .product-details .info-label {
padding-left: 20px;      position: relative;
color: #000;
}

.super-box .product-details .info-label:after {

      content: "\f00c";
font-family: "FontAwesome";
      font-weight: 300;
      position: absolute;
      top: 0;
      left: 0;
color: #f77750;font-size: 15px;
}



/************************************************/

@FONT-FACE {
    font-family: "mont";
    src: url(mont.woff2)
}





.cnc-promo {

position: absolute;
top: 0;
left: 10px;

width: 30px;
height: 46px;
font-size: 14px;

display: flex;

align-items: center;

justify-content: center;


transition: 0.3s;
color: #fff;
z-index: 3;cursor: pointer;



}




.offer-banner::before {
  content: "";
opacity: .93;
background-color: #f6be00;
background-color: #000;
background: linear-gradient(0deg, rgb(100, 43, 115) 0%, rgb(198, 66, 110) 100%);
background: linear-gradient(0deg, rgb(189, 84, 6) 0%, rgb(246, 190, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;z-index: -1;
}

.offer-banner {
  position: relative;
background: url(../images/bgg1.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
font-family: "mont";
margin-bottom: 15px;
}


.offer-banner .offer {
  text-align: center;
padding: 50px 0;
  z-index: 2;
  position: relative;
}


.offer-banner .offer a {
color: #14dfc4;
}

.offer-banner .offer h2 {
margin: 0;
font-size: 46px;
color: #fff;
font-family: "mont";
text-transform: capitalize;
}

.offer-banner .offer p {
color: #fff;
font-size: 15px;
max-width: 500px;
margin: 15px auto;
}

/*******************/



.it-com .coming-time {
display: flex;
gap: 6px;
    align-items: center;
    justify-content: center;/*
    position: absolute;
    top: 15px;
    right: 0;
    background: #fff;*/
}

.it-com .coming-time .time-count {
    border-radius: 3px;
    color: #fff;
}

.it-com .coming-time .time-count > span {
font-size: 45px;
font-weight: bold;
display: block;
line-height: 80px;

width: 140px;
height: 80px;
text-align: center;
border-radius: 4px;
color: #fff;

color: #000;
background: linear-gradient(to right , #ffffff21 ,#fff6);
}

.it-com .coming-time .time-count > strong {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    line-height: 1;
margin-top: 8px;font-weight: bold;
}




.blimp {
position: absolute;
bottom: 30px;
left: 30px;
width: 300px;
}

.dlex {
	display: flex;
	gap: 10px
}




@media (max-width: 767px) {
#otp-form {
  gap: 10px;
}



.dlex {
flex-direction: column;
}



.title-otp {
  font-size: 18px;}



.container-otp {
padding: 20px;
}



.offer-banner .offer h2 {
font-size: 24px;
}

.offer-banner .offer p {
font-size: 14px;
}
.it-com .coming-time .time-count > span {
font-size: 25px;
line-height: 60px;
width: 70px;
height: 60px;}

.it-com .coming-time .time-count > strong {
font-size: 13px;
}


}







@media (max-width: 767px) {



        .super-box {
display: block;

        }



.su-img { 
border-right:0;
border-bottom: 1px solid #ddd;

}
.super-box .product-details .product-name {  
font-size: 15px;
}

.super-box .product-details .info-label,
.super-box .product-details .product-details { 
font-size: 13px;
}

.su-img {
width: 100%;	
max-width: 100%;	
}
.sao-carts .nav-tabs {
width: 100%;	
}
.sp-num {
	display: none;
	
}

.sao-carts .nav-tabs .nav-item {
  background: #f0f0f0;
  width: 25%;
  float: left;
}

.sao-carts .nav-tabs .nav-item .nav-link {
  padding: 8px;
}

.sao-carts .nav-tabs .nav-item .nav-link strong {
text-transform: capitalize;
font-size: 13px;
line-height: 20px;
display: grid;
align-items: center;
height: 40px;
}


.sao-carts .nav-item:not(:last-child) {
 /* border-right: 0;
  border-bottom: 1px solid #ddd;*/
}


.appointment-form-wrap {
padding: 10px;}




  .main-slides-area::before {
    display: none;
  }
  .main-slides-content h1 {
    font-size: 18px;margin-bottom: 10px;
  }


.main-slides-content span {
margin-bottom: 10px;
}

.main-slides-content .slides-btn {
    margin-top: 15px;
}
.main-slides-item {
height: 450px;
}

.main-slides-content p {

}

  .main-slides-image {
    margin-top: 0;
  }
  .home-slides.owl-theme .owl-nav {
    text-align: center;
    position: relative;display: none;
  }
  .main-slides-info {
    margin-top: 35px;
    padding-left: 65px;
  }
  .main-slides-info .icon i {
    font-size: 50px;
  }
  .main-slides-info span {
    font-size: 15px;
  }
  .main-slides-info a {
    font-size: 18px;
  }
  .main-banner-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-banner-content h1 {
    font-size: 30px;
  }
  .hero-slides-area {
    border-top: 1px solid #e1e1e1;
  }
  .hero-slides-content h1 {
    font-size: 30px;
  }
  .hero-slides-content .hero-image {
    margin-top: 30px;
  }
  .hero-slides.owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 50px;
    left: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 0;
    background-color: var(--main-color);
    color: var(--white-color);
  }
  .hero-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
  }
  .hero-down-icon {
    display: none;
  
  }
  
.main-slides-content {
	text-align: center;
}
  
  .main-slides-image {
	  margin-bottom: 35px;
max-width: 200px;
  }
  



.btn {
padding: 7px;
font-size: 12px;
text-transform: capitalize;
}

.categories {
  padding: 15px;
}

.tab-with-title.tab-nav-boxed .nav-link {
	padding: 10px 7px;
}

.sale-banner .btn {
	margin: 0 auto !important;
}


.sale-banner .banner-subtitle {
	font-size: 3em;
}

.product-name,
.tab-with-title .nav-link {
font-size: 12px;}
  
  .title-link-wrapper a {
	  display: none;
  }
  
  
  .product-single .product-title,
  .title { 
  font-size: 16px;
  }
  
  
  
  .banner-product-wrapper .banner {
  padding: 15px;
}


  .electronics-cosmetics .banner-divider {
  margin-top: 10px;
  margin-bottom: 10px;
}
  
  
  .electronics-cosmetics .banner-price-info {
  font-size: 1.5em;
}
  .category-wrapper img {
  min-height: 15rem;
}
.electronics-cosmetics .banner-title {
  font-size: 2.4em;
}

.mt-7,
.mt-4,
.mt-10,
.mt-5,
.mt-8 {
	  margin-top: 1.5rem !important;
}


.vendor-product-section
.mb-7,
.mb-4,
.mb-10,
.mb-5,
.mb-8 {
  margin-bottom: 1.5rem !important;
}

.footer-newsletter .btn i {
margin: 0;}


.footer-newsletter .btn {
font-size: 0;
display: block;
width: 50px;
height: 50px;
text-align: center;
padding: 0;
}


.footer-newsletter .icon-box-icon,
.icon-box p {
	display: none !important;
}

.footer-newsletter {
  padding: 15px 0 !important;
}

.footer-newsletter .input-wrapper-inline {
	margin-top: 10px;
}

.mobile-menu ul {
  width: 100%;
  min-width: 100%;
}


.megamenu {
	background: #2a2a2a;
}

.mobile-menu li a {
	padding: 8px 10px !important;
}

.megamenu > li {
	padding: 0;
	max-width: 100%;
min-width: 100%;
}

.breadcrumb-nav h2 {
  font-size: 16px;
text-transform: capitalize;}

.product-single .product-form label {
	display: block;
min-width: 120px;
}

.input-group .form-control {
	padding: 0 1.4rem 0 0.8rem;
}

.product-single .social-links-wrapper {
	margin-top: 0;
}

.product-single .btn-cart {
	min-width: 44px;
height: 44px;
}

.product-single .product-size-swatch {
  margin-bottom: 1rem;
}

.product-tabs .tab-pane {
  padding: 1.5rem 0;
}

.form-group {
  margin-bottom: 10px;
}

.stbar {
padding: 0;
background: none;}

.cart .cart-summary {
padding: 12px;}



.cust-s-table,
.appointment-form-wrap,
.order-summary {
overflow-x: scroll;	
}


.cust-table th:not(.num-th),
.cust-table th:not(.new-num),
.atr-name,
.order-table td {
	min-width: 120px;
}


.flex-between {
  display: inline-block;
  width: 100%;
}


.main-back .card-data > div {
  padding-bottom: 0.5em;
}


.main-back .card-data > div:first-child {
  padding-top: 0;
}


.p-5 {
  padding: 2rem !important;
}

.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

h4 {
  font-size: 16px;
}



.tab-vertical .tab-content {
	padding-left: 0;
}


.login-popup {
	width: 95%;
}

.login-page .login-popup {
	margin: 0 auto;
}

.pa-padd {
  padding: 20px 0;
}
.product-list .product-action {
	
}

.product-list .product-details {
	height: auto;
	text-align: center;
}
.derrr-blk,
.toolbox.wcfm-toolbox.derrr-blk .toolbox-right, .toolbox.sticky-toolbox.derrr-blk .toolbox-right {
		display: block;
}


.swal2-popup.swal2-modal {
	justify-content: center;
	align-items: center;
}

#account-dashboard .icon-box {
padding: 25px 20px 10px;}

.my-account .icon-box.text-center i {
	font-size: 4rem;
}

.banner-product-wrapper .banner:before { 
background: linear-gradient(to left, #000, #fefefe);
}



.ratings-container {
	justify-content: center;
}

.store-wcfm-banner .seller-info-list {
padding-left: 0;	
}




.store-wcfm-banner .store-content {
	padding: 10px;
}

.store-wcfm-banner .seller-brand {
margin: -12.2rem auto 1rem;}

.store .ratings-container,
.store-wcfm-banner .seller-info-list li,
.store-wcfm-banner .store-title {
margin-bottom: 0;}

.store-wcfm-banner .store-media img {
  min-height: 350px;
}

#account-orders .account-orders-table th,
#account-orders .account-orders-table td,
#account-orders .account-orders-table .order-total {
  width: auto !important;
}

#account-orders .account-orders-table td {
	padding: 8px;
}

}
