@charset "UTF-8";



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


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




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

}



body.fancybox-active {
    overflow: hidden
}

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

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

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

}

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

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

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

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

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

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

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 50px;
    min-width: 44px;
    line-height: 50px;
    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: 50px;
    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 {
 
    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: #224d96;
    text-decoration: none;
}

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

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

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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

li {
    list-style: none
}

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

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

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

*::-moz-selection {
    background: #224d96;
    color: #fff;
    text-shadow: none;
}

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

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

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

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

.theme-overlay {
    position: relative
}

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

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

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

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

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

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

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

.btn:hover {
    background: #224d96;
    color: #fff;
}

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

.btn-three {
    background: #224d96;
}

.btn-three:hover {
    background: #224d96;
}

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

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

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

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

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

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

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

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

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

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

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

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

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



.cu-select {
    position: relative;
}

.cu-select: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;
line-height: 50px;
}



.header-search-wrap form button {
border: none;
background: #fa921b;
color: #fff;
font-size: 18px;
padding: 8px 21px;
width: 75px;
height: 50px;
border-radius: 60px;
position: absolute;
right: 0;
}

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

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

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

.header-action ul li a {
    font-size: 12px;
    display: block;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo img {
width: 220px;
}

.header-category {
    position: relative;
}

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

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

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

.header-category .category-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 3px;
    z-index: 2;
    display: none;
    border: 1px solid #eee;
    height: 460px;

box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);

border-radius: 0 15px;
}

.main-main-body .header-category .category-menu {
    display: block;
}



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

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

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

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

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

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

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

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

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

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

.category-menu .megamenu li ul li a {
color: #666
}


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

.more_slide_open .megamenu,
.category-menu .megamenu {
    position: absolute;
    left: 100%;
    top: -1px;
    background: #f9f9f9;
    width: 280px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 2;
min-width:240px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 460px;
width: auto;
max-width: 500px;
}

.category-menu .megamenu li {
    padding: 0 15px;
background: #f9f9f9;
width: 100%;
}

.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: 9px 0 8px 5px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #000;font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-wrap ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #2f2f2f;
    padding: 20px 15px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-wrap > ul > li > a:after {
    content: "|";
    position: absolute;
    right: 0;
    font-size: 13px;
    font-weight: 300;
    color: #999;
    transition: .3s ease-in;
}

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

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

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

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

.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-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .submenu li a {
    padding: 0 15px;
    line-height: 40px;
    font-weight: 500;
    color: #000000;
    -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: #224d96;
    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 right, #1f2347, #204b95);
    background: linear-gradient( to right, #1f2347, #204b95);

background: #f3f3f3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    color: #fff;
    display: none;
height: 45px;
line-height: 45px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-content .title span {
    color: #224d96;
}

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

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

.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: #224d96;
    width: 24px;
    opacity: .73;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-area .slider-content .discount {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #224d96;
    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: #224d96;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-area-three .breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #224d96;
}

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

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

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

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

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

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

.section-title .title span {
    color: #224d96;
}

.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: #224d96;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    margin-left: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    line-height: 1;
}

.super-deals-countdown .time-count.sec {
    background: #224d96;
}

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

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

.product-thumb {
    text-align: center;
    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: #224d96;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    line-height: 1;
    margin-left: 10px;
}

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

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

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

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

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

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

.add-banner {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.join-olle-wrap .join-btn .btn:hover {
    background: #224d96;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.slider-add-banner .add-banner-content span {
    color: #224d96;
    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: #224d96;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vendor-content .ranking ul li {
    font-size: 14px;
    color: #224d96;
    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: #224d96;
    padding-right: 25px;
    transition: all .3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.features-item {
    position: relative;
}

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

.features-thumb img {
    transform: scale(1);
    transition: .5s ease-out;
    height: 250px;
    width: 100%;
}

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

.features-content {
    position: absolute;
    left: 45px;
    top: 55px;
    width: 50%;
}

.features-content span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #224d96;
    display: block;
    margin-bottom: 5px;
}

.features-content .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.features-content p {
    font-size: 13px;
    font-weight: 500;
    color: #515050;
    margin-bottom: 20px;
}

.features-content .btn {
    text-transform: uppercase;
    padding: 12px 17px;
    border-radius: 19px;
}

.features-content.white-content .title {
    color: #fff;
}

.features-content.white-content p {
    color: #fff;
}

.features-style-two .features-content span {
    color: #224d96;
}

.features-area-three .row .col-45 {
    width: 46.26%;
    flex: 0 0 46.26%;
}

.features-area-three .row .col-55 {
    width: 53.64%;
    flex: 0 0 53.64%;
}

.features-area-three .features-thumb {
    border-radius: 6px;
    position: relative;
}

/*
.features-area-three .features-thumb:before {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1.5px solid #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    z-index: 2;
}

.features-area-three .features-thumb:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
*/
.features-area-three .features-content {
    left: 50px;
    top: 55px;
    width: 50%;
}

.features-area-three .features-content .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.features-area-three .features-content .small-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 34px;
}

.features-area-three .features-content .price {
    font-size: 28px;
    margin-bottom: 3px;
}

.features-area-three .features-content ul {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.features-area-three .features-content ul li {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 11px;
    padding-right: 11px;
    position: relative;
}

.features-area-three .features-content ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #a08b00;
}

.features-area-three .features-content ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.features-area-three .features-content ul li:last-child::before {
    display: none;
}

.features-area-three .features-content.white-text ul li,
.features-area-three .features-content.white-text .small-title,
.features-area-three .features-content.white-text .title {
    color: #fff;
}

.features-area-three .features-content.white-text .price {
    color: #f9d904;
}

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

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

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


.release-product-area .product-thumb {
    background: #fff;
    padding: 5px;
}





.release-product-area .product-thumb img {
    transform: scale(1) rotate(0);
    transition: .2s ease-in-out;width: 100%;
}

.release-product-area .product-item:hover .product-thumb img {
    transform: scale(1.02) rotate(-3deg);
}



.release-product-area .product-item {
position: relative;
}

.release-product-area .product-item .product-content {
bottom: 0;
text-align: center;
border-radius: 15px 15px 0 0;
border-radius: 0 15px 0 15px;
}


.release-product-area .product-item .product-content h4 {
margin: 0;
display: inline-block;
}


.releas {
    padding: 15px 0 15px;
}

.arrivals-product-area {
    background: #f7f7f7;
    padding: 15px 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: #224d96;
}

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

}

.flash-sale-product>.title span {
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
font-size: 22px;
display: block;
padding-left: 10px;
}
/*
.flash-sale-product>.title span:before {
position: absolute;
content: "";
width: 22px;
height: 22px;
border: 1px solid #fe951c;
left: 0;
top: 1px;
border-radius: 50%;
top: 5px;
}*/

.flash-sale-product>.title span:after {
position: absolute;
content: "";
width: 3px;
height: 28px;
background: #fe951c;
left: 0;
border-radius: 10px;
top: -1px;
}


/*
.flash-sale-product.appliance-product>.title {
    background: #224d96;
}

.flash-sale-product.appliance-product>.title::before {
    background: #224d96;
}
*/
.flash-sale-item {
    position: relative;
    transition: .3s ease-in-out;
    background: #fff;border-radius: 10px;border: 1px solid #eee;
}
/*
.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;
}*/


.pro-sector .sector-thumb {
height: 280px;
display: grid;
align-items: center;
width: 100%;
justify-content: center;
overflow: hidden;
}

.pro-sector .sector-thumb img {
max-height: 280px;
width: auto;
max-width: 100%;
}


.pro-sector {
border-radius: 16px;
background: #fff;
box-shadow: 1px 1px 15px #00000014;
margin-bottom: 20px;
overflow: hidden;
}


