/*
Theme Name: Custom Theme
Theme URI: -
Author: Custom Theme
Author URI: -
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Lato', sans-serif;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	/* top: 7%; */
}
.inner-banner {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 20px;
    margin: 0;
    color: var(--c1);
    font-weight: 600;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: var(--c1);
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
    font-size: 22px;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    color: var(--c2);
    width: 102%;
    right: -2px;
    height: 105%;
    background: var(--c3);
    -webkit-transform: scaleX(.4);
    transform: scaleX(.4);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 12px 35px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    width: max-content;
    align-items: center;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform:
    perspective(1px) translateZ(0);
    box-shadow: 0 0 1px
    rgb(0 0 0 / 0%);
    position: relative;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    font-weight: 700;
}
.btn-1:hover:before {
    transform: scaleX(1);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    /* border-bottom: 4px solid var(--c1); */
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: var(--c1);
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 55%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    /* text-align: right; */
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-left: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/
.woo-sidebar-item h4 i.active {
    transform: rotate(180deg);
}
/* ajax search css start */
.ct-ajax-search-results .posts li {list-style: none;padding: 2px;display: grid;grid-template-columns: 3fr 7fr;column-gap: 9px;margin-bottom: 15px;}
.ct-ajax-search-results ul {
    background: #fff;
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
    border-radius: 2px;
    padding: 9px;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 36px;
    width: 100%;
}
.search-wrap {
    position: relative;
    width: 250px;
}
.ct-ajax-search-results span.search-term {
    color: #d20015;
}
img#search-spinner {
    width: 28px;
    right: 5px;
    position: absolute;
    display: none;
    top: 4px;
}
input#ct-ajax-search {
    padding: 4px 9px;
    width: 100%;
}
input#ct-ajax-search:focus {
    outline: transparent;
}
.ct-ajax-search-results a {
    font-weight: 500;
}
.search-highlight { 
background-color:yellow;
color:blue;
}
/* ajax search css end */

/* mini ajax cart css start */
.minicart-wrap {
    position: fixed;
    background: #fff;
    z-index: 999999999;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    padding: 0 18px 15px 18px;
    transition: all .5s;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    display: block;
}
li.woocommerce-mini-cart-item .quality {
    display: table;
}
li.woocommerce-mini-cart-item.mini_cart_item .remove {
    position: absolute;
    right: 20px;
    font-size: 0;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    border-bottom: 1px dashed var(--c4);
}
li.woocommerce-mini-cart-item.mini_cart_item .remove:before {content: "\f2ed";font-family: 'Font Awesome 5 Pro';color: red;font-size: 13px;}
li.woocommerce-mini-cart-item.mini_cart_item a:nth-of-type(2) {
    display: flex;
    column-gap: 15px;
    width: 93%;
    height: 115px;
    font-size: 13px;
    color: #000;
    align-items: center;
    font-weight: 600;
}
li.woocommerce-mini-cart-item.mini_cart_item a:nth-of-type(2) img {
    width: 100px;
    height: auto;
}
li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    position: absolute;
    font-size: 17px;
    left: 115px;
    bottom: 5%;
}
li.woocommerce-mini-cart-item.mini_cart_item .quantity .woocommerce-Price-amount.amount {
    color: var(--c1);
    font-size: 18px;
    font-weight: 700;
}
p.woocommerce-mini-cart__buttons.buttons {
    text-align: right;
    margin-top: 12px;
}
p.woocommerce-mini-cart__buttons.buttons a {
    display: block;
    text-align: center;
    background-color: var(--c2);
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px;
}
p.woocommerce-mini-cart__buttons.buttons a.checkout {
    margin-top: 10px;
}
p.woocommerce-mini-cart__total.total span {
    color: var(--c1);
    font-size: 23px;
    font-weight: 700;
}
p.woocommerce-mini-cart__total.total {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    height: 62%;
    overflow-y: scroll;
    margin-top: 50px;
}
.cart:hover a i span {transform: rotateY(360deg);}
.wrapper.act .minicart {
    right: 0;
}
.wrapper .overlay {
    width: 100%;
    height: 100%;
    background: #0000006b;
    position: absolute;
    z-index: 999;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.wrapper {
    position: relative;
    overflow-y: hidden;
}
.wrapper .overlay.act {
    opacity: 1;
    visibility: visible;
}
.shop-cart-icon i {
    font-size: 42px;
}
.shop-cart-icon .cart-contents {
    position: absolute;
    top: 0;
    right: -6px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 14px;
}
.shop-cart-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.ct-ajax-search-image img {
    width: 100%;
}

/* Ajax Search Css End */

/* QuickView Css Start */
.popup-wrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    z-index: 99999;
    display:none;
}
.popup {
    background: #fff;
    max-width: 930px;
    height: 100%;
    max-height: 515px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
    padding: 20px;
}
.popup .woocommerce-product-gallery {
    opacity: 1 !important;
}
.popup-overlay {
    height: 100%;
    background: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    z-index: -1;
}
i#popup-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
}
.quick-view-wrap::-webkit-scrollbar {
    width: 0px;
}
.popup-close {
    position: absolute;
    right: 1px;
    top: -31px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.header-top-content p {
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.header-top {
    background: var(--c1);
    padding: 8px 0;
}
.header-menu ul {
    display: flex;
    height: 26px;
    justify-content: end;
    align-items: center;
    gap: 20px;
}
.header-menu ul li {
    position: relative;
}
.header-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    transition: all.5s;
    text-transform: uppercase;
}

.header-menu ul li.current-menu-item a {
    color: var(--c1) !important;
}
.header-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}

