@import 'common.css';

/* header start */

/* TopHead start */

.TopHead-Section {
    font-family: var(--Inter-font);
    padding: 10px 0px;
    border-bottom: 1px solid rgba(var(--fourth-color), 1);
}

.TopHead-CEList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.TopHead-CEList li {
    font-family: var(--DMSans-font);
    display: flex;
    align-items: center;
    align-items: flex-end;
    gap: 8px;
}
.TopHead-ICELIcon {
    line-height: 1;
    width: var(--ehw-THCEI);
    height: var(--ehw-THCEI);
    color: rgba(var(--TopHeadCE-color), 1);
    --ehw-THCEI: 14px;
}
.TopHead-CEList li .TopHead-CELTxt {
    margin-bottom: -2px;
}
.TopHead-CELTxt, .TopHead-CELTxt > *, .TopHead-CELTxt > *:visited, .TopHead-CELTxt > *:focus {
    font-weight: 300;
    display: inline-block;
    color: rgba(var(--TopHeadCE-color), 1);
    line-height: 1;
    font-size: 13px;
    transition: var(--transition-05s);
}
.TopHead-CELTxt > span > span, .TopHead-CELTxt > * > span {
    color: red;
    font-weight: 600;
}
.TopHead-CELTxt a {
    font-weight: 300;
}
.TopHead-CELTxt a:hover {
    color: rgba(var(--main2-color), 1);
}

.HeadSL-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.HeadSocial-list {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
}
.HeadSocial-list li a, .HeadSocial-list li a:visited, .HeadSocial-list li a:focus {
    --ehw-social: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: var(--transition-05s);
    color: rgba(var(--fourth-color), 1);
    background: rgba(var(--black-color), 0);
    font-size: 17px;
}
.HeadSocial-list li a:hover {
    background: rgba(var(--main-color), 0);
    color: rgba(var(--main-color), 1);
}

/* TopHead end */

.MainHeader {
	position: relative;
	background: rgba(var(--white-color), 0);
	top: 0;
	z-index: 999;
	width: 100%;
}
.navbar {
    top: 0;
	z-index: 999;
	width: 100%;
	padding: 10px 0px;
}
.navbar.header-fixed {
    position: fixed;
	background: rgba(var(--white-color), 1);
	animation: slideDown 0.35s ease-out;
	backdrop-filter: blur(5px);
	box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}