.pro-sector .title {
font-size: 16px;
margin: 0;
display: inline-block;
padding: 15px 8px;
width: 100%;
background: linear-gradient(to top , #f0f0f0 , #f9f9f9);}


.flash-sale-item .fs-thumb {
    position: relative;
    text-align: center;/*
    height: 260px;
    display: grid;*/
    align-items: center;
    width: 100%;
}

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

.flash-sale-item .fs-thumb img {
    padding: 0;
    height: 240px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

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

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

.flash-sale-item .fs-content {
    padding: 12px 15px;
}

.flash-sale-item .fs-content .tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #707070;
    margin-bottom: 4px;
    display: block;
}

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

.flash-sale-item .fs-content .title {
    font-size: 15px;
    margin-bottom: 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: capitalize;
}

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

.flash-sale-item .fs-content .rating i {
    font-size: 10px;
    color: #f9ad1c;
}
/*
.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: #224d96;
}

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

.shop-product-item .shop-content .content-bottom .price,
.flash-sale-item .fs-content .content-bottom .price {
    font-size: 15px;
    margin-bottom: 0;
}



.shop-product-item .shop-content .content-bottom p,
.flash-sale-item .fs-content .content-bottom p {
    font-size: 13px;
    margin-bottom: 0;
}

.arrivals-product-area .product-menu-nav button::before {
    display: none;
}

.arrivals-product-area .product-menu-nav button {
    color: #707070;
    font-weight: 500;
    background: transparent;
    padding: 9px 20px;
    margin: 0;
    border-radius: 3px;
}

.arrivals-product-area .product-menu-nav button.active {
    background: #224d96;
}

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

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

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

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

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

.arrivals-add .content .progress {
    margin-bottom: 35px;
}

.arrivals-product-area .row .col-55 {
    flex: 0 0 55%;
    width: 55%;
}

.product-item-four {
    background: #fff;
    padding: 15px;
}

.product-item-four .product-thumb img {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.product-content .tag {
    text-transform: uppercase;
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

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

.product-item-four .product-content .title {
    font-size: 14px;
    color: #135ad3;
    margin-bottom: 13px;
}

.product-item-four .product-content .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-item-four .content-bottom .price {
    font-size: 16px;
    margin-bottom: 0;
}

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

.arrivals-product-area-two .slider-add-banner .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #f1f0e7;
}

.arrivals-product-area-two .slider-add-banner .slick-dots li.slick-active button {
    background: #fff;
}

.arrivals-product-area-two .arrivals-product-wrap {
    background: #efefed;
    padding: 65px 30px 40px;
}

.arrivals-product-area-two .arrivals-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrivals-product-top .title {
    font-size: 20px;
    margin-bottom: 0;
}

.arrivals-product-top a {
    font-size: 14px;
}

.arrivals-product-area-two .ap-item-box {
    background: #fff;
    padding: 30px 25px 40px 30px;
    border-radius: 6px;
}

.arrivals-product-area-two .arrivals-product-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.arrivals-product-area-two .arrivals-product-item .thumb {
    min-width: 76px;
    flex: 0 0 76px;
    margin-right: 10px;
    text-align: center;
}

.arrivals-product-area-two .arrivals-product-item .content .rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.arrivals-product-area-two .arrivals-product-item .content .rating i {
    font-size: 11px;
    color: #f9d904;
}

.arrivals-product-area-two .arrivals-product-item .content .rating i:last-child {
    color: #848181;
}

.arrivals-product-area-two .arrivals-product-item .content .title {
    font-size: 14px;
    color: #224d96;
    margin-bottom: 8px;
}

.arrivals-product-area-two .arrivals-product-item .content .price {
    font-size: 16px;
    color: #224d96;
    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: #224d96;
    width: 35px;
}

.countdown-wrap {
    background-image: url(../images/bg/countdown_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 65px 160px 70px;
    border-radius: 4px;
}

.countdown-wrap>span {
    color: #135ad3;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

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

.countdown-wrap .title span {
    display: block;
    font-size: 30px;
    font-weight: 500;
}

.countdown-wrap .coming-time {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.countdown-wrap .coming-time .time-count {
    min-width: 57px;
    min-height: 61px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    margin-right: 8px;
}

.countdown-wrap .coming-time .time-count:last-child {
    margin-right: 0;
}

.countdown-wrap .coming-time .time-count span {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    display: block;
}

.countdown-wrap .coming-time .time-count strong {
    font-size: 13px;
    color: #727272;
    line-height: 1;
    text-transform: uppercase;
}

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

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 120px;
    border: 4px double #eee;
}

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

.brand-item:hover {
    border: 4px double #d6e4fe;
}

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

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

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

.blog-item {

}

.blog-item .blog-thumb {
    overflow: hidden;
}

.blog-item .blog-thumb img {
    transform: scale(1);
    transition: .5s ease-in-out;height: 320px;
width: 100%;
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.05);
}

.blog-content {
    background: #f7f7f7;
    padding: 20px;
    position: relative;
}

.blog-content .comment {
    position: absolute;
    left: 30px;
    top: -40px;
}

.blog-content .comment a {
    display: flex;
    width: 78px;
    height: 78px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 21px 0px rgba(69, 68, 68, 0.09);
    border-radius: 50%;
    flex-direction: column;
}

.blog-content .comment a i {
    font-size: 20px;
    color: #1a1a1a;
}

.blog-content .comment span {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.blog-content .tag {
    font-size: 13px;
    font-weight: 500;
    color: #224d96;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}


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

.blog-content .title {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-meta ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-meta ul li {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}

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

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

.winter-collection-wrap {
    text-align: center;
}

.winter-collection-wrap img {
    margin-bottom: 20px;
}

.winter-collection-wrap span {
    display: block;
    font-size: 24px;
    margin-bottom: 3px;
    color: #000000;
}

.winter-collection-wrap .title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.winter-collection-wrap .coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.winter-collection-wrap .coming-time .time-count {
    min-width: 57px;
    min-height: 61px;
    background: #efefed;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    padding: 10px 10px;
    margin: 0 3px;
}

.winter-collection-wrap .coming-time .time-count>span {
    font-size: 24px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}

.winter-collection-wrap .coming-time .time-count>strong {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    line-height: 1;
}

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

.wc-item-wrap {
    margin-left: 35px;
    position: relative;
}

.winter-collection-area .wc-nav {
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
}

.wc-nav .slick-arrow {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #c1bfbf;
    border: 1.5px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.wc-nav .slick-arrow:hover {
    background: #ebebeb;
}

.wc-active [class*="col-"] {
    padding: 0 15px;
}

.widget {
    border-top: 1px solid #eae6e6;
    padding-top: 20px;
}

.widget-title {
    position: relative;
}

.widget-title::before {
    content: "\f107";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #5b5b5b;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.widget-title .title {
    font-size: 18px;
    margin-bottom: 0;
}

.shop-cat-list ul li {
    margin-bottom: 10px;
}

.shop-cat-list ul li:last-child {
    margin-bottom: 0;
}

.shop-cat-list ul li a {
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 13px;
    transition: .3s linear;
}

.shop-brand-list ul li a i,
.shop-cat-list ul li a span {
    margin-left: auto;
    width: 26px;
    height: 21px;
    background: #f7f7f6;
    border-radius: 3px;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    color: #a8a8a8;
    transition: .3s linear;
}

.shop-cat-list ul li a:hover {
    color: #ff5400;
}

.shop-cat-list ul li a:hover span {
    background: #ff5400;
    color: #fff;
}

.sidebar-product-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar-product-list ul li:last-child {
    margin-bottom: 0;
}

.sidebar-product-list ul li .thumb {
    width: 113px;
    flex: 0 0 113px;
    margin-right: 15px;
}

.sidebar-product-list ul li .thumb img {
    border-radius: 10px;
}

.sidebar-product-list ul li .content .title {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 5px;
}

.sidebar-product-list ul li .content .rating {
    display: flex;
    align-items: center;
}

.sidebar-product-list ul li .content .rating i {
    font-size: 10px;
    color: #224d96;
    margin-bottom: 10px;
}

.sidebar-product-list ul li .content .price {
    font-size: 14px;
    margin-bottom: 0;
}

.sidebar-product-list ul li .content .price del {
    color: #707070;
    margin-right: 10px;
}

.widget-title.price-title::before {
    display: none;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 5px;
    margin-bottom: 20px;
    margin-left: auto;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: none;
    box-shadow: none;
}

.price_filter .ui-slider-range {
    background: #224d96 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 #224d96;
}

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

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

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

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

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

.shop-brand-list ul li {
    margin-bottom: 10px;
}

.shop-brand-list ul li:last-child {
    margin-bottom: 0;
}

.shop-brand-list ul li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #707070;
    position: relative;
    padding-left: 22px;
}

.shop-brand-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    transition: .3s linear;
}

.shop-brand-list ul li a:hover::before {
    border-color: #224d96;
}

.shop-brand-list ul li a i {
    font-size: 11px;
}

.shop-top-wrap {
    background: #f7f7f6;
    border: 1px solid #f0f0f0;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.shop-top-wrap .shop-top-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vp-product-top-wrap .vp-product-top-right form,
.shop-top-wrap .shop-top-right form {
    display: flex;
    align-items: center;
}

.vp-product-top-wrap .vp-product-top-right form label,
.shop-top-wrap .shop-top-right form label {
    min-width: 50px;
    text-transform: capitalize;
    font-size: 13px;
    color: #58595b;
    cursor: default;
}

.vp-product-top-wrap .vp-product-top-right form .form-select,
.shop-top-wrap .shop-top-right form .form-select {
    padding: 0px 20px 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: #131416;
    vertical-align: middle;
    background: url("../images/icon/select_down_arrow.png") no-repeat scroll 97.5% center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 120px;
    border: none;
}

.vp-product-top-wrap .vp-product-top-right ul,
.shop-top-wrap .shop-top-right ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.vp-product-top-wrap .vp-product-top-right ul li,
.shop-top-wrap .shop-top-right ul li {
    font-size: 14px;
    color: #131416;
    font-weight: 600;
    margin-right: 10px;
}

.vp-product-top-wrap .vp-product-top-right ul li:last-child,
.shop-top-wrap .shop-top-right ul li:last-child {
    margin-right: 0;
}

.vp-product-top-wrap .vp-product-top-right ul li a,
.shop-top-wrap .shop-top-right ul li a {
    font-size: 16px;
    color: #b4b2b2;
}

.vp-product-top-wrap .vp-product-top-right ul li.active a,
.shop-top-wrap .shop-top-right ul li.active a {
    color: #224d96;
}

.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: #224d96;
    line-height: 1;
    padding: 4px 9px;
}

.shop-product-item .shop-content .tag {
    margin-bottom: 3px;
}

.shop-product-item .shop-content .tag li {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.shop-product-item .shop-content .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.shop-product-item .shop-content .rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.shop-product-item .shop-content .rating i {
    font-size: 10px;
    color: #224d96;
}

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

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

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

.shop-details-content>.title {
    font-size: 18px;}

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

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

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

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

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

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

.shop-details-price {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.shop-details-price>.title {
    font-size: 24px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 0;
}

.shop-details-price .stock-status {
    color: #224d96;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 10px;
}


.shop-details-content {
    background: #fff;
border-radius: 8px;padding: 20px;
box-shadow: 1px 2px 9px #7575750f;
}

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

.shop-details-color {
    margin-bottom: 32px;
}

.shop-details-quantity>span,
.shop-details-color>span {
    color: #0a303a;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.shop-details-color ul {
    display: flex;
    align-items: center;
}

.shop-details-color ul li {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    background: #224d96;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.shop-details-color ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
}

.shop-details-color ul li.active::before {
    opacity: 1;
}

.shop-details-color ul li.black {
    background: #282828;
}

.shop-details-color ul li.green {
    background: #8dd244;
}

.shop-details-color ul li.blue {
    background: #50b1f9;
}



.shop-details-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

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

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

.cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 13px;
    color: #282828;
    font-weight: 600;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;z-index:2;
}

.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}

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

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

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

.shop-details-bottom ul li>span {
    margin-right: 7px;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
}

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

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

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

.shop-details-bottom ul li.sd-share>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 4px;
}

.shop-details-bottom ul li.sd-share>a:hover {
    background: #224d96;
    border-color: #224d96;
    color: #fff;
}

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

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

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

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

.recommended-item .content ul li {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.recommended {
    position: unset;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 210px;
    max-height: 730px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    color: #eaeae9;
    width: 1px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 20px;
}

.mCSB_scrollTools {
    position: absolute;
    background: #eaeae9;
    width: 1px;
    height: auto;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #a3a3a3;
    width: 1px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}

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

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

.product-desc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeae8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product-desc-top .nav-tabs {
    border-bottom: none;
}

.product-desc-nav .nav-tabs .nav-item.show .nav-link,
.product-desc-nav .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    font-weight: 600;
}

.product-desc-nav .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin-right: 40px;
    position: relative;
}

.product-desc-nav .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #878787;
    width: 100%;
    height: 1px;
    opacity: 0;
}

.product-desc-nav .nav-tabs .nav-link.active::before {
    opacity: 1;
}

.product-desc-nav .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.product-report a {
    font-size: 14px;
    font-weight: 500;
}

.product-desc-content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7d7c7c;
}

.product-quick-details .title {
    font-size: 16px;
    margin-bottom: 15px;
}

.product-quick-details .product-details-list-wrap {
    border-top: 1px solid #eaeae8;
    border-bottom: 1px solid #eaeae8;
    padding: 30px 0 40px;
}

.product-details-list ul li {
    font-size: 14px;
    color: #7d7c7c;
    margin-bottom: 10px;
}

.product-details-list ul li:last-child {
    margin-bottom: 0;
}

.product-desc-wrap .product-feature .title {
    font-size: 16px;
    margin-bottom: 0;
}

.product-desc-wrap .product-feature-list li {
    color: #3f3f3f;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.product-desc-wrap .product-feature-list li:last-child {
    margin-bottom: 0;
}

.product-desc-wrap .product-feature-list li::before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #7d7c7c;
    font-size: 14px;
}

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

.vendor-profile a {
    font-size: 14px;
    font-weight: 600;
}

.vendor-profile a i {
    margin-left: 5px;
}

.popular-product-area .row.popular-product-active {
    margin: 0 -10px;
}

.popular-product-active [class*="col-"] {
    padding: 0 10px;
}

.product-desc-review {
    border: 1px solid #eaeae8;
    padding: 25px 30px;
}

.product-desc-review .review-title .title {
    font-size: 16px;
    margin-bottom: 0;
}

.product-desc-review .left-rc {
    display: inline-block;
}

.product-desc-review .left-rc p {
    margin-bottom: 0;
    font-size: 14px;
}

.product-desc-review .right-rc {
    float: right;
    display: block;
}

.product-desc-review .right-rc a {
    color: #224d96;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-inner-wrap {
    padding: 0 90px;
}

.blog-inner-wrap .row .col-8 {
    flex: 0 0 auto;
    width: 71.666667%;
}

.inner-blog-thumb {
    margin-bottom: 35px;
}

.inner-blog-thumb img {
    border-radius: 4px;
}

.inner-blog-content .tag {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #224d96;
    display: inline-block;
    line-height: 1;
    padding: 6px 22px;
    margin-bottom: 14px;
}

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

.inner-blog-content .title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1f2023;
}

.inner-blog-content .blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.inner-blog-content .blog-meta li {
    font-size: 14px;
    text-transform: uppercase;
    color: #9e9d9d;
    letter-spacing: 1px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.inner-blog-content .blog-meta li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: #cfcdcd;
}

.inner-blog-content .blog-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.inner-blog-content .blog-meta li:last-child::before {
    display: none;
}

.inner-blog-content .blog-meta li a {
    color: #7d7c7c;
}

.blog-content-bottom ul li a:hover,
.inner-blog-content .blog-meta li a:hover {
    color: #224d96;
}

.inner-blog-content p {
    font-size: 14px;
    color: #7d7c7c;
    line-height: 24px;
    margin-bottom: 40px;
}

.inner-blog-content .blog-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.blog-content-bottom ul li {
    color: #7d7c7c;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

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

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

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

.blog-content-bottom .social {
    display: flex;
    align-items: center;
}

.blog-content-bottom .social li {
    margin-right: 20px;
}

.blog-content-bottom .social li:last-child {
    margin-right: 0;
}

.blog-content-bottom .social li a {
    color: #1f2023;
    font-size: 13px;
    line-height: 1;
}

.blog-inner-wrap .row .col-4 {
    flex: 0 0 auto;
    width: 28.333333%;
}

.blog-sidebar {
    margin-left: 15px;
}

.blog-sidebar .widget {
    border-top: none;
    padding-top: 0;
}

.blog-sidebar .sidebar-about-us img {
    border-radius: 50%;
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-bottom: 25px;
}

.blog-widget-title .title {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #1f2023;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
}

.blog-widget-title .title::after,
.blog-widget-title .title::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 106px;
    height: 1px;
    background: linear-gradient(90deg, rgba(185, 185, 185, 0) 0%, rgba(185, 185, 185, 1) 100%);
}

.blog-widget-title .title::after {
    left: auto;
    right: -120px;
    background: linear-gradient(257deg, rgba(185, 185, 185, 0) 0%, rgba(185, 185, 185, 1) 100%);
}

.blog-widget-title .title .right-border,
.blog-widget-title .title .left-border {
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background: #ff5400;
}

.blog-widget-title .title .right-border {
    left: auto;
    right: -34px;
}

.sidebar-about-us p {
    margin-bottom: 15px;
    color: #7d7c7c;
    font-size: 14px;
    line-height: 24px;
}

.sidebar-about-us .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-about-us .social li {
    margin: 0 10px;
}

.sidebar-about-us .social li a {
    color: #1f2023;
    font-size: 13px;
}

.sidebar-about-us .social li a:hover {
    color: #224d96;
}

.sidebar-instagram {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -6px -12px -6px;
}

.sidebar-instagram li {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 6px 10px 6px;
}

.rc-post-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rc-post-list ul li:last-child {
    margin-bottom: 0;
}

.rc-post-list ul li .thumb {
    width: 113px;
    flex: 0 0 113px;
    margin-right: 15px;
}

.rc-post-list ul li .content .title {
    font-size: 14px;
    color: #323232;
    margin-bottom: 8px;
}

.rc-post-list ul li .content span {
    font-size: 13px;
    text-transform: uppercase;
    color: #9e9d9d;
    display: block;
}

.rc-post-list ul li .content span i {
    font-size: 12px;
    color: #878686;
    margin-right: 10px;
}

.blog-cat-list ul li {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #d4d4d4;
}

.blog-cat-list ul li:last-child {
    margin-bottom: 0;
}

.blog-cat-list ul li a {
    color: #878686;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.blog-cat-list ul li a span {
    margin-left: auto;
}

.blog-cat-list ul li a:hover {
    color: #ff5400;
}

.sidebar-tag-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -3.5px;
    margin-right: -3.5px;
    margin-top: 7px;
}

.sidebar-tag-list ul li {
    padding-left: 3.5px;
    padding-right: 3.5px;
    padding-top: 7px;
}

.sidebar-tag-list ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #878686;
    text-transform: uppercase;
    background: #f7f7f6;
    padding: 12px 21px;
    display: block;
    transition: all .3s ease-in;
}

.sidebar-tag-list ul li a:hover {
    background: #ff5400;
    color: #fff;
}

.blog-details-area .inner-blog-content p {
    margin-bottom: 20px;
}

.blog-details-area .inner-blog-content .small-title {
    font-size: 22px;
    margin-bottom: 14px;
}

.blog-details-area .inner-blog-content blockquote {
    position: relative;
    margin: 10px 0 30px;
}

.blog-details-area .inner-blog-content blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 40px;
    top: 0;
    font-size: 62px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    color: #e0e0e0;
    line-height: 1;
}

.blog-details-area .inner-blog-content blockquote p {
    color: #1f2023;
    font-size: 20px;
    font-weight: 600;
    padding-left: 120px;
    margin-bottom: 0;
    line-height: 1.4;
}

.blog-details-area .inner-blog-content .row {
    margin: 0 -10px;
}

.blog-details-area .inner-blog-content .row [class*="col-"] {
    padding: 0 10px;
}

.blog-details-img {
    margin-bottom: 30px;
}

.blog-details-img img {
    border-radius: 4px;
}

.blog-details-tag-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 60px;
}

.blog-details-tag-list ul {
    display: flex;
    align-items: center;
}

.blog-details-tag-list ul li.title {
    font-size: 14px;
    color: #1f2023;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
}

.blog-details-tag-list ul li {
    margin-right: 5px;
}

.blog-details-tag-list ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7c7c;
}

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

.blog-details-comment ul {
    display: flex;
    align-items: center;
}

.blog-details-comment ul li {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}

.blog-details-comment ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.blog-details-comment ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #c8c4c4;
}

.blog-details-comment ul li:last-child::before {
    display: none;
}

.blog-details-comment ul li a {
    color: #7d7c7c;
    font-size: 13px;
    transition: all .3s ease-in-out;
}

.blog-details-comment ul li a i {
    color: #1f2023;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.blog-details-comment ul li a:hover i,
.blog-details-comment ul li a:hover {
    color: #ff5400;
}

.avatar-post {
    display: flex;
    align-items: center;
    background: #efefed;
    padding: 30px 35px 30px 25px;
    border-radius: 4px;
    margin-bottom: 80px;
}

.avatar-post-img {
    width: 138px;
    flex: 0 0 138px;
    margin-right: 30px;
}

.avatar-post-img img {
    border-radius: 50%;
}

.avatar-post-content .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.avatar-post-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #7d7c7c;
}

.avatar-post-content .social {
    display: flex;
    align-items: center;
}

.avatar-post-content .social li {
    margin-right: 15px;
}

.avatar-post-content .social li:last-child {
    margin-right: 0;
}

.avatar-post-content .social li a {
    font-size: 13px;
    color: #1f2023;
}

.avatar-post-content .social li a:hover {
    color: #ff5400;
}

.blog-comment-box .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.blog-comment-box .title::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(257deg, rgba(185, 185, 185, 0) 0%, rgba(185, 185, 185, 1) 100%);
    width: 106px;
    height: 1px;
}

.blog-comment-box .title::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff5400;
    width: 20px;
    height: 3px;
}

.blog-comment-box p {
    margin-bottom: 20px;
    font-size: 14px;
}

.blog-comment-box form textarea,
.blog-comment-box form input {
    width: 100%;
    border: none;
    background: #efefed;
    font-size: 14px;
    font-weight: 500;
    color: #7d7c7c;
    padding: 20px;
    height: 58px;
    margin-bottom: 20px;
}

.blog-comment-box form textarea::placeholder,
.blog-comment-box form input::placeholder {
    font-weight: 500;
    color: #7d7c7c;
}

.blog-comment-box form textarea {
    min-height: 157px;
    max-height: 157px;
}

.blog-comment-box form button {
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #224d96;
    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: #224d96;
    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: #224d96;
    border-color: #224d96;
    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: #224d96;
}

.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: #224d96;
    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: #224d96;
    border-radius: 3px;
    line-height: 1;
    padding: 5px 9px;
}

.product-overlay-action {
    position: absolute;
    right: 0;
    top: 0;
}

.product-overlay-action .wishlist a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f0;
    border-radius: 50%;
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 15px;
}

.product-overlay-action ul li.color-option {
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateX(20px);
    opacity: 0;
    transition: .3s linear;
}

.product-overlay-action .color-option span {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.product-overlay-action .color-option>span::before {
    content: "";
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1.5px solid #e1e1e1;
    border-radius: 50%;
    z-index: -1;
}

.product-overlay-action .color-option>span.orange {
    background: #ff5400;
}

.product-overlay-action .color-option>span.cyan {
    background: #8bcdf5;
}

.product-overlay-action .color-option>span.gray {
    background: #b29b81;
}

.vp-product-item:hover .product-overlay-action ul li.color-option {
    opacity: 1;
    transform: translateX(0);
}

.vp-product-content .sold-by {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.vp-product-content .title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f2023;
}

.vp-product-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vp-product-content ul li.price {
    font-size: 16px;
    color: #224d96;
    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: #224d96;
}

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

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

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

.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: #224d96;
    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: #224d96;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
}

.product-upload-wrap form button:hover {
    background: #232323;
}

.vendor-profile-wrap .avatar-post {
    margin-bottom: 45px;
}

.coupon-breadcrumb.breadcrumb-area-four.breadcrumb-bg {
    padding: 80px 0 100px;
}

.coupon-breadcrumb .breadcrumb-content .title {
    margin-bottom: 0px;
}

.coupon-breadcrumb .breadcrumb-content p {
    font-size: 14px;
    font-weight: 500;
    color: #edecec;
    margin-bottom: 20px;
}

.breadcrumb-content form {
    display: flex;
    align-items: center;
    width: 695px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.breadcrumb-content form .custom-select {
    border: none;
    padding: 11px 40px 11px 15px;
    color: #282b30;
    font-size: 13px;
    outline: none;
    appearance: none;
    background: url(../images/icon/d_arrow.png) no-repeat scroll 97.5% center;
    background-repeat: no-repeat;
    width: 180px;
    height: 57px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
}



.breadcrumb-content form input {
    border: none;
    background: #fff;
    flex-grow: 1;
    font-size: 13px;
    color: #282b30;
    padding: 15px 20px;
    height: 57px;
    border: none;
    border-left: 1px solid #c4c4c4;
    border-radius: 0 4px 4px 0;
}

.breadcrumb-content form button {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-weight: 600;
    background: #224d96;
    line-height: 1;
    padding: 20px 35px;
    border-radius: 4px;
    min-height: 57px;
    margin-left: 10px;
}

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

.coupon-product-item-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.coupon-product-item-wrap::before {
    content: "";
    background-image: url(../images/images/gift_img.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}

.coupon-product-item {
    display: flex;
}

.coupon-product-thumb {
    width: 203px;
    flex: 0 0 203px;
    margin-right: 25px;
}

.coupon-product-thumb img {
    border-radius: 10px;
}

.coupon-product-content .content-top {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.coupon-product-content .content-top .rating {
    display: flex;
    align-items: center;
}

.coupon-product-content .content-top .rating i {
    font-size: 14px;
    color: #fff;
}

.coupon-product-content .content-top span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}

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

.coupon-product-content p {
    font-size: 13px;
    margin-bottom: 8px;
    color: #707070;
    width: 90%;
}

.coupon-product-content .price {
    font-size: 16px;
    margin-bottom: 0;
    color: #224d96;
}

.coupon-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-radius: 4px;
    padding: 15px 17px;
    text-transform: uppercase;
    background: #efefed;
    display: flex;
    overflow: hidden;
    max-width: 161px;
    margin-left: auto;
}

.coupon-btn::after {
    content: "";
    position: absolute;
    background-image: url(../images/images/coupon_box.png);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    transition: .3s linear;
}

.coupon-btn:hover::after {
    left: -30px;
}

.coupon-btn .hcode {
    margin-left: 20px;
    color: #727272;
}

.coupon-btn .get-code {
    z-index: 5;
    position: relative;
}

.coupon-btn:hover {
    color: #fff;
}

.coupon-code p {
    margin-bottom: 0;
    font-size: 11px;
    color: #707070;
}

.coupon-product-item-wrap.style-two::before {
    background-image: url(../images/images/gift_img02.png);
}

.coupon-product-item-wrap.style-two .coupon-btn::after {
    background-image: url(../images/images/coupon_box02.png);
}

.coupon-product-item-wrap.style-two .coupon-product-content .content-top .rating i {
    color: #224d96;
}

.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: #224d96;
    text-transform: uppercase;
    line-height: 1;
    width: 80%;
    margin: 0 auto 33px;
    text-align: center;
}

.promotion-top .img-one {
    margin-bottom: 35px;
    width: 100%;
}

.promotion-top .title-two {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 13px;
}

.promotion-top p {
    font-weight: 300;
    color: #232323;
    margin-bottom: 20px;
}

.promotion-top .info-two {
    margin-bottom: 42px;
}

.promotion-top .title-three {
    font-size: 40px;
    font-weight: 400;
    color: #232323;
    margin-bottom: 8px;
    width: 70%;
    line-height: 1;
}

.promotion-top .info-three {
    color: #9b9999;
    font-style: italic;
    margin-bottom: 50px;
}

.introduce-product ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #faf1e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.introduce-product ul li .icon {
    width: 69px;
    flex: 0 0 69px;
    margin-right: 15px;
}

.introduce-product ul li .content p {
    margin-bottom: 0;
}

.introduce-product ul li .content p span {
    font-weight: 500;
}

.promotion-bottom {
    background: #fff;
    padding: 65px 40px;
    box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.02);
    border-top: 7px solid #eff2e4;
}

.promotion-bottom .view-watch span {
    display: inline-block;
    color: #232323;
    font-size: 38px;
    font-weight: 500;
    background: #ffda16;
    border-radius: 20px;
    padding: 9px 54px;
    margin-bottom: 43px;
}

.view-watch-wrap {
    position: relative;
}

.promotion-bottom .color-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: -16%;
    top: 32%;
    transform: rotate(90deg);
}

.promotion-bottom .color-wrap span {
    font-size: 14px;
    color: #0a303a;
    font-weight: 600;
    margin-right: 12px;
    transform: rotate(180deg);
}

.promotion-bottom .color-wrap ul {
    display: flex;
    align-items: center;
}

.promotion-bottom .color-wrap ul li {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    background: #224d96;
    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: #224d96;
    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: #224d96;
    color: #224d96;
}

.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: #224d96;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}

.contact-form .title {
    font-size: 34px;
    margin-bottom: 35px;
}

.contact-form label {
    margin-bottom: 10px;
}

/*
.contact-form select,
.contact-form textarea,
.contact-form input {
    border: none;
    background: #f2f2f0;
    width: 100%;
    color: #878686;
    font-size: 14px;
    padding: 20px;
    height: 50px;
    margin-bottom: 15px;
}*/

.contact-form .form-control:focus {
    border: none;
    box-shadow: none;
    background: #f2f2f0;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: #878686;
    font-size: 12px;
}

.contact-form textarea {
    min-height: 100px;
    max-height: 154px;
}

.contact-form form button {
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #224d96;
    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: #224d96;
    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: #224d96;
    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: #224d96;
}

.newsletter-content p {
    color: #bababa;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.newsletter-form {
    width: 50%;
    flex: 0 0 50%;
}

.newsletter-form form {
    display: flex;
    align-items: center;
}

.newsletter-form form input {
    flex-grow: 1;
    border: none;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    padding: 13px 25px;
    border-radius: 22px;
    height: 50px;
}

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

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

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

.newsletter-area-two {}

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

.newsletter-area-two .newsletter-content .title {
    color: #282b30;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

.newsletter-area-two .newsletter-content i {
    color: #282b30;
    font-size: 26px;
    margin-right: 5px;
}

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

.newsletter-area-two .newsletter-form input {
    width: 100%;
    border: none;
    height: 50px;
    background: none;
    padding: 15px 20px;
    color: #000;
    font-size: 14px;
    border: 1px solid #c1c1c1;
}

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

.newsletter-area-two .newsletter-form button {
    border: none;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #c1c1c1;
    border-left: none;
}

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

.footer-top {
    background: linear-gradient( to right, #1f2347, #204b95);
    background: linear-gradient( to right, #1f2347, #1d3a6b);
    padding-top: 35px;
    padding: 50px 0 20px;background: #f2f2f2;
}

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

.footer-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer-social ul li {
    margin-right: 8px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li a {
    width: 35px;
    height: 35px;
    background: #3b5998;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-social ul li:nth-child(2) a {
    background: #1da1f2;
}

.footer-social ul li:nth-child(3) a {
    background: #cd201f;
}

.footer-social ul li:nth-child(4) a {
    background: #cb2867;
}

.fw-title .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    color: #000;
}

.fw-title .title:after {
    content: "//";
    color: #224d96;
    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: #333;
    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: #224d96;
    padding-left: 5px;
}

.footer-bottom {
    background: #e6e6e6;
    padding: 8px 0;
}

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

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

#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 #224d96;
    -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: left top;
    background-size: 100% 100%;
    height: 495px;
    display: grid;
    text-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.main-slider .owl-item img {
    transition: all ease-in-out 3s;
    height: 100%;
}

.decrepation-sl {
    position: absolute;
    width: 100%;
    padding: 0 50px;
}

.main-slider .slide .container {
    position: relative;
    z-index: 10;
}

.main-slider .slide.style-two {
    background-size: cover;
    background-position: center bottom;
}

.main-slider .slide .content {
    position: relative;
}

.main-slider .slide .content.alternate {
    width: 55%;
    margin: 0 auto;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 0;
    text-align: left;
    padding-right: 0;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.main-slider.style-three .slide .content {
    padding: 270px 0px 170px;
}

.main-slider.style-four .content {
    max-width: 610px;
    padding: 140px 50px 140px;
    background-color: rgba(0, 0, 0, 0.85);
}

.main-slider.style-four .content .title {
    color: #f91101;
    font-weight: 600;
}

.main-slider.style-four .content h1:before {
    position: absolute;
    content: '';
    left: -50px;
    top: 0px;
    width: 5px;
    height: 100%;
    background-color: #f71101;
}

.main-slider.style-four .content h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.main-slider.style-four .content h1:after {
    display: none;
}

.main-slider.style-four .content .text {
    color: #ffffff;
}

.main-slider .title {
    position: relative;
    color: #fff;
    opacity: 0;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 600ms;
}

.main-slider h1 {
    position: relative;
    color: #fff;
    opacity: 0;
    line-height: 1.3em;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 26px;
}

.main-slider h1:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    width: 10px;
    height: 4px;
    background-color: #fff;
    transition: all ease-in-out 1s;
    transition-delay: 0.5s;
}

.main-slider .active h1:after {
    width: 100px;
}

.main-slider h1 span {
    color: #ed8800;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-slider h1 span.alternate {
    display: block;
    background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-slider h1.alternate {
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal;
}

.main-slider h1.alternate,
.main-slider h1.alternate span {
    color: #ffffff;
}

.main-slider h1.alternate:after {
    display: none;
}

.main-slider h1.style-two {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 0px;
}

.main-slider h1.style-two span {
    color: #ad8e63;
}

.main-slider h1.style-two:after {
    display: none;
}

.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 500ms;
}

.main-slider .text {
    position: relative;
    color: #1a1e66;
    font-size: 18px;
    opacity: 0;
    line-height: 1.6em;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

.main-slider .text.alternate {
    color: #ffffff;
}

.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 500ms;
}

.main-slider .btn-box {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}

.main-slider .link-box {
    position: relative;
    opacity: 0;
    z-index: 10;
    margin-right: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .link-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

.main-slider .business-image-box {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    right: -250px;
}

.main-slider .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
}

.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    overflow: hidden;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #ffffff80;
    border-radius: 50%;
}

.main-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover {
    background: #fff;
}

.main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -25px;
}

.main-slider .owl-nav .owl-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 43px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 0 !important;
    background: #0003;
    font-size: 30px;
    opacity: 0;
}

.main-slider .owl-nav .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 43px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 0 !important;
    background: #0003;
    border-left: 0;
    font-size: 30px;
    opacity: 0;
}

.main-slider:hover .owl-nav>div {
    opacity: 1;
}

.main-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next {
    border-color: #7e6a46;
    color: #7e6a46;
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover {
    border-color: #7e6a46;
    background-color: #7e6a46;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #ed8800;
    background-color: #ed8800;
    opacity: 1;
}

.main-slider:hover .owl-nav .owl-prev,
.main-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next {
    border: none;
    color: #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.60);
}

.co-area {
    padding: 15px 0;
    background: #fff;
}

.padd-left-none {
    padding-left: 0;
}

.core-features-area {
    padding: 16px 0;
}

body.offcanvas-open {
    overflow: hidden;
}

.offcanvas {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
}

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

.offcanvas .body.customScroll {
    height: 346px;
    overflow-x: auto;
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.offcanvas .inner .head .title {
    color: #1d1d1d;
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}

.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #333;
}

.offcanvas .inner .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333;
}

.offcanvas .inner .head .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.offcanvas .inner .offcanvas-menu-search-form {
    margin-bottom: 30px;
}

.offcanvas .inner .offcanvas-menu-search-form form {
    position: relative;
}

.offcanvas .inner .offcanvas-menu-search-form form input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    padding-right: 50px;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    display: block;
    font-size: 16px;
    background: 0 0;
}

