html {
    font-size: 15px
}

:root {
    scroll-behavior: unset
}

body {
    font-family: "Mukta", sans-serif;
    color: #687693;
    background-color: #fff;
    font-size: 15px;
    font-size: 1rem;
    overflow-x: hidden
}

@media (max-width:767px) {
    body {
        font-size: 14px
    }

    .hide {
        display: none;
    }
}

p {
    font-size: 16px;
    color: #687693;
    line-height: 1.8em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "Mukta", sans-serif;
    font-weight: 600
}

ul {
    padding-left: 0;
    margin: 0
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden
}

.page-wrapper {
    position: relative;
    overflow: hidden
}

.wow {
    visibility: hidden
}

.fi:before {
    margin: 0
}

.section-padding {
    padding: 120px 0
}

@media (max-width:991px) {
    .section-padding {
        padding: 90px 0
    }
}

@media (max-width:767px) {
    .section-padding {
        padding: 80px 0
    }
}

.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
    display: none;
    margin-top: 10px
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 2rem;
    color: #E0A500;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none
}

@media (max-width:767px) {

    .contact-validation-active #success,
    .contact-validation-active #c-success,
    .contact-validation-active #c-error,
    .contact-validation-active #error {
        font-size: 15px
    }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

.contact-validation-active #c-error,
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite
}

.back-to-top {
    background-color: rgba(224, 165, 0, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #E0A500;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width:991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

.back-to-top:hover {
    background-color: #E0A500
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important
}

.fancybox-wrap {
    z-index: 99999 !important
}

@media screen and (min-width:992px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style,
    .site-header #navbar>ul .sub-menu.image-style {
        width: 1300px;
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:992px) and (max-width:1399px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style,
    .site-header #navbar>ul .sub-menu.image-style {
        width: 1120px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style,
    .site-header #navbar>ul .sub-menu.image-style {
        width: 920px
    }
}

@media screen and (min-width:992px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style li,
    .site-header #navbar>ul .sub-menu.image-style li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style li,
    .site-header #navbar>ul .sub-menu.image-style li {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

@media screen and (min-width:992px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style li a,
    .site-header #navbar>ul .sub-menu.image-style li a {
        position: relative;
        font-size: 14px
    }

    .ecm-site-header #navbar>ul .sub-menu.image-style li a .inner,
    .site-header #navbar>ul .sub-menu.image-style li a .inner {
        max-height: 450px;
        overflow: hidden;
        display: block;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        margin-bottom: 35px;
        position: relative
    }

    .ecm-site-header #navbar>ul .sub-menu.image-style li a .inner img,
    .site-header #navbar>ul .sub-menu.image-style li a .inner img {
        -webkit-transition: all 3s;
        transition: all 3s
    }

    .ecm-site-header #navbar>ul .sub-menu.image-style li a .inner:before,
    .site-header #navbar>ul .sub-menu.image-style li a .inner:before {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 80px;
        content: "";
        background: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        z-index: 1
    }

    .ecm-site-header #navbar>ul .sub-menu.image-style li a span,
    .site-header #navbar>ul .sub-menu.image-style li a span {
        position: absolute;
        left: 50%;
        bottom: 65px;
        display: inline-block;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #333333;
        color: #fff;
        padding: 8px 15px;
        z-index: 11;
        white-space: nowrap
    }

    .ecm-site-header #navbar>ul .sub-menu.image-style li a:hover .inner img,
    .site-header #navbar>ul .sub-menu.image-style li a:hover .inner img {
        -webkit-transform: translateY(calc(-100% + 480px));
        transform: translateY(calc(-100% + 480px))
    }

    .ecm-site-header #navbar>ul .sub-menu.image-style li a:after,
    .site-header #navbar>ul .sub-menu.image-style li a:after {
        display: none
    }
}

@media (max-width:991px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style li a .inner,
    .site-header #navbar>ul .sub-menu.image-style li a .inner {
        display: none
    }
}

.ecm-section-title,
.ecm-section-title-s2 {
    margin-bottom: 35px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.ecm-section-title::before,
.ecm-section-title-s2::before {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(6, 7, 46, 0.06);
    content: ""
}

@media (max-width:575px) {

    .ecm-section-title::before,
    .ecm-section-title-s2::before {
        display: none
    }
}

.ecm-section-title::after,
.ecm-section-title-s2::after {
    position: absolute;
    right: 0px;
    top: 56%;
    width: 100%;
    height: 1px;
    background: rgba(6, 7, 46, 0.06);
    content: ""
}

@media (max-width:575px) {

    .ecm-section-title::after,
    .ecm-section-title-s2::after {
        display: none
    }
}

@media (max-width:767px) {

    .ecm-section-title,
    .ecm-section-title-s2 {
        margin-bottom: 20px
    }
}

@media (max-width:575px) {

    .ecm-section-title,
    .ecm-section-title-s2 {
        display: block
    }
}

.ecm-section-title h2,
.ecm-section-title-s2 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 104.9%;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    display: inline-block;
    padding-right: 50px;
    background: #fff;
    padding-left: 25px;
    z-index: 11
}

@media (max-width:767px) {

    .ecm-section-title h2,
    .ecm-section-title-s2 h2 {
        font-size: 20px;
        padding-right: 20px
    }
}

@media (max-width:575px) {

    .ecm-section-title h2,
    .ecm-section-title-s2 h2 {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.ecm-section-title h2:before,
.ecm-section-title h2:after,
.ecm-section-title-s2 h2:before,
.ecm-section-title-s2 h2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    background: rgba(224, 165, 0, 0.7);
    content: "";
    border-radius: 50%
}

.ecm-section-title h2:after,
.ecm-section-title-s2 h2:after {
    background: rgba(224, 165, 0, 0.16);
    top: 10px
}

.ecm-section-title span,
.ecm-section-title-s2 span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.215em;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    z-index: 1;
    color: #4F4F4F;
    font-family: "Mukta", sans-serif
}

@media (max-width:575px) {

    .ecm-section-title span,
    .ecm-section-title-s2 span {
        margin-bottom: 15px
    }
}

.ecm-section-title span:before,
.ecm-section-title-s2 span:before {
    position: absolute;
    left: 0;
    top: -8px;
    height: 39px;
    width: 39px;
    content: "";
    background: rgba(177, 151, 119, 0.1);
    z-index: -11
}

@media (max-width:575px) {

    .ecm-section-title span:before,
    .ecm-section-title-s2 span:before {
        left: 0;
        top: -2px;
        height: 30px
    }
}

.ecm-section-title .ecm-s-btn,
.ecm-section-title-s2 .ecm-s-btn {
    background: #fff;
    padding-left: 20px;
    z-index: 11;
    padding-left: 50px
}

@media (max-width:767px) {

    .ecm-section-title .ecm-s-btn,
    .ecm-section-title-s2 .ecm-s-btn {
        padding-left: 20px
    }
}

@media (max-width:575px) {

    .ecm-section-title .ecm-s-btn,
    .ecm-section-title-s2 .ecm-s-btn {
        padding-left: 0
    }
}

.ecm-section-title-s2 {
    text-align: left
}

@media (max-width:991px) {
    .ecm-section-title-s2 {
        text-align: center
    }
}

.product-tab {
    margin-bottom: 30px;
}

.product-tab .nav-tabs {
    border-bottom: 1px solid #E7E7ED;
    margin-bottom: 30px;
    justify-content: center;
}

.product-tab .nav-tabs .nav-item {
    margin-right: 20px;
}

.product-tab .nav-tabs .nav-link {
    color: #687693;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.product-tab .nav-tabs .nav-link:hover {
    color: #E0A500;
}

.product-tab .nav-tabs .nav-link.active {
    color: #E0A500;
    border-bottom-color: #E0A500;
}

@media (max-width:767px) {
    .product-tab .nav-tabs .nav-item {
        margin-right: 10px;
    }

    .product-tab .nav-tabs .nav-link {
        font-size: 14px;
    }
}

.theme-btn,
.view-cart-btn {
    background: #E0A500;
    color: #333333;
    display: inline-block;
    padding: 12px 30px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize
}

.theme-btn:after,
.view-cart-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b78700;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1
}

.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active {
    background: #c79200;
    color: #333333
}

.theme-btn:hover:after,
.view-cart-btn:hover:after {
    opacity: 1
}

@media (max-width:991px) {

    .theme-btn,
    .view-cart-btn {
        font-size: 15px
    }
}

@media (max-width:767px) {

    .theme-btn,
    .view-cart-btn {
        padding: 10px 18px;
        font-size: 14px
    }
}

.theme-btn-s2 {
    background: #fff;
    color: #4F4F4F;
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid #E0A500;
    border-radius: 55px;
    text-transform: capitalize;
    z-index: 1;
    position: relative
}

.theme-btn-s2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
    background: linear-gradient(left, #00ded8, #00a7d5);
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1
}

@media (max-width:991px) {
    .theme-btn-s2 {
        font-size: 14px;
        font-size: 0.93333rem
    }
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
    background: #c79200;
    color: #fff
}

.theme-btn-s2:hover:after {
    opacity: 1
}

@media (max-width:767px) {
    .theme-btn-s2 {
        padding: 12px 18px;
        font-size: 13px
    }
}

.blog-btn {
    color: #E0A500;
    display: inline-block;
    padding: 10px 45px;
    padding-right: 65px;
    border: 2px solid #E0A500;
    border-radius: 6px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border-radius: 0px
}

.blog-btn:after {
    position: absolute;
    font-family: "themify";
    content: "\e628";
    top: 11px;
    right: 40px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.blog-btn:hover,
.blog-btn:focus,
.blog-btn:active {
    background: #E0A500;
    color: #fff
}

.blog-btn:hover:after {
    opacity: 1
}

@media (max-width:991px) {
    .blog-btn {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .blog-btn {
        padding: 6px 18px;
        padding-right: 45px;
        font-size: 14px
    }

    .blog-btn:after {
        top: 7px;
        right: 20px
    }
}

.view-cart-btn {
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 45px
}

.view-cart-btn:after {
    display: none
}

.view-cart-btn:hover {
    background-color: #b78700
}

.view-cart-btn.s1 {
    background: #ddd
}

.view-cart-btn.s1:hover {
    background-color: #c9c9c9
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
    font-style: normal
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #E0A500;
    -webkit-box-shadow: 0 0 5px 0 #ffc114;
    -o-box-shadow: 0 0 5px 0 #ffc114;
    -ms-box-shadow: 0 0 5px 0 #ffc114;
    box-shadow: 0 0 5px 0 #ffc114
}

.form::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.form:-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.form::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.form:-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.form select {
    font-style: normal;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer
}

.form select::-ms-expand {
    display: none
}

.form::-webkit-input-placeholder {
    font-style: normal
}

.form:-ms-input-placeholder {
    font-style: normal
}

.form::-ms-input-placeholder {
    font-style: normal
}

.form::placeholder {
    font-style: normal
}

.social-links {
    overflow: hidden
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px
}

.social-links li a {
    background-color: #ffc114;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center
}

.social-links li a:hover {
    background-color: #E0A500
}

.ecm-page-title {
    min-height: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F0F0F0
}

.ecm-page-title .ecm-breadcumb-wrap {
    text-align: left
}

.ecm-page-title .ecm-breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0
}

.ecm-page-title .ecm-breadcumb-wrap ol li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #333333;
    position: relative;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}

.ecm-page-title .ecm-breadcumb-wrap ol li:last-child {
    padding-right: 0
}

.ecm-page-title .ecm-breadcumb-wrap ol li:after {
    content: "\f109";
    font-family: flaticon_ecommerce !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 9px
}

.ecm-page-title .ecm-breadcumb-wrap ol li:last-child span {
    color: #333333
}

.ecm-page-title .ecm-breadcumb-wrap ol li:last-child:after {
    display: none
}

.ecm-page-title .ecm-breadcumb-wrap ol li a {
    color: #333333;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ecm-page-title .ecm-breadcumb-wrap ol li a:hover {
    color: #E0A500
}

.preloader {
    background-color: #29395b;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.preloader .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0
}

.preloader .vertical-centered-box .content img {
    max-width: 90px
}

.preloader * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px
}

.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear
}

.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5)
}

.preloader #particles-background,
.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1)
}

.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%)
}

.preloader lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.preloader [not-existing] {
    zoom: 1
}

.preloader lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.25
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.25
    }
}

.preloader [not-existing] {
    zoom: 1
}

.preloader lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.preloader [not-existing] {
    zoom: 1
}

.blog-sidebar {}

@media screen and (min-width:992px) {
    .blog-sidebar {
        padding-left: 45px
    }
}

@media (max-width:991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px
    }
}

@media (max-width:767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px
    }
}

.blog-sidebar .widget h3 {
    font-size: 23px;
    font-size: 1.53333rem;
    color: #333333;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    font-family: "Mukta", sans-serif;
    padding-bottom: 20px;
    font-weight: 700
}

.blog-sidebar .widget h3:before {
    content: "";
    background-color: #E0A500;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px
}

.blog-sidebar .widget h3:after {
    content: "";
    background-color: #f2f2f2;
    width: 80%;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 10px
}

.blog-sidebar>.widget+.widget {
    margin-top: 65px
}

.blog-sidebar .search-widget form div {
    position: relative
}

.blog-sidebar .search-widget input {
    background-color: rgba(224, 165, 0, 0.15);
    height: 70px;
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(224, 165, 0, 0.1)
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    background-color: #E0A500;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-sidebar .about-widget {
    text-align: center;
    background-color: #f5f5f5;
    padding: 45px;
    position: relative;
    z-index: 1
}

@media (max-width:1200px) {
    .blog-sidebar .about-widget {
        padding: 35px
    }
}

.blog-sidebar .about-widget .aw-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 100%;
    max-width: 200px
}

.blog-sidebar .about-widget ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-sidebar .about-widget ul li {
    margin-right: 10px
}

.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0
}

.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 50%
}

.blog-sidebar .about-widget h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px
}

.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 1.2em
}

.blog-sidebar .about-widget a {
    font-family: "Mukta", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #333333;
    text-decoration: underline
}

.blog-sidebar .about-widget a:hover {
    color: #E0A500
}

.blog-sidebar .category-widget ul {
    list-style: none
}

.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.26667rem;
    position: relative
}

@media (max-width:767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
        font-size: 1.06667rem
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
    padding-top: 12px
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #474f62;
    font-size: 16px
}

.blog-sidebar .category-widget ul a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #F5F2EE;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

@media (max-width:767px) {
    .blog-sidebar .category-widget ul a span {
        font-size: 14px;
        font-size: 0.93333rem
    }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #E0A500
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 90px;
    float: left
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 6px
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.3em;
    font-family: "Mukta", sans-serif
}

@media (max-width:1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0
    }
}

@media (max-width:767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #333333
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #E0A500
}

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #4F4F4F
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px
}

.blog-sidebar .ecm-instagram-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.blog-sidebar .ecm-instagram-widget ul li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px
}

.blog-sidebar .ecm-instagram-widget ul li img {
    width: 100%;
    border-radius: 6px
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0
}

.blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 18px;
    color: #333333;
    background: #f5f5f5;
    border-radius: 5px
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #E0A500;
    color: #fff
}

.blog-sidebar .ecm-contact-widget {
    border: 0;
    background: url(../images/bg-2.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    padding: 30px 40px
}

.blog-sidebar .ecm-contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 57, 103, 0.9);
    content: "";
    z-index: -1
}

@media (max-width:1200px) {
    .blog-sidebar .ecm-contact-widget {
        padding: 20px
    }
}

.blog-sidebar .ecm-contact-widget h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-bottom: 20px
}

.blog-sidebar .ecm-contact-widget h2::before {
    left: 28px;
    background: url(../images/single-title-shape2.png) no-repeat right center
}

.blog-sidebar .ecm-contact-widget p {
    color: #fff;
    font-size: 18px
}

.blog-sidebar .ecm-contact-widget a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    padding-right: 90px;
    position: relative;
    margin-top: 10px
}

.blog-sidebar .ecm-contact-widget a::before {
    font-family: "themify";
    content: "\e628";
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width:992px) {
    .ecm-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
        padding-left: 0px;
        padding-right: 45px
    }
}

@media screen and (min-width:992px) {
    .ecm-blog-single-section.ecm-blog-single-left-sidebar-section .blog-sidebar {
        padding-left: 0px;
        padding-right: 45px
    }
}

.pagination-wrapper {
    text-align: center;
    margin-top: 60px
}

@media (max-width:991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px
}

@media (max-width:767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #333333;
    background: #f5f5f5;
    display: block
}

@media (max-width:991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #E0A500;
    border-color: #E0A500;
    color: #fff
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem
}

.pagination-wrapper-left {
    text-align: left
}

@media (max-width: 767px) {
    .pagination-wrapper-left {
        text-align: center;
    }
}

.pagination-wrapper-right {
    text-align: right
}

@media screen and (min-width:1200px) {
    .pagination-wrapper-right {
        padding-right: 50px
    }
}

@media (max-width:991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left
    }
}

.quickview-dialog {
    max-width: 1120px;
    margin: 200px auto
}

.modal-content button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #E0A500;
    text-align: center;
    font-size: 24px;
    border: none;
    color: #30180d;
    z-index: 9;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.modal-content button:hover {
    background-color: #DCDCDC;
    color: #fff
}

.quickview-dialog .modal-product img {
    width: 100%
}

@media (max-width:991px) {
    .item {
        width: 100%
    }
}

@media (max-width:767px) {
    .product-details .product-single-content {
        padding: 15px 15px;
        padding-bottom: 0
    }
}

.product-details .product-single-content h5 {
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: "Mukta", sans-serif
}

@media (max-width:445px) {
    .product-details .product-single-content h5 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0
    }
}

.product-details .product-single-content h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px
}

@media (max-width:445px) {
    .product-details .product-single-content h6 {
        font-size: 20px;
        line-height: 25px
    }
}

.product-details .product-single-content .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.product-details .product-single-content .rating li {
    margin-right: 5px;
    color: #ff9600;
    list-style: none
}

.product-details .product-single-content p {
    color: #3F475E;
    line-height: 1.8em
}

.product-details .product-single-content .pro-single-btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575px) {
    .product-details .product-single-content .pro-single-btn {
        display: block
    }
}

.product-details .product-single-content .pro-single-btn .quantity {
    margin-right: 10px;
    top: 0;
    position: relative;
    display: inline-block
}

@media (max-width:575px) {
    .product-details .product-single-content .pro-single-btn .quantity {
        margin-right: 20px
    }
}

.product-details .product-single-content .pro-single-btn .quantity input {
    width: 159px;
    background: transparent;
    padding: 15px 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    position: relative;
    border: 1.5px solid #4F4F4F
}

@media (max-width:575px) {
    .product-details .product-single-content .pro-single-btn .quantity input {
        margin-bottom: 10px
    }
}

.product-details .product-single-content .pro-single-btn .quantity .qtybutton {
    position: absolute;
    top: 4px;
    left: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    font-size: 25px
}

.product-details .product-single-content .pro-single-btn .quantity .qtybutton.inc {
    right: 0px;
    left: auto
}

.product-details .product-single-content .pro-single-btn .theme-btn,
.product-details .product-single-content .pro-single-btn .view-cart-btn {
    padding: 16px 40px;
    border-radius: 0
}

.product-details .product-single-content .pro-single-btn .theme-btn::after,
.product-details .product-single-content .pro-single-btn .view-cart-btn::after {
    position: unset
}

@media (max-width:991px) {

    .product-details .product-single-content .pro-single-btn .theme-btn,
    .product-details .product-single-content .pro-single-btn .view-cart-btn {
        padding: 15px 40px;
        top: 0
    }
}

@media (max-width:767px) {

    .product-details .product-single-content .pro-single-btn .theme-btn,
    .product-details .product-single-content .pro-single-btn .view-cart-btn {
        padding: 18px 40px
    }
}

.product-details .product-single-content .social-share {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details .product-single-content .social-share span {
    font-weight: 400;
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    color: #4F4F4F
}

.product-details .product-single-content .social-share .socialLinks {
    margin-left: 10px
}

.product-details .product-single-content .social-share .socialLinks li {
    display: inline-block
}

.product-details .product-single-content .social-share .socialLinks li a {
    display: block;
    margin-right: 8px
}

.product-details .product-single-content .social-share .socialLinks li a i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #0E76A8
}

.product-details .product-single-content .social-share .socialLinks li:nth-child(2) a i {
    background: #55ACEE
}

.product-details .product-single-content .social-share .socialLinks li:nth-child(3) a i {
    background: #3B5998
}

.product-details .product-single-content .social-share .socialLinks li:nth-child(4) a i {
    background: #8941A7
}

.product-details .product-single-content .social-share .socialLinks li:nth-child(5) a i {
    background: #D72B27
}

.subscribe-dialog {
    max-width: 900px;
    margin: 200px auto
}

@media (max-width:767px) {
    .subscribe-dialog {
        max-width: 500px
    }
}

.subscribe-dialog .modal-body {
    padding: 0
}

.subscribe-dialog .subscribe-box {
    padding: 50px
}

@media (max-width:767px) {
    .subscribe-dialog .subscribe-box {
        padding: 30px
    }
}

.subscribe-dialog .subscribe-box h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600
}

@media (max-width:767px) {
    .subscribe-dialog .subscribe-box h2 {
        font-size: 20px
    }
}

.subscribe-dialog .subscribe-box p {
    margin-bottom: 0px
}

@media (max-width:767px) {
    .subscribe-dialog .subscribe-box p {
        font-size: 14px;
        line-height: 20px
    }
}

.subscribe-dialog .subscribe-box form {
    position: relative;
    margin-bottom: 25px
}

.subscribe-dialog .subscribe-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0px 120px 0px 20px
}

.subscribe-dialog .subscribe-box input[type="submit"] {
    width: 120px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 24px;
    background: #000;
    color: #fff
}

@media (max-width:767px) {
    .subscribe-dialog .subscribe-box input[type="submit"] {
        top: 21px
    }
}

.subscribe-dialog .subscribe-box input[type="submit"]:hover {
    background: #000;
    color: #fff
}

.modal-content button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #d4d4d4;
    text-align: center;
    font-size: 24px;
    border: none;
    color: #333333;
    z-index: 9
}

.modal-content button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-content button:hover {
    background-color: #E0A500;
    color: #fff
}

.modal-content button .fi:before {
    font-size: 15px
}

.quickview-dialog {
    max-width: 1120px;
    margin: 200px auto
}

@media (max-width:991px) {
    .quickview-dialog {
        max-width: 500px
    }
}

.quickview-dialog .modal-product img {
    width: 100%
}

.quickview-dialog .product-details {
    position: relative;
    z-index: 1
}

.quickview-dialog .product-details .m-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    max-width: 220px;
    opacity: .03;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal {
    z-index: 9999
}

