/*
Version:		1.0.0c
*/
*,
::after,
::before {
    box-sizing: border-box;
}

body {


    font-family: 'Karla', sans-serif !important;
    margin: 0;
    padding: 0;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 0;
}

h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 104.167% */
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.ml-auto {
    margin-left: auto;
}

.mt-auto {
    margin-top: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-25 {
    margin-top: 25px;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 40px;
    font-size: 20px;
    line-height: 23px;
    border-radius: 0.25rem;
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    border-radius: 100px;

    background: #ee5488 !important;
    color: #fff !important;

}

.btn-primary:hover
{
    background: #ee5488 !important;
}

.btn.btn-large {
    padding: 20px 30px;
    font-weight: 700;
}


.btn-bordered {
    border-radius: 100px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-family: Karla;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 25px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.w-100 {
    width: 100%;
}

img {
    border-radius: 0;
}

.img-fluid {
    max-width: 90%;
    height: auto;
    display: inline-block;
}


.row.g-10 {
    --bs-gutter-x: 20px;
}

.row.g-20 {
    --bs-gutter-x: 40px;
}

.row.g-25 {
    --bs-gutter-x: 50px;
}


/* .home .site-content {
    margin: 0 !important;
} */

.home .site-content>.col-full,
.single-product .site-content>.col-full {
    padding: 0 !important;
    max-width: 100%;
}

.single-product .site-content {
    margin: 0 !important;
}


#wrapper,
#page {
    position: relative;

}

.site,
#page {
    overflow: unset;
}

#header {
    padding: 10px 0;
    position: sticky;
    z-index: 97;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 0;
    background: #fff;
}

#header .container {
    position: relative;
}

#logo {
    margin-right: 45px;
}

#logo img {
    display: inline-block;
}

