@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/*-- Common Style --*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

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

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    position: relative;
    visibility: visible;
    scroll-behavior: none;
    color: #3a3a3a;
}

body[dir=rtl] {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
}

a,
button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    outline: 0;
}

label {
    margin-bottom: 15px;
}

/* .form-control {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 80px 6px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    color: #3a3a3a;
    border-radius: 5px;
    background-color: #fff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
} */

p {
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

input:focus,
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    width: 100%;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 20px;
    padding-right: 10px;
    outline: 0;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-100px {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100px {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-100px {
        padding-top: 60px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-100px {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100px {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-100px {
        padding-bottom: 60px;
    }
}

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

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

.line-height-1 {
    line-height: 1;
}

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

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

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

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

.ml-20px {
    margin-left: 20px;
}

.ml-15px {
    margin-left: 15px;
}

.mr-15px {
    margin-right: 15px;
}

.ml-5px {
    margin-left: 5px;
}

.ml-10px {
    margin-left: 10px;
}

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

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

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

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

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

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.bg-black {
    background-color: #2f333a;
}

.bg-gray {
    background-color: #f4f4f4;
}

.bg-white {
    background-color: #ffffff;
}

#scrollUp {
    width: 50px;
    height: 50px;
    background: #252525;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#scrollUp:hover {
    background: #252525;
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.slider-animated-1>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.swiper-slide-active .slider-animated-1>* {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1>*:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>* {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.swiper-pagination span:not(:first-child, :last-child) {
    margin: 0 5px;
}

.section-title {
    line-height: 1;
    margin-bottom: 50px;
}

.section-title .title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 550;
    display: inline-block;
    color: #000000;
    margin: 0 0 15px;
    line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 26px;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 26px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .section-title {
        margin-bottom: 30px;
    }

    .section-title .title {
        font-size: 20px;
        margin: 0 0 15px;
    }
}

.section-title P {
    line-height: 30px;
    font-size: 16px;
    color: #595959;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title P {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 479px) {
    .section-title.mb-60px {
        margin-bottom: 30px;
    }
}

/* Fixed Header */
.sticky-nav.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    background-color: #252525;
}

.sticky-nav.menu_fixed.style-1 {
    background-color: #252525;
    padding: 5px 0 8px;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

[data-bg-image] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/*-------------------------------
            Header css
---------------------------------*/
header {
    background-color: #252525;
}

header .header-top {
    border-bottom: 1px solid #454545;
}

header .header-top .header-part-1 .welcome-text {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px),
only screen and (max-width: 767px) {
    header .header-nav {
        display: none;
    }

    header .header-top .header-part-1 .welcome-text {
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

header .header-top .welcome-text p {
    font-size: 13px;
    color: #cfd4df;
    line-height: 20px;
}

@media only screen and (max-width: 479px) {
    header .header-top .welcome-text p {
        font-size: 11px;
    }
}

header .header-top .top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}

header .header-top .top-nav ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header-top .top-nav ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #454545;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .header-top .top-nav ul li:not(:last-child) {
        padding-right: 12px;
        margin-right: 12px;
    }
}

header .header-top .top-nav ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #cfd4df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

header .header-top .top-nav ul li a:hover,
header .main-menu ul li a:hover {
    color: #d70e32;
}

header .header-top .top-nav ul li a i {
    margin-right: 15px;
    font-size: 18px;
    color: #638ee8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .header-top .top-nav ul li a i {
        margin-right: 12px;
    }
}

header .header-bottom {
    padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    header .header-bottom {
        padding: 5px 0;
    }
}

header .header-bottom .header-actions,
header .header-top .header-part-2 .header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-bottom .header-actions>*+*,
header .header-top .header-part-2 .header-actions>*+* {
    margin-left: 15px;
}

header .header-bottom .header-actions .header-action-btn,
header .header-top .header-part-2 .header-actions .header-action-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #cfd4df;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header .header-bottom .header-actions .header-action-btn:hover,
header .header-top .header-part-2 .header-actions .header-action-btn:hover {
    color: #d70e32;
}

header .header-bottom .header-actions .header-action-btn i,
header .header-top .header-part-2 .header-actions .header-action-btn i {
    -webkit-transition: 0s;
    transition: 0s;
    font-size: 25px;
}

header .header-bottom .header-actions .header-action-btn i:hover,
header .header-top .header-part-2 .header-actions .header-action-btn i:hover {
    color: #d70e32;
}

header .header-bottom .header-actions .header-action-btn .header-action-num,
header .header-top .header-part-2 .header-actions .header-action-btn .header-action-num {
    font-size: 13.3px;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    top: -10px;
    right: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d70e32;
    width: 21px;
    height: 21px;
    padding-top: 3px;
}

header .header-bottom .header-actions .header-action-btn .cart-amount,
header .header-top .header-part-2 .header-actions .header-action-btn .cart-amount {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-left: 15px;
    color: #0f0f0f;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header .header-bottom .header-actions .header-action-btn:hover .cart-amount,
header .header-top .header-part-2 .header-actions .header-action-btn:hover .cart-amount {
    color: #638ee8;
}

header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: #638ee8; */
}

header .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

header .main-menu ul li:not(:first-child) {
    padding-top: 5px;
}

header .main-menu ul li+li {
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .main-menu ul li+li {
        margin-left: 10px;
    }
}

header .main-menu ul li a {
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #cfd4df;
    display: block;
    position: relative;
    line-height: 50px;
}

header .main-menu ul li.active a {
    color: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-menu ul li.active a {
    color: #d70e32;
}

header .main-menu ul li li.position-static {
    position: relative !important;
}

header .main-menu ul li li.position-static i {
    position: absolute;
    right: 20px;
}

header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
    left: 100% !important;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
        left: 95% !important;
        min-width: 230px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
        left: auto !important;
        right: 100%;
    }
}

header .main-menu ul li li.position-static:hover .sub-menu.sub-menu-2 {
    -webkit-transform: translateY(-41px);
    transform: translateY(-41px);
    opacity: 1;
    visibility: visible;
}

header .main-menu ul li .mega-menu {
    position: absolute;
    background: #fff;
    padding: 30px 0px 30px 30px;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    left: 0;
    width: 100%;
    z-index: 2;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    z-index: 15;
    -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}

header .main-menu ul li .mega-menu li ul {
    width: 25%;
    margin-right: 30px;
    border-right: 1px solid #ebebeb;
}

header .main-menu ul li .mega-menu li ul li.title a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    height: auto;
}

header .main-menu ul li .mega-menu li ul li.title a:hover {
    color: #638ee8;
    padding-left: 0px;
}

header .main-menu ul li .mega-menu li ul li a {
    color: #2d2d2d;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 0;
    border: 0;
    height: auto;
    margin-bottom: 15px;
}

header .main-menu ul li .mega-menu li ul li a:hover {
    color: #638ee8;
    padding-left: 10px;
}

header .main-menu ul li .mega-menu li ul li:last-child a {
    margin: 0;
}

.submit {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    background: #638ee8;
    color: #FFF;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

body.offcanvas-open {
    overflow: hidden;
    padding-right: 17px;
}

.offcanvas {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    width: 400px;
    height: 100%;
    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;
    overflow: auto;
    visibility: visible;
}

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

.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%;
    padding: 30px 20px;
}

.offcanvas .inner .head .title {
    color: #000;
    font-weight: 700;
}

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

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

.offcanvas .inner .head .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 10px 0px;
    text-transform: capitalize;
    color: #3a3a3a;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    -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;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 0px;
    display: block;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
    border-bottom: 0px solid #eee;
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0px;
    width: 24px;
    height: 49px;
    cursor: pointer;
    background-color: transparent;
}

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

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

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

.offcanvas .inner .offcanvas-menu ul li:last-child {
    border-bottom: 1px solid #eee;
}

.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 0px 0;
    line-height: 40px;
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .offcanvas .inner .offcanvas-social li {
        margin: 0 5px 0px 0;
    }
}