.logo {
    max-height: 70px;
    width: auto;
}

/* 组合Logo样式 - Logo图片 + 分隔线 + 右侧文字 */
.logo-composite {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    padding: 0 !important;
}

/* Logo图片 - 小尺寸 */
.logo-img {
    max-height: 38px;
    width: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

/* 中间竖线分隔符 */
.logo-divider {
    width: 1px;
    height: 28px;
    background-color: #ccc;
    flex-shrink: 0;
}

/* 右侧文字区域 */
.logo-right {
    display: flex;
    flex-direction: column;
    gap: 0px;
    line-height: 1.15;
}

/* 主标题：Gift Market - 纯黑色 */
.logo-main-text {
    font-size: 14px;
    font-weight: 700;
    color: #000000 !important;
    letter-spacing: -0.2px;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 副标题：Wholesale Supply - 纯黑色 */
.logo-secondary-text {
    font-size: 11px;
    color: #000000 !important;
    white-space: nowrap;
    font-weight: 400;
}

/* 悬停效果 */
.logo-composite:hover .logo-main-text { color: #333 !important; }
.logo-composite:hover .logo-secondary-text { color: #333 !important; }

/* ========== 响应式适配 ========== */

/* 平板端 */
@media (max-width: 991px) {
    .logo-composite { gap: 8px !important; }
    .logo-img { max-height: 32px; }
    .logo-divider { height: 24px; }
    .logo-main-text { font-size: 12px; }
    .logo-secondary-text { font-size: 9px; }
}

/* 手机端 */
@media (max-width: 767px) {
    .logo-composite { gap: 6px !important; justify-content: center; }
    .logo-img { max-height: 28px; }
    .logo-divider { height: 20px; }
    .logo-main-text { font-size: 11px; }
    .logo-secondary-text { font-size: 9px; }
}

.ecm-topbar {
    padding: 20px 0
}

@media (max-width:991px) {
    .ecm-topbar .container {
        width: 100%;
        max-width: 100%
    }
}

.ecm-topbar .ecm-topbar-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

.ecm-topbar .ecm-topbar-social ul li+li {
    margin-left: 10px
}

.ecm-topbar .ecm-topbar-social ul li a {
    color: #E0A500;
    width: 32px;
    height: 32px;
    line-height: 35px;
    border: 1px solid #E7E7ED;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 50%
}

.ecm-topbar .ecm-topbar-social ul li a .fi:before {
    color: #3F475E;
    font-size: 14px
}

.ecm-topbar .ecm-topbar-social ul li a:hover {
    background: #E0A500
}

.ecm-topbar .ecm-topbar-social ul li a:hover .fi:before {
    color: #fff
}

@media (max-width:991px) {
    .ecm-topbar .navbar-brand {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0 10px
    }
}

@media (max-width:767px) {
    .ecm-topbar .navbar-header {
        text-align: center;
        margin: 15px 0 15px
    }
}

.ecm-topbar .ecm-topbar-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none
}

@media (max-width:991px) {
    .ecm-topbar .ecm-topbar-info ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap
    }
}

.ecm-topbar .ecm-topbar-info ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%
}

@media (max-width:575px) {
    .ecm-topbar .ecm-topbar-info ul li {
        margin-bottom: 5px
    }
}

@media (max-width:991px) {
    .ecm-topbar .ecm-topbar-info ul li {
        font-size: 15px
    }
}

.ecm-topbar .ecm-topbar-info ul li+li {
    margin-left: 30px
}

@media (max-width:991px) {
    .ecm-topbar .ecm-topbar-info ul li+li {
        margin-left: 10px
    }
}

.ecm-topbar .ecm-topbar-info ul li a {
    color: #687693
}

.ecm-topbar .ecm-topbar-info ul li i {
    width: 29px;
    height: 29px;
    line-height: 32px;
    background: rgba(224, 165, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #E0A500;
    margin-right: 5px
}

.whitespace-nowrap {
    white-space: nowrap
}

@media (max-width:991px) {
    .ecm-topbar .ecm-topbar-info ul li i {
        margin-right: 2px
    }
}

.ecm-site-header {
    background-color: #fff;
    margin-bottom: 25px
}

.ecm-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid rgba(11, 15, 78, 0.1);
    border-bottom: 1px solid rgba(11, 15, 78, 0.1)
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible
}

.ecm-site-header .navigation>.container {
    position: relative
}

.ecm-site-header .row {
    width: 100%
}

@media (max-width:575px) {
    .ecm-site-header .navigation {
        padding: 20px 0
    }
}

/* 手机版菜单样式 */
@media (max-width: 991px) {

    .ecm-topbar,
    .ecm-site-header {
        display: none !important;
    }

    body {
        padding-top: 60px;
    }
}

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu-header {
    padding: 10px 0;
}

.mobile-menu-header .logo img {
    max-height: 40px;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    position: relative;
    width: 40px;
    height: 40px;
}

.mobile-menu-toggle .close-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #333;
}

.mobile-menu-toggle .menu-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-menu-toggle .menu-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 6px 0;
    transition: all 0.3s;
}

.mobile-menu-toggle.active .close-icon {
    display: block;
}

.mobile-menu-toggle.active .menu-icon {
    display: none;
}

.mobile-menu-content {
    display: none;
    padding: 15px 0 30px;
    background: #f8f8f8;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.mobile-menu-content.active {
    display: block;
}

.mobile-search {
    margin-bottom: 20px;
}

.mobile-search form {
    display: flex;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.mobile-search input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    outline: none;
    font-size: 14px;
}

.mobile-search button {
    background: #2c5aa0;
    border: none;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mobile-menu-list>li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-list>li:last-child {
    border-bottom: none;
}

.mobile-menu-list li a {
    display: block;
    padding: 14px 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.2s;
}

.mobile-menu-list li a:hover {
    background: #f5f5f5;
}

.mobile-menu-item.has-children {
    position: relative;
}

.mobile-menu-title {
    display: block;
    padding: 14px 15px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-submenu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-submenu-toggle::after {
    content: '▼';
    font-size: 12px;
    color: #999;
    transition: transform 0.3s;
}

.mobile-submenu-toggle.active::after {
    transform: rotate(180deg);
}

.mobile-submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.mobile-submenu.active {
    display: block;
}

.mobile-submenu>li {
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-submenu>li:last-child {
    border-bottom: none;
}

.mobile-submenu li a {
    padding: 12px 15px 12px 30px;
    font-size: 15px;
    color: #444;
}

.mobile-submenu li a:hover {
    background: #f0f0f0;
}

.mobile-submenu .mobile-submenu {
    background: #fff;
}

.mobile-submenu .mobile-submenu li {
    background: #fff;
}

.mobile-submenu .mobile-submenu li a {
    padding: 10px 15px 10px 45px;
    font-size: 14px;
    color: #666;
}

.mobile-social {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.mobile-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mobile-social li a {
    color: #2c5aa0;
    font-size: 22px;
    transition: color 0.2s;
}

.mobile-social li a:hover {
    color: #1a3d7c;
}

.ecm-site-header .header-shop-item {
    position: relative;
    width: 100%;
}

/* 菜单标题 */
.ecm-site-header .menu-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    color: #333;
    border: 1px solid #e0e0e0;
    position: relative;
}


.ecm-site-header .menu-icon {
    font-size: 18px;
    position: relative;
    width: 20px;
    height: 16px;
}

.ecm-site-header .menu-icon::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    font-size: 27px;
    content: "\e6c2";
    font-family: themify;
    color: #3F475E
}



.ecm-site-header .category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    color: #2c5aa0;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
}

/* 一级分类列表 */
.ecm-site-header .category-list {
    list-style: none;
    background: white;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.ecm-site-header .category-item {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.ecm-site-header .category-item:last-child {
    border-bottom: none;
}

.ecm-site-header .category-link {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #2c5aa0;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
}

.ecm-site-header .category-link:hover {
    background: #f5f8ff;
}

.ecm-site-header .cat-icon {
    margin-right: 12px;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.ecm-site-header .arrow {
    margin-left: auto;
    font-size: 14px;
    color: #2c5aa0;
}

/* 二级分类面板 */
.ecm-site-header .submenu-panel {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 600px;
    z-index: 100;
    padding: 20px;
}

.ecm-site-header .category-item:hover .submenu-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* 二级分类 */
.ecm-site-header .level2-section {
    flex: 1 1 45%;
    min-width: 200px;
    margin-bottom: 20px;
}

.ecm-site-header .level2-section:last-child {
    margin-bottom: 0;
}

.ecm-site-header .level2-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #2c5aa0;
    font-size: 16px;
    font-weight: bold;
}

/* 三级分类 */
.ecm-site-header .level3-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 0;
    margin-top: 0;
}

.ecm-site-header .level3-item {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 0;
    text-align: left;
}

.ecm-site-header .level3-item:hover {
    text-decoration: underline;
}

/* 实时搜索样式 */
.search-input-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.search-input-container .form-control {
    flex: 1;
    padding: 12px 45px 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
}

.search-input-container .form-control:focus {
    border-color: #2c5aa0;
    box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.15);
}

.search-input-container .form-control::placeholder {
    color: #999;
}

/* 确保搜索结果容器正确显示 */
.cart-search-contact .header-search-form {
    position: relative !important;
}

/* 两列布局的搜索结果容器 */
.live-search-container {
    display: flex;
    width: 100%;
}

.live-search-column {
    flex: 1;
    min-width: 0;
}

.live-search-column:first-child {
    border-right: 1px solid #eee;
}

.live-search-column-title {
    padding: 8px 12px;
    background: #f5f5f5;
    font-size: 13px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

#live-search-results {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    right: 0 !important;
    left: auto !important;
    width: 600px !important;
    min-width: 400px !important;
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    z-index: 999999 !important;
    display: none !important;
    max-height: 450px !important;
    overflow-y: auto !important;
}

#live-search-results.show {
    display: block !important;
}

.live-search-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.2s;
}

.live-search-item:hover {
    background: #f5f5f5;
}

.live-search-item:last-child {
    border-bottom: none;
}

.live-search-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 12px;
    border-radius: 4px;
}

.live-search-info {
    flex: 1;
    min-width: 0;
}

.live-search-title {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.live-search-price {
    font-size: 13px;
    color: #2c5aa0;
    font-weight: 600;
}

.live-search-click {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.live-search-category {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.live-search-count {
    padding: 8px 12px;
    background: #f5f5f5;
    font-size: 13px;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.live-search-loading {
    padding: 10px;
    text-align: center;
    color: #999;
}

/* 固定在右下角的 WhatsApp 按钮 */
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 55px;
    height: 55px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
    z-index: 999999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ecm-site-header .hot {
    color: #ff6b35;
    font-size: 12px;
}

@media (max-width:991px) {
    .ecm-site-header .header-shop-item {
        text-align: right
    }

    .ecm-site-header .mini-shop-item {
        left: 0;
        right: auto;
    }

    .ecm-site-header .submenu-panel {
        min-width: 300px;
    }

    .ecm-site-header .level3-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width:575px) {
    .ecm-site-header .menu-header {
        padding: 10px 15px;
        font-size: 14px;
    }

    .ecm-site-header .category-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .ecm-site-header .submenu-panel {
        min-width: 250px;
        padding: 15px;
    }

    .ecm-site-header .mini-shop-item {
        width: 100%;
        left: 0;
    }
}

@media (max-width:1199px) {
    .ecm-site-header .header-shop-item {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .ecm-site-header .header-shop-item {
        text-align: right
    }
}

@media (max-width:575px) {
    .ecm-site-header .header-shop-item span {
        display: none
    }
}

.ecm-site-header .mini-shop-item {
    background: #fff;
    width: 100%;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.ecm-site-header .header-shop-item:hover .mini-shop-item {
    opacity: 1;
    visibility: visible;
}

@media (max-width:991px) {
    .ecm-site-header .mini-shop-item {
        left: 50%;
        top: 73px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.ecm-site-header .mini-shop-item ul {
    list-style: none
}

@media (min-width:991px) {
    .ecm-site-header .mini-shop-item ul {
        display: block !important
    }
}

.ecm-site-header .mini-shop-item ul li a {
    padding: 10px 20px;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4F4F4F;
    position: relative;
    display: block;
    padding-bottom: 8px;
    line-height: 22px;
    text-align: left
}

.ecm-site-header .mini-shop-item ul li a::after {
    right: 15px;
    top: 25%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

@media (max-width:991px) {
    .ecm-site-header .mini-shop-item ul li a::after {
        position: absolute;
        display: block;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ecm-site-header .mini-shop-item.mini-shop-item-toggle {
    opacity: 1;
    visibility: visible
}

@media (max-width:991px) {
    .ecm-site-header .mini-shop-item.mini-shop-item-toggle {
        top: 70px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:575px) {
    .ecm-site-header .mini-shop-item.mini-shop-item-toggle {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: -75px
    }
}

@media (max-width:399px) {
    .ecm-site-header .mini-shop-item.mini-shop-item-toggle {
        left: -80px
    }
}

.ecm-site-header .navigation.sticky-header .header-shop-item .mini-shop-item.mini-shop-item-toggle {
    opacity: 1;
    visibility: visible;
}

.ecm-site-header .navigation.sticky-header.sticky-on .header-shop-item .mini-shop-item.mini-shop-item-toggle {
    opacity: 1;
    visibility: visible;
}

.ecm-site-header .category-container {
    display: flex;
    height: 100%;
}

.ecm-site-header .main-categories {
    width: 250px;
    background-color: #f8f9fa;
    border-right: 1px solid #e0e0e0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecm-site-header .main-category-item {
    position: relative;
    z-index: 1;
}

.ecm-site-header .main-categories {
    position: relative;
    z-index: 1;
}

.ecm-site-header .category-container {
    position: relative;
    z-index: 1;
}

.ecm-site-header .navigation.sticky-header .header-shop-item .mini-shop-item.mini-shop-item-toggle {
    opacity: 0;
    visibility: hidden
}

.ecm-site-header .navigation.sticky-header.sticky-on .header-shop-item .mini-shop-item.mini-shop-item-toggle {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:992px) {
    .ecm-site-header .header-catagory-item {
        position: relative;
        list-style: none
    }

    .ecm-site-header .header-catagory-item .header-catagory-single {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 225px;
        position: absolute;
        padding: 0;
        left: 110%;
        top: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow: hidden
    }

    .ecm-site-header .header-catagory-item:hover .header-catagory-single {
        visibility: visible;
        opacity: 1;
        left: 101%
    }
}



.menu-down-arrow {
    position: relative
}

.menu-down-arrow::after {
    position: absolute;
    content: "\f101";
    font-family: flaticon_ecommerce !important;
    right: 0;
    top: 34%
}

@media (max-width:1199px) {
    .menu-down-arrow::after {
        right: -4px
    }
}

@media (max-width:991px) {
    .menu-down-arrow::after {
        position: unset;
        display: none
    }
}

.ecm-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ecm-site-header #navbar>ul li a:hover,
.ecm-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #E0A500
}

@media screen and (min-width:992px) {
    .ecm-site-header #navbar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ecm-site-header #navbar li {
        position: relative
    }

    .ecm-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative
    }

    .ecm-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ecm-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

    .ecm-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1
    }
}

.ecm-site-header .container-fluid {
    padding-right: 0
}

@media (max-width:991px) {
    .ecm-site-header {}

    .ecm-site-header .container {
        width: 100%;
        max-width: 100%
    }

    .ecm-site-header .header-right {
        right: -10px
    }

    .ecm-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }

    .ecm-site-header .navbar-header button span:last-child {
        margin: 0
    }
}

.ecm-site-header #navbar ul {
    list-style: none
}

@media (max-width:991px) and (max-width:991px) {
    .ecm-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1
    }
}

@media (max-width:991px) {
    .ecm-site-header #navbar>ul {
        z-index: 101
    }

    .ecm-site-header #navbar ul a {
        color: #000
    }

    .ecm-site-header #navbar ul a:hover,
    .ecm-site-header #navbar ul li.current a {
        color: #E0A500
    }

    .ecm-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }

    .ecm-site-header .navbar-toggler .first-angle,
    .ecm-site-header .navbar-toggler .last-angle,
    .ecm-topbar .navbar-toggler .first-angle,
    .ecm-topbar .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .ecm-site-header .x-close .middle-angle,
    .ecm-topbar .x-close .middle-angle {
        opacity: 0
    }

    .ecm-site-header .x-close .first-angle,
    .ecm-topbar .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px
    }

    .ecm-site-header .x-close .last-angle,
    .ecm-topbar .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px
    }
}

@media (max-width:767px) {
    .ecm-site-header .navbar-header .navbar-brand {
        font-size: 24px
    }

    .ecm-site-header #navbar .navbar-nav {
        margin: 0
    }
}

@media (max-width:991px) {
    .ecm-site-header .navbar-collapse.collapse {
        display: none
    }

    .ecm-site-header .navbar-collapse.collapse.in {
        display: block
    }

    .ecm-site-header .navbar-header .collapse,
    .ecm-site-header .navbar-toggle {
        display: block
    }

    .ecm-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center
    }

    .ecm-site-header .navbar-right {
        float: none
    }

    .ecm-site-header .navbar-nav {
        float: none
    }

    .ecm-site-header .navbar-nav>li {
        float: none
    }
}

.ecm-site-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: auto
}

@media (max-width:575px) {
    .ecm-site-header .header-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -45px
    }
}

.header-right .recent-btn {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    color: #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

@media (max-width:1199px) {
    .header-right .recent-btn {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .header-right .recent-btn {
        display: none
    }
}

.header-right .recent-btn .fi {
    padding-right: 10px
}

.ecm-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0
}

.ecm-site-header .header-right>div {
    float: left;
    position: relative
}

.ecm-site-header .header-right .close-form .theme-btn,
.ecm-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 25px
}

@media (max-width:1400px) {

    .ecm-site-header .header-right .close-form .theme-btn,
    .ecm-site-header .header-right .close-form .view-cart-btn {
        padding: 10px 15px;
        font-size: 15px
    }
}

@media (max-width:450px) {
    .ecm-site-header .header-right>div {
        margin-right: 10px
    }
}

.ecm-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative
}

@media (max-width:767px) {
    .ecm-site-header .header-right>div:last-child {
        margin: 3px 0 0 10px
    }
}

.ecm-site-header .header-right .header-search-form-wrapper {
    position: relative
}

.ecm-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 30px;
    line-height: 30px;
    color: #4F4F4F
}

@media (max-width:575px) {
    .ecm-site-header .header-right .header-search-form-wrapper .fi:before {
        font-size: 25px;
        line-height: 21px
    }
}

.ecm-site-header .header-right .search-toggle-btn,
.ecm-site-header .header-right .cart-toggle-btn,
.ecm-site-header .header-right .wishlist-toggle-btn {
    line-height: 0.66em;
    color: #4F4F4F;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%
}

@media (max-width:1200px) {

    .ecm-site-header .header-right .search-toggle-btn,
    .ecm-site-header .header-right .cart-toggle-btn,
    .ecm-site-header .header-right .wishlist-toggle-btn {
        width: 50px;
        height: 50px
    }
}

@media (max-width:991px) {

    .ecm-site-header .header-right .search-toggle-btn,
    .ecm-site-header .header-right .cart-toggle-btn,
    .ecm-site-header .header-right .wishlist-toggle-btn {
        width: 40px;
        height: 40px
    }
}

.ecm-site-header .header-right .search-toggle-btn .ti-close,
.ecm-site-header .header-right .cart-toggle-btn .ti-close,
.ecm-site-header .header-right .wishlist-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px
}

.cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0
}

.cart-search-contact .fi {
    font-size: 30px
}

.cart-search-contact>div {
    float: left;
    position: relative
}

.cart-search-contact>div+div {
    margin-left: 12px
}

.cart-search-contact .header-search-form {
    position: relative;
    width: 250px;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
}

@media (max-width: 991px) {
    .cart-search-contact .header-search-form {
        position: absolute;
        right: -15px;
        top: 100%;
        z-index: 9999;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        background: #fff;
        padding: 15px;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: block;
        width: 280px;
    }

    .cart-search-contact .header-search-form.header-search-content-toggle {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .search-input-container {
        display: block;
    }

    .search-input-container .form-control {
        width: 100%;
        border: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-radius: 4px;
    }

    .search-submit-btn {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
    }
}

.search-input-container {
    display: flex;
    align-items: center;
}

.search-input-container .form-control {
    width: 200px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.search-submit-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    height: 100%;
}

.search-submit-btn:hover {
    background-color: #f8f8f8;
}

@media (max-width:767px) {
    .search-input-container .form-control {
        width: 150px;
    }
}

@media (max-width:575px) {
    .search-input-container .form-control {
        width: 120px;
        padding: 6px 10px;
    }

    .search-submit-btn {
        padding: 6px 10px;
    }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
    font-size: 1.2rem
}

.cart-search-contact form div {
    position: relative
}

.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-search-contact form div button .fi:before {
    font-size: 18px !important
}

.cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebebeb
}

.cart-search-contact input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E0A500
}

.header-search-form.header-search-content-toggle {
    opacity: 1 !important;
    visibility: visible !important;
    right: 0 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

@media (max-width:575px) {
    .header-search-form.header-search-content-toggle {
        right: -152px !important;
    }
}

.mini-cart .cart-count {
    background: #E0A500;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    position: absolute;
    top: 1px;
    right: 0px;
    border-radius: 50%;
    font-weight: 400
}

.mini-cart-content,
.mini-wislist-content {
    background: #fff;
    width: 320px;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: -320px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999
}

@media (max-width:575px) {

    .mini-cart-content,
    .mini-wislist-content {
        width: 290px
    }
}

.mini-cart-content .mini-cart-close,
.mini-wislist-content .mini-cart-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333333;
    color: white;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    float: right;
    line-height: 55px;
    border-radius: 3px;
    right: 10px;
    top: 20px
}

.mini-cart-content .mini-cart-close i,
.mini-wislist-content .mini-cart-close i {
    font-size: 15px
}

.mini-cart-content p,
.mini-wislist-content p {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    text-transform: uppercase
}

.mini-cart-content .mini-cart-items,
.mini-wislist-content .mini-cart-items {
    padding: 100px 20px 25px
}

.mini-cart-content .mini-cart-item,
.mini-wislist-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef
}

.mini-cart-content .mini-cart-item:first-child,
.mini-wislist-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.mini-cart-content .mini-cart-item-image,
.mini-wislist-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img,
.mini-wislist-content .mini-cart-item-image a,
.mini-wislist-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px
}

.mini-cart-content .mini-cart-item-des,
.mini-wislist-content .mini-cart-item-des {
    position: relative;
    overflow: hidden
}

