@charset "UTF-8";



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




body {
    font-family: 'poppins';
    font-weight: normal;
    font-size: 14px;
    color: #000;
    font-style: normal;
overflow-x: hidden;
}



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: 46px;
    min-width: 44px;
    line-height: 46px;
    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: 46px;
    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: #000;
    text-decoration: none;
}

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

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

.capitalize {
    text-transform: capitalize;
}

.capitalize {
    text-transform: capitalize;
}

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

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: #000;
    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: #000;
    color: #fff;
    text-shadow: none;
}

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

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

*::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #ccc;
    font-size: 14px;
    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: #820d90 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    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: #e81cf1;
    color: #fff;
}

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

.btn-three {
    background: #000;
}

.btn-three:hover {
    background: #000;
}

.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: #000;
    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: #000;
    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;position: relative;
    min-width: 700px;background: #fff;
}

.header-search-wrap form input {
    border: none;
    flex-grow: 1;
    font-size: 15px;
    color: #212529;
    padding: 12px 10px;
    height: 46px;background: none;
}

.header-search-wrap form input::placeholder {
    font-size: 15px;
    color: #75767c;
}

.header-search-wrap form .custom-select {
    border: none;
    padding: 11px 40px 11px 15px;
    color: #000;
    font-size: 15px;
    outline: none;
    height: 46px;
    background: none;
    line-height: 45px;
    padding: 0 35px 0 15px;
    border-radius: 0;

border-left: 1px solid #eee;

cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") calc(100% - 10px) 16px no-repeat;
  background-size: auto;
background-color: rgb(255, 255, 255);
background-size: auto;
background-size: 18px 15px;
text-transform: capitalize;

}

/*
.header-search-wrap form:before {
    content: "\f107";
    position: absolute;
    right: 12px;
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #000000;
    transition: .3s ease-in;
}*/

.header-search-wrap form button {
    border: none;
    color: #000;
    font-size: 18px;
    padding: 8px 0;
    width: 46px;background: none;
    height: 46px;
}

.header-action>ul {
    display: flex;margin-left: 15px;
    align-items: center;justify-content: end;
}

.header-action>ul>li {
    position: relative;
    margin-left: 10px;
}

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

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

.header-action>ul>li>a i {
    color: #000;
    font-size: 20px;
    margin: 5px;
    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: #000;
}

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


.header-langu a {
width: 35px;
font-size: 18px;
color: #000;text-align: center;
}

.header-action>ul .header-shop .cart-count {
    position: absolute;
    left: 0px; 
    top: 2px;
    width: 18px;
    height: 18px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;

background: #441688;
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: #000;
    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 {
text-align: left;
padding: 4px 0;
}

.logo img {
max-width: 90px;
padding: 0;
}

.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: capitalize;
    color: #000;
}

.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%;
    z-index: 2;
    display: block;
    height: 496px;
    overflow: hidden;
border: 1px solid #dee0ea;
border-left: 0;
    overflow-y: hidden;
    overflow-y: auto;
background: #fff;
padding: 15px 15px 0;



}
/*
.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: 15px;
    background: transparent;
    position: relative;
    align-items: center;
    transition: .3s ease-in;

padding: 10px 15px;
border-bottom: 1px solid #eee;
}

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

.header-category .category-menu>li:hover,
.more_slide_open>li:hover {
    color: #000;
background: #d3b9ce2e;
}

.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: #000;
}

.more_slide_open>li>a>span,
.header-category .category-menu>li>a>span {
    background: #000;
    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: #000;
}

.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: #000;
}

.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: #000;
}

.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: capitalize;
}

.more_slide_open .megamenu>.sub-column-item ul li a:hover,
.category-menu .megamenu>.sub-column-item ul li a:hover {
    color: #000;
    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: #000;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 2px solid #000;
}

.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;
}

.navbar-wrap ul li {
    display: block;
    position: relative;
margin-right: 25px;
}

.navbar-wrap ul li a {
    font-size: 15px;
text-transform: capitalize;
    color: #000;
    padding: 35px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;font-weight: 400;
}

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

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

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

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

.navbar-wrap ul li .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    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-right: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .submenu li a {
    padding: 0 15px;
    line-height: 40px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    -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: #820d90;
    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 {
border-right: 1px solid #dee0ea;
padding-right: 1.25rem;
}

.sticky-menu {
position: fixed !important;
left: 0;
margin: auto;
top: 0 !important;
    width: 100%;
    z-index: 99;
    background: #fff;
    -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: center;
}

.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;
    background: #f7f3f3;
    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: 5px;
    top: 3px;
    line-height: 27px;
    width: 27px;
    text-align: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: #fff;border-radius: 50%;
}

.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 18px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    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: #fff;
    background: #000;
    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;background: #fff;
}

.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;
}

.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: 15px;
    color: #000;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

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

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    color: #000;
    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: #000;
}

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

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

.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: #000;
}

.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: #441688;
    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: #441688;
    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: #000;
}

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

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

.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: #000;
    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: capitalize;
    color: #000;
    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: capitalize;
    color: #000;
    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: capitalize;
    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: capitalize;
    background: #000;
    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: #000;
    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: #441688;
    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: #441688;
    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: capitalize;
    margin-bottom: 12px;
    font-weight: 700;
}

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

.breadcrumb-content .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    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: capitalize;
    color: #959595;
}

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

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

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


.cont-page.breadcrumb-area-three.breadcrumb-bg {
padding: 150px 0;
}

.cont-page.breadcrumb-area-three.breadcrumb-bg .breadcrumb-content,
.cont-page.breadcrumb-area-three.breadcrumb-bg::before {
display: none;
}


.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: #fff;
}

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

.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: #000;
}

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

.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: #000;
}

.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: #000;
    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 #000;
    background: #efefed;
    padding: 30px 30px 8px 30px;
}

.section-title .title {
    font-size: 24px;
    text-transform: capitalize;
margin-bottom: 25px;
    font-weight: normal;
text-align: center;

position: relative;
padding-bottom: 15px;
}


.section-title .title:after {
position: absolute;
content: " ";
background: linear-gradient( to left , #dd17e6 ,#5c076a);
height: 4px;
bottom: 0;
left: 50%;
width: 60px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 4px;
}


.section-title .title:before {
position: absolute;
content: " ";
background: linear-gradient( to right , #dd17e6 ,#5c076a);
height: 4px;
bottom: 0;
right: 50%;
width: 4px;
border-radius: 4px;
margin-right: -38px;
}



.section-title .title span {
    color: #000;
}

.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: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    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: #000;
}

.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: #000;
    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: capitalize;
    display: block;
    margin-bottom: 5px;
}

.add-banner-content .title {
    color: #fff;
    text-transform: capitalize;
    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: #000;
    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: capitalize;
}

.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: #000;
    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: #000;
}

.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: #000;
}

.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: #000;
    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: #000;
    opacity: 0;
}

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

.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: #000;
    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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000 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: #000;
}

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

.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: #000;
    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: #000;
    padding-right: 25px;
    transition: all .3s ease-in-out;
}

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

.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 #000;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}

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

.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: #000;
    font-weight: 500;
}

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

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

.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: #000;
}

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

.top-category-area .category-content .view-btn {
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #000;
    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: capitalize;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.features-content .title {
    font-size: 22px;
    text-transform: capitalize;
    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: capitalize;
    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: #000;
}

.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: capitalize;
    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: #f9c300;
}

.features-area-three .features-content.white-text ul li::before {
    background: #fff;
}

.features-area-three {
    padding: 30px 0;
}

.release-product-area {
    background: #f7f7f7;
background: #f8f0fd;
    padding: 15px 0 15px;
}

.arrivals-product-area {
    background: #f7f7f7;
background: #f8f0fd;
    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: #000;
}

.release-product-area .view-all a i {
    color: #000;
    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;
}

.flash-sale-product>.title {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    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: #000;
}

.flash-sale-product>.title::before {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    width: 7px;
    height: 200px;
    background: #d3b9ce2e;
    border-radius: 0 20px 20px 0;
    margin-top: -100px;
}*/
/*
.flash-sale-product.appliance-product>.title {
    background: #000;
}

.flash-sale-product.appliance-product>.title::before {
    background: #000;
}
*/
.flash-sale-item {
    position: relative;
    transition: .3s ease-in-out;
    background: #fff;
}


.it-core {
    position: relative;
    transition: .3s ease-in-out;
    background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 1px 1px 12px #00000008;
margin-bottom: 25px;
}



button.add-to-cart {
border: 0;
padding: 0 35px;
line-height: 45px;
margin: 0;
}