.offcanvas .inner .offcanvas-menu-search-form form input[type="text"]:focus {
    border-bottom-color: #224d96;
}

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

.offcanvas .inner .offcanvas-menu {
    height: 220px;
    overflow-x: auto;
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
    color: #7e7e7e;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize;
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
}

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

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

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

.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0;
}

.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #247cea;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #1d1d1d;
    color: #fff;
}

.offcanvas .inner .foot .buttons a {
    font-size: 14px;
    border: none;
    color: #47494a;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 26px;
    border: none;
    background: #ebebeb;
    border-radius: 5px;
}

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

.offcanvas .inner .foot .buttons .current-btn {
    background-color: #224d96;
    color: #fff;
}

.offcanvas .inner .foot .sub-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
}

.offcanvas .inner .foot .sub-total strong {
    font-weight: normal;
    color: #333;
}

.offcanvas .inner .foot .sub-total .amount {
    color: #224d96;
    font-weight: normal;
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 15px;
}

offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media only screen and (max-width: 479px) {
    .offcanvas.offcanvas-mobile-menu {
        padding: 50px 17px;
    }
}

.offcanvas-menu>ul>li .menu-expand::after,
.offcanvas-menu>ul>li .menu-expand::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #7e7e7e;
}

.offcanvas-menu>ul>li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-open .offcanvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.minicart-product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}

.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75px;
    flex: 1 0 30px;
}

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

@media only screen and (max-width: 575px) {
    .minicart-product-list li .image {
        -ms-flex: 1 0 50px;
        -webkit-box-flex: 1;
        flex: 1 0 50px;
    }
}

.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 150px);
    flex: 1 0 calc(100% - 150px);
    padding: 0 10px;
}

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

.minicart-product-list li .content .title:hover {
    color: #224d96;
}

.minicart-product-list li .content .quantity-price {
    font-size: 14px;
    display: block;
    color: #1d1d1d;
    margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
    color: #1d1d1d;
}

.minicart-product-list li .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 14px;
    width: 27px;
    height: 27px;
    border: 1px solid #eee;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    display: block;
}

.minicart-product-list li .content .remove:hover {
    color: #224d96;
}

@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 {
width: 300px;
}

.add-to-link {
    position: absolute;
    right: 0;
    top: 15px;
    border-top: transparent;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    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: inline-block;
    align-items: center;width: 50px;
}

.add-to-link li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

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

.add-to-link a:hover {
    background: #000;
    color: #fff;
}

.add-to-link a.cart-btn {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    border: none;
    line-height: 40px;
    height: 40px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: -0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 105px;
}

@media only screen and (max-width: 575px) {
    .add-to-link a.cart-btn {
        padding: 0 7px;
    }
}

.flash-sale-item:hover .quick-view a {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.flash-sale-item:hover .pricing-meta {
    opacity: 0;
    -webkit-transform: translateY(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: -45px;
right: 0;
}

.custom-nav .owl-nav>div {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #224d96;
    cursor: pointer;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
}

.custom-nav .owl-dots {
    position: relative;
    display: block;
    margin-top: 0px;
    text-align: center;
}

.custom-nav .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 7px;
    background: #d9d9d9;
    border-radius: 8px;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.custom-nav .owl-dots .owl-dot.active span,
.custom-nav .owl-dots .owl-dot span:hover {
    width: 25px;
}

.jb-banner_area .banner-item,
.jb-sidebar_banner .banner-item {
    position: relative;
    overflow: hidden;
}

.jb-banner_area .banner-item a img,
.jb-sidebar_banner .banner-item a img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.jb-banner_area .banner-item:before,
.jb-sidebar_banner .banner-item:before {
    background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    pointer-events: none;
}

.jb-banner_area .banner-item:after,
.jb-sidebar_banner .banner-item:after {
    background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    pointer-events: none;
}

.jb-banner_area .banner-item:hover:before,
.jb-sidebar_banner .banner-item:hover:before {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}

.jb-banner_area .banner-item:hover:after,
.jb-sidebar_banner .banner-item:hover:after {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}

.arrivals-item-wrap {/*
    padding: 20px;
    background: #fff;*/
}
/*
.nay-nav .owl-nav {
    position: absolute;
    top: -60px;
    right: -20px;
}
*/
.nay-nav .owl-nav>div {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 43px;
}

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

.brand-area .nay-nav .owl-nav {
    top: -40px;
    right: 0;
}

.coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0; left: 0; gap: 8px;
    background: #000c;
padding:10px;
}

.coming-time .time-count {

    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
}

.coming-time .time-count>span {
    font-size: 17px;
    font-weight: 500;
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
    border: 1px solid #fff6;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}

.coming-time .time-count>strong {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    line-height: 1;    color: #fff;
}

.menu-wrap .header-action {
    float: right;
    margin-right: 20px;
display: none;
}


.fw-title .title {
    margin-bottom: 30px;
}

.footer-widget {

}

.footer-widget p {
    color: #333;
    font-family: "poppins";
    text-transform: capitalize;
}

.shipping_inner {

    padding: 19px 5px;
    border-radius: 4px;
    overflow: hidden;
}

.single_shipping {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-left: 1px solid #fff3;
    width: 25%;
    float: left;
}

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

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

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

.shipping_icone {
    margin-right: 14px;
}

.shipping_content h2 {
    font-size: 19px;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 4px;font-weight: 600;
}

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

.shipping_area {
    padding: 15px 0;
background: #fe951c;
margin-top: 15px;
background: linear-gradient( to right, #fe951c, #d6891d);
background: #224d96;

}

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

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

footer .ft-content span {
    font-size: 14px;
    display: block;
    color: #000;
    margin-bottom: 5px;display: block;
}

footer .ft-content a {
    color: #333;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px;
}

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

.f-logo {
    margin: 0 0 15px 0;
}

.language-currency-wrapper .block {
    float: left;
    margin: 0;
    position: relative;
    border-bottom: none;
    height: 40px;
}

.language-currency-wrapper .block span {
    text-transform: capitalize;
    font-size: 13px;
}

.language-currency-wrapper .block:hover {
    cursor: pointer
}

.language-currency-wrapper .block>div {
    position: relative
}

.language-currency-wrapper .block>div>span:hover {
    color: #224d96
}

.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: #224d96;
    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;
    padding: 0 8px;
}

.language-currency-wrapper .block.block-language>ul {
    min-width: 104px;
    right: 0px;
    margin: auto
}

.language-currency-wrapper .block.block-currency {
    margin-left: 15px;
}

@media (max-width:1024px) {
    .language-currency-wrapper .block.block-currency {
        width: 55px
    }
}

@media (max-width:1024px) {
    .language-currency-wrapper .block.block-currency>div {
        margin-right: 8px
    }
}

.language-currency-wrapper .block.block-currency>ul {
    min-width: 114px;
    margin: auto
}

.header-top {
    line-height: 40px;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
}

.header-top a {
    color: #333e48
}


.header-top a img {
width: 24px;
}

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

.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    color: #333;
    float: left;
    border-right: 1px solid #ebebeb;
    
    border-left: 1px solid #ebebeb;
}

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

.phone {
    padding: 2px 0px 2px 0;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .welcome-msg {
        float: center;
    }
    .headerlinkmenu {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.headerlinkmenu {}

.headerlinkmenu .links {
    display: flex;
    float: right;
}

.headerlinkmenu .links div {
    display: inline-block;
    text-align: right;
    
    border-left: 1px solid #ebebeb;
    line-height: 40px;
    height: 40px;
}

.headerlinkmenu div.links div a {
    padding: 0px 8px;
    text-decoration: none;
 
    color: #334141;
    font-size: 13px;
}

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

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

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

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

header .ft-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}

header .ft-content a,
.ft-content .a {
    color: #000;
    font-size: 19px;
    margin-bottom: 0;
    line-height: 24px;
}

.quick-li {
    display: inline-block;
    width: 100%;
}

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

.single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
height: 460px;
width: 100%;
background-size: 100% 100% !important;
display: grid;
align-items: center;
position: relative;
object-fit: cover;
}
/*
.single_slider:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #0003;
    background: linear-gradient( to right, #000c, #9ca1c61a);
}
*/
.slider_area .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 25px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .slider_area .owl-dots {
        bottom: 10px;
    }
}

