@charset "UTF-8";



@FONT-FACE {
    font-family: "poppins";
    src: url("nuite-lite.woff2");
}




body {
    font-family: 'poppins';
    font-weight: normal;
    font-size: 14px;
    color: #333;
    font-style: normal;
}



body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.f-700 {
    font-weight: 700;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}

.gray-bg {
    background: #efefed;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #222;
}

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

[data-overlay="9"]::before {
    opacity: 0.9;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: none;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("http://azim.commonsupport.com/Easton/assets/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    display: block;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #898f9f;
    margin: 0px 10px;
    transition: all 500ms ease;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] span:before {
    margin: 0px;
    font-size: 25px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #f2be00;
}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    background: #222;
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #cda274;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #11dbbe;
    text-decoration: none;
}

a,
button {
    color: #11dbbe;
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppins';
    color: #000000;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #333;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #11dbbe;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #11dbbe;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #11dbbe;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #ddd;
    font-size: 10px;
    opacity: 1;
}

*::placeholder {
    color: #ddd;
    font-size: 10px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: #11dbbe none repeat scroll 0 0;
    border: medium none;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 20px;
    text-align: center;
    touch-action: manipulation;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
    background: #11dbbe;
    color: #fff;
}

.btn-two {
    background: #fff none repeat scroll 0 0;
    color: #4b4848;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-three {
    background: #11dbbe;
}

.btn-three:hover {
    background: #11dbbe;
}

.breadcrumb>.active {
    color: #888;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #11dbbe;
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #11dbbe;
    color: #fff;
}

.header-top-area {
    background: #f0f0f0;
    padding: 7px 0;
}

.header-top-left a {
    font-size: 13px;
    color: #000;
}

.header-top-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-top-right ul li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.header-top-right ul li::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 13px;
    opacity: .5;
}

.header-top-right ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.header-top-right ul li:first-child::before {
    display: none;
}

.header-top-right ul li a {
    color: #000;
    font-size: 13px;
    display: block;
}

.header-search-wrap form {
    display: flex;
    align-items: center;
    min-width: 550px;
}

.header-search-wrap form input {
    border: none;
    background: #fff;
    flex-grow: 1;
    font-size: 13px;
    color: #90908e;
    padding: 12px 20px;
    height: 44px;
    border-radius: 22px 0 0 22px;
    border: 1px solid #eee;
}

.header-search-wrap form input::placeholder {
    font-size: 13px;
    color: #90908e;
}

.header-search-wrap form .custom-select {
    border: none;
    padding: 11px 40px 11px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #282b30;
    font-size: 13px;
    outline: none;
    appearance: none;
    / background-repeat: no-repeat;
    height: 44px;
    background-color: #fff;
    line-height: 45px;
    padding: 0 35px 0 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;width: 150px;
}

.header-search-wrap form button {
    border: none;
    background: #11dbbe;
    color: #fff;
    font-size: 18px;
    padding: 8px 21px;
    width: 60px;
    height: 44px;
    border-radius: 0 22px 22px 0;
}

.header-action>ul {
    display: flex;
    align-items: center;
}

.header-action>ul li {
    position: relative;
    margin-left: 5px;
    width: 40px;
    height: 41px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
}

.header-action ul li a i {
    color: #000;
    font-size: 20px;
    display: block;
    margin-bottom: 3px;
    transition: all 0.3s ease-out 0s;
    line-height: 40px;
}

.header-action>ul li.header-shop a i {}

.header-search-area.style-two .header-action ul li a:hover i,
.header-search-area.style-two .header-action ul li a:hover,
.header-action ul li a:hover i,
.header-action ul li a:hover {
    color: #11dbbe;
}

.header-search-area {
    padding: 6px 0;
}

.header-action>ul .header-shop .cart-count {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 18px;
    height: 18px;
    background: #11dbbe;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

.header-action>ul .header-sine-in {
    margin-left: 20px;
    padding-left: 20px;
}

.header-action>ul .header-sine-in a {
    display: flex;
    align-items: center;
    text-align: left;
}

.header-action>ul .header-sine-in a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 45px;
    background: #e8e8e8;
}

.header-action>ul .header-sine-in a i {
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 10px;
}

.header-action>ul .header-sine-in a p {
    margin-bottom: 0;
    color: #282b30;
    line-height: 1.2;
    font-size: 14px;
}

.header-action>ul .header-sine-in a p span {
    display: block;
    font-size: 14px;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.menu-area {
    background: #2b2b2b;
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.logo img {
    max-width: 230px;
}

.header-category {
    position: relative;
}

.header-category>a {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    min-height: 54px;
    min-width: 280px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #11dbbe;
}

.header-category>a i:first-child {
    margin-right: 18px;
}

.header-category>a i:last-child {
    margin-left: auto;
}

.header-category .category-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    border-radius: 3px;
    z-index: 2;
    display: block;
    border: 1px solid #eee;
    height: 460px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: scroll;
}

.header-category .category-menu>li {
    border-bottom: 1px solid #eee;
}

.header-category .category-menu>li>a,
.more_slide_open>li>a {
    display: flex;
    color: #000000;
    font-size: 14px;
    background: transparent;
    position: relative;
    align-items: center;
    font-weight: 300;
    transition: .3s ease-in;
    padding: 12px 15px 12px 20px;
}

.header-category .category-menu>li:last-cild>a {
    border-bottom: none;
}

.header-category .category-menu>li:hover,
.more_slide_open>li:hover {
    color: #11dbbe;
    background: #f6f6f6;
}

.more_slide_open>li.menu-item-has-children>a::after,
.category-menu>li.menu-item-has-children>a::after {
    content: "\f105";
    position: absolute;
    right: 18px;
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000000;
    transition: .3s ease-in;
}

.more_slide_open>li.menu-item-has-children>a:hover:after,
.category-menu>li.menu-item-has-children>a:hover::after {
    color: #11dbbe;
}

.more_slide_open>li>a>span,
.header-category .category-menu>li>a>span {
    background: #11dbbe;
    line-height: 1;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
}

.more_slide_open>li>a>i,
.header-category .category-menu>li>a i {
    font-size: 16px;
    margin-right: 10px;
    line-height: 0;
}

.category-menu .megamenu li a:hover,
.header-category li a:hover {
    color: #0570ad;
}

.header-category .category-menu>.add-megamenu>a {
    border-bottom: 1px solid #d3d2d2;
    padding: 18px 18px 14px;
    margin-bottom: 10px;
}

.header-category .category-menu>.add-megamenu>a i {
    color: #11dbbe;
}

.more_slide_open .megamenu,
.category-menu .megamenu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 280px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 2;
}

.category-menu .megamenu li {
    padding: 0 15px;
}

.category-menu .megamenu li:hover {
    background: #ffffff;
}

.category-menu .megamenu li.dropdown>a::after {
    content: "\f105";
    position: absolute;
    right: 18px;
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000000;
    transition: .3s ease-in;
}

.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0px 1px 16px 0px rgba(220, 220, 220, 0.47);
    width: 280px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s linear;
    z-index: 2;
}

.category-menu .megamenu li a {
    padding: 12px 0 12px 5px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #000;
}

.category-menu .megamenu .dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.more_slide_open .megamenu>.sub-column-item,
.category-menu .megamenu>.sub-column-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.more_slide_open .megamenu>.sub-column-item>a,
.category-menu .megamenu>.sub-column-item>a {
    font-weight: 500;
    display: block;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.more_slide_open .megamenu>.sub-column-item>a:hover,
.category-menu .megamenu>.sub-column-item>a:hover {
    color: #11dbbe;
}

.more_slide_open .megamenu>.sub-column-item ul li,
.category-menu .megamenu>.sub-column-item ul li {
    margin-bottom: 15px;
}

.more_slide_open .megamenu>.sub-column-item ul li:last-child,
.category-menu .megamenu>.sub-column-item ul li:last-child {
    margin-bottom: 0;
}

.more_slide_open .megamenu>.sub-column-item ul li a,
.category-menu .megamenu>.sub-column-item ul li a {
    display: inline-flex;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
}

.more_slide_open .megamenu>.sub-column-item ul li a:hover,
.category-menu .megamenu>.sub-column-item ul li a:hover {
    color: #11dbbe;
    padding-left: 5px;
}

.more_slide_open .megamenu>.sub-column-item .mega-menu-banner a:hover,
.category-menu .megamenu>.sub-column-item .mega-menu-banner a:hover {
    padding: 0;
}

.mega-menu-banner img {
    max-width: 100%;
}

.more_slide_open>li:hover>.megamenu,
.category-menu>li:hover>.megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category-menu .more-categories {
    padding: 13px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    cursor: pointer;
    font-size: 13px;
    color: #282b30;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #11dbbe;
}

.category-menu .more-categories i {
    font-size: 12px;
    transform: rotate(0);
    transition: .3s linear;
}

.category-menu .more-categories.show i {
    transform: rotate(-90deg);
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10px;
}

.navbar-wrap ul li {
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    padding: 20px 6px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;font-weight: 600;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
    color: #fff;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.menu-area .header-action .header-btn a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.menu-area .header-action .header-btn a:hover {
    color: #11dbbe;
}

.navbar-wrap ul li .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 290px;
    background: #ffffff;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -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;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    display: none;
}

.navbar-wrap ul li .submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .submenu li a {
    padding: 0 15px;
    line-height: 40px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    -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;
}

.navbar-wrap ul li .submenu li a:hover,
.navbar-wrap ul li.active .submenu li.active a {
    background: #11dbbe;
    color: #fff;
}

.navbar-wrap ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: block;
}

.menu-area.style-two {
    background: #232323;
    background: linear-gradient( to left, #11154a, #232323);
    background: linear-gradient( to left, #1f2347, #1d3a6b);
    background: linear-gradient( to left, #1f2347, #1d3a6b);
}

.menu-area.style-two .header-category .category-menu {}

.menu-area.style-two .header-category>a {
    background: #11dbbe;
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #2b2b2b;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.sticky-menu .header-category .category-menu {
    display: none;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #282b30;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: #fff;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #312620;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    margin-left: 10px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #282b30;
    background: #efefef;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #282b30;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: #11dbbe;
    background: #11dbbe;
    color: #fff;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 3px;
}

.banner-area {
    position: relative;
}

.banner-shape {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/banner/banner-shape.png);
    height: 544px;
    width: 1003px;
    z-index: -1;
}

.banner-content .title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 5px;
}

.banner-content .title span {
    color: #11dbbe;
}

.banner-content .small-title {
    color: #848181;
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 500;
}

.banner-content .small-title span {
    color: #11dbbe;
}

.banner-content .price {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 35px;
}

.banner-content .price span {
    font-weight: 500;
}

.banner-img {
    margin-left: -100px;
    position: relative;
}

.banner-img img {
    max-width: unset;
}

.product-tooltip {
    position: absolute;
    left: 27%;
    top: 62%;
    z-index: 1;
}

.banner-img .product-tooltip:nth-child(2) {
    right: 17%;
    top: 40%;
    left: auto;
}

.banner-img .product-tooltip:nth-child(3) {
    right: 17%;
    left: auto;
    top: auto;
    bottom: 16%;
}

.product-tooltip .tooltip-btn {
    height: 25px;
    width: 25px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    background: #11dbbe;
}

.product-tooltip .tooltip-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 11px;
    width: 11px;
    transform: translate(-50%, -50%);
    background: #eeedeb;
    border-radius: 50%;
}

.product-tooltip .tooltip-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 35px;
    width: 35px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    opacity: .43;
    z-index: -1;
}

.tooltip-product-item.product-tooltip-item {
    position: absolute;
    width: 225px;
    top: -70px;
    left: 40px;
    box-shadow: 0px 1px 32px 0px rgb(216 215 215 / 19%);
    z-index: 3;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.tooltip-product-item.product-tooltip-item .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ff5400;
    color: #fff;
    font-size: 13px;
    z-index: 2;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.tooltip-product-item.product-tooltip-item .close-btn:hover {
    background: #2b2b2b;
}

.product-tooltip-item .tooltip-product-thumb {
    padding: 20px 25px 10px;
}

.tooltip-product-content {
    padding: 20px 20px;
    background: #fff;
    transform: translateY(0px);
    transition: .3s linear;
}

.tooltip-product-content .title {
    font-size: 16px;
    margin-bottom: 0;
}

.tooltip-product-content .title span {
    background: #ff5400;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 5px;
}

.tooltip-product-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.tooltip-product-item.product-tooltip-item.bottom {
    top: auto;
    bottom: 0;
}

.tooltip-product-item.product-tooltip-item.left {
    left: auto;
    right: 40px;
}

.tooltip-product-item.product-tooltip-item.active {
    opacity: 1;
    visibility: visible;
}

.slider-bg {
    min-height: 556px;
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
}

.slider-content {
    margin-left: 40px;
    width: 50%;
}

.slider-content .title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.slider-content .title span {
    color: #11dbbe;
}

.slider-content .small-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
}

.slider-content .small-title span {
    color: #11dbbe;
}

.slider-content .price {
    font-size: 28px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px;
}

.slider-content .price span {
    font-weight: 500;
}

.slider-active .slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-active .slick-dots li {
    line-height: 0;
    margin: 0 3px;
}

.slider-active .slick-dots li button {
    text-indent: -9999999px;
    border: none;
    padding: 0;
    height: 11px;
    width: 16px;
    border-radius: 5.5px;
    transition: .3s linear;
    background: #848382;
}

.slider-active .slick-dots li.slick-active button {
    background: #11dbbe;
    width: 24px;
    opacity: .73;
}

.slider-content.black-content .title {
    color: #2b2b2b;
}

.slider-content.black-content .small-title {
    color: #2b2b2b;
}

.slider-content.black-content .price {
    color: #2b2b2b;
}

.category-banner-item {
    position: relative;
}

.category-banner-item .content {
    position: absolute;
    left: 30px;
    top: 55px;
}

.category-banner-item .category-thumb {
    border-radius: 4px;
    overflow: hidden;
}

.category-banner-item .category-thumb img {
    transform: scale(1);
    transition: .5s ease-out;
    width: 100%;
}

.category-banner-item:hover .category-thumb img {
    transform: scale(1.1);
}

.category-banner-item .content span {
    font-size: 18px;
    text-transform: uppercase;
    color: #11dbbe;
    display: block;
    margin-bottom: 3px;
}

.category-banner-item .content .title {
    font-size: 30px;
    margin-bottom: 10px;
}

.category-banner-item .content .price {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
}

.category-banner-item .content .shop-now {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #11dbbe;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1;
}

.banner-area-two .row [class*="col-"] {
    padding: 0 10px;
}