.add-to-cart {
padding: 8px;
display: block;
border-radius: 25px;
margin: 8px 65px 0;
background: linear-gradient( to bottom , #e416eb , #84099d);
color: #fff;

  background: linear-gradient( to bottom , #fcc6fd , #d68ae6);
  color: #a11fb7;


background: #a11fb7;
color: #fff;


}





.add-to-cart:hover {
background: #fae5fb;
color: #e81cf1;
}

.out-of-stock {
padding: 8px;
display: block;
border-radius: 25px;
margin: 8px 65px 0;
background: #ffebeb;
color: #f00 !important;
}


/*
.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;
  display: grid;
  align-items: center;
  height: 240px;
}

.flash-sale-item .fs-thumb>a {
    display: block;
    width: 100%;
}

.flash-sale-item .fs-thumb img {
    margin: 0 auto;
    display: block;
max-height: 210px;
width: auto;
max-width: 90%;
}

.flash-sale-item .fs-thumb span {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    line-height: 1;
    padding: 5px 9px;
    z-index: 1;
}

.flash-sale-item .fs-thumb span.sale {
      background: #fae5fb;
    color: #e81cf1;
}

.flash-sale-item .fs-content {
    padding: 10px;text-align: center;
}


.der-care {
position: absolute;
top: 10px;
padding: 4px 8px;
background: #f7f7f7;
background: #f8f0fd;
right: 7px;
}


.flash-sale-item .fs-content .tag {
    font-size: 12px;

    color: #555;
    margin-bottom: 0;
    display: block;font-weight: 400;
}

.flash-sale-item .fs-content .tag:hover {
    color: #000;
}

.flash-sale-item .fs-content .title {
font-size: 15px;
align-items: center;
font-weight: 400;
text-transform: capitalize;
margin: 6px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: capitalize;
}

.flash-sale-item .fs-content .rating {
    display: flex;
    align-items: center;
    margin: 0 0 8px;justify-content: center;
}

.flash-sale-item .fs-content .rating i {
    font-size: 10px;
    color: #f9c300;
}

/*
.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: #000;
}

.shop-product-item .shop-content .content-bottom,
.flash-sale-item .fs-content .content-bottom {
    display: flex;
    align-items: center;
gap: 13px;
    flex-wrap: wrap;justify-content: center;
}

.shop-product-item .shop-content .content-bottom .price,
.flash-sale-item .fs-content .content-bottom .price {
    font-size: 14px;
    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: #000;
}

.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: #000;
}

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

.arrivals-add .content .price span {
    font-weight: 500;
    color: #000;
}

.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: #000;
    border-bottom: 1px solid #000;
}

.arrivals-add .content .vendor-btn:hover {
    color: #000;
    border-color: #000;
}

.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: capitalize;
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.product-content .tag:hover {
    color: #000;
}

.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: 12px;
    padding-bottom: 12px;
}

.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 .thumb img {
width: 76px;
height: 76px;
}

.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: #f9c300;
}
/*
.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: #000;
    margin-bottom: 8px;
}

.arrivals-product-area-two .arrivals-product-item .content .price {
    font-size: 16px;
    color: #000;
    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: #000;
    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: capitalize;
    display: block;
    margin-bottom: 2px;
}

.countdown-wrap .title {
    font-size: 36px;
    font-weight: 800;
    color: #303133;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.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: capitalize;
}

.brand-area {
    padding: 30px 0;
}

.brand-item {
display: grid;
align-items: center;
justify-content: center;
background: #fff;
height: 130px;
border-radius: 16px;
box-shadow: 1px 1px 15px #0000000d;
border: 1px solid #eee;
}

.brand-item img {
cursor: pointer;
max-width: 90%;
max-height: 90px;
width: auto;
margin: 0 auto;
}

.brand-item:hover {
    border-color: #d6e4fe;
}

.view-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.view-btn a i {
    margin-left: 5px;
    font-size: 13px;
}

.view-btn a:hover {
    color: #000;
}

.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;
height: 260px;
width: 100%;
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.1) rotate(-3deg);
}

.blog-content {
    background: #fff;
    padding: 20px;
    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: #000;
    text-align: center;
}

.blog-content .tag {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.blog-content .tag i {
margin-right: 8px;
}


.blog-content .title {
    font-size: 17px;
    margin-bottom: 15px;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: capitalize;
}

.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: capitalize;
    color: #000;
}

.blog-meta ul li a {
    color: #000;
    text-decoration: underline;
}

.blog-meta ul li a:hover {
    color: #000;
}

.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: capitalize;
    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: capitalize;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.winter-collection-wrap .btn {
    text-transform: capitalize;
}

.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-bottom: 1px solid #eae6e6;*/
    padding-bottom: 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: #000;
    font-size: 15px;
    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: #441688;
}

.shop-cat-list ul li a:hover span {
    background: #441688;
    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: #000;
    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: 2px;
    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: #000 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 #000;
}

.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.price_slider_amount>span {
    font-size: 13px;
    color: #707070;
    text-transform: capitalize;
    margin-right: 3px;
    margin-left: auto;
}

.price_slider_amount>input[type="submit"] {
    text-transform: capitalize;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    min-width: 60px;
    padding: 9px 11px;
    font-size: 12px;
    text-align: center;
    background: #000;
    font-weight: 700;
    justify-content: center;
    color: #fff;
    border-radius: 0;
}

.price_slider_amount>input[type="submit"]:hover {
    background: #000;
}

.price_slider_amount>input[type="text"] {
    height: auto;
    margin-left: 0;
    text-align: left;
    width: 104px;
    border: none;
    font-size: 13px;
    color: #000;
}

.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: #000;
}

.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 ul {
display: flex;
gap: 12px;
color: #000;
}


.shop-top-wrap .shop-top-left .title {
    font-size: 16px;
    margin-bottom: 0;
}



.shop-top-wrap .shop-top-left ul svg {
  width: 1.125rem;
}



.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;
margin-bottom: 0;
}



.shop-top-wrap .shop-top-right form:last-child {
padding-left: 15px;
border-left: 1px solid #ddd;
margin-left: 15px;
}

.vp-product-top-wrap .vp-product-top-right form label,
.shop-top-wrap .shop-top-right form label {

    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/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: auto;
    border: none;
max-width: 130px;
text-overflow: ellipsis;
}

.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: #000;
}

.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: #000;
    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: capitalize;
}

.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: #000;
}

.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: #000;
}

.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: #000;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.shop-details-content .stock span.label {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 0.875rem;
font-weight: 500;
height: 1.875rem;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
border-radius: 3px;
margin: 18px 0 22px;
background-color: #f1fbef;
color: #47b486;
color: #47b486;
text-transform: capitalize;
}


.label-instock {
background-color: #f1fbef;
color: #47b486;

}

.label-outstock {
background-color: #fbefef;
color: #f00;

}


.shop-details-content span.label i {
    margin-right: 5px;
    font-size: 14px;
}

.shop-details-content>.title {
    font-size: 20px;
font-weight: 400;
margin: 10px 0;}

.shop-details-content>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shop-details-content>ul li {
    background-size: cover;
    background-position: center;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 4px;
}

.shop-details-content>ul li:nth-child(2) {
    color: #000;
}

.shop-details-content>ul li a {
    color: #000;
    font-size: 14px;
}

.shop-details-content>ul li a:hover {
    color: #000;
}

.shop-details-content>ul li:last-child {
    padding: 0;
}


.shop-details-content .rating i {
font-size: 10px;
color: #f9c300;
}

.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: #000;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    margin-left: 10px;
}

.productShortDesc {
margin-bottom: 15px;
min-height: 160px;
}


.shop-details-content {
    background: #fff;
border-radius: 16px;
padding: 20px;
}

.shop-details-content p {
    color: #676666;
    font-size: 14px;
    margin-bottom: 15px;
}

.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: #000;
    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;
}

.last-dtr {
display: flex;
justify-content: space-between;
align-items: center;
}


.shop-details-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
margin-right: 12px;

}

.cart-plus-minus {
    position: relative;
}

.cart-plus-minus input {
    width: 100%;


    height: 45px;
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
    color: #000;
    font-weight: 600;background: #fff;border: 1px solid #ddd;
}

.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: #000;
    cursor: pointer;

    user-select: none;
    -moz-user-select: none;z-index:2;
}

.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
}

.shop-details-quantity>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    background: #000;
    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: #000;
}

.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: #000;
}

.shop-details-Wishlist ul li a:hover i {
    background: #000;
    border-color: #000;
    color: #fff;
}

.shop-details-bottom ul li>span {
margin-right: 7px;
font-size: 14px;
color: #999;
}

.shop-details-bottom ul li>a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.shop-details-bottom ul li>a:hover {
    color: #000;
}

.shop-details-bottom ul li+li {
    margin-top: 10px;
}

.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: #000;
    border-color: #000;
    color: #fff;
}

.recommended-item-wrap {
    margin-left: -10px;
    position: relative;
}

.recommended-item-wrap span {
    color: #000;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}

.recommended-item .thumb {
    margin-bottom: 15px;
}

.recommended-item .content .price {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.recommended-item .content ul li {
    font-size: 13px;
    text-transform: capitalize;
    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: #f6f6f6;
}

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

.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: capitalize;
    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: 1px solid #eaeae8;
padding: 25px 30px;

}

.product-details-list ul {
display: inline-block;
width: 100%;
}

.product-details-list ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
width: 50%;
float: left;
display: flex;
text-transform: capitalize;
}


.product-details-list ul li span {
width: 150px;color: #7d7c7c;
}

.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: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.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: capitalize;
    color: #fff;
    background: #000;
    display: inline-block;
    line-height: 1;
    padding: 6px 22px;
    margin-bottom: 14px;
}

.inner-blog-content .tag:hover {
    background: #000;
}

.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: capitalize;
    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: #000;
}

.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: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
}

.blog-content-bottom ul li a {
    color: #7d7c7c;
}

.keep-reading a {
    font-size: 13px;
    text-transform: capitalize;
    color: #1f2023;
    letter-spacing: 2px;
}

.keep-reading a:hover {
    color: #441688;
}

.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: capitalize;
    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: #441688;
}

.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: #000;
}

.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: capitalize;
    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: capitalize;
    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: #441688;
}

.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: capitalize;
    background: #f7f7f6;
    padding: 12px 21px;
    display: block;
    transition: all .3s ease-in;
}

.sidebar-tag-list ul li a:hover {
    background: #441688;
    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: capitalize;
    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: capitalize;
    color: #7d7c7c;
}

.blog-details-tag-list ul li a:hover {
    color: #441688;
}

.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: #441688;
}

.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: #441688;
}

.blog-comment-box .title {
    font-size: 20px;
    text-transform: capitalize;
    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: #441688;
    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: capitalize;
    font-weight: 700;
    color: #fff;
    background: #000;
    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: #000;
    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: #000;
    border-color: #000;
    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: #000;
}

.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: #000;
    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: #000;
    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: #441688;
}

.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: capitalize;
    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: #000;
    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: #000;
}

.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: #000;
    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: #000;
}

.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: #000;
}

.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: #000;
    border-bottom: 1px solid #000;
}

.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: #000;
    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: #000;
    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: #000;
    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: #000;
    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: capitalize;
    color: #fff;
    border: none;
    font-weight: 600;
    background: #000;
    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: capitalize;
    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: #000;
}

.coupon-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-radius: 4px;
    padding: 15px 17px;
    text-transform: capitalize;
    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: #000;
}

.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: #000;
    text-transform: capitalize;
    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: #000;
    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: #000;
    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: #000;
    color: #000;
}