.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #46293d;
    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 300ms linear;
    transition: all 300ms linear;
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #000;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .offcanvas .inner .offcanvas-social li a {
        line-height: 35px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

.offcanvas .inner .foot .buttons a {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 26px;
    border: none;
    background: #000;
    border-radius: 0px;
    width: auto;
    height: auto;
}

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

.offcanvas .inner .foot .buttons .current-btn {
    background-color: #d70e32;
    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 0 0px;
}

.offcanvas .inner .foot .sub-total .table> :not(caption)>*>* {
    padding: 0;
    border: 0;
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td {
    border: none;
    padding: 0;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 500;
    line-height: 30px;
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td.theme-color {
    color: #d70e32;
}

.offcanvas .inner .foot .sub-total .amount {
    color: #eb2606;
    font-weight: 600;
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 30px;
    margin-bottom: 30px;
}

.offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas-menu>ul.sub-menu>li .menu-expand {
    right: 15px;
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 350px;
    padding: 50px 30px;
}

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

.offcanvas.offcanvas-mobile-menu .offcanvas-close {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: 0;
    left: 0%;
    top: 5px;
    background-color: #d70e32;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border-radius: 50%;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    margin-left: -10px;
    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: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    margin-left: -10px;
    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: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
    margin-bottom: 30px;
    padding: 0;
}

.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
    font-size: 20px;
}

.offcanvas-menu>ul>li .menu-expand::before,
.offcanvas-menu>ul>li .menu-expand::after {
    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: #000;
}

.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.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
    left: 80%;
}

.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.offcanvas-open {
    -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: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75px;
    flex: 1 0 75px;
}

.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-left: 15px;
}

.minicart-product-list li .content .title {
    color: #000;
    font-weight: 500;
    display: block;
    width: 90%;
    line-height: 20px;
}

.minicart-product-list li .content .title:hover {
    color: #d70e32;
}

.minicart-product-list li .content .quantity-price {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
    color: #d70e32;
    font-weight: 500;
    font-size: 18px;
}

.minicart-product-list li .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #000;
    font-size: 16px;
}

.minicart-product-list li .content .remove:hover {
    color: #eb2606;
}

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

.user-panel {
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
}

.user-panel ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user-panel ul li a {
    font-size: 14px;
    color: #3a3a3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.user-panel ul li a:hover {
    color: #638ee8;
}

.user-panel ul li a i {
    margin-right: 15px;
    font-size: 18px;
    color: #638ee8;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.user-panel ul li:not(:last-child) {
    margin-bottom: 10px;
}