.banner-bg {
    background-image: url(../images/bg/banner_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px 0 50px;
}

.slider-img {
    position: relative;
    z-index: -1;
}

.slider-img .img-shape {
    width: 533px;
    height: 533px;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.slider-img .main-img {
    position: absolute;
    top: -30px;
    left: 138px;
    z-index: 1;
}

.slider-area .slider-content {
    margin-left: 90px;
    width: 100%;
    position: relative;
    margin-top: 45px;
}

.slider-area .slider-content .vendor {
    color: #575757;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    left: -135px;
    top: 50%;
}

.slider-area .slider-content .discount {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #11dbbe;
    line-height: 1;
    padding: 10px 31px;
    border-radius: 16px;
    margin-bottom: 13px;
}

.slider-area .slider-content .title {
    font-size: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-area .slider-content .title span {
    font-size: 60px;
    font-weight: 600;
    color: #000;
}

.slider-area .slider-content p {
    color: #000;
    font-size: 18px;
    margin-bottom: 35px;
    width: 60%;
}

.slider-area .slider-content p span {
    font-weight: 700;
}

.slider-area .slider-bg {
    min-height: 680px;
    padding: 80px 0 60px;
    border-radius: 0;
}

.slider-area {
    position: relative;
}

.slider-area .slider-shape img {
    position: absolute;
}

.slider-area .slider-shape .shape-1 {
    left: 13%;
    top: 18%;
}

.slider-area .slider-shape .shape-2 {
    left: 39%;
    bottom: 27%;
}

.slider-area .slider-shape .shape-3 {
    bottom: 35%;
    right: 22%;
}

.slider-area .banner-nav {
    background: #fff;
    position: absolute;
    left: 17%;
    bottom: 0;
    padding: 17px 26px;
    box-shadow: 0px 12px 21px 0px rgba(137, 137, 137, 0.08);
}

.banner-nav .slick-arrow {
    background: #f3f3f3;
    border: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #3353fc;
    margin: 0 7px;
    line-height: 56px;
    text-align: center;
}

.banner-nav .slick-arrow:hover {
    background: #11dbbe;
    color: #fff;
}

.breadcrumb-bg {
    background-image: url(../images/bg/breadcrumb_bg.jpg);
    padding: 40px 0 60px;
    background-position: center;
    background-size: cover;
}

.breadcrumb-product {
    position: relative;
    z-index: 1;
    padding: 30px 20px 40px;
    margin-right: 25px;
}

.breadcrumb-product::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skewX(-15deg);
    background: #fff;
    z-index: -1;
}

.breadcrumb-product .thumb {
    position: relative;
    margin-bottom: 10px;
}

.breadcrumb-product .thumb span {
    position: absolute;
    display: block;
    right: -25px;
    top: 0;
    font-size: 14px;
    color: #ff5400;
    font-weight: 600;
}

.breadcrumb-product .content {
    margin-left: -30px;
}

.breadcrumb-product .content .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.breadcrumb-product .content .rating i {
    color: #ff5400;
    font-size: 9px;
}

.breadcrumb-product .content .rating i:last-child {
    color: #cecaca;
}

.breadcrumb-product .content .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.breadcrumb-product .content .price {
    color: #707070;
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumb-content .title {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.breadcrumb-content .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #959595;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #2b2b2b;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #2b2b2b;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    padding: 0 10px;
}

.breadcrumb-area-two {
    background: #f2f2f0;
    padding: 20px 0px;
}

.breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #959595;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #2b2b2b;
}

.breadcrumb-area-three.breadcrumb-bg {
    background-image: url(../images/bg/breadcrumb-bg02.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 140px 0;
    z-index: 1;
}

.breadcrumb-area-three.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #121212;
    opacity: .75;
    z-index: -1;
}

.breadcrumb-area-three .breadcrumb-content .breadcrumb {
    justify-content: center;
}

.breadcrumb-area-three .breadcrumb-content .title {
    color: #fff;
}

.breadcrumb-area-three .breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #11dbbe;
}

.breadcrumb-area-three .breadcrumb-item+.breadcrumb-item::before {
    color: #11dbbe;
}

.breadcrumb-area-three .breadcrumb-content .breadcrumb .breadcrumb-item {
    color: #fff;
}

.breadcrumb-area-four.breadcrumb-bg {
    background-image: url(../images/bg/breadcrumb-bg03.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 35px 0 30px;
}

.breadcrumb-area-four.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #161616;
    opacity: .9;
    z-index: -1;
}

.breadcrumb-area-four .breadcrumb-content .title {
    color: #fff;
}

.breadcrumb-area-four .breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #11dbbe;
}

.breadcrumb-area-four .breadcrumb-item+.breadcrumb-item::before {
    color: #11dbbe;
}

.breadcrumb-area-four .breadcrumb-content .breadcrumb .breadcrumb-item {
    color: #fff;
}

.vendor-profile-breadcrumb.breadcrumb-area-four.breadcrumb-bg {
    padding: 35px 0 0;
}

.store-product {
    display: flex;
    align-items: center;
}

.store-thumb {
    width: 208px;
    height: 200px;
    background: #f2f2f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 4px 0 0;
    margin-right: 35px;
}

.store-content .verified {
    background-image: url(../images/images/verified_shape.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 15px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
}

.store-content .verified i {
    margin-left: 5px;
}

.store-content .title {
    color: #fff;
    font-size: 34px;
    margin-bottom: 13px;
}

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

.store-content ul li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.store-content ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.store-content ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #cdcdce;
}

.store-content ul li:last-child::before {
    display: none;
}

.store-content ul li.rating {
    display: flex;
    align-items: center;
}

.store-content ul li.rating i {
    font-size: 10px;
    color: #11dbbe;
}

.store-content ul li.rating i:last-child {
    color: #cdcdce;
}

.store-content ul li.customer {
    font-size: 13px;
    color: #edecec;
}

.vendor-profile-breadcrumb .breadcrumb-list {
    background: #11dbbe;
    padding: 20px 0;
}

.vendor-profile-breadcrumb.breadcrumb-area-four .breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.vendor-profile-breadcrumb.breadcrumb-area-four .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.super-deals-product-area .product-wrap {
    border-top: 8px solid #11dbbe;
    background: #efefed;
    padding: 30px 30px 8px 30px;
}

.section-title .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: normal;
}

.section-title .title span {
    color: #11dbbe;
}

.super-deals-product-area .section-title .title {
    font-style: italic;
    font-weight: 700;
}

.super-deals-countdown {
    display: flex;
    align-items: center;
}

.super-deals-countdown p {
    margin-bottom: 0;
}

.super-deals-countdown .coming-time {
    display: flex;
    align-items: center;
}

.super-deals-countdown .time-count.day {
    display: none;
}

.super-deals-countdown .time-count {
    background: #11dbbe;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    margin-left: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    line-height: 1;
}

.super-deals-countdown .time-count.sec {
    background: #11dbbe;
}

.super-deals-countdown .time-count strong {
    display: none;
}

.product-wrap .view-more a {
    font-size: 16px;
    font-weight: 500;
}

.product-thumb {
    margin-bottom: 15px;
}

.product-thumb img {
    border-radius: 10px;
    box-shadow: 0px 3px 24px 0px rgba(197, 197, 197, 0.13);
}

.product-content .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.shop-product-item .shop-content .content-bottom p span,
.product-item-four .content-bottom p span,
.flash-sale-item .fs-content .content-bottom p span,
.product-item-three .product-content p span,
.product-content .title span {
    font-size: 13px;
    font-weight: 700;
    background: #11dbbe;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    line-height: 1;
    margin-left: 10px;
}

.product-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.product-wrap .row.custom {
    margin: 0 -10px;
}

.product-wrap .row.custom [class*="col-"] {
    padding: 0 10px;
}

.super-deals-product-area .product-wrap.top-product {
    border-top: none;
    padding: 38px 30px 8px 30px;
    border-radius: 4px;
}

.product-title .title {
    font-size: 22px;
    margin-bottom: 0;
}

.choose-product-area {
    background: #efefed;
}

.add-banner {
    position: relative;
}

.add-banner-img img {
    border-radius: 10px;
}

.add-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 45px 25px;
}

.add-banner-content span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.add-banner-content .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 15px;
}

.category-item-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 23px 20px;
    box-shadow: 0px 3px 24px 0px rgba(197, 197, 197, 0.13);
}

.category-item-wrap .title {
    font-size: 16px;
    margin-bottom: 9px;
}

.category-item-list {
    display: flex;
    align-items: center;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.category-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.category-item img {
    border-radius: 10px;
}

.join-olle-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    text-align: center;
    box-shadow: 0px 3px 24px 0px rgba(197, 197, 197, 0.13);
}

.join-olle-wrap .icon {
    width: 47px;
    height: 47px;
    margin: 0 auto;
    background: #ececea;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 15px;
}

.join-olle-wrap .icon i {
    color: #cbcbcb;
}

.join-olle-wrap .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.join-olle-wrap .join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.join-olle-wrap .join-btn .btn {
    padding: 12px 24px;
    background: #efefed;
    color: #848181;
    min-width: 100px;
    margin: 0 4px;
}

.join-olle-wrap .join-btn .btn:hover {
    background: #11dbbe;
    color: #fff;
}

.join-olle-wrap img {
    border-radius: 10px;
}

.core-features-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
}

.core-features-area .row [class*="col-"] {
    padding: 0 8px;
}

.core-features-area .row [class*="col-"]:first-child {
    padding-right: 8px;
    padding-left: 15px;
}

.core-features-area .row [class*="col-"]:last-child {
    padding-left: 8px;
    padding-right: 15px;
}

.core-features-item .icon {
    min-width: 40px;
    flex: 0 0 40px;
    margin-right: 10px;
    transform: rotateY(0);
    transition: .5s ease-out;
}

.core-features-item:hover .icon {
    transform: rotateY(360deg);
}

.core-features-item .content .title {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.core-features-item .content p {
    margin-bottom: 0;
    font-size: 13px;
}

.slider-add-banner .add-banner-img img {
    border-radius: 4px;
    border: 1px solid #fbfbfb;
}

.slider-add-banner .add-banner-content span {
    color: #11dbbe;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.slider-add-banner .add-banner-content .title {
    color: #000000;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
}

.slider-add-banner .add-banner-content p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.slider-add-banner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: 1;
}

.slider-add-banner .slick-dots li {
    margin: 0 3px;
    line-height: 0;
}

.slider-add-banner .slick-dots li button {
    text-indent: -999999999px;
    border: none;
    width: 8px;
    height: 8px;
    background: #bbada3;
    border-radius: 50%;
    padding: 0;
}

.slider-add-banner .slick-dots li.slick-active button {
    background: #11dbbe;
}

.trending-product>.title {
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.trending-product-item {
    display: flex;
    align-items: center;
}

.trending-product-item .thumb {
    width: 66px;
    flex: 0 0 66px;
    text-align: center;
    margin-right: 10px;
}

.trending-product-item .content .title {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
}

.trending-product-item .content .price {
    font-size: 16px;
    margin-bottom: 5px;
    color: #11dbbe;
}

.trending-product-item .content .price del {
    color: #848181;
    font-weight: 400;
    margin-left: 5px;
}

.trending-product-item .content-bottom ul {
    display: flex;
    align-items: center;
}

.trending-product-item .content-bottom ul li {
    font-size: 13px;
    margin-right: 5px;
}

.trending-product-item .content-bottom ul li:last-child {
    margin-right: 0;
}

.trending-product-item .content-bottom ul li i {
    font-size: 12px;
    color: #11dbbe;
    margin-right: 5px;
}

.section-title.title-style-two .title {
    font-size: 22px;
}

.product-menu-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

.product-menu-nav button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0 15px;
    line-height: 1;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.product-menu-nav button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #11dbbe;
    opacity: 0;
}

.product-menu-nav button.active {
    color: #11dbbe;
}

.product-menu-nav button.active::before {
    opacity: 1;
}

.flash-product-item-wrap .row [class*="col-"] {
    padding: 0 10px;
}

.product-item-two {
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 16px;
    border-radius: 3px;
}

.product-item-two .product-thumb img {
    border-radius: 3px;
    box-shadow: none;
}

.product-item-two .product-content .title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-item-two .product-content .price {
    font-size: 16px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.trending-product-item .content .price span,
.product-item-two .product-content .price span {
    background: #11dbbe;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    padding: 4.5px 4.5px;
    margin-left: 8px;
}

.product-item-two .content-bottom ul {
    display: flex;
    align-items: center;
}

.product-item-two .content-bottom ul li {
    font-size: 13px;
    margin-right: 5px;
    line-height: 1;
}

.product-item-two .content-bottom ul li:last-child {
    margin-right: 0;
}

.product-item-two .content-bottom ul li i {
    font-size: 12px;
    margin-right: 5px;
    color: #11dbbe;
}

.flash-product-area-two .product-menu-nav button::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #000000;
    opacity: .46;
    border-radius: 50%;
}

.flash-product-area-two .product-menu-nav button:last-child::after {
    display: none;
}

.product-item-three .product-thumb img {
    border-radius: 3px;
    box-shadow: none;
}

.product-item-three .product-content .title {
    font-size: 14px;
    margin-bottom: 6px;
}

.product-item-three .product-content p {
    font-size: 13px;
    margin-bottom: 7px;
}

.product-item-three .product-content .price {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
}

.flash-product-area-two .flash-product-wrap .row [class*="col-"] {
    padding: 0 10px;
}

.product-item-three.product-overlay {
    position: relative;
}

.product-item-three.product-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #11dbbe;
}

.product-item-three.product-overlay .product-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    width: 100%;
}

.product-item-three.product-overlay .product-content .title {
    font-size: 22px;
}

.best-sell-product-area {
    background: #efefed;
}

.section-title.text-center .title {
    position: relative;
    display: inline-block;
}

.best-sell-product-area .section-title.text-center .title::after,
.best-sell-product-area .section-title.text-center .title::before {
    content: "";
    position: absolute;
    left: -260px;
    top: 50%;
    transform: translateY(-50%);
    width: 236px;
    height: 1px;
    background: linear-gradient(93deg, rgba(239, 239, 237, 1) 0%, rgba(207, 207, 207, 0.9808298319327731) 50%, rgba(239, 239, 237, 1) 100%);
}

.best-sell-product-area .section-title.text-center .title::after {
    right: -260px;
    left: auto;
}

.best-sell-product-area .best-sell-nav {
    background: #fff;
    padding: 18px 45px 22px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.best-sell-nav .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.best-sell-nav .nav-tabs .nav-item.show .nav-link,
.best-sell-nav .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #11dbbe;
}

.best-sell-nav .nav-link {
    display: block;
    padding: 15px 24px;
    color: #5a5a5a;
    transition: .3s linear;
    border: none;
    border-radius: 2px;
    background: transparent;
    position: relative;
    border-right: 1px solid #efefed;
}

.best-sell-nav .nav-item:first-child .nav-link {
    border-left: 1px solid #efefed;
}

.best-sell-nav .nav-link:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    border-width: 12px;
    border-style: solid;
    border-color: #11dbbe transparent transparent;
}

.best-sell-nav .nav-tabs .nav-link.active:before {
    opacity: 1;
}

.best-sell-nav .nav-tabs .nav-link.active {
    border: none;
}

.best-sell-nav .nav-link i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #5a5a5a;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    line-height: 0;
}

.best-sell-nav .nav-tabs .nav-link.active i {
    color: #11dbbe;
}

.best-sell-nav .nav-link span {
    color: #5a5a5a;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.best-sell-nav .nav-tabs .nav-link.active span {
    color: #fff;
}

.vendor-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px 40px;
}

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

.vendor-content .content-top .icon {
    width: 45px;
    height: 45px;
    background: #efefed;
    display: flex;
    align-items: center;
    border-radius: 50%;
    flex: 0 0 45px;
    font-size: 20px;
    justify-content: center;
    margin-right: 20px;
}

.vendor-content .content-top .icon i {
    color: #1d42fd;
}

.vendor-content .content-top .content .title {
    font-size: 16px;
    margin-bottom: 7px;
}

.vendor-content .content-top .content ul {
    display: flex;
    align-items: center;
}

.vendor-content .content-top .content ul li {
    font-size: 13px;
    margin-right: 10px;
    position: relative;
}

.vendor-content .content-top .content ul li:last-child {
    margin-right: 0;
    padding-left: 10px;
}

.vendor-content .content-top .content ul li:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px;
    height: 18px;
    background: #e5e5e5;
}

.vendor-content .content-top .content ul li a {
    font-weight: 600;
}

.vendor-content .content-top .content ul li a img {
    margin-top: -5px;
    margin-left: 5px;
}

.vendor-content .ranking ul {
    display: flex;
    align-items: center;
    background: #ffe2d6;
    border-radius: 3px;
    padding: 11px 12px;
    width: 69%;
}