.mini-cart-content .mini-cart-item-des a,
.mini-wislist-content .mini-cart-item-des a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #333333
}

.mini-cart-content .mini-cart-item-des a:hover,
.mini-wislist-content .mini-cart-item-des a:hover {
    color: #E0A500
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.mini-wislist-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 3px
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.mini-wislist-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 6px
}

.mini-cart-content .visible-icon,
.mini-wislist-content .visible-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    opacity: .02;
    z-index: -1
}

.mini-cart-content .mini-cart-action,
.mini-wislist-content .mini-cart-action {
    padding: 20px 0 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mini-cart-content .mini-cart-action .theme-btn-s2,
.mini-wislist-content .mini-cart-action .theme-btn-s2 {
    float: right
}

.mini-cart-content .mini-cart-action .mini-btn,
.mini-wislist-content .mini-cart-action .mini-btn {
    width: 240px
}

.mini-cart-content .mini-cart-action .mini-checkout-price,
.mini-wislist-content .mini-cart-action .mini-checkout-price {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: block;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mini-cart-content .mini-cart-action .mini-checkout-price span,
.mini-wislist-content .mini-cart-action .mini-checkout-price span {
    color: #c79652;
    font-size: 20px
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0
}

@media (max-width:991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }
}

.header-search-area {
    background: #fff;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em
}

.header-search-area form {
    position: relative
}

.header-search-area input {
    height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-search-area input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E0A500
}

.header-search-area form button {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    bottom: 10px
}

.header-search-area form button:focus {
    border: none;
    outline: none
}

.header-search-area .close-form {
    position: absolute;
    right: 35px;
    top: 35px;
    bottom: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    z-index: 99
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0
}

.navbar-brand {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    color: #333333
}

.navbar-brand span {
    color: #E0A500
}

.navbar-brand:hover {
    color: #333333
}

.ecm-site-header {}

.ecm-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0
}

.ecm-site-header .navigation>.container {
    position: relative
}

.ecm-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ecm-site-header #navbar>ul li a:hover,
.ecm-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #c79200
}

@media screen and (min-width:992px) {
    .ecm-site-header #navbar {}

    .ecm-site-header #navbar li {
        position: relative
    }

    .ecm-site-header #navbar>ul>li>a {
        padding: 23px 20px;
        display: block;
        color: #525252;
        position: relative;
        font-family: "Mukta", sans-serif;
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase
    }

    .ecm-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 235px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform-origin: center top 0;
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        -o-transform-origin: center top 0;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s
    }

    .ecm-site-header #navbar>ul>li .sub-menu a {
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        text-transform: capitalize;
        display: block;
        padding: 10px 15px;
        color: #333333;
        position: relative;
        overflow: hidden;
        font-family: "Mukta", sans-serif
    }

    .ecm-site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 15px;
        bottom: 4px;
        width: 0px;
        height: 2px;
        content: "";
        background: #E0A500;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        visibility: hidden
    }

    .ecm-site-header #navbar>ul>li .sub-menu a:hover:after,
    .ecm-site-header #navbar>ul>li .sub-menu a.active:after {
        width: 40px;
        opacity: 1;
        visibility: visible
    }

    .ecm-site-header #navbar>ul>li>.sub-menu .sub-menu {
        -webkit-transform: unset;
        transform: unset;
        left: 110%;
        top: 0
    }

    .ecm-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative
    }

    .ecm-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ecm-site-header #navbar>ul>li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        transform: scaleY(100%);
        -webkit-transform: scaleY(100%);
        -moz-transform: scaleY(100%);
        -ms-transform: scaleY(100%);
        -o-transform: scaleY(100%)
    }

    .ecm-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1
    }
}

@media (max-width:991px) {
    .ecm-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        color: #fff;
        font-weight: 600
    }

    .ecm-site-header #navbar>ul>li a:hover,
    .ecm-site-header #navbar>ul>li a.active {
        color: #fff
    }

    .ecm-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0
    }

    .ecm-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px
    }

    .ecm-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px
    }

    .ecm-site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: #ddd
    }

    .ecm-site-header #navbar>ul .menu-item-has-children>a:hover,
    .ecm-site-header #navbar>ul .menu-item-has-children>a.active {
        color: #fff
    }

    .ecm-site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .ecm-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 29%
    }

    .ecm-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff
    }
}

@media screen and (min-width:992px) {
    .ecm-site-header .navbar-header .open-btn {
        display: none
    }

    .ecm-site-header #navbar .close-navbar {
        display: none
    }
}

.ecm-site-header .menu-close {
    display: none
}

@media (max-width:991px) {
    .ecm-site-header {}

    .ecm-site-header .container {
        width: 100%
    }

    .ecm-topbar .mobail-menu button,
    .ecm-site-header .mobail-menu button {
        background-color: #E0A500;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20
    }

    .ecm-topbar .mobail-menu button:focus,
    .ecm-site-header .mobail-menu button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .ecm-topbar .mobail-menu button span,
    .ecm-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }

    .ecm-topbar .mobail-menu button span:last-child,
    .ecm-site-header .mobail-menu button span:last-child {
        margin: 0
    }

    .ecm-site-header #navbar {
        background: #407295;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden
    }

    .ecm-site-header #navbar .navbar-nav {
        display: block
    }

    .ecm-site-header #navbar>ul {
        position: relative;
        z-index: 101
    }

    .ecm-site-header #navbar ul a {
        color: #000
    }

    .ecm-site-header #navbar ul a:hover,
    .ecm-site-header #navbar ul li.current a {
        color: #E0A500
    }

    .ecm-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px
    }

    .ecm-site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20
    }

    .ecm-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }

    .ecm-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff
    }

    .ecm-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .ecm-site-header .navbar-toggler .first-angle,
    .ecm-site-header .navbar-toggler .last-angle,
    .ecm-topbar .navbar-toggler .first-angle,
    .ecm-topbar .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .ecm-site-header .x-close .middle-angle,
    .ecm-topbar .x-close .middle-angle {
        opacity: 0
    }

    .ecm-site-header .x-close .first-angle,
    .ecm-topbar .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px
    }

    .ecm-site-header .x-close .last-angle,
    .ecm-topbar .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px
    }
}

@media (max-width:767px) {
    .ecm-site-header .navbar-header .navbar-brand {
        font-size: 24px
    }

    .ecm-site-header #navbar .navbar-nav {
        margin: 0
    }
}

.ecm-site-header .navbar-header .navbar-brand img {
    max-width: 170px
}

@media (max-width:991px) {
    .ecm-site-header .navbar-collapse.collapse {
        display: none
    }

    .ecm-site-header .navbar-collapse.collapse.in {
        display: block
    }

    .ecm-site-header .navbar-header .collapse,
    .ecm-site-header .navbar-toggle {
        display: block
    }

    .ecm-site-header .navbar-header {
        float: none
    }

    .ecm-site-header .navbar-right {
        float: none
    }

    .ecm-site-header .navbar-nav {
        float: none
    }

    .ecm-site-header .navbar-nav>li {
        float: none
    }
}

@media (max-width:440px) {
    .ecm-site-header .navbar-header .navbar-brand img {
        max-width: 170px
    }
}

@media (max-width:370px) {
    .ecm-site-header .navbar-header .navbar-brand img {
        max-width: 140px
    }
}

@media (max-width:1399px) {
    .ecm-site-header #navbar>ul>li>a {
        padding: 25px 20px;
        font-size: 16px
    }
}

@media (max-width:1199px) {
    .ecm-site-header #navbar>ul>li>a {
        padding: 22px 12px
    }
}

@media (max-width:991px) {
    .ecm-site-header #navbar>ul>li>a {
        font-size: 15px
    }
}

@media (max-width:991px) {
    .ecm-site-header #navbar>ul>li>a {
        padding: 15px 30px
    }
}

.ecm-site-header .navigation.sticky-header {
    padding: 0 130px
}

@media (max-width:1700px) {
    .ecm-site-header .navigation.sticky-header {
        padding: 0 50px
    }
}

@media (max-width:1400px) {
    .ecm-site-header .navigation.sticky-header {
        padding: 0 20px
    }
}

@media (max-width:991px) {
    .ecm-site-header .navigation.sticky-header {
        padding: 20px
    }
}

@media (max-width:575px) {
    .ecm-site-header .navigation.sticky-header {
        padding: 20px 10px
    }
}

.middle-right {
    text-align: right
}

.middle-right ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width:991px) {
    .middle-right ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.middle-right ul li {
    position: relative
}

.middle-right ul li a {
    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;
    color: #4F4F4F
}

.middle-right ul li a .fi {
    font-size: 30px;
    line-height: 30px
}

@media (max-width:575px) {
    .middle-right ul li a .fi {
        font-size: 25px;
        line-height: 21px
    }
}

.middle-right ul li a span {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:575px) {
    .middle-right ul li a span {
        font-size: 16px;
        line-height: 21px
    }
}

.middle-right ul li:nth-child(1) {
    padding-left: 0
}

.wish-btn,
.wish-btn-s2 {
    line-height: 0.66em;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1200px) {

    .wish-btn,
    .wish-btn-s2 {
        width: 50px;
        height: 50px
    }
}

@media (max-width:991px) {

    .wish-btn,
    .wish-btn-s2 {
        width: 40px;
        height: 40px
    }
}

.wish-btn .cart-count,
.wish-btn-s2 .cart-count {
    background: #E0A500;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    position: absolute;
    top: 5px;
    right: 0px;
    border-radius: 50%;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:575px) {

    .wish-btn .cart-count,
    .wish-btn-s2 .cart-count {
        font-size: 12px;
        line-height: 18px
    }
}

.cart-toggle-btn,
.wishlist-toggle-btn {
    border: 0;
    background: transparent;
    position: relative
}

.cart-toggle-btn .fi,
.wishlist-toggle-btn .fi {
    font-size: 30px;
    line-height: 30px
}

@media (max-width:575px) {

    .cart-toggle-btn .fi,
    .wishlist-toggle-btn .fi {
        font-size: 25px;
        line-height: 21px
    }
}

.cart-toggle-btn .cart-count,
.wishlist-toggle-btn .cart-count {
    background: #E0A500;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    position: absolute;
    top: 3px;
    right: 0px;
    border-radius: 50%;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:575px) {

    .cart-toggle-btn .cart-count,
    .wishlist-toggle-btn .cart-count {
        font-size: 12px;
        line-height: 18px
    }
}

.mini-cart-content .mini-cart-item-des,
.mini-wislist-content .mini-cart-item-des {
    text-align: left
}

.mini-cart-content .mini-cart-item-des a,
.mini-wislist-content .mini-cart-item-des a {
    display: block;
    padding: 0
}

.mini-cart-content .mini-cart-item-image a,
.mini-wislist-content .mini-cart-item-image a {
    padding: 0;
    display: block
}

@media screen and (min-width:992px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style,
    .site-header #navbar>ul .sub-menu.image-style {
        left: -470px
    }
}

@media screen and (min-width:992px) and (max-width:1399px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style,
    .site-header #navbar>ul .sub-menu.image-style {
        left: -400px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .ecm-site-header #navbar>ul .sub-menu.image-style,
    .site-header #navbar>ul .sub-menu.image-style {
        left: -320px
    }
}



.static-hero {
    position: relative;
    min-height: 650px;
    height: 100vh;
    max-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.static-hero .hero-bg-container {
    display: none;
}

.static-hero .hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 1;
}

.static-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(250, 248, 245, 0.98) 0%, rgba(250, 248, 245, 0.9) 50%, rgba(250, 248, 245, 0.6) 70%, transparent 100%);
    z-index: 2;
}

.static-hero .container {
    position: relative;
    z-index: 2;
    padding-left: 100px !important;
}

.static-hero .hero-content {
    padding-top: 40px;
}

.static-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F5F0E6;
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}

.static-hero .hero-badge i {
    color: #E0A500;
}

@media (max-width: 767px) {
    .static-hero {
        min-height: auto;
        height: auto;
        max-height: none;
        padding: 40px 0;
    }

    .static-hero .hero-bg-image {
        object-position: center center;
    }

    .static-hero .hero-overlay {
        background: rgba(250, 248, 245, 0.95);
    }

    .static-hero .container {
        padding: 20px 0;
    }

    .static-hero .hero-content {
        padding-top: 20px;
    }

    .static-hero .hero-content h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .static-hero .hero-content h2::after {
        width: 60px;
        height: 3px;
    }

    .static-hero .hero-features {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .static-hero .hero-features span {
        padding: 0;
        justify-content: center;
    }

    .static-hero .hero-features span::before {
        display: none;
    }

    .static-hero .hero-features i {
        color: #E0A500;
        font-size: 16px;
        background: transparent;
        width: auto;
        height: auto;
        border-radius: 0;
    }

    .static-hero .hero-box {
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        border: 2px solid #E0A500;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .static-hero .hero-box .hero-box-icon {
        width: 45px;
        height: 45px;
        background: #FFF4E6;
        color: #E0A500;
        margin-bottom: 15px;
    }

    .static-hero .hero-box-content h3 {
        font-size: 18px;
    }

    .static-hero .hero-box-content p {
        font-size: 15px;
    }

    .static-hero .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .static-hero .hero-buttons .theme-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    .static-hero .hero-buttons .outline-btn {
        background: transparent;
        border: 2px solid #333;
        color: #333;
    }
}

.static-hero .hero-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 35px;
    position: relative;
}

.static-hero .hero-content h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #E0A500;
}

.static-hero .hero-content h2 span {
    color: #E0A500;
}

.static-hero .hero-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 0;
}

.static-hero .hero-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
}

.static-hero .hero-features span::before {
    content: '|';
    position: absolute;
    left: 0;
    color: #ddd;
}

.static-hero .hero-features span:first-child::before {
    display: none;
}

.static-hero .hero-features i {
    color: #E0A500;
    font-size: 14px;
}

.static-hero .hero-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: transparent;
    border: 2px dashed #E0A500;
    border-radius: 16px;
    padding: 25px 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.static-hero .hero-box .hero-box-icon {
    width: 50px;
    height: 50px;
    background: #FFF4E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 5px;
    color: #E0A500;
    font-size: 22px;
}

.static-hero .hero-box-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.static-hero .hero-box-content p {
    color: #E0A500;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.static-hero .hero-box-content p.small {
    font-size: 13px;
    color: #777;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.6;
}

.static-hero .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.static-hero .hero-buttons .theme-btn {
    padding: 16px 40px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.static-hero .hero-buttons .whatsapp-btn {
    background: #E0A500;
    border: 2px solid #E0A500;
    color: #fff;
    box-shadow: 0 4px 12px rgba(224, 165, 0, 0.35);
}

.static-hero .hero-buttons .whatsapp-btn i {
    font-size: 18px;
}

.static-hero .hero-buttons .whatsapp-btn:hover {
    background: #c99000;
    border-color: #c99000;
    box-shadow: 0 6px 16px rgba(224, 165, 0, 0.45);
}

.static-hero .hero-buttons .outline-btn {
    background: transparent;
    border: 2px solid #333;
    color: #333;
}

.static-hero .hero-buttons .outline-btn:hover {
    background: #333;
    color: #fff;
}

@media (max-width: 991px) {
    .static-hero {
        min-height: auto;
        padding: 40px 0;
    }


    .static-hero .hero-content h2 {
        font-size: 26px;
    }

    .static-hero .hero-features {
        gap: 15px;
    }

    .static-hero .hero-box {
        padding: 20px;
    }

    .static-hero .hero-box::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .static-hero .hero-content h2 {
        font-size: 22px;
    }

    .static-hero .hero-buttons {
        flex-direction: column;
    }

    .static-hero .hero-buttons .theme-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.static-hero .hero-content .images {
    position: relative
}

.static-hero .hero-content .images::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(126.4deg, rgba(0, 0, 0, 0.52) 29.67%, rgba(0, 0, 0, 0) 53.01%)
}

.static-hero .hero-content .images img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.static-hero .hero-content .hero-text {
    position: absolute;
    left: 20%;
    top: 60%;
}

@media (max-width:1399px) {
    .static-hero .hero-content .hero-text {
        top: 40%
    }
}

@media (max-width:1199px) {
    .static-hero .hero-content .hero-text {
        top: 30%
    }
}

@media (max-width:991px) {
    .static-hero .hero-content .hero-text {
        top: 50%
    }
}

@media (max-width:575px) {
    .static-hero .hero-content .hero-text {
        top: 25%;
        left: 20px
    }
}

.static-hero .hero-content .hero-text h2 {
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.54em;
    text-transform: uppercase;
    color: #FC0012
}

.static-hero .hero-content .hero-text h3 {
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff
}

@media (max-width:1199px) {
    .static-hero .hero-content .hero-text h3 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .static-hero .hero-content .hero-text h3 {
        font-size: 35px
    }
}

@media (max-width:399px) {
    .static-hero .hero-content .hero-text h3 {
        font-size: 25px
    }
}

.static-hero .col:last-child .hero-content {
    position: relative
}

@media (max-width:991px) {
    .static-hero .col:last-child .hero-content {
        margin-top: 20px
    }
}

.static-hero .col:last-child .hero-content .hero-text {
    max-width: 400px;
    top: 30%
}

@media (max-width:575px) {
    .static-hero .col:last-child .hero-content .hero-text {
        top: 15%;
        left: 20px
    }
}

.static-hero .col:last-child .hero-content .hero-text h2 {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #DCDCDC
}

.static-hero .col:last-child .hero-content .hero-text h3 {
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff
}

@media (max-width:399px) {
    .static-hero .col:last-child .hero-content .hero-text h3 {
        font-size: 17px;
        line-height: 20px
    }
}

.static-hero .col:last-child .hero-content .hero-text h3 span {
    color: #FC0012
}

.static-hero .col:last-child .hero-content .hero-text .theme-btn,
.static-hero .col:last-child .hero-content .hero-text .view-cart-btn {
    background: transparent;
    padding: 0;
    color: #E0A500
}

.static-hero .col:last-child .hero-content .hero-text .theme-btn:hover,
.static-hero .col:last-child .hero-content .hero-text .view-cart-btn:hover {
    color: #fff
}

.static-hero .col:last-child .hero-content .hero-text .theme-btn:hover:after,
.static-hero .col:last-child .hero-content .hero-text .view-cart-btn:hover:after {
    opacity: 0
}

@-webkit-keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
        box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99)
    }

    to {
        -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
        box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01)
    }
}

@keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
        box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99)
    }

    to {
        -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
        box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01)
    }
}

.ecm-site-footer {
    background: #202632;
    background-size: cover;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    z-index: 1
}

.ecm-site-footer .ecm-upper-footer {
    text-align: center;
    padding: 50px 0 40px
}

@media (max-width:991px) {
    .ecm-site-footer .ecm-upper-footer {
        padding: 40px 0 30px
    }
}

@media (max-width:575px) {
    .ecm-site-footer .ecm-upper-footer {
        padding: 35px 0 25px
    }
}

.ecm-site-footer .ecm-upper-footer.s2 {
    padding: 60px 0
}

@media (max-width:575px) {
    .ecm-site-footer .ecm-upper-footer.s2 {
        padding: 50px 0 40px
    }
}

.ecm-site-footer .ecm-upper-footer .navbar-brand {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #fff;
    margin-right: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-transform: capitalize
}

@media (max-width:575px) {
    .ecm-site-footer .ecm-upper-footer .navbar-brand {
        margin-bottom: 10px
    }
}

.ecm-site-footer .ecm-upper-footer .navbar-brand span {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #E0A500
}

.ecm-site-footer .ecm-upper-footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ecm-site-footer .ecm-upper-footer ul li {
    margin: 0 15px
}

.ecm-site-footer .ecm-upper-footer ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.79);
    padding: 10px 0;
    display: block;
    -webkit-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s
}

.ecm-site-footer .ecm-upper-footer ul li a:hover {
    color: #E0A500
}

.ecm-site-footer .ecm-lower-footer {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0
}

.ecm-site-footer .ecm-lower-footer .row {
    position: relative
}

@media (max-width:991px) {
    .ecm-site-footer .ecm-lower-footer {
        text-align: center
    }
}

.ecm-site-footer .ecm-lower-footer h3 {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 95%;
    text-transform: capitalize;
    margin-bottom: 20px
}

.ecm-site-footer .ecm-lower-footer .ecm-lower-social {
    text-align: center
}

@media (max-width:991px) {
    .ecm-site-footer .ecm-lower-footer .ecm-lower-social {
        padding: 25px 0
    }
}

.ecm-site-footer .ecm-lower-footer ul {
    list-style: none
}

.ecm-site-footer .ecm-lower-footer ul li {
    color: rgba(188, 192, 197, 0.97)
}

.ecm-site-footer .ecm-lower-footer ul li a {
    color: #fff
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s
}

.sticky-on {
    opacity: 1;
    top: 0
}

.ecommerc-service-section {
    background: #F5F2EE;
    padding: 70px 0;
    margin-top: 120px
}

@media (max-width:991px) {
    .ecommerc-service-section {
        margin-top: 90px
    }
}

@media (max-width:767px) {
    .ecommerc-service-section {
        margin-top: 80px
    }
}

.ecommerc-service-section .col:nth-child(2) {
    padding-left: 40px
}

@media (max-width:1399px) {
    .ecommerc-service-section .col:nth-child(2) {
        padding-left: 11.25px
    }
}

.ecommerc-service-section .col:last-child {
    padding-left: 70px
}

@media (max-width:1399px) {
    .ecommerc-service-section .col:last-child {
        padding-left: 11.25px
    }
}

.ecommerc-service-section .service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

@media (max-width:991px) {
    .ecommerc-service-section .service-card {
        margin-bottom: 30px
    }
}

.ecommerc-service-section .service-card .icon {
    width: 72px;
    height: 72px
}

.ecommerc-service-section .service-card .icon .fi {
    font-size: 72px;
    color: #E0A500
}

@media (max-width:399px) {
    .ecommerc-service-section .service-card .icon .fi {
        font-size: 60px
    }
}

.ecommerc-service-section .service-card .content {
    margin-left: 20px
}

.ecommerc-service-section .service-card .content h2 {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    color: #333333;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ecommerc-service-section .service-card .content p {
    font-weight: 400;
    font-size: 15px;
    color: #4F4F4F;
    margin-bottom: 0;
    padding-right: 19px;
    line-height: 22px
}

@media (max-width:1199px) {
    .ecommerc-service-section .service-card .content p {
        padding-right: 0
    }
}

.ecommerc-arrival-section .arrival-slider .product-single-item {
    margin-bottom: 0
}

.ecommerc-arrival-section .arrival-slider .owl-nav .owl-prev,
.ecommerc-arrival-section .arrival-slider .owl-nav .owl-next {
    position: absolute;
    top: 36%;
    left: 98%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 100px;
    border: 0;
    z-index: 1;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07)
}

