/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
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

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color: var(--c1);
 transition: all .5s;
}
a:hover {
	text-decoration: none;
	color:var(--c2);
}
ul{
  list-style-type:none;
  margin-bottom:0;
}
body{
    font-family: 'Poppins', sans-serif;
}
.bg-primary-c{
    background-color: var(--c1);
    color: #fff;
}
.bg-primary-c a{
    color: #fff;
}
img{
    max-width: 100%;
}
/*Header Css Start*/
.main-menu div > ul {
    display: flex;
    column-gap: 24px;
    justify-content: center;
    align-items: center;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	bottom: 12%;
}
.inner-banner {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(26 26 26 / 64%);
	left: 0;
	top: 0;
	backdrop-filter: blur(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: 7;
}
.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: 25px;
    margin: 0;
}
#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: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.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;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: var(--c2);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -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: 10px 35px;
    display: inline-block;
    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: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.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); */
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}
.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;
    background-color: var(--c1);
    color: #fff;
    text-transform: uppercase;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 600;
    display: table;
    border: 1px solid var(--c1);
    border-radius: 6px;
}
.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: #000;
}
.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;
    overflow: scroll;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    /* text-align: right; */
    margin-bottom: 15px;
    border-radius: 50px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
    position: relative;
    display: block;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 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;text-align: center;}