.vendor-content .ranking ul li {
    font-size: 14px;
    color: #11dbbe;
    margin-right: 10px;
    line-height: 1;
}

.vendor-content .ranking ul li:last-child {
    margin-right: 0;
    padding-left: 10px;
    border-left: 1px solid #d6c0b8;
}

.vendor-content .vendor-services ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vendor-content .vendor-services ul li {
    width: 30%;
    flex: 0 0 30%;
    border-right: 1px solid #e0e0e0;
    margin-left: 20px;
}

.vendor-content .vendor-services ul li:first-child {
    margin-left: 0;
}

.vendor-content .vendor-services ul li:last-child {
    border-right: none;
}

.vendor-content .vendor-services ul li .title {
    font-size: 20px;
    margin-bottom: 0;
}

.vendor-content .vendor-services ul li p {
    margin-bottom: 0;
    font-size: 14px;
}

.vendor-product-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.vendor-product {
    text-align: center;
    width: 25%;
    flex: 0 0 25%;
    padding: 0 15px;
}

.vendor-product .thumb {
    margin-bottom: 5px;
}

.vendor-product .content .title {
    font-size: 16px;
    margin-bottom: 0;
}

.vendor-product .content span {
    font-size: 14px;
}

.top-category-area .all-category a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #11dbbe;
    padding-right: 25px;
    transition: all .3s ease-in-out;
}

.top-category-area .all-category a:hover {
    color: #11dbbe;
}

.top-category-area .all-category a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 36px;
    border: 1.5px solid #11dbbe;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}

.top-category-area .all-category a:hover::before {
    border-color: #11dbbe;
}

.category-add {
    position: relative;
}

.cat-add-thumb img {
    border: 1px solid #e8e8e8;
}

.cat-add-content {
    position: absolute;
    left: 50px;
    top: 40px;
}

.cat-add-content>span {
    font-size: 13px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.cat-add-content .title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.cat-add-content .title span {
    display: block;
    font-weight: 400;
}

.cat-add-content .price {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 45px;
}

.cat-add-content .price span {
    color: #11dbbe;
    font-weight: 500;
}

.cat-add-content .price strong {
    font-weight: 500;
}

.cat-add-content .shop-btn {
    font-size: 14px;
    font-weight: 500;
    color: #11dbbe;
    display: inline-block;
    border-bottom: 1px solid #11dbbe;
}

.top-category-area .category-item-wrap {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.top-category-area .category-item-wrap .row [class*="col-"] {
    padding: 0 10px;
}

.top-category-area .category-item {
    padding: 40px 35px 45px;
    background: #efefed;
    display: flex;
    align-items: center;
}

.top-category-area .category-item .category-thumb {
    margin-right: 40px;
}

.top-category-area .category-content .title {
    font-size: 16px;
    margin-bottom: 15px;
}

.top-category-area .category-content ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 4px;
}

.top-category-area .category-content ul {
    margin-bottom: 18px;
}

.top-category-area .category-content ul li:last-child {
    margin-bottom: 0;
}

.top-category-area .category-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #232323;
    border-radius: 50%;
    transition: .3s linear;
}

.top-category-area .category-content ul li a {
    font-size: 13px;
    color: #727272;
    text-transform: capitalize;
    transition: .3s linear;
}

.top-category-area .category-content ul li:hover a {
    color: #11dbbe;
}

.top-category-area .category-content ul li:hover::before {
    background: #11dbbe;
}

.top-category-area .category-content .view-btn {
    font-size: 13px;
    color: #11dbbe;
    border-bottom: 1px solid #11dbbe;
    display: inline-block;
}

.features-item {
    position: relative;
}

.features-thumb {
    border-radius: 4px;
    overflow: hidden;
}

.features-thumb img {
    transform: scale(1);
    transition: .5s ease-out;
    height: 250px;
    width: 100%;
}

.features-item:hover .features-thumb img {
    transform: scale(1.1);
}

.features-content {
    position: absolute;
    left: 45px;
    top: 55px;
    width: 50%;
}

.features-content span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #11dbbe;
    display: block;
    margin-bottom: 5px;
}

.features-content .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.features-content p {
    font-size: 13px;
    font-weight: 500;
    color: #515050;
    margin-bottom: 20px;
}

.features-content .btn {
    text-transform: uppercase;
    padding: 12px 17px;
    border-radius: 19px;
}

.features-content.white-content .title {
    color: #fff;
}

.features-content.white-content p {
    color: #fff;
}

.features-style-two .features-content span {
    color: #11dbbe;
}

.features-area-three .row .col-45 {
    width: 46.26%;
    flex: 0 0 46.26%;
}

.features-area-three .row .col-55 {
    width: 53.64%;
    flex: 0 0 53.64%;
}

.features-area-three .features-thumb {
    border-radius: 6px;
    position: relative;
}

.features-area-three .features-thumb:before {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1.5px solid #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    z-index: 2;
}

.features-area-three .features-thumb:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.features-area-three .features-content {
    left: 50px;
    top: 55px;
    width: 50%;
}

.features-area-three .features-content .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.features-area-three .features-content .small-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 34px;
}

.features-area-three .features-content .price {
    font-size: 28px;
    margin-bottom: 3px;
}

.features-area-three .features-content ul {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.features-area-three .features-content ul li {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 11px;
    padding-right: 11px;
    position: relative;
}

.features-area-three .features-content ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #a08b00;
}

.features-area-three .features-content ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.features-area-three .features-content ul li:last-child::before {
    display: none;
}

.features-area-three .features-content.white-text ul li,
.features-area-three .features-content.white-text .small-title,
.features-area-three .features-content.white-text .title {
    color: #fff;
}

.features-area-three .features-content.white-text .price {
    color: #f9d904;
}

.features-area-three .features-content.white-text ul li::before {
    background: #fff;
}

.features-area-three {
    padding: 30px 0;
}

.release-product-area {
    background: #f7f7f7;
    padding: 30px 0 15px;
}

.arrivals-product-area {
    background: #f7f7f7;
    padding: 30px 0;
    position: relative;
}

.arrivals-product-area .container {
    position: relative;
    z-index: 1;
}

.release-product-area .view-all a {
    color: #707070;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.release-product-area .view-all a:hover {
    color: #11dbbe;
}

.release-product-area .view-all a i {
    color: #11dbbe;
    font-size: 13px;
    margin-left: 5px;
}

.ready-product-box {
    background: #fff;
    padding: 25px 20px 5px;
}

.ready-product-top {
    display: flex;
    align-items: end;
}

.ready-product-top .img {
    width: 111px;
    flex: 0 0 111px;
    margin-left: 25px;
}

.ready-product-top .content {
    margin-bottom: 20px;
}

.ready-product-top .content .title {
    color: #263744;
    font-size: 26px;
    margin-bottom: 0;
}

.ready-product-top .content p {
    font-size: 14px;
    color: #5e6f7c;
    margin-bottom: 0;
}

.ready-product-item {
    background: #f1f1ef;
    border-radius: 6px;
    padding: 18px 20px 5px;
    text-align: center;
}

.ready-product-item .title {
    font-size: 14px;
    font-weight: 700;
    color: #263744;
    margin-bottom: 20px;
}

.ready-product-item ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ready-product-item ul li {
    margin-bottom: 20px;
    min-height: 70px;
}

.ready-product-box .row {
    margin: 0 -5px;
}

.ready-product-box .row [class*="col-"] {
    padding: 0 5px;
}

.ready-product-box.second-item .ready-product-top .img {
    width: 167px;
    flex: 0 0 167px;
    margin-left: 20px;
}

.release-product-area .flash-sale-product {
    position: relative;
    background: #fff;
    padding: 40px 30px 20px 100px;
}

.flash-sale-product>.title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    background: #11dbbe;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 25px;
    width: 80px;
    display: grid;
    align-items: center;
    text-align: center;
    font-weight: normal;
}

.flash-sale-product>.title span {
    transform: rotate(-90deg);
    position: absolute;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    right: -74%;
    color: #fff;
}

.flash-sale-product>.title::before {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    width: 7px;
    height: 200px;
    background: #11dbbe;
    border-radius: 0 20px 20px 0;
    margin-top: -100px;
}

.flash-sale-product.appliance-product>.title {
    background: #11dbbe;
}

.flash-sale-product.appliance-product>.title::before {
    background: #11dbbe;
}

.flash-sale-item {
    position: relative;
    transition: .3s ease-in-out;
    background: #fff;
}

.flash-sale-item:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #eee;
}

.flash-sale-product .row [class*="col-"]:last-child .flash-sale-item {
    border-right: none;
}

.flash-sale-item .fs-thumb {
    position: relative;
    text-align: center;
    height: 280px;
    display: grid;
    align-items: center;
    width: 100%;
}

.flash-sale-item .fs-thumb>a {
    display: block;
    width: 100%;
}

.flash-sale-item .fs-thumb img {
    padding: 20px;
    max-height: 240px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.flash-sale-item .fs-thumb span {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    background: #11dbbe;
    line-height: 1;
    padding: 5px 9px;
    z-index: 1;
}

.flash-sale-item .fs-thumb span.sale {
    background: #f00;
}

.flash-sale-item .fs-content {
    padding: 0 10px;
    padding-bottom: 8px
}

.flash-sale-item .fs-content .tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #707070;
    margin-bottom: 4px;
    display: block;
}

.flash-sale-item .fs-content .tag:hover {
    color: #11dbbe;
}