.ecommerc-arrival-section .arrival-slider .owl-nav .owl-prev .fi,
.ecommerc-arrival-section .arrival-slider .owl-nav .owl-next .fi {
    font-size: 19px;
    line-height: 65px
}

@media (max-width:991px) {

    .ecommerc-arrival-section .arrival-slider .owl-nav .owl-prev,
    .ecommerc-arrival-section .arrival-slider .owl-nav .owl-next {
        display: none
    }
}

.ecommerc-arrival-section .arrival-slider .owl-nav .owl-prev {
    left: -30px
}

.ecommerc-arrival-section .arrival-slider .owl-dots {
    display: none
}

@media (max-width:992px) {
    .ecommerc-arrival-section .arrival-slider .owl-dots {
        text-align: center;
        bottom: -10px;
        position: relative;
        display: block
    }

    .ecommerc-arrival-section .arrival-slider .owl-dots button {
        width: 10px;
        height: 12px;
        border: 0;
        background: #d4e6f5;
        margin-right: 10px;
        border-radius: 50%
    }

    .ecommerc-arrival-section .arrival-slider .owl-dots .owl-dot.active {
        background-color: #E0A500
    }
}

.product-single-item {
    margin-bottom: 30px;
    height: 480px;
}

.product-single-item .image {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    height: 360px;
    width: 100%;
}

@media (max-width: 767px) {
    .product-wrap .product-single-item {
        height: auto;
        margin-bottom: 15px;
    }

    .product-wrap .product-single-item .image {
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }

    .product-wrap .product-single-item .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-wrap .product-single-item .text {
        padding: 10px 0;
    }

    .product-wrap .product-single-item .text h2 {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0;
    }

    .product-wrap .product-single-item .text .price {
        font-size: 16px;
        font-weight: 600;
    }

    .product-wrap .product-single-item .text .rating-product {
        font-size: 12px;
        color: #888;
    }
}

.product-swiper .product-single-item {
    height: auto;
}

.product-swiper .product-single-item .image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.product-swiper .product-single-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-carousel-section {
    margin-bottom: 60px;
}

.product-carousel-section:last-child {
    margin-bottom: 40px;
}

.product-carousel-section .carousel-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.product-carousel-section .carousel-container {
    margin-bottom: 30px;
}

.product-carousel-section .carousel-button {
    padding-top: 15px;
}

.product-swiper .swiper-slide {
    padding: 0 10px;
}

.light-yellow-bg {
    background-color: rgba(255, 235, 59, 0.05);
}

.ecommerc-product-section {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .mobile-hero {
        display: none;
    }
}

@media (max-width: 767px) {
    .static-hero {
        display: none !important;
    }

    .mobile-hero {
        position: relative;
        min-height: auto;
        height: auto;
        padding: 0;
        background: #F4EFE9;
        overflow: visible;
    }

    .mobile-hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 600px;
        z-index: 1;
    }

    .mobile-hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 65% center;
    }

    .mobile-hero-content {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 30px 20px;
        background: linear-gradient(to right, rgba(244,239,233,0.95) 0%, rgba(244,239,233,0.8) 40%, rgba(244,239,233,0.25) 65%, transparent 80%);
    }

    .mobile-hero h1 {
        font-size: 24px;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.3;
        margin: 0;
        width: 60%;
        padding: 0;
    }


    .mobile-features {
        width: 60%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        gap: 10px;
    }

    .mobile-features .feature-item {
        flex: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-features .feature-item .feature-icon {
        width: 30px;
        height: 30px;
        background: #E0A500;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 6px;
    }

    .mobile-features .feature-item .feature-icon i {
        font-size: 14px;
        color: #fff;
    }

    .mobile-features .feature-item span {
        font-size: 9px;
        color: #555;
        line-height: 1.3;
        font-weight: 600;
    }

    .mobile-features .feature-item span.small-text {
        font-size: 10px;
        color: #888;
        font-weight: normal;
        margin-top: 2px;
    }

    .mobile-search-box {
        width: 60%;
        border: 2px solid #E0A500;
        border-radius: 16px;
        padding: 15px;
        margin-bottom: 18px;
        display: flex;
        gap: 12px;
    }

    .mobile-search-box .search-icon {
        width: 45px;
        height: 45px;
        background: #FFF4E6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #E0A500;
        font-size: 20px;
    }

    .mobile-search-box .search-content {
        flex: 1;
    }

    .mobile-search-box .search-content h3 {
        font-size: 15px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 4px;
    }

    .mobile-search-box .search-content p {
        font-size: 12px;
        color: #666;
        margin-bottom: 4px;
        line-height: 1.4;
    }

    .mobile-search-box .search-content p.tagline {
        font-size: 11px;
        color: #888;
        font-style: italic;
        margin-bottom: 4px;
    }

    .mobile-buttons {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 15px 20px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .mobile-btn.primary-btn {
        background: #E0A500;
        color: #fff;
        border: 2px solid #E0A500;
    }

    .mobile-btn.secondary-btn {
        background: #fff;
        color: #333;
        border: 2px solid #333;
    }

    .mobile-btn i {
        font-size: 16px;
    }
}

.product-single-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-single-item .image .card-icon {
    position: absolute;
    top: 30px;
    right: 0
}

.product-single-item .image .card-icon .hot,
.product-single-item .image .card-icon .hot-2 {
    padding: 8px 15px;
    background: #C2572B;
    text-align: center;
    font-family: Mukta;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    color: #fff;
    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
}

.product-single-item .image .card-icon .hot-2 {
    margin-top: 5px;
    background: #D29982
}

.product-single-item .image .cart-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 95%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width:1399px) {
    .product-single-item .image .cart-wrap {
        top: 90%
    }
}

@media (max-width:1199px) {
    .product-single-item .image .cart-wrap {
        top: 80%
    }
}

@media (max-width:991px) {
    .product-single-item .image .cart-wrap {
        top: 85%
    }
}

@media (max-width:767px) {
    .product-single-item .image .cart-wrap {
        top: 90%
    }
}

@media (max-width:399px) {
    .product-single-item .image .cart-wrap {
        top: 85%
    }
}

.product-single-item .image .cart-wrap li {
    margin-right: 5px
}