.slider_area .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #0909094d;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.slider_area .owl-dots .owl-dot.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider_area .owl-dots .owl-dot.active::before {
    position: absolute;
    content: "";
    background: #224d96;
    width: 12px;
    height: 12px;
    left: -3px;
    top: -3px;
}

.slider_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.slider_area:hover .owl-nav {
    opacity: 1;
}

.slider_area .owl-nav>div {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    line-height: 45px;
    background: #0003;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.slider_area .owl-nav>div span:before {
    line-height: 45px;
}

.slider_area .owl-nav>div.owl-next {
    left: auto;
    right: 0;
}

.slider_content {
    padding: 50px 50px 50px 70px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .slider_content {
        padding: 25px 20px;
        width: 100%;
    }
}

.slider_content h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
}

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

@media only screen and (max-width: 767px) {
    .slider_content h1 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 18px;
    }
}

.slider_content h2 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}

.slider_content h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    background: #333;
    right: -88px;
    opacity: 0.5;
    top: 50%;
    transform: translatey(-50%);
}

@media only screen and (max-width: 767px) {
    .slider_content h2::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h2 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}

.slider_content a {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    height: 48px;
    line-height: 47px;
    padding: 0 25px;
    display: inline-block;
    border: 0;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content a {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content a {
        margin-top: 20px;
        height: 43px;
        line-height: 43px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content a {
        font-weight: 500;
        margin-top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }

}

.active .slider_content h1,
.active .slider_content h2,
.active .slider_content a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .slider_content h1 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.active .slider_content a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

main {
    background: #f2f2f2;
}

.main-home-page {
    background: #fff;
}

.latest-blog .productSlider {
    padding: 30px 0;
}


.pdso .nay-nav .owl-nav {
    top: -40px;
    right: 0;
}

.all-ioc {
    position: fixed;
    z-index: 9;
    left: -7px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    display: block;
}

.show-icons {
    position: absolute;
    bottom: 45px;
    left: 30px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    /*
background: -webkit-linear-gradient(#0e2f35, #063f4a, #0e2f35);*/
    background: #171a1e;
}

.show-icons .ico-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    z-index: 6;
    background-size: 80%;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #171a1e;
    border-radius: 50%;
}

.show-icons:hover {
    color: #0e2f35;
    background: -webkit-linear-gradient(#fbfbfb, #fff);
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: amo-button-wave infinite 2.6s 0s linear;
}

@keyframes amo-button-wave {
    0% {
        transform: scale(1, 1);
        opacity: 0.45
    }
    40% {
        opacity: 0.45
    }
    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.sonar-wave2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave2 {
    animation: amo-button-wave2 infinite 2.6s 0s linear;
}

.sonar-wave2 {
    animation-delay: 0.8s;
}

@keyframes amo-button-wave2 {
    0% {
        transform: scale(1, 1);
        opacity: 0.45
    }
    40% {
        opacity: 0.45
    }
    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.whats-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #4dc247;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}

.whats-icon a {
    color: #fff;
}

.whats-icon:hover a {
    color: #4dc247;
}

.whats-icon:hover {
    color: #4dc247;
    background: #333;
}

.phone-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #123377;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}

.phone-icon a {
    color: #fff;
}

.phone-icon:hover a {
    color: #006AFF;
}

.phone-icon:hover {
    color: #006AFF;
    background: #fff;
}

.messenger-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #006AFF;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}

.messenger-icon a {
    color: #fff;
}

.messenger-icon:hover a {
    color: #006AFF;
}

.messenger-icon:hover {
    color: #006AFF;
    background: #999;
}

.all-ioc.active .phone-icon {
    left: 210px;
    opacity: 1;
}

.all-ioc.active .whats-icon {
    left: 100px;
    opacity: 1;
}

.all-ioc.active .messenger-icon {
    left: 155px;
    opacity: 1;
}

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

.block-breadcrumbs ul li a {
    text-transform: capitalize;
}


.productShortDesc ul li,
.pdso .desc ul li,
.abt-first ul li {
    padding-left: 22px;
    position: relative;
    text-transform: capitalize;
    line-height: 28px;
}



.productShortDesc ul li:after,
.pdso .desc ul li:after,
.abt-first ul li:after {
    content: "\f00c";
    position: absolute;
    left: 0;
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    color: #0e4cdb;
    transition: .3s ease-in;
    top: 0;
}

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

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

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

table tr:hover {
    background-color: #ddd;
}*/

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}


.wprt-content-box label {
    font-size: 13px;
margin-bottom: 5px;color: #333;
text-transform: capitalize;
}

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


.form-control { 
    color: #333;
font-size: 13px;
height:45px;
border-radius:0;border: none;
background: #f1f1f1;
    
}


select.form-control {
    color: #a4a4a4;
}




.promot-se {

padding: 4px 15px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 4px;/*
background: linear-gradient( to right , #0b3cb0 , #2562f4);*/
  margin-bottom:15px; 


color: #000;
border: 1px solid #0b3cb0;
    

}

.promot-se a {
color: #fff;

}


.promot-se p {
margin: 0;color: #000;
}



.noraml-se {
    /*
   background: linear-gradient( to right , #1a1a1a , #313131);*/
 border: 1px solid #b5b5b5;
 
}


.grand_total {
    
    margin-bottom: 15px;
color: #0b3cb0;
font-size: 16px;
}

.promot-se i {
font-size: 18px;
margin-left: 5px;}


.stock br {
    display:none;
}


.wishlist-btn {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: #1f4688;
line-height: 1;
padding: 16px 22px;
border-radius: 5px;
display: inline-flex;
align-items: center;
margin-right: 12px;
justify-content: center;
    display: flex;
gap: 15px;
border: none;
    
}



.cart-btn {
    background: #222222;
min-width: 129px;
    
}


.pdso {
        position: relative;

    background: #fff;
border-radius: 8px;
padding: 20px;
box-shadow: 1px 2px 9px #7575750f;
    
}






.about-one-right {
  position: relative;
  display: block;
  z-index: 1;
}

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

.about-one-img-box:before {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 40px;
  background-color: #224d96;
  content: "";
  border-radius: 10px;
  z-index: -1;
}

.about-one-img-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one-img-one:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-one-img-box:hover .about-one-img-one:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about-one-img-one img {
  width: 100%;
  border-radius: 10px;
height: 350px;
}


.cart .discount .input-box label {
    margin-bottom:5px;
}






.about-one-right:hover .about-one-img-one:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.wprt-content-box .media-body h5 {
    font-size: 16px;
margin: 0;
    
}

.wprt-content-box .media-body a {
font-size: 14px;
color: #333;
}



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

}



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

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






        /*------------------------------------
# .0 Latest Blog
------------------------------------*/


        .blog_share_area {
            background: #fff;
            padding: 50px 0;
        }


        .blog_share_box {
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            background: #fff;
            margin-bottom: 25px;
        }

        .blog_share_box:hover {
            background-color: #ffffff;
            -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
        }

        .blog_share_box .bl_share_img {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .blog_share_box .bl_share_img img {
            width: 100%;
            height: 230px;
            -webkit-transition: .5s;
            transition: .5s;
        }


        .blog_share_box:hover .bl_share_img img {


            -webkit-transform: rotate(8deg) scale(1.3);
            transform: rotate(8deg) scale(1.3);
        }


        .blog_date {
            font-size: 14px;
            margin-bottom: 10px;
            display: block;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 10px;
            font-weight: normal;
            direction: ltr;

        }


        .blog_date i {
            float: left;

            line-height: 23px;

            margin-left: 8px;
        }

        .blog_share_details {
            padding: 12px;
            text-align: left;
        }

        .blog_share_details .comment_author a {
            text-decoration: none;
        }

        .blog_share_details .comment_author a:hover {
            color: #38373c;
        }

        .blog_share_details .comment_author {
            display: block;
            color: #38adb6;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .blog_share_details h1 a {
            color: #38373c;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
            display: block;
        }

        .blog_share_details h1 a:hover {
            color: #f8bc14;
            color: var(--thm-primary);
        }

        .blog_share_details h1 {
            height: 75px;
            overflow: hidden;
        }

        .blog_share_details p {
            font-size: 14px;
            font-weight: 400;
            color: #045d90;
        }

        .default_widgets .wpb_content_element,

        .stm_sidebar .wpb_content_element {

            margin: 0 0 50px;

        }



        .default_widgets .wpb_content_element .widget,

        .stm_sidebar .wpb_content_element .widget {

            margin: 0;

        }



        .widget {

            margin: 0 0 20px;

        }



        .widget .widget_title {

            margin: 0 0 26px;

        }



        .widget.widget_categories,

        .widget.widget_archive,

        .widget.widget_pages,

        .widget.widget_meta,

        .widget.widget_recent_comments,

        .widget.widget_recent_entries,

        .widget.widget_rss,

        .widget.widget_nav_menu {

            padding: 14px;

            border: 1px solid #e6e6e6;


        }



        .widget.widget_categories ul,

        .widget.widget_archive ul,

        .widget.widget_pages ul,

        .widget.widget_meta ul,

        .widget.widget_recent_comments ul,

        .widget.widget_recent_entries ul,

        .widget.widget_rss ul,

        .widget.widget_nav_menu ul {

            list-style: none;

            padding: 0;

            margin: 0;

        }



        .widget.widget_categories ul li,

        .widget.widget_archive ul li,

        .widget.widget_pages ul li,

        .widget.widget_meta ul li,

        .widget.widget_recent_comments ul li,

        .widget.widget_recent_entries ul li,

        .widget.widget_rss ul li,

        .widget.widget_nav_menu ul li {

            position: relative;

            text-transform: uppercase;

            margin: 0 0 20px;

            padding: 0px 20px 0px 0;

            line-height: 20px;

        }



        .widget.widget_categories ul li:last-child,

        .widget.widget_archive ul li:last-child,

        .widget.widget_pages ul li:last-child,

        .widget.widget_meta ul li:last-child,

        .widget.widget_recent_comments ul li:last-child,

        .widget.widget_recent_entries ul li:last-child,

        .widget.widget_rss ul li:last-child,

        .widget.widget_nav_menu ul li:last-child {

            margin: 0;

        }



        .widget.widget_categories ul li::before,
        .widget.widget_archive ul li::before,
        .widget.widget_pages ul li::before,
        .widget.widget_meta ul li::before,
        .widget.widget_recent_comments ul li::before,
        .widget.widget_recent_entries ul li::before,
        .widget.widget_rss ul li::before,
        .widget.widget_nav_menu ul li::before {

            content: "›";

            position: absolute;

            left: 0px;

            top: -1px;

            font-weight: 700;

        }



        .widget.widget_categories ul li a,

        .widget.widget_archive ul li a,

        .widget.widget_pages ul li a,

        .widget.widget_meta ul li a,

        .widget.widget_recent_comments ul li a,

        .widget.widget_recent_entries ul li a,

        .widget.widget_rss ul li a,

        .widget.widget_nav_menu ul li a {

            color: #273242;
            font-size: 15px;
            text-transform: capitalize;

            z-index: 55555555555;

            position: relative;

            text-decoration: none !important;

            -webkit-transition: all 0.3s ease;

            -moz-transition: all 0.3s ease;

            -ms-transition: all 0.3s ease;

            -o-transition: all 0.3s ease;

            transition: all 0.3s ease;

        }



        .widget.widget_categories ul li a:hover,

        .widget.widget_archive ul li a:hover,

        .widget.widget_pages ul li a:hover,

        .widget.widget_meta ul li a:hover,

        .widget.widget_recent_comments ul li a:hover,

        .widget.widget_recent_entries ul li a:hover,

        .widget.widget_rss ul li a:hover,

        .widget.widget_nav_menu ul li a:hover {

            color: #e72e5d;

        }



        .widget.widget_categories ul li ul.children,

        .widget.widget_archive ul li ul.children,

        .widget.widget_pages ul li ul.children,

        .widget.widget_meta ul li ul.children,

        .widget.widget_recent_comments ul li ul.children,

        .widget.widget_recent_entries ul li ul.children,

        .widget.widget_rss ul li ul.children,

        .widget.widget_nav_menu ul li ul.children,

        .widget.widget_categories ul li ul.sub-menu,

        .widget.widget_archive ul li ul.sub-menu,

        .widget.widget_pages ul li ul.sub-menu,

        .widget.widget_meta ul li ul.sub-menu,

        .widget.widget_recent_comments ul li ul.sub-menu,

        .widget.widget_recent_entries ul li ul.sub-menu,

        .widget.widget_rss ul li ul.sub-menu,

        .widget.widget_nav_menu ul li ul.sub-menu {

            margin-top: 20px;

        }

        .widget.widget_categories ul li,
        .widget.widget_archive ul li,
        .widget.widget_pages ul li,
        .widget.widget_meta ul li,
        .widget.widget_recent_comments ul li,
        .widget.widget_recent_entries ul li,
        .widget.widget_rss ul li,
        .widget.widget_nav_menu ul li {

            position: relative;

            text-transform: uppercase;

            margin: 0 0 20px;

            padding: 0 0 0 20px;

            line-height: 20px;

        }

        .widgettitle {

            font-size: 18px;

            margin: 0 0 32px;

            margin-bottom: 32px;

            line-height: 25px;

            text-transform: capitalize;

            border-bottom: 1px solid #e6e6e6;

            width: auto;

            display: inline-block;

            padding-bottom: 7px;

            display: inline-block;

            width: 100%;

            margin-bottom: 12px;

        }

        .widget.widget_calendar .widget_title {

            margin-bottom: 25px;

        }



        .widget.widget_calendar #calendar_wrap table {

            width: 100%;

        }



        .widget.widget_calendar #calendar_wrap table caption {

            font-weight: 700;

            text-transform: uppercase;

            color: #273242;

            margin: 0 0 15px;

        }



        .widget.widget_calendar #calendar_wrap table td,

        .widget.widget_calendar #calendar_wrap table th {

            text-align: center;

            font-size: 14px;

            padding: 10px 5px;

        }



        .widget.widget_calendar #calendar_wrap table thead th {

            background: #e72e5d;

            color: #fff;

        }



        .widget.widget_calendar #calendar_wrap table tbody {

            border: 1px solid #e6e6e6;

        }



        .widget.widget_calendar #calendar_wrap table tfoot #prev {

            text-align: right;

        }



        .widget.widget_calendar #calendar_wrap table tfoot #right {

            text-align: left;

        }



        .widget.widget_tag_cloud .tagcloud {

            font-size: 0;

        }



        .widget.widget_tag_cloud .tagcloud a {

            display: inline-block;

            vertical-align: top;

            padding: 7px 12px 8px;

            font-size: 13px !important;

            color: #273242;

            border: 1px solid #e72e5d;

            -webkit-border-radius: 30px;

            -moz-border-radius: 30px;

            -ms-border-radius: 30px;

            border-radius: 30px;

            margin: 0 8px 10px 0;

            text-decoration: none !important;

            -webkit-transition: all 0.3s ease;

            -moz-transition: all 0.3s ease;

            -ms-transition: all 0.3s ease;

            -o-transition: all 0.3s ease;

            transition: all 0.3s ease;

        }



        .widget.widget_tag_cloud .tagcloud a:hover {

            background: #e72e5d;

            color: #fff;

        }



        .widget.widget_text .textwidget img {

            max-width: 100%;

            height: auto;

        }



        .widget.stm_widget_recent_entries ul {

            list-style: none;

            padding: 0;

            margin: 0;

        }



        .widget.stm_widget_recent_entries ul li {

            margin: 0 0 20px;

            padding: 0 0 20px;

            border-bottom: 1px solid #e6e6e6;

        }



        .widget.stm_widget_recent_entries ul li:after {

            content: "";

            display: table;

            clear: both;

        }



        .widget.stm_widget_recent_entries ul li:last-child {

            border: none;

            padding: 0;

            margin: 0;

        }



        .widget.stm_widget_recent_entries ul li .post_thumbnail {

            position: relative;

            float: right;

            width: 65px;

            height: 65px;

            margin: 0 15px 0 0;

        }



        .widget.stm_widget_recent_entries ul li .post_thumbnail img {

            display: block;

            width: 100%;

            height: auto;

        }



        .widget.stm_widget_recent_entries ul li .post_info {

            overflow: hidden;

        }



        .widget.stm_widget_recent_entries ul li .post_info .post-date {

            display: block;

            color: #bfbfbf;

            font-size: 11px;

            margin: 0 0 3px;

        }



        .widget.stm_widget_recent_entries ul li .post_info a {

            color: #273242;

            text-decoration: none !important;

            -webkit-transition: all 0.3s ease;

            -moz-transition: all 0.3s ease;

            -ms-transition: all 0.3s ease;

            -o-transition: all 0.3s ease;

            transition: all 0.3s ease;

            line-height: 20px;

            font-weight: 700;

            text-transform: uppercase;

        }

        .blog-section {
            background: unset;
        }

        .wpb_wrapper {
            padding-top: 20px;
        }

        .widget.stm_widget_recent_entries ul li .post_info a:hover {

            color: #e72e5d;

        }

        a {
            color: #434343;

        }

        .item .actions a.addtocart {
            font-size: 14px;
        }

        .menu-item-has-children:hover>.sub-menu {
            top: 0 !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        /*
        li.menu-item-has-children:hover>a,
        .menu-item-has-children:hover>a:after {
            color: #fff !important;
        }*/

        table,
        th,
        td {
            border: 0;
        }

        .large-image img {
            max-width: unset;
            height: auto;
            margin: 0 auto;
        }

        .owl-carousel .owl-item .product-thumbnail img {
            height: 130px;
        }

        .data-table {
            width: 100%;
            border: 0
        }

        .data-table thead tr {
            border: 1px solid #dcdcdc
        }

        .tab-container {
            position: relative;
        }

        .tab-container .tab-panel {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            visibility: hidden;
        }

        .tab-container .active {
            opacity: 1;
            visibility: inherit;
            position: inherit;
            -vendor-animation-duration: 0.3s;
            -vendor-animation-delay: 1s;
            -vendor-animation-iteration-count: infinite;
        }

        a.stock {
            cursor: not-allowed;
            pointer-events: none;
            color: #fff;
            border-color: #a0a0a0;
            background-color: #a0a0a0;
        }

        .large-image {
            border: 1px solid #ddd;
        }

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

        .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: 455px;
            padding: 22px 62px;
            position: relative;
            border-top: 1px #e5e5e5 solid;
            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: 20px;
            top: 8px;
            border: 1px #e5e5e5 solid;
            background: #fff;
            width: 32px;
            height: 32px;
            line-height: 28px;
            border-radius: 100%;
            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: #a7d426;
            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: 20px;
            top: 8px;
            border: 1px #e5e5e5 solid;
            background: #fff;
            width: 32px;
            height: 32px;
            line-height: 28px;
            border-radius: 100%;
            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;
            border: 1px #e5e5e5 solid;
            padding: 2px;
        }

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

        /********** login page ***************/
        #dsl_google_button {
            background: #dd4b39;
        }

        #dsl_google_button:active {
            background: #be3e2e;
        }

        #dsl_facebook_button {
            background: #4864b4;
        }

        #dsl_google_button:active {
            background: #3a5192;
        }

        #dsl_twitter_button {
            background: #00aced;
        }

        #dsl_google_button:active {
            background: #00aced;
        }

        .abt-first h2 {

            margin: 20px 0;
            font-size: 22px;
            position: relative;
            padding-bottom: 20px;
        }

        #dsl_instagram_button {
            background: #c13584;
        }

        #dsl_google_button:active {
            background: #c13584;
        }

        #d_social_login .dsl-button {
            font-size: 16px;
            text-decoration: none;
            color: #fff;
            display: inline-block;
            box-sizing: border-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
            margin: 2px;
            margin-bottom: 10px;
            padding: 0px;
        }

        #d_social_login .dsl-button:hover {
            text-decoration: none;
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
        }

        #d_social_login .dsl-button:active {
            box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
        }

        #d_social_login .dsl-button.dsl-button-medium .l-side,
        #d_social_login .dsl-button .l-side {
            padding: 5px 5px 0px 5px;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            color: #fff;
            display: inline-block;
            font-size: 17px;
            vertical-align: middle;
            box-sizing: border-box;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        #d_social_login .dsl-button.dsl-button-medium .r-side,
        #d_social_login .dsl-button .r-side {
            padding: 6px 10px 6px 10px;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            vertical-align: middle;
            box-sizing: border-box;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
        }

        #d_social_login .dsl-button.dsl-button-huge .l-side {
            font-size: 26px;
            padding: 8px 10px 0px 8px;
        }

        #d_social_login .dsl-button.dsl-button-huge .r-side {
            font-size: 15px;
            padding: 12px 20px 11px 20px;
        }

        #d_social_login .dsl-button.dsl-button-large .l-side {
            font-size: 20px;
            padding: 6px 6px 0px 6px;
        }

        #d_social_login .dsl-button.dsl-button-large .r-side {
            font-size: 13px;
            padding: 8px 16px 7px 16px;
        }

        #d_social_login .dsl-button.dsl-button-small .l-side {
            font-size: 14px;
            padding: 4px 4px 0px 4px;
        }

        #d_social_login .dsl-button.dsl-button-small .r-side {
            font-size: 10px;
            padding: 4px 5px 3px 5px;
        }

        #d_social_login .dsl-button.dsl-button-icons .l-side {
            font-size: 17px;
            padding: 5px 5px 0px 5px;
            border: none;
        }

        #d_social_login .dsl-button.dsl-button-icons .r-side {
            display: none;
        }

        a [class*="dsl-icon-"],
        [class*="dsl-icon-"],
        [class*="dsl-icon-"]:before {
            margin: 0px !important;
            background-image: none !important;
        }

        .dsl-label {
            display: none;
            vertical-align: middle;
        }

        .dsl-label-icons {
            display: inline-block;
        }

        .dsl-hide-icon {
            opacity: 0;
        }

        .page-title {
            margin-bottom: 30px;
            margin-top: 30px;
            float: none;
        }

        .page-title {
            margin-top: 30px;
            float: left;
            width: 100%;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0;
            margin-bottom: 20px;
            font-size: 20px;
        }

        .data-table tbody tr {
            border-right: 1px solid #dcdcdc;
            border-left: 1px solid #dcdcdc;
            background-color: #fff
        }

        .data-table td.last,
        .data-table th.last {
            border-left: 1px solid #dcdcdc
        }

        .box-border {
            border: 1px solid #eaeaea;
            padding: 20px;
            overflow: hidden;
            background: #f8f8f8;
            margin: 20px auto;
            display: block;
            width: 40%;
            

padding: 20px;
border: 1px solid #eee;
background: #fff;
box-shadow: 1px 2px 9px #7575750f;
border-radius: 8px;
        }
        
         @media (max-width: 767px) {
             .box-border {
                  width: 100%;
             }
             
             .box-border h4, .box-border label {
  font-weight: normal;
  margin-bottom: 5px;
}

h4 {
  font-size: 18px;
}
             
         }

        .im-4 {
            margin-bottom: 15px;
            text-align: center;
        }

        .im-p {
            font-size: 13px;
            color: #000;
            margin-bottom: 15px;
        }

        .box-border h4,
        .box-border label {
            font-weight: normal;margin-bottom: 0;
        }

        .box-border input[type="text"],
        .box-border input[type="email"],
        .box-border input[type="password"] {
            height: 40px;
            padding: 0 10px;
            width: 100%;
            display: block;
            max-width: 100%;
        
            font-size: 14px;
        }

        .box-border label {
            font-size: 14px;
        }

        .box-border .button:hover {
            opacity: 0.9;
            color: #fff;
        }

        .box-border .button {
            padding: 0 15px;
            display: inline-block;
            height: 34px;
            line-height: 34px;
            border: none;
            background: #595959;
            color: #fff;background: #224d96;
color: #fff;
border-radius: 5px;
        }

        .data-table th {
            padding: 15px 10px;
            font-weight: 700
        }

        .data-table td {
            padding: 15px 10px
        }

        .data-table h2,
        .data-table h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 400
        }

        .data-table thead th {
            font-weight: 600;
            padding: 15px 10px;
            color: #333;
            white-space: nowrap;
            vertical-align: middle;
            font-size: 14px;
            text-transform: uppercase
        }

        .data-table thead th.wrap {
            white-space: normal
        }

        .data-table thead th a,
        .data-table thead th a:hover {
            color: #fff
        }

        .data-table thead th {
            background-color: #f6f6f6
        }

        .data-table thead th .tax-flag {
            font-size: 11px;
            white-space: nowrap
        }

        .data-table tfoot {
            border-bottom: 1px solid #d9dde3
        }

        .data-table tfoot tr.first td {
            border-right: 1px solid #dcdcdc
        }

        .data-table tfoot td {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 0;
            border-left: 1px solid #dcdcdc;
            border-right: 1px solid #dcdcdc
        }

        .data-table tfoot strong {
            font-size: 16px
        }

        .data-table tbody th,
        .data-table tbody td {
            border-bottom: 1px solid #dcdcdc;
            border-left: 1px solid #dcdcdc;
            padding: 15px 10px;
            line-height: 1.3
        }

        .data-table tbody td .option-label {
            font-weight: 700;
            font-style: italic
        }

        .data-table tbody td .option-value {
            padding-right: 10px
        }

        .data-table p {
            margin-bottom: 0
        }

        .data-table .qty-holder,
        .data-table .add-to-cart-alt {
            position: relative;
            text-align: right;
            margin-left: 0
        }

        .data-table .add-to-cart-alt {
            margin: 10px 0;
            width: 93px
        }

        .data-table .edit-qty {
            margin-right: 5px
        }

        .data-table input.qty {
            color: #333;
            height: 30px;
            border-radius: 0;
            border-color: #ddd;
            margin: 0 -1px
        }

        .data-table .table_qty_inc,
        .data-table .table_qty_dec {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #f4f4f4;
            border: 1px solid #ccc;
            color: #333;
            line-height: 30px;
            border-radius: 0;
            margin: 0;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            text-align: center;
            vertical-align: top
        }

        .data-table button.button>span {
            background: #fff;
            border: 1px solid #ccc;
            color: #333;
            line-height: 32px;
            padding: 0 12px
        }

        .data-table button.button:hover>span {
            background: #224d96;
            border: 1px solid #224d96;
            color: #fff
        }

        .data-table .product-name a {
            color: #224d96
        }

        .data-table .cart-cell {
            margin-bottom: 10px
        }

        .data-table .cart-cell button.button span {
            font-size: 13px;
            line-height: 28px
        }

        .info-box {
            background: #fff 0 0 repeat-x;
            border: 1px solid #d0cbc1;
            padding: 12px 15px;
            margin: 0 0 15px
        }

        .info-box h2 {
            font-weight: 700;
            font-size: 13px
        }

        .info-table th {
            font-weight: 700;
            padding: 2px 15px 2px 0
        }

        .info-table td {
            padding: 2px 0
        }

        tr.summary-total {
            cursor: pointer
        }

        tr.summary-total .summary-collapse {
            float: left;
            text-align: left;
            padding-right: 20px;
            cursor: pointer
        }

        tr.summary-details td {
            font-size: 11px;
            background-color: #dae1e4;
            color: #626465
        }

        tr.summary-details-first td {
            border-top: 1px solid #d2d8db
        }

        tr.summary-details-excluded {
            font-style: italic
        }

        .cart-tax-info {
            display: block
        }

        .cart-tax-info,
        .cart-tax-info .cart-price {
            padding-left: 20px
        }

        .cart-tax-total {
            display: block;
            padding-left: 20px;
            cursor: pointer
        }

        .cart-tax-info .price,
        .cart-tax-total .price {
            display: inline !important;
            font-weight: 400 !important
        }

        .cart-tax-total-expanded {
            background-position: 100% -52px
        }

        .std {
            line-height: 1.4
        }

        .std .subtitle {
            padding: 0
        }

        .std ol.ol {
            list-style: decimal outside;
            padding-right: 1.5em
        }

        .std ul.disc {
            list-style: disc outside;
            padding-right: 18px;
            margin: 0 0 10px
        }

        .std dl dt {
            font-weight: 700
        }

        .std dl dd {
            margin: 0 0 10px
        }

        .std ul,
        .std ol,
        .std dl,
        .std address,
        .std blockquote {
            margin: 0;
            padding: 0
        }

        .std ul {
            list-style: disc outside;
            padding-right: 1.5em
        }

        .std ul li {
            line-height: 20px
        }

        .std ol {
            list-style: decimal outside;
            padding-right: 1.5em
        }

        .std ul ul {
            list-style-type: circle
        }

        .std ul ul,
        .std ol ol,
        .std ul ol,
        .std ol ul {
            margin: .5em 0
        }

        .std dt {
            font-weight: 700
        }

        .std dd {
            padding: 0 0 0 1.5em
        }

        .std blockquote {
            font-style: italic;
            padding: 0 0 0 1.5em
        }

        .std address {
            font-style: normal
        }

        .std b,
        .std strong {
            font-weight: 700
        }

        .std i,
        .std em {
            font-style: italic
        }

        .links li {
            display: inline
        }

        .link-wishlist {
            color: #ed4949;
            border-color: #f6a4a4
        }

        .link-wishlist:hover {
            color: #ed4949;
            border-color: #f6a4a4
        }

        .cart-table .link-wishlist,
        .cart-table .link-wishlist:hover {
            color: #224d96
        }

        .link-compare {
            color: #52b9b5;
            border-color: #97d5d3
        }

        .link-compare:hover {
            color: #52b9b5;
            border-color: #97d5d3
        }

        .btn-remove {
            position: relative;
            display: block;
            width: 23px;
            height: 23px;
            text-indent: -9999px;
            overflow: hidden;
            padding: 5px 0;
            font-size: 13px;
            color: #224d96;
            line-height: 1
        }

        .btn-remove:hover {
            color: #224d96
        }

        .btn-remove:before {
            content: "\f00d";
            color: red;
            font: normal normal normal 16px/1 FontAwesome;
            font-family: "Font Awesome 5 Pro";
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            text-indent: 0;
            text-align: left
        }

        .btn-previous {
            display: block;
            width: 11px;
            height: 11px;
            font-size: 0;
            line-height: 0;
            overflow: hidden
        }

        .btn-remove2 {
            display: inline-block;
            width: 34px;
            height: 34px;
            font-size: 18px;
            line-height: 22px;
            overflow: hidden
        }

        .btn-remove2:before {
            text-align: center
        }

        .btn-edit {
            display: block;
            width: 11px;
            height: 11px;
            font-size: 0;
            line-height: 0;
            overflow: hidden
        }

        .cards-list dt {
            margin: 5px 0 0
        }

        .cards-list .offset {
            padding: 2px 0 2px 20px
        }

        .cart .page-title {
            border-bottom: 0;
            margin: 0 0 12px
        }

        .cart .page-title h1 {
            margin: 0 0 20px
        }

        .cart .page-title .checkout-types li {
            margin: 0 0 5px
        }

        .cart .title-buttons .checkout-types {
            float: left
        }

        .cart .title-buttons .checkout-types li {
            float: right;
            margin: 0 0 5px 5px
        }

        .cart .checkout-types .paypal-or {
            margin: 0 8px;
            line-height: 2.3;
            vertical-align: top
        }

        .cart .checkout-types .bml_button {
            display: inline-table;
            width: 150px;
            margin: 0 0 5px
        }

        .cart .totals .checkout-types .paypal-or {
            clear: both;
            display: block;
            padding: 8px 55px 0 0;
            line-height: 1;
            font-size: 11px
        }

        .cart .cart-table-wrap {
            border: 1px solid #eee;
            border-radius: 8px;
            background: #fff;
            display: block;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 2px 9px #7575750f;
        }

        .cart-table thead tr {
            border-width: 0 0 1px
        }

        .cart-table thead th {
            background-color: transparent;
            text-transform: none
        }

        .cart-table td {
            padding: 10px;
            vertical-align: middle;
            font-size: 14px
        }