.flash-sale-item .fs-content .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.flash-sale-item .fs-content .rating {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.flash-sale-item .fs-content .rating i {
    font-size: 10px;
    color: #11dbbe;
}

.flash-sale-item .fs-content .rating i:last-child {
    color: #cdcdce;
}

.shop-product-item .shop-content>span,
.flash-sale-item .fs-content>span {
    font-size: 12px;
    color: #707070;
    display: block;
    margin-bottom: 5px;
}

.shop-product-item .shop-content .progress,
.arrivals-add .content .progress,
.flash-sale-item .fs-content .progress {
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    overflow: hidden;
    background-color: #e3e3e7;
    border-radius: 3px;
    margin-bottom: 18px;
}

.shop-product-item .shop-content .progress-bar,
.arrivals-add .content .progress-bar,
.flash-sale-item .fs-content .progress-bar {
    background: #11dbbe;
}

.shop-product-item .shop-content .content-bottom,
.flash-sale-item .fs-content .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-product-item .shop-content .content-bottom .price,
.flash-sale-item .fs-content .content-bottom .price {
    font-size: 15px;
    margin-bottom: 0;
}



.shop-product-item .shop-content .content-bottom p,
.flash-sale-item .fs-content .content-bottom p {
    font-size: 13px;
    margin-bottom: 0;
}

.arrivals-product-area .product-menu-nav button::before {
    display: none;
}

.arrivals-product-area .product-menu-nav button {
    color: #707070;
    font-weight: 500;
    background: transparent;
    padding: 9px 20px;
    margin: 0;
    border-radius: 3px;
}

.arrivals-product-area .product-menu-nav button.active {
    background: #11dbbe;
}

.arrivals-product-area .product-menu-nav button.active {
    color: #000000;
}

.arrivals-product-area .row .col-18 {
    width: 18.24%;
    flex: 0 0 18.24%;
}

.arrivals-product-area .row.custom {
    margin: 0 -10px;
}

.arrivals-product-area .row.custom [class*="col-"] {
    padding: 0 10px;
}

.arrivals-product-area .row .col-27 {
    flex: 0 0 26.76%;
    width: 26.76%;
}

.arrivals-add {
    position: relative;
}

.arrivals-add .thumb img {
    border-radius: 4px;
}

.arrivals-add .content {
    position: absolute;
    left: 30px;
    top: 60px;
    right: 25px;
}

.arrivals-add .content>span {
    font-size: 13px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.arrivals-add .content .title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
}

.arrivals-add .content .title span {
    font-size: 30px;
    font-weight: 400;
    display: block;
}

.arrivals-add .content .title a:hover {
    color: #11dbbe;
}

.arrivals-add .content .price {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 32px;
}

.arrivals-add .content .price span {
    font-weight: 500;
    color: #11dbbe;
}

.arrivals-add .content .price strong {
    font-weight: 500;
}

.arrivals-add .content p {
    font-size: 12px;
    margin-bottom: 0;
}

.arrivals-add .content .vendor-btn {
    font-size: 14px;
    font-weight: 500;
    color: #11dbbe;
    border-bottom: 1px solid #11dbbe;
}

.arrivals-add .content .vendor-btn:hover {
    color: #11dbbe;
    border-color: #11dbbe;
}

.arrivals-add .content .progress {
    margin-bottom: 35px;
}

.arrivals-product-area .row .col-55 {
    flex: 0 0 55%;
    width: 55%;
}

.product-item-four {
    background: #fff;
    padding: 15px;
}

.product-item-four .product-thumb img {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.product-content .tag {
    text-transform: uppercase;
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.product-content .tag:hover {
    color: #11dbbe;
}

.product-item-four .product-content .title {
    font-size: 14px;
    color: #135ad3;
    margin-bottom: 13px;
}

.product-item-four .product-content .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-item-four .content-bottom .price {
    font-size: 16px;
    margin-bottom: 0;
}

.product-item-four .content-bottom p {
    font-size: 13px;
    margin-bottom: 0;
}

.arrivals-product-area-two .slider-add-banner .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #f1f0e7;
}

.arrivals-product-area-two .slider-add-banner .slick-dots li.slick-active button {
    background: #fff;
}

.arrivals-product-area-two .arrivals-product-wrap {
    background: #efefed;
    padding: 65px 30px 40px;
}

.arrivals-product-area-two .arrivals-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrivals-product-top .title {
    font-size: 20px;
    margin-bottom: 0;
}

.arrivals-product-top a {
    font-size: 14px;
}

.arrivals-product-area-two .ap-item-box {
    background: #fff;
    padding: 30px 25px 40px 30px;
    border-radius: 6px;
}

.arrivals-product-area-two .arrivals-product-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.arrivals-product-area-two .arrivals-product-item .thumb {
    min-width: 76px;
    flex: 0 0 76px;
    margin-right: 10px;
    text-align: center;
}

.arrivals-product-area-two .arrivals-product-item .content .rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.arrivals-product-area-two .arrivals-product-item .content .rating i {
    font-size: 11px;
    color: #f9d904;
}

.arrivals-product-area-two .arrivals-product-item .content .rating i:last-child {
    color: #848181;
}

.arrivals-product-area-two .arrivals-product-item .content .title {
    font-size: 14px;
    color: #11dbbe;
    margin-bottom: 8px;
}

.arrivals-product-area-two .arrivals-product-item .content .price {
    font-size: 16px;
    color: #11dbbe;
    margin-bottom: 0;
}

.arrivals-active .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.arrivals-active .slick-dots li {
    margin: 0 3px;
}

.arrivals-active .slick-dots li button {
    text-indent: -9999999px;
    border: none;
    padding: 0;
    height: 7px;
    width: 10px;
    border-radius: 3px;
    transition: .3s linear;
    background: #dbdbd8;
}

.arrivals-active .slick-dots li.slick-active button {
    background: #11dbbe;
    width: 35px;
}

.countdown-wrap {
    background-image: url(../images/bg/countdown_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 65px 160px 70px;
    border-radius: 4px;
}

.countdown-wrap>span {
    color: #135ad3;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.countdown-wrap .title {
    font-size: 36px;
    font-weight: 800;
    color: #303133;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.countdown-wrap .title span {
    display: block;
    font-size: 30px;
    font-weight: 500;
}

.countdown-wrap .coming-time {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.countdown-wrap .coming-time .time-count {
    min-width: 57px;
    min-height: 61px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    margin-right: 8px;
}

.countdown-wrap .coming-time .time-count:last-child {
    margin-right: 0;
}

.countdown-wrap .coming-time .time-count span {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    display: block;
}

.countdown-wrap .coming-time .time-count strong {
    font-size: 13px;
    color: #727272;
    line-height: 1;
    text-transform: uppercase;
}

.brand-area {
    padding: 30px 0;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100px;
    border: 4px double #eee;
}

.brand-item img {
    cursor: pointer;
}

.brand-item:hover {
    border: 4px double #d6e4fe;
}

.view-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #11dbbe;
    line-height: 1;
}

.view-btn a i {
    margin-left: 5px;
    font-size: 13px;
}

.view-btn a:hover {
    color: #11dbbe;
}

.blog-item {
    border: 13px solid #ededeb;
}

.blog-item .blog-thumb {
    overflow: hidden;
}

.blog-item .blog-thumb img {
    transform: scale(1) rotate(0);
    transition: .5s ease-in-out;
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.1) rotate(-3deg);
}

.blog-content {
    background: #fff;
    padding: 60px 30px 30px;
    box-shadow: 0px 3px 21px 0px rgba(69, 68, 68, 0.09);
    position: relative;
}

.blog-content .comment {
    position: absolute;
    left: 30px;
    top: -40px;
}

.blog-content .comment a {
    display: flex;
    width: 78px;
    height: 78px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 21px 0px rgba(69, 68, 68, 0.09);
    border-radius: 50%;
    flex-direction: column;
}

.blog-content .comment a i {
    font-size: 20px;
    color: #1a1a1a;
}

.blog-content .comment span {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.blog-content .tag {
    font-size: 13px;
    font-weight: 500;
    color: #11dbbe;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.blog-content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-meta ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-meta ul li {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}

.blog-meta ul li a {
    color: #11dbbe;
    text-decoration: underline;
}

.blog-meta ul li a:hover {
    color: #11dbbe;
}

.winter-collection-wrap {
    text-align: center;
}

.winter-collection-wrap img {
    margin-bottom: 20px;
}

.winter-collection-wrap span {
    display: block;
    font-size: 24px;
    margin-bottom: 3px;
    color: #000000;
}

.winter-collection-wrap .title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.winter-collection-wrap .coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.winter-collection-wrap .coming-time .time-count {
    min-width: 57px;
    min-height: 61px;
    background: #efefed;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    padding: 10px 10px;
    margin: 0 3px;
}

.winter-collection-wrap .coming-time .time-count>span {
    font-size: 24px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}

.winter-collection-wrap .coming-time .time-count>strong {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.winter-collection-wrap .btn {
    text-transform: uppercase;
}

.wc-item-wrap {
    margin-left: 35px;
    position: relative;
}

.winter-collection-area .wc-nav {
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
}

.wc-nav .slick-arrow {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #c1bfbf;
    border: 1.5px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.wc-nav .slick-arrow:hover {
    background: #ebebeb;
}

.wc-active [class*="col-"] {
    padding: 0 15px;
}

.widget {
    border-top: 1px solid #eae6e6;
    padding-top: 20px;
}

.widget-title {
    position: relative;
}

.widget-title::before {
    content: "\f107";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #5b5b5b;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.widget-title .title {
    font-size: 18px;
    margin-bottom: 0;
}

.shop-cat-list ul li {
    margin-bottom: 10px;
}

.shop-cat-list ul li:last-child {
    margin-bottom: 0;
}

.shop-cat-list ul li a {
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 13px;
    transition: .3s linear;
}

.shop-brand-list ul li a i,
.shop-cat-list ul li a span {
    margin-left: auto;
    width: 26px;
    height: 21px;
    background: #f7f7f6;
    border-radius: 3px;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    color: #a8a8a8;
    transition: .3s linear;
}

.shop-cat-list ul li a:hover {
    color: #ff5400;
}

.shop-cat-list ul li a:hover span {
    background: #ff5400;
    color: #fff;
}

.sidebar-product-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar-product-list ul li:last-child {
    margin-bottom: 0;
}

.sidebar-product-list ul li .thumb {
    width: 113px;
    flex: 0 0 113px;
    margin-right: 15px;
}

.sidebar-product-list ul li .thumb img {
    border-radius: 10px;
}

.sidebar-product-list ul li .content .title {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 5px;
}

.sidebar-product-list ul li .content .rating {
    display: flex;
    align-items: center;
}

.sidebar-product-list ul li .content .rating i {
    font-size: 10px;
    color: #11dbbe;
    margin-bottom: 10px;
}

.sidebar-product-list ul li .content .price {
    font-size: 14px;
    margin-bottom: 0;
}

.sidebar-product-list ul li .content .price del {
    color: #707070;
    margin-right: 10px;
}

.widget-title.price-title::before {
    display: none;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 5px;
    margin-bottom: 20px;
    margin-left: auto;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: none;
    box-shadow: none;
}

.price_filter .ui-slider-range {
    background: #11dbbe none repeat scroll 0 0;
    border-radius: 2px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 20px;
    width: 20px;
    top: 0;
    margin-top: -7px;
    background: #fff;
    border-radius: 50px;
    margin-left: 0;
    border: 2.5px solid #11dbbe;
}

.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.price_slider_amount>span {
    font-size: 13px;
    color: #707070;
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: auto;
}

.price_slider_amount>input[type="submit"] {
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    min-width: 60px;
    padding: 9px 11px;
    font-size: 12px;
    text-align: center;
    background: #11dbbe;
    font-weight: 700;
    justify-content: center;
    color: #fff;
    border-radius: 0;
}

.price_slider_amount>input[type="submit"]:hover {
    background: #11dbbe;
}

.price_slider_amount>input[type="text"] {
    height: auto;
    margin-left: 0;
    text-align: left;
    width: 84px;
    border: none;
    font-size: 13px;
    color: #707070;
}

.shop-brand-list ul li {
    margin-bottom: 10px;
}

.shop-brand-list ul li:last-child {
    margin-bottom: 0;
}

.shop-brand-list ul li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #707070;
    position: relative;
    padding-left: 22px;
}

.shop-brand-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    transition: .3s linear;
}

.shop-brand-list ul li a:hover::before {
    border-color: #11dbbe;
}

.shop-brand-list ul li a i {
    font-size: 11px;
}

.shop-top-wrap {
    background: #f7f7f6;
    border: 1px solid #f0f0f0;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shop-top-wrap .shop-top-left .title {
    font-size: 16px;
    margin-bottom: 0;
}

.shop-top-wrap .shop-top-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vp-product-top-wrap .vp-product-top-right form,
.shop-top-wrap .shop-top-right form {
    display: flex;
    align-items: center;
}

.vp-product-top-wrap .vp-product-top-right form label,
.shop-top-wrap .shop-top-right form label {
    min-width: 50px;
    text-transform: capitalize;
    font-size: 13px;
    color: #58595b;
    cursor: default;
}

.vp-product-top-wrap .vp-product-top-right form .form-select,
.shop-top-wrap .shop-top-right form .form-select {
    padding: 0px 20px 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: #131416;
    vertical-align: middle;
    background: url("../images/icon/select_down_arrow.png") no-repeat scroll 97.5% center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 120px;
    border: none;
}

.vp-product-top-wrap .vp-product-top-right ul,
.shop-top-wrap .shop-top-right ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.vp-product-top-wrap .vp-product-top-right ul li,
.shop-top-wrap .shop-top-right ul li {
    font-size: 14px;
    color: #131416;
    font-weight: 600;
    margin-right: 10px;
}

.vp-product-top-wrap .vp-product-top-right ul li:last-child,
.shop-top-wrap .shop-top-right ul li:last-child {
    margin-right: 0;
}

.vp-product-top-wrap .vp-product-top-right ul li a,
.shop-top-wrap .shop-top-right ul li a {
    font-size: 16px;
    color: #b4b2b2;
}

.vp-product-top-wrap .vp-product-top-right ul li.active a,
.shop-top-wrap .shop-top-right ul li.active a {
    color: #11dbbe;
}

.shop-product-item {
    background: #f2f2f0;
    padding: 30px;
}

.shop-product-item .shop-thumb {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.shop-product-item .shop-thumb span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    background: #11dbbe;
    line-height: 1;
    padding: 4px 9px;
}

.shop-product-item .shop-content .tag {
    margin-bottom: 3px;
}

.shop-product-item .shop-content .tag li {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.shop-product-item .shop-content .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.shop-product-item .shop-content .rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.shop-product-item .shop-content .rating i {
    font-size: 10px;
    color: #11dbbe;
}

.shop-product-item .shop-content .rating i:last-child {
    color: #cdcdce;
}

.shop-bottom-wrap .shop-bottom-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.shop-bottom-wrap .shop-bottom-top .title {
    font-size: 16px;
    margin-bottom: 0;
}

.shop-bottom-wrap .shop-bottom-top p {
    font-size: 12px;
    margin-bottom: 0;
    color: #707070;
}

.shop-bottom-wrap .shop-bottom-box {
    display: flex;
    align-items: center;
    background: #f7f7f6;
    border: 1px solid #f0f0f0;
    padding: 10px 20px;
    flex-wrap: wrap;
}

.shop-bottom-wrap .shop-bottom-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
}

.shop-bottom-wrap .shop-bottom-left form .form-select {
    padding: 7px 34px 8px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    vertical-align: middle;
    background: url("../images/icon/d_arrow.png") no-repeat scroll 97.5% center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 112px;
    border: none;
}

.shop-bottom-wrap .shop-bottom-right form .form-select {
    padding: 7px 34px 8px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    vertical-align: middle;
    background: url("../images/icon/d_arrow.png") no-repeat scroll 97.5% center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 161px;
    border: none;
}

.shop-bottom-wrap .shop-bottom-right ul {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.shop-bottom-wrap .shop-bottom-right ul li {
    margin-right: 8px;
}

.shop-bottom-wrap .shop-bottom-right ul li:last-child {
    margin-right: 0;
}

.shop-bottom-wrap .shop-bottom-right ul li a {
    font-size: 16px;
    color: #b5b3b3;
}

.shop-bottom-wrap .shop-bottom-right ul li.active a {
    color: #11dbbe;
}

.shop-details-img-wrap {
    margin-bottom: 15px;
}

.shop-details-nav-wrap .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    margin-left: -6px;
    margin-right: -6px;
}

.shop-details-nav-wrap .nav-tabs .nav-link {
    border: none;
    padding: 0 6px;
}

.shop-details-content span.label {
    background: #11dbbe;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.shop-details-content span.label i {
    margin-right: 5px;
    font-size: 14px;
}

.shop-details-content>.title {
    font-size: 18px;}

.shop-details-content>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.shop-details-content>ul li {
    background-size: cover;
    background-position: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 13px;
    text-align: center;
    margin-right: 8px;
}

.shop-details-content>ul li:nth-child(2) {
    color: #11dbbe;
}

.shop-details-content>ul li a {
    color: #11dbbe;
    font-size: 14px;
}

.shop-details-content>ul li a:hover {
    color: #11dbbe;
}

.shop-details-content>ul li:last-child {
    padding: 0;
}

.shop-details-price {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.shop-details-price>.title {
    font-size: 24px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 0;
}

.shop-details-price .stock-status {
    color: #11dbbe;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 10px;
}


.shop-details-content {
    background: #fff;
border-radius: 8px;padding: 20px;
box-shadow: 1px 2px 9px #7575750f;
}

.shop-details-content p {
    color: #676666;
    font-size: 14px;
    margin-bottom: 22px;
}

.shop-details-color {
    margin-bottom: 32px;
}

.shop-details-quantity>span,
.shop-details-color>span {
    color: #0a303a;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.shop-details-color ul {
    display: flex;
    align-items: center;
}

.shop-details-color ul li {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    background: #11dbbe;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.shop-details-color ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
}

.shop-details-color ul li.active::before {
    opacity: 1;
}

.shop-details-color ul li.black {
    background: #282828;
}

.shop-details-color ul li.green {
    background: #8dd244;
}

.shop-details-color ul li.blue {
    background: #50b1f9;
}



.shop-details-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
    margin: 0 12px 0;
}

.cart-plus-minus {
    position: relative;
}

.cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 13px;
    color: #282828;
    font-weight: 600;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;z-index:2;
}

.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}

.shop-details-quantity>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #11dbbe;
    line-height: 1;
    padding: 16px 22px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 12px;
    justify-content: center;
}

.shop-details-quantity>a i {
    margin-right: 5px;
}

.shop-details-quantity>a:hover {
    background: #222;
}

.shop-details-quantity .cart-btn {
    background: #222222;
    min-width: 129px;
}

.shop-details-quantity .cart-btn:hover {
    background: #11dbbe;
}

.shop-details-Wishlist ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.shop-details-Wishlist ul li {
    margin-right: 20px;
}

.shop-details-Wishlist ul li a {
    font-size: 14px;
    color: #282828;
    transition: .3s ease-in-out;
}

.shop-details-Wishlist ul li a i {
    width: 39px;
    height: 39px;
    text-align: center;
    border: 1px solid #d7d7d7;
    color: #d7d7d7;
    border-radius: 8px;
    font-size: 14px;
    line-height: 39px;
    margin-right: 10px;
    transition: .3s ease-in-out;
}

.shop-details-Wishlist ul li a:hover {
    color: #11dbbe;
}

.shop-details-Wishlist ul li a:hover i {
    background: #11dbbe;
    border-color: #11dbbe;
    color: #fff;
}

.shop-details-bottom ul li>span {
    margin-right: 7px;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
}

.shop-details-bottom ul li>a {
    font-size: 14px;
    font-weight: 500;
    color: #676666;
}

.shop-details-bottom ul li>a:hover {
    color: #11dbbe;
}

.shop-details-bottom ul li+li {
    margin-top: 12px;
}

.shop-details-bottom ul li.sd-share>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 4px;
}

.shop-details-bottom ul li.sd-share>a:hover {
    background: #11dbbe;
    border-color: #11dbbe;
    color: #fff;
}

.recommended-item-wrap {
    margin-left: -10px;
    position: relative;
}

.recommended-item-wrap span {
    color: #11dbbe;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}

.recommended-item .thumb {
    margin-bottom: 15px;
}

.recommended-item .content .price {
    font-size: 16px;
    color: #11dbbe;
    margin-bottom: 0;
}

.recommended-item .content ul li {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.recommended {
    position: unset;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 210px;
    max-height: 730px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    color: #eaeae9;
    width: 1px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 20px;
}

.mCSB_scrollTools {
    position: absolute;
    background: #eaeae9;
    width: 1px;
    height: auto;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #a3a3a3;
    width: 1px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}

.product-details-area {
    background: #efefed;
}

.product-desc-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px 70px;
}

.product-desc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeae8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product-desc-top .nav-tabs {
    border-bottom: none;
}

.product-desc-nav .nav-tabs .nav-item.show .nav-link,
.product-desc-nav .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    font-weight: 600;
}

.product-desc-nav .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin-right: 40px;
    position: relative;
}

.product-desc-nav .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #878787;
    width: 100%;
    height: 1px;
    opacity: 0;
}

.product-desc-nav .nav-tabs .nav-link.active::before {
    opacity: 1;
}

.product-desc-nav .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.product-report a {
    font-size: 14px;
    font-weight: 500;
}

.product-desc-content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7d7c7c;
}

.product-quick-details .title {
    font-size: 16px;
    margin-bottom: 15px;
}

.product-quick-details .product-details-list-wrap {
    border-top: 1px solid #eaeae8;
    border-bottom: 1px solid #eaeae8;
    padding: 30px 0 40px;
}

.product-details-list ul li {
    font-size: 14px;
    color: #7d7c7c;
    margin-bottom: 10px;
}

.product-details-list ul li:last-child {
    margin-bottom: 0;
}

.product-desc-wrap .product-feature .title {
    font-size: 16px;
    margin-bottom: 0;
}