.nav-box {
    margin-left: auto;
    margin-right: auto;
}

ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    display: flex;
    gap: 36px;
    /* font-family: 'DM Sans', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
}

ul.nav>li {
    display: inline-block;
    margin: 0;
}

ul.nav>li>a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;

}

ul.nav>li:hover>a {
    text-decoration: underline;
}

ul.nav>li:hover>a::after {
    background: url(images/ic-nav-arr.svg) no-repeat;
}

ul.nav>ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(13, 13, 13, 0.9), 0px 2px 4px #0D0D0D;
    padding: 10px 0;
    width: 266px;
}

ul.nav>li:hover ul,
ul.nav>li.active ul {
    display: block;
}

ul.nav>ul>li {
    border-bottom: 2px solid #F2F2F2;
    line-height: 1;
}

ul.nav ul>li:last-child {
    border-bottom: 0;
}

ul.nav>ul>li>a {
    font-size: 13px;
    text-transform: capitalize;
    color: #0E0E0E;
    display: block;
    padding: 16px 22px;
}

.nav-more-link 
{
    margin-top: auto;
}
.nav-more-link .nav-divider
{
    margin: 15px 0; 
}


.nav-toggle {
    color: #000;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mfilter-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
    background: #FFF;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s;
    display: flex;
    flex-direction: column;
}

body.has-push-right-filter #mfilter-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.has-push-right-filter #mfilter-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 98;
}

#mf-hdr {
    padding: 15px 20px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
}

.mf-head {
    color: #000;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mf-body {
    padding: 0 20px;
}

#mfilter-box .shop-widget-title {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 20px !important;
}

#mfilter-box ul.product-categories-list li a {
    font-size: 18px;
}




#mnav-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
    background: #FFF;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.admin-bar #mnav-box {
    top: 32px;
}

body.has-push-right #mnav-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.has-push-right #mnav-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 98;
}



#mnav-hdr {
    padding: 15px 10px 10px;
    display: flex;
    gap: 18px;
}

#mnav-box .search-box {
    display: block;
    flex: 1;
}

#mobile-logo {
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
}

#mbl-nav {
    padding: 0 10px;
}

.mnav-box-in {
    padding: 30px 30px;
}

ul.mnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.mnav li {
    display: block;
}

ul.mnav li a {
    color: #000;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
}


ul.mnav>li>a {
    border-bottom: 1px solid #000;
    display: block;
}

ul.mnav ul {
    list-style: none;
    padding: 0 0 7px 0;
    display: none;
}

ul.mnav ul li a {
    border-bottom: 1px solid #000;
    padding-left: 30px;
    font-size: 14px;
}

ul.mnav ul ul li a {
    padding-left: 20px;
}




.close-btn,
.mf-close-btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.subm-arr {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: transform .3s;
    right: 0;
    background: url(images/ic-arrow-down.svg) no-repeat center center;
}

.open.subm-arr,
.open .subm-arr {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mnav-box #shop-dropdown {
    position: relative;
    padding: 0;
    display: block;

}

#mnav-box #shop-dropdown-in {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}


#mnav-box #shop-dropdown .col-md-3 {
    width: 100%;
}

#mnav-box .shop-all-link,
#mnav-box .shop-all-widget,
#mnav-box .nav-divider {
    display: none;
}

#mnav-box .nav-head {
    display: block !important;
    padding-left: 20px;
    margin-bottom: 10px !important;
}

#mnav-box .nav-widget-li {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

#mnav-box .nav-widget .nav-widget-ul {
    gap: 0;
    display: none;
}

#mnav-box .nav-widget .nav-widget-ul .nav-widget-li:last-child {
    border: none;
}




#mnav-box #shop-dropdown .container {
    padding: 0;
}

#mnav-box #shop-dropdown .row {
    margin: 0;
}

#mnav-box #shop-dropdown .row .col-md-3 {
    padding: 0;
}

#mnav-box #shop-dropdown .nav-widget {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    gap: 0;
}

#mbl-ftr {
    margin-top: 64px;
    padding: 0 20px;
}



.hdr-item {
    display: inline-flex;
}

.hdr-item a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-family: DM Sans;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.search-box {
    border-radius: 20px;
    border: 1px solid #000;
    padding: 0px 10px;
    display: none;
}



.search-box form {
    display: flex;
    align-items: center;
}



.search-box input {
    border: none !important;
    padding: 2px !important;
    background: none !important;
    width: 100%;
    max-width: 180px;
    height: 30px;
    font-size: 14px;
}

.search-box input:focus {
    outline: none !important;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
}

.icon-search {
    background-image: url(images/ic-search.svg);
    width: 18px;
    height: 18px;
    background-size: contain;
}

.icon-account {
    background-image: url(images/ic-account.svg);
    width: 18px;
    height: 18px;
}

.icon-cart {
    background-image: url(images/ic-cart.svg);
    width: 20px;
    height: 18px;
}

.icon-insta {
    background-image: url(images/ic-insta.png);
    width: 30px;
    height: 30px;
}

.icon-fb {
    background-image: url(images/ic-fb.png);
    width: 30px;
    height: 30px;
}

.icon-prev {
    background-image: url(images/ic-arrow-left.svg);
    width: 50px;
    height: 50px;
}

.icon-next {
    background-image: url(images/ic-arrow-right.svg);
    width: 50px;
    height: 50px;
}

.icon-close {
    background-image: url(images/ic_round-close.svg);
    width: 18px;
    height: 18px;
}

.icon-arr-down {
    background-image: url(images/ic-arrow-down.svg);
    width: 15px;
    height: 8px;
}


.icon-call {
    background-image: url(images/ic-call.svg);
    width: 40px;
    height: 40px;
    background-size: contain;

}

.icon-email {
    background-image: url(images/ic-email.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
}

.icon-clock {
    background-image: url(images/ic-clock.svg);
    width: 40px;
    height: 40px;
    background-size: contain;

}

.icon-location {
    background-image: url(images/ic-location.svg);
    width: 40px;
    height: 40px;
    background-size: contain;

}

.icon-filter {
    background-image: url(images/ic-filter.svg);
    width: 24px;
    height: 24px;
    background-size: contain;

}


.home #content .col-full {
    margin: 0;
    max-width: 100%;
}

.featured-icon img {
    max-width: 88px;
    height: auto;
}

#hm-hero-box {
    border-radius: 20px;
    background: #f19ea9;
    padding: 0 150px;
    margin-left: -50px;
    margin-right: -50px;
}

#hero-img {
    line-height: 0;
    padding-top: 50px;
}

#hm-hero h1 {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 75px;
    margin: 0 0 20px 0 !important;
    letter-spacing: 0;
	font-family: 'Playfair Display';
}

#hm-hero-box p {

    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 478px;
}

#hero-text {
    padding: 100px 0;
}

#hm-hero .btn-primary {
    background: #2A6496;
}


#usp {
    margin: 30px 0;
}


#our-products {
    background: #F7FBFE;
}

#our-products .woocommerce ul.products::before,
#our-products .woocommerce ul.products::after {
    display: none !important;
}

#our-products .woocommerce ul.products {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#our-products .woocommerce ul.products li.product,
#shop-content ul.products li.product {

    padding: 30px 25px 20px 25px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background: #FFF;
    float: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;

}

#our-products .woocommerce ul.products li.product {
    width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
}

#best-sellers-box .woocommerce ul.products {
    gap: 15px;
}

#best-sellers-box .woocommerce ul.products li.product {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: none;
}

ul.products li.product img {
    border-radius: 15px;
}


#header .shop-main-dropdown:hover #shop-dropdown {
    display: block;
}

#shop-dropdown {
    position: absolute;
    left: 0;
    display: none;
    padding-top: 38px;
    width: 100%;
}

#shop-dropdown-in {
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #000;
    background: #FFF;
    padding: 25px 35px;
    margin-left: -50px;
    margin-right: -50px;
}


.shop-all-product p {
    color: #000;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.featured-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.featured-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.featured-item h3 {
    margin: 0 !important;
    color: #000;
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.nav-widget .nav-widget-ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nap-item {
    display: flex;
    gap: 24px;
    font-family: Karla;
    align-items: center;
}

.nap-title a {
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-cat-li .nap-item:hover {
    background: #ffd6e4;
}

.nap-title:hover {
    background: #ffd6e4;
}

.nap-img {
    margin-top: 8px;
}

.nap-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    max-width: none;
    border-radius: 15px;
}


.nap-desc {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 7px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.nav-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.nav-widget h3.nav-head {
    color: #000;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
    position: relative;
}

.nav-divider {
    border-bottom: 1px solid #000;
}

.shop-all-widget {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
    margin-top: 46px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;

}

.shop-all-widget img
{
    border-radius: 15px;
}

.shop-all-widget h3 {
    color: #000;
    font-family: Karla;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.shop-all-link {
    color: #000;
    text-align: right;
    font-family: Karla;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


#container {
    margin: 50px 0;
}



.entry-content {
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.entry-content a {
    text-decoration: underline;
    color: inherit;
}

.entry-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-content .alignleft {
    margin-right: 60px;
    margin-bottom: 40px;
}

.entry-content .alignright {
    margin-left: 60px;
    margin-bottom: 40px;
}

.entry-content ul li {
    margin-bottom: 10px;
}


.section {
    padding: 100px 0;
}

.section p {
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 25px;
}

.crb-icons {
    display: flex;
    align-items: center;
    gap: 52px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.g-100 {
    margin-left: -50px;
    margin-right: -50px;
}

.g-100 [class^="col"] {
    padding-left: 50px;
    padding-right: 50px;
}

.g-32 {
    margin-left: -16px;
    margin-right: -16px;
}

.g-32 [class^="col"] {
    padding-left: 16px;
    padding-right: 16px;
}

#expert-testimonials {
    padding: 75px 0;

}

#expert-testimonials h2 {
    margin-bottom: 50px;
}

#tt-slider {
    position: relative;
    padding-bottom: 75px;
}

#tt-slider .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
}


#tt-slider .flickity-slider {
    margin: 0 -12px;
}

#tt-slider .flickity-page-dots {
    display: none;
}

#tt-slider .flickity-slider .carousel-cell {
    width: 33.33%;
    padding: 0 12px;

}

.tt-item {
    border-radius: 15px;
    border: 1px solid #000;
    background: #F7FBFE;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tt-info {
    margin-top: auto;
}

.tt-text {
    color: #000;
    font-family: 'DM Sans';
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 25px;
}

.tt-name {
    color: #000;
    font-family: 'Karla';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;

}

.tt-designation {
    color: #000;
    font-family: 'Karla';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
}

.tt-photo {
    max-width: 100%;
    height: auto;
    flex: 0 0 150px;
    width: 150px;
}

.tt-photo img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

#tt-slider .owl-nav {
    position: absolute;
    left: calc(66.66% + 25px);
    bottom: -75px;
    display: flex;
    gap: 19px;
}

#tt-slider .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

#tt-slider .flickity-prev-next-button {

    width: 55px !important;
    height: 55px !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    top: auto !important;
    bottom: -105px !important;
    margin: 0;


}

#tt-slider .flickity-prev-next-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

#tt-slider .flickity-prev-next-button.previous {
    right: auto !important;
    left: 66.66% !important;
    background: url(images/ic-arrow-left.svg) no-repeat center center !important;
    display: none;
}

#tt-slider .flickity-prev-next-button.next {
    right: auto !important;
    left: calc(66.66% + 70px) !important;
    background: url(images/ic-arrow-right.svg) no-repeat center center !important;
    display: none;
}


#anti-aging {
    background: #F7FBFE;
}

#clients-review {
    padding: 75px 0 100px;
}

.review-box {
    margin-top: 50px;
}

.review-sitem {
    padding-bottom: 25px;
}

.review-item {
    max-width: 275px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: -10px 10px 0px 0px #EAF3FE;
    display: flex;
    padding: 20px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;

    margin: 0 20px;
}

.home .review-item
{
    width: 275px;
    max-width: 100%;
}

.rv-img {
    line-height: 0;
}

.rv-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.rv-noimg {
    border-radius: 15px;
    background: #C9E1FF;
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #F7FBFE;
    text-align: center;
    font-family: Karla;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}


.rv-name {
    color: #000;
    text-align: center;
    font-family: Karla;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rv-text {
    color: #000;
    text-align: center;
    font-family: Karla;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.rv-rating {
    position: relative;
}

.rv-rating::before {
    background: url(images/ic-star-gray.svg) no-repeat;
    width: 178px;
    height: 28px;
    content: '';
    display: inline-block;
}

.rv-rating .rv-rating-value {
    background: url(images/ic-star.svg) no-repeat;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}


#our-products ul.products {
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #2A6496;
    font-family: Karla;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
}



.woocommerce ul.products li.product .star-rating {
    font-size: 20px !important;
    color: #F4DF71;
    margin: 8px 0 !important;
}

.woocommerce ul.products li.product .price {
    color: #000 !important;
    font-family: Karla;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 !important;
}

.woocommerce ul.products li.product .product-description {
    margin: 0 0 20px;
    color: #000;
    font-size: 18px;
    font-weight: 300;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}



.woocommerce ul.products li.product .button {

    padding: 13px 32px;
    border-radius: 100px;
    background: #02a68a !important;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: Karla;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: auto !important;
}

.woocommerce ul.products li.product .button:hover {
    background: #028770 !important;
}

.p-tabs {
    display: flex;
    margin-top: 30px;
    gap: 50px;
}

.p-tab {
    color: #000;
    font-family: DM Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border-bottom: 8px solid transparent;

}

.p-tab.active {
    border-color: #71A7F4;
}



.p-tab-content {
    margin-top: 30px;
    display: none;
}

.p-tab-content.active {
    display: block;
}

#page #footer {
    border: none !important;
}

/*#page-hero-in {
    border-radius: 15px;

    margin-left: -50px;
    margin-right: -50px;
}*/