/*
        .cart-table tbody th,
        .cart-table tbody td {
            border-left-width: 0
        }

        .cart-table td.last,
        .cart-table th.last {
            border-left-width: 0
        }*/

        .cart-table tbody td.pr-img-td {
            text-align: center;
            border-left: 0
        }

        .cart-table tbody tr {
            border-right-width: 0 !important;
            border-left-width: 0 !important
        }

        .cart-table tfoot {
            border-bottom-width: 0
        }

        .cart-table tfoot tr.first td {
            border-width: 0
        }

        .cart-table td.product-name-td {
            color: #333;
            font-size: 14px
        }

        .cart-table td.product-name-td dl.item-options {
            margin: 0
        }

        .cart-table .product-name {
            margin: 0
        }

        .cart-table td.td-total .cart-price {
            color: #0057a8
        }

        .cart-table .item-msg {
            margin: 5px 0;
            font-size: 11px;
            font-weight: 700;
            color: #df280a
        }

        .cart-table tfoot td {
            padding: 15px 5px 0
        }

        .cart-table .btn-continue {
            float: right
        }

        .cart-table .btn-update,
        .cart-table .btn-empty {
            float: left
        }

        .cart-table .btn-update {
            margin-right: 10px
        }

        .cart-table .action-td {
            padding: 15px 0
        }

        .cart-table .qty-holder {
            width: 125px;
            white-space: nowrap
        }

        .cart .cart-collaterals {
            margin-bottom: 45px
        }

        .cart-collaterals>* {
            margin-bottom: 15px
        }

        .cart .cart-collaterals .col2-set {
            float: right;
            width: 605px
        }

        .cart .cart-collaterals .col2-set .col-2 {
            width: 294px
        }

        .cart .cart-collaterals h2 {
            padding: 10px 15px 10px 45px;
            margin: 0;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            border: 1px solid #ddd;
            background-color: #fff;
            color: #000;
            position: relative;
            border-radius: 7px 7px 0 0;
        }

        .cart .crosssell h2 {
            font-size: 16px;
            color: #313131;
            font-weight: 700
        }

        .cart .crosssell .product-image {
            float: right;
            height: auto;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 2px;
            width: 90px
        }

        .cart .crosssell .product-details {
            margin-right: 105px
        }

        .cart .crosssell .product-name {
            margin: 5px 0
        }

        .cart .crosssell li.item {
            margin: 12px 0
        }

        .cart .crosssell .link-compare {
            font-weight: 400
        }

        .cart .crosssell .price-box {
            margin: 5px 0 10px
        }

        .cart .crosssell button.button>span {
            border: 1px solid #ccc;
            background: #fff;
            padding: 0 12px
        }

        .cart .crosssell button.button:hover>span {
            border: 1px solid #224d96;
            background: #224d96
        }

        .cart .crosssell button.button span {
            color: #333;
            font-size: 12px;
            line-height: 25px;
            min-width: 0
        }

        .cart .crosssell button.button:hover span {
            color: #fff
        }

        .cart .crosssell .add-to-links {
            display: none
        }

        .cart .discount,
        .cart .shipping {
            margin-bottom: 15px
        }

        .cart .discount .input-box {
            font-size: 13px
        }

        .cart .discount h2.opened:before,
        .cart .shipping h2.opened:before {
            content: "\e80d"
        }

        .cart .discount h2:hover:before,
        .cart .shipping h2:hover:before {
            background: #224d96;
            border-color: #224d96;
            color: #fff
        }

        .cart .cart-collaterals h2+* {
            padding: 15px;
            font-size: 13px;
            border: 1px solid #ddd;
            border-top: 0;
            border-radius: 0 0 7px 7px;
            background-color: #fff
        }

        .discount-form input.input-text {
            height: 38px;
            border: 1px solid #ccc;
            padding: 0 20px;
            border-radius: 0;
        }

        .cart .discount p,
        .cart .shipping p {
            font-size: 14px
        }

        .cart .discount .buttons-set,
        .cart .shipping .buttons-set {
            margin: 10px 0 0;
            border: 0;
            padding: 0;
            text-align: right
        }

        .cart .discount .buttons-set button.button,
        .cart .shipping .buttons-set button.button {
            float: none;
            margin-right: 0;
            width: 100%
        }

        .cart .discount input.input-text {
            width: 100%
        }

        .cart .shipping .sp-methods {
            margin: 10px 0 0;
            padding: 5px 0 0
        }

        .cart .totals table {
            width: 100%
        }

        .cart .totals tr {
            border-bottom: 1px solid #dcdcdc
        }

        .cart .totals td {
            padding: 10px;
            line-height: 1.4;
            font-size: 13px;
            font-weight: 300;
            text-align: right !important;
        }

        .cart .totals .price {
            display: block;
            text-align: left;
            color: #000;
            font-size: 14px;
            font-weight: 600;
        }

        .cart .totals tfoot th {
            padding: 5px 15px 5px 7px
        }

        .cart .totals .checkout-types {
            font-size: 13px;
            text-align: center
        }

        .cart .totals .checkout-types li {
            clear: both;
            margin: 10px 0
        }

        .cart .totals tfoot tr {
            border-bottom-width: 0
        }

        .cart .totals button.button {
            width: 100%;text-transform: capitalize;
        }

        .cart .totals tfoot th strong,
        .cart .totals tfoot td strong {
            font-weight: 300
        }

        .cart .totals tfoot .price {
            font-size: 16px
        }

        .qty-holder {
            display: inline-block;
            vertical-align: middle;
            margin-left: 7px;
            width: 104px;
            position: relative;
            text-align: center;
        }

        .add-to-cart .qty {
            display: inline-block;
            vertical-align: middle;
            height: 43px;
            width: 44px !important;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
            color: #21293c;
            margin: 0;
            border-color: #dae2e6;
        }

        .qty-changer {
            display: block;
        }

        .qty-changer>a {
            position: absolute;
            top: 0;
            width: 30px;
            height: 43px;
            border: solid 1px #dae2e6;
            line-height: 41px;
            font-size: 11px;
            color: #8798a2;
        }

        .qty-changer .qty_inc {
            left: 1px;
        }

        .qty-changer .qty_inc i:before {
            content: '\e873';
        }

        .qty-changer .qty_dec {
            right: 1px;
        }

        .qty-changer .qty_dec i:before {
            content: '\e874';
        }

        .cart .page-title h1 {
            display: block;
            float: unset;
            text-align: center;
            font-weight: 700;
            margin-top: 10px;
            margin-bottom: 0;
        }

        .cart .title-buttons .checkout-types {
            float: left;
            margin-top: -40px;
            display: none;
        }

        .cart .shipping {
            display: none;
        }

        .cart-table .product-name a {
            font-size: 13px;
            color: #333;
            font-weight: 500;
        }

        .cart .totals button.button span {
            font-weight: 700;
            font-size: 13px;
            line-height: 50px;
            background: #0057a8;
        }

        .cart .totals button.button span:hover {
            background: #333;
        }

        .cart .totals button.button>span span:before {
            content: ">>";
            display: inline-block;
            margin-left: 5px;
            font-weight: 900;
            font-size: 12px;
        }

        .header-container.header-newskin .mini-cart .mini-products-list li a.btn-remove {
            color: #e6000d;
            background: transparent;
            box-shadow: none;
            top: initial;
            bottom: 28px;
            width: 25px;
            height: 25px;
            left: 3px;
        }

        .header-container.header-newskin .mini-cart .mini-products-list li a.btn-remove:before {
            text-align: center;
            font-size: 14px;
        }

        /*#endregion Cart Page*/
        /*#region Checkout Page*/
        .opc-menu {
            display: none;
        }

        a.checkout-login {
            height: 36px;
            line-height: 36px;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 0.5px;
            padding: 0;
            padding-left: 5px;
            background: #0F6AB2;
            color: #fff;
            display: block;
            clear: left;
            float: right;
            width: 150px;
            padding: 0;
            text-align: center;
            margin-bottom: 25px;
            text-decoration: none;
            border-radius: 3px;
            transition: none;
            margin-left: 10px;
            margin-top: 5px;
        }

        .opc-wrapper-opc a.checkout-login:hover {
            background: #0c5188;
            color: #fff !important;
        }

        .checkout-or {
            display: block;
            text-align: right;
            margin-top: 5px;
            margin-bottom: 0;
            line-height: 36px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            color: #000 !important;
            position: relative;
            overflow: hidden;
            width: calc(100% - 160px);
            float: right;
        }

        .checkout-or:after {
            content: '';
            display: block;
            position: absolute;
            width: 85%;
            height: 1px;
            top: 50%;
            left: 0;
            margin-top: -0.5px;
            background: rgba(0, 0, 0, 0.15);
        }

        .opc-wrapper-opc h3 {
            clear: both;color:#333;
        }

        /*Coupon*/
        body .opc-wrapper-opc .discount-block .button span>span {
            background-color: #0f6ab2 !important;
            border-radius: 3px;
            color: #fff !important;
            font-size: 13px !important;
            line-height: 33px !important;
        }

        body .opc-wrapper-opc .discount-block .button:hover span>span {
            background-color: #0f6ab2 !important;
            border-radius: 3px;
            color: #fff !important;
            font-size: 13px !important;
            line-height: 33px !important;
        }

        /*#endregion Checkout Page*/
        /*#region Success Page*/
        .checkout-onepage-success .col-right.sidebar {
            display: none;
        }

        .checkout-onepage-success .col-main.col-sm-9 {
            width: 80%;
            text-align: center;
            margin-right: 10%;
        }

        .checkout-onepage-success .col-main.col-sm-9 .buttons-set {
            text-align: center;
        }

        .checkout-onepage-success .col-main.col-sm-9 .buttons-set button.button {
            float: unset;
            margin: 0;
        }

        .checkout-onepage-success .col-main.col-sm-9 .order-id {
            font-size: 15px;
            font-weight: 700;
            color: #2778c5;
        }

        .checkout-onepage-success .col-main.col-sm-9 .fa-check {
            font-size: 28px;
            color: #135ea3;
        }

        .checkout-onepage-success .page-title {
            text-align: center;
            margin-top: 20px;
        }

        .checkout-onepage-success .page-title h1 {
            text-transform: uppercase;
            font-weight: 700;
            color: #333;
        }

        .checkout-onepage-success .form-wrap {
            border: 1px solid #ddd;
        }

        .product-images {

        }

        .block-breadcrumbs {}

        .block-breadcrumbs {
            font-size: 12px;
        }

        .block-breadcrumbs ul {
            padding: 0;
        }

        .block-breadcrumbs {
            margin-top: 30px;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 12px;
        }

        ul.checkout-types {
            list-style: none;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .block-product-info .box-qty .quantity-minus,
        .block-product-info .box-qty .quantity-plus {
            width: 35px;
            height: 30px;
            border: 1px solid #eaeaea;
            display: inline-block;
            text-align: center;
            float: left;
            font-size: 0;
        }

        .block-product-info td.table-value {
            min-width: 380px;
        }

        .quantity {
            position: relative;
            border: 1px solid #ebebeb;
            font-size: 14px;
            color: #000;
            line-height: 42px;
            padding: 0 30px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

        .block-product-info .box-qty input.quantity {
            border: 1px solid #eaeaea;
            height: 30px;
            width: 70px;
            float: left;
            border-right: none;
            border-left: none;
            text-align: center;
        }

        .block-product-info .box-qty .quantity-minus {
            background-image: url(images/minus.png);
            background-repeat: no-repeat;
            background-position: center center;
        }

        .block-product-info .box-qty .quantity-plus {
            background-image: url(images/plus-square.png);
            background-repeat: no-repeat;
            background-position: center center;
        }

        div#carousel-reviews .owl-nav {
            display: none;
        }

        .block-product-info .desc {
            padding: 20px 0;
            border-bottom: 1px solid #eaeaea;
            color: #414141;
        }

        .old-price .price {
            color: #777777 !important;
            font-size: 14px;
            font-weight: normal;
            text-decoration: line-through;
            margin-left: 6px;
        }

        .block-product-info .variations-box {
            margin-top: 15px;
        }

        .product-extra-link {
            float: right;
            margin-right: 15px;
        }



        .product-extra-link .wishlist-link {
border: 1px solid #1f4688;
display: inline-block;
background-color: #fff;
height: 40px;
position: relative;
width: 40px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
text-align: center;
line-height: 40px;
border-radius: 5px;
color: #1f4688;
        }

/*
        .product-extra-link a.wishlist-link::after {
            background-image: url(images/wishlist-icon2.png);
            width: 19px;
            height: 17px;
        }

        .product-extra-link a::after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            content: "";
            background-repeat: no-repeat;
            background-position: top left;
            transition: all 0.3s ease-out 0s;
            -webkit-transition: all 0.3s ease-out 0s;
        }*/

        .button-radius {
            position: relative;
            border: 1px solid #eaeaea;
            padding: 1px;
            padding-right: 1px;
            padding-left: 1px;
            min-height: 34px;
            background: #fff;
            display: inline-block;
            width: auto;
            line-height: 30px;
            padding-left: 20px;
            padding-right: 40px;
            margin: 0;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            color: #666666;
            -webkit-border-radius: 17px;
            -moz-border-radius: 17px;
            border-radius: 17px;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
            margin-top: 10px;
            font-size: 14px;
        }

        .product-extra-link,
        .block-product-info .btn-add-cart {
            float: left;
            margin-left: 15px;
        }

        .block-product-info .btn-add-cart {
            margin-top: -2px;
            margin-right: 5px;
            float: right;
        }

        .old-price {
            display: inline;
            margin-right: 15px;
            line-height: 1;
            margin: 0;color: #f00;
font-size: 14px;
text-decoration: line-through;
        }

        .product-price ins {
            color: #1169b9;
            font-size: 18px;
            text-decoration: none;
        }

        .product-price {

            font-weight: 500;
            color: #333e48;
        }

        .label {
            display: inline;
            padding: 0.2em 0.6em 0.3em;
            font-size: 75%;
            font-weight: bold;
            line-height: 1;
            color: #ffffff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 0.25em;
        }



        .block:not([class*=block-language]):not(ins) {
            background: #fff;
            border: 1px solid #eee;
            /* float: left; */
            max-width: 100%; 
            width: 100%;box-shadow: 1px 2px 9px #7575750f;
        }

        .block-breadcrumbs ul li {
            display: inline;
            list-style: none;
            height: 40px;
            line-height: 40px;
            float: right;
            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: right;
        }

        .block-breadcrumbs ul li span {
            float: right; 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;
            }

        }


        .product-page .block-top-sellers {
            margin-top: 30px;
        }

        .block-product-info {
            margin-top: 30px;
            float: left;
            width: 100%;
        }

        .block-product-image {
            margin-top: 30px;
            padding: 10px;
            overflow: hidden;
            display: block;
        }

        .block-product-image .product-image {
            overflow: hidden;
        }

        .block-product-info .product-name {
            margin-top: 0;
            font-weight: normal;
            font-size: 20px;
        }

        .media-body {
            text-align: right;
        }



        @media (min-width: 992px) {

            .col-md-1,
            .col-md-10,
            .col-md-11,
            .col-md-12,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9 {
                float: right;
            }


        }

        .styled-icons a {
            color: #333333;
            font-size: 18px;
            height: 32px;
            line-height: 32px;
            width: 32px;
            float: left;
            margin: 5px 7px 5px 0;
            text-align: center;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .styled-icons a:hover {
            color: #666666;
        }

        .styled-icons.icon-gray a {
            background-color: #eeeeee;
            color: #555555;
            display: block;
            font-size: 18px;
            height: 36px;
            line-height: 36px;
            width: 36px;
        }

        .styled-icons.icon-gray a:hover {
            color: #bbbbbb;
        }

        .styled-icons.icon-gray.icon-bordered a {
            background-color: transparent;
            border: 2px solid #eeeeee;
        }

        .styled-icons.icon-gray.icon-bordered a:hover {
            border: 2px solid #d5d5d5;
        }

        .styled-icons.icon-dark a {
            background-color: #333333;
            color: #eeeeee;
            display: block;
            font-size: 18px;
            height: 36px;
            line-height: 36px;
            width: 36px;
        }

        .styled-icons.icon-dark.icon-bordered a {
            background-color: transparent;
            border: 2px solid #111111;
            color: #111111;
        }

        .styled-icons.icon-dark.icon-bordered a:hover {
            background-color: #111111;
            border-color: #111111;
            color: #fff;
        }

        .styled-icons.icon-bordered a {
            border: 1px solid #777777;
        }

        .styled-icons.icon-bordered a:hover {
            background-color: #777777;
            color: #fff;
        }

        .styled-icons.icon-rounded a {
            border-radius: 3px;
        }

        .styled-icons.icon-circled a {
            border-radius: 50%;
        }

        .styled-icons.icon-sm a {
            font-size: 13px;
            height: 30px;
            line-height: 30px;
            margin: 2px 7px 2px 0;
            width: 30px;
        }

        .styled-icons.icon-md a {
            font-size: 24px;
            height: 50px;
            line-height: 50px;
            width: 50px;
        }

        .styled-icons.icon-lg a {
            font-size: 32px;
            height: 60px;
            line-height: 60px;
            width: 60px;
        }

        .styled-icons.icon-xl a {
            font-size: 60px;
            height: 120px;
            line-height: 120px;
            width: 120px;
        }

        .styled-icons li {
            display: inline-block;
            margin-bottom: 0;
            margin-top: 0;
        }

        .icon-box i {
            display: inline-block;
            font-size: 30px;
        }


        a.media-left {
            margin-top: 11px;
            margin-right: 13px;
            float: left;
        }
        
        a.media-left h5 {
  font-size: 14px;
  margin: 0;
}

        .media-right,
        .media>.pull-right {
            padding-left: 10px;
        }

        .clearfix:before,
        .clearfix:after,
        .dl-horizontal dd:before,
        .dl-horizontal dd:after,
        .container:before,
        .container:after,
        .container-fluid:before,
        .container-fluid:after,
        .row:before,
        .row:after,
        .form-horizontal .form-group:before,
        .form-horizontal .form-group:after,
        .btn-toolbar:before,
        .btn-toolbar:after,
        .btn-group-vertical>.btn-group:before,
        .btn-group-vertical>.btn-group:after,
        .nav:before,
        .nav:after,
        .navbar:before,
        .navbar:after,
        .navbar-header:before,
        .navbar-header:after,
        .navbar-collapse:before,
        .navbar-collapse:after,
        .pager:before,
        .pager:after,
        .panel-body:before,
        .panel-body:after,
        .modal-header:before,
        .modal-header:after,
        .modal-footer:before,
        .modal-footer:after {
            content: " ";
            display: table;
        }

        .clearfix:after,
        .dl-horizontal dd:after,
        .container:after,
        .container-fluid:after,
        .row:after,
        .form-horizontal .form-group:after,
        .btn-toolbar:after,
        .btn-group-vertical>.btn-group:after,
        .nav:after,
        .navbar:after,
        .navbar-header:after,
        .navbar-collapse:after,
        .pager:after,
        .panel-body:after,
        .modal-header:after,
        .modal-footer:after {
            clear: both;
        }

        .arabiccaptcha {
            text-align: left !important;
            float: right !important;
            margin-left: 10px !important;
            margin-top: 8px !important;
        }

        .embed-responsive-16by9 iframe {
            max-height: 200px;
            width: 50%;
            margin: unset !important;
            margin-right: auto !important;
        }

        .embed-responsive-16by9 {
            padding-bottom: 0;
            overflow: initial;
        }

        ul.styled-icons.icon-dark.icon-sm.icon-circled {
            display: inline-block;
        }

        .vgpc-post-readmoref {
            float: right;
        }

        span.date {
            display: inline-block;
            top: 10px;
            position: absolute;
            right: 13%;
        }

        .hide {
            display: none !important;
        }

        #text-3>div.footer-contact.address>div.ft-contact.fax>p,
        #text-3>div.footer-contact.address>div:nth-child(4)>p {
            direction: ltr;
            text-align: left;
        }

        .top-contact-info li {
            direction: ltr;
        }

        @media (min-width: 768px) {
            .image img {
                max-width: 300px;
                display: inherit;
            }

            .image {
                float: right;
                padding-right: 5px;
                text-align: center;
            }
        }

        @media (max-width: 767px) {
            .header_aera {
                background: #00578fcc;
            }

            .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
                padding: 3px 16px;
            }

            a.nav_searchFrom {
                color: #f6f8f8;
            }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #f6f8f8;
            }
        }

        .image {
            text-align: center;
        }

        .col-md-2.galley:hover img {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .header-nav .nav>li,
        .is-fixed .header-nav .nav>li {
            /*   padding: 0 15px;          */
        }

        .col-md-2.galley img {
            height: 100%;
            display: block;
            margin: 0;
            width: 100%;
            height: 100%;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            transition: all 0.25s;
            -moz-transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
        }

        .col-md-2.galley a {
            display: block;
            overflow: hidden;
        }

        .col-md-2.galley {
            display: inline-block;
            float: none;
            height: 191px;
            position: relative;
            overflow: hidden;
            padding: 0 5px;
            margin-bottom: 10px;
        }

        ul.styled-icons.icon-dark.icon-sm.icon-circled {
            display: inline-block;
            width: 100%;
        }

        body {
            overflow-x: hidden;
        }

        .clear {
            clear: both;
        }

        .grecaptcha-badge {
            display: none !important;
        }

        .is-fixed .extra-nav {
            padding: 29px 0;
        }

        @media only screen and (max-width: 767px) {
            .col-md-3.col-sm-6.footer-t {
                clear: both;
            }

            .is-fixed .extra-nav {
                padding: 15px 0;
            }

            .main-menu .navbar-header .navbar-toggle {
                margin: 2px 20px 10px;
            }

            .outer-search-box {
                left: 2px;
                right: auto;
            }

            iframe {
                width: 90%;
            }

            .extra-nav {
                display: none;
            }

            i.fa.fa-chevron-down {
                display: none;
            }

            .bg-primary .navbar-toggle .icon-bar {
                background-color: #26a9df;
                color: #26a9df !important;
            }

            .widget.widget_services {
                padding-right: 0px !important;
            }

            a.button_all {
                float: none;
            }
        }

        .subtittle h2 {
            margin-bottom: 0px;
        }

        .wt-post-info.p-a30.p-b20.bg-white {
            padding: 30px;
        }

        .wt-img-effect.zoom-slow:hover img {
            -moz-transform: scale(2);
            -webkit-transform: scale(2);
            -o-transform: scale(2);
            -ms-transform: scale(2);
            transform: scale(2);
        }

        .wt-img-effect.zoom-slow img {
            transition: all 10s;
            -moz-transition: all 10s;
            -webkit-transition: all 10s;
            -o-transition: all 10s;
        }

        .wt-img-effect img {
            display: block;
            margin: 0;
            width: 100%;
            height: 300px;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            transition: all 0.25s;
            -moz-transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
        }

        .wt-img-effect {
            position: relative;
            overflow: hidden;
            display: block;
        }

        .overlay-s3 {
            background: #0000002b;
        }

        .homepage-gri {
            text-align: center;
        }

        .col-md-3.col-xs-12 {
            display: inline-block;
            float: none;
        }

        .news-section,
        .iq-our-clients,
        .professional_builder,
        .careplus-gallery-full {
            padding: 10px 0;
        }

        .about-company,
        .careplus-gallery-full,
        div#slides,
        section.our_services_area,
        .about_us_area {

            padding-top: 1px;
            padding-bottom: 10px;
        }

        .tittle h2 {
            font-size: 30px;
        }

        .subtittle:before,
        .tittle:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 50%;
            width: 100%;
            height: 4px;
            z-index: 1;
            background: #e9e9e9;
            opacity: 1;
        }

        .subtittle h2,
        .tittle h2 {
            display: inline-block;
            padding-right: 5px;
            padding-left: 5px;
            position: relative;
            background: #f7f7f7;
            z-index: 9;
            font-size: 22px;
            text-transform: capitalize;
            color: #30355d;

            margin-top: 0;
        }

        .subtittle,
        .tittle {
            border-bottom: none;
            padding-bottom: 0px;
            display: none;
        }

        .navig-img2 img {
            height: 200px;
            width: 100%;
            padding: 5px;
        }

        .navig-img2.row {
            margin-top: 11px;
        }

        .tittle.wow.fadeInUp {
            display: block;
            width: 100%;
            margin-bottom: 30px;
            display: none;
        }

        .button_all {
            display: inline-block;
            border: none;
            font-size: 14px;
            padding: 10px 15px;
            text-transform: uppercase;
            background: #144f3c;
            color: #fff;
            line-height: normal;
            cursor: pointer;
            text-align: center;
            background: #093028;
            background: -webkit-linear-gradient(to right, #237A57, #093028);
            background: linear-gradient(to right, #237A57, #093028);
        }

        #slides>div>div.serv_carosele.row>div>div.row {
            display: block;
        }

        .recent-item {
            transition: all 0.4s cubic-bezier(0.76, 0.1, 0.21, 0.9) 0s;
            width: 100%;
        }

        .recent-item .touching.medium .plus_overlay {
            border-bottom: 50px solid #25622b;
            border-left: 50px solid transparent;
            bottom: 0;
            height: 0;
            opacity: 0.95;
            position: absolute;
            right: 0;
            text-indent: -9999px;
            transition: all 0.2s cubic-bezier(0.63, 0.08, 0.35, 0.92) 0s;
            width: 0;
            z-index: 999;
        }

        .media-body a,
        a.media-left {
            color: #339be9;
        }

        .recent-item:hover .touching.medium .plus_overlay {
            border-bottom: 500px solid rgba(37, 99, 44, 0.69);
            border-left: none;
            height: 100%;
            width: 100%;
        }

        .recent-item:hover .touching.medium .plus_overlay_icon {
            display: none;
        }

        .recent-item .touching.medium .plus_overlay_icon {
            bottom: 10px;
            color: #fff;
            height: 15px;
            position: absolute;
            right: 8px;
            transition: all 0.2s cubic-bezier(0.63, 0.08, 0.35, 0.92) 0s;
            width: 13px;
            z-index: 999;
        }

        .recent-item:hover .item-description {
            display: block;
            left: 0;
            position: absolute;
            top: 35%;
            left: 0;
            width: 100%;
            z-index: 999;
        }

        .touching.medium {
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .touching.medium img {
            width: 100%;
            position: relative;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .recent-item .item-description {
            opacity: 0;
            position: absolute;
            top: 0;
            text-align: center;
        }

        .item-description h5 {
            color: #fff;
            font-size: 22px;
            font-weight: 700;
            line-height: 40px;
            margin: 0;
            text-transform: uppercase;
        }

        .recent-item:hover .item-description {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            opacity: 1;
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            -ms-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

        .recent-item .item-description span {
            color: #fff;
            font-size: 20px;
            display: block;
            font-weight: 600;
            line-height: 14px;
        }

        .recent-item .option {
            position: absolute;
            text-align: center;
            top: 40%;
            left: 0;
            width: 100%;
            z-index: 9999;
        }

        .recent-item .option a {
            color: #25622b;
            background: #FFF;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 21px;
            line-height: 43px;
            text-align: center;
            display: inline-block;
            zoom: 1;
            -moz-opacity: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            z-index: 100;
            transform: scale(0, 0) rotateX(360deg);
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .recent-item .option a:hover {
            background: #25622b;
            color: #fff;
        }

        .recent-item:hover .option a {
            zoom: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
            transform: scale(1, 1) rotateX(0deg);
        }

        .recent-item .option a.hover-zoom {
            margin-right: 1%;
        }

        .recent-item .option a.hover-link {
            margin-left: 1%;
        }

        .inner-page-header {
            background: url(images/back6.jpg) repeat;
            background-size: 100% 100%;
            padding: 40px 0;
            background-attachment: fixed;
            -webkit-transition: .4s;
            position: relative;
            -o-transition: .4s;
            transition: .4s;
            border-bottom: 3px solid #dcdbd7;
            position: relative;
            margin-bottom: 10px;
        }

        .inner-page-header .container {
            position: relative;
            z-index: 2;
        }

        .inner-page-header:after {
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: #092d63e0;
            position: absolute;
            z-index: 1;
        }

        .inner-page-header .header-page-title h2 {
            color: #ffffff;
            margin: 0;
            font-size: 36px;
        }

        .inner-page-header .header-page-locator ul {
            text-align: left;
        }

        .inner-page-header .header-page-locator ul li {
            display: inline-block;
            color: #339be9;
            font-size: 20px;
        }

        .inner-page-header .header-page-locator ul li a {
            color: #ffffff;
            transition: all 0.5s ease 0s;
        }

        .inner-page-header .header-page-locator ul li a:hover {
            color: #339be9;
        }



        h5.mt-0 {
            margin-bottom: 15px;
        }

        .item .details-area .actions a.addtowishlist.iswish {
            color: #ed1c24;
        }

        button.close {
            float: left;
        }

.iew-table,
        #checkout-review-table-wrapper {
            
        
         
            padding: 20px;
            border: 1px solid #eee;background: #fff;
            box-shadow: 1px 2px 9px #7575750f;border-radius: 8px;

        }
        
        

        .opc-wrapper-opc #opc-review-block {
            margin-bottom: 20px;
        }

        h3.review-title {
            color: #133ec1;
            font-size: 16px;
            border-bottom: 1px solid #ddd;
            line-height: 1;
            padding-bottom: 13px;
          
        }

.cocolor {
    color:#900;
}

        .opc-wrapper-opc .opc-data-table {
            width: 100%;
        }

        .opc-wrapper-opc .opc-data-table thead {
            display: none;
        }

        .opc-wrapper-opc .opc-data-table thead th {
            color: #1c1c1c;
            font-size: 13px;
            padding: 8px 0 9px;
            border-bottom: 1px solid #eaeaea;
            font-weight: 700;
        }

        .opc-wrapper-opc .opc-data-table thead th:last-child {
            text-align: right !important;
        }

        .opc-wrapper-opc .opc-data-table thead tr th:last-child {
            padding-right: 0
        }

        .opc-wrapper-opc .opc-data-table tbody td {
  
            color: #333;
            font-size: 12px;
            font-weight: 400;
        }

        .opc-wrapper-opc td:first-child {
width:22%;
        }

        .opc-wrapper-opc .opc-data-table tbody td:last-child {
            width: 20%;
            text-align: right;
        }

        .opc-wrapper-opc .opc-data-table tbody td.a-center {
            width: 10%;
            text-align: center;
        }


        .opc-wrapper-opc .opc-data-table tbody td h3 {
            font-size: 12px;


        }

        img.checkout-cart-image {

        }

        .opc-wrapper-opc .opc-data-table tfoot td {
           
            padding-right: 10px;
            line-height: 1.4;
            color: #000;
            font-size: 12px;
            font-weight: 600;
            vertical-align: middle;
        }

        .opc-wrapper-opc .opc-data-table tfoot td strong .price {
            color: #3f3f3f;
            font-size: 14px;
        }

        .opc-wrapper-opc .opc-data-table tfoot th {
            padding: 10px 0;
            border-bottom: 1px solid #eaeaea;
            color: #333;
            font-size: 14px;
            font-weight: normal;
            vertical-align: middle;
        }

        .opc-wrapper-opc .opc-data-table tfoot th strong .price {
            color: #3f3f3f;
            font-size: 14px;
        }

        .opc-wrapper-opc .opc-data-table tfoot tr:last-child td {
            border-bottom: none
        }

        .opc-wrapper-opc .opc-data-table .item-options {
            font-size: 11px
        }


.opc-data-table tfoot {
    background: #f6f6f6;
}

        .opc-wrapper-opc .opc-data-table .cell-label {
            display: none
        }

        .opc-wrapper-opc .opc-data-table .btn-remove img {
            margin-top: 5px;
            width: 10px;
        }

        .opc-wrapper-opc .opc-data-table tfoot tr.last {
            display: none
        }

        .opc-wrapper-opc .opc-data-table .btn-remove {
            display: none
        }

        .opc-wrapper-opc .opc-review-actions .checkout-agreements {
            padding: 0
        }


        .opc-wrapper-opc .opc-review-actions .view-agreement {
            text-decoration: none;
            color: #333;
            font-size: 14px;
            cursor: pointer;
            font-weight: normal;
            padding-top: 5px;
            display: inline-block;
        }

        .opc-index-index .opc-wrapper-opc .opc-review-actions .view-agreement:hover {
            color: #2778c5 !important;
        }

        .opc-wrapper-opc .opc-review-actions .agreement-content {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .checkout-agreements .agree input.checkbox {
            margin-top: 8px !important;
            margin-left: 6px !important;
            display: inline-block;
        }

        .opc-wrapper-opc .opc-review-actions .checkout-agreements li {
          
            list-style: none;
        }

        .opc-wrapper-opc .btn-checkout {
            display: block;
            width: 100%;
            height: 45px;
        }

        .opc-wrapper-opc button {
            background: none !important;
            border: none !important;
            padding: 0;
        }

        h5.grand_total .price {
            float: right;
            margin-right: 10px;
            margin-left: 0;
        }

        .opc-wrapper-opc .btn-checkout span {
            background: #224d96;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            width: 100%;
            line-height: 40px;
            padding: 0 !important;
            height: 40px;
            padding: 0;
            display: block;text-transform: capitalize;
        }

        .block-breadcrumbs {
            float: none;
        }

        .checkout-agreements .agree {
            margin: 0;        }

        .rtl .opc-wrapper-opc .opc-review-actions .agree {
            text-align: right;
            margin-bottom: 6px;
        }

        span.cart-price1 .price {
            color: #e62723;
        }

        .product_img {
            position: relative;
            text-align: center;
        }

        .faq-content-box {
            position: relative;
            display: block;
            text-align: right;
        }

        .accordion-box {
            position: relative;
            display: block;
        }

        .accordion-box .accordion {
            position: relative;
            display: block;
            margin-bottom: 5px;
            border-radius: 0px;
        }

        .accordion-box .accordion .accord-btn {
            position: relative;
            display: block;
            cursor: pointer;
            padding-left: 30px;
            padding-right: 45px;
            padding-top: 12px;
            padding-bottom: 12px;
            transition: all 500ms ease;
            background: #f9f9f9;
            border-radius: 5px;
            box-shadow: inset 0px 4px 3px -2px rgba(0, 0, 0, .04);
            border: 1px solid #dedede80;
            border-color: rgba(0, 0, 0, .08);
        }

        .accordion-box .accordion .accord-content {
            position: relative;
            display: block;
            padding-top: 15px;
            padding-bottom: 10px;
            padding-left: 30px;
            padding-right: 30px;
            display: none;
            background: #fff;
            margin-bottom: 5px;
            border: 1px solid rgba(0, 0, 0, .08);
        }

        .accordion-box .accordion .accord-content p {
            color: #000;
            font-size: 14px;
            line-height: 34px;
            font-weight: 500;
            margin: 0;
        }

        .accordion-box .accordion .accord-btn:before {
            content: "";
            width: 49px;
            height: 100%;
            border-width: 0 1px 0 0;
            border-style: solid;
            position: absolute;
            top: 0;
            z-index: 1;
            border-color: rgba(0, 0, 0, .08);
        }

        .accordion-box .accordion .accord-btn::after {
font-family: "Font Awesome 5 Pro";
            position: absolute;
            content: "\f067";
            top: 50%;
            right: 20px;
            color: #243d7b;
            font-size: 11px;
            line-height: 20px;
            font-weight: 600;
            text-align: center;
            transform: translateY(-50%);
            transition: all 500ms ease 0s;
            color: rgba(0, 0, 0, .25);
        }

        .accordion-box .accordion .accord-btn h4 {
            color: #333;
            font-size: 16px;
            line-height: 30px;
            font-weight: normal;
            transition: all 500ms ease;
            padding-right: 30px;
        }

        .accordion-box .accordion .accord-btn.active:after {
            content: "\f068";
            color: #0a5d8f;
        }

        .accordion-box .accordion .accord-content .anco {
            font-size: 15px;
            padding: 13px;
            border-radius: 0;
            float: left;
            clear: both;
        }

        /* .btn:not([data-toggle^="dropdown"]) {
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1em;
            letter-spacing: 0px;
            fill: #13353F;
            color: #13353F;
            background-color: #E8F5F7;
            border-radius: 0;
            padding: 10px;
            transition: all 200ms linear;
            display: inline-block;
        } */

        button#btn {
            background-color: #8cb31a;
            color: #fff;
            margin: 0 10px;
        }

        .accordion-box .accordion .accord-content .anco {
            float: right;
        }

        .accordion-box .accordion .accord-btn::after {
            left: 20px;
            right: auto;
        }

        .accordion-box .accordion .accord-btn h4 {
            padding-left: 30px;
        }

        .accordion-box .accordion .accord-btn:before {
            left: 0;
        }

        .faq-content-box {
            text-align: left;
        }

        .heart-area,
        .cart-area {
            float: right;
        }

        .dropdown-menu-right,
        .sec-title:after,
        .adress-section .quick-li li:before,
        .service-section ul li:before {
            right: auto;
            left: 0;
        }

        .adress-section ul li {
            padding-left: 15px;
            float: left;
        }

        .service-section ul li {
            padding-left: 15px;
        }

        .slider-items .owl-nav {
            left: auto;
            right: 50px;
        }

        .sec-title h2 {
            margin: 0;
            margin-left: 30px;
        }

        .remove-cart,
        .footer-top .input-box button {
            left: auto;
            right: 0;
        }

        .mini-products-list .product-details {
            margin-left: 80px;
            margin-right: 0px;
            text-align: left;
        }

        .social {
            float: right;
        }

        .footer-t,
        .footer-top .input-box,
        .sec-title,
        .block-breadcrumbs ul li,
        .block-breadcrumbs ul li a {
            float: left;
        }

/*
        h5.grand_total .price,
        .opc-wrapper-opc .opc-data-table tbody td h3 {
            float: right;
        }*/

        .product-images {

        }

        select.cate-dropdown {
            background-position: left 10px center;
        }

        .mini-products-list .product-image,
        .cate-dropdown,
        #search input,
        img.checkout-cart-image,
        .block-product-info .box-qty {
            float: left;
        }

        .top-cart-content .block-subtitle,
        .single-blog-style1 .text-holder .blog-title,
        .single-blog-style1 .text-holder .text,
        .top-subtotal,
        .media-body,
        .cart .totals td,
        .cart-table thead th,
        .opc-wrapper-opc .opc-data-table tbody td h3 {
            text-align: left !important;
        }

        .mini-cart .topCartContent {
            left: auto;
            right: -25px;
        }

        #search button {
            right: 0;
            left: auto;
        }

        .cart .totals button.button>span span:before {
            content: ">>";
            display: inline-block;
            margin-right: 5px;
        }

        .footer-top .input-box button span {
            border-radius: 0 21px 21px 0px;
        }

        button.close {
            float: right;
        }

        .follow-social {
            color: #fff;
            margin-left: 0px;
            margin-right: 15px;
        }

        .footer-top .input-box input {
            padding-left: 20px;
            padding-right: 105px;
        }

        @media screen and (min-width: 992px) {
            .site-header #navbar>ul>li {
                float: left;
                border-left: 0px solid #ffffff1a;
                border-right: 1px solid #ffffff1a;
            }

            .col-md-1,
            .col-md-10,
            .col-md-11,
            .col-md-12,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9 {
                float: left;
            }





            .header-style-1 #navbar .navbar-nav,
            .header-style-2 #navbar .navbar-nav,
            .top-cart-content .product-name {
                text-align: left;
            }

            .site-header #navbar>ul .all-men {
                right: 138px;
            }

            .floe-men a:before {
                content: "\f105";
                float: right;
            }
        }

        @media (min-width: 768px) {
            .navbar-right {
                float: left !important;
                margin-left: -15px;
                margin-right: 0px;
            }
        }

        .cart-table thead th {
            text-align: left;
            color: #000;
        }

        .product-extra-link,
        .block-product-info .btn-add-cart {
            float: left;
            margin-left: 15px;
        }

        form#login .text-left {
            text-align: right;text-transform: capitalize;
        }

        .top-cart-content .product-name {
            float: left;
            padding-left: 0;
        }

        .cart .cart-collaterals h2 {
            padding: 10px 15px 10px 10px;
        }

        .bg-about {
            padding: 15px;
            background: #fcfcfc;
            box-shadow: 1px 2px 9px #0000001a;
            margin-bottom: 25px;
        }

        select.cate-dropdown {
            padding-right: 18px;
        }

        .mini-products-list .product-details {
            direction: ltr;
        }

        input.input-text {
            min-width: auto;
            color: #000;
        }

        @media screen and (min-width: 992px) {

            .header-style-1 #navbar,
            .header-style-2 #navbar,
            .header-style-2 #navbar {
                position: unset
            }

            .site-header #navbar>ul .sub-menu {
                min-width: 660px;
                width: 100%;
                left: 0;
                right: 0;
                max-height: 370px;
                overflow: overlay;
                overflow: auto;
            }

            .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
                color: #8cb31a;
                /*   font-weight: 600; */
                font-size: 13px;
            }

            .site-header #navbar>ul .sub-menu::-webkit-scrollbar {
                width: 3px;
            }

            .site-header #navbar>ul>li>.sub-menu .sub-menu {
                right: 0;
                height: 140px;
            }

            .site-header #navbar>ul .sub-menu::-webkit-scrollbar-track {
                /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