.product-single-item .image .cart-wrap li:first-child {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-single-item .image .cart-wrap li:nth-child(2) {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.product-single-item .image .cart-wrap li:last-child {
    margin-right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product-single-item .image .cart-wrap li:last-child a i {
    line-height: 45px
}

.product-single-item .image .cart-wrap li:hover a,
.product-single-item .image .cart-wrap li:hover button {
    background: #333333;
    color: #fff
}

.product-single-item .image .cart-wrap li a,
.product-single-item .image .cart-wrap li button {
    width: 44px;
    height: 44px;
    background: #fff;
    color: #333333;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0
}

.product-single-item .image .cart-wrap li a .fi:before,
.product-single-item .image .cart-wrap li button .fi:before {
    font-size: 20px;
    line-height: 30px
}

.product-single-item .image .cart-wrap li a i,
.product-single-item .image .cart-wrap li button i {
    font-size: 20px
}

.product-single-item:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-single-item:hover .image .cart-wrap {
    opacity: 1;
    visibility: visible
}

.product-single-item:hover .image .cart-wrap li {
    margin-top: -70px
}

.product-single-item.active .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-single-item.active .image .icon i {
    opacity: 0;
    visibility: hidden
}

.product-single-item.active .image .icon-active i {
    opacity: 1;
    visibility: visible
}

.product-single-item .text {
    text-align: center;
    padding-top: 20px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-single-item .text h2 {
    margin-bottom: 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-single-item .text h2 a {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #333333;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-single-item .text h2:hover a {
    color: #E0A500
}

.product-single-item .text .price .old-price,
.product-single-item .text .price .present-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #8D8D8D
}

.product-single-item .text .price .old-price {
    padding-left: 20px;
    font-weight: 600
}

.product-single-item .text .price .present-price {
    color: #333333
}

.product-single-item .text .rating-product {
    margin-top: 5px
}

.product-single-item .text .rating-product i {
    font-size: 13px;
    color: #E0A500
}

.product-single-item .text .rating-product span {
    font-weight: 400;
    font-size: 14px;
    color: #969AA6;
    padding-left: 10px
}

.ecommerc-best-seller-section {
    padding-top: 0;
    padding-bottom: 90px
}

@media (max-width:991px) {
    .ecommerc-best-seller-section {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .ecommerc-best-seller-section {
        padding-bottom: 50px
    }
}

.ecommerc-cta-section {
    background: url(../images/cta.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 655px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199px) {
    .ecommerc-cta-section {
        height: 500px
    }
}

@media (max-width:767px) {
    .ecommerc-cta-section {
        height: 400px
    }
}

.ecommerc-cta-section .cta-content {
    text-align: center
}

.ecommerc-cta-section .cta-content span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.47em;
    text-transform: uppercase;
    color: #E0A500;
    background: #fff;
    padding: 0 25px
}

@media (max-width:575px) {
    .ecommerc-cta-section .cta-content span {
        font-size: 15px
    }
}

.ecommerc-cta-section .cta-content h2 {
    font-family: "Mukta", sans-serif;
    font-weight: 800;
    font-size: 64px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px
}

@media (max-width:1199px) {
    .ecommerc-cta-section .cta-content h2 {
        font-size: 55px
    }
}

@media (max-width:767px) {
    .ecommerc-cta-section .cta-content h2 {
        font-size: 40px
    }
}

@media (max-width:575px) {
    .ecommerc-cta-section .cta-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 10px
    }
}

@media (max-width:399px) {
    .ecommerc-cta-section .cta-content h2 {
        font-size: 28px
    }
}

.ecommerc-cta-section .cta-content .view-btn {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.075em;
    text-transform: capitalize;
    color: #000;
    background: #E0A500;
    padding: 12px 50px
}

@media (max-width:767px) {
    .ecommerc-cta-section .cta-content .view-btn {
        font-size: 14px;
        padding: 12px 40px
    }
}

.ecommerc-discount-section .discount-laft-content {
    margin-right: 40px
}

@media (max-width:1399px) {
    .ecommerc-discount-section .discount-laft-content {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .ecommerc-discount-section .discount-laft-content {
        margin-bottom: 60px;
        text-align: center
    }
}

.ecommerc-discount-section .discount-laft-content h2 {
    font-weight: 500;
    font-size: 48px;
    text-transform: capitalize;
    color: #333333;
    max-width: 200px
}

@media (max-width:991px) {
    .ecommerc-discount-section .discount-laft-content h2 {
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .ecommerc-discount-section .discount-laft-content h2 {
        font-size: 30px
    }
}

.ecommerc-discount-section .discount-laft-content p {
    font-weight: 300;
    font-size: 17px;
    color: #4F4F4F
}

@media (max-width:991px) {
    .ecommerc-discount-section .discount-laft-content p {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 15px
    }
}

.ecm-subscribe-section .ecm-subscribe-wrap {
    padding: 43px 50px;
    position: relative;
    margin-bottom: -90px;
    z-index: 11;
    background: #2A313E;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

@media (max-width:991px) {
    .ecm-subscribe-section .ecm-subscribe-wrap {
        margin-bottom: 90px
    }
}

@media (max-width:767px) {
    .ecm-subscribe-section .ecm-subscribe-wrap {
        padding: 30px
    }
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap {
        padding: 30px 20px
    }
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title {
        display: block
    }
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title .images {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title {
        margin-top: 0;
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title {
        margin-bottom: 15px
    }
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title .subscribe-text {
    overflow: hidden;
    padding-left: 20px
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title .subscribe-text {
        text-align: center;
        padding: 0
    }
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title .subscribe-text h2 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0
}

@media (max-width:1399px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title .subscribe-text h2 {
        line-height: 40px;
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title .subscribe-text h2 {
        font-size: 25px;
        line-height: 30px
    }
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-title .subscribe-text p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.97)
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form form {
    position: relative
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form .form-field .form-control {
    width: 100%;
    height: 72px;
    border: 0;
    border-radius: 0;
    padding: 15px;
    padding-right: 150px
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form .form-field .form-control {
        height: 50px
    }
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form .form-field .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form .form-field button {
    width: 52px;
    height: 52px;
    border: 0;
    background: #E0A500;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff
}

.ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form .form-field button .fi {
    font-size: 24px;
    line-height: 60px
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form .form-field button .fi {
        line-height: 45px;
        font-size: 20px
    }
}

@media (max-width:575px) {
    .ecm-subscribe-section .ecm-subscribe-wrap .ecm-subscribe-form .form-field button {
        height: 35px;
        top: 8px
    }
}

.shop-section {
    padding: 80px 0
}

.shop-section .shop-section-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

@media (max-width:767px) {
    .shop-section .shop-section-top-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.shop-section .shop-section-top-inner .shoping-list {
    border: 1px solid #D9D9D9;
    padding: 3px
}

.shop-section .shop-section-top-inner .shoping-list li {
    margin-right: 5px
}

.shop-section .shop-section-top-inner .shoping-list li:nth-child(2) {
    margin-right: 0
}

.shop-section .shop-section-top-inner .shoping-list .nav-link {
    border: 0;
    background: transparent
}

.shop-section .shop-section-top-inner .shoping-list .nav-link.active {
    background-color: #E0A500
}

.shop-section .shop-section-top-inner .shoping-list .nav-link.active i {
    color: #fff
}

.shop-section .shop-section-top-inner .shoping-list i {
    color: #333333
}

.shop-section .shop-section-top-inner .shoping-product {
    width: 50%
}

@media (max-width:1399px) {
    .shop-section .shop-section-top-inner .shoping-product {
        width: auto
    }
}

@media (max-width:767px) {
    .shop-section .shop-section-top-inner .shoping-product {
        width: 100%
    }
}

.shop-section .shop-section-top-inner .shoping-product p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #6F6F6F;
    margin-bottom: 0
}

@media (max-width:767px) {
    .shop-section .shop-section-top-inner .shoping-product p {
        text-align: center;
        margin-bottom: 10px
    }
}

.shop-section .shop-section-top-inner .shoping-product p span {
    color: #E0A500
}

@media (max-width:352px) {
    .shop-section .shop-section-top-inner .shoping-product {
        margin-top: 10px
    }
}

.shop-section .shop-section-top-inner .short-by {
    border: 1px solid #D9D9D9;
    height: 45px;
    width: 270px;
    padding: 0 10px
}

@media (max-width:767px) {
    .shop-section .shop-section-top-inner .short-by {
        margin-top: 10px;
        width: 100%
    }
}

.shop-section .shop-section-top-inner .short-by ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:575px) {
    .shop-section .shop-section-top-inner .short-by ul {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.shop-section .shop-section-top-inner .short-by ul li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #6F6F6F
}

.shop-section .shop-section-top-inner .short-by ul li select {
    border: 0;
    padding: 5px 0;
    width: 150px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #6F6F6F
}

.shop-section .shop-section-top-inner .short-by ul li select:focus {
    outline: none
}

@media (max-width:1440px) {
    .shop-section .shop-section-top-inner .short-by ul li select {
        width: 100px
    }
}

.shop-section .shop-filter-wrap {}

@media (min-width:992px) {
    .shop-section .shop-filter-wrap {
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .shop-section .shop-filter-wrap {
        margin-bottom: 50px
    }
}

.shop-section .shop-filter-wrap .filter-item {
    padding: 30px;
    border: 1px solid #D9D9D9;
    margin-bottom: 40px
}

.shop-section .shop-filter-wrap .filter-item:first-child {
    border: 1px solid transparent;
    padding: 0
}

.shop-section .shop-filter-wrap .shop-filter-item {
    position: relative
}

.shop-section .shop-filter-wrap .shop-filter-item h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #F2F2F2;
    font-weight: 400;
    font-size: 25px;
    margin-top: -5px;
    color: #333333
}

.shop-section .shop-filter-wrap .shop-filter-item h2:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100px;
    height: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
    content: ""
}

.shop-section .shop-filter-wrap .shop-filter-item ul li {
    position: relative;
    list-style: none
}

.shop-section .shop-filter-wrap .shop-filter-item .ey-shai {
    padding: 8px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F6F6F
}

.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search form div {
    position: relative;
    margin-top: 20px
}

.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search input {
    height: 50px;
    font-size: 17px;
    padding: 6px 50px 6px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #6F6F6F
}

.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search form button {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
    width: 45px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #E0A500;
    border: 0;
    outline: 0;
    position: absolute;
    right: 3px;
    top: 3px
}

.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search form button i {
    color: #fff
}

@media (min-width:992px) {
    .shop-section .shop-filter-wrap.s2 {
        padding-right: 0;
        padding-left: 30px
    }
}

.shop-section .shop-filter-wrap .category-widget ul {
    list-style: none
}

.shop-section .shop-filter-wrap .category-widget ul li {
    font-size: 19px;
    position: relative
}

@media (max-width:767px) {
    .shop-section .shop-filter-wrap .category-widget ul li {
        font-size: 16px
    }
}

.shop-section .shop-filter-wrap .category-widget ul>li+li {
    padding-top: 12px
}

.shop-section .shop-filter-wrap .category-widget ul a {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #333333
}

.shop-section .shop-filter-wrap .category-widget ul .active {
    color: #bb9d49
}

.shop-section .shop-filter-wrap .category-widget ul a span {
    display: inline-block
}

.shop-section .shop-filter-wrap .category-widget ul a:hover {
    color: #E0A500
}

.shop-section .shop-filter-wrap .category-widget ul .sub-category {
    padding-left: 15px;
    margin-top: 5px;
}

.shop-section .shop-filter-wrap .category-widget ul .sub-category li {
    font-size: 16px;
    padding-top: 8px;
}

.shop-section .shop-filter-wrap .category-widget ul .sub-category li a {
    font-weight: 400;
    font-size: 16px;
}

.shop-section .shop-filter-wrap .category-widget ul .sub-category .sub-category {
    padding-left: 15px;
}

.shop-section .shop-filter-wrap .category-widget ul .sub-category .sub-category li {
    font-size: 14px;
}

.shop-section .shop-filter-wrap .category-widget ul .sub-category .sub-category li a {
    font-weight: 400;
    font-size: 14px;
}

.shop-section .shop-filter-wrap .shopWidgetWraper #sliderRange {
    position: relative;
    width: 100%;
    display: block;
    height: 4px;
    background: #D9D9D9;
    border-radius: 0;
    margin: 24px 0 20px
}

.shop-section .shop-filter-wrap .shopWidgetWraper #sliderRange .ui-slider-range {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
    position: absolute;
    height: 100%;
    border-radius: 0;
    padding: 0
}

.shop-section .shop-filter-wrap .shopWidgetWraper #sliderRange .ui-slider-handle {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
    top: -5px;
    cursor: pointer
}

.shop-section .shop-filter-wrap .shopWidgetWraper #sliderRange .ui-slider-handle:focus,
.shop-section .shop-filter-wrap .shopWidgetWraper #sliderRange .ui-slider-handle:active,
.shop-section .shop-filter-wrap .shopWidgetWraper #sliderRange .ui-slider-handle:focus-visible {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

.shop-section .shop-filter-wrap .shopWidgetWraper .pfsWrap {
    margin: 0
}

.shop-section .shop-filter-wrap .shopWidgetWraper label {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #6F6F6F;
    font-family: "Mukta", sans-serif
}

.shop-section .shop-filter-wrap .shopWidgetWraper span#amount {
    margin-left: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.shop-section .shop-filter-wrap .new-product ul li .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .card-image {
    background: #F9F9F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
    width: 112px;
    height: 90px
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content {
    margin-left: 30px
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content h3 {
    margin-bottom: 0;
    line-height: 20px
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content h3 a {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #333333;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content h3:hover a {
    color: #E0A500
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content .price .old-price,
.shop-section .shop-filter-wrap .new-product ul li .product-card .content .price .present-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #8D8D8D
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content .price .old-price {
    padding-left: 20px;
    font-weight: 600
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content .price .present-price {
    color: #333333
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content .rating-product {
    margin-top: 5px
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content .rating-product i {
    font-size: 13px;
    color: #E0A500
}

.shop-section .shop-filter-wrap .new-product ul li .product-card .content .rating-product span {
    font-weight: 400;
    font-size: 14px;
    color: #969AA6;
    padding-left: 10px
}

.shop-section .shop-filter-wrap .tag-widget ul {
    overflow: hidden;
    list-style: none
}

.shop-section .shop-filter-wrap .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0
}

.shop-section .shop-filter-wrap .tag-widget ul li a {
    display: inline-block;
    padding: 5px 18px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #6F6F6F
}

.shop-section .shop-filter-wrap .tag-widget ul li a:hover {
    background: #E0A500;
    color: #fff
}

.shop-section .shop-filter-wrap .col:first-child .shop-filter-item::before,
.shop-section .shop-filter-wrap .col:last-child .shop-filter-item::before {
    display: none
}

.shop-section .product-list .product-wrap .product-item .product-img {
    float: left;
    overflow: hidden;
    padding: 55px
}

@media (max-width:575px) {
    .shop-section .product-list .product-wrap .product-item .product-img {
        float: none
    }
}

.shop-section .product-list .product-wrap .product-item .product-content {
    overflow: hidden;
    min-height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

@media (max-width:1400px) {
    .shop-section .product-list .product-wrap .product-item .product-content h3 {
        font-size: 18px
    }
}

.shop-section .product-list .product-wrap .product-item .product-content p {
    margin-top: 15px
}

@media (max-width:1400px) {
    .shop-section .product-wrap .product-item .product-content h3 {
        font-size: 16px
    }
}

.shop-section input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 2rem;
    margin: 0 -2rem -2rem 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 2rem;
    opacity: 0.001
}

.title {
    letter-spacing: -.065em
}

.topcoat-radio-button__label {
    line-height: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 35px;
    cursor: pointer
}

.topcoat-radio-button {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: top;
    width: 1.2rem;
    height: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.topcoat-radio-button:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=radio]:checked+.topcoat-radio-button:before {
    border: 1px solid transparent;
    background: #E0A500
}

.topcoat-radio-button:after {
    opacity: 0;
    content: "\e64c";
    font-size: 15px;
    font-family: 'themify';
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=radio]:checked+.topcoat-radio-button:after {
    opacity: 1
}

.shop-section .product-row .product-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background: #f9f9f9
}

@media (max-width:575px) {
    .shop-section .product-row .product-single-item {
        display: block;
        margin: 0 50px;
        margin-bottom: 30px
    }
}

@media (max-width:399px) {
    .shop-section .product-row .product-single-item {
        margin: 0;
        margin-bottom: 30px
    }
}

.shop-section .product-row .product-single-item .image {
    width: calc(60% - 100px)
}

@media (max-width:991px) {
    .shop-section .product-row .product-single-item .image {
        width: calc(100% - 380px)
    }
}

@media (max-width:767px) {
    .shop-section .product-row .product-single-item .image {
        width: calc(100% - 100px)
    }
}

@media (max-width:575px) {
    .shop-section .product-row .product-single-item .image {
        width: 100%
    }
}

.shop-section .product-row .product-single-item .text {
    text-align: left;
    padding-top: 0;
    margin-left: 20px;
    max-width: 500px
}

@media (max-width:575px) {
    .shop-section .product-row .product-single-item .text {
        text-align: center;
        margin-left: 0;
        padding-top: 20px
    }
}

.shop-section .product-row .product-single-item .text .price {
    padding-bottom: 15px
}

.shop-section .product-row .product-single-item .text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #4F4F4F;
    margin-bottom: 0
}

@media (max-width:575px) {
    .shop-section .product-row .product-single-item .text p {
        padding-bottom: 10px
    }
}

.deals-area .offer-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    display: block;
    position: relative;
    background: #f9f9f9;
    height: 410px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .deals-area .offer-wrap {
        height: 370px
    }
}

@media (max-width:399px) {
    .deals-area .offer-wrap {
        height: 300px
    }
}

.deals-area .offer-wrap .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (max-width:767px) {
    .deals-area .offer-wrap .image {
        top: -80px
    }
}

@media (max-width:575px) {
    .deals-area .offer-wrap .image {
        top: -40px
    }
}

@media (max-width:399px) {
    .deals-area .offer-wrap .image {
        top: 0
    }
}

.deals-area .offer-wrap .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.deals-area .offer-wrap .content {
    text-align: center;
    margin-left: 0;
    padding: 60px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.deals-area .offer-wrap .content h2 {
    font-size: 35px
}

.deals-area .offer-wrap .content .offer-price {
    font-size: 20px;
    line-height: 30px
}

.deals-area .offer-wrap .content del {
    font-size: 20px;
    line-height: 30px;
    color: #333333
}

.deals-area .offer-wrap .content .count-up {
    margin-top: 20px;
    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;
    width: auto
}

@media (max-width:991px) {
    .deals-area .offer-wrap .content .count-up {
        width: 350px
    }
}

@media (max-width:767px) {
    .deals-area .offer-wrap .content .count-up {
        width: 100%
    }
}

@media (max-width:425px) {
    .deals-area .offer-wrap .content .count-up {
        width: 275px
    }
}

@media (max-width:1199px) {

    .deals-area .offer-wrap .content .count-up #clock,
    .deals-area .offer-wrap .content .count-up #clock-s3,
    .deals-area .offer-wrap .content .count-up #clock-s4 {
        width: auto
    }
}

.deals-area .offer-wrap .content .count-up .box {
    width: 65px;
    height: 65px;
    border: 1px solid transparent;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 23px;
    line-height: 29px;
    background: #fff
}

@media (max-width:992px) {
    .deals-area .offer-wrap .content .count-up .box {
        width: 60px;
        height: 60px;
        margin-right: 10px
    }
}

@media (max-width:425px) {
    .deals-area .offer-wrap .content .count-up .box {
        width: 60px;
        height: 50px;
        margin-right: 5px;
        font-size: 20px
    }
}

.deals-area .offer-wrap .content .count-up .box .time {
    line-height: 10px;
    margin-top: 15px
}

.deals-area .offer-wrap .content .count-up .box span {
    margin-top: 9px;
    text-align: center;
    color: #333333;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px
}

.deals-area .all-deals-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px
}

ul li {
    list-style: none
}

@media (max-width:991px) {
    .product-details .product-single-tag {
        padding-top: 30px
    }
}

.product-details .product-single-content {
    padding-left: 40px
}

@media (max-width:1399px) {
    .product-details .product-single-content {
        padding-left: 0px
    }
}

@media (max-width:991px) {
    .product-details .product-single-content {
        padding-top: 30px
    }
}

.product-details .product-single-content h2 {
    color: #333333;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0
}

@media (max-width:1199px) {
    .product-details .product-single-content h2 {
        line-height: 25px
    }
}

@media (max-width:991px) {
    .product-details .product-single-content h2 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .product-details .product-single-content h2 {
        font-size: 25px;
        line-height: 25px
    }
}

.product-details .product-single-content .price {
    padding-top: 8px;
    padding-bottom: 10px
}

@media (max-width:1399px) {
    .product-details .product-single-content .price {
        padding-top: 8px
    }
}

@media (max-width:1199px) {
    .product-details .product-single-content .price {
        padding-top: 5px
    }
}

@media (max-width:575px) {
    .product-details .product-single-content .price {
        padding-top: 0
    }
}

.product-details .product-single-content .price .old-price,
.product-details .product-single-content .price .present-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #A5A5A5
}

.product-details .product-single-content .price .present-price {
    color: #333333;
    padding-right: 20px
}

.product-details .product-single-content .rating-product {
    margin-bottom: 10px
}

.product-details .product-single-content .rating-product i {
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.product-details .product-single-content .rating-product span {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #3F475E;
    padding-left: 10px
}

.product-details .product-single-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F6F6F;
    margin-right: 80px;
    margin-bottom: 0
}

@media (max-width:1399px) {
    .product-details .product-single-content p {
        margin-right: 0
    }
}

@media (max-width:1199px) {
    .product-details .product-single-content p {
        font-size: 15px;
        line-height: 20px
    }
}

.product-details .product-single-content .pro-single-btn {
    margin-top: 30px
}

.product-details .product-single-content .pro-single-btn .quantity .qtybutton {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    cursor: pointer;
    border-left: 1px solid #C9C9C9
}

.product-details .product-single-content .pro-single-btn .quantity .text-value {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F6F6F;
    text-align: left;
    padding-left: 20px
}

.product-details .product-single-content .pro-single-btn .quantity .dec.qtybutton {
    left: auto;
    top: 25px;
    border-top: 1px solid #C9C9C9
}

.product-details .product-single-content .pro-single-btn .quantity input {
    height: 50px;
    width: 74px;
    border: 1px solid #C9C9C9;
    padding: 0
}

@media (max-width:768px) {
    .product-details .product-single-content .pro-single-btn .quantity input {
        margin-top: 0
    }
}

.product-details .product-single-content .theme-btn-s2 {
    padding: 12px 45px;
    border-radius: 0
}

.product-details .product-single-content .theme-btn-s2::before {
    border-radius: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%)
}

@media (max-width:575px) {
    .product-details .product-single-content .theme-btn-s2 {
        position: relative;
        top: -2px
    }
}

.product-details .product-single-content .wl-btn {
    border: 1px solid #D9D9D9;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 23px;
    color: #6F6F6F;
    line-height: 23px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:575px) {
    .product-details .product-single-content .wl-btn {
        margin-left: 0
    }
}

.product-details .product-single-content .wl-btn:hover,
.product-details .product-single-content .wl-btn:focus,
.product-details .product-single-content .wl-btn:active {
    border: 1px solid transparent;
    background: #E0A500;
    color: #fff
}

.product-details .product-single-content .product-filter-item {
    margin-top: 15px
}

.product-details .product-single-content .product-filter-item.color .color-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.product-details .product-single-content .product-filter-item.color .color-name ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-details .product-single-content .product-filter-item.color .color-name ul li {
    width: 36px;
    height: 36px
}

.product-details .product-single-content .product-filter-item.color .color-name ul {
    list-style: none;
    margin-top: 10px
}

.product-details .product-single-content .product-filter-item.color .color-name ul li input {
    margin-right: 0
}

.product-details .product-single-content .product-filter-item.color .color-name ul li {
    margin-right: 5px;
    margin-bottom: 10px
}

.product-details .product-single-content .product-filter-item.color .color-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
    font-size: 18px
}

.product-details .product-single-content .product-filter-item.color .color-name ul li input:checked~label {
    width: 30px;
    height: 30px;
    border: 5px solid transparent
}

.product-details .product-single-content .product-filter-item.color .color-name label {
    border: 5px solid #F1F1F1;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px
}

.product-details .product-single-content .product-filter-item.color .color-name label {
    background: #4F4F4F;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-details .product-single-content .product-filter-item.color .color-name span {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #333333
}

.product-details .product-single-content .product-filter-item.color .color-name .color1 label {
    background: #f9f8f8
}

.product-details .product-single-content .product-filter-item.color .color-name .color2 label {
    background: #D27F03
}

.product-details .product-single-content .product-filter-item.color .color-name .color3 label {
    background: #6E8AA5
}

.product-details .product-single-content .product-filter-item.color .color-name .color4 label {
    background: #ECD1D1
}

.product-details .product-single-content .product-filter-item.color .color-name .color5 label {
    background: #686868
}

.product-details .product-single-content .product-filter-item.color.filter-size {
    margin-top: 0px
}

.product-details .product-single-content .product-filter-item.color.filter-size .color-name {
    margin-top: 0px
}

.product-details .product-single-content .product-filter-item.color.filter-size ul li {
    border-radius: 5px;
    height: 40px;
    width: 48px;
    margin-right: 10px;
    color: #3F475E;
    text-align: center;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px
}

@media (max-width:450px) {
    .product-details .product-single-content .product-filter-item.color.filter-size ul li {
        width: 50px
    }
}

.product-details .product-single-content .product-filter-item.color.filter-size ul li label {
    text-align: center;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    height: 40px;
    width: 48px;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:450px) {
    .product-details .product-single-content .product-filter-item.color.filter-size ul li label {
        width: 50px
    }
}

.product-details .product-single-content .product-filter-item.color.filter-size ul li input:checked~label {
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
    color: #fff;
    border-radius: 5px;
    height: 40px;
    width: 48px
}

.product-details .product-single-content .important-text {
    margin-top: 30px
}

.product-details .product-single-content .important-text li {
    color: #3F475E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    display: block
}

.product-details .product-single-content .important-text li span {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #333333
}

.product-details .product-single-content .social-share {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details .product-single-content .social-share ul.socialLinks {
    margin-left: 10px
}

.product-details .product-single-content .social-share ul.socialLinks li {
    display: inline-block
}

.product-details .product-single-content .social-share ul.socialLinks li a {
    display: block;
    margin-right: 8px
}

.product-details .product-single-content .social-share ul.socialLinks li a i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #0E76A8
}

.product-details .product-single-content .social-share ul.socialLinks li a .fa-linkedin {
    background: #55ACEE
}

.product-details .product-single-content .social-share ul.socialLinks li a .fa-dribbble {
    background: #6A453B
}

.product-details .product-single-content .social-share ul.socialLinks li a .fa-twitter {
    background: #3B5998
}

.product-details .product-single-content .social-share ul.socialLinks li a .fa-instagram {
    background: #8941A7
}

.product-details .product-single-content .social-share ul.socialLinks li a .fa-youtube-play {
    background: #D72B27
}

.product-single-section .product-tab-area {
    padding-top: 100px
}

.product-single-section .product-tab-area .tab-content {
    padding-top: 60px
}

.product-single-section .product-tab-area .main-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .main-tab li {
        width: 100%
    }
}

.product-single-section .product-tab-area .main-tab button {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3F475E;
    padding: 25px 40px;
    padding-bottom: 20px;
    background: transparent;
    border: none;
    text-transform: capitalize
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .main-tab button {
        padding: 10px 10px;
        width: 100%;
        text-align: center
    }
}

.product-single-section .product-tab-area .main-tab button.active {
    color: #E0A500
}

.product-single-section .product-tab-area .Descriptions-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #3F475E
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .Descriptions-item p {
        line-height: 30px
    }
}

.product-single-section .product-tab-area .Descriptions-item .Description-table {
    margin-top: 20px
}

.product-single-section .product-tab-area .Descriptions-item .Description-table ul li {
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #3F475E;
    padding-left: 20px
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .Descriptions-item .Description-table ul li {
        line-height: 30px
    }
}

.product-single-section .product-tab-area .Descriptions-item .Description-table ul li::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    left: 0;
    top: 35%;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .Descriptions-item .Description-table ul li::before {
        top: 10px
    }
}

.product-single-section .product-tab-area .rating-section {}

.product-single-section .product-tab-area .rating-section .comments-area li>div {
    padding: 35px;
    padding-left: 0
}

@media (max-width:991px) {
    .product-single-section .product-tab-area .rating-section .comments-area li>div {
        padding: 35px 25px;
        padding-left: 0
    }
}

.product-single-section .product-tab-area .rating-section .comments-area ol {
    list-style-type: none;
    padding-left: 0
}

.product-single-section .product-tab-area .rating-section .comments-area ol ul {
    padding-left: 115px;
    list-style-type: none
}

.product-single-section .product-tab-area .rating-section .comments-area ol>li:last-child div {
    border-bottom: 0
}

.product-single-section .product-tab-area .rating-section .comments-area .comments-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0
}

@media (max-width:991px) {
    .product-single-section .product-tab-area .rating-section .comments-area .comments-title {
        font-size: 20px
    }
}

.product-single-section .product-tab-area .rating-section .comments-area li>div {
    position: relative
}

.product-single-section .product-tab-area .rating-section .comments-area .comment-theme {
    position: absolute;
    left: 0
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .rating-section .comments-area .comment-theme {
        position: static
    }
}

.product-single-section .product-tab-area .rating-section .comments-area .comment-theme img {
    border-radius: 50%
}

.product-single-section .product-tab-area .rating-section .comments-area .comment-main-area {
    padding-left: 135px
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .rating-section .comments-area .comment-main-area {
        padding-left: 35px;
        margin-top: 25px
    }
}

.product-single-section .product-tab-area .rating-section .comments-area .comment-main-area p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #3F475E
}

@media (max-width:991px) {
    .product-single-section .product-tab-area .rating-section .comments-area .comment-main-area p {
        padding-right: 0px;
        font-size: 16px;
        line-height: 25px
    }
}

.product-single-section .product-tab-area .rating-section .comments-area .children {
    position: relative
}

.product-single-section .product-tab-area .rating-section .comments-area .children::before {
    position: absolute;
    content: url(../image/line.png);
    left: 50px;
    top: -172px;
    z-index: -1
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .rating-section .comments-area .children::before {
        display: none
    }
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .rating-section .comments-area .children {
        padding-left: 20px
    }
}

@media (max-width:991px) {
    .product-single-section .product-tab-area .rating-section .comments-area .children p {
        padding-right: 0px;
        font-size: 16px;
        line-height: 25px
    }
}

.product-single-section .product-tab-area .rating-section .comments-area .comments-meta h4 {
    font-family: "Mukta", sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    font-weight: 600
}

.product-single-section .product-tab-area .rating-section .comments-area .comments-meta span {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #3F475E
}

@media (max-width:767px) {
    .product-single-section .product-tab-area .rating-section .comments-area .comments-meta span {
        padding-left: 0
    }
}

.product-single-section .product-tab-area .rating-section .comments-area .comments-meta .rating-product {
    margin-bottom: 10px
}

.product-single-section .product-tab-area .rating-section .comments-area .comments-meta .rating-product i {
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.product-single-section .product-tab-area .rating-section .comments-area .comments-meta .rating-product span {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #3F475E;
    padding-left: 10px
}

.product-single-section .product-tab-area .rating-section .comments-area .comment-reply-link {
    color: #E0A500;
    text-align: center;
    display: inline-block;
    font-family: "Mukta", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400
}

.product-single-section .product-tab-area .rating-section .comments-area .comment-reply-link:hover {
    color: #071e93
}

.product-single-section .product-tab-area .rating-section .comment-respond .rating-product {
    margin-bottom: 10px
}

.product-single-section .product-tab-area .rating-section .comment-respond .rating-product i {
    font-size: 13px;
    background: #BCBCBC;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out
}

.product-single-section .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden
}

.product-single-section .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px
}

.product-single-section:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible
}

.owl-nav [class*=owl-] {
    background: none;
    width: 45px;
    height: 45px;
    line-height: 35px;
    z-index: 10;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #F3F3F3;
    color: #000;
    border: 0px
}

.owl-nav [class*=owl-]:hover {
    background: #071e93
}

.product-active {
    margin-bottom: 15px
}

.product-active .owl-prev,
.product-active .owl-next {
    display: none
}

.product-active img.zoomImg {
    -webkit-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out
}

.Additional-wrap .ratting ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Additional-wrap .ratting ul li {
    margin-right: 5px;
    color: #FFBF4E
}

.Additional-wrap th,
.Additional-wrap td {
    width: 8%;
    border: 1px solid #E1E2E1;
    text-align: left;
    font-weight: 400;
    color: #414141;
    padding: 20px
}

.Additional-wrap {
    padding-top: 0
}

.review-form {
    margin-top: 45px
}

.review-form h4 {
    font-size: 30px;
    font-weight: 700
}

.review-form p {
    margin-bottom: 1.73em
}

.review-form .give-rat-sec {
    margin-bottom: 10px
}

.review-form .give-rat-sec p {
    margin-bottom: 0
}

.review-form .give-rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    margin-bottom: 10px
}

.review-form .give-rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer
}

.review-form .give-rating label:last-child {
    position: static
}

.review-form .give-rating label:nth-child(1) {
    z-index: 5
}

.review-form .give-rating label:nth-child(2) {
    z-index: 4
}

.review-form .give-rating label:nth-child(3) {
    z-index: 3
}

.review-form .give-rating label:nth-child(4) {
    z-index: 2
}

.review-form .give-rating label:nth-child(5) {
    z-index: 1
}

.review-form .give-rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.review-form .give-rating label .icon {
    float: left;
    color: transparent
}

.review-form .give-rating label:last-child .icon {
    color: #ddd
}

.review-form .give-rating:not(:hover) label input:checked~.icon,
.review-form .give-rating:hover label:hover input~.icon {
    color: #FFD400
}

.review-form .give-rating label input:focus:not(:checked)~.icon:last-child {
    color: #ddd;
    text-shadow: 0 0 5px #FFD400
}

.review-form form input,
.review-form form textarea {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #efefef;
    border-radius: 10px
}

.review-form form input:focus,
.review-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.review-form form textarea {
    height: 130px
}

.review-form form>div {
    margin-bottom: 27px
}

.review-form form>div:last-child {
    margin-bottom: 0
}

.review-form form .name-input {
    width: 49%;
    display: inline-block
}

@media (max-width:767px) {
    .review-form form .name-input {
        margin-left: 0;
        width: 100%
    }
}

.review-form form .name-email {
    width: 48.5%;
    display: inline-block;
    margin-left: 15px
}

@media (max-width:1199px) {
    .review-form form .name-email {
        margin-left: 13px
    }
}

@media (max-width:991px) {
    .review-form form .name-email {
        margin-left: 9px
    }
}

@media (max-width:767px) {
    .review-form form .name-email {
        margin-left: 0;
        width: 100%
    }
}

.review-form form .theme-btn-s2 {
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px
}

.review-form form .theme-btn-s2::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%)
}

.review-form form .theme-btn-s2:hover {
    background-color: #E0A500
}

.slider-nav .slick-slide:focus {
    outline: none
}

.rating-wrapper .theme-btn-s2 {
    background: #E0A500;
    color: #fff
}

.rating-wrapper .theme-btn-s2:hover {
    background: #c18e00
}

.single-page-title {
    margin-bottom: 30px
}

.single-page-title h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .single-page-title h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width:330px) {
    .single-page-title h2 {
        font-size: 30px
    }
}

.single-page-title p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #3F475E
}

@media (max-width:767px) {
    .single-page-title p {
        font-size: 18px;
        line-height: 25px
    }
}

.cart-area,
.cart-area-s2 {
    padding-top: 50px
}

@media (max-width:1199px) {

    .cart-area .cart-wrapper table,
    .cart-area-s2 .cart-wrapper table {
        width: 1022px
    }
}

@media (max-width:1199px) {

    .cart-area .cart-wrapper form,
    .cart-area-s2 .cart-wrapper form {
        overflow: scroll;
        overflow-y: hidden
    }
}

.cart-area .cart-wrap thead,
.cart-area-s2 .cart-wrap thead {
    border: 1px solid #D9D9D9;
    background: #FFF8EE
}

.cart-area .cart-wrap th.images,
.cart-area-s2 .cart-wrap th.images {
    width: 40%;
    text-align: start;
    height: 70px;
    font-weight: 600;
    font-size: 18px;
    color: #233D50;
    padding-left: 60px
}

.cart-area .cart-wrap th.ptice,
.cart-area-s2 .cart-wrap th.ptice {
    width: 20%;
    height: 70px;
    font-weight: 600;
    font-size: 18px;
    color: #233D50;
    text-align: center
}

.cart-area .cart-wrap th.stock,
.cart-area-s2 .cart-wrap th.stock {
    width: 20%;
    height: 70px;
    font-weight: 600;
    font-size: 18px;
    color: #233D50;
    text-align: center
}

.cart-area .cart-wrap th.remove,
.cart-area-s2 .cart-wrap th.remove {
    width: 20%;
    height: 70px;
    font-weight: 600;
    font-size: 18px;
    color: #233D50;
    text-align: center
}

.cart-area .cart-wrap th.remove-b,
.cart-area-s2 .cart-wrap th.remove-b {
    width: 20%;
    height: 70px;
    font-weight: 600;
    font-size: 18px;
    color: #233D50;
    padding-right: 60px;
    text-align: center
}

.cart-area .cart-wrap tbody,
.cart-area-s2 .cart-wrap tbody {
    border: 1px solid #D9D9D9;
    border-top: 1px solid transparent;
    border-bottom: 1px transparent
}

.cart-area .cart-wrap tbody .wishlist-item,
.cart-area-s2 .cart-wrap tbody .wishlist-item {
    height: 200px;
    border-bottom: 1px solid #D9D9D9
}

.cart-area .cart-area form,
.cart-area-s2 .cart-area form {
    text-align: center;
    background: #fff
}

.cart-area td.product-item-wish,
.cart-area-s2 td.product-item-wish {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 50px
}

.cart-area td.product-item-wish .check-box,
.cart-area-s2 td.product-item-wish .check-box {
    padding-left: 30px;
    padding-right: 40px
}

.cart-area td.product-item-wish .check-box .myproject-checkbox,
.cart-area-s2 td.product-item-wish .check-box .myproject-checkbox {
    height: 25px;
    width: 25px;
    accent-color: #E0A500;
    border: 2px solid #D9D9D9;
    color: #fff
}

.cart-area td.product-item-wish .images,
.cart-area-s2 td.product-item-wish .images {
    width: 100px;
    height: 90px;
    background: #F3F3F3;
    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
}

.cart-area td.product-item-wish .images img,
.cart-area-s2 td.product-item-wish .images img {
    width: 100%
}

.cart-area td.product-item-wish .product,
.cart-area-s2 td.product-item-wish .product {
    padding-left: 20px
}

.cart-area td.product-item-wish .product ul .first-cart,
.cart-area-s2 td.product-item-wish .product ul .first-cart {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #233D50
}