#page-hero-in {
    border-radius: 15px;
    margin-left: -30px;
    margin-right: -100px;
    margin-bottom: 20px;
}

.page-hero-img {
    line-height: 0;
    height: 100%;
}

.page-hero-img img {
    height: 100%;
	width: 100%;
    object-fit: cover;
}

.page-hero-text {
    padding: 50px 100px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: 100%;
    display: flex;
    background: #b3e3db70;
    border-radius: 15px 0 0 15px;
}

#page-hero h1.page-title {
    color: #000;
    font-family: DM Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0 !important;
}

#page-hero p {
    color: #000;
    font-family: Karla;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}


#contact-form-box {
    padding: 100px 30px;
}

#contact-info {
    padding: 100px 0 100px 150px;

}

.contact-item h2 {
    margin-bottom: 10px !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

#contact-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-item,
.contact-item a {
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
}

#contact-form-box .gform_wrapper.gravity-theme .gfield select.medium {
    border-radius: 100px;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 12px 30px !important;
    height: 53px;
}

#contact-form-box .gform_wrapper.gravity-theme .gfield input {
    border-radius: 100px;
    border: 1px solid #ccc;
    background: #F7FBFE;
    padding: 10px 30px !important;
    color: #000;
    font-family: Karla;
    font-size: 20px;
    font-weight: 400;
}