@keyframes slideDown {
	from {
	  transform: translateY(-100%);
	}
	to {
	  transform: translateY(0);
	}
}
.DesktopNav .row {
    align-items: center;
}
.MainHeader .navbar > * > .row {
    justify-content: space-between;
}
/* .Head-NavIcon {
    margin-bottom: -42px;
}
.navbar.header-fixed .Head-NavIcon {
    filter: drop-shadow(0px 5px 2px rgba(var(--black-color), 0.5));
} */
.navbar-brand {
    /* height: 130px; */
	/* width: 226px; */
	width: 100%;
	width: 60%;
	/* width: 220px; */
    margin-right: 0px;
    padding: 0px;
}
.navbar-brand img {
	object-fit: contain;
}
.navbar.DesktopNav .HeadContainer {
	display: flex;
	gap: 8px;
	align-items: center;
    justify-content: flex-end;
}
.NBM-box {
	display: flex;
	/* gap: 50px; */
    width: 100%;
    justify-content: center;
    margin: auto;
    /* margin-left: 30px; */
}
.navbar-toggler {
    padding: 6px;
    border: none;
	background: rgba(var(--main2-color), 1);
    border-radius: 0px;
}
.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--white-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}
.navbar-toggler-icon.bar-1 {
	width: 0.6em;
}
.navbar-toggler-icon.bar-2 {
	width: 0.9em;
}
.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
    font-family: var(--AbhayaLibre-font);
    --eWNB: 16px;
    position: relative;
    margin-right: var(--eWNB);
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
    color: rgba(var(--black-color), 1);
	transition: var(--transition-05s);
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1;
    padding: var(--eptb-NavLink) var(--eptb-NavLink);
    --eptb-NavLink: 4px;
    font-size: 18px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link.active, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:hover, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:focus, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"], .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"]:visited {
	color: rgba(var(--main-color), 1);
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child .nav-link {
	margin-right: 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item > .nav-link::before {
    /* content: ''; */
    display: inline-block;
    position: absolute;
    width: 0px;
    height: 1px;
    border-radius: 5px;
    background: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
    left: -30px;
    bottom: 0px;
    top: 0px;
    opacity: 1;
    visibility: visible;
    margin: auto;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link.active::before, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:hover::before, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:focus::before, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"]::before  {
	opacity: 1;
	visibility: visible;
    width: var(--eWNB);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
	padding: 0px;
	border: 0;
	border-radius: 0px;
	margin: 0 !important;
	transition: var(--transition-05s);
	/* overflow: hidden; */
	box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08), 12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
    margin-bottom: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a, .dropdown-menu .dropdown-submenu a {
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid rgba(var(--black-color), 0.175);
	padding: 8px 10px;
    color: rgba(var(--black-color), 0.8);
	transition: var(--transition-05s);
	background: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:hover, .navbar .navbar-nav .nav-item .dropdown-menu > li > a:active, .navbar .navbar-nav .nav-item .dropdown-menu > li > a:focus, .navbar .navbar-nav .nav-item .dropdown-menu > li > a.active, .dropdown-menu li .dropdown-submenu a:hover, .dropdown-menu li .dropdown-submenu a:active, .dropdown-menu li .dropdown-submenu a:focus, .dropdown-menu li .dropdown-submenu a.active {
	color: rgba(var(--white-color), 1);
	background-color: rgba(var(--main-color), 1);
	border-color: rgba(var(--main-color), 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu > li:last-child a {
	border-bottom: none;
}
.navbar-expand-xl .HeadContainer .navbar-collapse {
    justify-content: flex-end;
    /* justify-content: center; */
}

.Head-CaLog {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.Cart-btn, .Cart-btn:visited, .Cart-btn:focus {
    position: relative;
    padding: 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--black-color), 1);
    font-weight: 500;
    font-size: 16px;
    width: var(--ehw-CRB);
    height: var(--ehw-CRB);
}
/* .Cart-btn.SerachBtn, .Cart-btn.SerachBtn:visited, .Cart-btn.SerachBtn:focus {
    padding: 2px;
    border: none;
} */
.Cart-btn:hover {
    color: rgba(var(--black-color), 1);
}
.Cart-btn.SerachBtn:hover {
    color: rgba(var(--black-color), 1);
}
.Cart-btn > * {
    line-height: 1;
}
.Cart-btn img {
    /* --ehw-EHWC: 20px;
    width: 20px; */
    object-fit: contain;
}
.cart-dot {
    font-family: var(--Inter-font);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--ehw-cd);
    height: var(--ehw-cd);
    background: rgba(var(--main-color), 1);
    color: rgba(var(--black-color), 1);
    overflow: hidden;
    border-radius: 50%;
    padding: 1px;
    right: -2px;
    top: -2px;
    font-weight: 500;
    font-size: 10px;
    --ehw-cd: 18px;
}

.Head-CaForm {
    font-family: var(--Inter-font);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    background: rgba(var(--second-color), 1);
    padding: 4px 8px;
}
.Head-CaForm .form-control, .Head-CaForm .form-control:hover, .Head-CaForm .form-control:focus {
    border: none;
    min-height: 100%;
    padding: 4px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    color: rgba(var(--black-color), 1);
}
.Head-CaForm .form-control::placeholder {
	color: rgba(var(--black-color), 0.6);
}
.HeadCa-FormBtn, .HeadCa-FormBtn:visited, .HeadCa-FormBtn:focus {
    padding: 0px;
    width: var(--ehw-HFB);
    height: var(--ehw-HFB);
    border-radius: 50%;
    border: none;
    background: rgba(var(--main-color), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    --ehw-HFB: 30px;
}
.HeadCa-FormBtn img {
    --ehw-EHWC: 70%;
    object-fit: contain;
}
.HeadCa-FormBtn:hover {
    background: rgba(var(--five-color), 1);
}

/* header end */

/* banner start */

.banner-section {
    --banner-hvh: 100vh;
	--banner-hvh: 570px;
	--banner-hhp: 100%;
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
    position: relative;
    z-index: 9;
}

.banner-slider.owl-carousel .owl-dots {
    margin: 0px;
    position: absolute;
    bottom: 20px;
    /* width: 100%; */
    left: 120px;
}
.owl-carousel button.owl-dot.active > span::after {
    margin-left: 10px;
}
.banner-slider.owl-carousel .owl-nav button.owl-prev, .banner-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    --elr-BOPN: 8px;
}
.banner-slider.owl-carousel .owl-nav button.owl-prev {
    left: var(--elr-BOPN);
}
.banner-slider.owl-carousel .owl-nav button.owl-next {
    right: var(--elr-BOPN);
}

.banner-section.banner-innerPage {
    --banner-hvh: 60vh;
    --banner-hvh: 320px;
}
.banner-section > *:first-child, .banner-slider > *:first-child > *, .banner-slider > *:first-child > * > *, .banner-slider > *:first-child > * > * > *, .banner-slider > *:first-child > * > * > * > *, .banner-section > *:first-child > .row, .banner-section > *:first-child > .row > *, .banner-section > *:first-child > .row > * > * {
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
}
.banner-inner-section {
    background: rgba(var(--main-color), 1) no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
    position: relative;
    width: 100%;
    padding: var(--eTBP-banner) 0px;
    --eTBP-banner: 30px;
}
.banner-inner-section > * {
    z-index: 2;
    width: 100%;
}
.banner-section .banner-inner-section .row {
    align-items: center;
    justify-content: center;
}
.banner-section .banner-inner-section .row {
    justify-content: center;
	/* text-align: center; */
}
.banner-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-bg::after {
    /* content: ''; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(var(--black-color), 1);
    opacity: 0.4;
}

.banner-box {
    position: relative;
    /* margin-top: 60px; */
    height: 100%;
}
.banner-section.banner-innerPage .banner-inner-section .banner-box {
    text-align: center;
}
.banner-SubTitle, .banner-box > span {
    position: relative;
    display: block;
    color: rgba(var(--white-color), 1);
    font-size: var(--efs-bths);
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
    --efs-bths: 24px;
}
.banner-title, .banner-box h1 {
    font-family: var(--ViaodaLibre-font);
    color: rgba(var(--black-color), 1);
    text-transform: capitalize;
    font-size: var(--efs-bth);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 22px;
    --efs-bth: 60px;
}
.banner-innerPage .banner-inner-section .banner-title, .banner-innerPage .banner-inner-section .banner-box h1 {
    margin-bottom: 0px;
}
.banner-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(var(--white-color), 1);
    line-height: 1.7;
    font-weight: 400;
    margin: auto;
    text-transform: inherit;
    margin-bottom: 30px;
    font-size: 18px;
    width: 80%;
}
.banner-para p {
	margin-bottom: 10px;
}
.banner-para p:last-child {
	margin-bottom: 0px;
}
.banner-box > *:last-child {
    margin-bottom: 0px;
}

.banner-img {
    width: 100%;
    margin-bottom: -60px;
}

.SeeColl-btn {
    font-family: var(--AbhayaLibre-font);
    display: inline-block;
    width: max-content;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.SeeColl-btn a, .SeeColl-btn a:visited, .SeeColl-btn a:focus {
    color: rgba(var(--black-color), 1);
    background: rgba(var(--white-color), 1);
    transition: var(--transition-05s);
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    padding: 30px 60px;
    font-size: 18px;
}
.SeeColl-btn a:hover {
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
}

/* banner end */

/* product start */

.product-Box {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(var(--newA-color), 1);
}
.product-InnBox {
    display: block;
}
.product-SImg {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(var(--fourth-color), 1);
    width: 100%;
    height: 350px;
}
.product-SImg img {
    transition: var(--transition-08s);
    transform: scale(1);
}
.product-Box:hover .product-SImg img {
    transform: scale(1.08);
}
.product-STxt {
    --ePA-PST: 1px;
    padding: var(--ePA-PST) var(--ePA-PST);
    /* background: rgba(var(--white-color), 1); */
    margin-top: 10px;
}
.product-STitle, .product-STxt h5 {
    color: rgba(var(--balck-color), 1);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2px;
    font-size: 20px;
}
.sell-SPrice, .product-SPrice span {
    color: rgba(var(--black-color), 1);
    font-weight: 700;
    font-size: 15px;
}
.fixed-SPrice, .product-SPrice del {
    font-weight: 500;
    color: rgba(var(--main2-color), 1);
    font-size: 12px;
}
.product-SBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 0px;
    right: -30px;
    bottom: 100px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-05s);
    z-index: 1;
}
.product-Box:hover .product-SBtns {
    opacity: 1;
    visibility: visible;
    right: 0px;
}
.product-SBtns .common-btn, .product-SBtns .common-btn:visited, .product-SBtns .common-btn:focus {
    --bg-btn: rgba(var(--five-color), 0.66);
    padding: 10px 18px;
    font-size: 14px;
}
.product-SBtns button.common-btn:focus:not(:focus-visible), .product-SBtns .common-btn:focus-visible, .product-SBtns .common-btn:hover, .product-SBtns .common-btn:first-child:active, .product-SBtns .common-btn:active, .product-SBtns :not(.btn-check)+.common-btn:active, .product-SBtns .common-btn:first-child:hover {
    --bg-btn: rgba(var(--main-color), 1);
}
.product-SBtns .common-btn::after {
	content: '';
	margin-right: var(--elr-CBA);
    background-image: url(../media/images/Icon-cart.svg);
    --ehw-CBA: 18px;
}
.product-DisBox {
    position: absolute;
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    font-weight: 600;
    z-index: 1;
    left: 20px;
    top: 20px;
    padding: 4px 12px;
    font-size: 13px;
}

.product-SHCEL {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: var(--transition-05s);
    opacity: 0;
    visibility: hidden;
}
.product-Box:hover .product-SHCEL {
    opacity: 1;
    visibility: visible;
    right: 10px;
}
.product-SHCELI, .product-SHCEL li > *, .product-SHCELI:visited, .product-SHCEL li > *:visited, .product-SHCELI:focus, .product-SHCEL li > *:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--ehw-SHCE);
    height: var(--ehw-SHCE);
    background: rgba(var(--white-color), 1);
    color: rgba(var(--six-color), 1);
    transition: var(--transition-05s);
    border-radius: 50%;
    --ehw-SHCE: 38px;
}
.product-SHCELI:hover, .product-SHCEL li > *:hover {
    color: rgba(var(--white-color), 1);
    background: rgba(var(--main-color), 1);
}
.product-SHCELI.WishAdded, .product-SHCELI.WishAdded:visited, .product-SHCELI.WishAdded:focus {
    color: rgba(var(--main-color), 1);
}
.product-SHCELI.WishAdded:hover {
    color: rgba(var(--white-color), 1);
    background: rgba(var(--main-color), 1);
}

