html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #fff;
}
a,
p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    text-decoration: none !important;
    color: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", cursive;
    margin-bottom: 0 !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none !important;
    margin-bottom: 0 !important;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:hover {
    text-decoration: none !important;
}
.container {
    max-width: 1250px !important;
}
section.top-head-sec {
    border-top: 6px solid #00ae5b;
    padding: 20px 0;
}

.row {
    align-items: center;
}

section.top-head-sec ul {
    padding: 0;
    display: flex;
    align-items: center;
}

body {
    background-image: url(../images/body-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff !important;
    background-size: cover;
}
section.top-head-sec .top-head-left ul li a {
    margin-right: 40px;
    color: #fffc !important;
    transition: 0.5s;
}

section.top-head-sec .top-head-left ul li a i {
    margin-right: 10px;
    font-size: 18px;
    color: #00ae5b;
    transition: 0.5s;
}

section.top-head-sec .top-head-right ul li a i {
    font-size: 27px;
    margin-left: 30px;
    transition: 0.5s;
}

section.top-head-sec .top-head-right ul {
    justify-content: flex-end;
}

.top-head-center {
    text-align: center;
}

section.top-second-sec {
    background: #1e1e1e;
    padding: 20px 0;
}

section.top-head-sec .top-head-left ul li a:hover {
    color: #00ae5b !important;
}

section.top-head-sec .top-head-left ul li a:hover i {
    transform: rotate(360deg);
}

section.top-head-sec .top-head-right ul li a i:hover {
    transform: scale(1.2);
}
section.top-second-sec ul.navbar-nav li a {
    padding: 0 !important;
    font-size: 18px;
    color: #fffc !important;
    font-weight: 500;
    transition: 0.5s;
}

section.top-second-sec ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 85%;
}

.header-navbar nav.navbar.navbar-expand-lg {
    padding: 0;
}

.header-navbar div#navbarNav {
    width: 100%;
}

section.top-second-sec ul.navbar-nav li a:after {
    content: "";
    background: #00ae5b;
    width: 0px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 2px;
    transition: 0.5s;
}

section.top-second-sec ul.navbar-nav li a:hover:after {
    width: 30px;
}

section.top-second-sec ul.navbar-nav li a:hover {
    color: #00ae5b !important;
}

.top-bar-search-bar .form-outline {
    width: 91%;
}
.top-bar-search-bar .input-group button.top-search-bar-btn {
    width: 9%;
    background: #00ae5b;
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar-search-bar .form-outline input {
    border: 0;
    padding: 5px 8px 7px;
    border-radius: 0;
    color: #fff;
    width: 100%;
    border-right: 0;
    margin-bottom: 0 !important;
    background: transparent;
}
.top-bar-search-bar .form-outline input::placeholder {
    font-family: "Poppins";
    color: #ccccccd4;
    font-size: 17px;
}

.top-bar-search-bar .input-group {
    padding: 10px;
    border: 1px solid;
    border-color: #cccccc7a;
    width: 90%;
    margin-left: auto;
}

.top-bar-search-bar .input-group button.top-search-bar-btn i {
    font-size: 18px;
}

.top-bar-search-bar .form-outline input:focus {
    box-shadow: none;
}
a.website-main-btn {
    width: 100%;
    background: #00ae5b;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
}

a.website-main-btn img {
    margin-right: 8px;
    transition: 0.5s;
}

a.website-main-btn:hover img {
    transform: rotate(360deg);
}

a.website-main-btn:hover {
    background: #007c41;
}

/* home-banner-start */
section.home-banner-sec {
    background-image: url(../images/home-banner-bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 880px;
    display: flex;
    justify-content: center;
}
.home-banner-content {
    margin-top: 90px;
}
div#scene {
    text-align: center;
}
.home-banner-content h1 {
    background: #02ae5c;
    background: linear-gradient(
        to right,
        #02ae5c 30%,
        #42a391 35%,
        #9747ff 110%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 15px !important;
}

.home-banner-content a.website-main-btn {
    max-width: 14%;
    margin: 0 auto;
}
/* home-banner-closed */

/* brand-logo-sec-start */
section.home-brand-logos-sec .owl-carousel.brandlogos-carousel .owl-stage {
    width: 100%;
    display: flex;
    align-items: center;
}

section.home-brand-logos-sec .owl-carousel.brandlogos-carousel .item img {
    width: 70%;
    margin: 0 auto;
}

section.home-brand-logos-sec {
    padding: 70px 0 90px;
}

.owl-carousel.brandlogos-carousel {
    width: 90%;
    margin: 0 auto;
}
/* brand-logo-sec-end */

.whole-website-head {
    text-align: center;
    margin-bottom: 40px;
}

.whole-website-head h3 {
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px !important;
}

.whole-website-head h3 span {
    color: #00ae5b;
}

.whole-website-head p {
    color: #ffffffbf !important;
    font-size: 17px;
    width: 36%;
    margin: 0 auto;
}

.home-pro-categories-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.home-pro-categories-box {
    /* background-image: url(../images/pro-cat1.png); */
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    display: flex;
    align-items: flex-end;
    transition: 0.5s;
    margin-bottom: 30px;
}
.home-pro-categories-box ul li h4 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 1;
}

.home-pro-categories-box:hover {
    background-color: #00000054;
    background-blend-mode: multiply;
    transition: 0.5s;
}

.home-pro-categories-box ul li a {
    font-size: 18px;
    border-bottom: 2px solid #00ae5b;
    padding-bottom: 3px;
    transition: 0.5s;
}

.home-pro-categories-box ul li a:hover {
    padding-bottom: 0;
    color: #00ae5b !important;
}
.home-pro-categories-box-two {
    /* background-image: url(../images/pro-cat2.png); */
}
.home-pro-categories-box-three {
    background-image: url(../images/pro-cat3.png);
}
.home-pro-categories-box-four {
    background-image: url(../images/pro-cat4.png);
}
.home-pro-categories-box-five {
    background-image: url(../images/pro-cat5.png);
}
.home-pro-categories-box-six {
    background-image: url(../images/pro-cat6.png);
}
.home-pro-categories-main-btn a {
    width: 100%;
    max-width: 15%;
    margin: 0 auto;
    margin-top: 20px;
}

.home-pro-categories-sec {
    padding-bottom: 110px;
}
.home-first-prod-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.home-first-prod-content .home-first-prod-title a {
    font-size: 17px;
    color: #000;
}

.home-first-prod-content .home-first-prod-title {
    margin-top: 15px;
}

.home-first-prod-content .home-first-prod-star ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px !important;
    width: 100%;
    max-width: 94px;
    margin-top: 0;
    padding: 0;
}
.home-first-prod-content .home-first-prod-content-price a {
    font-size: 40px;
    color: #ffffffbf !important;
    font-weight: 700;
}