#contact-form-box .gform_wrapper.gravity-theme .gfield input[type=text],
#contact-form-box .gform_wrapper.gravity-theme .gfield input[type=email],
#contact-form-box .gform_wrapper.gravity-theme .gfield input[type=tel] {
    width: 100%;
    height: 53px;
}

#contact-form-box .gform_wrapper.gravity-theme .gfield textarea {
    border-radius: 15px;
    border: 1px solid #ccc;
    background: #F7FBFE;

    padding: 12px 30px !important;
    color: #000;
    font-family: Karla;
    font-size: 20px;
    font-weight: 400;
}

#contact-form-box .gform_footer .gform_button {
    border-radius: 100px;
    background: #02a68a !important;
    padding: 20px 30px;

    color: #FFF;
    text-align: center;
    font-family: Karla;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    text-transform: uppercase;
    width: 100%;
    margin: 0 !important;
}

#contact-form-box .gform_footer .gform_button:hover
{
    background: #2062B4 !important;
}

#contact-form-box .gform_wrapper.gravity-theme .gfield_label {
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}

#contact-form-box .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
}


.call-out-box {
    border-radius: 15px;
    background: #ee5488;
    box-shadow: -10px 10px 0px 0px #b3e3db70;

    padding: 50px 80px;
    color: #fff;
    margin: 50px 0;


}