/* product end */

/* Collection start */

.Collection-bg {
    display: inline-block;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.Collection-ProList .product-SImg {
    mask-image: url(../media/images/OCD-shape.png);
    -webkit-mask-image: url(../media/images/OCD-shape.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.Collection-ProList .product-SHCEL {
    top: 60px;
}
.Collection-ProList .product-DisBox {
    top: 60px;
}

/* Collection end */

/* WLCollab start */

.common-box.WLCollab-TitleBox {
    padding: 0px 12px;
}
.WLCollab-TitleBox .common-title, .common-box.WLCollab-TitleBox > h2, .common-section .common-box.WLCollab-TitleBox > h2 {
    --efs-CT: 54px;
}
.WLCollab-TitleBox .common-title > span, .common-box.WLCollab-TitleBox > h2 > span, .common-section .common-box.WLCollab-TitleBox > h2 > span {
    display: block;
    letter-spacing: 10px;
}
.WLC-TxtIcon {
    width: 75px;
    margin: 0px 100px -35px auto;
}

.WLCollab-BImg {
    width: 100%;
    height: 460px;
}

.WLCollab-SImg {
    width: 90%;
    margin: auto;
    height: 320px;
}

/* WLCollab end */

/* TestiUser start */

.Testi-TitleBox .common-title, .Testi-TitleBox.common-box > h2, .common-section .Testi-TitleBox.common-box > h2 {
    --efs-CT: 36px;
}
.Testi-Slider.owl-carousel .item {
    margin: 3px;
}
.Testi-OverWidth {
    width: calc(100% + 10%);
}
.TestiUser-MainBox {
    border: 1px solid rgba(var(--TestiBro-color), 1);
    background: rgba(var(--white-color), 1);
    border-radius: 10px;
    box-shadow: 1.2px 1.2px 34px 0px rgba(var(--black-color), 0.1);
    padding: 20px 20px;
}
.TestiUser-StarBox {
    display: flex;
    gap: 4px;
    color: #D9D9D9;
    margin-bottom: 10px;
    font-size: 13px;
}
/* .TestiUser-StarBox .fa-regular {
    background: #D9D9D9;
} */
.TestiUser-StarBox .fa-solid {
    color: #FFC107;
}
.TestiUser-para {
    color: #5A615C;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    font-size: 14px;
}
.TestiUser-para p {
    margin-bottom: 10px;
}
.TestiUser-para p:last-child {
    margin-bottom: 0px;
}
.TestiUser-IconTitle {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.TestiUser-Icon {
    --ehw-TUI: 30px;
    width: var(--ehw-TUI);
    height: var(--ehw-TUI);
    overflow: hidden;
    border-radius: 50%;
}
.TestiUser-Icon .img-EHWC {
    object-fit: contain;
}
.TestiUser-ImgTitle {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.TestiUser-img {
    --ehw-TUI: 42px;
    width: var(--ehw-TUI);
    height: var(--ehw-TUI);
    overflow: hidden;
    border-radius: 50%;
}
.TestiUser-title h5 {
    font-family: var(--Cardo-font);
    font-weight: 400;
    margin-bottom: 8px;
    color: #09250F;
    font-size: 16px;
    line-height: 1;
}
.TestiUser-title p {
    font-family: var(--Cardo-font);
    font-weight: 400;
    margin-bottom: 0px;
    color: #5A615C;
    font-size: 13px;
    line-height: 1;
}

/* TestiUser end */

/* CTAInsta start */

.CTAInsta-bg {
    display: inline-block;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.CTA-TitleBox .common-title, .CTA-TitleBox.common-box > h2, .common-section .CTA-TitleBox.common-box > h2, .Insta-TitleBox .common-title, .Insta-TitleBox.common-box > h2, .common-section .Insta-TitleBox.common-box > h2 {
    --efs-CT: 36px;
}

/* CTA start */

.CTA-form {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background: rgba(var(--white-color), 1);
    border: 1px solid #912234;
    border-radius: 0px;
    padding: 8px;
}
.CTA-form .form-control, .CTA-form .form-control:hover, .CTA-form .form-control:focus {
    min-height: 44px;
    border: none;
    background: rgba(var(--black-color), 0);
    font-weight: 500;
    color: rgba(var(--black-color), 1);
    border-radius: 0px;
	font-size: 14px;
    padding: 8px 8px;
    padding-left: 8px;
}
.CTA-form .form-control::placeholder {
    color: rgba(var(--placeholder-color), 1);
}
.CTA-form .CTA-btn, .CTA-form .CTA-btn:visited, .CTA-form .CTA-btn:focus {
    transition: var(--transition-05s);
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    padding: 6px 18px;
    border-radius: 0px;
    border: none;
    font-size: 15px;
}
.CTA-form .CTA-btn > * {
    transform: rotate(45deg);
}
.CTA-form .CTA-btn:hover, .CTA-form .CTA-btn:focus, .CTA-form .CTA-btn:active {
    background: rgba(var(--five-color), 1);
    color: rgba(var(--white-color), 1);
}

/* CTA end */

.CTAInsta-MidLine {
    --eBg-CIML: rgba(30, 30, 30, 1);
    width: 1px;
    height: 150px;
    margin: auto;
    position: relative;
    background: var(--eBg-CIML);
}
.CTAInsta-MidLine::before, .CTAInsta-MidLine::after {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: var(--ehw-CIML);
    height: var(--ehw-CIML);
    background: var(--eBg-CIML);
    transform: rotate(40deg);
    --ehw-CIML: 5px;
    --eTB-CIML: 0px;
    left: -2px;
}
.CTAInsta-MidLine::before {
    top: var(--eTB-CIML);
}
.CTAInsta-MidLine::after {
    bottom: var(--eTB-CIML);
}

/* Insta start */

.InstaFeed-MainList {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.InstaFeed-box {
    display: block;
    position: relative;
    height: 128px;
    overflow: hidden;
}
.InstaFeed-ImgBox {
    width: 100%;
    height: 100%;
    transition: var(--transition-05s);
}
.InstaFeed-HoverBox {
    position: absolute;
    top: -50px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(100, 78, 42, 0.72);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition-05s);
}
.InstaFeed-box:hover .InstaFeed-HoverBox {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.InstaFeed-icon, .InstaFeed-icon:visited, .InstaFeed-icon:focus, .InstaFeed-HasTagTxt, .InstaFeed-HasTagTxt:visited, .InstaFeed-HasTagTxt:focus {
    color: rgba(var(--white-color), 1);
    line-height: 1;
    transition: var(--transition-05s);
}
.InstaFeed-icon, .InstaFeed-icon:visited, .InstaFeed-icon:focus {
    font-size: 20px;
}
.InstaFeed-icon:hover {
    color: rgba(var(--five-color), 1);
}

/* Insta end */

/* CTAInsta end */

/* footer start */

.footer-section {
    background: rgba(var(--six2-color), 1);
}
.inner-footer {
    padding: 50px 0px 50px;
}
.foot-title {
    text-transform: capitalize;
    color: rgba(var(--white-color), 0.95);
    margin-bottom: 20px;
    font-size: 20px;
}
.foot-logo {
	margin-bottom: 30px;
}
.foot-logo img {
    object-fit: contain;
}
.footer-box .common-para {
    font-weight: 400;
    font-size: 16px;
    /* padding-right: ; */
    color: rgba(var(--footPara-color), 1);
	line-height: 1.5;
    margin-bottom: 30px;
}
.social-list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.social-list li a, .social-list li a:visited, .social-list li a:focus {
    transition: var(--transition-05s);
    color: rgba(var(--six3-color), 0.95);
    font-size: 24px;
}
.social-list li a:hover {
    color: rgba(var(--main-color), 1);
}
.foot-list li {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.foot-list li:not(:last-child) {
    margin-bottom: 10px;
}
.foot-list.contact-list li > * > span {
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    width: var(--ehw-flis);
    height: var(--ehw-flis);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    --ehw-flis: 30px;
    font-size: 14px;
}
.foot-list li a, .foot-list li a:visited, .foot-list li a:focus, .foot-list li > * {
    font-family: var(--Inter-font);
    font-weight: 400;
    transition: var(--transition-05s);
    color: rgba(var(--footer-color), 1);
    font-size: 16px;
}
.foot-list li > * span {
    color: rgba(var(--white-color), 1);
}
.foot-list li a:hover, .foot-list li a[aria-current="page"], .foot-list li a.active, .foot-list li.active a {
    color: rgba(var(--main-color), 1);
}
.copy-box {
	border-top: 1px solid rgba(var(--white-color), 0.2);
	padding: 20px 0px;
}
.copyInner-box {
	margin: 0px var(--elrp);
}
.copy-text {
    --eColor: rgba(var(--CopyRight-color), 1);
    color: var(--eColor);
    font-size: 14px;
}
.copy-text > a, .copy-text > a:visited, .copy-text > a:focus {
    color: var(--eColor);
    transition: var(--transition-05s);
    text-decoration: underline;
}
.copy-text > a:hover {
    --eColor: rgba(var(--five-color), 1);
    color: var(--eColor);
}
.copy-PayAccpt {
    margin-left: auto;
    width: 85%;
}

/* footer end */

/* contact start */

.ctaForm-box {
    margin-top: 20px;
}
.cont-box {
    font-family: var(--Jost-font);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(var(--black-color), 0.5);
    border-radius: 8px;
    min-height: 190px;
}
.cont-icon {
    display: block;
    color: rgba(var(--main-color), 1);
    /* background: linear-gradient(-90deg, rgba(var(--main-color), 1) 0%, rgba(var(--six-color), 1) 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    line-height: 1;
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 16px;
    font-size: 45px;
}
.cont-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(var(--black-color), 1);
    line-height: 1;
}
.cont-text span, .cont-text a {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
}
.cont-text > a:hover {
    color: rgba(var(--five-color), 1);
}
.cont-SocialList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.cont-SocialList li a, .cont-SocialList li a:focus, .cont-SocialList li a:visited {
    --ehw-social: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: var(--transition-05s);
    background: rgba(var(--main-color), 0);
    color: rgba(var(--black-color), 1);
    font-size: 16px;
}
.cont-SocialList li a:hover, .cont-SocialList li a:active {
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
}

/* contact end */

/* Blog start */

.LBlog-LSBox {
    position: relative;
    display: block;
}
.LBlog-DPost {
    font-family: var(--DMSans-font);
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(var(--main-color), 1);
    color: rgba(var(--black-color), 1);
    border-radius: 6px;
    font-weight: 400;
    font-size: 13px;
    padding: 6px 16px;
}
.LBlog-LSImg {
    overflow: hidden;
    width: 100%;
    height: 340px;
}
.LBlog-LSTxt {
    padding: 4px;
    margin-top: 16px;
}
.LBlog-Title, .LBlog-LSTxt h5 {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
    color: rgba(var(--black-color), 1);
    margin-bottom: 12px;
    font-size: 25px;
}
.LBlog-LSTxt .common-para {
    color: rgba(var(--fourth2-color), 1);
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
    width: 78%;
    font-size: 15px;
}

/* blog end */

/* Shop page start */

.left-sidebar {
    position: sticky;
    top: 90px;
}
.left-sidebar .category-main-wrap {
    position: relative;
    width: 100%;
    background: rgba(var(--white-color), 1);
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.left-sidebar .sidebar-title {
    position: relative;
    width: 100%;
    padding: 10px;
    background: rgba(var(--five-color), 1);
    text-align: center;
    text-transform: uppercase;
    color: rgba(var(--white-color), 1);
    font-size: 20px;
    margin-bottom: 0px;
}
.left-category-wrap {
    user-select: none;
}
.category-ImgTxt, .category-ImgTxt:visited, .category-ImgTxt:focus {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
}
.category-ImgTxt:hover {
    color: rgba(var(--main2-color), 1);
}
.category-img {
    --ehw-CimG: 30px;
    width: var(--ehw-CimG);
    height: var(--ehw-CimG);
    border-radius: 50%;
    border: 1px solid #f7f7f7;
}
.category-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.left-category-wrap .accordion_list.active .category-arrow .up-down-wrrow:after {
    content: "\f106";
}
.left-category-wrap .accordion_list .category-arrow .up-down-wrrow:after {
    position: relative;
    content: "\f107";
    font-family: var(--font-awesome);
    font-weight: 600;
}
.category-MainTitle h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.accordion_list .category-ImgTxtArrow {
    padding: 10px 20px;
}
.accordion_list:last-child .category-ImgTxtArrow, .accordion_list:last-child .accordion_body {
    border-bottom: none;
}
.accordion_list.active .category-ImgTxtArrow, .accordion_list .category-ImgTxtArrow, .accordion_list .accordion_body {
    border-bottom: 1px solid #dbdbdb;
}
.category-ImgTxtArrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.accordion_list.active .accordion_body {
    display: flex;
}
.accordion_list .accordion_body {
    margin-left: 0px;
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 10px 20px;
}
.accordion_list .cat-body.accordion_body .accordion_sub_list {
    font-family: var(--DMSans-font);
    position: relative;
    display: flex;
    align-items: center;
    list-style-type: none;
    cursor: pointer;
    color: rgba(var(--black-color), 1);
    margin-bottom: 0px;
}
.cat-body.accordion_body .accordion_sub_list .CateLink, .cat-body.accordion_body .accordion_sub_list .CheckBox {
    width: 100%;
}
.cat-body.accordion_body .accordion_sub_list .CateLink {
    position: relative;
    padding-left: 15px;
}
.cat-body.accordion_body .accordion_sub_list .CateLink::before {
    content: "\f105";
    font-family: var(--font-awesome);
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgba(var(--main-color), 1);
}
.cat-body.accordion_body .accordion_sub_list a, .cat-body.accordion_body .accordion_sub_list a:focus, .cat-body.accordion_body .accordion_sub_list a:visited {
    position: relative;
    width: 100%;
    display: block;
    color: rgba(var(--black-color), 1);
    font-size: 15px;
    transition: var(--transition-05s);
    font-weight: 500;
}
.cat-body.accordion_body .accordion_sub_list a:hover, .cat-body.accordion_body .accordion_sub_list a[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.cat-body.accordion_body .accordion_sub_list .CheckBox {
    display: flex;
    width: 100%;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    gap: 10px;
    text-transform: capitalize;
    color: rgba(var(--black-color), 1);
    line-height: 1;
    cursor: pointer;
    transition: var(--transition-05s);
    background: rgba(var(--main-color), 0.3);
    border-radius: 2px;
    padding: 14px 14px;
    font-size: 14px;
    font-weight: 500;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > input:checked ~ .checkbox-MainBox {
    background: rgba(var(--main-color), 0.9);
    color: rgba(var(--white-color), 1);
}
.cat-body.accordion_body .accordion_sub_list .CheckBox input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox > div {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox > div > .checkbox-Span > span {
    --ehw-FLCDS: 18px;
    width: var(--ehw-FLCDS);
    height: var(--ehw-FLCDS);
    border-radius: 4px;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-05s);
    border: 1px solid rgba(var(--main-color), 1);
    background: rgba(var(--white-color), 1);
    font-size: 15px;
    position: relative;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox > div > .checkbox-Span > span::before {
    content: '';
    position: absolute;
    inset: 0px;
    margin: auto;
    width: calc(var(--ehw-FLCDS) - 8px);
    height: calc(var(--ehw-FLCDS) - 12px);
    border-bottom: 2px solid rgba(var(--main-color), 1);
    border-left: 2px solid rgba(var(--main-color), 1);
    transform: rotate(-45deg);
    margin-top: 3.5px;
    visibility: hidden;
    opacity: 0;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > input:checked ~ .checkbox-MainBox > div > .checkbox-Span > span::before {
    opacity: 1;
    visibility: visible;
}

/* ProFilter start */

.filterSort-box {
    display: none;
}
.filter-title {
	text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 22px;
}

.BCS-SortBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.Sort-Mainbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.filterIcon, .filterIcon:visited, .filterIcon:focus, .filterIcon:hover {
    font-size: 20px;
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
}
.Sort-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(var(--white-color), 0);
    color: rgba(var(--black-color), 0.8);
}
.Sort-box .select-box {
    border: none;
    padding: 0px;
    font-size: 14px;
    background: rgba(var(--main-color), 0);
}
.Sort-box .select-box select, .Sort-box .select-box select:hover, .Sort-box .select-box select:focus {
    padding: 0px 5px;
    padding-right: 24px;
    border: none;
    color: rgba(var(--black-color), 1);
    font-weight: 600;
    min-height: 30px;
}
.Sort-box .select-box select option {
    padding: 0px 10px;
}
.Sort-box .select-box::before {
    display: none;
}
.Sort-box .select-box::after {
    border-right-color: rgba(var(--black-color), 1);
    border-bottom-color: rgba(var(--black-color), 1);
    right: 6px;
    top: 24%;
}

/* ProFilter end */

/* Shop page end */

/* News dtl Start */

.news-DtlImg {
    width: 100%;
    height: 450px;
    margin-bottom: 25px;
}
.date-post {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #061320;
    font-size: 13px;
    margin-bottom: 20px;
}
.date-post li {
    border-right: 1px solid #adadad;
    padding-right: 10px;
}
.date-post li:last-child {
    border-right: none;
    padding-right: 0px;
}
.date-post li i {
    color: rgba(var(--main-color), 1);
    margin-right: 5px;
}
.recent-title, .recent-post-box h5 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #061320;
    text-align: center;
}
.recent-post-list {
    margin-top: 30px;
    display: flex;
	flex-direction: column;
    gap: 20px;
}
.recent-post-list li a {
    display: flex;
    gap: 10px;
    color: #061320;
}
.recent-img-main {
    width: 45%;
}
.recent-img {
    width: 100%;
    height: 80px;
}
.recent-text-box {
    width: 100%;
}
.recent-sub-title, .recent-post-list h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}
.recent-sub-para, .recent-post-list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 13px;
}
.news-DtlBox > *:first-child {
	margin-bottom: 25px;
}

/* News dtl End */

/* media start */

@media (min-width: 768px) {
    /* .Head-CartBox .Cart-btn.CallBtn {
        display: none;
    } */
    .Cart-btn.SerachBtn {
        display: none;
    }
}
@media (min-width: 992px) {
    /* .Head-CaLog {
        display: none;
    } */
	
}

@media (min-width: 1200px) {
	.nav-item.dropdown .dropdown-menu[data-bs-popper] {
		top: 100%;
	}
    .nav-item.dropdown .dropdown-menu {
		opacity: 0;
		visibility: hidden;
	}
	.nav-item.dropdown:hover > .dropdown-menu, .nav-item.dropdown .dropdown-menu.show, .dropdown-menu ul li:hover > .dropdown-menu.dropdown-submenu {
		opacity: 1;
		display: block;
		visibility: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		width: max-content;
		max-width: max-content;
	}
    .nav-item.dropdown .DDMenu.dropdown-menu {
        left: 100px;
    }
}

@media (min-width: 1600px) {
    
}

@media (min-width: 1700px) {
    
}

@media (min-width: 1800px) {
    
}

@media (min-width: 1900px) {
    
}

@media (min-width: 2000px) {
    
}

@media (max-width: 1900px) {
    
}

@media (max-width: 1800px) {
    
}

@media (max-width: 1600px) {
    .WLCollab-TitleBox .common-title, .common-box.WLCollab-TitleBox > h2, .common-section .common-box.WLCollab-TitleBox > h2 {
        --efs-CT: 44px;
    }
    .CTA-TitleBox .common-title, .CTA-TitleBox.common-box > h2, .common-section .CTA-TitleBox.common-box > h2, .Insta-TitleBox .common-title, .Insta-TitleBox.common-box > h2, .common-section .Insta-TitleBox.common-box > h2 {
        --efs-CT: 30px;
    }
    .Testi-TitleBox .common-title, .Testi-TitleBox.common-box > h2, .common-section .Testi-TitleBox.common-box > h2 {
        --efs-CT: 30px;
        margin-bottom: 14px;
    }
}

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {
    .iframe-ctaBox {
        height: 550px;
    }    
}

@media (max-width: 1199px) {
    .MainHeader nav.navbar.DesktopNav .row {
        justify-content: space-between;
    }
    .MainHeader nav.navbar.DesktopNav .row > .col-lg-12 {
        order: 1;
    }
    .NBM-box {
        border: none;
        border-radius: 0px;
        background: rgba(var(--black-color), 0);
        padding: 0px 6px;
    }
    .navbar.DesktopNav .HeadContainer {
        justify-content: flex-end;
    }
    .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
        gap: 10px;
    }
    .NBM-box {
        display: flex;
        gap: 50px;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        padding: 0;
    }
    .NBM-box > * {
        background: rgba(var(--white-color), 1);
        border-top: 1px solid rgba(var(--main-color), 0.8);
        border-radius: 0px;
        padding: 14px 12px;
        max-height: 250px;
        overflow: scroll;
        backdrop-filter: blur(10px);
    }
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child {
        margin-bottom: 0px;
    }
    .NBM-box li.nav-item.dropdown {
        position: static;
        /* width: max-content; */
    }
    /* .NBM-box ul:last-child {
        margin-top: 8px;
    } */
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
        --eptb-NavLink: 6px;
        font-size: 15px;
    }
    

}

@media (max-width: 991px) {
    .iframe-ctaBox {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .iframe-ctaBox {
        height: 450px;
    }
}

@media (max-width: 575px) {
    
}

/* media end */