.header-item-list {
    width: 35%;
}

.header-icon {
    width: 65%;
}

.header-item-list ul {
    display: flex;
    justify-content: space-between;
}

.header-item-list ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: var(--c2);
    transition: .5s;
}

.header-item-list ul li a span {
    font-weight: 200;
    font-size: 12px;
    padding-left: 10px;
}

.header-item-list ul li a:hover {
    color: var(--c1);
}
.header-icon ul {
    display: flex;
    justify-content: space-evenly;
}

.header-icon ul li a {
    color: var(--c2);
    font-size: 18px;
    font-weight: 100;
    transition: .5s;
}

.header-icon ul li a:hover {
    color: var(--c1);
}

.header-logo {
    width: 100%;
    margin: 0 auto;
}

.header-main {
    padding: 24px 0;
    background-color: var(--c2);
}
.home-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider-content {
    padding: 50px;
}
.home-slider-image {
    text-align: end;
    height: 700px;
    width: 100%;
}
.home-slider-content h2 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.home-slider-content p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0 20px 0;
}

section.home-slider {
    position: relative;
    margin-bottom: 0 !important;
}
h4.sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: var(--c1);
}

h2.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--c2);
}

.about-item-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    padding: 10px 0 10px 0;
}
.about-images {
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    height: 480px;
}
.about-item-btn a {
    color: #fff;
    padding: 0px 30px;
}
section.about-us {
    padding: 120px 0px;
}
.about-item-btn {
    width: fit-content;
}
.about-item {
    padding-right: 66px;
}
section.medicated {
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
}

.medicated-item {
    padding: 50px;
    background: rgb(255 255 255 / 60%);
    border: 5px solid #fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.medicated-content h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--c2);
}

.medicated-content p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    color: var(--c2);
    padding: 10px 0px;
    opacity: 60%;
}

.medicated-btn a {
    color: #fff;
}
.header-menu ul li a:hover {
    color: var(--c1);
}
.medicated-btn {
    width: 70%;
}
section.testimonial {
    background: #F5F5F5;
    padding: 80px 0px;
}
.testimonial-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 20px;
    color: var(--c2);
}
.testimonial-slide {
    background: #fff;
    padding: 50px;
    margin-right: 30px;
}

.testimonial-slide-img {
    margin-top: -90px;
}

.testimonial-slide-content h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 5px 0;
    line-height: 28px;
}

.testimonial-slide-content p {
    font-size: 16px;
    font-weight: 500;
    color: #767676;
    line-height: 20px;
}
.slick-dots li.slick-active button:before, .slick-dots button:hover:before {
    opacity: 1;
    background-color: var(--c1);
    border-color: var(--c1);
}
.slick-dots li button:before {
    font-size: 40px;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .5s;
    border-radius: 50%;
    opacity: .25;
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-menu ul {display: flex;justify-content: space-between;}
.testimonial-item {
    padding-top: 50px;
}
.footer-menu {
    /* width: 50%; */
    margin-top: 25px;
}
.testimonial-slider .slick-list {
    padding: 44px 0px !IMPORTANT;
}
.footer-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
    color: #fff;
    text-transform: uppercase;
}