.call-out-box *:last-child {
    margin-bottom: 0;
}

.call-out-box p.lead {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 50px;
}

.call-out-box p {
    font-weight: 300;
    font-size: 22px;
}

.call-out-box h2 {
    color: inherit;
}


.woocommerce-product-details__short-description {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    margin: 25px 0;
}

.woocommerce-product-details__short-description ul,
ul.check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.woocommerce-product-details__short-description ul li,
ul.check-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    min-height: 30px;

}

.woocommerce-product-details__short-description ul li::before,
ul.check-list li::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(images/ic-tick.svg) no-repeat center center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.star-rating span:before {
    color: #F4DF71;
}

.single-product div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
}

.single-product div.product .woocommerce-product-rating a {
    color: #000;
    font-family: Karla;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}


.single-product div.product .wc-product-cat {
    margin-bottom: 10px;
    margin-top: 5px;
}

.single-product div.product .wc-product-cat a {
    color: #2A6496;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.wc-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.summary .wc-product-rating {
    margin-bottom: 25px;
}

.wc-product-rating a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.wcp-rating-star {
    position: relative;

}

.wcp-rating-star::before {
    background: url(images/ic-star-yellow-gray.svg) no-repeat;
    width: 103px;
    height: 20px;
    content: '';
    display: inline-block;
    background-size: 104px 20px;
}

.wcp-rating-star span {
    background: url(images/ic-star-yellow.svg) no-repeat;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: 104px 20px;
}

#single-product-container {
    background: #f2fdf6;
    padding: 50px 0;
}

.single-product .site-content {
    font-size: 22px;
}

.single-product .site-content .container {
    max-width: 1100px;
}


.single-product div.product .woocommerce-product-gallery {
    width: 500px!important;
    margin-right: 0 !important;

}

.single-product div.product .summary {
    width: calc(50% - 50px)!important;
}

.woocommerce div.product div.images img {
    border-radius: 15px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs {
    display: flex;
    gap: 33.33px;
    justify-content: center;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100px;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 15px;
    background: #fff;
}

h1.product_title {
    color: #000;
    font-family: DM Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 0 !important;
}

.woocommerce-accordions {
    clear: both;
}

.wc-accordion-section {
    border-radius: 15px;
    background: #FFF;
    padding: 25px 50px;
    margin-bottom: 20px;
}

.wc-accordion-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    color: #000 !important;
    font-family: DM Sans !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 129% !important;

}

.wc-accordion-title::after {
    content: '+';
    color: #000;
    font-family: DM Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
}