*/
                border-radius: 10px;
            }

            .site-header #navbar>ul .sub-menu::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
            }

            .menu-ien {
                width: 24.333%;
            }
        }



        .block-breadcrumbs {
            margin: 15px 0;
        }

        .large-image img {
        }

        .large-image {
            border: none;background: #fff;
        }

        p.agree {
            display: flex;
        }

        .checkout-agreements .agree input.checkbox {
            margin-left: unset !important;
            margin-right: 6px !important;
        }

        span.label.label-warning {
            margin-left: 10px;
        }

        .social li {
            text-align: unset;
        }

        .abt-first {
            padding: 30px 0;
        }

        button#btn {
            background-color: #1d3665;
            color: #fff;
            margin: 0 10px;
        }

        .cart-table-wrap {
            padding: 15px;
            background: #fcfcfc;
            box-shadow: 1px 2px 9px #0000001a;
        }

        .section-title h2:before,
        .section-title-s2 h2:before,
        .section-title-s3 h2:before,
        .section-title-s4 h2:before {
            background: #19549f;

        }

        .social a.nav5 {
            background: #4cd64e;
        }

        .social-wrapper {
            top: 5px;
        }

        #st-1 {
            z-index: 0 !important;
        }

        .form-group.pull-left4 {
            margin-top: 20px;
        }


        .vc_wp_custommenu {
            background: #fff;
        }

        #pageContent .filter-products .flash-sale-item:after {
            display: none;
        }

        #pageContent .filter-products .flash-sale-item {
            margin-bottom: 25px;
        }
    