footer.footer {
    background: #000;
    padding: 70px 0px;
    background-size: cover;
    background-position: center;
}
.products-btn a {
    color: #fff;
    padding: 20px 50px;
}

.products-btn {
    width: fit-content;
    margin: 0 auto;
}
.footer-menu ul li a:hover {
    color: var(--c1);
}
.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    color: var(--c1);
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.section-title h2:before {
    position: absolute;
    content: "";
    left: -65px;
    top: 25px;
    width: 50px;
    height: 1px;
    background: var(--c1);
}
.section-title h2:after {
    position: absolute;
    content: "";
    left: 90px;
    top: 25px;
    width: 50px;
    height: 1px;
    background: var(--c1);
}
.section-title h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: var(--c2);
}

.section-title {
    padding-bottom: 80px;
}
h2.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #111111;
}

.services-content .quick-view-wrap {display: none;}
.services-content a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {font-size: 0;position: relative;background: #fff;}
.product-content ins bdi {
    color: var(--c1);
    border: none;
    font-weight: 500;
    padding-left: 10px;
}

.woocommerce ul.products li.product .onsale {
    left: 0px !IMPORTANT;
    right: auto;
    background: var(--c1);
    top: -25px;
}
.services-content ins {
    text-decoration: none;
}
.services-content a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:after {
    /* padding: 15px; */
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5;
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    background: var(--c1);
    border-radius: 50%;
    top: -125px;
    transition: .5s;
    right: -190px;
}
.services-content a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover:after {
    background: var(--c2);
    color: #fff;
}

.product-content a.added_to_cart.wc-forward {
    background: var(--c1);
    color: #fff;
    padding: 10px;
    margin-top: 20p;
	transition: .5s;
}

.product-content a.added_to_cart.wc-forward:hover {
    background: var(--c2);
    color: #fff;
}
.section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-main-row {
    align-items: center;
}

section.our-products {padding-top: 80px;}
.section-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--c2);
}
.section-content p {
    /* font-size: 18px; */
    /* font-weight: 500; */
    /* line-height: 26px; */
    /* color: #000; */
    /* padding: 10px 0 10px 0; */
}
h2.woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--c2);
}
h1.product_title.entry-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--c2);
    padding-bottom: 20px !IMPORTANT;
}
span.posted_in a {
    color: var(--c2);
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
}
span.posted_in a:hover {
    color: var(--c1);
}
p.woocommerce-noreviews {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
section.related.products h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: var(--c2);
    padding-bottom: 50px;
}
.home-slider-item {
    display: flex !important;
    align-items: center;
}
img {
    max-width: 100%;
}
.slick-dots {
    bottom: 30px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
}
.slick-dots li {
    width: 13px;
    height: 13px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {}
section.sec1 {
    background-color: #0F0F0F;
    padding: 100px 0;
    position: relative;
}
section.sec1 .image {
    background-image: url(assets/img/bac-min.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 555px;
    width: 100%;
}
.heading h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: var(--c1);
    margin-bottom: 16px;
}
.heading h4 {
    font-size: 18px;
    color: var(--c1);
}
.heading h4:before {
    content: "";
    background-color: transparent;
    height: 7px;
    width: 20%;
    bottom: 0;
    position: absolute;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.heading h4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 17px;
}
section.sec1 .items ul.slick-dots {
    bottom: -30px;
}
section.sec1 .items .item .img {
    background-color: #0000;
    padding: 22px 0;
    border-radius: 15px;
    box-shadow: 0 0 0px 0 #f7b8a7;
    position: relative;
    transition: all .5s;
}
section.sec1 .items .item .img img {
    margin: 0 auto;
    height: 75px;
}
section.sec1 .items .item {
    margin: 0 20px;
    padding: 15px 0;
    width: 100px !important;
}
section.sec1 .items .item .img:before {
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--c1);
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .5s;
}
section.sec1 .items .item .img:hover, section.sec1 .items .item.nav-item .active .img {
    background-color: #000;
    box-shadow: 0 0 10px 0 #f7b8a7;
}
section.sec1 .items .item .img:hover:before, section.sec1 .items .item.nav-item .active .img:before {
    opacity: 1;
}
section.sec1 .items {
    margin-bottom: 70px;
}
section.sec1:before {
    content: url('assets/img /icon.png');
    position: absolute;
    right: 0;
    top: 7%;
}
section.section2 {
    background-color: #000;
    position: relative;
    padding: 60px 0 140px 0;
    overflow: hidden;
}
section.section2:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 527px;
    background-image: url('assets/img/bac2.png');
    background-size: cover;
}
.heading h2 {
    color: #16C7E3;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
section.section2 .container {
    position: relative;
    z-index: 1;
}
.section2 .nav-pills .nav-link {
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    padding: 0;
    padding-bottom: 10px;
    border: none;
}
.section2 .nav-pills .nav-link.active,.section2 .nav-pills .show>.nav-link {
    background: transparent;
}
.section2 .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #00cae5;
    left: 0;
}
.section2 .nav-pills .nav-link.active {
    position: relative;
}
.section2 ul#pills-tab {
    gap: 30px;
    margin-top: 20px;
}
section.section2 .tab-pane .image {
    margin: 0 auto;
    display: table;
    width: 22%;
    position: relative;
}
section.section2 .tab-content {
    margin-top: 120px;
}
section.section2:after {
    content: url('assets/img/ring.png');
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 550px;
}
section.section2 .tab-pane .image .icon1, section.section2 .tab-pane .image .icon2, section.section2 .tab-pane .image .icon3, section.section2 .tab-pane .image .icon4, section.section2 .tab-pane .image .icon5{
	 position: absolute;
}
section.section2 .tab-pane .image .icon1 {
    top: -2%;
    left: -124%;
}
section.section2 .tab-pane .image .icon2 {
    top: 34%;
    left: -55%;
}
section.section2 .tab-pane .image .icon3 {
    bottom: 13%;
    left: -55%;
}
section.section2 .tab-pane .image .icon4 {
    bottom: 7%;
    right: -107%;
}
section.section2 .tab-pane .image .icon5 {
    top: 11%;
    right: -125px;
}
section.section2 .tab-pane #content1, section.section2 .tab-pane #content2, section.section2 .tab-pane #content3, section.section2 .tab-pane #content4, section.section2 .tab-pane #content5{
	position:absolute;
	width: 33%;
}
section.section2 .tab-pane .heading h2 {
    color: #006ae2;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
}
section.section2 .tab-pane #content1 {
    top: -5%;
    left: 2%;
}