.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: #000;
    text-transform: capitalize;
    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: capitalize;
    font-weight: 600;
    background: #000;
    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: #000;
    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: #000;
    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: #000;
}

.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: #000;
    padding: 13px 25px;
    border-radius: 22px;
    height: 46px;
}

.newsletter-form form input::placeholder {
    color: #777;
    font-size: 12px;
    font-weight: 500;
}

.newsletter-form form button {
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 15px 26px;
    border-radius: 22px;
    margin-left: 12px;
}

.newsletter-form form button:hover {
    background: #000;
}

.newsletter-area-two {}

.newsletter-area-two .newsletter-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.newsletter-area-two .newsletter-content .title {
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
}

.newsletter-area-two .newsletter-content .title span {
    color: #000;
}

.newsletter-area-two .newsletter-content i {
    color: #000;
    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: 46px;
    background: none;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #b9b9b9;background: none;
}

.newsletter-area-two .newsletter-form input::placeholder {
    color: #fff;
    font-size: 14px;
}

.newsletter-area-two .newsletter-form button {
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    height: 46px;background: none;
    border: 1px solid #fff;

border-left: 0;
}

.newsletter-area-two .newsletter-form button:hover {
    background: #000;
}


.footer-area {
width: 100%;
position: relative;
background: url(../images/footer-5-bg.jpg);
background-size: cover;
background-position: center;
z-index: 1;
}


.footer-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
background: #400b62f5;
  height: 100%;
z-index: -1;
}

.footer-top {/*
    background: linear-gradient( to left, #1f2347, #1d3a6b);
background: linear-gradient( to right, #111, #1a1919);*/
    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: #000;
}

.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;
    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: capitalize;
    margin-bottom: 0;
    position: relative;
    color: #fff;
}

/*
.fw-title .title:after {
    content: "//";
    color: #fff;
    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: #b9b9b9;
    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: #e81cf1;
    padding-left: 5px;
}

.footer-bottom {/*
    background: #1f2347;
background: linear-gradient( to left, #111, #1a1919);
background: #1c1b1b;*/
    padding: 8px 0;
border-top: 1px solid #ffffff0f;
}




.copyright-text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #b9b9b9;
}

.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: #000;
}

#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 #000;
    -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: capitalize;
    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;
}*/


.slider_area.banner-carousel {

}

.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;
bottom: auto;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 300px;

    padding: 15px;

    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
height:100%;


padding: .9375rem;
color: #021523;
background-color: #fff;
border: 1px solid #eef2f6;
-webkit-box-shadow: 0 2px 3px rgba(4,30,66,.07);
box-shadow: 0 2px 3px rgba(4,30,66,.07);
border: 1px solid #dee0ea;


visibility: hidden;
opacity: 0;

max-width: 300px;


}


#cartlist:hover .offcanvas {
visibility: visible;
opacity: 1;
}





@media only screen and (max-width: 479px) {
    .offcanvas {
        width: 300px;
    }
}

.offcanvas .body.customScroll {
    max-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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.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: capitalize;
    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: 46px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
    color: #000;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #000;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #000;
}

.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: 2px;width: 49%;
}

.offcanvas .inner .foot .buttons a:hover {
    background-color: #000;
    color: #fff;
}

.offcanvas .inner .foot .buttons .current-btn {
    background-color: #820d90;
    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: 20px 0 10px;
    border-bottom: 1px solid #eee;
align-items: center;
}

.offcanvas .inner .foot .sub-total strong {
color: #000;
font-size: .875rem;
font-weight: 400;
opacity: .4;
margin: 0;
}

.offcanvas .inner .foot .sub-total .amount {
    color: #000;
    font-weight: normal;
margin-left: auto;
font-size: 1.125rem;
font-weight: 400;
color: #820d90;
}

.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: 46px;
    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);
visibility: visible;
opacity: 1;
}

.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 0;
}

.minicart-product-list li .image img {
width: 100%;
border: 1px solid #ebebeb;
height: 70px;
width: 70px;
}

@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 5px;
}

.minicart-product-list > li > .content .title {
    color: #1d1d1d;display: block;
}

.minicart-product-list > li > .content .title:hover {
    color: #820d90;
}

.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;display: inline-block;
}

.minicart-product-list > li > .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 15px;
    text-align: center;
    display: block;
}

.minicart-product-list > li > .content .remove:hover {
    color: #820d90;
}

@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: 10px;
    left: 10px;
    top: 12px;
    border-top: transparent;
    font-size: 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;
justify-content: space-between;
width: 100%;
    align-items: center;
width: 100%;
}

.add-to-link li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
margin-bottom: 5px;
border-radius: 50%;
overflow: hidden;
}

.add-to-link a {
    display: inline-block;
    color: #aeadad;
    border: none;
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.add-to-link a:hover {
    color: #f00;
}

.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: capitalize;
    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(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*
.flash-sale-item:hover .add-to-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    transform: translateX(-12px);
}
*/
.custom-nav .owl-nav {
position: absolute;
top: 50%;
right: 0;
margin-top: -25px;
display: flex;
justify-content: space-between;
width: 100%;
}

.custom-nav .owl-nav>div {
    position: absolute;
    display: inline-block;
    font-size: 24px;
    color: #820d90;
    cursor: pointer;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms ease;
    width: 50px;
    height: 50px;
    background: #f5e8f7;
    text-align: center;
    line-height: 52px;
right: -55px;
    border-radius: 50%;
}

.custom-nav .owl-nav>div.owl-prev {
right: auto;
left: -55px;
}


.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 {

}

.nay-nav .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.nay-nav .owl-nav>div {
    position: relative;
    display: inline-block;
    font-size: 18px;
    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: 40px;
}

.nay-nav .owl-nav>div:hover {
    color: #000;
}

.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: capitalize;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.menu-area .header-action {
    float: right;
    margin-right: 20px;
}

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

.footer-widget,
.fw-title .title {
    margin-bottom: 20px;
}

.footer-widget p {
    color: #b9b9b9;
    font-family: "poppins";margin-bottom: 8px;
    text-transform: capitalize;
}

.footer-widget .ima img {
width: 130px;
}


.footer-widget .ima {
margin: 0 auto;
display: block;
text-align: center;
}




.shipping_inner {
    padding: 19px 5px;
    overflow: hidden;}

.single_shipping {
display: flex;
justify-content: start;
padding: 25px 20px 20px 15px;
background: #f8f0fd;
border-radius: 12px;
max-height: 100px;
}

.single_shipping:first-child {
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_shipping {
        margin-bottom: 12px;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single_shipping {
        margin-bottom: 12px;
        border: 0;
    }
    .single_shipping:last-child {
        margin-bottom: 0;
    }
}

.shipping_icone {
    margin-right: 14px;width: 50px;

}

.shipping_content h2 {
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 8px;
}

.shipping_content p {
    font-size: 13px;
    line-height: 18px;margin:0;
color: #555;
}

.shipping_area {

}

footer .ft-content {
    padding: 15px 15px 15px 80px;
    position: relative;
    text-align: left;
}

footer .ft-content i {
    background: #000;
    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: #000;
}

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 {

}

.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: #000
}

.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: #000;
    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;

    border-left: 1px solid #ebebeb;*/
}

.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;
    height: 40px;
    width: 100%;
    background:#fbfbfb;
background: #441688;
position: relative;
z-index: 1;
}


.header-top:after {
position: absolute;
left: -18px;
top: 0;
height: 100%;
width: 375px;
background-color: #701aa8;
content: "";
transform: skew(30deg);
z-index: -1;
}



.header-top:before {
position: absolute;
left: -18px;
top: 0;
height: 100%;
width: 390px;
background-color: #701aa882;
content: "";
transform: skew(30deg);
z-index: -1;
}


.header-top a {
    color: #fff
}

.header-top a:hover {
    color: #fff;
}

.welcome-msg {
    text-align: left;
    display: inline-block;
    font-size: 13px;
    color: #000;
    float: left;/*
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;*/
}

.welcome-msg>span,
.welcome-msg>a {
    color: #000;
}

.welcome-msg p {
margin: 0;
line-height: 40px;
color: #fff;
}

.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;
line-height: 41px;
height: 41px;
color: #fff;
padding-right: 15px;
}

.headerlinkmenu div.links div a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.headerlinkmenu div.links div a i {
    margin: 0 6px
}

.headerlinkmenu div.links div a:hover {
    color: #fff;
    text-decoration: none
}

header .ft-content {
    padding: 15px 0 15px 70px;
    position: relative;
    float: right;
}

header .ft-content i {
    background: #000;
    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: #000;
}

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%;

}
.quick-li ul {
    width: 50%;
float:left;
}
.owl-dots.disabled {
    display: none;
}

.single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-size: 100% 100% !important;
    display: grid;
    align-items: center;
position: absolute;
top: 0;
}

.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: 50%;
    display: block;transform: translate(50%);
}

@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: #fff6;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;border-radius: 50%;
}

.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: #fff;
    width: 12px;
    height: 12px;
    left: -3px;
    top: -3px;border-radius: 50%;
}

.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: 65px;
    left: 0;
    line-height: 65px;
    background: #fff;
    text-align: center;
    color: #000;
    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 p, .slider_content h1 {
font-size: 40px;
line-height: 40px;
margin-bottom: 0;
text-transform: capitalize;
color: #fff;
font-weight: 300;
line-height: 1.1;
margin-bottom: 1.25rem;
max-width: 500px;
margin: 0;
}

.slider_content h1 strong {
font-size: 60px;
margin-bottom: 5px;
display: inline-block;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content h1 p, .slider_content h1 {
        font-size: 45px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h1 p, .slider_content h1 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 8px;max-width: 100%;
    }
}

.slider_content h2 {
margin-bottom: 10px;
font-weight: 600;
font-size: 13px;
line-height: 24px;
display: inline-block;
position: relative;
text-transform: capitalize;
color: #ffffff;
margin-bottom: 10px;
letter-spacing: 1px;
margin-bottom: .625rem;
}
/*
.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: 8px;
    }
}

.slider_content a.btn {
    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;
border-radius: 0;
background: none;
color: #fff;
border: 1px solid #fff;
}





@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 p, .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 p, .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 {

}

.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: capitalize;
    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: #a11fb7;
}

.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: #a11fb7;
    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: capitalize;
    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: capitalize;
    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: capitalize;
    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 {
background: #eee0f7;
background: #f0f0f0;
max-width: 100%;
width: 100%;
  /*margin: 0 0 20px;*/
}