.product-desc-wrap .product-feature-list li {
    color: #3f3f3f;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.product-desc-wrap .product-feature-list li:last-child {
    margin-bottom: 0;
}

.product-desc-wrap .product-feature-list li::before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #7d7c7c;
    font-size: 14px;
}

.popular-product-area {
    background: #efefed;
}

.vendor-profile a {
    font-size: 14px;
    font-weight: 600;
}

.vendor-profile a i {
    margin-left: 5px;
}

.popular-product-area .row.popular-product-active {
    margin: 0 -10px;
}

.popular-product-active [class*="col-"] {
    padding: 0 10px;
}

.product-desc-review {
    border: 1px solid #eaeae8;
    padding: 25px 30px;
}

.product-desc-review .review-title .title {
    font-size: 16px;
    margin-bottom: 0;
}

.product-desc-review .left-rc {
    display: inline-block;
}

.product-desc-review .left-rc p {
    margin-bottom: 0;
    font-size: 14px;
}

.product-desc-review .right-rc {
    float: right;
    display: block;
}

.product-desc-review .right-rc a {
    color: #11dbbe;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-inner-wrap {
    padding: 0 90px;
}

.blog-inner-wrap .row .col-8 {
    flex: 0 0 auto;
    width: 71.666667%;
}

.inner-blog-thumb {
    margin-bottom: 35px;
}

.inner-blog-thumb img {
    border-radius: 4px;
}

.inner-blog-content .tag {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #11dbbe;
    display: inline-block;
    line-height: 1;
    padding: 6px 22px;
    margin-bottom: 14px;
}

.inner-blog-content .tag:hover {
    background: #11dbbe;
}

.inner-blog-content .title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1f2023;
}

.inner-blog-content .blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.inner-blog-content .blog-meta li {
    font-size: 14px;
    text-transform: uppercase;
    color: #9e9d9d;
    letter-spacing: 1px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.inner-blog-content .blog-meta li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: #cfcdcd;
}

.inner-blog-content .blog-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.inner-blog-content .blog-meta li:last-child::before {
    display: none;
}

.inner-blog-content .blog-meta li a {
    color: #7d7c7c;
}

.blog-content-bottom ul li a:hover,
.inner-blog-content .blog-meta li a:hover {
    color: #11dbbe;
}

.inner-blog-content p {
    font-size: 14px;
    color: #7d7c7c;
    line-height: 24px;
    margin-bottom: 40px;
}

.inner-blog-content .blog-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.blog-content-bottom ul li {
    color: #7d7c7c;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.blog-content-bottom ul li a {
    color: #7d7c7c;
}

.keep-reading a {
    font-size: 13px;
    text-transform: uppercase;
    color: #1f2023;
    letter-spacing: 2px;
}

.keep-reading a:hover {
    color: #ff5400;
}

.blog-content-bottom .social {
    display: flex;
    align-items: center;
}

.blog-content-bottom .social li {
    margin-right: 20px;
}

.blog-content-bottom .social li:last-child {
    margin-right: 0;
}

.blog-content-bottom .social li a {
    color: #1f2023;
    font-size: 13px;
    line-height: 1;
}

.blog-inner-wrap .row .col-4 {
    flex: 0 0 auto;
    width: 28.333333%;
}

.blog-sidebar {
    margin-left: 15px;
}

.blog-sidebar .widget {
    border-top: none;
    padding-top: 0;
}

.blog-sidebar .sidebar-about-us img {
    border-radius: 50%;
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-bottom: 25px;
}

.blog-widget-title .title {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #1f2023;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
}

.blog-widget-title .title::after,
.blog-widget-title .title::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 106px;
    height: 1px;
    background: linear-gradient(90deg, rgba(185, 185, 185, 0) 0%, rgba(185, 185, 185, 1) 100%);
}

.blog-widget-title .title::after {
    left: auto;
    right: -120px;
    background: linear-gradient(257deg, rgba(185, 185, 185, 0) 0%, rgba(185, 185, 185, 1) 100%);
}

.blog-widget-title .title .right-border,
.blog-widget-title .title .left-border {
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background: #ff5400;
}

.blog-widget-title .title .right-border {
    left: auto;
    right: -34px;
}

.sidebar-about-us p {
    margin-bottom: 15px;
    color: #7d7c7c;
    font-size: 14px;
    line-height: 24px;
}

.sidebar-about-us .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-about-us .social li {
    margin: 0 10px;
}

.sidebar-about-us .social li a {
    color: #1f2023;
    font-size: 13px;
}

.sidebar-about-us .social li a:hover {
    color: #11dbbe;
}

.sidebar-instagram {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -6px -12px -6px;
}

.sidebar-instagram li {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 6px 10px 6px;
}

.rc-post-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rc-post-list ul li:last-child {
    margin-bottom: 0;
}

.rc-post-list ul li .thumb {
    width: 113px;
    flex: 0 0 113px;
    margin-right: 15px;
}

.rc-post-list ul li .content .title {
    font-size: 14px;
    color: #323232;
    margin-bottom: 8px;
}

.rc-post-list ul li .content span {
    font-size: 13px;
    text-transform: uppercase;
    color: #9e9d9d;
    display: block;
}

.rc-post-list ul li .content span i {
    font-size: 12px;
    color: #878686;
    margin-right: 10px;
}

.blog-cat-list ul li {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #d4d4d4;
}

.blog-cat-list ul li:last-child {
    margin-bottom: 0;
}

.blog-cat-list ul li a {
    color: #878686;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.blog-cat-list ul li a span {
    margin-left: auto;
}

.blog-cat-list ul li a:hover {
    color: #ff5400;
}

.sidebar-tag-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -3.5px;
    margin-right: -3.5px;
    margin-top: 7px;
}

.sidebar-tag-list ul li {
    padding-left: 3.5px;
    padding-right: 3.5px;
    padding-top: 7px;
}

.sidebar-tag-list ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #878686;
    text-transform: uppercase;
    background: #f7f7f6;
    padding: 12px 21px;
    display: block;
    transition: all .3s ease-in;
}

.sidebar-tag-list ul li a:hover {
    background: #ff5400;
    color: #fff;
}

.blog-details-area .inner-blog-content p {
    margin-bottom: 20px;
}

.blog-details-area .inner-blog-content .small-title {
    font-size: 22px;
    margin-bottom: 14px;
}

.blog-details-area .inner-blog-content blockquote {
    position: relative;
    margin: 10px 0 30px;
}

.blog-details-area .inner-blog-content blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 40px;
    top: 0;
    font-size: 62px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    color: #e0e0e0;
    line-height: 1;
}

.blog-details-area .inner-blog-content blockquote p {
    color: #1f2023;
    font-size: 20px;
    font-weight: 600;
    padding-left: 120px;
    margin-bottom: 0;
    line-height: 1.4;
}

.blog-details-area .inner-blog-content .row {
    margin: 0 -10px;
}

.blog-details-area .inner-blog-content .row [class*="col-"] {
    padding: 0 10px;
}

.blog-details-img {
    margin-bottom: 30px;
}

.blog-details-img img {
    border-radius: 4px;
}

.blog-details-tag-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 60px;
}

.blog-details-tag-list ul {
    display: flex;
    align-items: center;
}

.blog-details-tag-list ul li.title {
    font-size: 14px;
    color: #1f2023;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
}

.blog-details-tag-list ul li {
    margin-right: 5px;
}

.blog-details-tag-list ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7c7c;
}

.blog-details-tag-list ul li a:hover {
    color: #ff5400;
}

.blog-details-comment ul {
    display: flex;
    align-items: center;
}

.blog-details-comment ul li {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}

.blog-details-comment ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.blog-details-comment ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #c8c4c4;
}

.blog-details-comment ul li:last-child::before {
    display: none;
}

.blog-details-comment ul li a {
    color: #7d7c7c;
    font-size: 13px;
    transition: all .3s ease-in-out;
}

.blog-details-comment ul li a i {
    color: #1f2023;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.blog-details-comment ul li a:hover i,
.blog-details-comment ul li a:hover {
    color: #ff5400;
}

.avatar-post {
    display: flex;
    align-items: center;
    background: #efefed;
    padding: 30px 35px 30px 25px;
    border-radius: 4px;
    margin-bottom: 80px;
}

.avatar-post-img {
    width: 138px;
    flex: 0 0 138px;
    margin-right: 30px;
}

.avatar-post-img img {
    border-radius: 50%;
}

.avatar-post-content .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.avatar-post-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #7d7c7c;
}

.avatar-post-content .social {
    display: flex;
    align-items: center;
}

.avatar-post-content .social li {
    margin-right: 15px;
}

.avatar-post-content .social li:last-child {
    margin-right: 0;
}

.avatar-post-content .social li a {
    font-size: 13px;
    color: #1f2023;
}

.avatar-post-content .social li a:hover {
    color: #ff5400;
}

.blog-comment-box .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.blog-comment-box .title::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(257deg, rgba(185, 185, 185, 0) 0%, rgba(185, 185, 185, 1) 100%);
    width: 106px;
    height: 1px;
}

.blog-comment-box .title::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff5400;
    width: 20px;
    height: 3px;
}

.blog-comment-box p {
    margin-bottom: 20px;
    font-size: 14px;
}

.blog-comment-box form textarea,
.blog-comment-box form input {
    width: 100%;
    border: none;
    background: #efefed;
    font-size: 14px;
    font-weight: 500;
    color: #7d7c7c;
    padding: 20px;
    height: 58px;
    margin-bottom: 20px;
}

.blog-comment-box form textarea::placeholder,
.blog-comment-box form input::placeholder {
    font-weight: 500;
    color: #7d7c7c;
}

.blog-comment-box form textarea {
    min-height: 157px;
    max-height: 157px;
}

.blog-comment-box form button {
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #11dbbe;
    padding: 17px 47px;
}

.blog-comment-box form button:hover {
    background: #282b30;
}

.vendor-registration-area {
    background: #efefed;
}

.vr-form-box {
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px 70px;
    box-shadow: 0px 3px 18px 0px rgba(49, 49, 52, 0.04);
}

.vr-form-box .title {
    font-size: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid #dddcdc;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.vr-form-box .form-grp {
    margin-bottom: 30px;
}

.vr-form-box .form-grp label {
    display: block;
    font-size: 14px;
    color: #848181;
    margin-bottom: 10px;
}

.vr-form-box .form-grp input {
    width: 100%;
    border: 1px solid #dddcdc;
    padding: 20px;
    border-radius: 3px;
    height: 45px;
    font-size: 14px;
    color: #848181;
    display: block;
}

.vr-form-box .form-grp .form-select {
    padding: 11px 100px 10px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    vertical-align: middle;
    background: url("../images/icon/d_arrow.png") no-repeat scroll 97.5% center;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    min-height: 45px;
    border: 1px solid #dddcdc;
}

.vr-form-box .form-grp.select-grp {
    margin-top: 10px;
    margin-bottom: 25px;
}

.vr-form-box .form-grp.checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.vr-form-box .form-grp.checkbox-grp input {
    width: 15px;
    height: 17px;
    margin-top: 1px;
    margin-right: 9px;
    background: #efefed;
    border: 1px solid #d7d7d7;
}

.vr-form-box .form-grp.checkbox-grp label {
    margin-bottom: 0;
}

.vr-form-box form button {
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #11dbbe;
    padding: 12px 28px;
    border-radius: 5px;
    transition: .3s linear;
}

.vr-form-box form button:hover {
    background: #000;
}

.vp-product-area .row .col-3 {
    flex: 0 0 24.82%;
    width: 24.82%;
}

.vendor-setting-area .vs-sidebar,
.vp-product-area .vp-sidebar {
    border: 1.5px solid #ebebeb;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 1px 18px 0px rgba(149, 147, 147, 0.13);
}

.vendor-setting-area .widget-title .title,
.vp-product-area .widget-title .title {
    font-size: 16px;
    background: #f2f2f0;
    padding: 18px 20px;
}

.vp-product-area .widget-title::before {
    right: 30px;
}

.vendor-setting-area .product-quantity li,
.vp-product-area .product-quantity li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 20px;
    transition: .3s linear;
    flex-wrap: wrap;
}

.vendor-setting-area .product-quantity li:hover,
.vp-product-area .product-quantity li:hover {
    background: #f5f5f3;
}

.vendor-setting-area .product-quantity li .content,
.vp-product-area .product-quantity li .content {
    display: flex;
    align-items: center;
}

.vendor-setting-area .product-quantity li .content p,
.vp-product-area .product-quantity li .content p {
    font-size: 13px;
    font-weight: 500;
    color: #131416;
    margin-bottom: 0;
}

.vendor-setting-area .product-quantity li .content i,
.vp-product-area .product-quantity li .content i {
    font-size: 20px;
    color: #3d3d3c;
    margin-right: 10px;
    line-height: 0;
}

.vendor-setting-area .product-quantity li span,
.vp-product-area .product-quantity li span {
    font-size: 13px;
    font-weight: 600;
    color: #131416;
}

.vendor-setting-area .contact-info,
.vp-product-area .contact-info {
    padding: 20px;
}

.vendor-setting-area .contact-info li,
.vp-product-area .contact-info li {
    color: #505359;
    font-size: 13px;
    margin-bottom: 10px;
}

.vendor-setting-area .contact-info li i,
.vp-product-area .contact-info li i {
    margin-right: 5px;
}

.vendor-setting-area .vs-widget .contact-bottom,
.vp-widget .contact-bottom {
    display: flex;
    align-items: center;
    padding: 0 20px 40px;
    justify-content: space-between;
}

.vs-widget .contact-bottom .wishlist ul,
.vp-widget .contact-bottom .wishlist ul {
    display: flex;
    align-items: center;
}

.vs-widget .contact-bottom .wishlist ul li,
.vp-widget .contact-bottom .wishlist ul li {
    margin-right: 10px;
}

.vs-widget .contact-bottom .wishlist ul li:last-child,
.vp-widget .contact-bottom .wishlist ul li:last-child {
    margin-right: 0;
}

.vs-widget .contact-bottom .wishlist ul li a,
.vp-widget .contact-bottom .wishlist ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #131416;
    border: 1px solid #d7d7d7;
    border-radius: 21px;
    padding: 10px 19px;
    display: block;
}

.vs-widget .contact-bottom .wishlist ul li a:hover,
.vp-widget .contact-bottom .wishlist ul li a:hover {
    background: #11dbbe;
    border-color: #11dbbe;
    color: #fff;
}

.vs-widget .contact-bottom .wishlist ul li a i,
.vp-widget .contact-bottom .wishlist ul li a i {
    margin-right: 5px;
}

.vs-widget .contact-bottom .social ul,
.vp-widget .contact-bottom .social ul {
    display: flex;
    align-items: center;
}

.vs-widget .contact-bottom .social ul li,
.vp-widget .contact-bottom .social ul li {
    margin-right: 10px;
}

.vs-widget .contact-bottom .social ul li:last-child,
.vp-widget .contact-bottom .social ul li:last-child {
    margin-right: 0;
}

.vs-widget .contact-bottom .social ul li a,
.vp-widget .contact-bottom .social ul li a {
    color: #131416;
    font-size: 16px;
}

.vs-widget .contact-bottom .social ul li a:hover,
.vp-widget .contact-bottom .social ul li a:hover {
    color: #11dbbe;
}

.vp-widget .shop-cat-list {
    padding: 20px 20px 40px;
}

.vp-widget .sidebar-contact-form {
    padding: 20px 20px 40px;
}

.sidebar-contact-form form textarea,
.sidebar-contact-form form input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    padding: 15px;
    height: 42px;
    margin-bottom: 10px;
}

.sidebar-contact-form form textarea::placeholder,
.sidebar-contact-form form input::placeholder {
    font-size: 13px;
    color: #707070;
}