.cart-area td.product-item-wish .product ul li .rating-product i,
.cart-area-s2 td.product-item-wish .product ul li .rating-product i {
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.cart-area td.product-item-wish .product ul li .rating-product span,
.cart-area-s2 td.product-item-wish .product ul li .rating-product span {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3F475E;
    padding-left: 10px
}

.cart-area tbody tr td.ptice,
.cart-area-s2 tbody tr td.ptice {
    width: 20%;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    color: #233D50
}

.cart-area tbody tr td.stock,
.cart-area-s2 tbody tr td.stock {
    width: 20%;
    text-align: center
}

.cart-area tbody tr td.stock .in-stock,
.cart-area-s2 tbody tr td.stock .in-stock {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #6F6F6F;
    background: #EDF5E1;
    border-radius: 5px;
    padding: 6px 15px
}

.cart-area tbody tr td.stock .in-stock.out-stock,
.cart-area-s2 tbody tr td.stock .in-stock.out-stock {
    color: #EF488E;
    background: #F5E1ED
}

.cart-area tbody tr td.add-wish,
.cart-area-s2 tbody tr td.add-wish {
    width: 20%;
    text-align: center
}

.cart-area tbody tr td.action,
.cart-area-s2 tbody tr td.action {
    width: 20%;
    text-align: center
}

.cart-area .add-wish,
.cart-area-s2 .add-wish {
    padding-right: 60px
}

.cart-area .add-wish .theme-btn-s2,
.cart-area-s2 .add-wish .theme-btn-s2 {
    padding: 10px 28px
}

.cart-area .cart-wrap .action,
.cart-area-s2 .cart-wrap .action {
    padding-right: 60px
}

.cart-area .cart-wrap .action a,
.cart-area-s2 .cart-wrap .action a {
    display: block;
    width: 40px;
    height: 38px;
    line-height: 45px;
    color: #000;
    font-size: 14px;
    margin: 0 auto
}

.cart-area .cart-wrap .action a .fi::before,
.cart-area-s2 .cart-wrap .action a .fi::before {
    font-size: 25px
}

.cart-area .cart-wrap .action li.c-btn,
.cart-area-s2 .cart-wrap .action li.c-btn {
    margin-right: 10px
}

.cart-area .cart-wrap .action li.c-btn a,
.cart-area-s2 .cart-wrap .action li.c-btn a {
    background-color: #E0A500
}

.cart-area .order-wrap,
.cart-area-s2 .order-wrap {
    padding: 0
}

.cart-area-s2 {}

@media (max-width:1199px) {
    .cart-area-s2 .cart-wrapper table {
        width: 1022px
    }
}

@media (max-width:1199px) {
    .cart-area-s2 .cart-wrapper .cart-item {
        overflow: scroll;
        overflow-y: hidden
    }
}

.cart-area-s2 .cart-wrap th.images {
    width: 50%
}

.cart-area-s2 .cart-wrap th.ptice {
    width: 15%
}

.cart-area-s2 .cart-wrap th.stock {
    width: 15%
}

.cart-area-s2 .cart-wrap th.ptice {
    width: 15%
}

.cart-area-s2 .cart-wrap th.remove {
    width: 15%;
    padding-right: 30px
}

.cart-area-s2 .cart-wrap tbody .wishlist-item {
    height: 200px
}

.cart-area-s2 td.product-item-wish {
    margin-top: 55px
}

.cart-area-s2 tbody tr td.ptice {
    width: 10%
}

.cart-area-s2 tbody tr td.stock {
    width: 10%
}

.cart-area-s2 tbody tr td.add-wish {
    width: 10%
}

.cart-area-s2 tbody tr td.action {
    width: 10%
}

.cart-area-s2 tbody tr td.ptice {
    font-weight: 600;
    font-size: 20px
}

.cart-area-s2 .cart-wrap .action {
    padding-right: 30px
}

.cart-area-s2 .td-quantity {
    text-align: center
}

.cart-area-s2 .td-quantity .quantity {
    top: 0;
    position: relative;
    display: inline-block
}

.cart-area-s2 .td-quantity .quantity .qtybutton {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    cursor: pointer;
    border-left: 1px solid #C9C9C9
}

.cart-area-s2 .td-quantity .quantity .text-value {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F6F6F;
    text-align: left;
    padding-left: 20px
}

.cart-area-s2 .td-quantity .quantity .dec.qtybutton {
    left: auto;
    top: 25px;
    border-top: 1px solid #C9C9C9
}

.cart-area-s2 .td-quantity .quantity input {
    height: 50px;
    width: 74px;
    border: 1px solid #C9C9C9;
    padding: 0
}

@media (max-width:768px) {
    .cart-area-s2 .td-quantity .quantity input {
        margin-top: 0
    }
}

.cart-area-s2 .cart-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%
}

@media (max-width:767px) {
    .cart-area-s2 .cart-action {
        display: block
    }
}

.cart-area-s2 .apply-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-area-s2 .apply-area .form-control {
    border: 1px solid #D9D9D9;
    height: 50px;
    width: 265px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #3F475E
}

@media (max-width:575px) {
    .cart-area-s2 .apply-area .form-control {
        width: 180px
    }
}

.cart-area-s2 .apply-area .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-area-s2 .apply-area .theme-btn-s2 {
    border-radius: 5px;
    padding: 0;
    height: 50px;
    width: 130px;
    margin-left: 20px;
    -webkit-transition: all .3s ease-in-out .0s;
    transition: all .3s ease-in-out .0s
}

@media (max-width:991px) {
    .cart-area-s2 .apply-area .theme-btn-s2 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .cart-area-s2 .apply-area .theme-btn-s2 {
        margin-top: 0;
        font-size: 16px
    }
}

@media (max-width:575px) {
    .cart-area-s2 .apply-area .theme-btn-s2 {
        margin-left: 10px
    }
}

.cart-area-s2 .apply-area .theme-btn-s2::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
    border-radius: 5px
}

.cart-area-s2 .theme-btn-s2 {
    border-radius: 5px;
    padding: 0;
    height: 50px;
    width: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .cart-area-s2 .theme-btn-s2 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .cart-area-s2 .theme-btn-s2 {
        margin-top: 20px;
        width: 150px;
        font-size: 16px
    }
}

.cart-area-s2 .theme-btn-s2 .fi {
    font-size: 20px;
    line-height: 26px;
    margin-right: 20px;
    margin-top: 8px
}

@media (max-width:767px) {
    .cart-area-s2 .theme-btn-s2 .fi {
        font-size: 16px
    }
}

.cart-area-s2 .theme-btn-s2::before {
    border-radius: 5px
}

.cart-total-wrap {
    padding: 30px;
    border: 1px solid #D9D9D9
}

@media (max-width:991px) {
    .cart-total-wrap {
        margin-top: 30px
    }
}

@media (max-width:399px) {
    .cart-total-wrap {
        padding: 30px 15px
    }
}

.cart-total-wrap h3 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 2px solid #F1E2CC;
    padding-bottom: 15px
}

.cart-total-wrap h3::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%)
}

.cart-total-wrap .sub-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px
}

.cart-total-wrap .sub-total h4 {
    margin-bottom: 0;
    font-weight: 500
}

.cart-total-wrap .sub-total span {
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #333333
}

.cart-total-wrap .shipping-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.cart-total-wrap .shipping-option span {
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #333333
}

.cart-total-wrap .shipping-option ul {
    margin-left: 20px
}

.cart-total-wrap .shipping-option ul .free {
    padding-top: 7px
}

.cart-total-wrap .shipping-option ul .free input {
    background: transparent;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 0 1px #E0A500;
    box-shadow: 0 0 0 1px #E0A500;
    margin-right: 10px
}

.cart-total-wrap .shipping-option ul .free input:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%)
}

.cart-total-wrap .shipping-option ul .free label {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #333333
}

.cart-total-wrap .shipping-option ul .free label span {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    font-style: normal
}

.cart-total-wrap .shipping-option ul .free span {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #6F6F6F
}

.cart-total-wrap .calculate-shipping {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 20px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #233D50;
    position: relative;
    cursor: pointer
}

.cart-total-wrap .calculate-shipping:hover {
    color: #071e93
}

.cart-total-wrap .calculate-shipping .calculate-shipping-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cart-total-wrap .calculate-shipping .calculate-shipping-label .fi {
    font-size: 20px;
    margin-top: 10px
}

.cart-total-wrap .calculate-shipping .form-control {
    height: 45px;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #A9A9A9;
    border-radius: 0
}

.cart-total-wrap .calculate-shipping .form-control:focus {
    color: #A9A9A9;
    border-color: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-total-wrap .calculate-shipping .theme-btn-s2 {
    padding: 0;
    width: 100px;
    height: 40px;
    border-radius: 0;
    margin-top: 20px
}

.cart-total-wrap .calculate-shipping .theme-btn-s2::before {
    border-radius: 0
}

.cart-total-wrap .calculate-item.calculate-toggle {
    opacity: 1;
    visibility: visible
}

.cart-total-wrap .calculate-shipping-form {
    position: absolute;
    top: 70px;
    right: -31px;
    z-index: 11;
    background: #fff;
    padding: 35px 20px;
    padding-top: 25px;
    border: 1px solid #D9D9D9;
    width: 300px
}

.cart-total-wrap .calculate-shipping-form .country-list {
    border: 0;
    width: 100%;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    color: #3F475E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9
}

.cart-total-wrap .calculate-shipping-form .country-list p {
    font-weight: 400;
    margin-bottom: 0;
    border: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #A9A9A9;
    border-radius: 0;
    margin-left: 10px
}

.cart-total-wrap .countries-wrapper {
    background: #fff;
    position: absolute;
    top: 65px;
    left: -1px;
    width: 300px;
    overflow: hidden;
    max-height: 300px;
    border: 1px solid #D9D9D9;
    z-index: 11;
    padding: 35px 20px
}

.cart-total-wrap .country-search {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #6F6F6F;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 5px
}

.cart-total-wrap .country-search .form-control {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    padding-right: 40px;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 5px
}

.cart-total-wrap .country-search button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #333333
}

.cart-total-wrap .country-search button .fi {
    font-size: 16px
}

.cart-total-wrap .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px
}

.cart-total-wrap .total h4 {
    margin-bottom: 0;
    font-weight: 500
}

.cart-total-wrap .total span {
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #333333
}

.cart-total-wrap .theme-btn-s2 {
    width: 100%;
    border-radius: 5px
}

@media (max-width:991px) {
    .cart-total-wrap .theme-btn-s2 {
        font-size: 20px
    }
}

.cart-total-wrap .theme-btn-s2::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
    border-radius: 5px
}

.cart-prodact {
    padding-top: 120px
}

.cart-prodact h2 {
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    display: inline-block;
    margin-bottom: 60px
}

.cart-prodact .theme-btn-s2 {
    height: auto;
    width: auto;
    display: inline-block;
    padding: 12px 50px;
    border: 0;
    border-radius: 5px
}

.calculate-shipping-form {
    position: relative
}

.countries-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9
}

.countries-wrapper ul {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 215px
}

.countries-wrapper ul li {
    font-weight: 400;
    font-size: 17px;
    color: #6F6F6F;
    height: 40px
}

.calculate-shipping-form {
    display: none
}

.ecm-checkout-area {
    padding-top: 50px
}

.ecm-checkout-area .checkout-wrap ul {
    list-style: none
}

.ecm-checkout-area #open2 {
    display: none
}

.ecm-checkout-area #open3 {
    display: none
}

.ecm-checkout-area #open4 {
    display: none
}

.ecm-checkout-area .create-account p {
    margin-bottom: 15px;
    color: #3F475E
}

.ecm-checkout-area .create-account {
    display: none;
    padding: 20px
}

.ecm-checkout-area .create-account span {
    margin-bottom: 20px;
    display: block;
    color: #3F475E
}

.ecm-checkout-area .input-wrap {
    position: relative
}

.ecm-checkout-area .create-account input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding-left: 20px;
    border-radius: 0
}

.ecm-checkout-area .create-account input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ecm-checkout-area .create-account button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #333;
    color: #fff;
    width: 108px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ecm-checkout-area .input-wrap.s1 {
    position: unset
}

.ecm-checkout-area .input-wrap.s1 button {
    position: unset;
    color: #fff;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
    background: #333;
    color: #fff;
    width: 108px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ecm-checkout-area .create-account button:hover {
    background: #E0A500
}

.ecm-checkout-area .coupon {
    position: relative;
    cursor: pointer;
    cursor: pointer;
    background: #FFF8EE
}

.ecm-checkout-area .rating-wrapper .theme-btn-s2 {
    background: #E0A500;
    color: #fff
}

.ecm-checkout-area .rating-wrapper .theme-btn-s2:hover {
    background: #c18e00
}

.ecm-checkout-area .coupon #toggle1,
.ecm-checkout-area #toggle2 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #3F475E;
    cursor: pointer;
    padding: 20px 20px;
    border: 1px solid #D9D9D9;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

@media (max-width:767px) {

    .ecm-checkout-area .coupon #toggle1,
    .ecm-checkout-area #toggle2 {
        font-size: 15px
    }
}

.ecm-checkout-area .coupon #toggle1 .text,
.ecm-checkout-area #toggle2 .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ecm-checkout-area .coupon #toggle1 .text i.fi::before,
.ecm-checkout-area #toggle2 .text i.fi::before {
    line-height: 30px;
    font-size: 30px;
    color: #333333;
    padding-right: 5px
}

.ecm-checkout-area .coupon #toggle1 .text span,
.ecm-checkout-area #toggle2 .text span {
    color: #E0A500;
    padding-left: 5px
}

.ecm-checkout-area .caupon-wrap {
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ecm-checkout-area .active-border {
    -webkit-transition: all .3s;
    transition: all .3s
}

.ecm-checkout-area .coupon.coupon-3 {
    background: transparent;
    margin-top: 40px;
    margin-bottom: 30px;
    cursor: unset
}

.ecm-checkout-area .coupon.coupon-3 h2 {
    font-weight: 600;
    font-size: 25px
}

.ecm-checkout-area .billing-adress .form-style input,
.ecm-checkout-area .billing-adress .form-style select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    border: none;
    border: 1px solid #D9D9D9
}

.ecm-checkout-area .billing-adress .form-style input:focus,
.ecm-checkout-area .billing-adress .form-style select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ecm-checkout-area .billing-adress .form-style select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative
}

.ecm-checkout-area .billing-adress {
    padding: 30px;
    border: 1px solid #D9D9D9;
    margin-bottom: 30px
}

.ecm-checkout-area .note-area textarea {
    width: 100%;
    height: 150px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    border: 1px solid #ebebeb;
    border-radius: 5px
}

.ecm-checkout-area .note-area textarea:focus {
    outline: none
}

.ecm-checkout-area .note-area p {
    color: #3F475E
}

.ecm-checkout-area .biling-item-2 label.fontsize {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px
}

.ecm-checkout-area .biling-item-3 label.fontsize {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px
}

.ecm-checkout-area .biling-item-2 .billing-adress {
    padding: 0 27px
}

.ecm-checkout-area .biling-item-2 .billing-adress .form-style input {
    margin: 30px 0
}

.ecm-checkout-area .payment-name ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:575px) {
    .ecm-checkout-area .payment-name ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ecm-checkout-area .payment-area form {
    overflow: unset !important
}

.ecm-checkout-area .payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px
}

.ecm-checkout-area .payment-name ul li input {
    margin-right: 0
}

.ecm-checkout-area .payment-name ul li {
    margin-right: 15px
}

@media (max-width:575px) {
    .ecm-checkout-area .payment-name ul li {
        margin-bottom: 10px
    }
}

.ecm-checkout-area .payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0
}

.ecm-checkout-area .payment-select {
    padding: 40px 0;
    padding-top: 0
}

.ecm-checkout-area .payment-select ul {
    -webkit-transition: all .3s;
    transition: all .3s
}

.ecm-checkout-area .biling-item-2 input {
    background: transparent;
    height: 16px;
    width: 16px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 0 1px #E0A500;
    box-shadow: 0 0 0 1px #E0A500;
    margin-right: 10px
}

.ecm-checkout-area .biling-item-2 input:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%)
}

.ecm-checkout-area .biling-item-2 .contact-form input {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent
}

.ecm-checkout-area .biling-item-3 input {
    background: transparent;
    height: 16px;
    width: 16px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 0 1px #E0A500;
    box-shadow: 0 0 0 1px #E0A500;
    margin-right: 10px
}

.ecm-checkout-area .biling-item-3 input:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%)
}

.ecm-checkout-area .biling-item-3 .contact-form input {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent
}

.ecm-checkout-area .payment-select ul li {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5B5B5B
}

.ecm-checkout-area .payment-select ul li input {
    background: transparent;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 0 1px #E0A500;
    box-shadow: 0 0 0 1px #E0A500;
    margin-right: 10px
}

.ecm-checkout-area .payment-select ul li input:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
    background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%)
}

.ecm-checkout-area .payment-select label {
    font-size: 18px;
    font-weight: 600
}

@media (max-width:575px) {
    .ecm-checkout-area .payment-select label {
        font-size: 14px
    }
}

.ecm-checkout-area .payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700
}

.ecm-checkout-area .payment-area h2 span {
    font-size: 30px;
    color: #ff493c
}

.ecm-checkout-area .payment-area {
    width: 100%
}

.ecm-checkout-area label {
    color: #3F475E;
    font-weight: 400;
    font-size: 18px
}

.ecm-checkout-area .payment-name.active {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ecm-checkout-area .payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1
}

.ecm-checkout-area .payment-name ul li input:checked~label {
    border: 1px solid #ff493c
}

.ecm-checkout-area .payment-name label {
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ecm-checkout-area .payment-name .visa label {
    border: 1px solid #0057A0
}

.ecm-checkout-area .payment-name .mas label {
    border: 1px solid #CC0000
}

.ecm-checkout-area .payment-name .ski label {
    border: 1px solid #691A5F
}

.ecm-checkout-area .payment-name .pay label {
    border: 1px solid #019CDE
}

.ecm-checkout-area .payment-option {
    padding: 30px;
    border: 1px solid #D9D9D9
}

.ecm-checkout-area .payment-option h3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 2px solid #F1E2CC;
    padding-bottom: 15px
}

.ecm-checkout-area .payment-option h3::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%)
}

.ecm-checkout-area .payment-name {
    display: none
}

.ecm-checkout-area .payment-name.active {
    display: block
}

.ecm-checkout-area .payment-option.active .payment-name {
    display: none !important
}

.ecm-checkout-area .payment-area .form-style input,
.ecm-checkout-area .payment-area .form-style select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb
}

.ecm-checkout-area .payment-area .form-style input:focus,
.ecm-checkout-area .payment-area .form-style select:focus {
    outline: none
}

.ecm-checkout-area .payment-area .contact-form {
    margin-top: 40px
}

.ecm-checkout-area .cout-order-area {
    padding: 30px;
    border: 1px solid #D9D9D9;
    margin-bottom: 30px
}

.ecm-checkout-area .cout-order-area h3 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 2px solid #F1E2CC;
    padding-bottom: 15px
}

.ecm-checkout-area .cout-order-area h3::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%)
}

.ecm-checkout-area .oreder-item .title {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px
}

.ecm-checkout-area .oreder-item .title h2 {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ecm-checkout-area .oreder-item .title.s2 {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    padding-top: 15px
}

.ecm-checkout-area .oreder-item .title.s2 h2 {
    margin-bottom: 0
}

.ecm-checkout-area .oreder-item .oreder-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0
}

.ecm-checkout-area .oreder-item .oreder-product .images {
    width: 100px;
    height: 90px;
    background: #F3F3F3;
    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
}

.ecm-checkout-area .oreder-item .oreder-product .product ul .first-cart {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #233D50
}

.ecm-checkout-area .oreder-item .oreder-product .product ul li .rating-product i {
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ecm-checkout-area .oreder-item .oreder-product .product ul li .rating-product span {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3F475E;
    padding-left: 10px
}

.ecm-checkout-area .oreder-item .oreder-product span {
    font-weight: 600;
    font-size: 20px;
    color: #233D50
}

.ecm-checkout-area .create-account.active {
    display: block
}

.ecm-checkout-area .contact-form .form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.ecm-checkout-area .contact-form input,
.ecm-checkout-area .contact-form select {
    margin-top: 10px
}

.ecm-checkout-area .submit-btn-area {
    margin-top: 20px
}

.ecm-checkout-area .submit-btn-area .theme-btn,
.ecm-checkout-area .submit-btn-area .view-cart-btn {
    width: 100%;
    border: none;
    background: #E0A500;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none
}

.ecm-checkout-area .submit-btn-area .theme-btn::before,
.ecm-checkout-area .submit-btn-area .view-cart-btn::before {
    display: none;
    position: unset
}

.order-area {
    padding: 80px 0
}

.order-area .order-wrapper {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1)
}

@media (max-width:991px) {
    .order-area .order-wrapper table {
        width: 1022px
    }
}

@media (max-width:991px) {
    .order-area .order-wrapper form {
        overflow: scroll;
        overflow-y: hidden
    }
}

.order-area .order-wrap td,
.order-area .order-wrap th {
    width: 10%;
    border-bottom: 1px solid #f0f0f094;
    text-align: center;
    font-weight: 400;
    color: #414141
}

.order-area .order-wrap td ul,
.order-area .order-wrap th ul {
    list-style: none
}

.order-area .order-wrap th {
    border-bottom: 1px solid #f0f0f094;
    padding: 40px 0
}

.order-area .order-wrap thead {
    background: #fff;
    color: #505050;
    padding: 40px
}

.order-area .order-area form {
    margin: auto;
    text-align: center;
    background: #fff
}

.order-area .order-wrap .product {
    width: 15%
}

.order-area .order-wrap .product ul {
    text-align: left;
    padding-left: 30px;
    list-style: none
}

.order-area .order-wrap .product ul li {
    padding-bottom: 5px
}

.order-area .order-wrap .product a {
    font-size: 16px;
    color: #a5a4a4
}

.order-area .order-wrap .product-2 {
    text-align: left;
    padding-left: 55px
}

.order-area .order-wrap .product a:hover {
    color: #E0A500
}

.order-area .order-wrap th {
    height: 80px;
    font-weight: 400
}

.order-area .order-wrap td {
    padding: 40px 25px
}

.order-area .order-wrap td img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.order-area .order-wrap td.action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

.order-area .order-wrap td.action ul .w-btn-view a {
    line-height: 45px
}

.order-area .order-wrap td span {
    display: block;
    width: 100px;
    height: 38px;
    line-height: 34px;
    color: #ee9902;
    font-size: 14px;
    border: 1.5px solid #ee9902;
    border-radius: 4px
}