.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;
}


.blog-area {
padding: 50px 0;
background: #f7f7f7;
}
        .abt-first {
            padding: 50px 0;
        }

.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 !important;
    padding: 8px;font-weight: normal;
}


.opc-data-table td,
.opc-data-table th {
    border: none;
}

/*
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: 14px;
margin-bottom: 5px;color: #000;
text-transform: capitalize;
}

.wprt-content-box .form-group {
margin-bottom: 14px;}




.form-control { 
    color: #000;
font-size: 13px;
height:45px;
border-radius:0;border: none;
border: 1px solid #dee0ea;
    
}


.wprt-content-box textarea {
height: 100px;
}



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: capitalize;
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;
    border-radius: 2px;
background-color: #000;
font-weight: 500;
flex: 1;
}



.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;
margin-bottom: 30px;
}

.about-one-img-box {
  position: relative;
  display: block;
  z-index: 1;
  padding-left:20px;
}

.about-one-img-box:before {
position: absolute;
top: -20px;
bottom: -20px;
left: 0;
width: 80%;
background: none;
content: "";
z-index: -1;
border: 10px solid #d3b9ce2e;
}

.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: #000;
}



#doSubmit {
    float:right;
    margin: 0;
    margin-top:25px;

}



@media only screen and (max-width: 767px) {

    
    .about-one-img-one img {
        height:auto;
    }
}


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



header .container {
    position: relative;
}

.pad-le ul {
	display: inline-block;
width: 100%;
}


.pad-le li {
width: 50%;
float: left;
}

.pad-le {
margin-left: -50px;
}




.top_bar_menu
{
	display: inline-block;
}


.standard_dropdown li
{
	display: inline-block;
	position: relative;font-size: 14px;
text-transform: capitalize;
	padding-left: 11px;
text-align: left;color: #fff;

}

.standard_dropdown li span i {
margin: 0 5px;
}


.standard_dropdown li li
{
	display: block;
	width: 100%;
}
.standard_dropdown li li a
{
	display: block;
	width: 100%;
	border-bottom: solid 1px #f2f2f2;
	font-size: 15px;line-height: 33px;
}
.standard_dropdown li:last-child a
{
	border-bottom: none;
}
.standard_dropdown li.hassubs > a i
{
	display: inline-block;
	margin-left: 5px;
}
.standard_dropdown li a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.standard_dropdown li a:hover
{
	color: #0e8ce4;
}
.standard_dropdown li a i
{
	display: none;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	font-size: 12px;
}
.standard_dropdown li ul
{
	display: block;
	position: absolute;
	top: 120%;
	left: 0;
	width: auto;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;width: 110px;
}
.standard_dropdown li:hover > ul
{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.standard_dropdown ul ul
{
	left: 100%;
	top: 0 !important;
}



.new-coll {
position: absolute;
top: 0;
left: 0;
bottom: 0;
display: grid;
align-items: center;}



.new-coll .slider_content {
padding: 20px;
}



.new-coll .slider_content h1 p, .slider_content h1 {
  font-size: 32px;

}





select {
font-size: 0.875rem;
height: auto;
background: #fff url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") calc(100% - 5px) 5px no-repeat;
  background-size: auto;
background-size: 18px 15px;
border-color: transparent;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
}




i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before,
.fa, .fas, .far, .fal, .fab { 
line-height: inherit;
}




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

/*------------------------------------ 
    11 - Sidebar 
------------------------------------*/
#sidebar .widget {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64.0625rem) {
  #sidebar .widget {
    margin-bottom: 2.5rem;
  }
}
#sidebar .widget:last-child {
  margin-bottom: 0;
}
#sidebar .widget .widget-title {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #dee0ea;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64.0625rem) {
  #sidebar.shop-sidebar {
    padding-right: 1.875rem;
  }
}
#sidebar.shop-sidebar .widget .widget-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
}

.post-list-widget {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-list-widget .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64.0625rem) {
  .post-list-widget .post {
    margin-bottom: 2.5rem;
  }
}
.post-list-widget .post:last-child {
  margin-bottom: 0;
}
.post-list-widget .post .entry-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  max-width: 5rem;
  height: 5rem;
  margin-right: 1.625rem;
  margin-bottom: 0;
}
.post-list-widget .post .entry-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-list-widget .post .entry-wrapper .entry-meta {
  margin-bottom: 0.325rem;
}
.post-list-widget .post .entry-wrapper .entry-title {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0;
}

.social-media-widget {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-media-widget li + li {
  margin-top: 2px;
}
.social-media-widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  text-decoration: none;
  color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.social-media-widget li a .social-icon {
  width: 1.875rem;
  margin-right: 0.5rem;
}
.social-media-widget li a .social-name {
  font-size: 0.875rem;
}
.social-media-widget li a .social-label {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: auto;
}
.social-media-widget li a.facebook {
  background-color: #3b5998;
}
.social-media-widget li a.forumbee {
  background-color: #86ac2f;
}
.social-media-widget li a.instagram {
  background-color: #fd1d1d;
}
.social-media-widget li a.pinterest {
  background-color: #e60023;
}
.social-media-widget li a.spotify {
  background-color: #1db954;
}
.social-media-widget li a.twitch {
  background-color: #9146ff;
}
.social-media-widget li a.whatsapp {
  background-color: #25d366;
}
.social-media-widget li a.github {
  background-color: #000;
}
.social-media-widget li a.odnoklassniki {
  background-color: #ed812b;
}
.social-media-widget li a.amazon {
  background-color: #ff9900;
}
.social-media-widget li a.dropbox {
  background-color: #007ee5;
}
.social-media-widget li a.snapchat {
  color: #000;
  background-color: #fffc00;
}
.social-media-widget li a.foursquare {
  background-color: #f94877;
}
.social-media-widget li a.lastfm {
  background-color: #d51007;
}
.social-media-widget li a.skype {
  background-color: #00aff0;
}
.social-media-widget li a.stackoverflow {
  background-color: #f48024;
}
.social-media-widget li a.twitter {
  background-color: #1da1f2;
}
.social-media-widget li a.xing {
  color: #000;
  background-color: #cfdc00;
}
.social-media-widget li a.tripadvisor {
  background-color: #00af87;
}
.social-media-widget li a.vimeo {
  background-color: #1ab7ea;
}
.social-media-widget li a.codeopen {
  background-color: #000;
}
.social-media-widget li a.dribbble {
  background-color: #ea4c89;
}
.social-media-widget li a.google {
  background-color: #ea4335;
}
.social-media-widget li a.linkedin {
  background-color: #0077b5;
}
.social-media-widget li a.slack {
  background-color: #3eb991;
}
.social-media-widget li a.stumbleupon {
  background-color: #eb4924;
}
.social-media-widget li a.vine {
  background-color: #00b488;
}
.social-media-widget li a.yelp {
  background-color: #af0606;
}
.social-media-widget li a.pocket {
  background-color: #ef4056;
}
.social-media-widget li a.quora {
  background-color: #a82400;
}
.social-media-widget li a.behance {
  background-color: #1769ff;
}
.social-media-widget li a.delicious {
  background-color: #3399ff;
}
.social-media-widget li a.paypal {
  background-color: #003087;
}
.social-media-widget li a.soundcloud {
  background-color: #ff8800;
}
.social-media-widget li a.tumblr {
  background-color: #35465c;
}
.social-media-widget li a.vkontakte {
  background-color: #45668e;
}
.social-media-widget li a.youtube {
  background-color: #ff0000;
}
.social-media-widget li a.fivepx {
  background-color: #34bf49;
}
.social-media-widget li a.deviantart {
  background-color: #05cc47;
}
.social-media-widget li a.codiepie {
  background-color: #000;
}
.social-media-widget li a.reddit {
  background-color: #ff4500;
}
.social-media-widget li a:hover {
  opacity: 0.8;
}

/* checkbox list */
.widget-checkbox-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-checkbox-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.widget-checkbox-list ul li + li {
  margin-top: 0.5rem;
}
.widget-checkbox-list ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.8125rem;
  color: #000;
  text-decoration: none;
}
.widget-checkbox-list ul li a input[type=checkbox] {
  display: none;
}
.widget-checkbox-list ul li a input[type=checkbox]:checked + label {
  color: #ee403d;
  font-weight: 500;
}
.widget-checkbox-list ul li a input[type=checkbox]:checked + label span {
  color: #fff;
  background-color: #ee403d;
  border-color: #ee403d;
}
.widget-checkbox-list ul li a input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.widget-checkbox-list ul li a label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 0.875rem;
  cursor: pointer;
  margin-bottom: 0;color: #000;
}
.widget-checkbox-list ul li a label span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  max-width: 1rem;
  width: 100%;
  height: 1rem;
  margin-right: 0.9375rem;
  top: -1px;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.widget-checkbox-list ul li a label span::before {
  position: relative;
  content: "✔";
  font-size: 0.75rem;
  line-height: 1;
  left: 0.5px;
  text-shadow: 0px 0px 0px;
  opacity: 0;
}
.widget-checkbox-list ul li a::after {
  display: none;
}

/* price filter */
.price_slider_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.price_slider_wrapper .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 1.875rem;
}
.price_slider_wrapper .price_slider_amount .price_label {
  font-size: 0.875rem;
  color: #75767c;
  margin-right: auto;
}
.price_slider_wrapper .price_slider_amount .price_label span {
  color: #000;
}
.price_slider_wrapper .price_slider_amount button {
  font-size: 0.6875rem;
  text-transform: capitalize;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 2.125rem;
  background-color: #f2f3f5;
  border-color: transparent;
  color: #000;
}