.colsx {
width:16.666%;
padding: 0 4px;
margin-bottom: 8px;
}


.blog-area {
padding: 15px 0;
}


.categories__list--icon {
margin-right: 15px;
transform: rotatey(180deg);
}



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




.det-prod {
padding: 50px 0 0;
}




.productDetails, .projectDetails {
  clear: both;
  margin-bottom: 0;}


.productShortDesc, .showroomDescription {
  font-size: 14px;

  color: #353535;
  margin-bottom: 20px;
}

.productShortDesc {
  margin: 10px 0;
}

.productShortDesc strong {
font-size: 15px;
line-height: 26px;
}
.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;
  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;
}



.pageshop {
padding:30px 0;
}

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





#sync1 .item {
  color: #fff;
  text-align: center;

height: 400px;
display: grid;
align-items: center;
background: #fff;
border: 1px solid #eee;
}


#sync1 .item a {
display: block;
}


#sync1 .item a img {
width: auto;
max-height: 400px;
object-fit: cover;
max-width: 100%;
}

#sync2 .item {

  /* padding: 10px 0px; */
  margin: 5px 0;
  color: #fff;
height: 78px;
display: grid;
align-items: center;
  text-align: center;
  cursor: pointer;
}

#sync2 .item img {
height: 78px;
width:100%;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item img {
opacity: 1
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px;
  height: 35px;
  margin-top: -20px;
  position: absolute;
  top: 50%;background: #0006;
font-size: 22px;
padding: 0;
opacity: 0;
line-height: 55px;
text-align: center;
color: #fff;
}