.order-area .order-wrap td.Del span {
    color: #4ABA4E;
    border: 1.5px solid #4ABA4E
}

.order-area .order-wrap td.can span {
    color: #D85656;
    border: 1.5px solid #D85656
}

.order-area .order-wrap td.pro span {
    color: #691A5F;
    border: 1.5px solid #691A5F
}

.order-area .order-wrap .name {
    width: 15%
}

.order-area .order-wrap .action a {
    display: block;
    width: 40px;
    height: 38px;
    line-height: 45px;
    background: #414141;
    color: #fff;
    border-radius: 4px;
    font-size: 14px
}

.order-area .order-wrap .action a .fi::before {
    font-size: 20px
}

.order-area .order-wrap .action a:hover {
    background: #E0A500
}

.order-area .order-wrap .action li.c-btn {
    margin-right: 10px
}

.order-area .order-wrap .action li.c-btn a {
    background-color: #E0A500
}

.order-area .order-wrap {
    padding: 0
}

.order-area .order-wrap tr:nth-child(even) {
    background: #FCFCFC
}

.order-area .order-wrap .quantity {
    position: relative;
    max-width: 110px;
    margin: 0 auto
}

.order-area .quantity input {
    width: 105px;
    padding: 0px 35px;
    text-align: center;
    height: 36px;
    position: relative;
    background: #f2f2f5;
    border: none;
    border-radius: 40px
}

.order-area .quantity .qtybutton {
    position: absolute;
    top: 0;
    left: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    background: #fafaff;
    border-radius: 30px
}

.order-area .order-wrap .quantity .qtybutton {
    top: 50%;
    left: 5px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%)
}

.order-area .order-wrap .quantity .qtybutton.dec {
    border-left: none
}

.order-area .order-wrap .quantity .qtybutton.inc {
    right: 5px;
    left: auto;
    border-right: none
}

.order-area .submit-btn-area {
    padding: 40px
}

.order-area .submit-btn-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none
}

@media (max-width:450px) {
    .order-area .submit-btn-area ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.order-area .submit-btn-area ul li:last-child {
    margin-left: 20px
}

@media (max-width:450px) {
    .order-area .submit-btn-area ul li:last-child {
        margin-left: 3px;
        margin-top: 5px
    }
}

.order-area .submit-btn-area button {
    border: none;
    background: #333333;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none
}

.order-area .submit-btn-area button:hover {
    background: #E0A500
}

.order-area .submit-btn-area .theme-btn-s4 {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    border-radius: 40px
}

.order-area .submit-btn-area .theme-btn-s4 i {
    position: relative;
    margin-left: 5px;
    top: 1px
}

.order-area .submit-btn-area .theme-btn-s4:after {
    display: none
}

.order-area .order-product-list ul {
    border-top: 1px solid #f0f0f094;
    padding-top: 20px;
    list-style: none
}

.order-area .order-product-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #414141;
    padding-bottom: 30px
}

.order-area .order-product-list ul li.order-b {
    border-top: 1px solid #f0f0f094;
    border-bottom: 1px solid #f0f0f094;
    color: #E0A500;
    padding-top: 30px;
    font-weight: 600
}

.ecm-blog-pg-section {}

.ecm-blog-pg-section .post.format-horizontal {
    margin-bottom: 70px;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ecm-blog-pg-section .post.format-horizontal:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.ecm-blog-pg-section .post.format-horizontal .post-inner {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ecm-blog-pg-section .post.format-horizontal .entry-media {
    flex-shrink: 0;
    width: 320px;
    overflow: hidden;
    border-radius: 6px;
}

.ecm-blog-pg-section .post.format-horizontal .entry-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.5s ease;
}

.ecm-blog-pg-section .post.format-horizontal:hover .entry-media img {
    transform: scale(1.05);
}

.ecm-blog-pg-section .post.format-horizontal .entry-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
}

.ecm-blog-pg-section .post.format-horizontal .entry-meta {
    margin: 0 0 15px 0;
}

.ecm-blog-pg-section .post.format-horizontal .entry-details h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
}

.ecm-blog-pg-section .post.format-horizontal .entry-details h3 a {
    color: #333;
    transition: color 0.3s ease;
}

.ecm-blog-pg-section .post.format-horizontal .entry-details h3 a:hover {
    color: #E0A500;
}

.ecm-blog-pg-section .post.format-horizontal .entry-details p {
    color: #666;
    margin-bottom: 18px;
    line-height: 1.7;
}

.ecm-blog-pg-section .post.format-horizontal .entry-details .read-more {
    color: #E0A500;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.ecm-blog-pg-section .post.format-horizontal .entry-details .read-more:hover {
    color: #333;
}

@media (max-width:991px) {
    .ecm-blog-pg-section .post.format-horizontal .post-inner {
        flex-direction: column;
        gap: 20px;
    }

    .ecm-blog-pg-section .post.format-horizontal .entry-media {
        width: 100%;
    }

    .ecm-blog-pg-section .post.format-horizontal .entry-media img {
        height: 250px;
    }

    .ecm-blog-pg-section .post.format-horizontal {
        padding: 20px;
    }
}

@media (max-width:991px) {
    .ecm-blog-pg-section .ecm-blog-content .post {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .ecm-blog-pg-section .ecm-blog-content .post {
        margin-bottom: 40px
    }
}

.ecm-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0
}

@media (max-width:767px) {
    .ecm-blog-pg-section .entry-meta {
        margin: 25px 0
    }
}

.ecm-blog-pg-section .entry-meta ul {
    list-style: none
}

.ecm-blog-pg-section .entry-meta ul li {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.93333rem;
    float: left;
    text-transform: uppercase
}

.ecm-blog-pg-section .entry-meta ul li a {
    color: #636893
}

.ecm-blog-pg-section .entry-meta ul li a:hover {
    color: #E0A500
}

.ecm-blog-pg-section .entry-meta ul li i {
    position: relative;
    margin-right: 3px
}

.ecm-blog-pg-section .entry-meta ul li i:before {
    font-size: 13px
}

.ecm-blog-pg-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.ecm-blog-pg-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    content: "";
    background: #E0A500;
    border-radius: 50%
}

@media (max-width:440px) {
    .ecm-blog-pg-section .entry-meta ul li+li:before {
        display: none
    }
}

@media (max-width:440px) {
    .ecm-blog-pg-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .ecm-blog-pg-section .entry-meta ul li {
        font-size: 12px;
        font-size: 0.8rem
    }
}

@media (max-width:440px) {
    .ecm-blog-pg-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px
    }
}

.ecm-blog-pg-section .post h3 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
    font-family: "Mukta", sans-serif
}

@media (max-width:991px) {
    .ecm-blog-pg-section .post h3 {
        font-size: 25px
    }
}

@media (max-width:767px) {
    .ecm-blog-pg-section .post h3 {
        font-size: 22px
    }
}

.ecm-blog-pg-section .post h3 a {
    color: #333333;
    text-transform: capitalize
}

.ecm-blog-pg-section .post h3 a:hover {
    color: #E0A500
}

.ecm-blog-pg-section .post p {
    margin-bottom: 1.5em
}

@media (max-width:991px) {
    .ecm-blog-pg-section .post p {
        font-size: 16px;
        font-size: 1.06667rem
    }
}

.ecm-blog-pg-section .post a.read-more {
    color: #4F4F4F;
    text-transform: capitalize;
    font-size: 16px
}

.ecm-blog-pg-section .post a.read-more:hover {
    color: #E0A500
}

.ecm-blog-pg-section .entry-media img {
    width: 100%
}

.ecm-blog-pg-section .format-standard,
.ecm-blog-pg-section .format-quote {
    background-color: #F5F2EE;
    padding: 25px 35px 45px
}

@media (max-width:767px) {

    .ecm-blog-pg-section .format-standard,
    .ecm-blog-pg-section .format-quote {
        padding: 25px 20px 45px
    }
}

.ecm-blog-pg-section .format-standard {
    position: relative
}

.ecm-blog-pg-section .format-standard:before {
    position: absolute;
    right: 20px;
    top: 10px;
    content: "\f118";
    font-family: flaticon_ecommerce !important;
    font-size: 90px;
    line-height: 80px;
    color: #e5f0fb
}

.ecm-blog-pg-section .format-gallery {
    position: relative
}

.ecm-blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ecm-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
    background: #E0A500;
    color: #fff
}

.ecm-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    color: #E0A500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0
}

.ecm-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
    font-size: 20px
}

.ecm-blog-pg-section .format-gallery .owl-nav .owl-prev,
.ecm-blog-pg-section .format-gallery .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ecm-blog-pg-section .format-gallery .owl-nav .owl-prev {
    left: 15px
}

.ecm-blog-pg-section .format-gallery .owl-nav .owl-next {
    right: 15px
}

.ecm-blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative
}

@media (max-width:767px) {
    .ecm-blog-pg-section .format-quote {
        padding: 40px 20px
    }
}

.ecm-blog-pg-section .format-quote p {
    margin-bottom: 0
}

.ecm-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f120";
    font-size: 250px;
    font-size: 16.66667rem;
    color: #ecf3fb;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ecm-blog-pg-section .format-quote h3,
.ecm-blog-pg-section .format-quote p {
    position: relative
}

.ecm-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center
}

.ecm-blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: #163967;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5
}

.ecm-blog-pg-section .format-video .video-holder:hover:before {
    opacity: 0.8
}

.ecm-blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 63px;
    height: 63px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    z-index: 1
}

.ecm-blog-pg-section .format-video .video-holder a:after {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 140%;
    height: 140%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 50%;
    z-index: -1
}

.ecm-blog-pg-section .format-video .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #2f426b;
    position: absolute;
    left: 52%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ecm-blog-pg-section .format-video .video-holder .fi:before {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #E0A500
}

@media screen and (min-width:1200px) {
    .blog-pg-left-sidebar .blog-sidebar {
        padding-right: 45px;
        padding-left: 0
    }
}

@media screen and (min-width:1200px) {
    .blog-pg-fullwidth .ecm-blog-content {
        padding: 0
    }
}

@-webkit-keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.ecm-blog-single-section {}

.ecm-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0
}

@media (max-width:767px) {
    .ecm-blog-single-section .entry-meta {
        margin: 25px 0
    }
}

.ecm-blog-single-section .entry-meta ul {
    list-style: none
}

.ecm-blog-single-section .entry-meta ul li {
    font-weight: 500;
    font-size: 14px;
    float: left;
    text-transform: uppercase
}

.ecm-blog-single-section .entry-meta ul li a {
    color: #636893
}

.ecm-blog-single-section .entry-meta ul li a:hover {
    color: #E0A500
}

.ecm-blog-single-section .entry-meta ul li i {
    position: relative;
    top: 0;
    margin-right: 3px
}

.ecm-blog-single-section .entry-meta ul li i.fi:before {
    font-size: 13px
}

.ecm-blog-single-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.ecm-blog-single-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    content: "";
    background: #E0A500;
    border-radius: 50%
}

@media (max-width:440px) {
    .ecm-blog-single-section .entry-meta ul li+li:before {
        display: none
    }
}

@media (max-width:440px) {
    .ecm-blog-single-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .ecm-blog-single-section .entry-meta ul li {
        font-size: 12px
    }
}

@media (max-width:440px) {
    .ecm-blog-single-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px
    }
}

.ecm-blog-single-section .entry-media img {
    width: 100%
}

.ecm-blog-single-section .post h2 {
    font-size: 35px;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
    font-family: "Mukta", sans-serif
}

@media (max-width:991px) {
    .ecm-blog-single-section .post h2 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .ecm-blog-single-section .post h2 {
        font-size: 25px
    }
}

.ecm-blog-single-section .post p {
    margin-bottom: 1.5em
}

.ecm-blog-single-section .post h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 1.8em 0 1em
}

@media (max-width:991px) {
    .ecm-blog-single-section .post h3 {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .ecm-blog-single-section .post h3 {
        font-size: 20px
    }
}

.ecm-blog-single-section .post blockquote {
    background-color: #F5F2EE;
    color: #233d62;
    font-size: 20px;
    line-height: 1.6em;
    padding: 65px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
    text-decoration: underline
}

@media (max-width:767px) {
    .ecm-blog-single-section .post blockquote {
        padding: 55px 25px
    }
}

.ecm-blog-single-section .post blockquote:before {
    font-family: flaticon_ecommerce !important;
    content: "\f118";
    font-size: 25px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #F5F2EE;
    background: #fff;
    color: #E0A500;
    border-radius: 50%
}

.ecm-blog-single-section .post .gallery {
    overflow: hidden;
    margin: 40px -7.5px 0
}

.ecm-blog-single-section .post .gallery>div {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 15px
}

.ecm-blog-single-section .post .gallery img {
    width: 100%
}

.ecm-blog-single-section .tag-share,
.ecm-blog-single-section .tag-share-s2 {
    border-bottom: 1px solid #ebebeb;
    margin: 75px 0 0;
    padding-bottom: 30px;
    color: #333333
}

@media (max-width:767px) {

    .ecm-blog-single-section .tag-share,
    .ecm-blog-single-section .tag-share-s2 {
        margin-top: 40px
    }
}

.ecm-blog-single-section .tag-share ul,
.ecm-blog-single-section .tag-share-s2 ul {
    list-style: none;
    display: inline-block;
    overflow: hidden
}

.ecm-blog-single-section .tag-share ul li,
.ecm-blog-single-section .tag-share-s2 ul li {
    float: left
}

@media (max-width:767px) {

    .ecm-blog-single-section .tag-share ul li,
    .ecm-blog-single-section .tag-share-s2 ul li {
        margin: 2px
    }
}

.ecm-blog-single-section .tag-share ul>li+li,
.ecm-blog-single-section .tag-share-s2 ul>li+li {
    margin-left: 10px
}

@media (max-width:767px) {

    .ecm-blog-single-section .tag-share ul>li+li,
    .ecm-blog-single-section .tag-share-s2 ul>li+li {
        margin: 2px
    }
}

.ecm-blog-single-section .tag-share .tag,
.ecm-blog-single-section .tag-share-s2 .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ecm-blog-single-section .tag-share .tag>span,
.ecm-blog-single-section .tag-share-s2 .tag>span {
    font-family: "Mukta", sans-serif;
    color: #333333;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase
}

.ecm-blog-single-section .tag-share .tag ul,
.ecm-blog-single-section .tag-share-s2 .tag ul {
    list-style: none;
    position: relative
}

.ecm-blog-single-section .tag-share .tag li,
.ecm-blog-single-section .tag-share-s2 .tag li {
    position: relative
}

.ecm-blog-single-section .tag-share .tag a,
.ecm-blog-single-section .tag-share-s2 .tag a {
    font-size: 12px;
    display: inline-block;
    padding: 5px 18px;
    color: #333333;
    background: #f5f5f5;
    border-radius: 5px;
    text-transform: uppercase
}

@media (max-width:767px) {

    .ecm-blog-single-section .tag-share .tag a,
    .ecm-blog-single-section .tag-share-s2 .tag a {
        font-size: 13px
    }
}

.ecm-blog-single-section .tag-share .tag a:hover,
.ecm-blog-single-section .tag-share-s2 .tag a:hover {
    color: #E0A500
}

.ecm-blog-single-section .tag-share-s2 {
    margin: 0;
    margin-top: 30px;
    border-bottom: 0
}

.ecm-blog-single-section .tag-share-s2 .tag a {
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
    background: none;
    text-decoration: underline;
    color: #4F4F4F
}

.ecm-blog-single-section .author-box {
    margin: 35px 0 60px
}

.ecm-blog-single-section .author-box .author-avatar {
    float: left
}

@media (max-width:767px) {
    .ecm-blog-single-section .author-box .author-avatar {
        float: none
    }
}

.ecm-blog-single-section .author-box .author-avatar img {
    border-radius: 50%
}

.ecm-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px
}

@media (max-width:767px) {
    .ecm-blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0
    }
}

.ecm-blog-single-section .author-box .author-content p {
    margin-bottom: 20px
}

.ecm-blog-single-section .author-box .author-name {
    font-family: "Mukta", sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #333333
}

.ecm-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none
}

.ecm-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px
}

.ecm-blog-single-section .author-box .social-link a {
    display: block;
    font-size: 13px;
    color: #333333
}

.ecm-blog-single-section .author-box .social-link a:hover {
    color: #E0A500
}

.ecm-blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #d8e0f1;
    padding: 0 25px
}

.ecm-blog-single-section .more-posts>div {
    width: 50%;
    float: left
}

@media (max-width:767px) {
    .ecm-blog-single-section .more-posts>div {
        width: 100%;
        float: none
    }
}

.ecm-blog-single-section .more-posts>div>a {
    display: inline-block
}

.ecm-blog-single-section .more-posts .previous-post,
.ecm-blog-single-section .more-posts .next-post {
    padding: 40px 0
}

@media (max-width:767px) {

    .ecm-blog-single-section .more-posts .previous-post,
    .ecm-blog-single-section .more-posts .next-post {
        padding: 25px 15px !important
    }
}

.ecm-blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #d8e0f1;
    padding-left: 15px;
    padding-right: 5px
}

@media (max-width:767px) {
    .ecm-blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #d8e0f1
    }
}

.ecm-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative
}

@media (max-width:767px) {
    .ecm-blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0
    }
}

.ecm-blog-single-section .more-posts .next-post .post-control-link:before {
    font-family: "themify";
    content: "\e628";
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:767px) {
    .ecm-blog-single-section .more-posts .next-post .post-control-link:before {
        display: none
    }
}

.ecm-blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px
}

.ecm-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative
}

@media (max-width:767px) {
    .ecm-blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0
    }
}

.ecm-blog-single-section .more-posts .previous-post .post-control-link:before {
    font-family: "themify";
    content: "\e629";
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:767px) {
    .ecm-blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none
    }
}

.ecm-blog-single-section .more-posts .previous-post>a>span,
.ecm-blog-single-section .more-posts .next-post>a>span {
    display: block
}

.ecm-blog-single-section .more-posts .post-control-link {
    font-size: 14px;
    color: #4F4F4F;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.ecm-blog-single-section .more-posts .post-name {
    font-size: 16px;
    color: #333333;
    margin: 0.7em 0 0
}

@media (max-width:991px) {
    .ecm-blog-single-section .more-posts .post-name {
        font-size: 16px
    }
}

.ecm-blog-single-section .more-posts a:hover .post-control-link {
    color: #E0A500
}

.ecm-blog-single-section .comments-area {
    margin-top: 70px
}

.ecm-blog-single-section .comments-area li>div {
    padding: 35px
}

@media (max-width:991px) {
    .ecm-blog-single-section .comments-area li>div {
        padding: 35px 25px
    }
}

@media (max-width:767px) {
    .ecm-blog-single-section .comments-area li>div {
        padding: 20px 25px
    }
}

.ecm-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0
}

.ecm-blog-single-section .comments-area ol ul {
    padding-left: 80px;
    list-style-type: none
}

@media (max-width:767px) {
    .ecm-blog-single-section .comments-area ol ul {
        padding-left: 30px
    }
}

.ecm-blog-single-section .comments-area ol>li:last-child div {
    border-bottom: 0
}

.ecm-blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 1em;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media (max-width:991px) {
    .ecm-blog-single-section .comments-area .comments-title {
        font-size: 20px
    }
}

.ecm-blog-single-section .comments-area li>div {
    position: relative
}

.ecm-blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 10px
}

@media (max-width:767px) {
    .ecm-blog-single-section .comments-area .comment-theme {
        position: static
    }
}

.ecm-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%
}

.ecm-blog-single-section .comments-area .comment-main-area {
    padding-left: 100px
}

@media (max-width:767px) {
    .ecm-blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px
    }
}

.ecm-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .ecm-blog-single-section .comments-area .comment-main-area p {
        margin-bottom: 0
    }
}

.ecm-blog-single-section .comments-area .comments-meta h4 {
    font-family: "Mukta", sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin: 0 0 1em
}

.ecm-blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    color: #4F4F4F;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
    font-family: "Mukta", sans-serif
}

@media (max-width:767px) {
    .ecm-blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0
    }
}

.ecm-blog-single-section .comments-area .comment-reply-link {
    font-family: "Mukta", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: "Mukta", sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px
}

.ecm-blog-single-section .comments-area .comment-reply-link:hover {
    color: #E0A500
}

.ecm-blog-single-section .children {
    position: relative
}

.ecm-blog-single-section .children::before {
    position: absolute;
    content: url(../image/line.png);
    left: 50px;
    top: -172px;
    z-index: -1
}

@media (max-width:767px) {
    .ecm-blog-single-section .children::before {
        display: none
    }
}

@media (max-width:767px) {
    .ecm-blog-single-section .children {
        padding-left: 20px
    }
}

@media (max-width:991px) {
    .ecm-blog-single-section .children p {
        padding-right: 0px;
        font-size: 16px;
        line-height: 25px
    }
}

.product-tab-area .comment-respond {
    margin-top: 70px
}

.product-tab-area .comment-respond .comment-reply-title {
    font-size: 22px;
    margin: 0 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (max-width:991px) {
    .product-tab-area .comment-respond .comment-reply-title {
        font-size: 20px
    }
}

.product-tab-area .comment-respond form input,
.product-tab-area .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 55px;
    border: 1px solid #a4adbe;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.product-tab-area .comment-respond form input:focus,
.product-tab-area .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E0A500
}

@media (max-width:991px) {

    .product-tab-area .comment-respond form input,
    .product-tab-area .comment-respond form textarea {
        height: 40px
    }
}

.product-tab-area .comment-respond form textarea {
    height: 220px;
    padding: 15px
}

@media (max-width:991px) {
    .product-tab-area .comment-respond form textarea {
        height: 150px
    }
}

.product-tab-area .comment-respond .form-inputs {
    overflow: hidden
}

.product-tab-area .comment-respond .form-inputs>input:nth-child(1) {
    width: 49%;
    float: left
}

@media (max-width:767px) {
    .product-tab-area .comment-respond .form-inputs>input:nth-child(1) {
        width: 100%;
        float: none
    }
}

.product-tab-area .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: right
}

@media (max-width:767px) {
    .product-tab-area .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none
    }
}

.product-tab-area .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: left
}

@media (max-width:767px) {
    .product-tab-area .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none
    }
}

.product-tab-area .comment-respond .form-inputs>input:nth-child(4) {
    width: 49%;
    float: right
}

@media (max-width:767px) {
    .product-tab-area .comment-respond .form-inputs>input:nth-child(4) {
        width: 100%;
        float: none
    }
}

.product-tab-area .comment-respond .form-submit input {
    font-family: "Mukta", sans-serif;
    max-width: 180px;
    background-color: #1e2845;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 30px
}

.product-tab-area .comment-respond .form-submit input:hover {
    background-color: #333333
}