.ct-ajax-search-results ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}
.search-wrap {
    position: relative;
    width: 100%;
}
.ct-ajax-search-results span.search-term {
    color: #d20015;
}
img#search-spinner {
    height: 100%;
    right: 0;
    position: absolute;
    display: none;
}
input#ct-ajax-search {
    padding: 11px 20px;
    width: 100%;
    background: #eee;
    border: 0;
}
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;
    display: none;
}
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;
}
.wrapper .overlay.act {
    opacity: 1;
    visibility: visible;
}
.shop-cart-icon i {
    font-size: 42px;
}
.shop-cart-icon .cart-contents {
    position: absolute;
    top: -10px;
    right: -17px;
    width: 18px;
    height: 18px;
    background: var(--c2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}
.shop-cart-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.ct-ajax-search-image img {
    height: 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 p {
    margin-bottom: 0;
}
.header-top a {
    font-weight: 700;
}
.top-right ul {
    justify-content: end;
    gap: 15px;
}
.logo {
    width: 200px;
    margin: 0 auto;
}
header.header {
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
header.header .row {
    gap: 13px;
}
section.home-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    height: 600px;
    z-index: 1;
}
.home-slider-item {position: relative;height: inherit;transition: all .5s;flex: 1;}
section.home-slider .home-slider-item:nth-of-type(2) {
    z-index: 1;
    margin: 0 -8%;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    display: flex;
    align-items: center;
}
.home-slider-image {
    height: inherit;
}
section.home-slider .home-slider-item:nth-of-type(1) .home-slider-content-wrap {
    left: 20%;
}
section.home-slider .home-slider-item:nth-of-type(2) .home-slider-content-wrap {width: 100%;text-align: center;}

section.home-slider .home-slider-item:nth-of-type(3) .home-slider-content-wrap {
    right: 20%;
}
.home-slider-item.active {
    width: 100%;
    z-index: 9;
    clip-path: unset !important;
}
section.home-slider .home-slider-item:nth-of-type(3) {
    /* right: 0; */
}
section.section1 .items {
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    gap: 10px;
}

section.section1 .items .item:nth-of-type(5) {
    grid-column: 1/5;
}
section.section1 .items .item {
    border-radius: 10px;
    overflow: hidden;
}
.heading {background-size: cover;background-position: center;text-align: center;color: #fff;padding: 25px 0;border-radius: 8px;}

.heading h2 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}
a.c-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-categories .row {
    row-gap: 16px;
}

.cat-products ul.products li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cat-products ul.products li .image {
    flex: 1;
}

.cat-products ul.products li .content {
    flex: 3;
}
.cat-title h2 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
    padding: 15px 0 15px 10px;
}

.cat-title h2 a {
    display: block;
}
.cat-products {
    padding: 15px 15px;
}
.cat-products h3 {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cat-products span.woocommerce-Price-amount.amount {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    display: table;
}

.cat-products .content a.read-more {
    display: table;
    background-color: var(--c1);
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 4px;
}
.cats .cat {
    border: 1px solid var(--c1);
    border-radius: 7px;
    overflow: hidden;
}
.cats .cat:not(:last-of-type) {
    margin-bottom: 20px;
}
.cat-products ul.products li:not(:last-of-type) {
    margin-bottom: 30px;
}
.product-content {
    text-align: center;
    padding: 0 11px 25px;
}

.banners {
    display: flex;
    gap: 13px;
}

.items.banners .item {
    border-radius: 10px;
    overflow: hidden;
}
section .banner {
    border-radius: 10px;
    overflow: hidden;
}
section .row {
    row-gap: 15px;
}
.sidebar-banners .image {
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
}
.sidebar-banners {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: sticky;
    top: 0;
}
section.section7 .heading h2 {
    color: var(--c1);
}

section.section7 .image {
    border: 1px solid var(--c1);
    border-radius: 6px;
    height: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

section.section7 .row {
    row-gap: 22px;
}

section.section7 .image img {
    width: 100%;
}
.slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 99;
}

.slick-next::before {
    content: "\f105";
}
.slick-prev::before {
    content: "\f104";
}

.slick-arrow::before {
    font-family: 'Font Awesome 5 Pro';
    background-color: var(--c1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter .emaillist form .es-form-field-container {
    display: flex;
    width: 100%;
    align-items: end;
}
.newsletter .emaillist form .gjs-row input {
    margin: 0 !important;
    height: 45px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #707070;
    border-right: 0;
    border-radius: 8px 0px 0 8px;
    color: #fff;
    width: 100%;
}
.newsletter .emaillist form .gjs-row input[type="submit"] {
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background-color: var(--c1);
    border-radius: 0 8px 8px 0;
}
.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) {flex: 1;}
.footer-logo {
    width: 200px;
}

footer.footer .footer-col-1 h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer.footer .footer-col-1 ul li {
    margin-bottom: 8px;
}

footer.footer .footer-col-1 ul li a:before {
    content: "";
    display: table;
    background-color: var(--c1);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
}

footer.footer .footer-col-1 ul li a {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.footer-details ul li {
    display: flex;
    gap: 10px;
    /* align-items: center; */
    margin-bottom: 25px;
    font-size: 13px;
}

.footer-details ul li p {
    margin-bottom: 0;
    line-height: 1;
    flex: 1;
}
footer.footer {
    background-color: #F1F1F2;
    padding: 80px 0 40px 0;
}
.copyright {
    background-color: #e7e7e8;
    padding: 12px 0;
}

.copyright p {
    margin-bottom: 0;
}
.main-menu ul a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-menu ul li {
    border-radius: 60px;
    position: relative;
}
.main-menu ul li.btn a {
    color: #fff;
}
.home-slider-item:nth-of-type(1) img {
    object-position: left;
}

.home-slider-item:nth-of-type(3) img {
    object-position: right;
}
.product-categories .c-list-image {
    border-radius: 7px;
    overflow: hidden;
}
.heading h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading h3 {
    font-size: 20px;
    font-weight: 700;
}
.heading ul li:not(:last-of-type) {
    margin-bottom: 13px;
}
.heading ul li {
    font-size: 13px;
}
.heading ul li ul {
    margin-left: 20px;
}
.heading ul li {
    list-style: inside;
}
.heading li h3 {
    display: inline-block;
}
.scrollable-wrapper th, .scrollable-wrapper td {
    border: 1px solid var(--c1);
    padding: 10px 14px;
}
section.home-slider .home-slider-item:nth-of-type(3) .home-slider-content-wrap a.btn-1:before {
    background-color: #1D8EB8;
}
section.home-slider .home-slider-item:nth-of-type(2):before {
    content: "";
    background-color: var(--c2);
    width: 6px;
    height: 70%;
    position: absolute;
    transform: rotate(11.5deg);
    left: 10%;
	border-radius:10px;
	display:none;
}
section.home-slider .home-slider-item:nth-of-type(2):after {
    content: "";
    background-color: #fff;
    width: 6px;
    height: 70%;
    position: absolute;
    transform: rotate(-11.5deg);
    right: 10%;
	border-radius:10px;
	display:none;
}
.cats {
    position: sticky;
    top: 0;
}
.inner-page-content h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}
section.about-sec1 {margin-top: -45px;position: relative;}

section.about-sec1 .items .item {
    flex: 1;
    text-align: center;
    position: relative;
}

section.about-sec1 .items {
    align-items: center;
    padding: 25px 0;
    background-size: cover;
    border-radius: 10px;
}

section.about-sec1 .items .item:not(:last-of-type):before {
    content: "";
    background: #fff;
    width: 1px;
    height: 80%;
    position: absolute;
    right: -1px;
    top: 10%;
}
section.about-sec1 .item .content h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 12px;
}
.heading p {
    margin-top: 5px;
}
.services-image {
    height: 250px;
}
.services-image:before {
    background: linear-gradient(0deg, #121010, #00000000);
    width: 100%;
    height: 90%;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.services-content {
    background-color: #F8F8F8;
    padding: 25px 30px;
}
h5.services-title {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 600;
}
.custom-theme-post-description p {
    font-size: 14px;
}
.service-btn:hover {
    background-color: transparent;
    border-color: var(--c2);
}
section.news-article:before {
    content: "";
    background: linear-gradient(45deg, rgba(221,244,252,1) 0%, rgba(202,236,246,1) 20%, rgba(186,224,243,1) 40%, rgba(220,214,248,1) 60%, rgba(208,222,248,1) 80%, rgba(162,215,231,1) 100%);
    width: 100%;
    height: 70%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

section.news-article {
    position: relative;
}
section.news-article .heading {
    position: relative;
}
section.contact .item {
    padding: 25px 50px;
    box-shadow: 0 3px 13px 0 rgb(0 0 0 / 16%);
    position: relative;
    background-color: #fff;
}
.contact-right .image {
    width: 90%;
    margin: 0 auto;
}
.contact-right {}

.contact-right ul {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 25px;
}

.contact-right ul i {
    width: 40px;
    height: 40px;
    border: 1px solid var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
}

.contact-right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-right p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
}

.contact-right ul li:last-of-type {
    grid-column: 1/3;
}
img.top {
    position: absolute;
    left: 1%;
    width: 65%;
    top: 0;
}

img.bottom {
    position: absolute;
    width: 40%;
    right: 2%;
    bottom: 0;
}

section.contact .item .row {
    align-items: center;
    gap: 0;
}
.form-control {
    background-color: #ECECEC;
    border: 0;
    padding: 15px 11px;
    height: auto;
    font-size: 13px;
    border-radius: 6px;
}
.contact-form-wrap {margin-top: 25px;}
input.wpcf7-submit {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
section.contact {
    position: relative;
}
.c-p {
    margin-top: -75px;
}
.search-box {
    padding: 20px 0 0 0;
    display: none;
}
.search-box .search-submit {
    right: 1%;
    background: transparent;
    font-size: 18px;
}
.ct-ajax-search-image {height: 200px;}

.ct-ajax-search-content {
    flex: 3;
}
.ct-ajax-search-results {
    background: #fff;
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
    border-radius: 2px;
    padding: 0 9px;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
}

.alert p {
    margin-bottom: 0;
}
.custom-theme-search-result {
    border-bottom: 1px solid #cbcbcb;
}
.custom-theme-search-result-content h3 {
    font-size: 17px;
    font-weight: 800;
}
.custom-theme-search-result-content p {
    font-size: 13px;
    font-weight: 500;
}
.custom-theme-search-result-image {
    flex: 1;
}
.brands .item .icon {
    border: 1px solid var(--c2);
    padding: 0% 13%;
    position: relative;
    transition: all .5s;
    height: 115px;
}
.brands .row {
    row-gap: 30px;
}
.brands {
    /* background-image: url('assets/img/bac.webp'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.brands .item .icon:before, .brands .item .icon:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    border: 1px solid var(--c1);
    transform: scale(0);
    transition: all .5s;
}

.brands .item .icon:before {
    border-right: transparent;
    border-top: transparent;
    transform-origin: 0 100%;
}

.brands .item .icon:hover:before, .brands .item .icon:hover:after {
    transform: scale(1);
}
.brands .item .icon:after {
    border-left: transparent;
    border-bottom: transparent;
    transform-origin: 100% 0;
}

.brands .item .icon:hover {
    border-color: transparent;
}
.brands .item .icon a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.brands .item .icon a img {max-height: 100%;}
section.about-sec3 ul.products li.first {
    clear: unset;
}

.product-item {
    border: 1px solid #ebebeb;
    position: relative;
    background-color: #fff;
}
.product-image {
    padding: 15px 15px;
}
.product-item:after, .product-item:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all .5s;
    -webkit-transform: scale(0);
    border: 1px solid var(--c1);
    z-index: 1;
}
.product-item:before {
    border-top: transparent;
    border-right: transparent;
    -webkit-transform-origin: 0% 100%;
}
.product-item:after {
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform-origin: 100% 0%;
}
.product-item:hover:after, .product-item:hover:before {
    -webkit-transform: scale(1);
}
.woocommerce ul.products li.product a {
    position: relative;
    z-index: 111;
    /* display: table; */
}
.woocommerce ul.products li.product .button {
    font-size: 10px;
    padding: 11px 18px;
}
ul.payment_methods li {
    list-style: none;
}
.main-menu ul.sub-menu {
    position: absolute;
    background-color: #fff;
    /* padding: 10px 20px; */
    width: max-content;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.main-menu li.menu-item-has-children:hover > .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.main-menu div > ul > .menu-item-has-children > ul {
    /* left: 0; */
    top: 142%;
}
.main-menu ul.sub-menu li a {
    padding: 8px 15px;
    display: table;
    width: 100%;
}
.main-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 7px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
}
.main-menu ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
.main-menu ul.sub-menu li a:hover {
    background-color: var(--c2);
    color: #fff;
}
.mobile-menu ul li ul.sub-menu {
    margin-left: 25px;
    margin-top: 12px;
    display: none;
}
.mobile-menu ul li ul.sub-menu a {
    font-size: 13px;
}
.mobile-menu ul li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.mobile-menu ul li {
    position: relative;
}
.mobile-menu ul li.menu-item-has-children > a {
    padding-right: 15px;
}
a.signup-btn {
    color: var(--c2);
}

a.signup-btn:hover {
    text-decoration: underline;
}
.alert p:not(:last-of-type) {
    margin-bottom: 10px;
}
/* QuickView Css End  */