.ui-widget-content {
  position: relative;
  height: 2px;
  background-color: #fafafa;
  margin-bottom: 1.5625rem;
  border-radius: 2px;
}
.ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: #ee403d;
  border-radius: 8px;
  z-index: 1;
}
.ui-widget-content .ui-slider-handle {
  left: 0%;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  background-color: #ee403d;
  border-radius: 100%;
  border: 0;
  height: 14px;
  top: -6px;
  width: 14px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ui-widget-content .ui-slider-handle:last-child {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* filtered sidebar */
@media screen and (max-width: 64.0625rem) {
  .filtered-sidebar {
    position: fixed !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding: 1.25rem 1.25rem 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 10001;
  }
  .filtered-sidebar::before {
    display: none;
  }
}

.sidebar-mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #dee0ea;
}
@media screen and (min-width: 64.0625rem) {
  .sidebar-mobile-header {
    display: none;
  }
}
.sidebar-mobile-header .entry-title {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.sidebar-mobile-header .close-sidebar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  color: #000;
  border: 1px solid #dee0ea;
  border-radius: 50%;
}



/* Color Attribute */
ul.woocommerce-widget-layered-nav-list .type-color span.color-box {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

ul.woocommerce-widget-layered-nav-list .type-color {
    padding-bottom: 6px;
    text-transform: capitalize;
    vertical-align: middle;
}

ul.woocommerce-widget-layered-nav-list .type-color a {
	color: #000;
}

ul.woocommerce-widget-layered-nav-list .type-color span.count {
	float: right;
	font-size: 0.8125rem;
	line-height: 25px;
	color: #9aa5b3;
}

ul.woocommerce-widget-layered-nav-list .type-color span.color-box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.1);
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
    font-family: 'klbtheme';
    content: '\2713';
}

ul.woocommerce-widget-layered-nav-list li.chosen .type-color span.color-box:after,
ul.woocommerce-widget-layered-nav-list li:hover .type-color span.color-box:after{
	opacity: 1;
}



/* Button Attribute */
ul.woocommerce-widget-layered-nav-list .type-button span.button-box {
	width: .875rem;
    height: .875rem;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 2px;
}

ul.woocommerce-widget-layered-nav-list .type-button a {
    padding-left: 26px;
    z-index: 99;
	position: relative;
}

ul.woocommerce-widget-layered-nav-list .type-button {
    text-transform: capitalize;
	position: relative;padding: 2px 0;
}

ul.woocommerce-widget-layered-nav-list .type-button span.button-box:after {
	align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    height: 3px;
    width: 7px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

ul.woocommerce-widget-layered-nav-list li.chosen .type-button span.button-box {
    background-color: #ee403d;
    border-color: #ee403d;
}

ul.woocommerce-widget-layered-nav-list li.chosen .type-button span.button-box:after{
	opacity: 1;
}

ul.woocommerce-widget-layered-nav-list .type-button:hover span.button-box {
    background-color: #fafafa;
}

ul.woocommerce-widget-layered-nav-list .type-button a:before {
    display: none;
}

ul.woocommerce-widget-layered-nav-list .type-button span.count {
    float: right;
	font-size: 0.8125rem;
    line-height: 25px;
	color: #9aa5b3;
}

ul.woocommerce-widget-layered-nav-list li.chosen .type-button a {
    color: #ee403d;
    text-shadow: 0px 0px 0px;
}

ul.woocommerce-widget-layered-nav-list .type-button a {
    margin-bottom: 3px;
}


.wid_categories h4 {
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 12px;
}


.flash-sale-item .fs-content .label {
color: #fff;
background: #ee403d !important;
font-weight: 400;
font-size: 12px;
padding: 6px;float: right;
}




.woocommerce-pagination {
  margin-top: 1.875rem;
}
@media screen and (min-width: 64.0625rem) {
  .woocommerce-pagination {
    margin-top: 2.5rem;
  }
}
.woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-pagination .page-numbers li + li {
  margin-left: 2px;
}
.woocommerce-pagination .page-numbers li > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: currentColor;
  text-decoration: none;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #000;
}
.woocommerce-pagination .page-numbers li > *.prev {
  margin-right: 0.9375rem;
  border-color: transparent;
}
.woocommerce-pagination .page-numbers li > *.next {
  margin-left: 0.9375rem;
  border-color: transparent;
}
.woocommerce-pagination .page-numbers li > *.dots {
  font-size: 1rem;
  border-color: transparent;
  padding-bottom: 5px;
}
.woocommerce-pagination .page-numbers li > *.current {
  background-color: #000;
  color: #fff;
}


/*
#pageContent {
padding: 20px 0 0;
}
*/


.product-big-image.product-images {

}

.large-image {
max-width: 100%;
height: 400px;
margin: 0 auto;
width: 100%;
overflow: hidden;
position: relative;
border-radius: 16px;
display: grid;
align-items: center;
justify-content: center;
background: #fff;margin-bottom: 5px;
}

.large-image img {
max-width: 100%;
max-height: 400px;
margin: 0 auto;
width: auto;
}


.price-box.product-price {
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: start;
flex-wrap: wrap;
gap:15px;
}

.old-price {
display: inline;
line-height: 1;
margin: 0 !important;
text-decoration: line-through;
color: #999;
}



span.product-price.price_display {
  float: none;
  display: block;
  color: #000;}




.cart-empty {
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}


.cart-empty .empty-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
}


.cart-empty .empty-icon svg {
  max-width: 52px;
}


.cart-empty .empty-text {
  font-size: 0.875rem;
  font-weight: 500;
}



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



ul.ks-cboxtags {
    list-style: none;
    padding: 10px 0;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
font-size: 0;
width: 35px;
height: 35px;
border-radius:50%;
}

ul.ks-cboxtags li label {
    padding: 9px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 13px;
    padding: 0 6px 2px 2px;
    content: "\f00c";
    transition: transform .3s ease-in-out;
opacity:0;
}

ul.ks-cboxtags li input[type="radio"]:checked + label::before {
opacity:1;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="radio"]:checked + label {

    transition: all .2s;
}

ul.ks-cboxtags li input[type="radio"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/*
ul.ks-cboxtags li input[type="radio"]:focus + label {
  border: 2px solid #e9a1ff;
}*/


ul.ks-cboxtags li.white-color label {
color:#000;
}
/***************/



ul.ks-zie	 {
    list-style: none;
    padding: 10px 0;
}
ul.ks-zie li{
  display: inline;
}
ul.ks-zie li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(139, 139, 139, .3);
    color: #000;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;width: 60px;
height: 40px;
text-align: center;
}

ul.ks-zie li label {
    padding: 8px 12px;
    cursor: pointer;
}
/*
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}*/

ul.ks-zie li input[type="radio"]:checked + label {
    border: 1px solid #ee403d;
    background-color: #ee403d;
    color: #fff;
    transition: all .2s;
}