@media screen and (min-width:1200px) {
    .ecm-blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0
    }
}

.ecm-faq-section {
    padding: 80px 0
}

.ecm-faq-section .ecm-section-title {
    text-align: center;
    margin-bottom: 30px
}

.ecm-faq-section .ecm-section-title h2 {
    display: inline-block
}

.ecm-faq-section .accordion-item {
    border: 0;
    border: 1px solid #e1e1e1;
    padding: 5px 20px;
    margin-bottom: 20px
}

.ecm-faq-section .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0
}

.ecm-faq-section .accordion-item button {
    padding: 20px;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-family: "Mukta", sans-serif
}

.ecm-faq-section .accordion-item button::after {
    background: none;
    font-family: "themify";
    content: "\e622";
    font-size: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-weight: 700
}

.ecm-faq-section .accordion-item button.collapsed {
    color: #373b3e
}

.ecm-faq-section .accordion-item button.collapsed::after {
    content: "\e61a"
}

.ecm-faq-section .accordion-item button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #e1e1e1
}

.ecm-faq-section .accordion-item .accordion-collapse {
    border: 0
}

.ecm-faq-section .accordion-button {
    background: transparent
}

.question-area {
    background: #ebebeb;
    padding: 80px 0
}

@media (max-width:991px) {
    .question-area {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .question-area {
        padding-top: 60px
    }
}

.question-area .ecm-section-title {
    text-align: center
}

.question-area .ecm-section-title h2 {
    display: inline-block
}

.question-touch {
    max-width: 570px;
    margin: auto;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    padding: 50px;
    text-align: center;
    padding-top: 60px;
    background: #fff;
    border-radius: 5px
}

@media (max-width:590px) {
    .question-touch {
        padding: 15px
    }
}

@media (max-width:991px) {
    .faq-pb {
        margin-top: 15px
    }
}

.question-touch h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px
}

.question-touch .half-col {
    width: 100%
}

.question-touch input,
.question-touch textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 22px
}

.question-touch input:focus,
.question-touch textarea:focus {
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none
}

.question-touch textarea {
    height: 160px
}

.question-touch::-webkit-input-placeholder {
    color: #888;
    font-size: 14px
}

.question-touch::-moz-placeholder {
    color: #888;
    font-size: 14px
}

.question-touch:-ms-input-placeholder {
    color: #888;
    font-size: 14px
}

.question-touch:-moz-placeholder {
    color: #888;
    font-size: 14px
}

.question-touch .theme-btn,
.question-touch .view-cart-btn {
    padding: 17px 40px;
    border: none;
    background: #E0A500;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none
}

.question-touch .theme-btn::before,
.question-touch .view-cart-btn::before {
    display: none;
    position: unset
}

.ecm-login-area {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 100px 0
}

.ecm-accountWrapper {
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    margin: auto;
    -webkit-box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden
}

.ecm-accountInfo {
    width: 50%;
    background: #062265;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 600px;
    text-align: center;
    padding: 50px
}

.ecm-accountForm {
    width: 50%;
    padding: 70px 85px;
    min-height: 600px;
    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
}

.ecm-accountInfoHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ecm-accountInfoHeader .navbar-brand {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    color: #fff
}

.ecm-accountInfoHeader .navbar-brand span {
    color: #FC0012
}

.ecm-accountInfoHeader .navbar-brand:hover {
    color: #fff
}

.ecm-accountInfoHeader h2 a {
    display: block;
    line-height: 50px;
    font-size: 35px;
    font-weight: 600;
    color: #fff
}

.ecm-accountInfo .ecm-accountBtn {
    height: 40px;
    background: #fff;
    padding: 0px 20px;
    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;
    text-transform: capitalize;
    font-size: 14px;
    color: #062265;
    border: 2px solid #fff;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.ecm-accountInfo .ecm-accountBtn:hover {
    background: transparent;
    color: #fff
}

.ecm-accountInfo p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px
}

.fromTitle h2 {
    font-size: 30px;
    margin-bottom: 10px
}

.fromTitle p {
    font-size: 15px;
    margin-bottom: 40px
}

.form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 60px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 2px;
    border: none
}

.form-style input:focus {
    outline: none;
    border: 1px solid #e5e5e5 !important
}

input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid #e5e5e5;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 1.2em;
    position: absolute;
    left: 0
}

input[type=checkbox]+label:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

input[type=checkbox]:checked+label:before {
    background-color: #E0A500;
    border-color: #E0A500;
    color: #fff
}

input[type=checkbox]:disabled+label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #aaa
}

input[type=checkbox]:checked:disabled+label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb
}

.check-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.forget-btn a {
    display: inline-block;
    font-size: 14px;
    color: #E0A500
}

.input-box label {
    color: #676B79;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px !important
}

.input-box {
    position: relative
}

.ecm-accountForm .ecm-accountBtn {
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #E0A500;
    width: 100%;
    background: #E0A500;
    color: #fff;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    margin-top: 30px
}

.ecm-accountForm .ecm-accountBtn:hover {
    background: transparent;
    color: #333
}

.or {
    border-top: 1px dashed #e5e5e5;
    margin-top: 45px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.or span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
    top: -14px;
    color: #E0A500
}

.ecm-socialLoginBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.ecm-socialLoginBtn li button {
    height: 40px;
    width: 50px;
    min-width: 50px;
    font-size: 15px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff
}

.ecm-socialLoginBtn li button.facebook {
    background: #3b5998
}

.ecm-socialLoginBtn li button.linkedin {
    background: #0077B5
}

.ecm-socialLoginBtn li button.twitter {
    background: #55acee
}

.ecm-socialLoginBtn li {
    margin: 0px 5px 5px
}

.subText {
    text-align: center
}

.subText a {
    display: inline-block;
    font-size: 14px;
    color: #E0A500
}

.form-group {
    position: relative
}

.input-group-btn {
    position: absolute;
    right: 10px;
    top: 37px
}

.input-group-btn button {
    background: transparent !important;
    border: none;
    outline: none;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.input-group-btn button:hover {
    background: transparent
}

.input-group-btn button:focus,
.input-group-btn button.active {
    background: none !important;
    border: none !important;
    outline: none !important
}

.btn-default.active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background: none !important;
    border: none;
    outline: none
}

@media (max-width:1200px) {
    .ecm-accountWrapper {
        width: 900px
    }

    .ecm-accountForm {
        padding: 70px 35px
    }
}

@media (max-width:1024px) {
    .ecm-accountWrapper {
        width: 100%;
        max-width: 100%
    }

    .ecm-accountForm {
        padding: 70px 35px
    }
}

@media (max-width:992px) {
    .ecm-accountInfo {
        width: 100%
    }

    .ecm-accountForm {
        width: 100%
    }

    .accountArea {
        padding: 0px 16px
    }
}

@media (max-width:767px) {
    .ecm-accountInfo {
        width: 100%
    }

    .ecm-accountForm {
        width: 100%
    }
}

.back-home {
    max-width: 150px
}

.tp-login-area {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 100px 0
}

.tp-login-area .tp-accountWrapper {
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    margin: auto;
    -webkit-box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden
}

.tp-login-area .tp-accountInfo {
    width: 50%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 600px;
    text-align: center;
    padding: 50px;
    position: relative;
    z-index: 1
}

.tp-login-area .tp-accountInfo:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #062265;
    content: "";
    opacity: .85;
    z-index: -1
}

.tp-login-area .tp-accountForm {
    width: 50%;
    padding: 55px 85px;
    min-height: 600px;
    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
}

.tp-login-area .tp-accountInfoHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tp-login-area .tp-accountInfoHeader a {
    font-size: 50px;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 49px
}

@media (max-width:450px) {
    .tp-login-area .tp-accountInfoHeader a {
        font-size: 30px
    }
}

.tp-login-area .tp-accountInfoHeader a img {
    margin-right: 10px
}

@media (max-width:450px) {
    .tp-login-area .tp-accountInfoHeader a img {
        margin-right: 3px
    }
}

.tp-login-area .tp-accountInfoHeader h2 a {
    display: block;
    line-height: 50px;
    font-size: 35px;
    font-weight: 600;
    color: #fff
}

.tp-login-area .tp-accountInfo .tp-accountBtn {
    height: 40px;
    background: #fff;
    padding: 0px 20px;
    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;
    text-transform: capitalize;
    font-size: 14px;
    color: #062265;
    border: 2px solid #fff;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border-radius: 5px;
    font-family: "Mukta", sans-serif
}

.tp-login-area .tp-accountInfo .tp-accountBtn:hover {
    background: transparent;
    color: #fff
}

.tp-login-area .tp-accountInfo p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px
}

.tp-login-area .fromTitle h2 {
    font-size: 35px;
    margin-bottom: 10px
}

.tp-login-area .fromTitle p {
    font-size: 15px;
    margin-bottom: 40px
}

.tp-login-area .form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 60px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 2px;
    border: none;
    margin-top: 6px
}

.tp-login-area .form-style input:focus {
    outline: none;
    border: 1px solid #e5e5e5 !important
}

.tp-login-area input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em
}

.tp-login-area input[type=checkbox] {
    display: none
}

.tp-login-area input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid #e5e5e5;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 1.2em;
    position: absolute;
    left: 0px
}

.tp-login-area input[type=checkbox]+label:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.tp-login-area input[type=checkbox]:checked+label:before {
    background-color: #E0A500;
    border-color: #E0A500;
    color: #fff
}

.tp-login-area input[type=checkbox]:disabled+label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #aaa
}

.tp-login-area input[type=checkbox]:checked:disabled+label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb
}

.tp-login-area .check-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.tp-login-area .forget-btn a {
    display: inline-block;
    font-size: 14px;
    color: #E0A500
}

.tp-login-area .input-box label {
    color: #676B79;
    font-weight: 500;
    font-size: 16px;
    padding-left: 25px !important
}

.tp-login-area .tp-accountForm .tp-accountBtn {
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #E0A500;
    width: 100%;
    background: #E0A500;
    color: #fff;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    margin-top: 30px
}

.tp-login-area .tp-accountForm .tp-accountBtn:hover {
    background: transparent;
    color: #333
}

.tp-login-area .or {
    border-top: 1px dashed #e5e5e5;
    margin-top: 45px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.tp-login-area .or span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
    top: -14px;
    color: #E0A500
}

.tp-login-area .tp-socialLoginBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.tp-login-area .tp-socialLoginBtn li button {
    height: 40px;
    width: 50px;
    min-width: 50px;
    font-size: 15px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff
}

.tp-login-area .tp-socialLoginBtn li button.facebook {
    background: #3b5998
}

.tp-login-area .tp-socialLoginBtn li button.linkedin {
    background: #0077B5
}

.tp-login-area .tp-socialLoginBtn li button.twitter {
    background: #55acee
}

.tp-login-area .tp-socialLoginBtn li {
    margin: 0px 5px 5px
}

.tp-login-area .subText {
    text-align: center
}

.tp-login-area .subText a {
    display: inline-block;
    font-size: 14px;
    color: #E0A500
}

.tp-login-area .form-group {
    position: relative
}

.tp-login-area .input-group-btn {
    position: absolute;
    right: 10px;
    top: 42px
}

.tp-login-area .input-group-btn button {
    background: transparent !important;
    border: none;
    outline: none;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tp-login-area .input-group-btn button:hover {
    background: transparent
}

.tp-login-area .input-group-btn button:focus,
.tp-login-area .input-group-btn button.active {
    background: none !important;
    border: none !important;
    outline: none !important
}

.tp-login-area .btn-default.active,
.tp-login-area .btn-default.active,
.tp-login-area .open>.dropdown-toggle.btn-default {
    background: none !important;
    border: none;
    outline: none
}

@media (max-width:1200px) {
    .tp-login-area .tp-accountWrapper {
        width: 900px
    }

    .tp-login-area .tp-accountForm {
        padding: 70px 35px
    }
}

@media (max-width:1024px) {
    .tp-login-area .tp-accountWrapper {
        width: 100%;
        max-width: 100%
    }

    .tp-login-area .tp-accountForm {
        padding: 70px 35px
    }
}

@media (max-width:992px) {
    .tp-login-area .tp-accountInfo {
        width: 100%;
        min-height: 400px
    }

    .tp-login-area .tp-accountForm {
        width: 100%
    }

    .tp-login-area .accountArea {
        padding: 0px 16px
    }
}

@media (max-width:767px) {
    .tp-login-area .tp-accountInfo {
        width: 100%;
        padding: 15px
    }

    .tp-login-area .tp-accountForm {
        width: 100%;
        padding: 20px
    }
}

.tp-login-area .back-home {
    max-width: 150px
}

.ecm-contact-pg-section {
    padding-bottom: 0px
}

.ecm-contact-pg-section .ecm-contact-title {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .ecm-contact-pg-section .ecm-contact-title {
        margin-bottom: 30px
    }
}

.ecm-contact-pg-section .ecm-contact-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:575px) {
    .ecm-contact-pg-section .ecm-contact-title h2 {
        font-size: 25px;
        font-size: 1.66667rem
    }
}

.ecm-contact-pg-section .ecm-contact-title p {
    color: #3F475E
}

.ecm-contact-pg-section form input,
.ecm-contact-pg-section form select,
.ecm-contact-pg-section form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb
}

@media (max-width:991px) {

    .ecm-contact-pg-section form input,
    .ecm-contact-pg-section form select,
    .ecm-contact-pg-section form textarea {
        height: 45px
    }
}

.ecm-contact-pg-section form input:focus,
.ecm-contact-pg-section form select:focus,
.ecm-contact-pg-section form textarea:focus {
    border-color: #E0A500;
    background: transparent
}

.ecm-contact-pg-section form textarea {
    height: 180px;
    padding-top: 15px
}

.ecm-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden
}

.ecm-contact-pg-section form::-webkit-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c
}

.ecm-contact-pg-section form:-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c
}

.ecm-contact-pg-section form::-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c
}

.ecm-contact-pg-section form:-ms-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c
}

.ecm-contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative
}

.ecm-contact-pg-section form select:focus {
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center
}

.ecm-contact-pg-section form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0
}

@media (max-width:767px) {
    .ecm-contact-pg-section form .submit-area {
        margin-bottom: 0
    }
}

.ecm-contact-pg-section form .submit-area .theme-btn,
.ecm-contact-pg-section form .submit-area .view-cart-btn {
    border-radius: 0px;
    font-family: "Mukta", sans-serif;
    font-size: 16px
}

.ecm-contact-pg-section form .submit-area .theme-btn:after,
.ecm-contact-pg-section form .submit-area .view-cart-btn:after {
    border-radius: 0px;
    background: #333333
}

.ecm-contact-pg-section form>div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px
}

@media (max-width:600px) {
    .ecm-contact-pg-section form>div {
        width: calc(100% - 25px);
        float: none
    }
}

.ecm-contact-pg-section form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both
}

.ecm-contact-pg-section .office-info {
    padding-bottom: 100px
}

@media (max-width:767px) {
    .ecm-contact-pg-section .office-info {
        padding-bottom: 60px
    }
}

@media (max-width:1200px) {
    .ecm-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px
    }
}

@media (max-width:1200px) {
    .ecm-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0px
    }
}

.ecm-contact-pg-section .office-info .office-info-item {
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ecm-contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%
}

.ecm-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
    font-size: 35px;
    color: #E0A500
}

.ecm-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0
}

.ecm-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
    color: #3F475E
}

.ecm-contact-pg-section .ecm-contact-form-area {
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    padding-bottom: 0;
    margin-bottom: -125px;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .ecm-contact-pg-section .ecm-contact-form-area {
        padding: 30px;
        padding-top: 50px
    }
}

.ecm-contact-pg-section .ecm-contact-form-area .theme-btn,
.ecm-contact-pg-section .ecm-contact-form-area .view-cart-btn {
    padding: 17px 40px;
    border: none;
    background: #E0A500;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none
}

.ecm-contact-pg-section .ecm-contact-form-area .theme-btn::before,
.ecm-contact-pg-section .ecm-contact-form-area .view-cart-btn::before {
    display: none;
    position: unset
}

.ecm-contact-map-section .ecm-contact-map {
    height: 550px
}

.ecm-contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.ecm-contact-map-section h2.hidden {
    display: none
}

.error-404-section {
    text-align: center
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px
}

@media (max-width:991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px
    }
}

@media (max-width:767px) {
    .error-404-section .error-message {
        padding: 0
    }
}

.error-404-section .error-message h3 {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 0.8em
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
    color: #3F475E
}

.error-404-section .error-message .theme-btn,
.error-404-section .error-message .view-cart-btn {
    padding: 17px 40px;
    border: none;
    background: #E0A500;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none
}

.error-404-section .error-message .theme-btn::before,
.error-404-section .error-message .view-cart-btn::before {
    border: 1px dashed #E0A500
}

.ecm-terms-section h4 {
    font-size: 30px;
    margin-bottom: 30px
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-img img {
    width: 100%
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-text {
    padding-top: 30px
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .ecm-terms-section .ecm-terms-wrap .ecm-terms-text h2 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .ecm-terms-section .ecm-terms-wrap .ecm-terms-text h2 {
        font-size: 25px
    }
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-text ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-text ul li {
    padding: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 17px
}

/* Mobile header styles */
@media (max-width: 767px) {
    .ecm-topbar .row {
        flex-wrap: nowrap;
    }

    .ecm-topbar .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ecm-topbar .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ecm-topbar .navbar-header {
        text-align: left;
    }

    .ecm-topbar .header-right {
        text-align: center;
    }

    .ecm-topbar .mobail-menu {
        text-align: right;
    }

    .mobile-social {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .mobile-social .ecm-topbar-social {
        justify-content: center;
    }

    .mobile-social .ecm-topbar-social ul {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .mobile-social .ecm-topbar-social li {
        margin: 0 10px;
    }

    /* Reduce space below header */
    .ecm-site-header {
        margin-bottom: 0;
    }

    /* WhatsApp按钮样式 */
    .whatsapp-btn {
        background: #25D366 !important;
        border-color: #25D366 !important;
        color: white !important;
        padding: 12px 24px !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
    }

    .whatsapp-btn:hover {
        background: #128C7E !important;
        border-color: #128C7E !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }

    .whatsapp-btn i {
        margin-right: 8px;
        font-size: 18px;
    }

    .static-hero {
        padding-top: 0;
        margin-top: 0;
    }

    .static-hero .container {
        padding-left: 0 !important;
    }
}

/* Reduce space below header for all screen sizes */
.ecm-site-header {
    margin-bottom: 0;
}

.static-hero {
    margin-top: 0;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.static-hero .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    max-width: 100%;
}

.static-hero .row {
    width: 100%;
    height: 100%;
    margin: 0;
}

.static-hero .col {
    height: 100%;
    padding: 0;
}

.static-hero .swiper {
    height: 100%;
    width: 100%;
}

.static-hero .swiper-wrapper {
    height: 100%;
}

.static-hero .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-hero .hero-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.static-hero .images {
    width: 100%;
    height: 100%;
    position: relative;
}

.static-hero .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ecommerc-service-section {
    margin-top: 0;
}

/* Clients section styles */
.clients-section {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.clients-section .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}

.related-products .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
}

.related-products-slider {
    position: relative;
}

.related-products-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.related-products-slider .owl-nav button {
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.related-products-slider .owl-nav button:hover {
    background: #E0A500;
    color: #fff;
    border-color: #E0A500;
}

.related-products-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.related-products-slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e0e0e0;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.related-products-slider .owl-dot.active {
    background: #E0A500;
    width: 10px;
    height: 10px;
}

.related-products-slider .item {
    padding: 0 10px;
}

.clients-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.clients-carousel {
    position: relative;
    height: 300px;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.client-logo img {
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.client-logo img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.clients-carousel .swiper-button-prev,
.clients-carousel .swiper-button-next {
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-carousel .swiper-button-prev {
    left: 10px;
}

.clients-carousel .swiper-button-next {
    right: 10px;
}

.clients-carousel .swiper-button-prev:after,
.clients-carousel .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
    content: '';
}

.clients-carousel .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.clients-carousel .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.clients-carousel .swiper-pagination {
    bottom: -20px;
}

.clients-carousel .swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.clients-carousel .swiper-pagination-bullet-active {
    background-color: #333;
    width: 20px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .clients-section {
        padding: 60px 0;
    }

    .clients-section .section-title {
        text-align: center;
    }

    .clients-section p {
        text-align: center;
    }

    .clients-carousel {
        height: 250px;
    }

    .clients-carousel .swiper-button-prev {
        left: 10px;
    }

    .clients-carousel .swiper-button-next {
        right: 10px;
    }
}

/* Footer styles */
.ecm-site-footer {
    background-color: #222;
    padding: 60px 0 30px;
    color: white;
}

.ecm-upper-footer {
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 20px;
    text-align: center;
}

.footer-logo .navbar-brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.footer-logo .navbar-brand img {
    max-height: 80px !important;
}

.footer-logo .company-name {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin: 0;
    text-align: center;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.footer-links {
    width: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.footer-links li {
    margin-bottom: 0;
    display: inline-block;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-links a:hover {
    color: #ffd700;
}

.footer-form {
    margin-bottom: 30px;
}

.footer-form .form-row {
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-form .email-field {
    flex: 1;
}

.footer-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #555;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    background-color: #333;
    color: white;
    height: 44px;
    box-sizing: border-box;
    border-right: none;
}

.footer-form .form-control::placeholder {
    color: #999;
}

.footer-form .submit-field button {
    background-color: #ffd700;
    color: #333;
    border: none;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.footer-form .s-btn button:hover {
    background-color: #ffed4e;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-links li {
    display: inline-block;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.social-links li:nth-child(1) a {
    background-color: #1877f2;
}

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

.social-links li:nth-child(3) a {
    background-color: #0077b5;
}

.social-links li:nth-child(4) a {
    background-color: #e4405f;
}

.social-links a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.ecm-lower-footer {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
}

.ecm-lower-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ecm-lower-footer li {
    color: #999;
    font-size: 14px;
}

@media (max-width: 767px) {
    .ecm-site-footer {
        padding: 40px 0 20px;
    }

    .footer-title {
        font-size: 16px;
    }

    .social-links {
        justify-content: center;
    }

    .ecm-upper-footer .row {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo .navbar-brand {
        justify-content: center;
    }

    .social-title {
        text-align: center;
    }
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-text ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #E0A500;
    content: "";
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-text .t-sub {
    padding: 20px 0
}

.ecm-terms-section .ecm-terms-wrap .ecm-terms-text .t-sub .ecm-p-details-img {
    margin-bottom: 20px
}

.ecm-terms-section .ecm-faq-section {
    padding-bottom: 0
}

.ecm-site-header #navbar>ul>li>a.active {
    color: #E0A500;
}

.icon-whatsapp {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}