section.section2 .tab-content .tab-pane {
    position: relative;
}
section.section2 .tab-pane #content2 {
    top: 35%;
    left: 5%;
}
section.section2 .tab-pane #content3 {
    bottom: 0;
    left: 4%;
}
section.section2 .tab-pane #content4 {
    top: 8%;
    right: 5%;
    text-align: right;
}
section.section2 .tab-pane #content5 {
    bottom: 1%;
    right: 4%;
    text-align: right;
}
section.section3 {background-size: cover;padding: 70px 0;}
.d-form {
    background-color: #000;
    padding: 50px 30px 0 30px;
}
.d-form .heading {
    margin-bottom: 40px;
    text-transform: uppercase; 
}
input.form-control, textarea.form-control {
    background-color: #000;
    padding: 22px 15px;
    border-color: #575757;
    font-size: 15px;
}
input.form-control::placeholder, textarea.form-control::placeholder{
	color:#fff;
}
.wpcf7-form-control.btn-1 {
    border: 1px solid #cfcfcf !IMPORTANT;
    margin: 0 auto;
    padding: 12px 55px;
}
.footer-about {margin-top: 25px;margin-bottom: 30px;}
.footer-about ul {
    margin-top: 40px;
}
.footer a {
    color: #ffff;
}
.footer-about ul li a i {
    margin-right: 6px;
}
.social ul {
    display: flex;
    gap: 14px;
}