.open .wc-accordion-title::after {
    content: '-';
}

.wc-accordion-content {
    display: none;
    padding-top: 20px;
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.wc-accordion-content>h2 {
    display: none;
}

.wc-accordion-content ul.myList {
    padding: 0 !important;
}

#product-usp {
    background: #f2fdf6;
    padding: 30px 0 100px;
}

#product-usp #usp {
    background: #b3e3db70;
    margin: 0;
    padding: 30px 0;
}

#subscribe-info {
    padding: 100px 0;
    font-size: 22px;
    font-weight: 300;
}

#subscribe-info .container {
    max-width: 700px;
    text-align: center;
}

#customer-review {
    padding: 100px 0;
    background: #f2fdf6;
}

.product-review-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.product-review-box .review-sitem {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.product-review-box .review-item {
    max-width: 100%;
    padding: 30px;
    height: 100%;
    margin: 0;
}

.product-review-box .rv-text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#customer-review h2.heading {
    margin-bottom: 50px !important;
}

#product-created-by {
    background: #f2fdf6;
}

#product-faq {
    background: #f2fdf6;
    padding: 100px 0;
}

.page-template-template-join-our-club .site-content {
    background: #F3F8FA;
    margin: 0 !important;
    padding-bottom: 90px;
    padding-top: 15px;
}

.content-head {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.content-head *:last-child {
    margin-bottom: 0;
}


.club-fitem {
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    background: #71A7F4;
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    height: 100%;
}

.club-fitem h3 {
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px !important;
}

.club-fitem p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}


.cf-icon {
    margin-bottom: 40px;
}


.cf-icon img {
    width: 200px;
    height: 137px;
    display: inline-block;
}



.section-50 {
    padding: 50px 0;
}

.has-white-box {
    padding: 50px;
    border-radius: 20px;
    background: #FFF;
}

#shop-container-in {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

#woo-shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px 15px 0px 0px;
    background: #e2fff1;
    padding: 30px 50px;
}

#woo-shop-header .page-title {
    margin-bottom: 0 !important;
    color: #000;
    font-family: DM Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

#woo-shop-header .orderby {
    border-radius: 100px;
    border: 1px solid #ccc;
    padding: 20px 30px;
    background: #FFF url(images/ic-arrow.svg) no-repeat 220px center;
    width: 250px;
    display: inline-block;
    -webkit-appearance: none;

    color: #000;
    font-family: Karla;
    font-size: 20px;
    font-weight: 300;

}

#woo-shop-header .woocommerce-ordering {
    padding: 0;
    margin: 0;
    float: none;
}



#shop-content {
    flex: 1;
    border-radius: 0px 0px 15px 15px;
    background: #f2fdf6;
}


#shop-content .page-description {
    padding: 50px 50px 0 50px;
}

#shop-sidebar {
    width: 260px;
    flex: 0 0 260px;
     

}

.shop-widget-title {
    color: #000;
    font-family: DM Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#shop-sidebar .widget-categories-list {
    position: sticky;
    top: 100px;
}

.shop-fitler {
    display: none;
}

.shop-filter-toggle {
    color: #000;
    text-align: center;
    font-family: Karla;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;

}


#shop-content .products {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#shop-content .products::before,
#shop-content .products::after {
    display: none;
}


#shop-content ul.products li {

    width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
}

ul.product-categories-list {
    margin-left: 0;
    padding-left: 0;
}

ul.product-categories-list li {

    list-style: none;
    position: relative;
    padding: 7px;

}

ul.product-categories-list li a {
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

ul.product-categories-list li:hover {

    background: #cde5ff;
}


#mfilter-box ul.product-categories-list li a::before {
    top: 3px;
}

.woocommerce-active .col-full,
.woocommerce-active #shop-container .container {
    padding: 0;

}

.woocommerce-account .woocommerce h2 {
    font-size: 36px;
}

.woocommerce form .form-row label {
    margin-bottom: 7px;
}

.woocommerce-account .login .button {
    margin-bottom: 0;
}



.cart-checkout-box h1.entry-title {
    color: #000;
    font-family: DM Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0;
    margin-bottom: 50px !important;
}