.sidebar-contact-form form textarea {
    max-height: 143px;
    min-height: 143px;
}

.vp-widget .sidebar-add {
    padding: 0 20px 30px;
}

.vp-widget .sidebar-add img {
    border-radius: 10px;
}

.vp-product-top-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.vp-product-top-wrap .search-product form {
    position: relative;
    width: 315px;
}

.vp-product-top-wrap .search-product input {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px 95px 10px 20px;
    border-radius: 4px;
    height: 38px;
    font-size: 13px;
    color: #58595b;
}

.vp-product-top-wrap .search-product input::placeholder {
    font-size: 13px;
    color: #58595b;
}

.vp-product-top-wrap .search-product form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    border: none;
    background: #11dbbe;
    border-radius: 4px;
    padding: 10px 17px;
}

.vp-product-top-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.vp-product-area .row .col-9 {
    flex: 0 0 75.18%;
    width: 75.18%;
}

.vp-product-item {
    background: #fff;
    padding: 20px 20px 30px;
    border: 1.5px solid #ebebeb;
    transition: .3s linear;
    overflow: hidden;
    position: relative;
}

.vp-product-thumb {
    position: relative;
}

.vp-product-thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #11dbbe;
    border-radius: 3px;
    line-height: 1;
    padding: 5px 9px;
}

.product-overlay-action {
    position: absolute;
    right: 0;
    top: 0;
}

.product-overlay-action .wishlist a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f0;
    border-radius: 50%;
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 15px;
}

.product-overlay-action ul li.color-option {
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateX(20px);
    opacity: 0;
    transition: .3s linear;
}

.product-overlay-action .color-option span {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.product-overlay-action .color-option>span::before {
    content: "";
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1.5px solid #e1e1e1;
    border-radius: 50%;
    z-index: -1;
}

.product-overlay-action .color-option>span.orange {
    background: #ff5400;
}

.product-overlay-action .color-option>span.cyan {
    background: #8bcdf5;
}

.product-overlay-action .color-option>span.gray {
    background: #b29b81;
}

.vp-product-item:hover .product-overlay-action ul li.color-option {
    opacity: 1;
    transform: translateX(0);
}

.vp-product-content .sold-by {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.vp-product-content .title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f2023;
}

.vp-product-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vp-product-content ul li.price {
    font-size: 16px;
    color: #11dbbe;
    font-weight: 600;
}

.vp-product-content ul li.rating {
    display: flex;
    align-items: center;
}

.vp-product-content ul li.rating i {
    font-size: 12px;
    color: #11dbbe;
}

.vp-product-content ul li.rating i:last-child {
    color: #cdcdce;
}

.vp-product-content-bottom .compare {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #11dbbe;
    border-radius: 3px;
    padding: 11px 15px;
    margin-bottom: 12px;
}

.vp-product-content-bottom .compare i {
    margin-right: 5px;
}

.vp-product-content-bottom .compare:hover {
    background: #232323;
}

.vp-product-content-bottom .quick-view {
    display: block;
    font-size: 12px;
    color: #848181;
    font-weight: 600;
}

.vp-product-content-bottom .quick-view i {
    margin-right: 5px;
}

.vp-product-content-bottom .quick-view:hover {
    color: #11dbbe;
}

.vp-product-content-bottom {
    opacity: 0;
    transition: .3s linear;
    position: absolute;
    left: 0;
    bottom: -72px;
    right: 0;
    padding: 0 20px;
    transition: .3s linear;
}

.vp-product-item:hover .vp-product-content-bottom {
    opacity: 1;
    bottom: 30px;
}

.vp-product-item:hover {
    box-shadow: 0px 1px 27px 0px rgba(149, 147, 147, 0.23);
    background: #fff;
    border-radius: 5px;
}

.vp-product-content {
    background: #fff;
    transform: translateY(0);
    padding: 20px 0;
    transition: .3s linear;
}

.vp-product-item:hover .vp-product-content {
    transform: translateY(-70px);
}

.vendor-setting-area .widget-title::before {
    display: none;
}

.vendor-setting-area .vs-page-link ul li a {
    color: #505359;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-top: 1px solid #f2f2f0;
    padding: 17px 20px;
}

.vendor-setting-area .vs-page-link ul li a i {
    font-size: 18px;
    margin-right: 10px;
    line-height: 0;
    transition: .3s ease-in;
}

.vendor-setting-area .vs-page-link ul li.active a i,
.vendor-setting-area .vs-page-link ul li a:hover i {
    color: #11dbbe;
}

.vendor-setting-wrap>.title {
    font-size: 28px;
    margin-bottom: 35px;
}

.vendor-setting-wrap .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: transparent;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #505359;
    padding: 0;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.vendor-setting-wrap .nav-tabs .nav-link i {
    font-size: 18px;
    line-height: 0;
    margin-right: 10px;
}

.vendor-setting-wrap .nav-tabs .nav-item.show .nav-link,
.vendor-setting-wrap .nav-tabs .nav-link.active {
    color: #11dbbe;
    border-bottom: 1px solid #11dbbe;
}

.vendor-setting-wrap .nav-tabs .nav-item {
    margin-right: 100px;
}

.vendor-setting-wrap .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.vendor-setting-wrap .nav-tabs {
    border-bottom: 1px solid #e1dfdf;
    margin-bottom: 28px;
}

.product-upload-box {
    border: 2.5px dashed #e1e1e1;
    padding: 15px;
    margin-bottom: 40px;
}

.product-upload-content {
    background: #f8f8f8;
    padding: 30px;
}

.product-upload-content i {
    display: block;
    line-height: 1;
    font-size: 88px;
    color: #dadada;
    margin-bottom: 6px;
}

.product-upload-content a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #11dbbe;
    border-radius: 6px;
    padding: 10px 35px;
    display: inline-block;
    margin-bottom: 12px;
}

.product-upload-content p {
    color: #9a9a9b;
    margin-bottom: 0;
    font-size: 12px;
}

.product-upload-wrap .form-grp {
    margin-bottom: 30px;
}

.product-upload-wrap .form-grp label {
    display: block;
    font-size: 14px;
    color: #505359;
    margin-bottom: 5px;
}

.product-upload-wrap .form-grp textarea,
.product-upload-wrap .form-grp input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 45px;
    font-size: 14px;
    color: #9da1a8;
    font-weight: 500;
    padding: 15px 20px;
    background: transparent;
}

.product-upload-wrap .form-grp textarea::placeholder,
.product-upload-wrap .form-grp input::placeholder {
    font-size: 14px;
    color: #9da1a8;
    font-weight: 500;
}

.product-upload-wrap .form-grp textarea {
    min-height: 152px;
    max-height: 152px;
}

.product-upload-wrap form button {
    background: #11dbbe;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
}

.product-upload-wrap form button:hover {
    background: #232323;
}

.vendor-profile-wrap .avatar-post {
    margin-bottom: 45px;
}

.coupon-breadcrumb.breadcrumb-area-four.breadcrumb-bg {
    padding: 80px 0 100px;
}

.coupon-breadcrumb .breadcrumb-content .title {
    margin-bottom: 0px;
}

.coupon-breadcrumb .breadcrumb-content p {
    font-size: 14px;
    font-weight: 500;
    color: #edecec;
    margin-bottom: 20px;
}

.breadcrumb-content form {
    display: flex;
    align-items: center;
    width: 695px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.breadcrumb-content form .custom-select {
    border: none;
    padding: 11px 40px 11px 15px;
    color: #282b30;
    font-size: 13px;
    outline: none;
    appearance: none;
    background: url(../images/icon/d_arrow.png) no-repeat scroll 97.5% center;
    background-repeat: no-repeat;
    width: 180px;
    height: 57px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
}

.breadcrumb-content form input {
    border: none;
    background: #fff;
    flex-grow: 1;
    font-size: 13px;
    color: #282b30;
    padding: 15px 20px;
    height: 57px;
    border: none;
    border-left: 1px solid #c4c4c4;
    border-radius: 0 4px 4px 0;
}

.breadcrumb-content form button {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-weight: 600;
    background: #11dbbe;
    line-height: 1;
    padding: 20px 35px;
    border-radius: 4px;
    min-height: 57px;
    margin-left: 10px;
}

.coupon-product-area {
    background: #efefed;
}

.coupon-product-item-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.coupon-product-item-wrap::before {
    content: "";
    background-image: url(../images/images/gift_img.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}

.coupon-product-item {
    display: flex;
}

.coupon-product-thumb {
    width: 203px;
    flex: 0 0 203px;
    margin-right: 25px;
}

.coupon-product-thumb img {
    border-radius: 10px;
}

.coupon-product-content .content-top {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.coupon-product-content .content-top .rating {
    display: flex;
    align-items: center;
}

.coupon-product-content .content-top .rating i {
    font-size: 14px;
    color: #fff;
}

.coupon-product-content .content-top span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}

.coupon-product-content .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.coupon-product-content p {
    font-size: 13px;
    margin-bottom: 8px;
    color: #707070;
    width: 90%;
}

.coupon-product-content .price {
    font-size: 16px;
    margin-bottom: 0;
    color: #11dbbe;
}

.coupon-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-radius: 4px;
    padding: 15px 17px;
    text-transform: uppercase;
    background: #efefed;
    display: flex;
    overflow: hidden;
    max-width: 161px;
    margin-left: auto;
}

.coupon-btn::after {
    content: "";
    position: absolute;
    background-image: url(../images/images/coupon_box.png);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s linear;
}

.coupon-btn:hover::after {
    left: -30px;
}

.coupon-btn .hcode {
    margin-left: 20px;
    color: #727272;
}

.coupon-btn .get-code {
    z-index: 5;
    position: relative;
}

.coupon-btn:hover {
    color: #fff;
}

.coupon-code p {
    margin-bottom: 0;
    font-size: 11px;
    color: #707070;
}

.coupon-product-item-wrap.style-two::before {
    background-image: url(../images/images/gift_img02.png);
}

.coupon-product-item-wrap.style-two .coupon-btn::after {
    background-image: url(../images/images/coupon_box02.png);
}

.coupon-product-item-wrap.style-two .coupon-product-content .content-top .rating i {
    color: #11dbbe;
}

.promotion-area {
    background: #f3f6e8;
}

.promotion-top {
    background: #fff;
    box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.02);
    padding: 55px 27px;
}

.promotion-top .main-title {
    font-size: 80px;
    font-weight: 800;
    color: #11dbbe;
    text-transform: uppercase;
    line-height: 1;
    width: 80%;
    margin: 0 auto 33px;
    text-align: center;
}

.promotion-top .img-one {
    margin-bottom: 35px;
    width: 100%;
}

.promotion-top .title-two {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 13px;
}

.promotion-top p {
    font-weight: 300;
    color: #232323;
    margin-bottom: 20px;
}

.promotion-top .info-two {
    margin-bottom: 42px;
}

.promotion-top .title-three {
    font-size: 40px;
    font-weight: 400;
    color: #232323;
    margin-bottom: 8px;
    width: 70%;
    line-height: 1;
}

.promotion-top .info-three {
    color: #9b9999;
    font-style: italic;
    margin-bottom: 50px;
}

.introduce-product ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #faf1e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.introduce-product ul li .icon {
    width: 69px;
    flex: 0 0 69px;
    margin-right: 15px;
}

.introduce-product ul li .content p {
    margin-bottom: 0;
}

.introduce-product ul li .content p span {
    font-weight: 500;
}

.promotion-bottom {
    background: #fff;
    padding: 65px 40px;
    box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.02);
    border-top: 7px solid #eff2e4;
}

.promotion-bottom .view-watch span {
    display: inline-block;
    color: #232323;
    font-size: 38px;
    font-weight: 500;
    background: #ffda16;
    border-radius: 20px;
    padding: 9px 54px;
    margin-bottom: 43px;
}

.view-watch-wrap {
    position: relative;
}

.promotion-bottom .color-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: -16%;
    top: 32%;
    transform: rotate(90deg);
}

.promotion-bottom .color-wrap span {
    font-size: 14px;
    color: #0a303a;
    font-weight: 600;
    margin-right: 12px;
    transform: rotate(180deg);
}

.promotion-bottom .color-wrap ul {
    display: flex;
    align-items: center;
}

.promotion-bottom .color-wrap ul li {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    background: #11dbbe;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.promotion-bottom .color-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
}

.promotion-bottom .color-wrap ul li.active::before {
    opacity: 1;
}

.promotion-bottom .color-wrap ul li.black {
    background: #282828;
}

.promotion-bottom .color-wrap ul li.green {
    background: #8dd244;
}

.promotion-bottom .color-wrap ul li.blue {
    background: #50b1f9;
}

.promotion-bottom .view-watch-wrap .view-watch-img {
    margin-left: 55px;
}

.promotion-bottom .view-watch-wrap .view-watch-img ul {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.promotion-bottom .view-watch-wrap .view-watch-img ul li {
    padding: 0 6px;
}

.promotion-bottom .view-watch-wrap .view-watch-img ul li img {
    border-radius: 15px;
}

.promotion-bottom .watch-item-wrap .watch-item {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #faf1e9;
    margin-bottom: 50px;
}

.promotion-bottom .watch-item-wrap .watch-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.promotion-bottom .watch-item-wrap .watch-item .thumb {
    width: 292px;
    flex: 0 0 292px;
    margin-right: 50px;
}

.promotion-bottom .watch-item-wrap .watch-item:nth-child(2) .thumb {
    margin-right: auto;
    margin-left: 50px;
}

.watch-item-wrap .watch-item .content .title {
    font-size: 38px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 8px;
}

.watch-item-wrap .watch-item .content p {
    font-weight: 300;
    color: #232323;
    margin-bottom: 20px;
}

.watch-item-wrap .watch-item .content .watch-btn {
    background: #ffda16;
    font-size: 24px;
    font-weight: 600;
    color: #232323;
    padding: 5px 21px;
    display: inline-block;
    border-radius: 15px;
    transition: .3s linear;
}

.watch-item-wrap .watch-item .content .watch-btn:hover {
    background: #11dbbe;
    color: #fff;
}

.promotion-bottom .pricing-wrap>.title {
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 700;
}

.promotion-bottom .pricing-wrap>p {
    color: #232323;
    font-weight: 300;
    margin-bottom: 60px;
}

.pricing-box {
    background: #f7e7da;
    padding: 80px 20px 35px;
    border-radius: 20px;
}

.promotion-bottom .pricing-wrap .row [class*="col-"]:nth-child(2) .pricing-box {
    background: #e6f5f9;
}

.pricing-head .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-head p {
    font-size: 14px;
    margin-bottom: 0;
}

.pricing-charging span {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    background: #ffda16;
    display: block;
    padding: 16px 15px;
    border-radius: 28px;
    margin-bottom: 40px;
}

.pricing-list ul li {
    color: #232323;
    font-size: 14px;
    border-bottom: 1px solid #d1cbcb;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.pricing-btn a {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    background: #ffda16;
    padding: 11px 44px;
    display: inline-block;
    border-radius: 10px;
}

.promotion-newsletter {
    border: 1px solid #ff9e78;
    border-radius: 20px;
    padding: 50px 65px;
}

.promotion-newsletter .title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.promotion-newsletter p {
    color: #232323;
    font-size: 14px;
    font-weight: 300;
    width: 90%;
    margin: 0 auto 40px;
}

.promotion-newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
}

.promotion-newsletter form input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #232323;
    font-weight: 300;
    border-bottom: 1px solid #cdcdcd;
    padding: 8px 5px;
}

.promotion-newsletter form input::placeholder {
    font-size: 14px;
    color: #232323;
    font-weight: 300;
}

.promotion-newsletter form button {
    border: none;
    background: transparent;
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    border-bottom: 1px solid #8c8c8c;
    padding: 6.5px 10px;
    line-height: 1;
    margin-left: 15px;
}