ul.ks-zie li input[type="radio"] {
  display: absolute;
}
ul.ks-zie li input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/*
ul.ks-zie li input[type="radio"]:focus + label {
  border: 2px solid #e9a1ff;
}
*/



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





  .aliceblue-color label { background-color:#f0f8ff;}
  .antiquewhite-color label { background-color:#faebd7;}
  .aqua-color label { background-color:#00ffff;}
  .aquamarine-color label { background-color:#7fffd4;}
  .azure-color label { background-color:#f0ffff;}
  .beige-color label { background-color:#f5f5dc;}
  .bisque-color label { background-color:#ffe4c4;}
  .black-color label { background-color:#000000;}
  .blanchedalmond-color label { background-color:#ffebcd;}
  .blue-color label { background-color:#0000ff;}
  .blueviolet-color label { background-color:#8a2be2;}
  .brown-color label { background-color:#a52a2a;}
  .burlywood-color label { background-color:#deb887;}
  .cadetblue-color label { background-color:#5f9ea0;}
  .chartreuse-color label { background-color:#7fff00;}
  .chocolate-color label { background-color:#d2691e;}
  .coral-color label { background-color:#ff7f50;}
  .cornflowerblue-color label { background-color:#6495ed;}
  .cornsilk-color label { background-color:#fff8dc;}
  .crimson-color label { background-color:#dc143c;}
  .cyan-color label { background-color:#00ffff;}
  .darkblue-color label { background-color:#003080;}
  .darkcyan-color label { background-color:#008b8b;}
  .darkgoldenrod-color label { background-color:#b8860b;}
  .darkgray-color label { background-color:#a9a9a9;}
  .darkgreen-color label { background-color:#006400;}
  .darkgrey-color label { background-color:#a9a9a9;}
  .darkkhaki-color label { background-color:#bdb76b;}
  .darkmagenta-color label { background-color:#8b008b;}
  .darkolivegreen-color label { background-color:#556b2f;}
  .darkorange-color label { background-color:#ff8c00;}
  .darkorchid-color label { background-color:#9932cc;}
  .darkred-color label { background-color:#8b0000;}
  .darksalmon-color label { background-color:#e9967a;}
  .darkseagreen-color label { background-color:#8fbc8f;}
  .darkslateblue-color label { background-color:#483d8b;}
  .darkslategray-color label { background-color:#2f4f4f;}
  .darkslategrey-color label { background-color:#2f4f4f;}
  .darkturquoise-color label { background-color:#00ced1;}
  .darkviolet-color label { background-color:#9400d3;}
  .deeppink-color label { background-color:#ff1493;}
  .deepskyblue-color label { background-color:#00bfff;}
  .dimgray-color label { background-color:#696969;}
  .dimgrey-color label { background-color:#696969;}
  .dodgerblue-color label { background-color:#1e90ff;}
  .firebrick-color label { background-color:#b22222;}
  .floralwhite-color label { background-color:#fffaf0;}
  .forestgreen-color label { background-color:#228b22;}
  .fuchsia-color label { background-color:#ff00ff;}
  .gainsboro-color label { background-color:#dcdcdc;}
  .ghostwhite-color label { background-color:#f8f8ff;}
  .gold-color label { background-color:#ffd700;}
  .goldenrod-color label { background-color:#daa520;}
  .gray-color label { background-color:#808080;}
  .green-color label { background-color:#016243;}
  .greenyellow-color label { background-color:#adff2f;}
  .grey-color label { background-color:#808080;}
  .honeydew-color label { background-color:#f0fff0;}
  .hotpink-color label { background-color:#ff69b4;}
  .indianred-color label { background-color:#9f1435;}
  .indigo-color label { background-color:#4b0082;}
  .ivory-color label { background-color:#fffff0;}
  .khaki-color label { background-color:#f0e68c;}
  .lavender-color label { background-color:#e6e6fa;}
  .lavenderblush-color label { background-color:#fff0f5;}
  .lawngreen-color label { background-color:#7cfc00;}
  .lemonchiffon-color label { background-color:#fffacd;}
  .lightblue-color label { background-color:#add8e6;}
  .lightcoral-color label { background-color:#f08080;}
  .lightcyan-color label { background-color:#e0ffff;}
  .lightgoldenrodyellow-color label { background-color:#fafad2;}
  .lightgray-color label { background-color:#d3d3d3;}
  .lightgreen-color label { background-color:#90ee90;}
  .lightgrey-color label { background-color:#d3d3d3;}
  .lightpink-color label { background-color:#ffb6c1;}
  .lightsalmon-color label { background-color:#ffa07a;}
  .lightseagreen-color label { background-color:#20b2aa;}
  .lightskyblue-color label { background-color:#87cefa;}
  .lightslategray-color label { background-color:#778899;}
  .lightslategrey-color label { background-color:#778899;}
  .lightsteelblue-color label { background-color:#b0c4de;}
  .lightyellow-color label { background-color:#ffffe0;}
  .lime-color label { background-color:#00ff00;}
  .limegreen-color label { background-color:#32cd32;}
  .linen-color label { background-color:#faf0e6;}
  .magenta-color label { background-color:#ff00ff;}
  .maroon-color label { background-color:#800000;}
  .mediumaquamarine-color label { background-color:#66cdaa;}
  .mediumblue-color label { background-color:#0000cd;}
  .mediumorchid-color label { background-color:#ba55d3;}
  .mediumpurple-color label { background-color:#9370db;}
  .mediumseagreen-color label { background-color:#3cb371;}
  .mediumslateblue-color label { background-color:#7b68ee;}
  .mediumspringgreen-color label { background-color:#00fa9a;}
  .mediumturquoise-color label { background-color:#48d1cc;}
  .mediumvioletred-color label { background-color:#c71585;}
  .midnightblue-color label { background-color:#191970;}
  .mintcream-color label { background-color:#f5fffa;}
  .mistyrose-color label { background-color:#ffe4e1;}
  .moccasin-color label { background-color:#ffe4b5;}
  .navajowhite-color label { background-color:#ffdead;}
  .navy-color label { background-color:#000080;}
  .oldlace-color label { background-color:#fdf5e6;}
  .olive-color label { background-color:#808000;}
  .olivedrab-color label { background-color:#6b8e23;}
  .orange-color label { background-color:#e1955b;}
  .orangered-color label { background-color:#ff4500;}
  .orchid-color label { background-color:#da70d6;}
  .palegoldenrod-color label { background-color:#eee8aa;}
  .palegreen-color label { background-color:#98fb98;}
  .paleturquoise-color label { background-color:#afeeee;}
  .palevioletred-color label { background-color:#db7093;}
  .papayawhip-color label { background-color:#ffefd5;}
  .peachpuff-color label { background-color:#ffdab9;}
  .peru-color label { background-color:#cd853f;}
  .pink-color label { background-color:#e2939a;}
  .plum-color label { background-color:#dda0dd;}
  .powderblue-color label { background-color:#b0e0e6;}
  .purple-color label { background-color:#800080;}
  .rebeccapurple-color label { background-color:#663399;}
  .red-color label { background-color:#ff0000;}

.applered-color label {
background-color:#cd5c5c;

}


.bioblue-color label {
background-color:#00008b;
}



  .rosybrown-color label { background-color:#bc8f8f;}
  .royalblue-color label { background-color:#4169e1;}
  .saddlebrown-color label { background-color:#8b4513;}
  .salmon-color label { background-color:#fa8072;}
  .sandybrown-color label { background-color:#f4a460;}
  .seagreen-color label { background-color:#2e8b57;}
  .seashell-color label { background-color:#fff5ee;}
  .sienna-color label { background-color:#a0522d;}
  .silver-color label { background-color:#c0c0c0;}
  .skyblue-color label { background-color:#87ceeb;}
  .slateblue-color label { background-color:#6a5acd;}
  .slategray-color label { background-color:#708090;}
  .slategrey-color label { background-color:#708090;}
  .snow-color label { background-color:#fffafa;}
  .springgreen-color label { background-color:#00ff7f;}
  .steelblue-color label { background-color:#4682b4;}
  .tan-color label { background-color:#d2b48c;}
  .teal-color label { background-color:#008080;}
  .thistle-color label { background-color:#d8bfd8;}
  .tomato-color label { background-color:#ff6347;}
  .transparent-color label { background-color:#00000000;}
  .turquoise-color label { background-color:#40e0d0;}
  .violet-color label { background-color:#ee82ee;}
  .wheat-color label { background-color:#f5deb3;}
  .white-color label { background-color:#f3f3f3;}
  .whitesmoke-color label { background-color:#f5f5f5;}
  .yellow-color label { background-color:#ffff00;}
  .yellowgreen-color label { background-color:#9acd32;}






.gallery__trigger {
  position: absolute;
  left: 13px;
  bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 50px;
  height: 50px;
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 5px rgb(0 0 0 / 8%);
  color: rgba(0,0,0,.7);
  font-size: 18px;
  text-decoration: none;
justify-content: center;

}


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

.size-box-holder {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.size-box-holder .size-box-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.size-box-holder .size-box-inner {
  position: relative;
  max-width: 48rem;
  width: 100%;
  background-color: #fff;
  border-radius: 1px;
  padding: 1.25rem;
  z-index: 1;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
}
@media screen and (min-width: 48rem) {
  .size-box-holder .size-box-inner {
    padding: 1.875rem 2.5rem;
  }
}
.size-box-holder .size-box-header {
  text-align: center;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.size-box-holder .size-box-header .product_title {
  opacity: 0.4;
}
.size-box-holder .size-box-close {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  top: -0.75rem;
  right: -0.75rem;
  background-color: #fff;
  border: 1px solid #dee0ea;
  border-radius: 50%;
  cursor: pointer;
}
.size-box-holder .size-description {
  text-align: center;
  margin-top: 1.875rem;
}
.size-box-holder .size-description p {
  font-size: 0.875rem;
  opacity: 0.5;
  margin-bottom: 5px;
}
.size-box-holder table {
  font-size: 0.9375rem;
}
.size-box-holder table th {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.size-box-holder .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  margin-bottom: 1.25rem;
}
.size-box-holder .nav-tabs .nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  border-color: transparent;
  color: currentColor;
  opacity: 0.3;
  -webkit-transition: opacity 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.size-box-holder .nav-tabs .nav-link:hover {
  opacity: 0.6;
}
.size-box-holder .nav-tabs .nav-link.active {
  opacity: 1;
  border-color: #dee0ea;
}
.size-box-holder.active {
  opacity: 1;
  visibility: visible;
}
.size-box-holder.active .size-box-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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



.product-share-holder {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.product-share-holder.active {
  opacity: 1;
  visibility: visible;
}
.product-share-holder .product-share-inner {
  position: relative;
  max-width: 26.25rem;
  width: 100%;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 64.0625rem) {
  .product-share-holder .product-share-inner {
    padding: 1.875rem;
  }
}
.product-share-holder .product-share-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.product-share-holder .product-share-inner > ul li + li {
  margin-left: 5px;
}
.product-share-holder .product-share-inner > ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.product-share-holder .product-share-inner > ul li a.facebook {
  color: #fff;
  background-color: #3b5998;
}
.product-share-holder .product-share-inner > ul li a.twitter {
  color: #fff;
  background-color: #000;font-weight: bold;
}
.product-share-holder .product-share-inner > ul li a.pinterest {
  color: #fff;
  background-color: #e60023;
}
.product-share-holder .product-share-inner > ul li a.linkedin {
  color: #fff;
  background-color: #0077b5;
}
	


.product-share-holder .product-share-inner > ul li a.instagram {
  color: #fff;
  background-color: #E1306C;
}



.product-share-holder .product-share-inner > ul li a.whatsapp {
  color: #fff;
  background-color: #25D366;
}



.product-share-holder .product-share-inner > ul li a.google {
  color: #fff;
  background-color: #ea4335;
}
.product-share-holder .product-share-inner > ul li a:hover {
  opacity: 0.8;
}
.product-share-holder .copy-link p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.product-share-holder .copy-link p .copied {
  color: #ee403d;
  -webkit-transition: all 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
}
.product-share-holder .copy-link p .copied.active {
  opacity: 1;
}
.product-share-holder .copy-link .link-value {
  position: relative;
  display: block;
  max-width: 100%;
  height: 42px;
  font-size: 15px;
  padding: 0.625rem 0.9375rem 0.5rem;
  background-color: #e9eaee;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
}
.product-share-holder .copy-link input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-share-holder .copy-link span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.4;
  margin-top: 5px;
}
.product-share-holder .share-close {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  width: 2.125rem;
  height: 2.125rem;
  top: -0.75rem;
  right: -0.75rem;
  background-color: #fff;
  border: 1px solid #dee0ea;
  border-radius: 50%;
  cursor: pointer;
}



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




.product-extra-buttons {


}

.product-extra-buttons > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: currentColor;
  text-decoration: none;
}
.product-extra-buttons > * i {
  position: relative;
  font-size: 1.0625rem;
  margin-right: 3px;
  top: -1px;
}
.product-extra-buttons > * + * {
  margin-left: 0.625rem;
}


.owl-nav.disabled {
display: none;
}



#pageContent {
padding-bottom:30px;
}


.product-details-area {
padding:30px 0;
margin:30px 0;
}



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


ol.commentlist {
    list-style: none;
    padding: 0;
}


.bypostauthor {
  color: #000;
}

.comment_container {
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.avatar {
  margin-top: 0;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.avatar {
  margin-top: 0;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}


.star-rating {overflow-wrap: initial;
  margin-bottom: 5px;
position: relative;
font-size: 12px;
width: 68px;
overflow: hidden;
color: #f9c300;
}

.form-grp.checkbox-grp{
  margin-bottom: 15px;
}


p.meta {
  margin-bottom: 5px;
}


strong.woocommerce-review__author {
  font-weight: 500;
  color: #000;
  text-decoration: none;
}


time.woocommerce-review__published-date {
  font-size: .75rem;
  color: #71778e;
  text-decoration: none;
}






.previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.previews-list li {
    margin-right: 15px;
    padding: 0;
    float: none;
    display: inline-block;
}

.flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1;
}

.flexslider-thumb-vertical .flex-viewport {
    height: 300px !important;
}

.flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none;
}

.flexslider-thumb-vertical .slides li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flexslider-thumb-vertical .slides li img {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    -moz-user-select: none;
}

.flexslider-thumb {
    max-width: 100%;
    padding: 10px 0px;
    position: relative;
    direction: ltr;
}

@media (max-width: 479px) {
    .flexslider-thumb {
        padding: 22px 32px;
        border-bottom: 1px #e5e5e5 solid;
    }
}

@media (max-width: 767px) {

    .flexslider-thumb {
        padding: 22px 18px;
        border-bottom: 1px #e5e5e5 solid;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexslider-thumb {
        padding: 22px 35px;
        border-bottom: 1px #e5e5e5 solid;
    }
}

.product-view-area-compact .flexslider-thumb {
    margin: 17px auto 0;
}

.flexslider-thumb .flex-viewport {
    z-index: 10;
}

.flexslider-thumb .flex-direction-nav {
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.flexslider-thumb .flex-prev {
    position: absolute;
    left: -33px;
    top: 8px;
    border: 1px #e5e5e5 solid;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 28px;

    text-align: center;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

@media (max-width: 768px) {
    .flexslider-thumb .flex-prev {
        left: 0;
    }
}

.flexslider-thumb .flex-direction-nav a:hover {
    background-color: #ee403d;
    color: #fff;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.flexslider-thumb .flex-next {
    position: absolute;
    right: -33px;
    top: 8px;
    border: 1px #e5e5e5 solid;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 28px;

    text-align: center;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

@media (max-width: 480px) {
    .flexslider-thumb .flex-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .flexslider-thumb .flex-next {
        right: 0px;
    }
}

.flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none;
height: 100px;
width: 100px;
}

.previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.previews-list li {
    margin-right: 10px;
    padding: 0;
    float: none;
    display: inline-block;
}

.flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1;
}

.flexslider-thumb-vertical .flex-viewport {
    height: 300px !important;
}

.flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none;
}

.flexslider-thumb-vertical .slides li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flexslider-thumb-vertical .slides li img {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    -moz-user-select: none;
}



.syer-code {
float: left;
}

.syer-done {
display: flex;
float: right;
margin: 15px 0;
gap: 6px;
}


.der-final {
    margin-top: 20px;
}


.checkout-agreements {
margin: 10px 0 20px;
}


.checkout-agreements p {
color: #000;font-size: 13px;
text-transform: capitalize;
}



h4.heading-title {
  color: #EE403D;
  font-size: 18px;
  line-height: 1.2em;
}



h1.heading-title {
color: #000;
font-size: 26px;
margin-bottom: 25px;
display: block;
text-align: center;}


.contact-form {
margin-top:30px;
}



.sty-top {
position: relative;
z-index: 2;
margin-top: -140px;
max-width: 93%;
}

.sty-top:before {
content: "";
position: absolute;
top: -3.75rem;
bottom: -2.5rem;
left: -2.75rem;
right: -3.75rem;
background-color: #fff;
z-index: -1;
}


.contact-form .arabiccaptchaa {
font-size: 37px;
color: #000;
margin-left: 5px;
position: relative;
}



.pr-img-td img {
max-width: 80px !important;
}


.prev-list {
display: flex;
gap: 5px;
padding: 5px 0;
}

.prev-list img {
width: 100px;
height: 100px;
}




.dip-app {
justify-content: center;
  display: flex;
  gap: 10px;
}


.dip-app .ima {
width: 150px;
filter: grayscale(100);
opacity: 0.2;
}


.pq-ile {
text-align: center;
font-size: 18px;
color: #9f9f9f;
}




#intro {
  width: 100%;
  background: url(../images/intro-bg.jpg) top center;
  background-size: cover;
  position: relative;
height: calc(100vh - 86px);
overflow: hidden;
}


#intro video {
    z-index: -1;
    display: block;
    width: 100%;
}











/***

==================================================================
	News Section Two
==================================================================

***/

.news-section-two{
	position:relative;
padding: 30px 0px 0;
background: #f6f6f6;
}

.news-section-two .button-box{
	position:relative;
	margin-top:20px;
}

.news-section-two.style-two{
	padding-bottom:100px;
}

.news-block-two{
	position:relative;
overflow: hidden;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .image{
	position:relative;
	overflow:hidden;padding: 0;
float: none;
}

.news-block-two .image a {
display: block;
}

.news-block-two .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease-in-out;
height: 280px;
}


.news-block-two:hover .image img{ 
    transform: scale(1.02);
}


.big-clo .news-block-two .image img {
height: 569px;
}



.news-block-two .tag{
	position:absolute;
	right:15px;
	top:15px;
	z-index:1;
	font-weight:400;
	padding:3px 15px;
	font-size:14px;
	color:rgb(0,0,0);
text-transform: capitalize;
	background-color:rgb(255,255,255);
}

.news-block-two .lower-content{
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
background: linear-gradient( to bottom , #e81cf100 , #000000d9);
display: flex;
align-items: start;
padding: 20px;
flex-direction: column;
justify-content: end;
text-align: left;
transition: all ease-in-out 0.3s;
}

/*
.news-block-two .lower-content:hover {
background: linear-gradient( to bottom , #e81cf100 , #400a654f);
}*/

.news-block-two h5{
	font-weight:500;
	margin-bottom:5px;
font-size: 19px;
}

.news-block-two h5 a{
color: #fff;
}

.news-block-two h5 a:hover{
	color:#e81cf1;
	border-color:#e81cf1;
}

.news-block-two .info{
	position:relative;
	font-weight:500;
	font-size:15px;
color: #fff;
	margin-top:20px;

}

.news-block-two .info span{
	position:relative;
	color:#e81cf1;
}

.news-block-two .info i{
	position:relative;
	font-style:normal;
	color:rgb(136,134,134);
}

.news-block-two .read-more{
	position:relative;
	font-weight:400;
	display:inline-block;
	font-size:14px;
color: #fff;
	padding-right:20px;
}

.news-block-two .read-more:before{
	position: absolute;
    content: "\f105";
    right: 0px;
	top:1px;
	font-weight:300;
    font-family: "Font Awesome 5 Pro";
}

.news-block-two .read-more:hover{
	color:#e81cf1;
}


.main-categoty {
padding: 40px 0 0 0;
}





/* ============================================================== 
    # Product Speciality
=================================================================== */

.product-speciality-arae {
padding: 80px 0;
position: relative;
z-index: 1;
background-attachment: fixed;
}

.product-speciality-arae:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;z-index: -1;
	height: 100%;
	width: 100%;
width: 100%;
background: linear-gradient(to right , #000 , #0003);}


.product-badge {
	position: relative;
	left: 0;
	background: #acce46;
	text-align: center;
	padding: 25px;
	display: inline-block;
	top: -35px;
	margin-bottom: 0;
}

.product-speciality-info {
	position: relative;
	z-index: 1;
}

.product-badge h1 {
	margin: 0;
	font-size: 50px;
}

.product-badge h1 strong {
	display: block;
	font-size: 28px;
	
	text-transform: uppercase;
}

.product-badge::after {
	position: absolute;
	right: -29px;
	top: 0;
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 35px solid #acce46;
	opacity: 0.6;
}

.product-speciality-info h2 {
	font-size: 50px;
	font-weight: 300;
	text-transform: capitalize;	color: #fff;
	margin-bottom: 20px;
}

.product-speciality-info h2 span {
	display: block;
	color: #e81cf1;

	}





    #successMessage {
/*
background-color: #0003;
color: white;
padding: 10px;
border-radius: 5px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: opacity 0.5s ease-in-out;
z-index: 11111111111111111;
width: 100%;
height: 100%;
display: grid;
align-items: center;
justify-content: center;*/

color: white;
padding: 10px;
border-radius: 5px;
position: fixed;
top: 40px;
left: 40px;
transition: opacity 0.5s ease-in-out;
z-index: 11111111111111111;

}

.hidden-mod {
  opacity: 0;
visibility: hidden;
}






.modal-confirm {		
color: #636363;
width: 390px;
font-size: 14px;
max-width: 94%;
position: relative;
background: #fff;
padding: 20px;
border-radius: 16px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
text-align: center;
font-size: 26px;
margin: 0 auto 5px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -75px;
width: 75px;
height: 75px;
	border-radius: 50%;
	z-index: 9;
	background: #82ce34;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
font-size: 43px;
position: relative;
top: 4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #82ce34;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}









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







.brand-section{
	position:relative;
background: #441688;
background: linear-gradient( to right ,#e2cfee ,#e2cfee);
	
}

.brand-section .animation_mode{
	position:relative;
	min-height:115px;
	/* width:400%;
	-webkit-animation: marquee 32s linear infinite;
	animation: marquee 32s linear infinite; */
}

.brand-section .outer-container{
	position:relative;
	padding:15px 0px 15px;
	border-top:1px dotted rgba(0,0,0, 0.15);
	border-bottom:1px dotted rgba(0,0,0, 0.15);
    overflow: hidden;

}

.brand-section .marque-box{
	position:relative;
	z-index:1;
	padding:100px 0px;
	
	-webkit-animation: marquee 32s linear infinite;
    animation: marquee 32s linear infinite;
}

.brand-section .marque-box div{
	position:relative;
}

.brand-section h1{
position: relative;
padding: 10px 30px;
line-height: 1em;
top: 30px;
font-weight: 400;
display: inline-block;
font-size: 43px;
color: #a11fb7;

}

.brand-section span{
position: relative;
font-style: normal;
color: #130d55;

}

.brand-section strong{
	font-weight:400;
	color: #3da7f7;
}

.brand-section img{
	margin:0px 40px 0px;
}











.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: #fff;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    background: #a11fb7
}

.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: #a11fb7;
    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: .45
    }

    40% {
        opacity: .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: .8s
}

@keyframes amo-button-wave2 {
    0% {
        transform: scale(1, 1);
        opacity: .45
    }

    40% {
        opacity: .45
    }

    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.whats-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    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 .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s 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: #fff;
    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 .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s 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: #22232a
}

.messenger-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    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 .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s 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
}









/* Top Left*/

.top-right {
    position: relative;
    float: right;
}

.top-right .info {
    position: relative;
    float: right;
}

.top-right .info li {

    position: relative;
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    padding: 0px 0px;
    margin-right: 39px;
}

.top-right .info li:before {
    content: '';
    position: absolute;
    top: 2px;
    right: -20px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

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

.top-right .info li a {
    position: relative;
    display: inline-block;
    color: #111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-right .info li a .icon {
    position: relative;
    padding-left: 5px;
}

.top-right .info .search-btn {
    position: relative;
}

.top-right .info .search-toggler {
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
    line-height: 24px;
    color: #111;
    font-size: 14px;
    cursor: pointer;
}

.top-right .top-left {
    float: left;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
    border-right: 1px solid #ebebeb;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
    border-left: 1px solid #ebebeb;
    line-height: 40px;
}

.header-top .top-left .select-box a i {
    position: absolute;
    left: 5px;
}

.header-top .top-left .select-box a {
    color: #111;
    display: block;
    padding: 0 25px 0 10px;
    position: relative;
}

.top-right .social-links {
    position: relative;
    margin: 0;padding-right: 0;float: left;
padding-left: 0;
}

.top-right .social-links li {
    position: relative;
    float: right;
    color: #111;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.top-right .social-links li a > div {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;
}

.top-right .social-links li:hover a > div {
    top: -40px;
}

.main-ico {
    border-right: 1px solid #fff3;
}

.top-right .social-links li:last-child .main-ico {
    border-left: 1px solid #fff3;
}

.hover-ico span {
    display: block;
    line-height: 40px;
    color: #fff;
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #111
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .instagram {
    background: #db1d52
}


.hover-ico .tiktok {
    background: #000
}


.top-right .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}












/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: absolute;
  top: 0;
  left: 0;
right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
top: -150%;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
top:126px;
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.75;
  cursor: pointer;
}

body.locked .page-wrapper {
  filter: blur(6px);
}

.search-popup__content {
width: 100%;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #f6f6f6;
  font-size: 16px;
  border: none;
  outline: none;
  height: 72px;
  padding-left: 30px;
}




.search-popup__content form input[type=text]::-moz-placeholder {
color: #4f4f4f;
    font-size: 16px;
    opacity: 1;
}

.search-popup__content form input[type=text]::placeholder {
color: #4f4f4f;
    font-size: 16px;
    opacity: 1;
}


.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: #be0a16;
  border: 0;
opacity: 0;
}


.search-toggler.ger-tog:before {
  content: "\f00d";
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}






  .block-breadcrumbs ul li {
            display: inline;
            list-style: none;
            height: 45px;
            line-height: 44px;
            float: left;
            background: transparent;
            border: 0 none;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            vertical-align: top;
            font-size: 14px;
            color: #414141;
            overflow: hidden;
        }
        
        
        .block-breadcrumbs ul li:before {
color: #000;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
content: "\f054";
font-size: 9px;
display: inline-block;
padding: 0 10px;}


.block-breadcrumbs ul li:last-child:before {
    display:none;
}


        .block-breadcrumbs ul li a {
            float: left;
        }

        .block-breadcrumbs ul li span {
            float: left; display:none;
        }
/*
        .block-breadcrumbs ul li span {
            position: relative;
            float: left;
            width: 30px;
            text-indent: -9999em;
            height: 100%;
            background: url("images/bg-breadcrumbs.png") no-repeat 0 0;
            padding: 12px 5px;
        }*/


        @media (max-width: 767px) {
.block-breadcrumbs ul li {
    font-size:12px;
}

            .block-breadcrumbs ul li span {
                display: none;
            }

            .block-breadcrumbs ul li:nth-child(even) {
                border-right: 0;
            }

        }





.text-red {
color: #f00;
}


.cart-img img {
height: 20px; 
}










/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  z-index: 1;
}




.conte-dere,
.contact-one__inne {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 20px;margin-bottom: 25px;
}

.contact-one__list {
  position: relative;
}


.contact-one__single {
position: relative;
display: flex;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
align-items: center;
gap: 15px;
}





.contact-one__single:last-child {
padding-bottom: 0;
border-bottom: 0;
}


/*
.contact-one__single:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -3px;
  left: -81px;
  width: 1px;
  background-color: #eee9db;
}

.contact-one__single:last-child:before {
  display: none;
}*/

.contact-one__icon {
  display: flex;
  align-items: center;
  justify-content: center;
min-height: 55px;
min-width: 55px;
  background-color: #be0a16;
background: #F5F5F5;
  border-radius: 10%;
  transition: all 500ms ease;
}


/*
.contact-one__single:nth-child(2) .contact-one__icon {
  background-color: #3b8c81;
}

.contact-one__single:nth-child(3) .contact-one__icon {
  background-color: #643b8c;
}


.contact-one__single:nth-child(4) .contact-one__icon {
  background-color: #be0a16;
}


.contact-one__single:nth-child(5) .contact-one__icon {
  background-color: #d0d534;
}
*/



.contact-one__single:hover .contact-one__icon {
  background-color: #441688;
}

.contact-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #441688;
  transition: all 500ms ease;
}

.contact-one__single:hover .contact-one__icon span {
  color: #ffffff;
}

/*
.contact-one__single:last-child .contact-one__icon span {
  font-size: 35px;
}*/

.contact-one__content {
  position: relative;
  display: block;
}

.contact-one__sub-title {
  font-size: 14px;
  margin: 0;
  line-height: 25px;
}

.contact-one__number {
  font-size: 14px;
  line-height: 25px;text-transform: capitalize;
}

.contact-one__number a {
  color: #000;
  transition: all 500ms ease;
}

.contact-one__number a:hover {
  color: #be0a16;
}



.contact-form__input-box {
margin-bottom:20px;
}


.section-padding {
padding: 30px 0;
}




.donr-ord .fa-check {
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px;
text-align: center;
background: #3ce357;
color: #fff;
margin: 0 auto 15px;
display: block;
}




.donr-ord {
text-align: center;
font-size: 16px;
margin: 40px auto 0;
max-width: 600px;
border-radius: 18px;
background: #f8f0fd;
padding: 30px;}





@media (max-width: 767px) {

.header-action > ul .header-shop .cart-count {
top: -4px;
left: -8px;
}



.brand-section h1 {
font-size: 40px;top: 14px;
}

.brand-section .animation_mode {
  min-height: 80px;}

.search-popup.active {
top: 80px;
}


.top-right {
display: none;
}



.large-image { 
height:350px;
}


.large-image img { 

max-height: 350px;
}


.single_shipping {
  justify-content: start;
  padding: 12px;

}




.shipping_icone {
  margin-left: 8px;
  width: 40px;
}

.shipping_content h2 {
  font-size: 15px;}

.shipping_content p {
  font-size: 12px;}


.last-dtr {
  display: block;}


.product-extra-buttons {
  margin-top: 15px;
  display: block;
}

.pad-le {
margin-left: 0;
}



.it-core { 
margin-bottom: 15px;
}


.last-iti.row .it-com:nth-child(even) {
padding-left: 8px;

}

.last-iti.row .it-com:nth-child(odd) {
padding-right: 8px;

}


.slider_content h1 strong {
font-size: 22px;
}


.mobile-menu .navigation li > a > i {
display: none;
}


}





.DZ-theme-btn {
background-color: #fff;
border-radius: 40px;
bottom: 30px;
color: #fff;
display: table;
height: 50px;
left: 30px;
min-width: 50px;
position: fixed;
text-align: center;
z-index: 99999;
background: linear-gradient(to bottom,#a3d179 0,#88ba46 100%);
display: flex;
align-items: center;
justify-content: center;direction: ltr;
}


.DZ-theme-btn:hover {
  color: #fff;
  padding: 0 20px;
}


.DZ-theme-btn i {
  fill: #fff;
  font-size: 22px;
}

.DZ-theme-btn span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 50px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  text-transform: uppercase;
}

.DZ-theme-btn:hover span{
opacity:1;
letter-spacing:1px;
padding-left:10px}



.shop-sidebar {
padding: 20px;
position: relative;
transition: .3s ease-in-out;
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 1px 1px 12px #00000008;
margin-bottom: 25px;
}






#sync2 .item {
height: 75px;
background: #fff;
display: grid;
align-items: center;
justify-content: center;
max-width: 90%;
border-radius: 6px;overflow: hidden;
}




.header-action .offcanvas-toggle > a {
display: flex;
align-items: center;
gap: 2px;margin-top: 4px;
}

.header-action .offcanvas-toggle p {
margin: 0;
line-height: 20px;
text-align: left;
}

.header-action .offcanvas-toggle p span {
display: block;
color: #757474;
}


.sweeet-alert .alert i {
margin-right: 8px;
}






.flash-sale-item .shop-details-quantity {
justify-content: center;
gap: 10px;
margin-top: 5px;
}


.flash-sale-item .fs-content .cart-plus-minus {
  max-width: 48px;
  margin: 0;
  position: absolute;
  right: 10px;
}


.flash-sale-item .fs-content .cart-plus-minus input {
border-radius: 25px;
-moz-appearance: textfield;
width: 48px;
height: 48px;
}

.flash-sale-item .fs-content .cart-plus-minus input::-webkit-inner-spin-button,
.flash-sale-item .fs-content .cart-plus-minus input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  -moz-appearance: textfield;


}