.social ul a {
    background-color: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
.newsletter .emaillist form {
    display: flex;
    width: 100%;
}
.newsletter .emaillist form .gjs-row input {
    margin: 0 !important;
    height: 45px;
    padding: 0 12px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
}
.newsletter .emaillist form .gjs-row input[type="submit"] {
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.newsletter .heading h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.newsletter .heading p {
    font-size: 13px;
}
.newsletter .emaillist form .gjs-row .es-email {
    width: 100%;
}
.newsletter .emaillist form .gjs-row:nth-of-type(2) {
    width: 70%;
}
.footer-menu2 ul li a {
    text-align: right;
    margin-bottom: 15px;
    display: table;
}
.footer-menu2 ul li {
    width: max-content;
    margin: 0 0 0 auto;
}
.footer-menu2 {margin-top: 35px;}
.footer-content h4 {
    font-size: 17px;
    font-weight: 700;
}
.footer-content p {
    font-size: 14px;
}
.copyright p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.copyright {
    padding: 13px 0;
    background-color: var(--c3);
}
.header-btns ul {
    gap: 40px;
}
section.sec1 .nav-pills .nav-link {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
}
section.sec1 .image img {
    transform: rotate(-13deg);
    width: 42%;
}
section.services-page {
    background-color: #000;
}
.services-item .services-image {
    height: 330px;
    text-align: center;
}
.shadow {
    box-shadow: 0px 5px 20px -4px rgb(255 255 255 / 40%)!important;
}
.services-content {
    background-color: var(--c3);
}
.services-content a {
    color: #fff;
}
 section.product-detail .nav-link {
    background-color: transparent !important;
    border: none;
    padding: 0;
    height: 100%;
    width: 100%;
}
section.product-detail .nav-link .image {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.product-detail .nav-link .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
section.product-detail .heading h3 {
    font-size: 22px;
    color: #fff;
}
section.product-detail .heading p {
    margin: 50px 0;
}
section.product-detail .heading h2 {
    font-weight: unset;
}
section.product-detail .heading h2 strong {
    font-weight: 800;
}
section.product-detail .tab-pane .image {background-size: contain;background-repeat: no-repeat;background-position: center;display: flex;align-items: end;justify-content: center;position: relative;width: 70%;height: 400px;margin: 0 auto;}

.image .fruit {
    position: absolute;
    bottom: -6%;
    left: 15%;
    width: 32%;
}
section.product-detail {
    position: relative;
    background-color: var(--c2);
}
section.product-detail .tab-pane {
    padding: 70px 0px 250px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
section.product-detail #pills-tab {
    position: absolute;
    bottom: 20px;
    width: 100%;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: center;
}
section.product-detail li.nav-item .nav-link {
    width: 180px;
    height: 75px;
}
section.product-detail .nav-link .image h5 {
    position: absolute;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
section.product-detail .nav-link .image:before {
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}
section.product-detail .nav-link.active {
    border: 2px solid #ffffff9c;
}
section.product-detail .tab-pane .image > img {
    width: 38%;
}
section.about-section:before, .inner-banner:before {
    content: "";
    background-color: rgb(38 36 36 / 79%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
section.about-section {
    position: relative;
}
.inner-page-content h1 {
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
}
section.contact-details {
    background-color: var(--c2);
}
section.contact-form {
    background-color: var(--c3);
}
html {
  scroll-behavior: smooth;
}
footer.footer .row {
    row-gap: 30px;
}
/* QuickView Css End  */
.avwp-av {
    width: 35%;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    background-color: rgb(0 0 0 / 69%);
    padding: 95px 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 20px;
}
.avwp-av img {
    /* display: table; */
}
.avwp-av p {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}
.avwp-av button {
    font-size: 15px;
    background-color: transparent !important;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: all .5s;
    padding: 9px 41px;
}
.avwp-av button:hover {
    background-color: var(--c1) !important;
    border: 2px solid var(--c1) !important;
}
.avwp-av p strong {
    color: var(--c1);
}
.avwp-av h2 {
    color: var(--c1);
    font-weight: 600;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    display: inline-block;
    margin-top: 0px;
}
button.close {
    position: absolute;
    right: 8px;
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

button.close:hover {
    color: #fff;
    opacity: 1;
}