html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial' !important;
    background: #fff;
    font-size: 18px;
    line-height: normal !important;
    color: #504E4E;
    overflow-x: hidden;
}

ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

*, after, before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1, h2, h3 {
    font-family: 'Bebas Neue';
    font-weight: normal !important;
}

body {
    line-height: 1;
}

dl, ol, ul {
    padding: 0;
}

select {
    background-image: none !important;
}

a {
    color: var(--black-color);
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

a:hover {
    text-decoration: none;
    color: var(--blue-color);
}

p {
    line-height: 1.6;
    font-size: 18px;
    color: var(--black-color);
    font-family: 'Arial';
}

b, strong {
    font-weight: 600;
}

u {
    text-decoration: underline;
}

i, em {
    font-style: italic;
}

img {
    max-width: 100%;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
    font-size: 14px;
}

.clearfix {
    clear: both;
}

::-moz-selection {
    color: #fff;
    background: var(--blue-color);
}

::selection {
    color: #fff;
    background: var(--blue-color);
}

:root {
    --black-color: #000;
    --white-color: #fff;
    --blue-color: #2895FC;
}

@font-face {
    font-family: 'Arial Narrow';
    src: local('Arial Narrow'), local('ArialNarrow'), url('../fonts/ArialNarrow.woff2') format('woff2'), url('../fonts/ArialNarrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial GEO';
    src: local('Arial GEO Bold'), local('ArialGEOBold'), url('../fonts/ArialGEOBold.woff2') format('woff2'), url('../fonts/ArialGEOBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Th';
    src: local('Arial Th'), local('ArialTh'), url('../fonts/ArialTh.woff2') format('woff2'), url('../fonts/ArialTh.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial MT';
    src: local('Arial MT Black'), local('ArialMTBlack'), url('../fonts/ArialMTBlack.woff2') format('woff2'), url('../fonts/ArialMTBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), local('ArialMT'), url('../fonts/ArialMT.woff2') format('woff2'), url('../fonts/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (min-width: 1580px) {
    .container {
        max-width: 1500px !important;
    }
}

.login-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.login-section .row {
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
}

.login-form {
    padding-right: 80px;
}

.login-form a img {
    max-height: 70px;
}

.login-form-inner {
    margin: 40px 0 0;
}

.login-form .login-same-content {
    margin: 50px 0 0;
}

.login-same-content h2 {
    color: #252D3A;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
}

.login-same-content p {
    color: #626262;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.login-same-content p a {
    color: #56b54b;
    font-weight: 500;
}

.login-form-inner .form-group {
    margin: 0 0 30px;
}

.form-bottom-content {
    margin: 20px 0 0;
}

.login-form-inner .row {
    margin: 0 -15px;
}

.form-control-new {
    color: #404040;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.4 !important;
    margin: 0;
    padding: 15px 15px !important;
    border-radius: 5px !important;
    background: #F8F8F8 !important;
    border: 1px solid #EAEAEA !important;
    width: 100% !important;
    height: auto !important;
}

.form-control-new:focus {
    background: #fff !important;
    border-color: #55b54a !important;
    box-shadow: none !important;
}

.login-form-inner .form-group label {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.phoneno-fields {
    position: relative;
}

.phoneno-fields input.form-control-new {
    padding-left: 70px;
}

.phoneno-fields select {
    color: #898989;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    min-width: 50px;
}

.form-bottom-content ul {
    display: flex;
    align-items: center;
    justify-content: start;
}

.form-bottom-content ul li {
    color: #656565;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.form-bottom-content ul li a {
    color: #222222;
    font-weight: 500;
    font-size: 15px;
}

.form-bottom-content ul li + li {
    margin-left: 5px;
}

.form-group.login-btn .default-btn {
    background: #56B54B;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px 0 0;
    border-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    width: 100%
}

.form-group.login-btn .default-btn:hover {
    background: transparent;
    color: #56B54B;
    border-color: #56B54B;
}

.btn:focus {
    box-shadow: none;
}

.login-form .login-same-content a.back-btn {
    width: 40px;
    height: 40px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    margin: 0 0 20px;
}

.form-group.otp-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

.form-group.otp-field input {
    width: 80px;
    height: 70px;
    text-align: center;
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 15px 15px;
    border-radius: 5px;
    background: #F8F8F8;
    border-color: #EAEAEA;
}

.form-group.otp-field input:focus {
    background: #fff;
    border-color: #55b54a;
    box-shadow: none;
}

.otp-bottom-content button#resend-otp {
    font-size: 16px;
    color: #56b54b;
    border-bottom: none;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    background: transparent;
    border: none;
}

.otp-bottom-content span.time-counting {
    color: #404040;
    font-weight: 500;
}

.otp-bottom-content span {
    font-size: 18px;
    font-weight: 400;
    color: #626262;
    line-height: 1.4;
    margin: 0;
}

.otp-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otp-bottom-content + .form-group.login-btn {
    margin: 70px 0 0;
}

/*header.fixed-header.fixed {position: fixed;left: 0;top: 0;right: 0;width: 100%;background: #fff;z-index: 99;transition: 0.4s; -webkit-transition: 0.4s;}
header.fixed-header {background: #fff;border-radius: 0;padding: 0 0 16px 0;box-shadow: 0px 0px 26px #00000017; transition: 0.4s; -webkit-transition: 0.4s;}*/
header.fixed-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    /* initial no shadow */
    transition: all 0.4s ease;
    /* smooth animation for all properties */
    z-index: 999;
}

header.fixed-header.is-sticky {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    /* add shadow */
    background: #fff;
    /* optional: you can change bg on scroll */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 0;
}

.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu ul li + li {
    margin-left: 30px;
}

.header-menu ul li > a {
    color: #252D3A;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.header-menu ul li > a.active {
    color: #55B54A;
}

.header-menu ul li a:hover {
    color: #55B54A;
}

.header-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-right ul li + li {
    margin-left: 13px;
}

.header-right ul li {
    margin-bottom: 0;
}

.cart-menu .cart-item-count {
    position: absolute;
}

.cart-menu .cart-item-count {
    top: -3px !important;
    right: -3px !important;
    font-size: 11px !important;
    width: 16px !important;
    height: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.roundcircle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F8F8F8;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: relative;
}

.roundcircle img {
    filter: brightness(0);
    max-height: 17px;
}

.cart-roundcircle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #252D3A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border: 1px solid transparent;
}

.cart-roundcircle:hover {
    background: transparent;
    border-color: #252D3A;
}

.cart-roundcircle:hover img {
    filter: brightness(0);
}

.roundcircle:hover {
    background: #55b54a;
}

.roundcircle:hover img {
    filter: brightness(0) invert(1);
}

a.search-box {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

a.search-box img {
    filter: brightness(0);
}

.opne-search-box {
    padding: 5px 10px;
    width: 700px;
    margin: 10px auto 10px;
    background: #f2f2f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    border: 1px solid transparent;
    animation: slide-down 0.3s linear both;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.opne-search-box a.close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.opne-search-box > img {
    margin-left: 0;
    vertical-align: middle;
}

.opne-search-box input[type="text"] {
    width: 100%;
    background: transparent;
    padding: 0 40px 0 10px;
    font-size: 15px;
    border: none;
}

.search-main-wrapper {
    display: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    animation: slide-up 0.3s linear both;
}

.header-menu ul li > a img {
    vertical-align: middle;
}

@keyframes slide-down {
    0% {
        visibility: hidden;
        height: 0;
    }

    95% {
        visibility: visible;
        height: 45px;
    }

    100% {
        visibility: visible;
        height: auto;
    }
}

@keyframes slide-up {
    from {
        visibility: visible;
        height: 45px;
    }

    to {
        visibility: hidden;
        height: 0;
    }
}

section.banner-section {
    position: relative;
}

.search-main-wrapper.open {
    background: #fff;
    display: block;
    animation: slide-down 0.3s linear both;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    box-shadow: 0px 16px 10px rgb(0 0 0 / 4%);
    padding: 0 20px;
}

.header-right ul li select {
    color: #252D3A;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
}

a.login-btn {
    background: #FFFAEB;
    padding: 9px 5px;
    border-radius: 5px;
    color: #252D3A;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    max-width: 120px !important;
    width: 120px !important;
    display: inline-block;
}

a.login-btn:hover {
    background: #55B54A;
    color: #fff;
}

.header-menu {
    min-width: 550px;
    text-align: right;
}

.header-mein-top {
    background: transparent linear-gradient(174deg, #FFFAE3 0%, #D3FFCE 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 5px 10px;
}

.header-mein-top p {
    color: #252D3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-mein-top p img {
    vertical-align: middle;
    margin: 0 7px;
    max-height: 17px;
}

section.banner-section.max-section-width video.videoembed {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.banner-video-wrapper {
    border-radius: 45px;
    overflow: hidden;
    margin: 0px 0 0;
    position: relative;
    height: 100vh;
}

section.banner-section .banner-video-wrapper video.videoembed {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-right-box {
    background: url(../images/banner-small-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: start;
    max-width: 300px;
    padding: 10px;
    margin-left: auto;
    text-align: left;
}

.banner-right-content h4 {
    color: #55B54A;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.banner-right-box figure {
    margin: 0;
    width: 35%;
}

.banner-right-content {
    padding-left: 11px;
}

.banner-right-box a {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 45px;
}

.banner-right-content p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 5px 0 0;
}

section.banner-section.max-section-width {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home-banner-main-content span {
    color: #C73B46;
    background: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
}

.home-banner-main-content h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.home-banner-main-content h1 strong {
    color: #000;
}

.home-banner-main-content h1 img {
    vertical-align: middle;
    max-width: 51px;
    position: relative;
    top: -3px;
}

.home-banner-main-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    margin: 15px 0 0;
    color: #fff;
}

.banner-content {
    position: absolute;
    top: 15%;
    left: 0px;
    right: 0px;
}

.home-banner-main-content {
    margin: 100px 0 0;
    text-align: left;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

video::-webkit-media-controls {
    display: none !important;
}

.same-section {
    padding: 50px 0;
}

.same-heading h2 {
    color: #252D3A;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    font-size: 40px;
}

.categories-box {
    background: #F7F7F7;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 30px 15px;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 80px;
    text-align: left;
}

.categories-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-box p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0 5px;
}

.categories-box p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.categories-box img.category-image {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}

.categories-box p br {
    display: none;
}

.categories-box figure {
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 13px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.categories-box + .categories-box {
    margin: 20px 0 0;
}

.same-heading {
    margin: 0 0 30px;
}

.carousel-categories-section .owl-stage {
    padding-left: 0 !important;
}

.carousel-categories-section .owl-stage-outer {
    overflow: unset;
}

section.same-section.carousel-categories-section, section.same-section.deal-section {
    padding-left: 200px;
}

section.same-section.carousel-categories-section .container-fluid, section.same-section.deal-section .container-fluid {
    padding-right: 0;
}

.energy-box-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.energy-box-wrapper > img {
    width: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}

.solor-genetor-inner {
    text-align: left;
}

.energy-content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 10px;
}

.energy-content-box h3 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px;
}

.energy-content-box p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.btn.btn-primaryx {
    background: transparent linear-gradient(180deg, #FDE992 0%, #92F287 100%) 0% 0% no-repeat padding-box;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    min-width: 160px;
    text-align: center;
    margin: 30px 0 0;
    color: #333232;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border-radius: 5px;
}

.btn.btn-primaryx:hover {
    background: #fff;
}

section.same-section.energy-section .col-lg-6 {
    margin: 25px 0 0;
}

.energy-box-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background: rgb(0 0 0 / 28%);
    border-radius: 10px;
}

.dela-box-parent {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
}

.deal-slider-wrapper.row {
    height: 100%;
}

.deal-box-bottom {
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.dela-box-parent .dela-box-header {
    background: #252D3A;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 25px;
    text-align: center;
}

.dela-box-parent span {
    display: block;
    margin: 30px 0 5px;
    color: #FF0808;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.dela-box-parent h2 {
    color: #252D3A;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 15px;
}

.dela-box-parent p {
    color: #252D3A;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    background: #fff;
    border-radius: 20px;
    padding: 1px 15px;
    display: inline-block;
}

.dela-box-parent p + p {
    margin-top: 10px;
}

.dela-box-parent > img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.dela-box-parent a.deafult-circle-btn {
    margin: 60px 0 0;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: #55B54A;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border: 1px solid transparent;
}

.dela-box-parent a.deafult-circle-btn img {
    max-height: 24px;
}

.dela-box-parent a.deafult-circle-btn:hover img {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}

.dela-box-parent a.deafult-circle-btn:hover {
    background: transparent;
    border-color: #000;
}

.slider-item-inner-content .product-image-icon ul {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-item-inner-content ul li + li {
    margin-left: 5px;
}

.slider-item-inner-content .likebtn {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border: none;
    padding: 0;
}

.slider-item-inner-content figure > img {
    object-fit: cover;
    width: 100% !important;
    border-radius: 5px;
    height: 100%;
}

.slider-item-inner-content .likebtn:hover {
    background: #55B54A;
}

.slider-item-inner-content .likebtn:hover img {
    filter: brightness(0) invert(1);
}

.slider-item-inner-content .likebtn img {
    width: auto;
    max-height: 17px;
}

section.same-section.trending-section .same-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.same-section.trending-section .same-heading a {
    color: #545454;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.slider-item-inner-content figure {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 5px;
}

.rating-box span {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 13px;
    color: #2F2F2F;
    font-weight: 600;
    line-height: 1.4;
}

.rating-box span img {
    width: auto !important;
    margin-right: 5px;
    vertical-align: middle;
    max-width: 15px;
    margin-top: -4px;
}

.rating-box {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 1;
    min-width: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 10px;
}

.rating-box strong {
    border-left: 1px solid #e6e4e4;
    padding-left: 7px;
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 400;
}

.slider-item {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 10px 10px;
    margin: 0;
    height: 100%;
    border: 1px solid #E2E2E2;
}

.slider-footer-right a.cart-btn img {
    width: auto;
}

.slider-inner-content h2 {
    color: #393939;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.slider-inner-content p {
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 15px 0 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slider-footer-left {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.slider-content-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0 0;
}

.slider-footer-left span {
    background: #FFEDED;
    border-radius: 5px;
    padding: 7px 10px;
    text-align: center;
    color: #FC0000;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
}

.slider-footer-left del {
    color: #BEBEBE;
    font-size: 19px;
    font-weight: 400;
    margin: 0 10px;
}

.slider-footer-right a.cart-btn {
    width: 40px;
    height: 40px;
    background: #252D3A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.same-section.deal-section {
    background: #F5F5F7;
}

.slider-inner-content ul img {
    max-height: 16px;
}

.slider-inner-content ul img + img {
    margin-left: 5px;
}

.slider-inner-content ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 5px 0 10px;
}

.slider-inner-content ul li img {
    max-height: 14px;
}

.slider-inner-content ul li {
    color: #ADADAD;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

section.same-section.solor-generator-cta-section .solor-genetor-wrapper {
    position: relative;
}

section.same-section.solor-generator-cta-section .solor-genetor-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 40%);
}

.solor-genetor-wrapper > img {
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.solor-genetor-content {
    position: absolute;
    z-index: 9;
    top: 18%;
    left: 0;
    right: 0;
}

.solor-genetor-inner h2 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 0px;
}

.solor-genetor-inner p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.solor-genetor-inner a.btn.btn-primaryx {
    border-radius: 5px;
    margin: 35px 0 0;
}

.clients-logo-section .clients-logo-wrapper {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 50px 10px;
}

.clients-logo-content {
    max-width: 900px;
    margin: 0 auto 60px;
}

.clients-logo-content h2 {
    color: #252D3A;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px;
}

.clients-logo-content p {
    color: #151515;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.client-logo-box img {
    width: auto !important;
    max-height: 100px !important;
    margin: 0 auto;
    text-align: center;
}

.clients-logo-section .clients-logo-wrapper .owl-nav {
    display: block !important;
}

.clients-logo-section .clients-logo-wrapper .owl-nav button span {
    display: none;
}

.clients-logo-section .clients-logo-wrapper .owl-nav button {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.clients-logo-section .clients-logo-wrapper .owl-nav button.owl-prev {
    left: -16%;
    background: url(../images/prev-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.clients-logo-section .clients-logo-wrapper .owl-nav button.owl-next {
    right: -16%;
    background: url(../images/next-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.clients-logo-section .clients-logo-wrapper .col-carousel {
    max-width: 1100px;
    margin: 0 auto;
}

section.same-section.treding-section .same-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

section.same-section.treding-section .same-heading a {
    color: #545454;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

section.same-section.treding-section .col-lg-3 {
    margin: 25px 0 0;
}

.reviews-wrapper {
    border-radius: 10px;
    padding: 60px 70px;
}

.review-heading-parent h2 {
    color: #55B54A;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.review-heading-parent p {
    color: rgb(255 255 255 / 81%);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.reviews-wrapper .review-heading-parent p {
    color: #000;
    text-align: left;
}

section.same-section.about-customer-main-section .reviews-wrapper .review-heading-parent p {
    color: #fff;
}

.review-footer figure img {
    width: auto !important;
}

.review-box-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 7px #00000026;
    border-radius: 5px;
    padding: 25px;
    height: 100%;
}

.review-box-wrapper p {
    color: #7C7C7C;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 25px;
    min-height: 250px;
    text-align: left;
}

.review-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-left: 70px;
}

.review-footer figure {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}

.review-footer-content h3 {
    color: #252D3A;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 0;
    text-align: left;
}

.review-footer-content span {
    color: #7C7C7C;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    padding-left: 0 !important;
}

.reviews-wrapper .col-carousel {
    margin: 60px 0 0;
}

.reviews-wrapper .owl-carousel .owl-item {
    padding: 10px;
}

.owl-carousel.review-slider .owl-nav.disabled {
    display: block;
}

.owl-carousel.review-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.owl-carousel.review-slider .owl-nav button.owl-prev {
    background: url(../images/prev-icon.png);
    background-size: 23px;
    background-position: center;
    background-repeat: no-repeat;
    left: -5%;
}

.owl-carousel.review-slider .owl-nav button.owl-next {
    background: url(../images/next-icon.png);
    background-size: 23px;
    background-position: center;
    background-repeat: no-repeat;
    right: -5%;
}

.owl-carousel.review-slider .owl-nav button span {
    display: none;
}

.reviews-wrapper {
    background: #F7F7F7 url(../images/reviews-bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.energy-parent {
    text-align: center;
    margin: 0 0 50px;
}

.energy-parent h2 {
    color: #252D3A;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.energy-parent h2 img {
    vertical-align: middle;
    top: -4px;
    position: relative;
    max-width: 40px;
    margin-left: 15px;
}

.energy-parent h2 strong {
    color: #55B54A;
    font-weight: 600;
}

.energy-parent span {
    background: #EBC323;
    border-radius: 5px;
    padding: 10px 20px;
    color: #252D3A;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 10px;
}

section.same-section.future-energy-section .row {
    align-items: center;
}

.future-content-wrapper p {
    color: #545454;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    font-size: 24px;
}

section.same-section.future-energy-section .row .col-lg-6 {
    padding: 0;
}

section.same-section.future-energy-section .row .col-lg-6:nth-child(2) .future-content-wrapper p {
    font-weight: 600;
    padding-left: 50px;
    color: #151515;
}

.future-content-wrapper figure {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}

.future-content-wrapper figure img {
    width: 100%;
}

footer {
    background: #0B2441;
    padding: 80px 0 30px;
}

.footer-top-content {
    padding-right: 280px;
}

.footer-top-content h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
}

.form-group label {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 5px;
}

.footer-search-box {
    position: relative;
}

.footer-search-box input {
    border: 1px solid #305783;
    background: transparent;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    color: #fff;
    padding-right: 70px;
    height: 55px;
}

.footer-search-box input:focus {
    border-color: #fff;
}

.footer-search-box button {
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.footer-search-box button:hover {
    background: transparent;
    border-color: #fff;
}

.footer-search-box button:hover img {
    filter: brightness(0) invert(1);
}

.footer-top-content .form-group p, .footer-top-content .form-group p a {
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 8px 0 0;
}

.footer-top-content .form-group p a:hover {
    color: #fff;
}

.footer-contact-details {
    margin: 40px 0 0;
}

.footer-contact-details ul {
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer-contact-details ul li {
    color: #707070;
}

.footer-contact-details ul li + li {
    margin-left: 15px;
}

.footer-contact-details ul li a {
    color: #F0F0F0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.footer-inner-menu h3 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.4;
}

.footer-inner-menu ul li + li {
    margin: 18px 0 0;
}

.footer-inner-menu ul li a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.footer-inner-menu ul li a:hover {
    color: #55B54A;
}

.footer-inner-menu ul li a.viewmore {
    color: #8D9AA8;
    font-size: 18px;
}

.footer-bottom-wrapper {
    margin: 40px 0 20px;
    border-top: 1px solid #415974;
    border-bottom: 1px solid #415974;
    padding: 30px 0;
}

.footer-bottom-content {
    padding-right: 280px;
}

.footer-bottom-content img {
    max-width: 90px;
}

.footer-bottom-content p {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    margin: 10px 0 0;
}

.footer-button-parent ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 30px 0 0;
}

.footer-button-parent ul li + li {
    margin-left: 15px;
}

.footer-button-parent ul li a {
    background: transparent linear-gradient(270deg, #FFF1B7 0%, #BEFAB7 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    min-width: 210px;
    position: relative;
    padding-left: 65px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border: 1px solid transparent;
}

.footer-button-parent ul li a:hover {
    border-color: #fff;
    background: transparent;
}

.footer-button-parent ul li a img {
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
    top: 50%;
    max-height: 45px;
}

.footer-button-parent ul li a span {
    color: #848484;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.footer-button-parent ul li a:hover span, .footer-button-parent ul li a:hover p {
    color: #fff;
}

.footer-button-parent ul li a p {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.footer-button-parent {
    max-width: 500px;
}

.footer-button-parent h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.social-media-parent ul li a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #324760;
    border-radius: 50%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border: 1px solid transparent;
}

.social-media-parent ul li a:hover {
    border-color: #fff;
    background: transparent;
}

.social-media-parent ul li a:hover img {
    filter: brightness(0) invert(1);
}

.social-media-parent ul li a img {
    max-height: 22px;
}

.social-media-parent ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0 0;
}

.social-media-parent ul li + li {
    margin-left: 8px;
}

.footer-polocy-wrapper .footer-contact-details {
    margin: 0;
}

.footer-polocy-wrapper .footer-contact-details li a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.footer-polocy-wrapper .footer-contact-details li a:hover {
    color: #55B54A;
}

.footer-polocy-wrapper .footer-contact-details li span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-polocy-wrapper .footer-contact-details p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-align: right;
}

section.same-section.sustainability-banner-section.header-top-spacing {
    position: relative;
}

.header-top-spacing {
    padding-top: 0px;
    position: relative;
}

.sustainability-banner > img {
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.sustainability-banner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
}

.sustainability-content h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F1B1B;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.sustainability-bottom-content {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}

.sustainability-bottom-content h2 {
    color: #383838;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px;
}

.sustainability-bottom-content p {
    color: #626262;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    margin: 30px 0 0;
}

.deal-product-banner-content span {
    background: #252D3A;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

.deal-product-banner-content h1 {
    color: #000000;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0;
}

.deal-product-banner-content h1 strong {
    font-weight: 600;
    color: #55B54A;
}

.deal-product-banner-content p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.deal-product-banner {
    position: relative;
}

.deal-product-banner > img {
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.deal-product-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

section.same-section.some-header-banner.max-section-width.deal-product-banner-section.pb-0 {
    padding-bottom: 0 !important;
}

.filtter-box {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 35px;
    color: #333232;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.filtter-box img {
    margin-right: 15px;
}

.price-box-wrapper h4 {
    margin: 0 0 15px;
    color: #333232;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.price-filler-box .form-check {
    padding-left: 30px;
    margin-bottom: 0;
    position: relative;
}

.price-filler-box .form-check .form-check-label {
    color: #838383;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.price-filler-box .form-check .form-check-input {
    width: 21px;
    height: 21px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
}

.price-filler-box .form-check + .form-check {
    margin: 15px 0 0;
}

.price-filler-box .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.price-filler-box .form-check-input:focus {
    box-shadow: none;
}

.price-box-wrapper + .price-box-wrapper {
    margin: 50px 0 0;
}

.deal-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deal-product-header p {
    color: #838383;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.deal-product-header select {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

.deal-product-list .col-lg-4 {
    margin: 25px 0 0;
}

.deal-product-banner.deal-product-banner-content.energy-parent-wrapper {
    z-index: 1;
}

section.same-section.header-top-spacing.deal-product-banner-section:after {
    content: "";
    position: absolute;
    height: 450px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
}

.deal-product-banner.deal-product-banner-content.energy-parent-wrapper .energy-parent.mb-0 span {
    background: #EBC323;
    border-radius: 5px;
    color: #252D3A;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 20px;
}

.deal-product-banner.deal-product-banner-content.energy-parent-wrapper .energy-parent h2 {
    color: #FFFFFF;
    font-size: 50px;
}

section.badcrumb-section {
    background: #FCFCFC;
    padding: 10px 0 10px;
}

.badcrumb-inner ul {
    display: flex;
    align-items: center;
    justify-content: start;
}

.badcrumb-inner ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
}

.badcrumb-inner ul li a {
    color: #252D3A;
    font-size: 16px;
    font-weight: 400;
    padding: 7px;
    border-radius: 5px;
    background: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.badcrumb-inner ul li a:hover {
    background: #EFE9E9;
}

.badcrumb-inner ul li img {
    max-height: 15px;
}

.badcrumb-inner ul li.current {
    color: #56B54B;
    font-weight: 500;
}

.badcrumb-inner ul li + li {
    margin-left: 15px;
}

.product-rating ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px 0 0;
    padding: 0;
}

.product-rating ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.product-rating ul li img {
    max-width: 16px;
}

.product-rating ul li + li {
    margin-left: 7px;
}

.product-details-right {
    padding: 40px 0 0;
}

.product-details-btn.form-group.login-btn ul {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
}

.product-details-btn.form-group.login-btn ul li a.btn.default-btn {
    min-width: 525px;
    font-size: 20px;
    margin: 0;
}

.product-details-btn a.btn.sharebtn {
    background: #EFEFEF;
    padding: 15px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.product-details-btn a.btn.sharebtn:hover {
    background: #000;
    border-color: transparent;
}

.product-details-btn a.btn.sharebtn:hover img {
    filter: brightness(0) invert(1);
}

.product-details-btn a.btn.sharebtn img {
    max-height: 30px;
}

.product-details-btn.form-group.login-btn ul li + li {
    margin-left: 10px;
}

.product-left-image.row {
    margin: 0 -7px;
}

.product-left-image.row .col-lg-6 {
    margin: 0 0 10px;
    padding: 0 7px;
}

.product-share-box-price h3 {
    color: #333232;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
}

.product-share-box-price p {
    color: #727272;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.product-details-right h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.product-share-box {
    margin: 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
}

.share-btn-box a {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252D3A;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.share-btn-box a:hover {
    background: #000;
    color: #fff;
}

.share-btn-box a:hover img {
    filter: brightness(0) invert(1);
}

.share-btn-box a img {
    max-width: 21px;
    margin-left: 9px;
    vertical-align: middle;
}

.product-desc-inner h3 {
    color: #414141;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 0;
}

.product-desc-inner p {
    color: #A0A0A0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.product-desc-inner + .product-desc-inner {
    margin: 20px 0 0;
}

.product-desc-inner ul {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
}

.product-desc-inner ul li {
    color: #A7A7A7;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.product-desc-inner ul li + li {
    margin-left: 20px;
}

.product-desc-parent {
    padding: 30px 0 0;
}

.product-share-box-price h3 del {
    color: #CCCCCC;
    margin-left: 10px;
    font-weight: 400;
}

.btn.btn-defaultx {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    background: #EFEFEF;
    border-radius: 20px;
    border: 1px solid #EFEFEF;
    min-width: 230px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.btn.btn-defaultx:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.btn.btn-primaryxx {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    background: #56B54B;
    border-radius: 20px;
    border: 1px solid #56B54B;
    min-width: 230px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: #fff;
}

.btn.btn-primaryxx:hover {
    background: transparent;
    color: #56B54B;
    border-color: #56B54B;
}

.bulk-product-parent {
    background: transparent linear-gradient(275deg, #FFF1B7 0%, #BEFAB7 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bulk-product-parent .bulk-product {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 75px;
}

.toprated-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bulk-product-parent .bulk-product figure {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bulk-content h4 {
    color: #000000;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    font-size: 21px;
}

.bulk-content p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

section.same-section.some-header-banner.max-section-width.product-details-banner-section .row + .row {
    margin-top: 70px;
}

.bulk-product-parent.bulk-bottom-parent {
    background: #EFEFEF;
    border: 1px solid #F0F0F0;
    margin: 25px 0 0;
}

.bulk-product-parent.bulk-bottom-parent .bulk-content span {
    color: #8B8A8A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    display: inline-block;
}

.bulk-product-parent.bulk-bottom-parent {
    margin: 0 0 20px;
}

.row.border-top {
    border-top: 1px dotted #dee2e6 !important;
    margin-top: 40px !important;
    border-bottom: 1px dotted #dee2e6 !important;
    padding: 40px 0;
    border-top: 1px dotted #dee2e6 !important;
}

.row.border-top .col-lg-6 {
    margin: 25px 0 0;
}

.delivery-wrapper {
    padding-top: 40px;
}

.delivery-inner-box + .delivery-inner-box {
    margin: 15px 0 0;
}

.delivery-inner-box p {
    color: #A7A7A7;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.delivery-inner-box p strong {
    color: #000000;
    font-weight: 500;
}

.delivery-inner-box figure {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.delivery-inner-box figure img {
    max-width: 35px;
    max-height: 35px;
}

.delivery-inner-box {
    position: relative;
    padding-left: 40px;
}

.delivery-inner-box p {
    color: #A7A7A7;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.row.progress-bar-mainwrapper {
    border-top: 1px dotted #dee2e6 !important;
    padding: 40px 0 0;
}

.progress-bar-wrapper .progress + .progress {
    margin: 15px 0 0;
}

.bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0px;
}

.bar-content label {
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 3px;
}

.progress-bar-wrapper .progress {
    border-radius: 6px;
    height: 11px;
}

.bar-content.specing-top {
    margin: 15px 0 0;
}

.product-desc-inner {
    margin: 30px 0 0;
    border-top: 1px dotted #CCCCCC;
    padding: 20px 0 0;
}

.product-desc-inner + .product-desc-inner {
    border: none;
    padding: 0;
    margin-bottom: 40px;
}

.bulk-product-parent .toprated-bottom a.btn.btn-primaryx {
    margin: 0;
    background: #252D3A;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid transparent;
}

.bulk-product-parent .toprated-bottom a.btn.btn-primaryx:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.progress-bar.progress-bar {
    background-color: #5F5F5F !important;
}

.row.customer-review-wrapper {
    margin-top: 60px;
}

.reviw-rating-wrapper h3 {
    color: #000000;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-size: 40px;
}

.review-rating-parent ul {
    display: flex;
    align-items: center;
    justify-content: start;
}

.review-rating-parent ul li + li {
    margin-left: 5px;
}

.review-rating-content span {
    color: #1F1C22;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.review-rating-parent ul li img {
    max-width: 17px;
}

.review-rating-parent p {
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.review-rating-content {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0;
}

.review-rating-parent {
    padding-left: 20px;
}

.customer-review-header h3 {
    color: #000000;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-size: 24px;
}

.customer-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer-review-header span {
    color: #A7A7A7;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.customer-review-box p {
    color: #868686;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    font-size: 18px;
}

.customer-review-box ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 8px 0 8px;
    padding: 0;
}

.customer-review-box ul li + li {
    margin-left: 5px;
}

.customer-review-box {
    background: #F8F8F8;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
}

.row.customer-review-wrapper .col-lg-6 {
    margin: 0 0 30px;
}

section.same-section.max-section-width.arrival-section.similar-section {
    padding-top: 0 !important;
}

.customer-review-box ul li img {
    max-height: 16px;
}

.confirm-btn.toprated-bottom.form-group.login-btn a.btn.default-btn {
    margin: 0;
    min-width: 49%;
}

.datepicker button.btn.btn-outline-secondary.border-left-0 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.dashboard-top-box {
    width: 100%;
    background: #FFF9E2;
    padding: 15px;
    text-align: center;
    border: 1px solid #FDE278;
    border-radius: 5px;
}

.account-left-menu h3 {
    color: #969696;
    font-size: 21px;
    font-weight: 500;
    margin: 25px 0 0;
    text-align: left;
}

.account-left-menu ul {
    margin: 25px 0 0;
}

.account-left-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 12px 10px;
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.account-left-menu ul li a span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.account-left-menu ul li a > img {
    margin-right: 15px;
}

.account-left-menu ul li .active, .account-left-menu ul li a:hover {
    background: #F7F8FA;
    border-radius: 5px;
}

.dashboard-top-box span {
    color: #846A04;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 0;
    display: inline-block;
}

.dashboard-top-box p {
    color: #05070A;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.dashboard-middle-wrapper {
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0px 0px 16px #0000000F;
    border-radius: 10px;
}

.dashboard-header {
    padding: 30px 30px;
    border-bottom: 1px solid #EAEAEA;
}

.dashboard-middle-content {
    padding: 30px;
}

.dashboard-header h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.dashboard-header p {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.dashboard-profile {
    position: relative;
    padding-left: 80px;
}

.dashboard-profile figure {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-profile h3 {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.dashboard-profile p {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.profile-form.row {
    margin-top: 40px;
}

.profile-form.row .form-group label {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
    display: block;
    width: 100%;
}

.profile-form.row .form-group button.btn.btn-outline-secondary.border-left-0 {
    border: none;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-form.row .form-group button.btn.btn-outline-secondary.border-left-0 i {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.profile-form.row .form-group button.btn.btn-outline-secondary.border-left-0:hover i {
    color: #000;
}

.profile-form.row .col-lg-6 {
    margin: 0 0 25px;
}

.profile-form.row .col-lg-6 .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.confirm-btn.toprated-bottom a.btn.btn-primaryx {
    min-width: 260px;
    padding: 12px 20px;
    font-size: 18px;
    margin: 5px 0 0;
}

.dashboard-middle-bottom.row {
    margin: 0 30px 0px;
    background: #F7F7F7;
    padding: 20px 10px;
    border-radius: 5px;
}

.dashboard-bottom-box label {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.dashboard-bottom-box p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.dashboard-link {
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-link input[type="text"] {
    background: transparent;
    color: #1F9EEF;
    font-size: 15px;
    font-weight: 400;
    width: 50%;
    border-bottom: 1px solid;
    padding: 4px 0;
}

.dashboard-middle-bottom.row .col-lg-6:first-child .dashboard-bottom-box .dashboard-link input[type="text"] {
    width: 34% !important;
}

.dashboard-link a {
    color: #868686;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
    text-decoration: underline;
}

.dashboard-middle-bottom.row .col-lg-6 {
    margin: 0 0 30px;
}

.dashboard-middle-bottom.row .col-lg-6:last-child {
    margin-bottom: 10px;
}

.dashboard-link a.danger {
    color: #FF0000;
    border-bottom: 1px solid #FF0000;
    text-decoration: none;
}

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.datepicker button.btn.btn-outline-secondary.border-left-0 {
    display: none !important;
}

.datepicker img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer;
    z-index: 9;
}

.account-left-menu {
    height: 100%;
    position: relative;
}

.dashboard-leftbottom-box {
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    text-align: center;
}

.dashboard-leftbottom-box a {
    background: #FADADA;
    display: block;
    padding: 13px 15px;
    border-radius: 5px;
    font-size: 20px;
    color: #FF0000;
    font-weight: 500;
    margin: 0;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.dashboard-leftbottom-box a:hover {
    background: #FF0000;
    color: #fff;
}

.dashboard-leftbottom-box p {
    color: #3B3B3B;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 7px 0 0;
}

.datepicker {
    position: relative;
}

.datepicker input {
    width: 100%;
    max-width: 100%;
}

.order-inner-parent + .order-inner-parent {
    border-top: 1px solid #DEDEDE;
    margin: 10px 0 0;
}

.order-inner-parent {
    padding: 30px;
}

.order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-header h3 {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.order-header a {
    background: #F8F8F8;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DEDEDE;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: #5A5A5A;
}

.order-header a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

.order-inner-parent ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 15px 0;
}

.order-inner-parent ul li {
    width: 78px;
    height: 78px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-inner-parent ul li + li {
    margin-left: 8px;
}

.order-inner-parent p {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

p.colorgreen {
    color: #55B54A;
}

.order-inner-parent p strong {
    font-weight: 600;
    color: #000000;
}

.dashboard-header.backpage {
    position: relative;
    padding-left: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-header.backpage .back-invoice-header > a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    top: 50%;
    color: #000;
    font-size: 26px;
    transform: translateY(-50%);
}

.invoice-btn {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: #252D3A;
    font-weight: 400;
}

.invoice-btn img {
    margin-right: 5px;
}

.invoice-btn:hover {
    background: #000;
    color: #fff;
}

.invoice-btn:hover img {
    filter: brightness(0) invert(1);
}

.invoice-btn-parent {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

.again-btn {
    background: #1788FB;
    padding: 10px 15px;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: #fff;
    font-weight: 400;
}

.again-btn:hover {
    border-color: #1788FB;
    color: #1788FB;
    background: transparent;
}

.invoice-btn-parent a + a {
    margin-left: 10px;
}

.back-invoice-header p strong {
    font-weight: 600;
}

.products-price-wrapper {
    padding: 30px;
}

.product-price-img {
    position: relative;
    padding-left: 85px;
}

.product-price-img figure {
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-price-img h3 {
    color: #1F1C22;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.product-price-img p {
    color: #848484;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

.product-price-content p {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: right;
}

.product-price-content p strong {
    color: #151515;
}

.product-price-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
}

.product-price-inner + .product-price-inner {
    margin: 25px 0 0;
}

.payment-box-wrapper {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

.merchant-payment-left, .merchant-payment-right {
    width: 50%;
}

.merchant-payment-right h3, .merchant-payment-left h3, .order-summary-wrapper h3, .trackorder-wrapper h3, .product-rateus-wrapper h3 {
    color: #1A1A1B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.merchant-payment-right p, .merchant-payment-left p {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.merchant-payment-left p img {
    vertical-align: middle;
    margin-left: 10px;
}

.order-summary-wrapper {
    padding: 30px 30px 0;
}

.order-summary-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.order-summary-inner h4, .order-summary-inner h5 {
    color: #585858;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.order-summary-inner h4 {
    padding-right: 15px;
}

.order-summary-inner h5 {
    padding-left: 15px;
}

.order-summary-inner p {
    color: #989898;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.order-summary-inner p:first-child {
    padding-right: 15px;
}

.order-summary-inner p:last-child {
    padding-left: 15px;
}

.order-summary-inner p strong {
    color: #000000;
    font-weight: 600;
}

.order-summary-inner:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #CCCCCC;
}

.order-summary-wrapper h3 {
    margin: 0 0 15px;
}

.trackorder-wrapper {
    padding: 30px;
    border-top: 1px solid #EAEAEA;
}

.trackorder-wrapper ul {
    margin: 30px 0 0;
    position: relative;
}

.trackorder-wrapper ul li {
    position: relative;
    padding-left: 65px;
}

.trackorder-wrapper ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trackorder-wrapper ul li h5 {
    color: #3D3B3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.trackorder-wrapper ul li p {
    color: #3D3B3B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.trackorder-wrapper ul .disable-content h5, .trackorder-wrapper ul .disable-content p {
    color: #C6C6C6;
}

.trackorder-wrapper ul li + li {
    margin: 25px 0 0;
}

.trackorder-wrapper ul:before {
    content: "";
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 2px solid #CCCCCC;
}

.invoice-btn-parent p {
    width: 100%;
    display: block;
}

.invoice-btn-parent p {
    width: 100%;
    display: block;
    color: #FF0B0B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
    margin: 5px 0 0;
}

p.colorred {
    color: #FF0000;
}

.merchant-payment-left span {
    color: #1F1C22;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.merchant-payment-left h6 {
    color: #FF2F2F;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.product-rateus-wrapper {
    padding: 30px;
    border-bottom: 1px solid #EAEAEA;
}

.rateus-innerchild {
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

.rateus-innerchild p {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.rateus-innerchild ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.rateus-innerchild ul li + li {
    margin-left: 5px;
}

.product-rateus-parent textarea {
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    padding: 13px;
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    height: 100px;
    width: 100%;
    line-height: 1.6;
}

.product-rateus-parent textarea:focus {
    box-shadow: none;
}

#picture__input {
    display: none;
}

.picture {
    width: 100%;
    aspect-ratio: 27 / 9;
    background: #FFF2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    border: 1px solid #FFBABA;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
}

.picture:focus {
    background: transparent;
    box-shadow: none;
}

.picture__img {
    max-width: 100%;
}

.product-rateus-parent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-rateus-inner {
    width: 50%;
}

.product-upload-box {
    width: 45%;
}

.product-upload-box p {
    color: #656565;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 5px;
}

.product-upload-box a {
    background: #56B54B;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 18px;
    display: block;
    padding: 14px 15px;
    text-align: center;
    color: #fff;
    margin: 25px 0 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.product-upload-box a:hover, .product-upload-box a:focus {
    background: transparent;
    color: #56B54B;
    border-color: #56B54B;
}

.manage-card-wrapper.row {
    padding: 30px;
}

.card-manage-inner {
    background: #F8F8F8;
    padding: 20px;
    border-radius: 5px;
}

.card-manage-inner ul#myTab {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px;
    width: auto;
    display: inline-flex;
}

.card-manage-inner ul#myTab li.nav-item button {
    color: #8E8E8E;
    font-size: 15px;
    padding: 8px 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    background: transparent;
    border: none;
}

.card-manage-inner ul#myTab li.nav-item button:hover, .card-manage-inner ul#myTab li.nav-item button.active {
    background: #fff;
}

.paument-icon ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 20px;
}

.paument-icon ul li + li {
    margin-left: 10px;
}

.managecard-form .form-group {
    margin: 0 0 25px;
}

.managecard-form .form-group label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px;
}

.managecard-form .form-group .form-control-new {
    color: #919191;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    background: #fff;
    border-color: #EAEAEA;
}

.managecard-form .form-group .form-control-new:focus {
    border-color: #56B54B;
}

.cardcheck-parent .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.cardcheck-parent .form-check-input:focus {
    box-shadow: none;
}

.cardcheck-parent label {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.cardcheck-parent .form-check input {
    position: absolute;
    left: 6%;
    top: 33%;
    transform: translateY(-50%);
}

.cardcheck-parent .form-check {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-left: 30px;
}

.cardcheck-parent {
    margin: 10px 0 0;
}

.card-bottom-btn {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-bottom-btn .btn {
    font-size: 18px;
    font-weight: 500;
    width: 49%;
    border-radius: 5px;
    min-width: inherit;
}

.card-bottom-btn a.btn.btn-defaultx {
    background: #fff;
    border-color: #EAEAEA;
}

.card-bottom-btn a.btn.btn-defaultx:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.chouse-card-option h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    display: block;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 8px;
    margin: 0 0 20px;
}

.select-card-box {
    background: #FFF4F4;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #FFD1D1;
}

.select-card-box h4 {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.card-details-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 7px 0 0;
}

.card-details-inner img {
    margin-right: 10px;
}

.card-details-inner p {
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.select-card-box-wrapper .cardcheck-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-card-box-wrapper .cardcheck-parent .form-check input {
    left: 22%;
}

.remove-card a {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.remove-card a:hover {
    color: #FF0000;
}

.select-card-box-wrapper + .select-card-box-wrapper {
    margin: 30px 0 0;
}

.whislist-wrapper {
    padding: 30px;
}

.slider-item.whislist-product-box {
    background: transparent;
    padding: 0;
    border: 13px;
    margin: 0;
    box-shadow: none;
}

.slider-item.whislist-product-box .slider-item-inner-content figure > img {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 13px;
}

.whislist-wrapper .col {
    max-width: 20%;
    flex: 0 0 20%;
    margin: 0 0 30px;
}

.slider-item.whislist-product-box .rating-box {
    bottom: 15px;
    right: 8px;
    min-width: 90px;
    padding: 4px 5px;
}

a.deletebtn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}

.slider-item.whislist-product-box .slider-inner-content p {
    color: #000000;
    font-size: 14px;
    margin: 0 0 10px;
}

.slider-item.whislist-product-box .slider-inner-content h2, .slider-item.whislist-product-box .slider-footer-left span, .slider-item.whislist-product-box .slider-footer-left del {
    font-size: 14px;
}

.slider-item.whislist-product-box .slider-item-inner-content figure {
    margin: 0 0 5px;
}

.slider-item.whislist-product-box .slider-footer-left span {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 0;
}

.whislist-cart-btn {
    margin: 10px 0 0;
    display: inline-block;
}

.whislist-cart-btn a {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
}

.search-box-wrapper {
    padding: 30px 30px;
    border-bottom: 1px solid #EAEAEA;
}

.search-box-wrapper .opne-search-box {
    padding: 10px 15px !important;
    width: 500px;
    margin: 10px 0 0;
}

.search-box-wrapper .opne-search-box input[type="text"] {
    padding: 0 0 0 10px;
}

.search-box-wrapper .opne-search-box > img {
    margin-left: 0;
}

.search-box-wrapper label {
    color: #0B0B0B;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 0;
    font-size: 16px;
}

.manage-card-wrapper.address-form-wrapper.row .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.manage-card-wrapper.address-form-wrapper.row .nav-link img {
    margin-right: 8px;
    max-height: 17px;
}

.manage-card-wrapper.address-form-wrapper.row .card-manage-inner ul#myTab {
    border: none;
}

.manage-card-wrapper.address-form-wrapper.row .card-manage-inner ul#myTab .nav-item .nav-link {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    background: #F7F7F7;
    color: #393939;
}

.form-check-input[type=checkbox] {
    border-radius: 5px;
}

.manage-card-wrapper.address-form-wrapper.row .card-manage-inner ul#myTab li + li {
    margin-left: 10px;
}

.manage-card-wrapper.address-form-wrapper.row .card-manage-inner ul#myTab .nav-link.active {
    background: #D6D6D6;
    border-color: #A7A7A7;
}

.address-select-box {
    position: relative;
}

.address-select-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    user-select: none;
    pointer-events: none;
}

.select-card-box-wrapper.address-select-box .card-details-inner h3 {
    margin: 0;
    padding: 0;
    line-height: normal;
    border: none;
    color: #0B0B0B;
    font-weight: 500;
    font-size: 18px;
}

.select-card-box-wrapper.address-select-box .card-details-inner figure {
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.select-card-box-wrapper.address-select-box .card-details-inner figure img {
    margin: 0;
}

.select-card-box-wrapper.address-select-box .select-card-box {
    border-color: #EFEFEF;
    background: #FDFDFD;
    border-radius: 5px;
}

.select-card-box-wrapper.address-select-box .select-card-box .card-details-inner {
    margin: 0;
}

.select-card-box-wrapper.address-select-box .select-card-box p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 5px 0 0;
}

.address-remove-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px 0 0;
}

.address-remove-wrapper ul li + li {
    margin-left: 15px;
}

.address-remove-wrapper ul li a {
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-remove-wrapper ul li a img {
    margin-right: 5px;
}

.select-card-box-wrapper.address-select-box .form-check .form-check-input {
    left: 0;
    float: inline-end;
    margin: 0;
    top: 50%;
}

.cart-left-wrapper {
    padding: 25px 30px;
}

.cart-header-top-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: #FFF0E5;
    border-radius: 5px;
    padding: 15px;
}

.cart-header-top-left {
    position: relative;
    padding-left: 40px;
    width: 75%;
}

.cart-header-top-left figure {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.header-top-content h4 {
    color: #0B0B0B;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.header-top-content p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.cart-header-top-right a {
    color: #F80303;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.cart-total-product .cart-total-select {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.cart-total-product .cart-total-select .form-check input {
    left: 0;
    margin: 0;
    top: 50%;
}

.cart-total-product .cart-total-select .cardcheck-parent label {
    font-size: 17px;
}

.cart-total-product .cart-total-select a {
    background: #252D3A;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.cart-total-product .cart-total-select a:hover {
    background: transparent;
    color: #252D3A;
    border-color: #252D3A;
}

.cart-total-product .cart-total-select .cardcheck-parent {
    margin: 0;
}

.cartproduct-right .wrapper {
    height: 25px;
    display: flex;
    background: #EAEAEA;
}

.cartproduct-right .quantity {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 30px;
    font-size: 14px;
    color: #43484D;
    font-weight: 400;
    border: 1px solid #E1E8EE;
    background: transparent;
}

.cartproduct-right .btn {
    border: 1px solid #E1E8EE;
    width: 25px;
    background-color: #EAEAEA;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cartproduct-right button:focus, .cartproduct-right input:focus {
    outline: 0;
}

.cartproduct-right button.btn.btn--minus:after {
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #a3a3a3;
    content: "";
}

.cartproduct-right button.btn.btn--plus:after {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #a3a3a3;
    content: "";
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/radio-check-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.cart-product-mainbox-inner {
    background: #F8F8F8;
    border-radius: 5px;
    padding: 15px;
    padding-left: 40px;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
}

.cart-inner-productlist {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.cartproduct-left {
    position: relative;
    display: flex;
    align-items: start;
    padding-left: 90px;
}

.cartproduct-left figure {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.cart-colorbox h4 {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.color-code-box {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 5px 0 15px;
}

.color-code-box span {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #C49C7E;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.color-code-box span:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 2px;
    bottom: 0;
    width: 1px;
    background: #A2A2A2;
}

.color-code-box p {
    background: #DEDEDE;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 400;
}

.cart-colorbox h6 {
    color: #403F3F;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.cartproduct-middle {
    text-align: center;
}

.cartproduct-middle h4 {
    color: #1C1C1C;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.cartproduct-middle p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 5px 0 0;
}

.cartproduct-right {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

.cartproduct-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin: 0 0 25px;
}

.cartproduct-right ul li + li {
    margin-left: 6px;
}

.cartproduct-right ul li a {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.cartproduct-right ul li a:hover {
    background: #252D3A;
}

.cartproduct-right ul li a:hover img {
    filter: brightness(0) invert(1);
}

.cart-product-mainbox-inner .cardcheck-parent {
    margin: 0;
}

.cart-product-mainbox-inner .cardcheck-parent .form-check {
    padding: 0;
    margin: 0;
}

.cart-product-mainbox-inner + .cart-product-mainbox-inner {
    margin: 15px 0 0;
}

.cart-delivery-head h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
}

.select-deliverytype-box {
    margin: 30px 0 0;
}

.delivery-box-wrapper {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    position: relative;
}

.select-delivery-typebox h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
}

.shiping-main-box-wrapper {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.shiping-main-box-wrapper .form-check .form-check-input {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    margin: 0;
    padding: 0;
}

.shiping-main-box-wrapper .form-check label.form-check-label .cart-header-top-left {
    width: 100%;
    padding-left: 50px;
}

.shiping-main-box-wrapper .form-check label.form-check-label .cart-header-top-left .header-top-content h4 {
    margin: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.shiping-main-box-wrapper .form-check label.form-check-label .cart-header-top-left .header-top-content p {
    color: #A7A7A7;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.shiping-main-box-wrapper .form-check {
    padding-left: 22px;
    margin: 0;
    position: relative;
}

.shiping-main-box-wrapper .form-check .form-check-input:checked, .delivery-box-wrapper > .form-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.delivery-box-wrapper > .form-check {
    margin: 0 0 10px;
    position: relative;
    padding-left: 22px;
}

.delivery-box-wrapper > .form-check input {
    width: 15px;
    height: 15px;
    border-color: #A8A8A8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.shiping-main-box-wrapper + .shiping-main-box-wrapper {
    margin: 10px 0 0;
}

.form-group.delivery-pickup-box button {
    background: #000000;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    padding: 9px 5px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    border: 1px solid transparent;
    min-width: 69px;
    height: 40px;
    margin-left: 5px;
    transition: 0.4s;
}

.form-group.delivery-pickup-box button:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.form-group.delivery-pickup-box .form-control-new {
    padding: 10px;
    font-size: 14px;
    border-color: #E8E8E8;
    background: #fff;
}

.merchant-payment-left {
    padding-right: 15px;
}

.form-group.delivery-pickup-box {
    position: relative;
    margin: 0 0 10px;
}

.promocode-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery-box-wrapper.deliverypikup-wrapper .select-delivery-typebox .shiping-main-box-wrapper {
    background: transparent;
    padding: 0;
}

.form-group.delivery-pickup-box p {
    color: #FF0000;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    margin: 5px 0 0;
}

.form-check.promocode-content .cart-header-top-left {
    width: 100%;
}

.form-check.promocode-content {
    background: #FFEBEB;
    border-radius: 5px;
    padding: 10px;
}

.form-check.promocode-content .header-top-content h4 {
    color: #383838;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.form-check.promocode-content .header-top-content p {
    color: #808080;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
    font-size: 12px;
}

.form-check.promocode-content .cart-header-top-left {
    width: 100%;
    padding-left: 49px;
}

.promocode-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promocode-coupon span {
    background: #FFF9E0;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    color: #937600;
}

.giftcard-inner-box .form-group + .form-group {
    margin: 15px 0 0;
}

.giftcard-inner-box .form-group label {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.giftcard-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.giftcard-input input {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 12px 15px;
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    padding-left: 45px;
}

.giftcard-input input:focus {
    border-color: #000;
}

.giftcardinner-input {
    width: 100%;
    position: relative;
}

.giftcardinner-input img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.giftcard-input button {
    background: #777777;
    color: #fff;
    font-size: 14px;
    padding: 13px 15px;
    height: 42px;
    border-radius: 5px;
    min-width: 100px;
    margin-left: 10px;
    font-weight: 500;
    border: 1px solid transparent;
}

.giftcard-input button:hover {
    background: transparent;
    color: #777777;
    border-color: #777777;
}

.giftcard-mainparent-box .order-summary-wrapper {
    padding: 0;
    margin: 30px 0 0;
}

.giftcard-mainparent-box .order-summary-wrapper .order-summary-inner h4, .giftcard-mainparent-box .order-summary-wrapper .order-summary-inner p {
    font-size: 15px;
}

.cart-header-top-box .cart-header-top-box {
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    margin: 15px 0 0;
}

.cart-left-wrapper.paymentcard-product-box .cart-header-top-box {
    flex-wrap: wrap;
}

.cart-left-wrapper.paymentcard-product-box .cart-header-top-box > h6 {
    color: #F80B0B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.payment-header-heading {
    display: flex;
    align-items: center;
    justify-content: start;
}

.payment-header-heading a {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background: #F8F8F8;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    margin-right: 10px;
}

.payment-header-heading a:hover {
    border-color: #000;
}

.payment-header-heading a img {
    transform: rotate(180deg);
}

.payment-product-select-box {
    background: #F8F8F8;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.payment-product-select-box figure {
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
}

.payment-product-select-box p {
    color: #1C1C1C;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.chouse-card-option.payment-option-wrapper {
    margin: 30px 0 0;
}

.chouse-card-option.payment-option-wrapper .select-card-box-wrapper {
    position: relative;
}

.chouse-card-option.payment-option-wrapper .select-card-box-wrapper .form-check {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
}

.chouse-card-option.payment-option-wrapper .select-card-box-wrapper .form-check input {
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 19px;
    padding: 0;
    margin: 0;
}

.chouse-card-option.payment-option-wrapper .select-card-box-wrapper .form-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.chouse-card-option.payment-option-wrapper .select-card-box-wrapper .select-card-box {
    padding-left: 40px;
}

.chouse-card-option.payment-option-wrapper .select-card-box-wrapper + .select-card-box-wrapper {
    margin-top: 10px;
}

.chouse-card-option.payment-option-wrapper h5 {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.chouse-card-option.payment-option-wrapper .chouse-bank-account a {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 10px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: start;
}

.chouse-card-option.payment-option-wrapper .chouse-bank-account figure {
    margin: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chouse-card-option.giftcard-section-wrapper.cart-left-wrapper.cart-paument-summary-box {
    background: #F8F8F8;
    margin: 25px 0 0;
    border-radius: 5px;
}

.chouse-card-option.giftcard-section-wrapper.cart-left-wrapper.cart-paument-summary-box .order-summary-wrapper {
    margin: 100px 0 0;
}

.chouse-card-option.giftcard-section-wrapper.cart-left-wrapper.cart-paument-summary-box .order-summary-wrapper .order-summary-inner p, .chouse-card-option.giftcard-section-wrapper.cart-left-wrapper.cart-paument-summary-box .order-summary-wrapper .order-summary-inner h4, .chouse-card-option.giftcard-section-wrapper.cart-left-wrapper.cart-paument-summary-box .order-summary-wrapper .order-summary-inner h5 {
    background: #f8f8f8;
}

/*.giftcard-mainparent-box .card-bottom-btn a.btn.btn-primaryxx img {margin-left: 5px;}
.giftcard-mainparent-box .card-bottom-btn a.btn.btn-primaryxx:hover img{filter: brightness(0);}*/
section.same-section.header-top-spacing.deal-product-banner-section.greenproduct-section .deal-product-banner-content {
    top: 42%;
    bottom: inherit;
}

section.same-section.header-top-spacing.deal-product-banner-section.greenproduct-section .deal-product-banner-content.text-center h1 {
    color: #fff;
}

.notification-parent .notification-msg {
    position: fixed;
    top: 0;
    width: 500px;
    background: #fff;
    right: -100%;
    bottom: 0;
    height: 100vh;
    padding: 80px 0 20px;
    box-shadow: 0px 0px 15px #00000010;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    overflow-y: auto;
}

.notification-parent ul li a {
    position: relative;
    padding: 10px 20px;
    padding-left: 90px !important;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.notification-parent ul li a:hover {
    background: #F4F6FA;
}

.notification-parent ul li figure {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.notification-parent ul li + li {
    margin: 5px 0 0;
}

.notification-parent ul li a p {
    color: #0F1A33;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 5px;
}

.notification-bottom span {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
}

.notification-bottom span:nth-child(2) {
    margin: 0 3px;
}

.notification-parent ul li a.active figure:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: #004EFF;
    border-radius: 50%;
}

.notification-parent .notification-msg h3 {
    color: #0D0D0D;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px 20px;
}

.notification-msg .closebtn {
    position: absolute;
    top: 20px;
    left: 20px;
}

.notification-msg.active {
    right: 0;
    visibility: visible;
    opacity: 1;
}

html.overflow-off, body.overflow-off {
    overflow: hidden;
}

.black-layer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.black-layer.active {
    opacity: 1;
    visibility: visible;
}

.login-form-parent.row.without-margin {
    margin: 40px -15px 0;
}

li.notification-parent .notification-msg ul {
    display: block;
    padding: 0;
    margin: 0;
}

.modal.logut-popup .modal-dialog {
    max-width: 450px;
}

.modal.logut-popup .modal-dialog .modal-content {
    background: #fff;
    border-radius: 10px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-header {
    border: none;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body p {
    color: #A2A2A2;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    max-width: 360px;
    margin: 5px auto 0;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer {
    padding: 20px 0;
    text-align: center;
    margin: 0;
    justify-content: center;
    border: none;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer button {
    font-size: 16px;
    padding: 9px 15px;
    min-width: 120px;
    text-transform: capitalize;
    border-radius: 8px;
    margin: 0;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer button + button {
    margin-left: 10px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-header button.btn-close {
    opacity: 1;
    position: absolute;
    background: none;
    top: 5%;
    right: 5%;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body {
    padding: 40px 15px 10px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .form-group {
    margin: 30px 0 0;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .form-group label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .form-group .form-control-new {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    background: #F8F8F8;
    border-color: #EAEAEA;
    padding: 12px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .form-group .form-control-new::placeholder {
    color: #868686 !important;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer button {
    width: 46%;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer button.btn.btn-defaultx {
    border-color: #EAEAEA;
    background: #fff;
    color: #252D3A;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer button.btn.btn-defaultx:hover {
    background: #252D3A;
    border-color: transparent;
    color: #fff;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer button.btn.btn-primaryx {
    background: #56B54B;
    color: #fff;
    border-color: #56B54B;
}

.modal.logut-popup .modal-dialog .modal-content .modal-footer button.btn.btn-primaryx:hover {
    background: transparent;
    color: #56B54B;
}

.modal.logut-popup.cancel-product .modal-dialog .modal-content .modal-body h2 {
    margin: 0 0 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 0 5px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .cancel-product-modal .modal-radio-box .form-check label.form-check-label {
    color: #A5A5A5;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .cancel-product-modal .modal-radio-box .form-check input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .cancel-product-modal .modal-radio-box .form-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .cancel-product-modal .modal-radio-box .form-check {
    position: relative;
}

.modal-radio-box .form-check + .form-check {
    margin: 10px 0 0;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .form-group textarea.form-control-new {
    border-color: #EAEAEA;
    height: 100px;
    background: #F8F8F8;
    border-radius: 5px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body figure {
    margin: 0 auto 20px;
    text-align: center;
    width: 75px;
    height: 75px;
    border-radius: 5px;
}

.logut-popup.cancel-product.bulk-product .modal-dialog.modal-dialog-centered {
    max-width: 620px;
}

.logut-popup.cancel-product.bulk-product .modal-dialog.modal-dialog-centered .color-code-box {
    margin: 5px 0 5px;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .color-code-box p {
    color: #403F3F;
    font-size: 13px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 96px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid;
    background-color: #F8F8F8;
    border-color: #CCCCCC;
    border-radius: 12px;
    font-size: 13px !important;
}

.upload__btn p {
    font-size: 13px !important;
    margin: 0 !important;
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 16%;
    padding: 0 10px;
    margin-bottom: 12px;
    height: 65px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}

.upload__img-box .img-bg {
    background-size: 50px;
    padding: 37px 0;
    width: 60px;
    height: 60px;
    background-color: #FFF2F2;
    border-radius: 12px;
    overflow: hidden;
    margin: 5px;
}

.logut-popup.cancel-product.bulk-product .modal-dialog.modal-dialog-centered.help-center-modal {
    max-width: 500px;
}

.logut-popup.cancel-product.bulk-product .modal-dialog.modal-dialog-centered.help-center-modal .modal-body h2 {
    margin-bottom: 0;
}

.bulkproduct-modal-form.row .form-group p {
    color: #454545 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin: 5px 0 0 !important;
}

.modal.logut-popup .modal-dialog .modal-content .modal-body .form-check.bank-checkbtn label.form-check-label {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.form-check.bank-checkbtn {
    position: relative;
    margin: 10px 0 0;
    padding-left: 35px;
}

.form-check.bank-checkbtn input {
    position: absolute;
    left: 10px;
    padding: 0;
    margin: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}

.form-check.bank-checkbtn .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.bulk-product-parent.bulk-bottom-parent .toprated-bottom a.btn.btn-primaryx {
    background: #56B54B;
    color: #fff;
    border-color: #56B54B;
}

.bulk-product-parent.bulk-bottom-parent .toprated-bottom a.btn.btn-primaryx:hover {
    background: transparent;
    color: #56B54B;
    border-color: #56B54B;
}

.bulkproduct-modal-form.replacement-policy-modal.row {
    padding-bottom: 20px;
}

.bulkproduct-modal-form.replacement-policy-modal.row p {
    margin: 15px 0 0 !important;
    max-width: 100% !important;
    text-align: left !important;
    font-size: 16px !important;
}

.maindetails-header.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.maindetails-header.dashboard-header h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.grid-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.grid-wrapper > a {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.account-left-menu.active > h3 {
    margin: 10px 0 0;
}

.chouse-bank-account p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    color: #1C1C1C;
}

.whislist-wrapper .col-lg-4 {
    margin: 0 0 25px;
}

.header-menu ul li > ul.dropdown-menu {
    display: block;
    border: none;
    display: none;
    padding-top: 5px;
    width: 320px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

ul.dropdown-menu li + li {
    margin-left: 0;
}

.header-menu ul li {
    padding: 5px 0;
    position: relative;
    margin-bottom: 0;
}

.header-menu ul li:hover ul.dropdown-menu {
    display: block;
    opacity: 1;
}

.header-menu ul li > ul.dropdown-menu li a.dropdown-item {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-left: 45px !important;
    padding: 9px 7px;
}

.header-menu ul li > ul.dropdown-menu li a.dropdown-item img {
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    left: 10px !important;
    border-radius: 5px;
    object-fit: cover;
}

.header-menu ul li > ul.dropdown-menu li a.dropdown-item:active, .header-menu ul li:hover ul.dropdown-menu li a.dropdown-item:hover {
    background: transparent linear-gradient(174deg, #FFFAE3 0%, #D3FFCE 100%) 0% 0% no-repeat padding-box;
}

ul.dropdown-menu li {
    position: relative;
    padding: 0;
}

.header-menu ul li:hover ul.dropdown-menu img.dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

ul.dropdown-menu li ul.dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    display: none !important;
}

ul.dropdown-menu li:hover ul.dropdown-menu {
    display: block !important;
    padding-top: .5rem;
}

.header-menu ul li > ul.dropdown-menu {
    display: none;
}

.header-menu ul li > ul.dropdown-menu li a.dropdown-item + img.dropdown-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.product-details-btn.form-group.login-btn ul li .default-btn {
    min-width: 525px;
    font-size: 20px;
    margin: 0;
}

.product-details-btn.form-group.login-btn ul li form button.btn.default-btn {
    margin: 0;
}

.notification-parent ul li {
    border-bottom: 1px solid #F4F4F4;
    border-top: 1px solid #F4F4F4;
    position: relative;
    padding-left: 90px !important;
    padding: 15px 20px;
}

.notification-parent ul li + li {
    border-top: none !important;
}

.viewall-btn-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewall-btn-parent a {
    color: #F80303;
    font-weight: 500;
    font-size: 14px;
}

.card-manage-inner > h6 {
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
}

span.textarea-limit {
    text-align: right;
    display: block;
    font-size: 13px;
    color: #848484;
    margin: 6px 0 0;
    font-weight: 400;
}

.slick-initialized .slick-slide {
    margin-right: 10px;
}

.login-image {
    border-radius: 5px;
    overflow: hidden;
}

.login-image img {
    width: 100%;
}

.product-details-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-details-img {
    height: 100%;
    width: 100%;
}

.product-left-image.row {
    height: 100%;
}

.slick-list {
    padding-left: 0px!important;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.header-menu ul li > a i {
    line-height: normal !important;
    margin-left: 2px;
}

.estimate-wrapper-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.estimate-time-parent {
    position: relative;
    padding-left: 50px;
}

.estimate-time-parent figure {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px #00000014;
}

.estimate-time-parent h3 {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.estimate-time-parent h3.colorgreen {
    color: #56B54B;
}

.estimate-wrapper-parent .order-header h3 {
    color: #6E6868;
    font-size: 17px;
    margin-right: 15px;
}

.card-bottom-btn a.btn.btn-primaryxx img {
    filter: brightness(0) invert(1);
    margin-left: 9px;
}

.card-bottom-btn a.btn.btn-primaryxx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-bottom-btn a.btn.btn-primaryxx:hover img {
    filter: none;
}

table.data-grid tbody tr:nth-child(even) td {
    background-color: #f5f5f5 !important;
}

.data-grid td img {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #d6d6d6;
    vertical-align: middle;
}

table.data-grid thead tr th {
    padding: 15px;
    letter-spacing: 1px;
    font-weight: 500;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100%;
    width: 100%;
}

.logo {
    margin: 0 !important;
}

.sections.nav-sections {
    margin: 0 !important
}

.breadcrumbs {
    margin: 8px auto 8px;
    min-height: initial;
    max-width: 1500px !important;
    display: none;
}

[data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}

.page-main {
    max-width: 1500px !important;
    margin: 0 auto !important;
}

ul.nav.items li.nav.item {
    display: block;
    width: 100%;
}

.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
    padding-right: 0 !important;
}

.sidebar .product-items .product-item-details {
    margin-left: 60px !important;
}

.sidebar .product-items .product-item-info .product-item-photo {
    width: 55px;
    height: 45px;
}

.sidebar .product-items .product-item-info .product-item-photo span.product-image-container {
    width: 100% !important;
}

span.product-image-container span.product-image-wrapper img.product-image-photo {
    width: 110px !important;
    height: 50px !important;
    display: inline-block;
    object-fit: cover;
}

.table>:not(caption)>*>* {
    padding: 15px 10px;
    font-size: 16px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(0 0 0 / 0%);
}

.abs-blocks-2columns, .abs-discount-block-desktop .block, .column .block-addbysku .block-content .box, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .form-address-edit > .fieldset, .form-edit-account .fieldset, .storecredit .block, .magento-payments-review-discount .block, .paypal-review-discount .block, .cart-discount .block {
    width: 50% !important;
}

footer.page-footer {
    padding: 0 !important;
    background: transparent;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none !important;
}

section.same-section.carousel-categories-section .same-heading h2 {
    text-align: left;
}

#html-body [data-pb-style=JJFBXL3] {
    min-height: initial !important;
}

.slider-item-inner-content figure a {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-item-inner-content figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slideshow__slide .dropdown-item {
    padding: 0;
}

.slick-slideshow__slide .dropdown-item + .dropdown-item {
    margin-top: 10px;
}

#html-body [data-pb-style=BBQM9RV] {
    min-height: 0 !important;
}

.discount-percent {
    margin-left: 10px;
}

.page-title-wrapper h1 {
    padding: 40px 0;
}

.page-main > .page-title-wrapper .page-title {
    margin-bottom: 0 !important;
}

section.same-section.trending-section .same-heading {
    margin: 0 0 15px;
}

section.same-section.trending-section .row .col-lg-3 {
    margin: 15px 0 0;
}

.row.top-specting-wrapper .col-lg-4 {
    margin: 0 0 15px;
}

.block-content.filter-content strong.block-subtitle.filter-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 40px 0px 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

#block-discount {
    display: none;
}

a.action.multicheckout {
    display: none;
}

.product-left-image.row .col-lg-6:nth-child(4) ~ .col-lg-6 {
    display: none;
}

.page-pager p.toolbar-amount {
    display: none !important;
}

.page-pager .pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.page-pager .pager .pages {
    order: 2;
}

.page-pager .pager .limiter {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: start;
}

.pages .item a, .pages .item strong {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    margin: 0 2px !important;
    font-size: 16px;
    font-weight: 400;
    background: #e5e5e5;
    color: #000;
}

.pages .action {
    box-shadow: none;
    border-radius: 2px;
    padding: 0 10px;
}

.pages .item.current strong.page {
    background: #55b54a !important;
    color: #fff;
}

.page-pager .pager .limiter select {
    padding: 6px 10px;
    border: 1px solid #eee;
    font-size: 14px;
}

.table>thead tr {
    background: #55B54A;
}

.table>thead tr th {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.table>tbody tr {
    border-color: transparent;
}

.table>tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.table>tbody tr td {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.sidebar .product-items .product-item-info .product-item-photo {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.sidebar .product-items .product-item-info .product-item-photo span {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.sidebar .product-items .product-item-details {
    margin-left: 90px !important;
}

.actions-primary button {
    font-size: 14px !important;
    padding: 7px 10px !important;
    background: #55b54a;
    color: #fff;
    border-radius: 3px;
    border: none !important;
}

.sidebar .product-items .price-box {
    margin: 0 !important;
}

.sidebar .product-items .product-item-actions {
    margin-top: 5px;
}

.block-wishlist .product-item-name {
    margin-bottom: 0;
}

.sidebar .product-items .product-item-info .product-item-photo span {
    padding: 0 !important;
}

.block-collapsible-nav .item a, .block-collapsible-nav .item > strong {
    color: #000;
    padding: 10px 18px 10px 15px;
    font-size: 16px;
}

.notification-parent ul li p {
    color: #0F1A33;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 5px;
    padding: 0 !important;
}

.field .control input, .field .control select {
    color: #404040;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.4 !important;
    margin: 0;
    padding: 15px 15px !important;
    border-radius: 5px !important;
    background: #F8F8F8 !important;
    border: 1px solid #EAEAEA !important;
    width: 100% !important;
    height: 55px !important;
}

.field label.label span {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.column.main .form.form-edit-account fieldset.fieldset {
    padding: 0 15px !important;
}

.field.choice input {
    width: 19px;
    height: 19px;
    border-color: #000 !important;
}

.box-content address {
    line-height: 1.9 !important;
}

.form.form-edit-account, .block.block-addresses-default, .table-wrapper.orders-history, .block.block-dashboard-info {
    margin-top: -50px;
}

select#limiter {
    padding: 3px 10px;
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 13%);
}

.table > tbody > tr > td {
    border-top: none;
}

.product-desc-parent .quantity-selector {
    margin: 0 0 10px;
}

.product-desc-parent .quantity-selector button.qty-btn {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 15px;
    background: transparent;
}

.product-desc-parent .quantity-selector button.qty-btn:focus, .product-desc-parent .quantity-selector button.qty-btn:hover, .product-desc-parent .quantity-selector button.qty-btn:active {
    border: none;
}

section.same-section.carousel-categories-section .slick-list.draggable .slick-track {
    margin: 0;
}

.slick-track {
    margin: 0;
}

.wishlist-index-index .product-item-inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-top: none !important;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: inherit !important;
    right: 0;
    z-index: 2;
}

.wishlist-index-index .product-item-info {
    width: 100% !important;
    box-shadow: none !important;
    border-color: transparent !important;
    padding: 08px !important;
}

.products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: none !important;
}

.products-grid.wishlist ol.product-items li.product-item .product-item-info a.product-item-photo span img.product-image-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.products-grid.wishlist ol.product-items li.product-item .product-item-info a.product-item-photo span {
    width: 100% !important;
    height: 100% !important;
}

.products-grid.wishlist ol.product-items li.product-item .product-item-info a.product-item-photo {
    height: 230px;
    width: 100% !important;
}

.products-grid.wishlist ol.product-items li.product-item .product-item-info {
    border: 1px solid rgb(0 0 0 / 10%) !important;
    border-radius: 5px;
    margin: 0 !important;
}

.product-desc-inner table tbody tr th, .product-desc-inner table tbody tr td {
    font-size: 16px;
    padding: 7px 0;
    color: #A0A0A0;
    font-weight: 500;
}

.product-desc-inner table {
    margin: 20px 0 0;
}

.bulkproduct-modal-form.row .form-group input, .bulkproduct-modal-form.row .form-group textarea {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    background: #F8F8F8;
    border-color: #EAEAEA;
    padding: 12px;
    height: auto;
}

.bulkproduct-modal-form.row .form-group textarea {
    border-color: #EAEAEA;
    height: 100px;
    background: #F8F8F8;
    border-radius: 5px;
}

.notification-msg.active p {
    padding: 0 20px;
}

#html-body [data-pb-style=QDX2SFQ] {
    min-height: inherit !important;
}

.notification-msg.active p {
    padding: 0 20px;
}

#html-body [data-pb-style=QDX2SFQ] {
    min-height: inherit !important;
}

[data-content-type='row'], [data-content-type='row'] > div {
    min-height: initial !important;
}

.product-details-btn.form-group.login-btn {
    position: relative;
    padding-top: 50px;
}

.product-details-btn.form-group.login-btn .quantity-selector {
    position: absolute;
    top: 0;
    left: 0;
}

section.login-section.max-section-width.login-page-section.reset-password-section .form-control-new {
    color: #404040;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.4 !important;
    margin: 0;
    padding: 15px 15px !important;
    border-radius: 5px !important;
    background: #F8F8F8 !important;
    border: 1px solid #EAEAEA !important;
    width: 100% !important;
    height: auto !important;
}

section.login-section.max-section-width.login-page-section.reset-password-section .form-group.login-btn.primary button.action.btn.default-btn {
    width: 100%;
}

section.login-section.max-section-width.login-page-section.reset-password-section .form-group.login-btn.primary {
    width: 100%;
}

section.login-section.max-section-width.login-page-section.reset-password-section .login-form .login-same-content form {
    min-width: initial !important;
    width: 100% !important;
}

.block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-content address {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    color: #404040;
}

.block .box-actions a.action.edit {
    color: #000;
}

.block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.empty {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.block-title strong {
    font-weight: 600;
    color: #000;
}

body.account.customer-address-form .field.street.required .nested {
    display: none;
}

body.account.customer-address-form form.form-address-edit fieldset.fieldset + fieldset.fieldset {
    margin: 20px 0 30px;
}

body.account.customer-address-form form.form-address-edit fieldset.fieldset {
    width: 100% !important;
}

body.account.customer-address-form .page-title-wrapper h1.page-title {
    padding: 0 0 30px !important;
    margin: 0;
}

body.account.customer-address-form button.action.save.primary {
    background: #55B54A;
    border-color: #55B54A;
    color: #fff;
    min-width: 220px;
    border-radius: 5px;
}

body.account.customer-address-form form.form-address-edit fieldset.fieldset legend.legend span {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}

body.account.wishlist-index-index form.form-wishlist-items .actions-toolbar .primary button {
    padding: 10px 15px;
    border: 1px solid #55b54a;
    background: #55B54B;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
}

body.account.wishlist-index-index form.form-wishlist-items .actions-toolbar .primary button:hover {
    background: transparent;
    color: #55B54B;
}

body.account.wishlist-index-index .page-wrapper .column.main .toolbar.wishlist-toolbar {
    display: none;
}

body.account.wishlist-index-index script#form-tmpl + .toolbar.wishlist-toolbar {
    display: block !important;
    margin: 30px 0 0;
}

body.account.wishlist-index-index form.form-wishlist-items .wishlist-index-index .products-grid .product-items {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 8px !important;
}

body.account.wishlist-index-index form.form-wishlist-items .wishlist-index-index .products-grid .product-item {
    width: 32% !important;
}

body.account.wishlist-index-index form.form-wishlist-items .products-grid.wishlist .product-item:nth-child(3n + 1) {
    margin-left: calc((100% - 4* 24.439%) / 3) !important;
}

body.account.wishlist-index-index .column.main .page-title-wrapper h1.page-title {
    padding-top: 0;
}

body.account.wishlist-index-index form.form-wishlist-items {
    margin-top: -50px !important;
}

body.account.wishlist-index-index .page-wrapper {
    background: #fff;
}

body.account.wishlist-index-index form.form-wishlist-items .product-item-name > a, body.account.wishlist-index-index form.form-wishlist-items .product.name a > a {
    text-decoration: none;
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 15px 0 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

body.account.wishlist-index-index form.form-wishlist-items .rating-summary .rating-result > span:before {
    color: #55b54a !important;
}

body.account.wishlist-index-index form.form-wishlist-items .product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
    color: #393939;
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
}

body.account.wishlist-index-index form.form-wishlist-items .product-item .price-box span.old-price .price {
    font-weight: normal !important;
    white-space: nowrap;
    color: #393939;
    font-size: small !important;
    text-decoration: line-through;
}

body.account.wishlist-index-index .products-grid.wishlist ol.product-items li.product-item {
    width: 32% !important;
}

.cart.table-wrapper .actions-toolbar .action-edit, .cart.table-wrapper .actions-toolbar .action-delete {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.cart.table-wrapper .action {
    margin-right: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.cart.table-wrapper .actions-toolbar {
    min-height: 20px;
    padding: 10px;
    background: #55b54a;
    color: #fff;
    position: relative;
}

.product-image-container {
    aspect-ratio: 0 !important;
}

.cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before {
    color: #fff !important;
}

.cart.main.actions button.action.update {
    background: #55b54a;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    border-color: #55b54a;
}

.cart.main.actions button.action.update:hover {
    background: transparent;
    color: #55b54a;
}

.cart.table-wrapper .cart thead tr th.col {
    padding-top: 15px;
}

button.action.primary.checkout {
    font-size: 15px !important;
    padding: 10px 15px !important;
    background: #000;
    border-color: #000;
}

body.account .column.main .page-title-wrapper h1.page-title {
    display: block;
    padding: 0;
    margin: 0;
}

body.account .column.main ul.items li.nav.item {
    width: 33.33%;
}

body.account .page-title-wrapper span.order-status {
    margin: 10px 0 35px;
    background: #000;
    border-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    min-width: 120px;
    text-align: center;
}

body.account .column.main ul.items li.nav.item strong, body.account .column.main ul.items li.nav.item a {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

body.account .column.main ul.items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.account .table tfoot {
    background: #fff;
}

body.account .table tfoot th, body.account .table tfoot td {
    padding: 10px 10px;
    background: transparent;
}

.order-details-items {
    margin-top: -1px;
    padding: 10px 0;
}

.order-details-items .order-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
}

.order-details-items .order-title a.action.print {
    margin-top: 0;
}

.order-details-items .order-title strong {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

body.account .column.main ul.items + .order-details-items .actions-toolbar a {
    font-size: 16px;
}

body.account .column.main ul.items + .order-details-items .actions-toolbar a {
    font-size: 16px;
    font-weight: 500;
}

body.page-print form.review-form {
    display: none;
}

body.page-print .order-details-items.ordered + h2 {
    display: none;
}

body.page-print.account .column.main {
    padding-bottom: 0;
}

body.page-print.account .page-title-wrapper h1.page-title {
    display: block;
    padding: 0;
}

body.page-print.account .page-wrapper header.fixed-home-header {
    display: none;
}

body.page-print.account .column.main .order-details-items {
    padding: 10px !important;
}

body.account.customer-account-index .block.block-dashboard-info {
    margin-top: 10px !important;
}

body.account ol#cart-sidebar-reorder li.product-item {
    align-items: center;
    justify-content: start;
}

ol#cart-sidebar-reorder li.product-item strong.product-item-name {
    margin-left: 10px;
}

ol#cart-sidebar-reorder ~ .actions-toolbar .primary button.action.tocart.primary {
    background: #000;
    border-color: #000;
}

body.account.sales-order-history .page-title-wrapper h1.page-title {
    padding-bottom: 70px !important;
}

.pages ul.items.pages-items {
    justify-content: center !important;
}

body.account.customer-address-index .page-title-wrapper h1.page-title, body.account.customer-account-edit .page-title-wrapper h1.page-title, body.account.wishlist-index-index .page-title-wrapper h1.page-title {
    padding-bottom: 70px !important;
}

body.page-with-filter.page-products .column.main .row .col-lg-4 {
    margin: 0 0 15px;
}

body.account.sales-order-view form.review-form {
    max-width: 100% !important;
}

body.account.sales-order-view form.review-form .control .input-text {
    font-size: 16px !important;
    padding: 10px 15px !important;
    height: 45px !important;
}

body.account.sales-order-view form.review-form .control textarea.input-text {
    height: 100px !important;
    border-radius: 5px !important;
    background: #F8F8F8 !important;
    border: 1px solid #EAEAEA !important;
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
}

body.account.sales-order-view form.review-form label.label span {
    font-size: 17px;
    margin: 10px 0 0;
    display: block;
}

body.account.sales-order-view form.review-form fieldset.fieldset.review-fieldset legend.legend.review-legend strong {
    font-size: 18px !important;
    margin: 10px 0 0 !important;
}

body.account.sales-order-view form.review-form fieldset.field.required.review-field-ratings .control .control.review-control-vote {
    margin: 10px 0 20px;
}

body.account.sales-order-view .column.main {
    padding-bottom: 0;
    margin-bottom: 0;
}

.swatch-option {
    height: 30px;
}

body.page-with-filter.page-products ol.product-items li.product-item {
    align-items: center;
    justify-content: start;
}

.opc-progress-bar-item._active > span:before {
    background: #55b54a !important;
    border-color: #55b54a !important;
}

.opc-progress-bar-item._active:before {
    background: #55b54a !important;
    border-color: #55b54a !important;
}

.opc-progress-bar-item._active > span:after {
    border-color: #55b54a !important;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #55b54a !important;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #55b54a !important;
}

div#checkout-shipping-method-load table {
    width: 100%;
    max-width: 100%;
}

div#checkout-shipping-method-load table tr td.col:first-child {
    max-width: 30px;
    text-align: right;
}

.checkout-shipping-address .step-content .shipping-address-items button {
    background: #000;
    color: #fff;
    padding: 8px 15px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.new-address-popup button.action {
    background: #55b54a;
    color: #fff;
    padding: 8px 15px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.opc-block-summary {
    margin: 0 0 0;
    padding: 10px 15px;
}

body.checkout-index-index .header.content {
    max-width: 1460px;
    padding: 10px 0 20px;
}

body.checkout-index-index .header.content a.logo img {
    max-width: 100px;
}

div#shipping-method-buttons-container .primary button.button.action.continue.primary {
    background: #55b54a;
    border: 1px solid #55b54a;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1.4;
    margin: 20px 0 0;
    min-width: 130px;
    border-radius: 5px;
}

div#checkout-shipping-method-load table tr td.col {
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.checkout-shipping-method .step-title {
    background: #55b54a;
    color: #fff;
    border: 1px solid #55b54a;
    padding: 10px;
    margin: 0;
    line-height: 1.4;
    font-size: 18px;
}

div#checkout-shipping-method-load table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #55b54a;
    border-top: none;
}

div#checkout-shipping-method-load table tr {
    margin: 0 0px;
}

body.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin: 0;
}

body.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap header.modal-header {
    display: none;
}

.items.payment-methods .payment-group .payment-method .payment-method-title input {
    top: 49%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    width: 15px;
    height: 15px;
}

.items.payment-methods .payment-group .payment-method .payment-method-title label.label span {
    font-size: 16px !important;
}

.items.payment-methods .payment-group .payment-method .payment-method-title {
    padding: 10px 0;
    position: relative;
    padding-left: 25px;
}

.items.payment-methods .payment-group .step-title {
    font-size: 20px;
    margin: 0 0 0;
}

.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice {
    padding: 20px 0 0;
}

.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice span#block-discount-heading {
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-size: 17px;
}

.checkout-payment-method .payment-option-content {
    padding: 0 0 0 0;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form {
    margin: 20px 0 0;
    width: 100%;
    max-width: 100%;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .field .control input {
    padding: 12px 12px !important;
    font-size: 16px !important;
    height: 45px !important;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .actions-toolbar .primary button.action.action-apply {
    background: #55b54a;
    padding: 10px 15px;
    border: 1px solid #55b54a;
    color: #fff;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
    display: inline-block;
    height: auto;
    margin-left: 20px !important;
    box-shadow: none;
    border-radius: 5px;
}

aside.modal-popup.confirm._show .modal-inner-wrap header.modal-header h1.modal-title {
    border: none;
    font-size: 26px;
    margin: 0;
    padding: 0;
}

aside.modal-popup.confirm._show .modal-inner-wrap header.modal-header {
    padding: 10px 10px 10px;
    border: none;
}

aside.modal-popup.confirm._show .modal-inner-wrap header.modal-header button.action-close {
    padding: 15px;
}

aside.modal-popup.confirm._show .modal-inner-wrap div.modal-content div {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

aside.modal-popup.confirm._show .modal-inner-wrap div.modal-content {
    padding: 20px 10px;
}

aside.modal-popup.confirm._show .modal-inner-wrap footer.modal-footer {
    background: transparent;
    padding: 10px 10px;
    border-top: none;
}

aside.modal-popup.confirm._show .modal-inner-wrap footer.modal-footer button.action-primary.action-accept {
    background: #55B54A;
    border-color: #55B54A;
    min-width: 80px;
    padding: 7px 10px;
    line-height: 1.4;
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
}

.opc-block-shipping-information {
    padding: 0 15px;
    background: #f5f5f5;
}

.opc-block-shipping-information .shipping-information .ship-to .shipping-information-title, .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.opc-block-shipping-information .shipping-information .ship-to .shipping-information-content, .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content {
    font-size: 15px;
    line-height: 32px;
    margin: 0;
}

.opc-block-shipping-information .shipping-information .ship-via {
    margin: 0;
    padding: 0 0 20px;
}

body.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary span.title {
    font-size: 22px;
    margin: 0 0 0;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap {
    margin: 30px auto;
    left: 0;
    top: 0;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap header.modal-header {
    padding: 10px;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap header.modal-header h1.modal-title {
    padding: 0;
    border: none;
    margin: 0;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap div.modal-content {
    padding: 20px 10px;
    border-top: none;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap div.modal-content div#opc-new-shipping-address form {
    width: 100%;
    max-width: 100%;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap div.modal-content div#opc-new-shipping-address form .field label.label span {
    font-size: 16px !important;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap div.modal-content div#opc-new-shipping-address form .field .control input, aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap div.modal-content div#opc-new-shipping-address form .field .control select {
    height: 45px !important;
    padding: 10px !important;
    font-size: 14px !important;
}

.field-tooltip {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer {
    padding: 10px;
    background: transparent;
    border-top: none;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.action.primary.action-save-address {
    background: #55B54A;
    border-color: #55B54A;
    color: #fff;
    padding: 10px 15px;
    line-height: 1.4;
    margin: 0;
    min-width: 100px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 10px;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.action.secondary.action-hide-popup {
    background: #000;
    border-color: #000;
    color: #fff;
    padding: 10px 15px;
    line-height: 1.4;
    margin: 0;
    min-width: 100px;
    font-size: 14px;
    border-radius: 5px;
}

.payment-method._active .payment-method-content {
    padding: 10px 0 0;
}

.payment-method._active .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field.choice input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    margin: 0;
}

.payment-method._active .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field.choice {
    font-size: 16px;
    position: relative;
    padding-left: 23px;
}

.payment-method._active .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
    padding: 0;
    line-height: 32px;
    font-size: 16px;
}

.payment-method._active .payment-method-content .payment-method-billing-address {
    padding-left: 30px;
}

.payment-method._active .payment-method-content .actions-toolbar {
    margin: 0 0 10px;
}

.payment-method._active .payment-method-content .actions-toolbar .primary button {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.4;
    padding: 8px 15px !important;
    border-radius: 5px;
    border: 1px solid #000 !important;
    background: #000;
}

body.checkout-onepage-success h1.page-title {
    display: block !important;
    text-align: center;
    padding-top: 150px;
}

body.checkout-onepage-success .columns {
    text-align: center;
}

body.checkout-onepage-success .columns .column.main .checkout-success .actions-toolbar .primary {
    display: inline-block;
    min-width: 170px;
    width: auto;
    max-width: 100%;
    float: inherit;
    margin: 10px 0 0;
}

body.checkout-onepage-success .columns .column.main .checkout-success .actions-toolbar .primary .action.primary.continue {
    background: #55B54A;
    border-color: #55B54A;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 0;
}

body.checkout-onepage-success .columns .column.main .checkout-success .actions-toolbar {
    text-align: center;
}

body.checkout-onepage-success h1.page-title + a.action.print {
    font-size: 22px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.slider-item-inner-content .likebtn.active {
    background: #55B54A;
}

.catalog-product-view h1.page-title {
    color: #000000;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.catalog-product-view .reviews-actions {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.catalog-product-view .product.attribute.overview p {
    color: #A0A0A0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.product-info-price .price {
    color: #333232 !important;
}

.action.primary, .action-primary {
    background-image: none;
    background: #56B54B;
    border: 1px solid #56B54B;
}

.catalog-product-view .product-social-links {
    display: none !important;
}

.catalog-product-view #additional {
    display: none;
}

.rating-summary .rating-result > span:before {
    color: #56B54B !important;
}

.review-control-vote label:before {
    color: #56B54B !important;
}

.checkout-index-index span.product-image-wrapper {
    display: none !important;
}

.sales-order-history .back-link {
    display: none
}

.checkout-cart-index .block.crosssell {
    display: none
}

/* new user css  */
li.mobile-lg-none {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 65px;
    margin-bottom: 0 !important;
}

.actions, div.actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    flex-wrap: nowrap !important;
    margin-top: 20px;
}

button#product-addtocart-button {
    flex: 1;
    max-width: 200px;
    padding: 12px 27px;
    background-color: #56B54B;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.sharebtn {
    padding: 15px 27px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #e8f4f8;
    border: 1px solid #5cb3cc;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

header.fixed-header {
    padding-bottom: 16px;
}

section.same-section.header-top-spacing.deal-product-banner-section > img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.field .control textarea {
    color: #404040;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.4 !important;
    margin: 0;
    padding: 15px 15px !important;
    border-radius: 5px !important;
    background: #F8F8F8 !important;
    border: 1px solid #EAEAEA !important;
    width: 100% !important;
    height: 100px !important;
}

body.contact-index-index .column.main form.contact .primary .btn.btn-primaryx {
    margin: 0;
}

section.same-section.about-customer-main-section .reviews-wrapper {
    background: url(https://test.chongodc.com/static/version1734500126/frontend/MagentoCustomize/MyCustomTheme/en_US/images/aboutusbannerbottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

section.same-section.about-customer-main-section .reviews-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 57%);
    border-radius: 10px;
}

section.same-section.about-customer-main-section .reviews-wrapper .review-heading-parent {
    position: relative;
    z-index: 1;
}

html, body {
    height: auto !important;
}

.header-right ul li .select-wrapper select#country-selector {
    background: #f8f8f8;
    padding-left: 6px;
    border-radius: 7px;
    border: none !important;
    height: 32px;
}

.header-right ul li.search-mobile-lg-none {
    display: none;
}

body.cms-privacy_policies [data-content-type='html'] ul {
    padding: 0;
    margin: 0 0 0 0;
}

body.cms-privacy_policies [data-content-type='html'] ul li {
    list-style-type: disclosure-closed;
    margin-left: 20px;
    line-height: 1.6;
}

.contact-page-form form#contact-form {
    width: 100%;
}

.contect-content h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 5px;
}

.contect-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px;
    color: #504E4E;
}

.content-page.row > .col-lg-6 > .contect-content {
    padding-right: 60px;
}

.contect-content .field label.label span {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

.contact-page-form .row .col-lg-6 {
    margin-bottom: 20px;
}

.contact-page-form .row .col-lg-6 .field > label {
    margin: 0 0 8px;
}

body.cms-ship-policy main#maincontent ul {
    padding: 0 0 0 20px;
}

.page-main hr {
    margin: 3rem 0 !important;
}

.header-right ul li.mobile-lg-none.search-mobile-lg-none {
    display: none !important;
}

body#html-body.customer-account-login main#maincontent section.login-section.max-section-width.login-page-section {
    padding: 60px 0;
}

.payment-method._active .payment-method-content .payment-method-billing-address .actions-toolbar .primary button + button {
    margin: 0 10px 0 0;
}

.payment-method._active .payment-method-content .payment-method-billing-address .actions-toolbar .primary button {
    background: #000;
    color: #fff;
    border-color: #000;
    text-decoration: none !important;
}

.payment-method._active .payment-method-content .payment-method-billing-address .actions-toolbar .primary button:hover {
    background: transparent;
    color: #000;
}

.opne-search-box form#search_mini_form {
    margin: 0 auto !important;
    width: 93% !important;
}

.opne-search-box form#search_mini_form .field.search {
    width: 100% !important;
}

.opne-search-box form#search_mini_form .field.search input[type="text"] {
    padding: 0 40px 0 0;
}

body.vendor_otp-index-verify header {
    display: none;
}

.otp-success.text-center figure {
    max-width: 90px;
    margin: 0 auto 20px;
}

section.same-section.future-energy-section .same-heading {
    text-align: center;
}

section.same-section.about-customer-main-section .reviews-wrapper + .same-heading {
    margin: 40px 0 0;
    text-align: center;
}

.modal-slide, .modal-popup {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

button#track-order-btn, .popup-content button + button {
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

button#track-order-btn:hover, .popup-content button + button:hover {
    background: transparent;
    color: #000;
}

.modal-popup .modal-footer button, .popup-content button {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    background: rgb(86, 181, 75);
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px 0px 0px;
    border-color: transparent;
    transition: 0.4s;
}

.modal-popup .modal-footer button:hover, .popup-content button:hover {
    background: transparent;
    color: rgb(86, 181, 75);
    border-color: rgb(86, 181, 75);
}

body.account.sales-order-invoice ul.items.order-links li.nav.item, body.account.sales-order-view ul.items.order-links li.nav.item {
    width: 50%;
}

.block.block-order-details-view {
    margin: 20px 0 0;
}

.popup-content button {
    padding: 8px 10px !important;
    margin: 0 !important;
    font-size: 15px !important;
    border: 1px solid transparent;
}

.popup-content button + button {
    padding: 8px 10px !important;
    margin: 0 !important;
    font-size: 15px !important;
}


button#track-order-btn {
    background: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 1.4rem;
    margin: 0;
    border: 1px solid #000;
    background-image: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}
button#track-order-btn:hover{background: transparent; color: #000;}
.block.block-order-details-view {margin: 30px 0 0;}
.modal-popup .modal-footer {padding-bottom: 2rem;padding-top: 2rem;}
.modal-popup .modal-footer button.action-secondary {background: #55B54A;color: #fff;padding: 10px 15px;border: 1px solid #55B54A;font-size: 16px;border-radius: 8px;min-width: 100px;font-weight: 500;}
aside.modal-popup.order-modal footer.modal-footer button.action-secondary{margin-top: 0;}
.modal-popup .modal-header h1#modal-title-1 {border-bottom: none;margin: 0;padding: 0;}
.modal-popup .modal-footer button.action-secondary:hover{border-color: #55B54A; color: #fff}
div#cancel-popup p {font-size: 16px;line-height: 1.6;margin: 0;}
div#cancel-popup .popup-content h2 {margin: 0 0 5px;}
div#cancel-popup .popup-content textarea#cancel-reason {
    border: 1px solid rgb(0 0 0 / 25%);
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
div#cancel-popup .popup-content button {
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 15px;
    min-width: 90px;
    background: #55B54A;
    color: #fff;
    font-weight: 500;
}
div#cancel-popup .popup-content button + button{background: #000;}


.client-logo-box img {width: 100%;height: auto;max-width: 100px;filter: grayscale(100%);transition: filter 0.3s ease;object-fit: contain; max-height: initial !important; margin: 0 auto !important;}
.energy-box-wrapper > img {
    width: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}
.client-logo-box {text-align: center;}

.modal-popup .modal-inner-wrap {width: 45%;}
.modal-popup{overflow-y: inherit;}

.header-right ul li .select-wrapper select#country-selector-desktop {
    background: #f8f8f8;
    padding-left: 6px;
    border-radius: 7px;
    border: none !important;
    height: 32px;
}

.header-right ul li.language-selector div div div {
    background-color: #f8f8f8 !important;
    border-color: transparent !important;
    padding-left: 21px !important;
    padding-right: 2px !important;
    min-width: initial !important;
}
.header-right ul li.language-selector div div div span a span + img + span {
    border: none !important;
}
.notification-icon{margin-right:0 !important; }

.skiptranslate iframe {opacity: 0 !important;}
.header-right ul li.language-selector {position: relative;}
.header-right ul li.language-selector img {max-width: 17px;position: absolute;left: 5px;top: 50%;transform: translateY(-50%); user-select: none; pointer-events: none;}
.bootom-visa-parent{margin-top: 20px;}
.bootom-visa-parent p{color: #FFFFFF;font-size: 18px;font-weight: 400;line-height: 1.4;margin: 0 0 10px;}
.bootom-visa-parent ul{display: flex; align-items: center; justify-content: flex-start;}
.bootom-visa-parent ul li + li{margin-left: 20px;}
.bootom-visa-parent ul li img {max-height: 30px;max-width: 60px;}

.item-details .item-link {position: relative;padding-left: 30px;}
.item-details .item-link .item-icon {position: absolute;left: 0;top: 0;}
.item-details .item-link a b {font-weight: 500;color: #000;line-height: 1.4;}
.item-description {line-height: 1.6;font-size: 16px;font-weight: 400;}
body.catalog-product-view .page-wrapper .columns .product-info-main .page-title-wrapper.product h1.page-title {padding-bottom: 0;padding-top: 0;}
.item-description + .read-more-btn {font-size: 14px;}