#sync1.owl-theme:hover .owl-next,
#sync1.owl-theme:hover .owl-prev {
opacity: 1;
}


#sync1.owl-theme .owl-prev {
  right: 0;

}

#sync1.owl-theme .owl-next {
  left: 0;}
/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}
/* Ã¨Â¼ÂªÃ¦â€™Â­Ã§Å¡â€žÃ¥â€°ÂÃ¥Â¾Å’Ã¦Å’â€°Ã©Ë†â€¢Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨ÂªÂ¿Ã¥Â¤Â§ */
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}
#sync1 svg {
  width: 22px !important;
}




.gallery__trigger .fa-expand-arrows {
  position: absolute;
  right: 13px;
  top: 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;

}


.det-prod {
padding: 50px 0 0;
}


color: /*#30373f*/ #000;
text-transform: capitalize;
font-weight: 500;
display: inline-block;
}


.availability span {
  padding: .2rem .7rem;
  color: #fff;
  background: #19897e;
}



.availability.false span {
background-color: #f1fbef;
color: #47b486;
padding: 2px 5px;
border-radius: 4px;
}


.availability.gray-order span {
background-color: #666;
color: #fff;
padding: 2px 5px;
border-radius: 4px;
}




.showProductSpecs {/*
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;*/
  position: relative;
  margin-bottom: 35px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
text-align: center;
}

.basicTable {
  font-size: 15px;
  font-size: 1.5rem;
  color: #353535;
width: auto;
width: 100%;
}



.basicTable tr td:first-child {
  padding-right: 40px;
  color: #000;
text-transform: capitalize;
width: 25%;
}
.productSpecsDetails .basicTable td {
  position: relative;
}
.basicTable td {
  padding: 9px;
font-size: 15px;
text-align: left;
}

.sectionTitle {
font-size: 20px;
line-height: 25px;
margin-bottom: 15px;
}


.productShortDesc p {
margin-bottom: 0;
font-size: 14px;
}





.color-circle {
background-color: #553a27;
width: 20px;
height: 20px;
border-radius: 50%;
display: block;
}



#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


#exTab1 .nav-pills > li > a {
  border-radius: 0;
}


.down-card .nav-tabs .nav-link {
color: #000;
}


.down-card h1,
.down-card h2,
.down-card h3,
.down-card h4,
.down-card h5,
.down-card h6 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 18px;
}

.down-card .nav-tabs .nav-link:hover,
.down-card .nav-tabs .nav-link:focus {
color: #fff !important;
background: #0d133e;
}


.imb-pro {
width: 100%;
height: 300px;
overflow: hidden;
margin-bottom: 20px;
}





.imb-pro img {
width: 100%;
height: 300px;
overflow: hidden;
object-fit: cover;}



.help-bx {background: #fff;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); }
  .help-bx .info {
    padding: 15px 25px 35px 25px;
    text-align: center;
    position: relative;
    z-index: 1; margin-bottom: 20px;}
    .help-bx .info img {
      max-width: 60px;
      margin-bottom: 20px; }
    .help-bx .info:before, .help-bx .info:after {
      content: "";
      background: #fff;
      position: absolute;
      top: -25px;
      width: 100%;
      height: 80px;
      left: 0;
      transform: skewY(-8deg);
      z-index: -1; }
    .help-bx .info:before {
      background: #fff;
      top: -32px;
      transform: skewY(-5deg);
      height: 40px; }
  .help-bx p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px; }




.brochure-bx {
  padding: 20px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1); }
  .brochure-bx .title-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 30px; }
    .brochure-bx .title-head:after {
      background: var(--primary);
      content: "";
      width: 30px;
      height: 3px;
      position: absolute;
      bottom: -2px;
      left: 0; }

.download-link {
  position: relative;
  display: block;
  padding-left: 45px;
 }
  .download-link .title {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 22px; }
  .download-link span {
    color: #888;
    font-size: 13px;
    line-height: 18px; }
  .download-link img {
    width: 45px;
    position: absolute;
    left: -5px;
    top: 0; }


.pq-portfolio-info-box .title-head,
.menu-service-menu-container .title-head {
padding-bottom: 0px;
text-transform: capitalize;
font-size: 22px;}

.menu-service-menu-container p {
margin-bottom: 10px;
}

.por-Table {

}


.por-Table td {
text-align: left;
color: #000;
padding: 8px 15px;
}



.por-Table i {
color: #6b5548;
margin-right: 8px;
}

.info h5 {
font-size: 21px;
}





.imagebox {
border-radius: 15px;
margin-bottom: 25px;
overflow: hidden;
}
.imagebox .box-image {
  display: block;
  position: relative;
  color: inherit;
}
.imagebox .box-image img {
  border-radius: 3px;
height: 290px;
width: 100%;
}
.imagebox .box-image:hover .box-content {
  opacity: 1;
  overflow: visible;
  max-height: 500px;
}
.imagebox .box-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
background: linear-gradient(to bottom,#0006, #0000001a 100%);
  border-radius: 3px;

}
.imagebox .box-inner {

padding: 20px 15px;
background: #1c1c1c;
background: linear-gradient( to bottom , #1c1c1c , #333);

}
.imagebox .box-title {
  display: block;
  position: relative;
}
.imagebox .box-title:after {
content: "";

position: absolute;

left: 0;
right: 0;
width: 100%;

height: 1px;

background-color: #37c3cc;

border: -5px;

border-radius: 3px;

background: #007fc6;
transform: scale(0);
bottom: -25px;transition: all ease-in-out 0.4s;
}



.imagebox:hover .box-title:after {

}
/*
.imagebox .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: 60px;
  height: 5px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #3a416f 100%);
  border-radius: 3px;
  opacity: 0.2;
}*/
.imagebox .box-title h3 {
margin: 0 0 5px -1px;
font-weight: normal;
font-size: 15px;
text-transform: capitalize;
color: #fff;
letter-spacing: .3px;
line-height: 28px;
}
.imagebox .box-title .box-subtitle {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
  color: #6b7c93;
}
.imagebox .box-content {

  transition: all 0.5s ease-in-out;
  font-size: 15px;
  padding: 1px 0;

position: absolute;
z-index: 9;
top: 25px;

left: 25px;
}
.imagebox .box-content > p:first-child {
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .imagebox .box-content {
    display: block;
  }
}
.imagebox .box-btn {
  text-transform: capitalize;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;color: #fff;
  position: relative;padding-left: 8px;
border-left: 4px solid #007fc6;
}/*
.imagebox .box-btn:before {
  content: "\ea04";
  font-family: "Nucleo";
  font-size: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0.5;
}
.imagebox .box-btn:after {
  content: "";
}*/


.ftco-section {
    padding: 50px 0 0;
}







/*+++++++++++++++++++++++++++++++++++++++++
Button Core
++++++++++++++++++++++++++++++++++++++++*/

[type="button"] {

	overflow: inherit;
	position: relative;
	width: auto;
	background: #ac857c; background: #0d133e;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 14px;
	padding: 12px 24px;
	
	letter-spacing: 1px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
[type="reset"] {

	overflow: inherit;
	position: relative;
	width: auto;
	background: #ac857c; background: #0d133e;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 24px;
	
	letter-spacing: 1px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
[type="submit"] {

	overflow: inherit;
	position: relative;
	width: auto;
	background: #224d96; background: #224d96;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 24px;
	
	letter-spacing: 1px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
/*
[type="button"]:hover {
	color: #ffffff;
	background: /*#30373f*/ #000;
}*/

[type="reset"]:hover {
	color: #ffffff;
	background: /*#30373f*/ #000;
}

[type="submit"]:hover {
	color: #ffffff;
	background: /*#30373f*/ #000;
}

.pq-button {

	
	text-transform: capitalize;
	line-height: 2;
	font-size: 13px;
	padding: 12px 24px;
	position: relative;
	width: auto;
	background: #007fc6;
	color: #ffffff;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	fill: #ffffff;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-button:hover {
	background: #ac857c; background: #0d133e;
background: #51c9f5;
	color: #000;
}

.pq-button.gray-bg {
background: #ff7e13;
color: #f7f4f4;
}

.pq-button.gray-bg:hover {
	background: #0d133e;	color: #fff;
}

.pq-button:hover .pq-button-line-left {
background: #000;
}

.pq-button:focus {
	background: #ac857c; background: #0d133e;
	color: #ffffff;
}

.pq-button-block {
	display: flex;
	align-items: center;
}


.pq-button i.fal {
margin-left:5px;
}

.latest-work .pq-button-block {
color: #fff;
}

.pq-button .pq-button-line-left {
	background: #ffffff;
	width: calc(15px - 1px);
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 1;
	margin-right: -6px;
	margin-top: 0;
	margin-left: 8px;
}

.pq-button i {
	font-size: 20px;
	line-height: 28px;
}



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

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

.contact-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ec7208;
  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;
  
  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;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/


.contact-one .sec-title h2 {
  font-size: 16px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title {
  margin: 0;
  color: #000;
  font-size: 30px;
  margin-bottom: 51px;
  
  
}
.comment-form__title {
  margin: 0;
  color: #000;
  font-size: 30px;
  margin-bottom: 51px;
  
  
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee9db;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 22px;
  color: #000;
  margin-bottom: 26px;
  
  
}

.comment-one__content p {
  font-size: 16px;
  font-weight: 400;
}

.comment-one__btn {
  padding: 2px 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  
  color: #000;
  letter-spacing: 0.1em;
  border-radius: 17px;
  text-transform: capitalize;
}

.comment-one__btn:hover {
  color: #ffffff;
}

.comment-one__btn:before {
  background-color: #be0a16;
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -6px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type=text] {
  height: 60px;
  width: 100%;
  border: none;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #707876;
  display: block;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 0.01em;border: 1px solid #ddd;
}

.comment-form__input-box input[type=email] {
  height: 60px;
  width: 100%;
  border: none;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #707876;
  display: block;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 0.01em;border: 1px solid #ddd;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: #707876;
  height: 150px;
  width: 100%;
  background: #fff;
  padding: 15px 30px 30px;
  border: none;
  border-radius: 30px;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;border: 1px solid #ddd;
}

.comment-form__btn {
  border: none;
}

.comment-form__input-box.text-message-box {
  height: 150px;
}


.form-control {
  color: #333;
  font-size: 15px !important;
  height: 53px;
  border-radius: 0;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  background: #f1f1f1cc;
  margin: 10px;
  border-bottom: 1px dotted #a29f9d;
}
.table > :not(:first-child) {
  border-top: 0 solid currentColor;
}
.text-start {
  text-align: right !important;
}


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


.col-slider-area {
width: calc(100% - 310px)
}




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





.col-slider-area {
width: 100%;
padding: 0 !important;
}


.headerlinkmenu div.links div a {
  padding: 0 2px;
  font-size: 12px;
}



.custom-nav .owl-nav > div {
  font-size:18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}


}