.woocommerce table.shop_table {
    font-size: 20px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {

    border: 1px solid #C9E1FF;
    background: #fff !important;
    padding: 10px 20px;
    vertical-align: middle;

}

table.cart td.product-quantity .qty {
    background: none;
    box-shadow: none;
}

.woocommerce table.shop_table th {
    background: #f7fbfe !important;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.cart th:first-child {
    border-radius: 15px 0px 0px 0px;
}

.woocommerce table.cart th:last-child {
    border-radius: 0px 15px 0px 0px;
}

.woocommerce table.cart tbody tr:nth-last-child(2) td:first-child {
    border-radius: 0px 0px 0px 15px;
}

.woocommerce table.cart tbody tr:nth-last-child(2) td:last-child {
    border-radius: 0px 0px 15px 0px;
}

.woocommerce .cart_totals .shop_table tr:first-child th {
    border-radius: 15px 0px 0px 0px;
}

.woocommerce .cart_totals .shop_table tr:first-child td {
    border-radius: 0px 15px 0px 0px;
}

.woocommerce .cart_totals .shop_table tr:last-child th {
    border-radius: 0px 0px 0px 15px;
}

.woocommerce .cart_totals .shop_table tr:last-child td {
    border-radius: 0px 0px 15px 0px;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
    padding: 15px 20px;
}

table.cart .product-thumbnail img {
    max-width: 75px;
}

table.cart {
    margin-bottom: 100px;
}

.cart-collaterals h2 {
    font-size: 48px;
    font-weight: 400;
}

.wc-proceed-to-checkout .button,
#payment .place-order .button {
    border-radius: 100px;
    background: #02a68a;
    padding: 15px 30px;
    color: #FFF;
    text-align: center;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.wc-proceed-to-checkout .button:hover,
#payment .place-order .button:hover {
    background: #028770;
}

#ship-to-different-address .woocommerce-form__input-checkbox {
    position: static;
    transform: none;
}

.woocommerce-form-coupon {
    margin-bottom: 0;
}

form.checkout {
    margin-top: 0 !important;
}

#order_review_heading {
    padding-bottom: 0;
}


#ship-to-different-address {
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



table.cart .product-name a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
}

table.cart .woocommerce-Price-amount {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

table.cart .actions .button {
    border-radius: 100px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 14px 30px;

}

#coupon_code {

    padding: 14px 30px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #FFF;
    color: #939393;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.woocommerce table.shop_table td.actions {
    border: none;
    padding: 20px 0;
}


.woocommerce-checkout .cart-checkout-box h1.entry-title {
    margin-bottom: 0 !important;
}

form.checkout {
    margin-top: 30px;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    color: #000 !important;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    font-family: Karla;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #71A7F4;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}

.woocommerce form h3 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 100px;
    border: 1px solid #000;
    background: #F7FBFE;
    padding: 15px 30px !important;
    color: #000;
    font-family: 'Karla';
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: none !important;

}

.woocommerce form .form-row textarea {
    border-radius: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: #000;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    right: 20px;
}

.select2-container--default .select2-selection--single {
    border-radius: 26.5px;
    border: 1px solid #000;
    background: #F7FBFE;
    padding: 11px 30px;
    height: 53px;
}

#order_review,
#payment .payment_methods li .payment_box {
    background: none;
}

#payment .place-order {
    background: none;
}

#shop-content .woocommerce-no-products-found {
    padding: 20px;
}


.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.wcopc .woocommerce-info {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#international_phone_number_format_field {
    color: #000;
    font-family: Karla;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#payment .payment_methods li,
#payment .payment_methods li .payment_box fieldset {
    background: none !important;
}

#payment .place-order {
    background: none;
    padding-top: 0;
    margin-top: 0;
}

.woocommerce-checkout-payment {
    border-right: 1px solid #C9E1FF;
    border-left: 1px solid #C9E1FF;
    border-bottom: 1px solid #C9E1FF;
    border-radius: 0px 0px 15px 15px;
}

.woocommerce-checkout-review-order-table thead tr th:first-child {
    border-radius: 15px 0px 0px 0px;
}

.woocommerce-checkout-review-order-table thead tr th:last-child {
    border-radius: 0px 15px 0px 0px;
}

#payment ul.payment_methods li label[for='payment_method_authorize_net_cim_credit_card'] {
    background: #F7FBFE;
    margin: 0;
    border-bottom: 1px solid #C9E1FF;
}