.promotion-newsletter form button:hover {
    border-color: #11dbbe;
    color: #11dbbe;
}

.contact-area {
    background: #f9f9f8;
    padding: 90px 0;
}

.contact-box-wrap {
    background: #fff;
    box-shadow: 0px 7px 18px 0px rgba(31, 31, 31, 0.07);
    padding: 60px 60px 85px;
}

.contact-form span {
    font-size: 12px;
    font-weight: 600;
    color: #11dbbe;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}

.contact-form .title {
    font-size: 34px;
    margin-bottom: 35px;
}

.contact-form label {
    margin-bottom: 10px;
}

/*
.contact-form select,
.contact-form textarea,
.contact-form input {
    border: none;
    background: #f2f2f0;
    width: 100%;
    color: #878686;
    font-size: 14px;
    padding: 20px;
    height: 50px;
    margin-bottom: 15px;
}*/

.contact-form .form-control:focus {
    border: none;
    box-shadow: none;
    background: #f2f2f0;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: #878686;
    font-size: 12px;
}

.contact-form textarea {
    min-height: 100px;
    max-height: 154px;
}

.contact-form form button {
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #11dbbe;
    padding: 18px 57px;
}

.contact-form form button:hover {
    background: #000;
}

.contact-area .contact-box-wrap .row .col-7 {
    flex: 0 0 62.8%;
    width: 62.8%;
}

.contact-area .contact-form .row {
    margin: 0 -10px;
}

.contact-area .contact-form .row [class*="col-"] {
    padding: 0 10px;
}

.contact-area .contact-box-wrap .row .col-5 {
    flex: 0 0 37.2%;
    width: 37.2%;
}

.contact-info-wrap {
    margin-left: 40px;
}

.contact-info-list {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 80px 40px 35px;
    z-index: 1;
}

.contact-info-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #11dbbe;
    opacity: .9;
    z-index: -1;
}

.contact-info-list ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #fff;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.contact-info-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-list ul li .icon {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    font-size: 22px;
    color: #11dbbe;
    margin-right: 25px;
    flex: 0 0 61px;
}

.contact-info-list ul li .icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .75;
    z-index: -1;
    border-radius: 50%;
}

.contact-info-list ul li .content .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-info-list ul li .content a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.contact-info-list ul li .content p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.contact-info-wrap img {
    width: 100%;
}

#contact-map {
    width: 100%;
    height: 423px;
}

#contact-map iframe {
    width: 100%;
    height: 100%;
}

.newsletter-wrap {
    background-image: url(../images/bg/newsletter_bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    padding: 50px 85px;
    display: flex;
    align-items: center;
}

.newsletter-content {
    width: 50%;
    flex: 0 0 50%;
}

.newsletter-content .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 4px;
}

.newsletter-content .title span {
    color: #11dbbe;
}

.newsletter-content p {
    color: #bababa;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.newsletter-form {
    width: 50%;
    flex: 0 0 50%;
}

.newsletter-form form {
    display: flex;
    align-items: center;
}

.newsletter-form form input {
    flex-grow: 1;
    border: none;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    padding: 13px 25px;
    border-radius: 22px;
    height: 44px;
}

.newsletter-form form input::placeholder {
    color: #777;
    font-size: 12px;
    font-weight: 500;
}

.newsletter-form form button {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #11dbbe;
    padding: 15px 26px;
    border-radius: 22px;
    margin-left: 12px;
}

.newsletter-form form button:hover {
    background: #11dbbe;
}

.newsletter-area-two {}

.newsletter-area-two .newsletter-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.newsletter-area-two .newsletter-content .title {
    color: #282b30;
    margin-bottom: 0;
    text-transform: uppercase;
}

.newsletter-area-two .newsletter-content .title span {
    color: #11dbbe;
}

.newsletter-area-two .newsletter-content i {
    color: #282b30;
    font-size: 26px;
    margin-right: 5px;
}

.newsletter-area-two .newsletter-form {
    display: flex;
    align-items: center;
    width: 100%;
}

.newsletter-area-two .newsletter-form input {
    width: 100%;
    border: none;
    height: 44px;
    background: none;
    padding: 15px 20px;
    color: #ebebeb;
    font-size: 14px;
    border: 1px solid #fff3;
}

.newsletter-area-two .newsletter-form input::placeholder {
    color: #fff;
    font-size: 12px;
}

.newsletter-area-two .newsletter-form button {
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    height: 44px;
    border: 1px solid #fff3;
    border-left: none;
}

.newsletter-area-two .newsletter-form button:hover {
    background: #000;
}

.footer-top {
    background: linear-gradient( to left, #1f2347, #1d3a6b);
    background: linear-gradient( to right, #1f2347, #1d3a6b);
    padding-top: 35px;
    padding: 50px 0 20px;
}

.footer-content span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-content .contact {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.footer-content .contact:hover {
    color: #11dbbe;
}

.footer-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer-social ul li {
    margin-right: 8px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li a {
    width: 35px;
    height: 35px;
    background: #3b5998;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.footer-social ul li:nth-child(2) a {
    background: #1da1f2;
}

.footer-social ul li:nth-child(3) a {
    background: #cd201f;
}

.footer-social ul li:nth-child(4) a {
    background: #cb2867;
}

.fw-title .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    color: #fff;
}

.fw-title .title:after {
    content: "//";
    color: #11dbbe;
    font-weight: 900;
    transform: scale(0.93) translateY(-3%);
    display: inline-block;
    margin-left: 5px;
}

.fw-link ul li {
    margin-bottom: 10px;
}

.fw-link ul li:last-child {
    margin-bottom: 0;
}

.fw-link ul li a {
    font-size: 14px;
    color: #eee;
    text-transform: capitalize;
    position: relative;
    font-family: "poppins";
}

.fw-link ul li a:before {
    content: "-";
    font-size: 14px;
    display: inline-block !important;
    cursor: pointer;
    line-height: 20px;
    margin-right: 5px;
}

.fw-link ul li a:hover {
    color: #11dbbe;
    padding-left: 5px;
}

.footer-bottom {
    background: #1f2347;
    padding: 5px 0;
}

.copyright-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.footer-style-two .footer-top {
    background: #232323;
}

.footer-style-two .footer-content .contact {
    color: #fff;
}

.footer-style-two .fw-title .title {
    color: #fff;
}

.footer-style-two .footer-bottom {
    background: #191919;
}

.footer-style-two .copyright-text p span {
    color: #11dbbe;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #11dbbe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #ccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}

.nice-select .option.selected {}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

====================================================================Main Slider Banner====================================================================***/.main-slider {
    position: relative;
    background-size: cover;
}

.main-slider.style-two {}

.main-slider .slider-outer .owl-item {
    position: relative;
}

.main-slider .auto-container {
    position: relative;
}

.main-slider .slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    height: 495px;
    display: grid;
    text-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.main-slider .owl-item img {
    transition: all ease-in-out 3s;
    height: 100%;
}

.decrepation-sl {
    position: absolute;
    width: 100%;
    padding: 0 50px;
}

.main-slider .slide .container {
    position: relative;
    z-index: 10;
}

.main-slider .slide.style-two {
    background-size: cover;
    background-position: center bottom;
}

.main-slider .slide .content {
    position: relative;
}

.main-slider .slide .content.alternate {
    width: 55%;
    margin: 0 auto;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 0;
    text-align: left;
    padding-right: 0;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.main-slider.style-three .slide .content {
    padding: 270px 0px 170px;
}

.main-slider.style-four .content {
    max-width: 610px;
    padding: 140px 50px 140px;
    background-color: rgba(0, 0, 0, 0.85);
}

.main-slider.style-four .content .title {
    color: #f91101;
    font-weight: 600;
}

.main-slider.style-four .content h1:before {
    position: absolute;
    content: '';
    left: -50px;
    top: 0px;
    width: 5px;
    height: 100%;
    background-color: #f71101;
}

.main-slider.style-four .content h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.main-slider.style-four .content h1:after {
    display: none;
}

.main-slider.style-four .content .text {
    color: #ffffff;
}

.main-slider .title {
    position: relative;
    color: #fff;
    opacity: 0;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 600ms;
}

.main-slider h1 {
    position: relative;
    color: #fff;
    opacity: 0;
    line-height: 1.3em;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 26px;
}

.main-slider h1:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    width: 10px;
    height: 4px;
    background-color: #fff;
    transition: all ease-in-out 1s;
    transition-delay: 0.5s;
}

.main-slider .active h1:after {
    width: 100px;
}

.main-slider h1 span {
    color: #ed8800;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-slider h1 span.alternate {
    display: block;
    background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-slider h1.alternate {
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal;
}

.main-slider h1.alternate,
.main-slider h1.alternate span {
    color: #ffffff;
}

.main-slider h1.alternate:after {
    display: none;
}

.main-slider h1.style-two {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 0px;
}

.main-slider h1.style-two span {
    color: #ad8e63;
}

.main-slider h1.style-two:after {
    display: none;
}

.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 500ms;
}

.main-slider .text {
    position: relative;
    color: #1a1e66;
    font-size: 18px;
    opacity: 0;
    line-height: 1.6em;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

.main-slider .text.alternate {
    color: #ffffff;
}

.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 500ms;
}

.main-slider .btn-box {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}

.main-slider .link-box {
    position: relative;
    opacity: 0;
    z-index: 10;
    margin-right: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .link-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

.main-slider .business-image-box {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    right: -250px;
}

.main-slider .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
}

.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    overflow: hidden;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #ffffff80;
    border-radius: 50%;
}

.main-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover {
    background: #fff;
}

.main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -25px;
}

.main-slider .owl-nav .owl-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 43px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 0 !important;
    background: #0003;
    font-size: 30px;
    opacity: 0;
}

.main-slider .owl-nav .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 43px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 0 !important;
    background: #0003;
    border-left: 0;
    font-size: 30px;
    opacity: 0;
}

.main-slider:hover .owl-nav>div {
    opacity: 1;
}

.main-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next {
    border-color: #7e6a46;
    color: #7e6a46;
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover {
    border-color: #7e6a46;
    background-color: #7e6a46;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #ed8800;
    background-color: #ed8800;
    opacity: 1;
}

.main-slider:hover .owl-nav .owl-prev,
.main-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next {
    border: none;
    color: #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.60);
}

.co-area {
    padding: 10px 0;
    background: #f7f7f7;
}

.padd-left-none {
    padding-left: 0;
}

.core-features-area {
    padding: 16px 0;
}

body.offcanvas-open {
    overflow: hidden;
}

.offcanvas {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
}

@media only screen and (max-width: 479px) {
    .offcanvas {
        width: 300px;
    }
}

.offcanvas .body.customScroll {
    height: 346px;
    overflow-x: auto;
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.offcanvas .inner .head .title {
    color: #1d1d1d;
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}

.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #333;
}

.offcanvas .inner .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333;
}

.offcanvas .inner .head .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.offcanvas .inner .offcanvas-menu-search-form {
    margin-bottom: 30px;
}

.offcanvas .inner .offcanvas-menu-search-form form {
    position: relative;
}

.offcanvas .inner .offcanvas-menu-search-form form input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    padding-right: 50px;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    display: block;
    font-size: 16px;
    background: 0 0;
}

.offcanvas .inner .offcanvas-menu-search-form form input[type="text"]:focus {
    border-bottom-color: #11dbbe;
}

.offcanvas .inner .offcanvas-menu-search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    border: 0;
    background-color: transparent;
    outline: 0;
}

.offcanvas .inner .offcanvas-menu-search-form form button i {
    font-size: 16px;
}

.offcanvas .inner .offcanvas-menu-search-form form button:hover {
    color: #11dbbe;
}

.offcanvas .inner .offcanvas-menu {
    height: 220px;
    overflow-x: auto;
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
    color: #7e7e7e;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize;
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
    color: #11dbbe;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #11dbbe;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #11dbbe;
}

.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0;
}

.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #247cea;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #1d1d1d;
    color: #fff;
}

.offcanvas .inner .foot .buttons a {
    font-size: 14px;
    border: none;
    color: #47494a;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 26px;
    border: none;
    background: #ebebeb;
    border-radius: 5px;
}

.offcanvas .inner .foot .buttons a:hover {
    background-color: #11dbbe;
    color: #fff;
}

.offcanvas .inner .foot .buttons .current-btn {
    background-color: #11dbbe;
    color: #fff;
}

.offcanvas .inner .foot .sub-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
}

.offcanvas .inner .foot .sub-total strong {
    font-weight: normal;
    color: #333;
}

.offcanvas .inner .foot .sub-total .amount {
    color: #11dbbe;
    font-weight: normal;
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 15px;
}

offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media only screen and (max-width: 479px) {
    .offcanvas.offcanvas-mobile-menu {
        padding: 50px 17px;
    }
}

.offcanvas-menu>ul>li .menu-expand::after,
.offcanvas-menu>ul>li .menu-expand::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #7e7e7e;
}

.offcanvas-menu>ul>li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-open .offcanvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.minicart-product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}

.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75px;
    flex: 1 0 30px;
}

.minicart-product-list li .image img {
    max-width: 100%;
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .minicart-product-list li .image {
        -ms-flex: 1 0 50px;
        -webkit-box-flex: 1;
        flex: 1 0 50px;
    }
}

.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 150px);
    flex: 1 0 calc(100% - 150px);
    padding: 0 10px;
}

.minicart-product-list li .content .title {
    color: #1d1d1d;
}

.minicart-product-list li .content .title:hover {
    color: #11dbbe;
}

.minicart-product-list li .content .quantity-price {
    font-size: 14px;
    display: block;
    color: #1d1d1d;
    margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
    color: #1d1d1d;
}

.minicart-product-list li .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 14px;
    width: 27px;
    height: 27px;
    border: 1px solid #eee;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    display: block;
}

.minicart-product-list li .content .remove:hover {
    color: #11dbbe;
}

@media only screen and (max-width: 575px) {
    .minicart-product-list li .content {
        -ms-flex: 1 0 calc(100% - 75px);
        -webkit-box-flex: 1;
        flex: 1 0 calc(100% - 75px);
    }
}

.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.f-logo img {
    max-width: 250px;
}

.add-to-link {
    position: absolute;
    right: 8px;
    bottom: 0;
    border-top: transparent;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px) translateZ(0);
    -webkit-transform: translateY(15px) translateZ(0);
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    text-align: center;
}

.add-to-link ul {
    display: flex;
    align-items: center;
}

.add-to-link li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin-right: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.add-to-link a {
    display: inline-block;
    color: #000;
    border: none;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #ededed;
}

.add-to-link a:hover {
    background: #11dbbe;
    color: #fff;
}

.add-to-link a.cart-btn {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    border: none;
    line-height: 40px;
    height: 40px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: -0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 105px;
}

@media only screen and (max-width: 575px) {
    .add-to-link a.cart-btn {
        padding: 0 7px;
    }
}

.flash-sale-item:hover .quick-view a {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.flash-sale-item:hover .pricing-meta {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.flash-sale-item:hover .add-to-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-12px) translateZ(0);
    transform: translateY(-12px) translateZ(0);
    transform: translateY(-12px) translateZ(0);
}

.custom-nav .owl-nav {
    position: absolute;
    bottom: -20px;
    left: -100px;
}

.custom-nav .owl-nav>div {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    background: #11dbbe;
    text-align: center;
    line-height: 43px;
}

.custom-nav .owl-dots {
    position: relative;
    display: block;
    margin-top: 0px;
    text-align: center;
}

.custom-nav .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 7px;
    background: #d9d9d9;
    border-radius: 8px;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.custom-nav .owl-dots .owl-dot.active span,
.custom-nav .owl-dots .owl-dot span:hover {
    width: 25px;
}