.home-first-prod-content .home-first-prod-content-icons ul li a {
    background: #00ae5b;
    padding: 10px;
    transition: 0.5s;
}
.home-first-prod-content .home-first-prod-content-icons ul li a img {
    width: 23px;
    transition: 0.5s;
}
.home-first-prod-content .home-first-prod-content-icons {
    position: absolute;
    right: -50px;
    top: 25px;
    opacity: 0;
    transition: 0.5s;
    background: transparent;
}

.home-first-prod-content:hover .home-first-prod-content-icons {
    right: 15px !important;
    opacity: 1 !important;
}

.home-first-prod-content-img img {
    width: 100%;
}

.home-first-prod-content .home-first-prod-content-icons ul li {
    position: relative;
    margin-bottom: 30px;
}
.home-first-prod-content:hover .home-first-prod-content-icons ul {
    padding: 0;
}

.home-first-prod-content .home-first-prod-star ul li p {
    margin-bottom: 0;
    line-height: 1;
    margin-left: 10px;
}

.home-first-prod-content .home-first-prod-star ul li {
    line-height: 1;
    margin-right: 5px;
}
.home-first-prod-content .home-first-prod-content-icons ul li a:hover img {
    transform: rotate(360deg);
}

.home-first-prod-content .home-first-prod-content-icons ul li a:hover {
    background: #00743d;
}
.pro-catalogue-left-accordian h3 {
    color: #ffffffc2 !important;
    font-size: 38px;
    text-transform: capitalize;
    font-family: "Poppins";
    margin-bottom: 30px !important;
    line-height: 1;
}

.pro-catalogue-left-accordian .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff52;
    padding: 20px 0;
}

.pro-catalogue-left-accordian .accordion-item button.accordion-button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.pro-catalogue-left-accordian .accordion-item button.accordion-button ul {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins";
}

.pro-catalogue-left-accordian .accordion-item button.accordion-button ul li {
    font-size: 18px;
}

.pro-catalogue-left-accordian .accordion-item button.accordion-button::after {
    filter: invert(1);
    margin-left: 10px;
}

.pro-catalogue-left-accordian .accordion-item button.accordion-button:focus {
    box-shadow: none;
}

.pro-catalogue-left-accordian
    .accordion-item
    button.accordion-button:not(.collapsed)::after {
    filter: sepia(1);
}

.pro-catalogue-left-accordian .accordion-item .accordion-body {
    padding: 0;
}

.pro-catalogue-left-accordian
    .accordion-item
    .accordion-body
    .pro-catalogue-left-checkbox-filter
    label {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
    font-family: "Poppins";
    text-transform: capitalize;
    color: #00ae5b;
}

.pro-catalogue-left-accordian
    .accordion-item
    .accordion-body
    .pro-catalogue-left-checkbox-filter
    label
    input {
    margin-left: 10px;
}
a.accordian-main-btn {
    color: #00ae5b !important;
    text-align: center;
    display: block;
    border-bottom: 2px solid #00ae5b;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 4px;
}
.home-product-cat-main-btn a {
    width: 20%;
    margin: 0 auto;
}

section.three-pro-category-sec {
    padding: 130px 0;
}
.three-pro-category-box-content {
    width: 100%;
}

.three-pro-category-box-content ul {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: flex-end;
}

.three-pro-category-box-content ul li h3 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 1;
}

.three-pro-category-box-content ul li h3 span {
    color: #00ae5b;
}

.three-pro-category-box-content ul li a {
    font-size: 18px;
    border-bottom: 2px solid #00ae5b;
    padding-bottom: 3px;
    transition: 0.5s;
    display: inline-block;
    width: max-content;
    text-align: center;
}

.three-pro-category-box:hover {
    background-color: #6a6a6a;
    background-blend-mode: multiply;
}
.three-pro-category-box {
    background-image: url(../images/category-bg-one.png);
    width: 100%;
    height: 484px;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    transition: 0.5s;
}
.three-pro-category-box-two {
    background-image: url(../images/category-bg-two.png);
    height: 233px;
    margin-bottom: 20px;
}
.three-pro-category-three {
    background-image: url(../images/category-bg-three.png);
    height: 233px;
}
section.three-pro-category-sec a.website-main-btn {
    margin-top: 50px;
}