.woocommerce-pagination {
    float: none;
    text-align: center;
    margin-bottom: 40px;
}

.return-to-shop .button {
    border-radius: 100px;
    background: #71A7F4 !important;
    color: #fff !important;

    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    margin-bottom: 2.617924em !important;
}

.pricing_deals_box {
    border-radius: 15px;
    background: #FFF;
    padding: 20px;
}

.pp_deals_option {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pp-subscription-info {
    margin-bottom: 20px;
}

.pp-sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;

}

.pp-item label {
    border-radius: 100px;
    border: 2px solid #CCCCCC;
    background: #FFF;
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: Karla;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 20px;
    margin: 0 !important;
    /*display: inline-block;*/
    width: 100%;
    cursor: pointer;
    height: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.pp-item label span {
    font-weight: 700;
    color: #000 !important;
}

.pp-item input[type="radio"]:checked+label,
.pp-item label:hover {
    border: 2px solid #02a68a;
    background: #e2fff1;
    color: #000;
    font-weight: 700;
}

.pp-item-qty input {
    border-radius: 100px;
    border: 2px solid #3A7BCE;
    background: #fff;
    padding: 13px 20px;
    width: 95px;
    text-align: center;
    height: 63px;
}

.pp-item-add-to-cart {
    flex: 1;
}

.pp-item-add-to-cart .btn {
    height: 63px;
    align-items: center;
    display: flex;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    background: #02a68a !important;
}

.pp-item-add-to-cart .btn:hover {
    background: #018971 !important;
}

.pp-item-form-in {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pp-item-form form {
    margin-bottom: 0;
}


.pp-item input {
    display: none;
}

.pp-item-1 {
    flex: 0 0 100%;
    order: 3;
}

.pp-item-2 {
    flex: 0 0 65%;
    order: 2;

}

.pp-item-3 {
    flex: 1;
    order: 1;

}


.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}


.page-container .hentry .entry-header h1 {

    color: #000;
    font-family: DM Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.page-container .hentry .entry-header {
    margin-bottom: 30px;
}

#product-review-pagination {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;

}

#product-review-pagination li {
    display: inline-block;
}

#product-review-pagination li a {
    color: #000;
    text-align: center;
    font-family: 'Karla';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 12px;
}

#product-review-pagination li.active a
{
  font-weight: 700;
}



#ftr-top {
    background: #b3e3db;
    padding: 100px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ftr-widget-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'DM Sans', sans-serif;
}

#ftr-widget-2 {
    max-width: 300px;
}

.ftr-widget ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-widget ul.menu li {
    margin-bottom: 10px;
}

.ftr-widget ul.menu li a {
    color: #000;
    font-family: Karla;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ftr-widget img {
    display: inline-block;
}

.newsletter-frm .form-group {
    margin-bottom: 15px;
}

.newsletter-frm .form-control, #aoform-85ef5dce-ce42-4741-bb93-4e30726a9f1c .ao-form-field {
    border-radius: 100px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 20px;

    color: #939393;
    font-family: Karla;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ao-form .ao-block-wrapper input+span.ao-form-error-message, .ao-form .ao-block-wrapper select+span.ao-form-error-message, .ao-form .ao-block-wrapper textarea+span.ao-form-error-message, .ao-form .ao-block-wrapper div.ao-form-field-date-wrapper>span.ao-form-error-message, .ao-form .ao-block-wrapper div.ao-combo-layout+span.ao-form-error-message {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0.5!important;
}

.newsletter-frm .btn {
     
    text-align: center;
    font-family: Karla;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: none;
    border-radius: 100px;
    border: 1px solid #ccc;
    width: 100%;
    

    background-color: #2162b5;
    border-color: #2162b5;
    color: #ffffff;
}

.ftr-sm {
    display: flex;
    align-items: center;
    gap: 10px;
}

#copyright {
    background: #F7FBFE;
    color: #000;
    text-align: center;
    font-family: Karla;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 40px 0;

}
.col-1, .col-2 {
  flex: 0 0 auto;
  width: 100%!important;
}
.col2-set {
  width: 100%!important;
  float: left;
  margin-right: 5.8823529412%;
}