.jb-banner_area .banner-item,
.jb-sidebar_banner .banner-item {
    position: relative;
    overflow: hidden;
}

.jb-banner_area .banner-item a img,
.jb-sidebar_banner .banner-item a img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.jb-banner_area .banner-item:before,
.jb-sidebar_banner .banner-item:before {
    background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    pointer-events: none;
}

.jb-banner_area .banner-item:after,
.jb-sidebar_banner .banner-item:after {
    background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    pointer-events: none;
}

.jb-banner_area .banner-item:hover:before,
.jb-sidebar_banner .banner-item:hover:before {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}

.jb-banner_area .banner-item:hover:after,
.jb-sidebar_banner .banner-item:hover:after {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}

.arrivals-item-wrap {
    padding: 20px;
    background: #fff;
}

.nay-nav .owl-nav {
    position: absolute;
    top: -60px;
    right: -20px;
}

.nay-nav .owl-nav>div {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 43px;
}

.nay-nav .owl-nav>div:hover {
    color: #11dbbe;
}

.last-iti .flash-sale-item {
    border-right: none;
}

.brand-area .nay-nav .owl-nav {
    top: -40px;
    right: 0;
}

.it-com .coming-time {
    display: grid;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 0;
    background: #fff;
}

.it-com .coming-time .time-count {
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    margin-bottom: 8px;
}

.it-com .coming-time .time-count>span {
    font-size: 17px;
    font-weight: 500;
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #000;
}

.it-com .coming-time .time-count>strong {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.menu-area .header-action {
    float: right;
    margin-right: 20px;
}

.footer-widget,
.fw-title .title {
    margin-bottom: 30px;
}

.footer-widget p {
    color: #eee;
    font-family: "poppins";
    text-transform: capitalize;
}

.shipping_inner {
    border: 1px solid #f0f0f0;
    padding: 19px 5px;
    border-radius: 4px;
    overflow: hidden;
}

.single_shipping {
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
    border-left: 1px solid #f0f0f0;
    width: 25%;
    float: left;
}

.single_shipping:first-child {
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_shipping {
        margin-bottom: 12px;
        width: 50%;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single_shipping {
        margin-bottom: 12px;
        border: 0;
        width: 100%;
    }
    .single_shipping:last-child {
        margin-bottom: 0;
    }
}

.shipping_icone {
    margin-right: 14px;
}

.shipping_content h2 {
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 4px;
}

.shipping_content p {
    font-size: 13px;
    line-height: 18px;margin:0;
}

.shipping_area {
    padding: 15px 0;
}

footer .ft-content {
    padding: 15px 15px 15px 80px;
    position: relative;
    text-align: left;
}

footer .ft-content i {
    background: #11dbbe;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    left: 15px;
}

footer .ft-content i:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
    height: 15px;
    width: 15px;
    background: #11dbbe;
}

footer .ft-content span {
    font-size: 14px;
    display: block;
    color: #ddd;
    margin-bottom: 5px;
}

footer .ft-content a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px;
}

.quick-li li {
    width: 50%;
    float: left;
}

.f-logo {
    margin: 0 0 15px 0;
}

.language-currency-wrapper .block {
    float: left;
    margin: 0;
    position: relative;
    border-bottom: none;
    height: 40px;
}

.language-currency-wrapper .block span {
    text-transform: capitalize;
    font-size: 13px;
}

.language-currency-wrapper .block:hover {
    cursor: pointer
}

.language-currency-wrapper .block>div {
    position: relative
}

.language-currency-wrapper .block>div>span:hover {
    color: #11dbbe
}

.language-currency-wrapper .block>div img {
    margin-top: 0px;
    margin-right: 3px;
}

@media (max-width:990px) {
    .language-currency-wrapper .block>div img {
        margin-left: 10px
    }
}

@media (max-width:990px) {
    .lg-cur span .lg-fr {
        display: none
    }
}

.language-currency-wrapper .block>ul {
    position: absolute;
    right: 0;
    top: 52px;
    padding: 1px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 999;
    text-align: left;
}

.language-currency-wrapper .block>ul li {
    list-style: none;
    background: #fbfbfb
}

.language-currency-wrapper .block>ul li a {
    position: relative;
    white-space: nowrap;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    display: block
}

.language-currency-wrapper .block>ul li a img {
    margin-right: 8px;
    margin-top: 0px
}

.language-currency-wrapper .block>ul li a .cur_icon {
    margin-right: 6px
}

.language-currency-wrapper .block>ul li a:hover {
    color: #11dbbe;
    text-decoration: none
}

.language-currency-wrapper .block:hover>ul {
    margin-top: 0;
    top: 34px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.language-currency-wrapper {
    float: right;
    border-right: 1px solid #ebebeb;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
    border-left: 1px solid #ebebeb;
    padding: 0 8px;
}

.language-currency-wrapper .block.block-language>ul {
    min-width: 104px;
    right: 0px;
    margin: auto
}

.language-currency-wrapper .block.block-currency {
    margin-left: 15px;
}

@media (max-width:1024px) {
    .language-currency-wrapper .block.block-currency {
        width: 55px
    }
}

@media (max-width:1024px) {
    .language-currency-wrapper .block.block-currency>div {
        margin-right: 8px
    }
}

.language-currency-wrapper .block.block-currency>ul {
    min-width: 114px;
    margin: auto
}

.header-top {
    line-height: 40px;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
}

.header-top a {
    color: #333e48
}

.header-top a:hover {
    color: #2B2E35;
}

.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    color: #333;
    float: left;
    border-right: 1px solid #ebebeb;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
    border-left: 1px solid #ebebeb;
}

.welcome-msg>span,
.welcome-msg>a {
    color: #000;
}

.phone {
    padding: 2px 0px 2px 0;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .welcome-msg {
        float: center;
    }
    .headerlinkmenu {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.headerlinkmenu {}

.headerlinkmenu .links {
    display: flex;
    float: right;
}

.headerlinkmenu .links div {
    display: inline-block;
    text-align: right;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
    border-left: 1px solid #ebebeb;
    line-height: 40px;
    height: 40px;
}

.headerlinkmenu div.links div a {
    padding: 0px 8px;
    text-decoration: none;
 
    color: #334141;
    font-size: 13px;
}

.headerlinkmenu div.links div a i {
    margin: 0 6px
}

.headerlinkmenu div.links div a:hover {
    color: #11dbbe;
    text-decoration: none
}

header .ft-content {
    padding: 15px 0 15px 70px;
    position: relative;
    float: right;
}

header .ft-content i {
    background: #11dbbe;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    left: 0;
}

header .ft-content i:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
    height: 15px;
    width: 15px;
    background: #11dbbe;
}

header .ft-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}

header .ft-content a,
.ft-content .a {
    color: #000;
    font-size: 19px;
    margin-bottom: 0;
    line-height: 24px;
}

.quick-li {
    display: inline-block;
    width: 100%;
}

.owl-dots.disabled {
    display: none;
}

.single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 460px;
    width: 100%;
    background-size: 100% 100% !important;
    display: grid;
    align-items: center;
    position: relative;
}

.single_slider:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #0003;
    background: linear-gradient( to right, #000c, #9ca1c61a);
}

.slider_area .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 25px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .slider_area .owl-dots {
        bottom: 10px;
    }
}

.slider_area .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #0909094d;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.slider_area .owl-dots .owl-dot.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider_area .owl-dots .owl-dot.active::before {
    position: absolute;
    content: "";
    background: #11dbbe;
    width: 12px;
    height: 12px;
    left: -3px;
    top: -3px;
}

.slider_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.slider_area:hover .owl-nav {
    opacity: 1;
}

.slider_area .owl-nav>div {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    line-height: 45px;
    background: #0003;
    text-align: center;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.slider_area .owl-nav>div span:before {
    line-height: 45px;
}

.slider_area .owl-nav>div.owl-next {
    left: auto;
    right: 0;
}

.slider_content {
    padding: 50px 50px 50px 70px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .slider_content {
        padding: 25px 20px;
        width: 100%;
    }
}

.slider_content h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #11dbbe;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content h1 {
        font-size: 45px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h1 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 18px;
    }
}

.slider_content h2 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}

.slider_content h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    background: #333;
    right: -88px;
    opacity: 0.5;
    top: 50%;
    transform: translatey(-50%);
}

@media only screen and (max-width: 767px) {
    .slider_content h2::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h2 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}

.slider_content a {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    height: 48px;
    line-height: 47px;
    padding: 0 25px;
    display: inline-block;
    border: 0;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content a {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content a {
        margin-top: 20px;
        height: 43px;
        line-height: 43px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content a {
        font-weight: 500;
        margin-top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }

}

.active .slider_content h1,
.active .slider_content h2,
.active .slider_content a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .slider_content h1 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.active .slider_content a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

main {
    background: #f2f2f2;
}

.main-home-page {
    background: #fff;
}

.latest-blog .productSlider {
    padding: 30px 0;
}


.pdso .nay-nav .owl-nav {
    top: -40px;
    right: 0;
}

.all-ioc {
    position: fixed;
    z-index: 9;
    left: -7px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    display: block;
}

.show-icons {
    position: absolute;
    bottom: 45px;
    left: 30px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    /*
background: -webkit-linear-gradient(#0e2f35, #063f4a, #0e2f35);*/
    background: #171a1e;
}

.show-icons .ico-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    z-index: 6;
    background-size: 80%;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #171a1e;
    border-radius: 50%;
}

.show-icons:hover {
    color: #0e2f35;
    background: -webkit-linear-gradient(#fbfbfb, #fff);
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: amo-button-wave infinite 2.6s 0s linear;
}

@keyframes amo-button-wave {
    0% {
        transform: scale(1, 1);
        opacity: 0.45
    }
    40% {
        opacity: 0.45
    }
    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.sonar-wave2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave2 {
    animation: amo-button-wave2 infinite 2.6s 0s linear;
}

.sonar-wave2 {
    animation-delay: 0.8s;
}

@keyframes amo-button-wave2 {
    0% {
        transform: scale(1, 1);
        opacity: 0.45
    }
    40% {
        opacity: 0.45
    }
    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.whats-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #4dc247;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}

.whats-icon a {
    color: #fff;
}

.whats-icon:hover a {
    color: #4dc247;
}

.whats-icon:hover {
    color: #4dc247;
    background: #333;
}

.phone-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #123377;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}

.phone-icon a {
    color: #fff;
}

.phone-icon:hover a {
    color: #006AFF;
}

.phone-icon:hover {
    color: #006AFF;
    background: #fff;
}

.messenger-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #006AFF;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}

.messenger-icon a {
    color: #fff;
}

.messenger-icon:hover a {
    color: #006AFF;
}

.messenger-icon:hover {
    color: #006AFF;
    background: #999;
}

.all-ioc.active .phone-icon {
    left: 210px;
    opacity: 1;
}

.all-ioc.active .whats-icon {
    left: 100px;
    opacity: 1;
}

.all-ioc.active .messenger-icon {
    left: 155px;
    opacity: 1;
}

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

.block-breadcrumbs ul li a {
    text-transform: capitalize;
}



.pdso .desc ul li,
.abt-first ul li {
    padding-left: 22px;
    position: relative;
    text-transform: capitalize;
    line-height: 28px;
}


.pdso .desc ul li:after,
.abt-first ul li:after {
    content: "\f00c";
    position: absolute;
    left: 0;
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    color: #0e4cdb;
    transition: .3s ease-in;
    top: 0;
}

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

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

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

table tr:hover {
    background-color: #ddd;
}*/

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}


.wprt-content-box label {
    font-size: 13px;
margin-bottom: 5px;color: #333;
text-transform: capitalize;
}

.wprt-content-box .form-group {
margin-bottom: 8px;}


.form-control { 
    color: #333;
font-size: 13px;
height:45px;
border-radius:0;border: none;
background: #f1f1f1;
    
}


select.form-control {
    color: #a4a4a4;
}




.promot-se {

padding: 4px 15px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 4px;/*
background: linear-gradient( to right , #0b3cb0 , #2562f4);*/
  margin-bottom:15px; 


color: #000;
border: 1px solid #0b3cb0;
    

}

.promot-se a {
color: #fff;

}


.promot-se p {
margin: 0;color: #000;
}



.noraml-se {
    /*
   background: linear-gradient( to right , #1a1a1a , #313131);*/
 border: 1px solid #b5b5b5;
 
}


.grand_total {
    
    margin-bottom: 15px;
color: #0b3cb0;
font-size: 16px;
}

.promot-se i {
font-size: 18px;
margin-left: 5px;}


.stock br {
    display:none;
}


.wishlist-btn {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: #1f4688;
line-height: 1;
padding: 16px 22px;
border-radius: 5px;
display: inline-flex;
align-items: center;
margin-right: 12px;
justify-content: center;
    display: flex;
gap: 15px;
border: none;
    
}



.cart-btn {
    background: #222222;
min-width: 129px;
    
}


.pdso {
        position: relative;

    background: #fff;
border-radius: 8px;
padding: 20px;
box-shadow: 1px 2px 9px #7575750f;
    
}






.about-one-right {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one-img-box {
  position: relative;
  display: block;
  z-index: 1;
  padding-left:20px;
}

.about-one-img-box:before {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 40px;
  background-color: #11DBBE;
  content: "";
  border-radius: 10px;
  z-index: -1;
}

.about-one-img-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one-img-one:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-one-img-box:hover .about-one-img-one:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about-one-img-one img {
  width: 100%;
  border-radius: 10px;
height: 350px;
}


.cart .discount .input-box label {
    margin-bottom:5px;
}






.about-one-right:hover .about-one-img-one:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.wprt-content-box .media-body h5 {
    font-size: 16px;
margin: 0;
    
}

.wprt-content-box .media-body a {
font-size: 14px;
color: #333;
}



#doSubmit {
    float:right;
    margin: 0;
    margin-top:25px;

}




.large-image {
max-width: 100%;
margin: 0 auto;
width: 100%;
overflow: hidden;
position: relative;
padding: 8px;
}

.large-image > div {
margin: 0 auto;
}

.large-image img {
max-width: 100%;
margin: 0 auto;
}



@media only screen and (max-width: 767px) {

    
    .about-one-img-one img {
        height:auto;
    }
}




.ne-image {
height: 142px;
display: grid;
align-items: center;
border: 1px solid #eee;
}


.ne-image img {
   max-height: 140px; 
   width: 100%;
    
}


.prev-list {/*
display: flex;
gap: 5px;
padding: 5px 0;*/
}


/*
.prev-list img {
width: 100px;
height: 100px;
}
*/


.owl-nav.disabled  {
display: none
}


.social2 {
    margin-bottom: 15px;
}


.prev-list .owl-nav {
    display: flex;
position: absolute;
right: 0;
top: 50%;
gap: 15px;
width: 100%;
justify-content: space-between;
margin-top: -17px;
    
}



.prev-list .owl-nav > div {
position: absolute;   
height: 35px;
line-height: 35px;
text-align: center;
left: -12px;
font-size:20px;
color: #000;
cursor: pointer;
    }
    
    
    
    
    
    
    
    .prev-list .owl-nav > div.owl-next {
        left: auto;
right: -12px;
        
    }
    
    
    
    .hot-label {
    
position: absolute;
text-align: center;
padding: 5px 5px 3px;
background: #f00;
top: -12px;
right: 6px;
border-radius: 3px 3px 0 3px;
font-size: 12px;
text-transform: uppercase;}


.hot-label:after {
position: absolute;
top: 100%;
right: 0;
content: '';
width: 6px;
border-top: 6px solid #991818;
border-right: 6px solid transparent;
}

@media only screen and (max-width: 767px) {
 .hot-label {
color: #fff;
right: auto;
left: 88px;
top: 4px;}
}