.three-pro-category-box-content ul li a:hover {
    padding-bottom: 0;
    color: #00ae5b !important;
}
section.features-pro-category-sec {
    padding-bottom: 70px;
}

section.shop-quality-sec {
    background-image: url(../images/quality-bg.png);
    width: 100%;
    height: 700px;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-quality-content {
    text-align: center;
}

.shop-quality-content h3 {
    font-size: 55px;
}

.shop-quality-content p {
    font-size: 18px;
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
}

.shop-quality-content a.website-main-btn {
    width: 13%;
    margin: 0 auto;
    margin-top: 35px;
    background: transparent;
    border: 2px solid #fff;
}

.shop-quality-content a:hover {
    background: #00ae5b;
    color: #fff !important;
    border-color: #00ae5b;
}

section.testimonial-sec {
    padding: 90px 0;
}

.testimonial-head {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-head h6 {
    color: #00ae5b;
    font-size: 20px;
    font-family: "Poppins";
    line-height: 1;
    margin-bottom: 15px !important;
}

.testimonial-head h3 {
    font-size: 60px;
    line-height: 1;
}

.testimonial-box-content img {
    width: 100%;
}

.testimonial-box-content ul li img {
    width: auto;
    margin-right: 10px;
}

.testimonial-box-content ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px !important;
}

.testimonial-box-content ul li {
    line-height: 1;
}

.testimonial-box-content p {
    margin-bottom: 30px;
    line-height: 28px;
    color: #d8d8d8 !important;
}

.testimonial-box-content h4 {
    font-family: "Poppins";
    font-size: 18px;
}

.testimonial-box-content h4 span {
    color: #878787;
}
.testimonial-btn a {
    width: 13%;
    margin-top: 50px;
}
.home-page-full-form-bg {
    background-image: url(../images/email-bg.png);
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 301px;
    padding-top: 75px;
    text-align: center;
}
.home-page-full-form-bg .home-page-form-head h3 {
    width: 100%;
    font-size: 40px;
    font-family: "Poppins";
    margin-bottom: 30px !important;
}

.home-page-full-form-bg .home-page-full-form .home-page-full-form-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page-full-form-bg .home-page-full-form .home-page-full-form-flex input {
    width: 40%;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 10px 12px;
    border-radius: 6px;
    margin-bottom: 0 !important;
}
.home-page-full-form-bg .home-page-full-form .home-page-full-form-flex button {
    width: 15%;
    border: 0;
    height: 48px;
    background: #fff;
    color: #00ae5b;
    font-family: "Poppins";
    font-weight: 600;
    margin-left: 20px;
    border-radius: 6px;
    transition: 0.5s;
}

.home-page-full-form-bg
    .home-page-full-form
    .home-page-full-form-flex
    input::placeholder {
    color: #fff;
    font-family: "Poppins";
}

.home-page-full-form-bg
    .home-page-full-form
    .home-page-full-form-flex
    button:hover {
    background: #00ae5b;
    color: #fff;
}

footer.footer-sec {
    padding: 100px 0 70px;
}

footer.footer-sec .row {
    align-items: normal;
}

.footer-links.foo-logo-text img {
    margin-bottom: 20px;
}

.footer-links.foo-logo-text p {
    margin-bottom: 20px;
}

.footer-links.foo-logo-text ul {
    padding: 0;
    display: flex;
}

.footer-links.foo-logo-text ul li a {
    margin-right: 15px;
    font-size: 18px;
    border: 2px solid #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: 0.5s;
    margin-bottom: 0;
}
.footer-links.foo-quick-link {
    margin-left: 40px;
}
.footer-links.foo-logo-text ul li a:hover {
    background: #00ae5b;
    border-color: #00ae5b;
}

.footer-links h3 {
    color: #00ae5b;
    font-size: 25px;
    margin-bottom: 15px !important;
    letter-spacing: 1px;
    margin-top: 20px;
}
.footer-links ul {
    padding: 0;
}
.footer-links ul li a {
    font-size: 16px;
    transition: 0.5s;
}
.footer-links ul li a:hover {
    color: #00ae5b !important;
}
.footer-links ul li {
    margin-bottom: 20px;
}

.footer-links.foo-logo-text ul li {
    margin-bottom: 0 !important;
}

.footer-links.foo-contact-links ul li a i {
    color: #00ae5b;
    margin-right: 10px;
}

.all-right-reserved-left h3 {
    text-align: center;
    font-family: "Poppins";
    font-size: 17px;
    padding: 30px 0;
    border-top: 2px solid #ffffff52;
}

section.home-banner-sec.inner-banner-sec {
    height: 400px;
    display: flex;
    align-items: center;
    background-image: none;
}

.home-banner-content.inner-banner-content {
    margin-top: 0;
}

.home-banner-content.inner-banner-content h1 {
    margin-bottom: 0 !important;
    background: #02ae5c;
    background: linear-gradient(
        to right,
        #02ae5c 30%,
        #42a391 35%,
        #9747ff 110%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
}
.about-sec .about-content h3 {
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
}

.about-sec .about-content p {
    font-size: 18px;
    line-height: 35px;
}

.about-sec .about-img img {
    width: 100%;
}
.about-sec {
    padding: 0px 0 110px;
}

.contact-page-sec .contact-page-left-address {
    background: #000;
    padding: 40px;
    border-radius: 8px;
}

.contact-page-sec .contact-page-left-address h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 25px !important;
}

.contact-page-sec .contact-page-left-address a {
    width: 100%;
    display: flex;
    color: #fff !important;
    line-height: 29px;
    font-size: 16px;
    margin-bottom: 18px;
}

.contact-page-sec .contact-page-left-address a i {
    margin-right: 10px;
    line-height: 28px;
}

.contact-page-sec .contact-page-left-address ul.contact-page-social-icons {
    display: flex;
    margin-top: 0;
    justify-content: space-between;
    max-width: 120px;
    align-items: center;
    padding: 0;
}

.contact-page-sec .contact-page-left-address ul.contact-page-social-icons li a {
    font-size: 17px;
    color: #000 !important;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 0;
    transition: 0.5s;
}

.contact-page-sec
    .contact-page-left-address
    ul.contact-page-social-icons
    li
    a
    i {
    margin: 0;
    color: #000;
}

.contact-page-sec .contact-us-page-form form textarea {
    width: 100%;
    border: 1px solid #70707069;
    padding: 12px;
    margin-bottom: 20px !important;
    color: #2a263d;
    font-family: "poppins" !important;
    font-weight: 500;
    font-size: 14px !important;
}

.contact-page-sec .contact-us-page-form form textarea::placeholder {
    text-transform: capitalize;
    font-size: 16px;
}
.contact-page-sec
    .contact-page-left-address
    ul.contact-page-social-icons
    li
    a:hover {
    background: #00ae5b;
    color: #fff !important;
}

.contact-page-sec .contact-us-page-form h3 {
    text-align: left;
    color: #000;
}
.contact-page-sec .contact-page-left-address h3.social-icons-follow-us {
    margin-bottom: 20px !important;
    margin-top: 80px;
}

section.contact-page-sec {
    padding-bottom: 100px;
}

.contact-us-page-form h3 {
    color: #fff !important;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px !important;
    letter-spacing: 2px;
}

form.contact-page-full-form input,
textarea {
    width: 100%;
    border: 1px solid #70707069;
    padding: 12px;
    margin-bottom: 20px !important;
    color: #2a263d;
    font-family: "poppins" !important;
    font-weight: 500;
    font-size: 14px !important;
}

form.contact-page-full-form input:focus,
textarea:focus {
    outline: 0;
}

form.contact-page-full-form textarea {
    height: 140px;
}

form.contact-page-full-form button.checkout-add-cart-btn {
    width: 20%;
    background: #00ae5b;
    padding: 15px 0;
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 10px;
    letter-spacing: 1px;
    border: 0;
}

form.contact-page-full-form button.checkout-add-cart-btn:hover {
    background: #006f3a;
}

section.single-product-page-sec {
    padding: 50px 0;
}

section.single-product-page-sec .single-prod-right-all-info h3 {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 15px !important;
    font-weight: 700;
}

section.single-product-page-sec .single-prod-right-all-info ul {
    display: flex;
    align-items: center;
    margin-bottom: 18px !important;
    padding: 0;
}

section.single-product-page-sec .single-prod-right-all-info ul li p {
    margin-bottom: 0;
    margin-top: 0;
    color: #00000085;
    margin-left: 10px;
    font-size: 14px;
}

section.single-product-page-sec .single-prod-right-all-info ul li {
    line-height: 1;
}

section.single-product-page-sec .single-prod-right-all-info ul li img {
    margin-right: 5px;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-price
    h4 {
    font-size: 25px;
    color: #00ae5b;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    font-family: "Poppins";
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-price
    h4
    span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-short-des
    h3 {
    font-size: 18px;
    font-family: "Poppins";
    margin-bottom: 11px !important;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-short-des
    p {
    color: #000000b8;
    font-size: 16px;
    font-family: "Poppins";
    line-height: 30px;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-interest-des {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-interest-des
    p {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-short-des {
    margin-bottom: 20px;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-count-cart-btn
    ul
    li
    .input-group {
    width: 170px;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-count-cart-btn
    ul {
    justify-content: space-between;
    width: 100%;
    max-width: 60%;
    margin-bottom: 40px !important;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-count-cart-btn
    ul
    li
    .input-group
    button {
    border-radius: 0;
    padding: 17px 12px;
    color: #000;
    border-color: #dcdcdc;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-count-cart-btn
    ul
    li
    .input-group
    input {
    color: #000;
    border-color: #dcdcdc;
    text-align: center;
    font-family: "Poppins";
    margin-bottom: 0 !important;
    width: 80px;
    border: 0;
    height: 50px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    user-select: none;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-count-cart-btn
    ul
    li
    .input-group
    button:focus {
    outline: 0 !important;
    box-shadow: none;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-count-cart-btn
    ul
    li
    a {
    background: #00ae5b;
    width: 100%;
    padding: 17px 36px;
    color: #fff;
    font-family: "Oswald";
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-count-cart-btn
    ul
    li
    a:hover {
    background: #00703b;
}
section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-wish-compare
    ul {
    justify-content: space-between;
    width: 100%;
    max-width: 51%;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-wish-compare
    ul
    li
    a {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-wish-compare
    ul
    li
    a
    img {
    margin-right: 10px;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-categ-name
    p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px !important;
}

section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-categ-name
    p
    a {
    color: #979797;
    font-weight: 300;
}

.single-prod-right-info-count-cart-btn span.input-group-prepend {
    display: flex;
    align-items: center;
}

.single-prod-right-info-count-cart-btn span.input-group-prepend span {
    border-radius: 0;
    padding: 18px 12px 22px;
    color: #000;
    background: #fff;
    border-color: #dcdcdc;
    font-size: 25px;
    line-height: 0.4;
    user-select: none;
}
.pro-slider-for .slick-slide.slick-current.slick-active img {
    width: 100%;
    margin: 0 auto;
}
.slider.pro-slider-nav.slick-initialized.slick-slider .slick-slide img {
    width: 85%;
}
.slider.pro-slider-nav.slick-initialized.slick-slider {
    margin-top: 20px;
}
section.single-product-page-sec
    .single-prod-right-all-info
    .single-prod-right-info-wish-compare
    ul
    li
    a
    i {
    margin-right: 10px;
}
.view-cart-modal-box .modal-dialog {
    margin: 150px auto;
    max-width: 790px !important;
}

.view-cart-modal-box .modal-dialog .modal-header {
    padding: 0;
    border: 0;
}

.view-cart-modal-box .modal-dialog .modal-header button.btn-close {
    opacity: 1;
    color: #fff;
    padding: 5px !important;
    border-radius: 20px;
    font-weight: 300;
    position: absolute;
    right: 7px;
    top: 0px;
    background-color: #fff;
    font-size: 10px;
    z-index: 999;
}

.view-cart-modal-box .modal-dialog .modal-body ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.view-cart-modal-box .modal-dialog .modal-content {
    background: #000;
}

.view-cart-modal-box .modal-dialog .modal-body ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.view-cart-modal-box .modal-dialog .modal-body {
    padding: 25px;
}

.view-cart-modal-box .modal-dialog .modal-body ul li a {
    background: #fff;
    color: #000 !important;
    padding: 10px 15px;
    font-size: 17px;
    border-radius: 0;
    transition: 0.5s;
}

.view-cart-modal-box .modal-dialog .modal-body ul li a:hover {
    background: #00703b;
    color: #fff !important;
}
.view-cart-modal-box .modal-dialog .modal-header button:focus {
    outline: 0;
}
section.cart-product-page-sec-one .cart-product-page-table-content p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0 !important;
    padding: 47px 0;
}

section.cart-product-page-sec-one .cart-product-page-table-content h3 {
    color: #fff;
    font-size: 18px;
    font-family: "poppins";
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
    border: 1px solid #cccccc5c;
    background: #00ae5b;
}
section.cart-product-page-sec-one {
    padding: 70px 0;
}

section.cart-product-page-sec-one .container {
    max-width: 1250px !important;
}

section.cart-product-page-sec-one .cart-product-page-table-content {
    border: 1px solid #ccc;
    border-right: 0;
    text-align: center;
    border-bottom: 0;
}
.cart-product-page-table-content.cart-product-page-table-inner-content {
    border-bottom: 1px solid #ccc !important;
}
section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    input.form-control.input-number {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 70px;
    text-align: center;
    border: 1px solid #cccccc45;
    color: #000;
    padding-top: 7px;
}

section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul {
    display: flex;
    justify-content: center;
    padding: 37px 0;
}

section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul
    .input-group
    button {
    border-radius: 0;
    border: 1px solid #cccccc85;
    color: #000;
}

section.cart-product-page-sec-one .cart-product-page-table-content img {
    padding: 10px;
    width: 99px;
}
section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul
    .input-group
    button:hover {
    background: #d9d9d9;
}

section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul
    .input-group
    button:focus {
    box-shadow: none;
}

section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul
    .input-group
    input:focus {
    box-shadow: none;
}
section.cart-product-page-sec-one .cart-product-page-table-update-cart-btn a {
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-align: center;
    max-width: 220px;
    background: #00ae5b;
    padding: 18px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 50px;
}

section.cart-product-page-sec-two .container {
    max-width: 1250px !important;
}

section.cart-product-page-sec-two
    .cart-product-page-table-proceed-to-checkout-btn
    a {
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-align: center;
    max-width: 220px;
    background: #00ae5b;
    padding: 18px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 50px;
}
section.cart-product-page-sec-two {
    padding-bottom: 70px;
}

section.cart-product-page-sec-two .cart-product-page-table-cart-total-head h3 {
    font-size: 30px;
    margin-bottom: 25px !important;
    font-weight: 400;
}

section.cart-product-page-sec-two
    .cart-product-page-table-cart-total-content
    h3 {
    font-size: 18px;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 25px 50px;
    font-family: "Poppins";
}

section.cart-product-page-sec-two .cart-product-page-table-cart-total-content {
    border-bottom: 1px solid #ccc;
}

section.cart-product-page-sec-two
    .cart-product-page-table-cart-total-content-price
    h3 {
    font-size: 18px;
    padding: 25px 50px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    font-weight: 600;
    font-family: "Poppins";
}

section.cart-product-page-sec-two
    .cart-product-page-table-cart-total-content-price
    h5 {
    color: #00ae5b;
    font-size: 18px;
    padding: 25px 50px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    font-weight: 700;
    font-family: "Poppins";
}

section.cart-product-page-sec-two
    .cart-product-page-table-cart-total-content-price {
    border-bottom: 1px solid #ccc;
}
section.cart-product-page-sec-one
    .cart-product-page-table-update-cart-btn
    a:hover {
    background: #00723c;
}

section.cart-product-page-sec-two
    .cart-product-page-table-proceed-to-checkout-btn
    a:hover {
    background: #00703b;
}

.single-prod-right-info-count-cart-btn ul .input-group {
    width: 170px;
}

section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul
    .input-group
    span {
    border-radius: 0;
    padding: 18px 12px 22px;
    color: #000;
    background: #fff;
    border-color: #dcdcdc;
    font-size: 25px;
    line-height: 0.4;
    user-select: none;
}

section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul
    .input-group
    span.input-group-prepend {
    padding: 0;
}

section.cart-product-page-sec-one
    .cart-product-page-table-content
    .single-prod-right-info-count-cart-btn
    ul
    .input-group
    input {
    color: #000;
    border-color: #dcdcdc;
    text-align: center;
    font-family: "Poppins";
    margin-bottom: 0 !important;
    width: 80px;
    border: 0;
    height: 50px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    user-select: none;
}
section.checkouts-product-page-sec {
    padding: 70px 0;
}

section.checkouts-product-page-sec .container {
    max-width: 1250px !important;
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    ul.checkout-prod-page-left-form-bill-acc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px !important;
    padding: 0;
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    ul.checkout-prod-page-left-form-bill-acc
    li
    h5 {
    font-size: 33px;
    font-family: "Poppins";
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    ul.checkout-prod-page-left-form-bill-acc
    li
    h6 {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: "Poppins";
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    ul.checkout-prod-page-left-form-bill-acc
    li
    h6
    a {
    color: #000;
    font-weight: 600;
    margin-left: 5px;
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    form.checkout-prod-page-left-form-full
    label {
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Poppins";
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    form.checkout-prod-page-left-form-full
    select,
input {
    width: 100%;
    border: 1px solid #70707069;
    padding: 12px;
    margin-bottom: 20px !important;
    color: #2a263d;
    font-family: "poppins" !important;
    font-weight: 500;
    font-size: 14px !important;
}
section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    form.checkout-prod-page-left-form-full
    label.checkout-save-shipping-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 14px !important;
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    form.checkout-prod-page-left-form-full
    label.checkout-save-shipping-checkbox
    input[type="checkbox"] {
    width: 13px;
    margin-bottom: 0 !important;
    margin-right: 10px;
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    form.checkout-prod-page-left-form-full
    button.checkout-add-cart-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
    background: #00ae5b;
    padding: 15px 0;
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 10px;
    letter-spacing: 1px;
    border: 0;
}

section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    form.checkout-prod-page-left-form-full
    button.checkout-add-cart-btn:hover {
    background: #006233;
}
section.checkouts-product-page-sec
    .checkout-prod-page-right-confirm-checkout
    label {
    display: flex;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-confirm-checkout
    label
    input[type="checkbox"] {
    width: 13px;
    margin-bottom: 0 !important;
    margin-right: 10px;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-confirm-checkout
    label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px !important;
    margin-top: 80px;
    font-family: "Poppins";
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-confirm-checkout-btn
    a.checkout-confirm-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-align: center;
    background: #00ae5b;
    padding: 10px 0;
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 65px;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 180px;
    border: 0;
}
section.checkouts-product-page-sec
    .checkout-prod-page-right-confirm-checkout-btn
    a.checkout-confirm-btn:hover {
    background: #00723c;
}
section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-head
    h5 {
    font-size: 23px;
    margin-bottom: 20px !important;
    font-family: "Poppins";
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    h6 {
    font-size: 20px;
    margin-bottom: 30px !important;
    font-family: "Poppins";
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content {
    border: 1px solid #afafaf;
    padding: 25px;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 30px;
    padding-left: 0;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-ul
    li
    p {
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-ul
    li
    img {
    width: 100%;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-ul
    li:nth-child(1) {
    width: 20%;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-ul
    li:nth-child(2) {
    width: 58%;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-ul
    li
    a {
    color: #00ae5b;
    font-weight: 500;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-item-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px !important;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-item-total
    li
    p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #70707069;
    padding-top: 20px;
    padding-left: 0;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-order-total
    li
    p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-inner-content
    ul.checkout-prod-page-right-order-summary-inner-content-order-total
    li:nth-child(1)
    p {
    color: #00ae5b;
    font-weight: 600;
}
section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-apply-coupon-content {
    border: 1px solid #afafaf;
    padding: 25px;
    margin-top: 50px;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-apply-coupon-content
    h6 {
    font-size: 22px;
    margin-bottom: 10px !important;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-apply-coupon-content
    p {
    color: #707070;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-apply-coupon-content
    .checkout-prod-page-right-order-summary-apply-coupon-form
    form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-apply-coupon-content
    .checkout-prod-page-right-order-summary-apply-coupon-form
    form
    input {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 63%;
    background: #f5f4f4 !important;
    border: 0;
    height: 65px;
    font-size: 18px !important;
}

section.checkouts-product-page-sec
    .checkout-prod-page-right-order-summary-apply-coupon-content
    .checkout-prod-page-right-order-summary-apply-coupon-form
    form
    button.apply-coupon-btn {
    width: 35%;
    border: 0;
    padding: 12px 0;
    background: #00ae5b;
    color: #fff;
    height: 65px;
    font-size: 18px;
    font-weight: 500;
}
section.checkouts-product-page-sec .row {
    align-items: flex-start;
}
section.thanks-checkout-page-sec {
    padding: 70px 0 70px;
}

section.thanks-checkout-page-sec .container {
    max-width: 700px !important;
}

section.thanks-checkout-page-sec .thanks-checkout-page-head {
    text-align: center;
    margin-bottom: 30px;
}

section.thanks-checkout-page-sec .thanks-checkout-page-head h3 {
    color: #00ae5b;
    font-size: 45px;
    margin-bottom: 8px !important;
}

section.thanks-checkout-page-sec .thanks-checkout-page-head p {
    font-size: 22px;
    color: #262626;
    font-family: "poppins";
    font-weight: 700;
    margin-bottom: 10px;
}

section.thanks-checkout-page-sec .thanks-checkout-page-head a {
    color: #00ae5b;
    font-family: "poppins";
    font-size: 22px;
    font-weight: 400;
}

section.thanks-checkout-page-sec .thanks-checkout-page-full-pro-details {
    border: 1px solid #70707069;
    padding: 50px 60px;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-one
    h4 {
    font-family: "poppins";
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px !important;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-one
    ul {
    display: flex;
    align-items: center;
    padding: 0;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-one
    ul
    li
    p {
    color: #000000;
    font-size: 18px;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-one
    ul
    li:nth-child(1) {
    width: 100px;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-one {
    margin-bottom: 30px;
    border-bottom: 1px solid #70707069;
    padding-bottom: 10px;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-two
    h4 {
    font-family: "poppins";
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px !important;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-two
    ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
    padding: 0;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-two
    ul
    li
    p {
    font-family: "poppins";
    font-size: 17px;
    font-weight: 600;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-details-two
    ul
    li:nth-child(2)
    p {
    font-weight: 400;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-order-total
    ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.thanks-checkout-page-full-pro-details-two {
    margin-bottom: 30px;
    border-bottom: 1px solid #70707069;
    padding-bottom: 10px;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-order-total
    ul
    li
    p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: "poppins";
    font-weight: 600;
}

section.thanks-checkout-page-sec
    .thanks-checkout-page-full-pro-details
    .thanks-checkout-page-full-pro-order-total
    ul
    li:nth-child(1)
    p {
    color: #00ae5b;
    font-weight: 700;
}

section.thanks-checkout-page-sec .thanks-checkout-page-full-con-shop a {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-align: center;
    background: #00ae5b;
    padding: 15px 0;
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 40px;
    letter-spacing: 1px;
    border: 0;
}

section.thanks-checkout-page-sec .thanks-checkout-page-full-con-shop a:hover {
    background: #007c41;
}
.register-page-sec .checkout-prod-page-left-form h3 {
    color: #00ae5b;
    font-family: "poppins";
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px !important;
}

.register-page-sec .checkout-prod-page-left-form h5 {
    text-align: center;
    color: #fff;
    font-family: "poppins";
    font-size: 25px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 40px !important;
    line-height: 35px;
}

.register-page-sec .checkout-prod-page-left-form h5 span {
    color: #00ae5b;
    font-family: "poppins";
}

.register-page-sec .checkout-prod-page-left-form h6 {
    text-align: right;
    color: #ffffff;
    font-family: "poppins";
    font-size: 18px;
    margin-bottom: 15px !important;
}

.register-page-sec .checkout-prod-page-left-form h6 a {
    color: #00ae5b;
    font-family: "poppins";
    font-weight: 600;
}

section.checkouts-product-page-sec.register-page-sec .container {
    max-width: 700px !important;
}
.register-page-sec .checkout-prod-page-left-form button.checkout-add-cart-btn {
    width: 100%;
    max-width: 170px;
}
.register-page-sec .checkout-prod-page-left-form h2 {
    text-align: center;
    color: #000000;
    font-family: "poppins";
    font-size: 16px;
    margin-top: 45px !important;
}

.register-page-sec .checkout-prod-page-left-form h2 a {
    color: #00ae5b;
}
section.checkouts-product-page-sec
    .checkout-prod-page-left-form
    form.checkout-prod-page-left-form-full
    select:focus,
input:focus {
    outline: 0;
}
section.account-page-sec {
    padding: 120px 0 70px;
}
section.account-page-sec .account-details-left .account-details-left-picture a {
    color: #2a263d;
    font-family: "poppins";
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

section.account-page-sec .account-details-left .account-details-left-picture {
    text-align: center;
    border-bottom: 1px solid #cccccc47;
    padding-bottom: 20px;
}

section.account-page-sec
    .account-details-left
    .account-details-left-picture
    .account-details-left-picture-change
    h6 {
    position: absolute;
    bottom: -1px;
    font-size: 9px;
    background: #111;
    width: 100%;
    padding: 5px 0 7px;
    font-family: "poppins";
    cursor: pointer;
    text-decoration: underline;
}

section.account-page-sec
    .account-details-left
    .account-details-left-picture
    .account-details-left-picture-change {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: -90px;
}

section.account-page-sec .account-details-left .account-details-left-tabs {
    margin-top: 30px;
}

section.account-page-sec .account-details-left {
    border: 1px solid #cccccc47;
    padding: 40px 0;
    margin-top: 0;
}

section.account-page-sec
    .account-details-left
    .account-details-left-tabs
    nav
    button {
    font-family: "Oswald";
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 14px 0 17px;
    line-height: 1;
    background: transparent;
    width: 100%;
    border: 0;
}

section.account-page-sec
    .account-details-left
    .account-details-left-tabs
    nav
    button {
    margin-bottom: 10px;
}

section.account-page-sec
    .account-details-left
    .account-details-left-tabs
    nav
    button.nav-link.active.show {
    /* background: #00ae5b; */
    color: #00ae5b;
}
section.account-page-sec
    .account-details-left
    .account-details-left-tabs
    nav
    button.nav-link.active {
    color: #00ae5b;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-account-content
    h3 {
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px !important;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-account-content
    ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-account-content
    ul
    li
    h4 {
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px !important;
    letter-spacing: 1px;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-account-content
    ul
    li
    p {
    font-family: "poppins";
    font-size: 15px;
    font-weight: 500;
    display: flex;
}
section.account-page-sec
    .tab-content
    .my-account-page-details-right-account-content
    ul.my-account-page-details-right-account-content-names
    li:nth-child(3) {
    width: 28%;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-account-content
    ul
    li
    p
    span
    a {
    margin-left: 10px;
    color: #00ae5b !important;
    font-size: 13px;
    display: block;
    margin-top: -3px;
    text-decoration: underline;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-account-content
    ul.my-account-page-details-right-account-content-names {
    margin-bottom: 20px !important;
}
section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-wishlist
    h3 {
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px !important;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-wishlist
    .my-account-page-details-right-profile-wishlist-head
    h5 {
    font-family: "Poppins";
    font-size: 18px;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-wishlist
    .my-account-page-details-right-profile-wishlist-inner-img {
    display: flex;
    align-items: center;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-wishlist
    .my-account-page-details-right-profile-wishlist-inner-img
    h6 {
    font-family: "poppins";
    font-size: 17px;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-wishlist
    .row {
    align-items: center;
    margin-bottom: 40px !important;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-wishlist
    .my-account-page-details-right-profile-wishlist-inner-price
    h4 {
    font-size: 17px;
    font-family: "poppins";
    color: #00ae5b;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-wishlist
    .my-account-page-details-right-profile-wishlist-inner-close
    a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

section.account-page-sec
    .account-details-left
    .account-details-left-tabs
    div#nav-tab {
    display: block;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    border: 0;
}
section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul
    li
    p {
    /* text-align: center; */
    margin-bottom: 0;
}
section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul
    li {
    display: block;
    width: 100%;
    text-align: center;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul.my-account-page-details-right-profile-content-head {
    margin-bottom: 10px !important;
    padding: 14px;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul.my-account-page-details-right-profile-content-head
    li:nth-child(5)
    p {
    color: transparent;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul.my-account-page-details-right-profile-content-head
    li
    p {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul.my-account-page-details-right-profile-content-order-details
    li
    p,
a {
    font-family: "poppins";
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul.my-account-page-details-right-profile-content-order-details {
    border: 1px solid #cccccc47;
    margin-bottom: 20px !important;
    padding: 14px;
}

section.account-page-sec
    .tab-content
    .my-account-page-details-right-profile-content
    ul.my-account-page-details-right-profile-content-order-details
    li
    a {
    color: #00ae5b;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}
section.inner-content-sec-one {
    padding: 50px 0;
}

section.change-pass-sec {
    padding: 70px 0;
}

section.change-pass-sec .container {
    max-width: 1100px !important;
}

section.change-pass-sec .change-password-full-form h3 {
    font-size: 30px;
    font-family: "Oswald";
    margin-bottom: 25px !important;
    letter-spacing: 1px;
}
section.change-pass-sec .change-password-full-form {
    border: 1px solid #dcdcdc85;
    padding: 70px 100px;
}
section.change-pass-sec
    .change-password-full-form
    button.change-password-update-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 140px;
    background: #00ae5b;
    padding: 12px 0;
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
    margin-top: 10px;
}

.theme_btn.active {
    background: #00ae5b;
}
.theme_btn:hover {
    background: #00703b;
}
.theme_btn {
    background: #739585;
    width: 100%;
    padding: 17px 36px;
    color: #fff;
    font-family: "Oswald";
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

a.dropdown-item.dropdown_items.text-black-50:hover {
    background-color: #00ae5b !important;
    color: white !important;
}

section.profile-page-sec .profile-left-tab-nav {
    box-shadow: 0 0 5px #d1d1d1;
    padding: 10px;
    border-radius: 12px;
}
section.profile-page-sec {
    padding: 70px;
}
section.profile-page-sec .profile-left-tab-nav ul li {
    width: 100%;
}
section.profile-page-sec .profile-left-tab-nav ul li a.nav-link.active {
    /* background: #c8963d; */
    background: linear-gradient(
        to right,
        #02ae5c 30%,
        #42a391 35%,
        #9747ff 110%
    );
}

.profile-right-tab-content {
    box-shadow: 0 0 5px #d1d1d1;
    padding: 20px;
    border-radius: 12px;
}
.tab-content > .tab-pane.active {
    height: auto;
    position: relative;
    z-index: 9999;
}
.tab-content > .tab-pane {
    display: block;
    height: 0;
}

button.submit_btn {
    background: linear-gradient(
        to right,
        #02ae5c 30%,
        #42a391 35%,
        #9747ff 110%
    );
    padding: 9px 22px 9px 22px;
    margin: 26px 0px 0px 1px;
}

td {
    color: black;
}
span.float-right {
    color: black;
}
p {
    color: black;
}

a.page-link {
    background-color: #e0e7e7 !important;
      border-color: #e0e7e7 !important;
    color: black !important;
}
a.page-link:hover {
    background-color: #00ae5b !important;
      border-color: #00ae5b !important;
    color: white !important;
}

.page-item.disabled .page-link {
    background-color: #6d6d6a !important;
    color: white !important;
    border-color: #6d6d6a !important;
}

.page-item.active .page-link {
    background-color: #00ae5b !important;
      border-color: #00ae5b !important;
    color: white !important;
}


.slick-slide.slick-current.slick-center {
    border: 1px solid white;
        margin-right: 6px;
    margin-left: -8px;
    border-radius: 10px;
}


.slick-slide.slick-current.slick-center img {
    margin: 6px 8px;
}