/*****HERO SLIDER*****/
.slider-height {
    height: 526px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-height {
        height: 526px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height {
        height: 400px;
        padding: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-height {
        height: 300px;
        padding: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .slider-height {
        height: 250px;
        padding: 10px;
    }
}

.slider-nav-style-1 {
    position: relative;
}

.slider-nav-style-1 .swiper-button-next:after {
    content: "";
}

.slider-nav-style-1 .swiper-button-prev:after {
    content: "";
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
    font-family: "Pe-icon-7-stroke";
    font-size: 40px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    outline: 0;
}

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

    .slider-nav-style-1 .swiper-button-next:after,
    .slider-nav-style-1 .swiper-button-prev:after {
        font-size: 24px;
    }
}

.slider-nav-style-1.small-nav .swiper-button-next:after,
.slider-nav-style-1.small-nav .swiper-button-prev:after {
    font-size: 30px;
}

.small-nav.slider-nav-style-1.small-nav .swiper-button-next:after,
.small-nav.slider-nav-style-1.small-nav .swiper-button-prev:after {
    font-size: 24px;
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    color: #000;
    background-color: #fff;
}

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

    .slider-nav-style-1 .swiper-buttons .swiper-button-next,
    .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
    background-color: #46293d;
    color: #fff;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #4a4a4a;
    color: #fff;
    border-radius: 5px;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev:hover {
    background-color: #638ee8;
    color: #fff;
}

.slider-nav-style-1 .swiper-button-prev {
    outline: 0;
    right: auto;
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1 .swiper-button-prev {
        left: 15px;
    }
}

.slider-nav-style-1.small-nav .swiper-button-prev {
    outline: 0;
    right: auto;
    left: -20px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1.small-nav .swiper-button-prev {
        left: 5px;
    }
}

.slider-nav-style-1 .swiper-button-next {
    outline: 0;
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1 .swiper-button-next {
        right: 15px;
    }
}

.slider-nav-style-1.small-nav .swiper-button-next {
    outline: 0;
    left: auto;
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1.small-nav .swiper-button-next {
        right: 5px;
    }
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.slider-nav-style-1:hover .swiper-button-next {
    right: 50px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1:hover .swiper-button-next {
        right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-1:hover .swiper-button-next {
        right: 10px;
    }
}

.slider-nav-style-1:hover .swiper-button-prev {
    left: 50px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1:hover .swiper-button-prev {
        left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-1:hover .swiper-button-prev {
        left: 10px;
    }
}

.slider-nav-style-1.small-nav:hover .swiper-button-next {
    right: 0px;
}

.slider-nav-style-1.small-nav:hover .swiper-button-prev {
    left: 0px;
}

.hero-slide-content {
    position: relative;
    z-index: 9;
    text-align: justify;
}

.slider-height .category {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
}

.hero-slide-content .title-1 {
    font-size: 13px;
    margin-top: 50px;
    color: #46293d;
    line-height: 20px;
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .category {
        font-size: 15px;
        margin: 0;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content .title-1 {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content .title-1 {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .title-1 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 23px;
    }
}

@media screen and (max-width: 575px) {
    .hero-slide-content {
        width: 60%;
    }
    
    .hero-slide-content.first-element {
        position: relative;
        left: 40%;
    }

    .hero-slide-content .title-1 {
        font-size: 11px;
        margin-bottom: 5px;
        margin-top: 20px;
        line-height: 18px;
    }
}

.tab-content.mt-60px {
    padding-top: 60px;
}

@media only screen and (max-width: 767px) {
    .tab-content.mt-60px {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .tab-content.mt-60px {
        padding-top: 30px;
    }
}

/******ABOUT*****/
.about-area {
    background-color: #f4f4f4;
    max-height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area .promo-video video {
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .promo-video video {
        height: 300px;
    }
}
@media only screen and (max-width: 479px) {
    .about-area .promo-video video {
        height: 170px;
    }
}

.about-contant {
    max-width: 890px;
    margin: auto;
    text-align: justify;
}

.about-contant .title {
    font-size: 60px;
    font-weight: 700;
    color: #444141;
    line-height: 40px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-contant .title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .about-contant .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.about-contant .title span {
    font-size: 48px;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-contant .title span {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .about-contant .title span {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

.team-area .team-wrapper .team-image {
    position: relative;
}

.team-area .team-wrapper .team-image img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: scale(1.01) rotate(0deg);
    transform: scale(1.01) rotate(0deg);
}

.team-area .team-wrapper .team-image .team-social {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #638ee8;
    width: 200px;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
    padding: 0 20px;
    position: absolute;
    top: auto;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-area .team-wrapper .team-image .team-social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-area .team-wrapper .team-inner {
    margin-top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    position: relative;
}

.team-area .team-wrapper .team-inner .team-content {
    text-align: center;
    line-height: 1;
}

.team-area .team-wrapper .team-inner .team-content .title {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-area .team-wrapper .team-inner .team-content .sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin: 9px 0 0;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-area .team-wrapper:hover .team-image img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.team-area .team-wrapper:hover .team-social {
    bottom: 0;
}

/* feature section style*/
.feature-area {
    position: relative;
    z-index: 1;
}

.feature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: 2px solid #e1e1e1;
    padding: 100px 55px;
    border-radius: 20px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-wrapper {
        padding: 80px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrapper {
        padding: 60px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-wrapper {
        padding: 60px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .feature-wrapper {
        padding: 50px 15px;
    }
}

.feature-wrapper .single-feture-col {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-wrapper .single-feture-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrapper .single-feture-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .feature-wrapper .single-feture-col {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .feature-wrapper .single-feture-col {
        padding: 0;
    }
}

.single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.single-feature .feature-icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
    background-color: #46293d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 479px) {
    .single-feature .feature-icon {
        margin-right: 20px;
    }
}

.single-feature .feature-content {
    width: calc(100% - 100px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 479px) {
    .single-feature .feature-content {
        width: calc(100% - 90px);
    }
}

.single-feature .feature-content .title {
    font-size: 20px;
    color: #000;
    font-weight: 550;
    margin: 0 0 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
    .single-feature .feature-content .title {
        font-size: 18px;
    }
}

.single-feature .feature-content .sub-title {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
    .single-feature .feature-content .sub-title {
        font-size: 14px;
    }
}

.single-feature img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-feature:hover img {
    -webkit-transform: scale(0.9) rotate(3deg);
    transform: scale(0.9) rotate(3deg);
}

/*****Commentaire*****/
.trstimonial-area {
    background-color: #fafaf4;
    padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .trstimonial-area {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trstimonial-area {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .trstimonial-area {
        padding-bottom: 40px;
    }
}

.content-top {
    padding: 20px 0;
}

.content-top .testi-inner .testi-content {
    position: relative;
    padding-left: 30px;
}

.content-top .testi-inner .testi-content p {
    font-size: 13px;
    color: #000000;
    font-style: italic;
    line-height: 20px;
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    .content-top .testi-inner .testi-content p {
        font-size: 13px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .content-top {
        padding: 10px 0;
    }

    .content-top .testi-inner .testi-content p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 479px) {
    .content-top {
        padding: 10px 0;
    }

    .content-top .testi-inner .testi-content p {
        font-size: 13px;
    }
}

.content-top .testi-inner .testi-content::after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 62px;
    height: 44px;
    content: "";
    background-image: url(../images/testimonial/quote-shape.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.content-top .testi-inner .testi-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    position: relative;
    bottom: 0px;
}

.content-top .testi-inner .testi-author .name {
    color: #46293d;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    padding-left: 30px;
}

.content-top .testi-inner .testi-author .name span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #444141;
    margin: 5px 0 0;
}

/* Product Style */
.product {
    position: relative;
    border-width: 2px;
    background: #fff;
    border-color: #e1e1e1;
    border-style: solid;
    border-radius: 13px;
    padding: 5px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 0;
}

.product .actions {
    position: absolute;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(100% - 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 145px;
    background: white;
    border: 2px solid #e1e1e1;
    border-top: none;
    z-index: 11;
    border-radius: 0 0 13px 13px;
    width: calc(100% + 5px);
    margin-top: 5px;
}

.product .actions div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product .actions .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    background-color: #707070;
    font-size: 24px;
}

.product .actions .action+.action {
    margin-left: 10px;
}

.product .actions .action:hover {
    color: #fff;
    background: #638ee8;
}

.product .actions .action.active {
    background: #638ee8;
}

.product .thumb {
    position: relative;
    overflow: hidden;
}

.product .thumb .image {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 2s ease-in-out;
}

.product .thumb .image img {
    z-index: 1;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 256px;
    object-fit: scale-down;
}

.product .thumb .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.product .content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    background-color: #fff;
    padding: 0 0 10px;
}

.product .content .category a {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.product .content .category a:hover {
    color: #638ee8;
}

.product .content .title,
.dashboard_content .title {
    font-size: 13px;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
}

.product .content .title a,
.dashboard_content .title a {
    text-decoration: none;
    color: #46293d;
    font-size: 13px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .product .content .category a {
        font-size: 12px;
    }

    .product .content .title a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .product .content .category a {
        font-size: 12px;
    }

    .product .content .title a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .product .content .title a {
        font-size: 16px;
    }
}

.product .content .price {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    font-weight: 500;
    color: #d70e32;
}

.product .content .price:not(:last-child) {
    margin-bottom: 20px;
}

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

.product .content .price span.old {
    margin-right: 15px;
    font-weight: 300;
    text-decoration: line-through;
    position: relative;
}

.product .content .price span.old::after {
    position: absolute;
    top: 50%;
    left: auto;
    width: 10px;
    height: 2px;
    content: "";
    background-color: #666666;
    margin-top: -1px;
    right: -15px;
}

.product .content .btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.product:hover {
    -webkit-transform: scaleY(1.01);
    transform: scaleY(1.01);
    z-index: 1;
}

.product:hover .badges {
    z-index: 111;
}

.product:hover .thumb .image img {
    -webkit-transform: scale(1.05) rotate(0deg);
    transform: scale(1.01) rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.product:hover .thumb .image img:not(:last-child) {
    opacity: 0;
}

.product:hover .thumb .image img.hover-image {
    opacity: 1;
}

.product:hover .content .title a,
.dashboard_content .title a {
    color: #474747;
}

.product:hover .content .title a:hover,
.dashboard_content .title a:hover {
    color: #d70e32;
}

.product:hover .actions {
    opacity: 1;
    visibility: visible;
}

.conditionnement .select-conditionnement,
.type-conditionnement .select-type-conditionnement {
    height: 50px;
    font-size: 13px;
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.product-details-content.ml-25px {
    margin-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-details-content.ml-25px {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.product-details-content h2 {
    color: #46293d;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 18px 0;
}

@media only screen and (max-width: 767px) {
    .product-details-content h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 479px) {
    .product-details-content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

.product-details-content .pricing-meta {
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.product-details-content .pricing-meta ul li+li {
    margin-left: 10px;
}

.product-details-content .pricing-meta ul li {
    font-size: 25px;
    color: #d70e32;
    line-height: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pricing-meta ul li {
        font-size: 28px;
    }
}

@media only screen and (max-width: 479px) {
    .product-details-content .pricing-meta {
        padding-bottom: 10px;
    }

    .product-details-content .pricing-meta ul li {
        font-size: 18px;
    }
}

.product-details-content .pro-details-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding-bottom: 40px;
    margin-top: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.product-details-content .pro-details-rating-wrap .rating-product {
    margin-right: 5px;
}

.product-details-content .pro-details-rating-wrap .rating-product i {
    color: #ffde00;
    font-size: 22px;
}

.product-details-content .pro-details-rating-wrap .rating-product i+i {
    margin-left: 3px;
}

.product-details-content .pro-details-rating-wrap .read-review a {
    text-decoration: none;
    color: #929191;
    position: relative;
    margin-left: 8px;
    padding: 0;
    font-size: 18px;
    display: inline-block;
}

.product-details-content .pro-details-rating-wrap .read-review a:hover {
    color: #638ee8;
}

@media only screen and (max-width: 479px) {
    .product-details-content .pro-details-rating-wrap .read-review a {
        font-size: 16px;
    }
}

.product-details-content .pro-details-list {
    padding: 0 0 30px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
    color: #3a3a3a;
}

.product-details-content .pro-details-list p {
    font-weight: 400;
    color: #3a3a3a;
    line-height: 24px;
    margin: 0;
}

.product-details-content .pro-details-list li {
    display: block;
    width: 100%;
    line-height: 24px;
}

.product-details-content p {
    color: #181818;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}

@media only screen and (max-width: 479px)
{
    .product-details-content p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0px;
    }
}

.product-details-content .pro-details-quality .select-container,
.product-details-content .pro-details-quality .plus-minus-add-button-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
    width: 100%;
}

.product-details-content .pro-details-quality .cart-plus-minus,
.product .actions .cart-plus-minus {
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
    background: #505050;
    border-radius: 5px;
}

.product-details-content .pro-details-quality .cart-plus-minus .qtybutton,
.product .actions .cart-plus-minus .qtybutton {
    color: #fff;
    cursor: pointer;
    float: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box,
.product .actions .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px;
    outline: none;
}

.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton,
.product .actions .cart-plus-minus .inc.qtybutton {
    height: 50px;
    padding-top: 14px;
    right: 0;
    top: 0;
}

.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton,
.product .actions .cart-plus-minus .dec.qtybutton {
    height: 50px;
    left: 0;
    padding-top: 14px;
    top: 0;
}

.product-details-content .pro-details-quality .type-conditionnement {
    margin-right: 15px;
}

.product-details-content .pro-details-quality .pro-details-cart .add-cart,
.product .actions .pro-details-cart .add-cart {
    position: relative;
    padding: 0 99px;
    height: 50px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 10px;
    background: #46293d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
}

.product .actions .pro-details-cart .add-cart {
    font-size: 13px;
    font-weight: 450;
    padding: 0 10px;
}

.product-details-content .pro-details-quality .pro-details-cart .add-cart:hover,
.product .actions .pro-details-cart .add-cart:hover {
    background-color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .pro-details-quality .pro-details-cart .add-cart {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-quality .pro-details-cart .add-cart {
        padding: 0 12px;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .product-details-content .pro-details-quality .pro-details-cart .add-cart {
        padding: 0 10px;
        font-size: 12px;
        margin-left: 5px;
    }
}

.product-details-content .pro-details-compare-wishlist a {
    padding: 0;
    border: none;
    color: #fff;
    font-size: 23px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #454545;
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 479px) {
    .product-details-content .pro-details-compare-wishlist a {
        margin-left: 5px;
    }
}

.product-details-content .pro-details-compare-wishlist a:hover {
    background-color: #000000;
}

.product-details-content .pro-details-same-style span {
    font-weight: 500;
    color: #638ee8;
    display: inline-block;
    margin-right: 5px;
}

.product-details-content .pro-details-same-style a {
    font-weight: 400;
    color: #484545;
    margin-left: 3px;
}

.product-details-content .pro-details-same-style a:hover {
    color: #638ee8;
}

.product-details-content .pro-details-same-style.pro-details-categories-info {
    margin: 10px 0;
}

.product-details-content #product-title {
    line-height: 28px;
}

.product-details-content #product-title,
.product-details-content #product-price {
    font-size: 22px;
    margin: 0 0 8px 0;
}

.zoom-thumbs {
    width: 70%;
    margin: 18px auto 0px auto;
}

.zoom-thumbs .swiper-slide img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
}

.zoom-thumbs .swiper-slide:hover img {
    border-color: #d70e32;
}

.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border-color: #d70e32;
}

.zoom-thumbs .swiper-slide .img-responsive {
    width: auto;
}

.zoom-top {
    width: 450px;
}

.zoom-top .swiper-slide,
.zoom-top-2 .swiper-slide {
    border-radius: 15px;
    border: 2px solid #e1e1e1;
    padding: 3px;
    overflow: hidden;
}

.zoom-top .swiper-slide::before,
.zoom-top-2 .swiper-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.zoom-top .swiper-slide .full-preview,
.zoom-top-2 .swiper-slide .full-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 24px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d70e32;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
    opacity: 0;
    border-radius: 5px;
}

.zoom-top .swiper-slide:hover .full-preview,
.zoom-top-2 .swiper-slide:hover .full-preview {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.zoom-top .swiper-slide:hover::before,
.zoom-top-2 .swiper-slide:hover::before {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.zoom-top .swiper-slide img {
    height: 450px;
    width: 100%;
    object-fit: scale-down;
}

.description-review-wrapper {
    margin-top: 25px;
    margin-left: 25px;
}

@media only screen and (max-width:991px) {
    .description-review-wrapper {
        margin-top: 25px;
        margin-left: 0px;
    }
}

.description-review-topbar.nav {
    border-bottom: none;
    position: relative;
    margin-bottom: 0;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #e1e1e1;
    background-color: #fff;
}

.description-review-topbar.nav button {
    background: transparent;
    border: 0;
    text-transform: capitalize;
    line-height: 24px;
    color: #000000;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.description-review-topbar.nav button::before {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #e1e1e1;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.description-review-topbar.nav button:hover {
    color: #d70e32;
}

.description-review-topbar.nav button:hover::before {
    width: 100%;
    background-color: #d70e32;
}

.description-review-topbar.nav button.active {
    color: #d70e32;
}

.description-review-topbar.nav button.active::before {
    width: 100%;
    background-color: #d70e32;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .description-review-topbar.nav button {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .description-review-topbar.nav button {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .description-review-topbar.nav button {
        margin-right: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .description-review-topbar.nav button {
        margin-right: 4px;
        font-size: 14px;
        padding-left: 0;
    }

    .zoom-top {
        width: auto;
    }

    .zoom-top .swiper-slide img {
        height: auto;
        width: 100%;
        object-fit: scale-down;
    }
}

.description-review-bottom {
    overflow: hidden;
    font-size: 16px;
    background: #fff;
    padding: 40px 0px 0px 0px;
}

.description-review-bottom .product-description-wrapper {
    text-align: justify;
    line-height: 28px;
}

.description-review-bottom .product-description-wrapper p {
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #181818;
    font-weight: 300;
}

.description-review-bottom .product-description-wrapper ul,
.description-review-bottom .product-description-wrapper li {
    list-style: disc;
    margin: unset;
    padding: revert;
}

.description-review-bottom .product-anotherinfo-wrapper li {
    color: #3d3d3d;
    font-size: 16px;
    list-style: outside none none;
    margin: 0 0 13px;
    display: block;
}

.description-review-bottom .product-anotherinfo-wrapper li span {
    color: #525252;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px;
}

.description-review-bottom .single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}

.description-review-bottom .single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

.description-review-bottom .single-review .review-img img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .description-review-bottom .single-review .review-img {
        margin: 0px 0px 20px 0px;
    }
}

.description-review-bottom .single-review .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description-review-bottom .single-review .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description-review-bottom .single-review .review-top-wrap .review-left .review-name {
    margin-right: 15px;
}

.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    color: #000000;
}

.description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
    line-height: 1;
}

.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
    overflow: hidden;
    font-size: 14px;
    color: #ffde00;
}

.description-review-bottom .single-review .review-top-wrap .review-left a {
    color: #000000;
}

.description-review-bottom .single-review .review-top-wrap .review-left a:hover {
    color: #638ee8;
}

.description-review-bottom .single-review .review-bottom p {
    margin: 0;
    color: #181818;
    font-size: 14px;
    line-height: 24px;
}

.description-review-bottom .single-review.child-review {
    margin-left: 70px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .description-review-bottom .single-review.child-review {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .description-review-bottom .single-review.child-review {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .description-review-bottom .single-review {
        display: block;
    }
}

.description-review-bottom .ratting-form-wrapper {
    padding-top: 50px;
    line-height: 1;
}

.description-review-bottom .ratting-form-wrapper h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.description-review-bottom .ratting-form-wrapper .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 20px;
}

.description-review-bottom .ratting-form-wrapper .star-box span {
    margin: 0 15px 0 0;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.description-review-bottom .ratting-form-wrapper .star-box i {
    overflow: hidden;
    font-size: 22px;
    margin-right: 5px;
    color: #ffde00;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style {
    margin-bottom: 10px;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style input {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #ebebeb;
    color: #3a3a3a;
    padding: 2px 10px 2px 20px;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style input:focus {
    border-color: #638ee8;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
    background: transparent;
    border: 1px solid #ebebeb;
    color: #3a3a3a;
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style textarea:focus {
    border-color: #638ee8;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style button {
    width: 170px;
    height: 50px;
    background-color: #000000;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style button:hover {
    background-color: #638ee8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .description-review-bottom .ratting-form-wrapper {
        margin-top: 50px;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .description-review-bottom .ratting-form-wrapper {
        margin-top: 50px;
        padding: 0;
    }
}

/*****MODAL ADD CART*****/
.modal-dialog {
    margin: 0% auto;
    max-width: 960px;
    width: 960px;
    padding: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        max-width: 720px;
        width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 98%;
        max-width: 100%;
        padding: 35px 0;
    }
}

.modal-dialog .btn-close {
    position: absolute;
    top: 0;
    right: -35px;
    color: #fff;
    border: 1px solid #46293d;
    padding: 0px;
    outline: none;
    background-color: #46293d;
    font-size: 24px;
    border-radius: 5px;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    opacity: 1;
    z-index: 999999;
}

@media only screen and (max-width: 767px) {
    .modal-dialog .btn-close {
        width: 30px;
        height: 30px;
        right: 0;
        font-size: 18px;
    }
}

.modal.fade {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.modal.fade.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.modal.customize-class .modal-dialog {
    max-width: 500px;
}

.modal.customize-class .modal-dialog .modal-body {
    padding: 30px 0;
}

.modal.customize-class .modal-dialog .modal-body .tt-modal-messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    line-height: 1;
}

.modal.customize-class .modal-dialog .modal-body .tt-modal-messages i {
    font-size: 20px;
    color: #000;
    margin-right: 10px;
}

.modal.customize-class .modal-dialog .modal-body .tt-img img {
    max-width: 220px;
}

.modal.customize-class .modal-dialog .modal-body .tt-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.modal.customize-class .modal-dialog .modal-body .tt-title a {
    color: #000000;
}

.modal.customize-class .modal-dialog .modal-body .tt-title a:hover {
    color: #638ee8;
}


/******CART******/
.cart-main-area .cart-page-title {
    color: #000000;
    text-align: left;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: 600;
}

.cart-main-area .table-content table,
#exampleModal-Order table {
    border: 1px solid #ebebeb;
    width: 100%;
}

.cart-main-area .table-content table thead>tr,
#exampleModal-Order table thead>tr {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
}

.cart-main-area .table-content table thead>tr>th,
#exampleModal-Order table thead>tr>th {
    border-top: medium none;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 45px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.cart-main-area .table-content table tbody>tr,
#exampleModal-Order table tbody>tr {
    border-bottom: 1px solid #ebebeb;
}

.cart-main-area .table-content table tbody>tr td,
#exampleModal-Order table tbody>tr td {
    color: #3a3a3a;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

.cart-main-area .table-content table tbody>tr td.product-thumbnail {
    width: 100px;
}

.cart-main-area .table-content table tbody>tr td.product-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.cart-main-area .table-content table tbody>tr td.product-name,
#exampleModal-Order table tbody>tr td.product-name {
    width: 500px;
    text-align: justify;
    padding-left: 15px;
}

.cart-main-area .table-content table tbody>tr td.product-name a,
#exampleModal-Order table tbody>tr td.product-name a {
    color: #3a3a3a;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
}

.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus {
    display: inline-block;
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px;
}

.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    padding-top: 5px;
    top: 0;
}

.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    padding-top: 5px;
    right: 0;
    top: 0;
}

.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .qtybutton {
    color: #3a3a3a;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20px;
    text-align: center;
}

.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
    color: #3a3a3a;
    float: left;
    font-size: 16px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 0;
    text-align: center;
}

.cart-main-area .table-content table tbody>tr td.product-remove {
    width: 100px;
}

.cart-main-area .table-content table tbody>tr td.product-remove a {
    color: #3a3a3a;
    font-size: 16px;
    margin: 0 10px;
}

.cart-main-area .table-content table tbody>tr td.product-remove a:hover {
    color: #d70e32;
}

.cart-main-area .table-content table tbody>tr td.product-wishlist-cart>a {
    background-color: #d70e32;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 12px;
    text-transform: uppercase;
}

.cart-main-area .table-content table tbody>tr td.product-wishlist-cart>a:hover {
    background-color: #000000;
}

.cart-main-area .cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 60px;
}

.cart-main-area .cart-shiping-update-wrapper .cart-shiping-update>button {
    border: medium none;
    cursor: pointer;
    margin: 0px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .cart-main-area .cart-shiping-update-wrapper {
        display: block;
        padding: 30px 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update>a,
.cart-shiping-update-wrapper .cart-shiping-update>button,
.cart-shiping-update-wrapper .cart-shiping-update>a,
.cart-shiping-update-wrapper .confirm-order>button {
    background-color: #f2f2f2;
    border-radius: 0px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 20px 17px;
    text-transform: uppercase;
}

.cart-shiping-update-wrapper .cart-shiping-update>a,
.cart-shiping-update-wrapper .cart-shiping-update>button,
.cart-shiping-update-wrapper .cart-shiping-update>a {
    font-size: 13px;
    font-weight: 450;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .cart-shiping-update-wrapper .cart-shiping-update>a,
    .cart-shiping-update-wrapper .cart-clear>button,
    .cart-shiping-update-wrapper .cart-clear>a {
        padding: 18px 25px;
    }
}

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

    .cart-shiping-update-wrapper .cart-shiping-update>a,
    .cart-shiping-update-wrapper .cart-clear>button,
    .cart-shiping-update-wrapper .cart-clear>a {
        padding: 18px 25px;
        margin: 0 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update>a:hover,
.cart-shiping-update-wrapper .cart-shiping-update>button:hover,
.cart-shiping-update-wrapper .cart-shiping-update>a:hover {
    background-color: #46293d;
    color: #fff;
}

.cart-shiping-update-wrapper .confirm-order>button {
    background-color: #46293d;
    color: #fff;
}

.cart-shiping-update-wrapper .confirm-order>button:hover {
    background-color: #000000;
    color: #fff;
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    padding: 45px 30px 50px;
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap,
.grand-totall .title-wrap {
    position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before,
.grand-totall .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title,
.grand-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-right: 18px;
    background-color: #ebebeb;
    position: relative;
    z-index: 1;
    color: #000000;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper,
.grand-totall .tax-wrapper {
    margin-top: 22px;
}

.tax-select-wrapper {
    margin: 15px 0 0;
}

.tax-select-wrapper select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ebebeb;
    background: #fff;
    padding-left: 20px;
    border-radius: 0px;
}

.tax-select-wrapper input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ebebeb;
    background: #fff;
    padding-left: 20px;
    border-radius: 0px;
}

.tax-select-wrapper .tax-select {
    margin-bottom: 20px;
}

.tax-select-wrapper .tax-select label {
    color: #000000;
    font-size: 16px;
    margin: 0 0 10px;
}

.tax-select-wrapper button.cart-btn-2,
.grand-totall button.cart-btn-2 {
    background: #968f1b;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 30px 16px;
    width: 100%;
    text-transform: uppercase;
}

.grand-totall button.cart-btn-2 i {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.tax-select-wrapper button.cart-btn-2:hover,
.grand-totall button.cart-btn-2:hover {
    color: #fff;
    background: #000000;
}

.discount-code-wrapper .title-wrap {
    margin-bottom: 22px;
}

.discount-code-wrapper .discount-code p {
    margin: 0 0 15px;
}

.discount-code-wrapper .discount-code input {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 45px;
    margin-bottom: 30px;
    padding-left: 10px;
    outline: none;
    width: 100%;
    border-radius: 0px;
}

.discount-code-wrapper .discount-code button.cart-btn-2 {
    background: #d70e32;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 58px;
    text-transform: uppercase;
}

.discount-code-wrapper .discount-code button.cart-btn-2:hover {
    color: #fff;
    background: #000000;
}

.grand-totall h5 {
    font-size: 16px;
    margin: 36px 0 27px;
    font-weight: 400;
}

.grand-totall h5 span {
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}

.grand-totall .total-shipping h5 {
    font-size: 16px;
    margin: 0;
}

.grand-totall .total-shipping ul {
    padding: 19px 0 0 0;
}

.grand-totall .total-shipping ul li {
    color: #3a3a3a;
    list-style: outside none none;
    margin: 0 0 6px;
    display: block;
}

.grand-totall .total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #3a3a3a;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}

.grand-totall .total-shipping ul li span {
    float: right;
}

.grand-totall .grand-totall-title {
    color: #d70e32;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}

.grand-totall .grand-totall-title span {
    float: right;
}

.grand-totall a {
    background-color: #d70e32;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.grand-totall a:hover {
    background-color: #46293d;
}

.cart-heading h2 {
    color: #000000;
    text-align: left;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: 500;
}

.empty-text-contant i {
    font-size: 60px;
    color: #000000;
}

.empty-text-contant h3 {
    font-size: 20px;
    color: #000000;
    margin: 20px 0 20px;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .empty-text-contant h3 {
        font-size: 18px;
    }
}

.empty-text-contant a.empty-cart-btn {
    padding: 15px 25px;
    display: inline-block;
    background: #46293d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.empty-text-contant a.empty-cart-btn:hover {
    background-color: #000000;
}

.empty-text-contant a.empty-cart-btn:hover i {
    -webkit-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px);
}

.empty-text-contant a.empty-cart-btn i {
    font-size: 14px !important;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

/****CHECKOUT****/
.billing-info-wrap h3 {
    font-weight: 600;
    color: #000000;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 16px;
}

.billing-info-wrap .billing-info select {
    height: 45px;
}

.billing-info-wrap .billing-info input.billing-address {
    margin-bottom: 10px;
}

.billing-info-wrap fieldset legend {
    font-size: 16px;
    font-weight: 500;
}

.billing-info-wrap .billing-info .checkout-account label {
    color: #3a3a3a;
    font-weight: 400;
    margin: 0 0 0 12px;
}

.billing-info-wrap .billing-info .checkout-account input {
    border: 1px solid #ebebeb;
    display: inline-block;
    float: left;
    height: 12px;
    width: 12px;
    margin-top: 7px;
    cursor: pointer;
}

.billing-info-wrap .billing-info .checkout-account input:focus {
    border-color: #638ee8;
}

.billing-info-wrap .billing-select select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #3a3a3a;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    outline: none;
    height: 45px;
}

.billing-info-wrap .checkout-account-toggle input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #3a3a3a;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0 0 20px;
    width: 100%;
    height: 45px;
    outline: none;
}

.billing-info-wrap .checkout-account-toggle input:focus {
    border-color: #638ee8;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn {
    background-color: #638ee8;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    z-index: 9;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
    background-color: #000000;
}

.billing-info-wrap .additional-info-wrap {
    margin: 30px 0;
}

.billing-info-wrap .additional-info-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 10px;
}

.billing-info-wrap .additional-info-wrap textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #3a3a3a;
    font-size: 16px;
    height: 138px;
    padding: 17px 20px;
    width: 100%;
    outline: none;
}

.billing-info-wrap .additional-info-wrap textarea:focus {
    border-color: #638ee8;
}

.billing-info-wrap label {
    margin-bottom: 10px;
}

.your-order-area h3 {
    font-weight: 600;
    color: #000000;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 16px;
}

.your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
    background: #ebebeb;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
    font-size: 16px;
    font-weight: 600;
    list-style: outside none none;
    color: #000000;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 29px 0;
    padding: 19px 0 18px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li span.your-order-shipping {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 18px 0 33px;
    padding: 17px 0 19px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
    font-weight: 600;
    color: #d70e32;
    font-size: 16px;
    list-style: outside none none;
    font-family: "Poppins", sans-serif;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
        padding: 38px 30px 44px;
    }
}

.your-order-area .payment-accordion {
    margin: 0 0 16px;
}

.your-order-area .payment-accordion:last-child {
    margin: 0 0 0;
}

.your-order-area .payment-accordion h4 a {
    color: #000000;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.your-order-area .payment-accordion .panel-body {
    padding: 5px 0 0 0;
}

.your-order-area .payment-accordion .panel-body p {
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 24px;
}

.your-order-area .Place-order {
    margin-top: 25px;
}

.your-order-area .Place-order button.cart-btn-2 {
    background: #46293d;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 30px 16px;
    width: 100%;
    text-transform: uppercase;
}

.your-order-area .Place-order button.cart-btn-2 i {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.your-order-area .Place-order button.cart-btn-2:hover {
    color: #fff;
    background: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-lg-30px {
        margin-bottom: 30px;
    }

    .ml-lg-30px {
        margin-left: 30px;
    }

    .ml-lg-50px {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-md-30px {
        margin-bottom: 30px;
    }

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

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

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

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

@media only screen and (max-width: 767px) {
    .mb-lm-30px {
        margin-bottom: 30px;
    }

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 575px) {
    .mb-xs-30px {
        margin-bottom: 30px;
    }

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

@media only screen and (max-width: 479px) {
    .mb-es-30px {
        margin-bottom: 30px;
    }
}

.thank-you-area {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner_complated {
    text-align: center;
}

.inner_complated img {
    max-width: 100%;
}

.img_cmpted {
    margin: 0 0 30px;
}

.dsc_cmpted {
    margin: 0 0 30px;
    line-height: 24px;
}

.btn_cmpted .shop-btn {
    width: 210px;
    background: #46293d;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
}

.btn_cmpted .shop-btn:hover {
    background-color: #1d1d1d;
}

/********INSCRIPTION, CONNEXION, REINITIALISATION MOT DE PASSE*******/
.login-register-wrapper .login-register-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.login-register-wrapper .login-register-tab-list a {
    position: relative;
}

.login-register-wrapper .login-register-tab-list a:before {
    background-color: #000;
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 1px;
}

.login-register-wrapper .login-register-tab-list a:hover h4 {
    color: #d70e32 !important;
}

.login-register-wrapper .login-register-tab-list a h4 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000000;
}

@media only screen and (max-width: 479px) {
    .login-register-wrapper .login-register-tab-list a h4 {
        font-size: 18px;
    }
}

.login-register-wrapper .login-register-tab-list a:last-child:before {
    display: none;
}

.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 80px;
    text-align: left;
}

.login-register-wrapper .login-form-container .login-register-form input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #3a3a3a;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}

.login-register-form a {
    color: #3a3a3a;
}

.login-register-wrapper .login-form-container .login-register-form input:focus {
    border-color: #46293d;
}

.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn {
    padding: 10px 0 19px;
}

.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn input[type=checkbox] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}

.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a {
    color: #000000;
    float: right;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 599px) {
    .login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a {
        float: none;
        display: inline-block;
        width: 100%;
    }
}

.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a.flote-none {
    float: none !important;
}

.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover {
    color: #d70e32;
}

.login-register-wrapper .login-form-container .login-register-form .button-box button {
    background-color: #f2f2f2;
    border: medium none;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
}

.login-register-wrapper .login-form-container .login-register-form .button-box button:hover {
    background-color: #46293d;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-wrapper .login-form-container {
        padding: 80px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container {
        padding: 40px 15px;
    }
}

.login-register-wrapper .login-register-tab-list a.active h4 {
    color: #d70e32;
}

.special-check {
    width: 15px !important;
    height: 15px !important;
}

/****404 Page*****/
.section-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 450px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .section-404 {
        height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .section-404 {
        height: 600px;
    }
}

.section-404 .content-404 {
    padding: 10px 0;
}

.section-404 .content-404 .title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-404 .content-404 .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-404 .content-404 .title {
        font-size: 60px;
    }
}

.section-404 .content-404 .sub-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-404 .content-404 .sub-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-404 .content-404 .sub-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

.section-404 .content-404 p {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-404 .content-404 p {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-404 .content-404 p {
        margin-bottom: 20px;
    }
}

.section-404 .content-404 .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
}

.section-404 .content-404 .buttons .buttons .btn {
    margin-right: 20px;
    margin-bottom: 20px;
}

.section-404 .content-404 .buttons .btn-primary {
    border-color: #638ee8;
    background-color: #638ee8;
    color: #fff;
    height: auto;
    width: auto;
}

.section-404 .content-404 .buttons .btn {
    font-weight: 400;
    line-height: 24px;
    padding: 15px 40px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 500px;
    height: auto;
    width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-404 .content-404 .buttons .btn {
        padding: 10px 30px;
        font-size: 16px;
    }
}

.section-404 .content-404 .buttons .btn-dark {
    border-color: #000;
    background-color: #000;
    color: #fff;
    margin-left: 20px;
}

.section-404 .content-404 .buttons .btn-outline-hover-dark:hover,
.section-404 .content-404 .buttons .btn-outline-hover-dark:not(:disabled):not(.disabled).active {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

.section-404 .content-404 .buttons .btn-primary {
    border-color: #46293d;
    background-color: #46293d;
    color: #fff;
    height: auto;
    width: auto;
}

/******CGU******/
.cgu p {
    line-height: 20px;
    font-size: 12px;
}

.cgu-container ol,
.cgu-container ol li {
    list-style: decimal;
}

.cgu-container ol li {
    margin-left: 30px;
}

.cgu-container ol li p,
.condition-vente-header {
    text-align: justify;
}

.cgu-container ol li ul,
.cgu-container ol li ul li {
    list-style: disc;
}

/******FOOTER*******/

.footer-area {
    color: #cfd4df;
    background: #2c2c2c;
}

.footer-area .footer-top {
    padding: 30px 0 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-top {
        padding: 80px 0 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-top {
        padding: 60px 0 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top {
        padding: 50px 0 50px 0;
    }
}

.footer-area .footer-top .single-wedge .footer-logo {
    margin: 0 0 0px;
    float: left;
}

.footer-area .footer-top .single-wedge .footer-herading {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
}

.footer-area .footer-top .single-wedge .about-text {
    font-size: 13px;
    line-height: 25px;
    color: #cfd4df;
    font-weight: 400;
    text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-top .single-wedge .about-text {
        font-size: 12px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top .single-wedge .about-text {
        max-width: 454px;
    }
}

.footer-area .footer-top .single-wedge .footer-links li {
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    font-weight: 400;
    margin-bottom: 5px;
}

.footer-area .footer-top .single-wedge .footer-links .single-link {
    font-size: 13px;
    line-height: 25px;
    padding: 0;
    display: inline-block;
    color: #cfd4df;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-top .single-wedge .footer-links .single-link {
        font-size: 12px;
        line-height: 24px;
    }
}

.footer-area .footer-top .single-wedge .footer-links .single-link:hover {
    padding-left: 8px;
    color: #d70e32;
}

.footer-area .footer-top .single-wedge .footer-links p {
    margin: 0 0 0px;
    font-size: 13px;
    line-height: 25px;
    color: #cfd4df;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-top .single-wedge .footer-links p {
        font-size: 13px;
        line-height: 28px;
    }
}

.footer-area .footer-top .single-wedge .footer-links p a,
.footer-area .cgu p a {
    color: #cfd4df;
}

.footer-area .footer-top .single-wedge .footer-links p a:hover,
.footer-area .cgu p a:hover,
.login-register-form a:hover {
    color: #d70e32;
}

.footer-area .footer-top .pl-lg-60px {
    padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-top .pl-lg-60px {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-top .pl-lg-60px {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top .pl-lg-60px {
        padding-left: 15px;
    }
}

.footer-area .footer-top .pl-lg-40px {
    padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-top .pl-lg-40px {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-top .pl-lg-40px {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top .pl-lg-40px {
        padding-left: 15px;
    }
}

.link-follow {
    margin-top: 20px;
}

.link-follow li {
    list-style: none;
    display: inline-block;
}

.link-follow a {
    color: #fff;
    margin-left: 7px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    background-color: #5d5d5d;
    border-radius: 5px;
}

.link-follow a:hover {
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #d70e32;
}

.footer-bottom {
    background: #252525 none repeat scroll 0 0;
    padding: 25px 0 20px 0;
}

.footer-bottom .copy-text {
    color: #cfd4df;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .footer-bottom .copy-text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .copy-text {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-bottom .copy-text {
        font-size: 13px;
    }
}

.footer-bottom .copy-text .company-name {
    color: #cfd4df;
    font-weight: 300;
}

.footer-bottom .copy-text .company-name:hover {
    color: #d70e32;
}

.footer-bottom .copy-text i {
    color: #d70e32;
    margin: 0 3px;
    font-size: 16px;
}