@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lustria&display=swap');

@font-face {
	font-family: 'star';
	src: url('../fonts/star.eot');
	src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
		url('../fonts/star.woff') format('woff'),
		url('../fonts/star.ttf') format('truetype'),
		url('../fonts/star.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WooCommerce';
	src: url('../fonts/WooCommerce.eot');
	src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
		url('../fonts/WooCommerce.woff') format('woff'),
		url('../fonts/WooCommerce.ttf') format('truetype'),
		url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 10px;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #C99342;
}

a:focus, input:focus, textarea:focus, button:focus {
    border: 0;
    outline: 0;
    box-shadow: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    display: block;
}

.mg-container {
    max-width: 1180px;
    width: 95%;
    margin: 0 auto;
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #C99342; 
}
::-webkit-scrollbar-thumb {
    background: #1d1d1d; 
}
::-webkit-scrollbar-thumb:hover {
    background: #575757; 
}



/* --- Button Code --- */

.custom-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 0;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.custom-btn:hover {
    text-decoration: none;
}

.dark-btn {
    color: #ffffff;
    background-color: #C99342;
}

.dark-btn:hover {
    color: #ffffff;
    background-color: #2a2a2a;
}

.light-btn {
    color: #2a2a2a;
    background-color: #ffffff;
}

.light-btn:hover {
    color: #ffffff;
    background-color: #C99342;
}


/* --- Header Code --- */
header {
    position: relative;
    padding: 0;
    z-index: 9;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

header.fixed-header {
    position: fixed !important;
    animation: smoothScroll 1s forwards;
}

.top-header {
    padding: 15px 20px;
    background-color: #2E2142;
}

.top-header>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.th-col-left {
    width: 38%;
}

.th-col-right {
    width: 62%;
}

ul.h-link {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
ul.h-link li {
	margin: 0 20px;
}
ul.h-link li a {
	color: #fff;
}
ul.h-link li a:hover {
	color: #C99342;
}
ul.h-link li:last-child {
	margin-right: 0;
}

ul.h-link li:last-child {
    margin-right: 0;
}

ul.h-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
	margin: 0;
}
ul.h-detail li {
	display: flex;
	align-items: center;
	color: #fff;
}
ul.h-detail li a {
	display: flex;
	align-items: center;
	color: #fff;
}
ul.h-detail li a:hover {
	color: #C99342;
}
ul.h-detail li img {
	margin-right: 12px;
}


.mid-header {
    padding: 20px 20px;
}

.mid-header>div {
    display: flex;
    align-items: center;
}

a.h-logo {
    max-width: 180px;
    display: block;
}

.md-col-left {
    width: 30%;
}

.md-col-right {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.ad-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.ad-list li{
	 margin: 0 15px;
}
ul.ad-list li a {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}
ul.ad-list li a img {
	margin: 0 auto 5px auto;
}
ul.ad-list li:last-child {
	margin-right: 0;
}
ul.ad-list li.cart a span.cart-total {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    background-color: #C99342;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-btn {
    display: flex;
    align-items: center;
}
.sale-btn a {
	margin-top: 0;
}
form.search-form {
    display: flex;
	z-index: 1;
	width: auto;
}
form.search-form input[type="text"] {
	background-color: #F1F3F4;
	border: 0;
	padding: 10px 20px;
	font-size: 18px;
	color: #000;
	width: 70%;
	font-family: 'Poppins', sans-serif;
}
form.search-form input[type="text"]::placeholder {
	color: #000;
}
form.search-form input[type="submit"] {
	background: url('../images/s-search.png') no-repeat center #2E2142;
	background-size: 30px;
	padding: 15px 20px;
	width: 60px;
	height: 50px;
	border: 0;
	margin: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.nav-header {
    position: relative;
    padding: 0px 20px;
    background-color: #F7F9FA;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

.sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, 20%);
    transition: all 0.3s ease-in-out;
	z-index: 100;
	box-shadow: 0px 10px 10px rgba(0 0 0 / 10%);
	-moz-box-shadow: 0px 10px 10px rgba(0 0 0 / 10%);
	-webkit-box-shadow: 0px 10px 10px rgba(0 0 0 / 10%);
	-o-box-shadow: 0px 10px 10px rgba(0 0 0 / 10%);
	-ms-box-shadow: 0px 10px 10px rgba(0 0 0 / 10%);
}
.sub-nav .mg-container {
	display: flex;
}
.sub-nav .mg-container > div {
	width: 50%;
}
.sub-nav .mg-container > div h4 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 1px solid #C99342;
}
ul.nav-menu li.child-menu.active_parent > a {color: #C99342;}
ul.nav-menu>li.child-menu:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
}

.sub-menu-box {
    padding: 20px 20px 20px 0;
    display: flex;
    justify-content: space-between;
}
ul.sm-link {
	list-style: none;
}
ul.sm-link > li {
	margin-bottom: 0px;
}
ul.sm-link > li > a {
	font-size: 16px;
}
.sub-menu-box ul.sm-link {
    display: block;
	width: 50%;
    flex-wrap: wrap;
}
.sub-menu-box ul.sm-link li {
    padding-right: 15px;
	position: relative;
}
.sub-menu-box ul.sm-link li.active > a {
    font-weight: 700;
}
.snav-right .best_sellingsitem {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.snav-right .best_sellingsitem .best-seller-box {
    width: 35%;
    margin-right: 30px;
}
.best-seller-box {
    padding: 20px 0;
    display: flex;
}

.bs-box p {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.bs-box img {
    margin-bottom: 10px;
}


ul.nav-menu {
    display: flex;
    align-items: center;
	justify-content: center;
	margin: 0;
}
ul.nav-menu > li {
	list-style: none;
	margin: 0 10px;
	padding: 15px 0;
}
ul.nav-menu > li > a {
	font-size: 16px;
	text-transform: capitalize;
}
ul.nav-menu > li > a:hover {
	color: #C99342;
}
ul.nav-menu > li.child-menu>a {
	padding-right: 20px;
    background: url(../images/arrow-1.png) no-repeat center right;
    background-size: 12px;
}
ul.nav-menu > li ul.sm-link > li > a{
	padding: 5px 20px 5px 0;
}
.sub-menu-box ul.sm-link li > a {
    display: block;
    position: relative;
}
ul.nav-menu > li ul.sm-link > li > a.ctinn_mitem.ctbold {
    font-weight: 700;
}
/* ul.nav-menu > li ul.subchild_level_1 > li.has_children > ul.subchild_level_2 {
    list-style: none;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    padding: 5px 0;
	display: none;
}

ul.nav-menu > li ul.subchild_level_1 > li.has_children:hover > a{
	background: #ddd;
}
ul.nav-menu > li ul.subchild_level_1 > li.has_children > ul.subchild_level_2 > li {
    padding: 5px 10px;
}
ul.nav-menu > li ul.subchild_level_1 > li.has_children:hover > ul.subchild_level_2{
	display: block;
}

.sub-menu-box ul.sm-link li > a i.fa {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}
 */


.bar-header {
    background-color: #2E2142;
    padding: 5px 10px;
}
ul.bar-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.bar-list li {
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
ul.bar-list li img {
	margin-right: 15px;
}
ul.bar-list li span img {
	margin-right: 0;
}
.menu-btn {
    cursor: pointer;
}


footer {
    position: relative;
    background-color: #2E2142;
    border-top: 8px solid #C99342;
	z-index: 1;
}

footer:before {
    content: '';
    position: absolute;
    top: -51px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('../images/ff-div1.png') no-repeat center;
    background-size: contain;
}

a.f-logo {
    display: block;
    max-width: 240px;
    margin-bottom: 50px;
}

.dt-footer {
    padding: 70px 20px;
}

.dt-footer h4 {
    color: #C99342;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cr-footer {
    background-color: #C99342;
    padding: 12px 20px;
}

ul.cr-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
	margin: 0;
	padding: 0;
}
ul.cr-list li {
	margin: 0 20px;
	color: #2E2142;
}

.get-touch-box {
    margin-bottom: 40px;
}

ul.f-list {
	list-style: none;
}
ul.f-list li {
	margin-bottom: 15px;
	color: #fff;
	display: flex;
	align-items: center;
}
ul.f-list li a {
	color: #fff;
	display: flex;
	align-items: center;
}
ul.f-list li a:hover {
	color: #C99342;
}
ul.f-list li a img {
	margin-right: 12px;
}

ul.f-list li a {
    color: #fff;
    display: flex;
    align-items: center;
}

ul.f-list li img {
    margin-right: 12px;
}

.dt-footer>div {
    display: flex;
}

.dt-col-left {
    width: 30%;
}

.dt-col-mid {
    width: 40%;
}

.dt-col-right {
    width: 30%;
    padding-left: 30px;
}

.pay-box h4 {
    display: flex;
    align-items: center;
}

.pay-box h4 img {
    margin-right: 10px;
}

.quick-link-box {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

ul.q-link {
	list-style: none;
}
ul.q-link li {
	margin-bottom: 15px;
}
ul.q-link li a {
	color: #fff;
}
ul.q-link li a:hover {
	color: #C99342;
}
.social-box {
    margin-top: 40px;
}

ul.ss-link {
    list-style: none;
    display: flex;
    align-items: center;
	justify-content: center;
}
ul.ss-link li {
	margin: 0 8px;
}
ul.ss-link li img {
	transition: all 0.3s ease-in-out;
}
ul.ss-link li img:hover {
	transform: scale(1.1);
}
.dt-col-right p {
    color: #fff;
}
.dt-col-right>div {
    margin-bottom: 30px;
}






/* --- Category Page Code --- */

.nav-breadcrumb {
	padding: 0px 0px 40px;
}
.nav-breadcrumb > ul {
	list-style: none;
	display: flex;
}
.nav-breadcrumb > ul > li {
	font-size: 18px;
	margin-right: 10px;
	color: #C99342;
}
.nav-breadcrumb > ul > li > span {
	margin-right: 10px;
}
 .nav-breadcrumb > ul > li > a {
	color: #5E6366;
}

.archive .m-content h1 {
    font-family: 'Lustria', serif;
    font-size: 40px;
    font-weight: 400;
	text-align: left;
}

.m-content p {
    font-size: 18px;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}

.p-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
    display: none;
}

/*=== Shop & Archive Page Css ===*/


.layout__main .cts_woocommerce{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 7rem;
    position: relative;
    z-index: 1;
}
body:not(.woocommerce-checkout,.woocommerce-cart,.woocommerce-account,.woocommerce-order-received) .layout__main .woocommerce{
    max-width: 100%;
    margin: 0;
    padding: 0;
}
body.archive main.layout__main {
    padding: 40px 0 0;
}
body.archive main.layout__main .woocommerce{
	padding-top: 0
}
.nav-breadcrumb .breadcrumbs__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
	line-height: 1;
}
.nav-breadcrumb .breadcrumbs__wrapper .breadcrumbs__item,
.nav-breadcrumb .breadcrumbs__wrapper .breadcrumbs__item > a {
    color: #C99342;
    font-size: 18px;
    font-weight: 400;
}
.nav-breadcrumb .breadcrumbs__wrapper .breadcrumbs__item > a {
    color: #5E6366;
}
.nav-breadcrumb .breadcrumbs__wrapper .breadcrumbs__item > a:hover {
    color: #C99342;
}
.m-content {
    margin-bottom: 40px;
}
.m-content .term-description h3,
.m-content .term-description h4,
.m-content .term-description h5,
.m-content .term-description h6,
.m-content .term-description h2,
.m-content .term-description h1,
.m-content .term-description p {
    text-align: left !important;
}
.product__wrapper .product__item a{
	height: auto;
	min-height: 100%;
}
.archive .product__wrapper .product__item{
	display: flex;
	height: 100%;
	flex-direction: column;
}
section.module.ct_prorelated_pro .product__wrapper .product__item a,
.ct_upsell_prod .product__wrapper a,
.archive .product__wrapper .product__item a {
    height: auto;
	min-height: auto;
	color: #000;
}
.home .product__wrapper .product__item .viewmorebtn_wrap,
.home .product__wrapper .product__item a.button.add_to_cart_button, 
.home .product__wrapper .product__item a.button.product_type_simple, 
.home .p-box a.add-basket-btn{
	display: none;
}
section.module.ct_prorelated_pro .product__wrapper .product__item a.button.product_type_simple,
section.module.ct_prorelated_pro .product__wrapper .product__item a.button.add_to_cart_button, 
section.module.ct_prorelated_pro .product__wrapper .product__item a.added_to_cart,
.related_proslider a.product_type_simple,
.related_proslider a.added_to_cart,
.product__wrapper .product__item a.added_to_cart,
.product__wrapper .product__item a.button.add_to_cart_button, 
.product__wrapper .product__item a.button.product_type_simple,
.p-box a.add-basket-btn {
    background: #2E2142;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 25px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
	min-height: auto;
}
.related_proslider a.added_to_cart,
.product__wrapper .product__item a.added_to_cart{
	margin-top: 10px;
}
section.module.ct_prorelated_pro .product__wrapper .product__item a.button.product_type_simple:hover,
section.module.ct_prorelated_pro .product__wrapper .product__item a.button.add_to_cart_button:hover, 
section.module.ct_prorelated_pro .product__wrapper .product__item a.added_to_cart:hover,
.related_proslider a.product_type_simple:hover,
.related_proslider a.added_to_cart:hover,
.product__wrapper .product__item a.added_to_cart:hover,
.product__wrapper .product__item a.button.add_to_cart_button:hover, 
.product__wrapper .product__item a.button.product_type_simple:hover,
.p-box a.add-basket-btn:hover {
    background: #C99342;
    color: #2E2142;  
}
section.module.ct_prorelated_pro .product__wrapper .product__item .block__item-txt,
.ct_upsell_prod .product__wrapper .block__item-txt,
.archive .product__wrapper .product__item .block__item-txt {
    background-color: #fff;
    display: block;
    padding: 15px 0 0;
	min-height: 115px;
}
section.module.ct_prorelated_pro .product__wrapper .product__item .block__item-txt p.block__item-txt-category{
	display: none;
}
.archive .product__wrapper .product__item .block__item-txt h5 {
    display: none;
}
section.module.ct_prorelated_pro .product__wrapper .product__item a:hover,
.ct_upsell_prod .product__wrapper a:hover,
.archive .product__wrapper .product__item a:hover {
    color: #ca9735;
}
section.module.ct_prorelated_pro .product__wrapper .product__item h2.woocommerce-loop-product__title,
.ct_upsell_prod .product__wrapper:not(.product__wrapper--list) .block__item-txt h2.woocommerce-loop-product__title,
.archive .product__wrapper .product__item .block__item-txt h2.woocommerce-loop-product__title {
	font-size: 20px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: capitalize;
}
section.module.ct_prorelated_pro .product__wrapper .product__item .block__item-txt span.price,
.archive .product__wrapper .product__item .block__item-txt span.price {
    margin: 0px;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
	display: block;
}
section.module.ct_prorelated_pro .product__wrapper .product__item .block__item-txt span.price span.woocommerce-Price-amount.amount,
.archive .product__wrapper .product__item .block__item-txt span.price span.woocommerce-Price-amount.amount{
	font-family: Poppins;
	font-weight: 500;
}
section.module.ct_prorelated_pro .product__wrapper .product__item .block__item-txt span.price .price del,
.archive .product__wrapper .product__item .block__item-txt span.price .price del {
    color: rgba(94 99 102 / 80%);
}
section.module.ct_prorelated_pro .product__wrapper .product__item .viewmorebtn_wrap,
.archive .product__wrapper .product__item .viewmorebtn_wrap {
    margin-bottom: 10px;
    margin-top: 10px;
}
section.module.ct_prorelated_pro .product__wrapper .product__item .viewmorebtn_wrap a.viewmorebtn,
.archive .product__wrapper .product__item .viewmorebtn_wrap a.viewmorebtn {
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    color: #C99342;
}
section.module.ct_prorelated_pro .product__wrapper .product__item .viewmorebtn_wrap a.viewmorebtn:hover,
.archive .product__wrapper .product__item .viewmorebtn_wrap a.viewmorebtn:hover {
    color: #000;
}
.p-box a.p-btn {
    color: #C99342;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.p-box a.p-btn:hover {
    color: #2E2142;  
}

.p-box {
    cursor: pointer;
}

.p-image {
    height: 260px;
    margin-bottom: 15px;
    background-color: #000000;
    overflow: hidden;
    position: relative;
}

.p-image.sale:before {
    content: 'Sale';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    color: #2E2142;
    background-color: #C99342;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 1;
}

.p-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.p-box:hover .p-image img {
    opacity: 0.5;
    transform: scale(1.2) rotate(10deg);
}

.p-content h4 {
    font-size: 20px;
    font-weight: 500;
}

.p-content p.p-price {
    font-size: 20px;
}

.load-btn-div #loadMore {
    margin: 0;
}

.load-btn-div {
    text-align: center;
    margin-bottom: 50px;
}

.stylish-design {
    background-color: #2E2142;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.stylish-design h2 {
    font-family: 'Lustria', serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.stylish-design h2 strong {
    color: #C99342;
	font-weight: 400;
}

.stylish-design p,
.stylish-design li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.stylish-design p a{
	color: #C99342;
}
.stylish-design p a:hover{
	color: #ddd;
}
.m-divider {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding: 30px 0;
}

.m-divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1005%;
    height: 1px;
    background-color: #C99342;
    z-index: -1;
}

.m-divider img {
    display: initial;
}

.review-carousel {
    background-color: #F7F9FA;
    padding: 50px 15px;
    border-bottom: 5px solid #C99342;
}
section.module.ct_prorelated_pro .module__header h2 span,
.review-carousel h2,
.faqs-accordion h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #2E2142;
    font-family: 'Lustria', serif;
    font-size: 40px;
    font-weight: 400;
	text-transform: capitalize;
}
section.module.ct_prorelated_pro .module__header h2 span{
	margin: 0;
}
.faqs-accordion {
    padding: 60px 0;
    margin-bottom: 40px;
}

.main-accordion h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.main-accordion h3:before,
.main-accordion h3:after {
    content: '';
    position: absolute;
    width: 18px;
    display: block;
    background-color: #C99342;
    left: 0;
    height: 2px;
    top: 12px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.main-accordion h3:after {
    left: 8px;
    width: 2px;
    height: 18px;
    top: 4px;
}

.main-accordion .accord-content {
    padding-left: 35px;
}
    
.main-accordion p {
    line-height: 1.6;
}

.main-accordion .accord-item {
    padding: 20px 0px;
    border-bottom: 1px solid #C99342;
}

.main-accordion .accord-item.active {
    border-bottom: 1px solid #C6CACC;
}

.main-accordion .accord-item.active h3 {
    margin-bottom: 20px;
}

.main-accordion .accord-item.active h3:after {
    opacity: 0;
}

.hide-content {
    display: none;
}

.read-btn {
    font-size: 18px;
    color: #C99342;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

.read-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 10px;
    background: url(../images/read-ar1.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.read-btn.opened:before {
    transform: rotate(0deg);
}

.sort-filter {
    padding: 40px 15px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_item_custom select {
    border: 1px solid #DEDFDF;
    color: #212121;
    font-size: 16px;
    padding: 20px 25px;
    min-width: 315px;
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    background: url(../images/arrow-1.png) no-repeat 90% center #ffffff;
    background-size: 15px;
}


/* --- Animation Code --- */
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes move {
    100% {
        transform: translateX(-100%);
    }
}

.block__item--filter ul.category_filtersel {
    display: none !important;
}
.layout__main .woocommerce .lmp_load_more_button {
    padding-top: 40px;
    padding-bottom: 0px;
}
.layout__main .woocommerce .module__row.pagination__row {
	margin: 40px 0 0;
    border: 0 none;
    padding: 0;
}
.layout__main .woocommerce .lmp_load_more_button a.lmp_button.ctview_more_btn {
    font-size: 16px !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
}
.module__header.mfilter_wrapper {
    flex-direction: row;
    justify-content: space-between;
	align-items: flex-start;

}
.block__item--filter{
	display: block;
}


/*=== Single Product Page Css ===*/

.desktop_prodes_tab_title {
	display: block !important;	
}
.mob_prodes_tab_title {
    display: none !important;
}
.single-product main.layout__main {
    padding: 40px 0 0;
}


.woocommerce .wpfFilterWrapper {
    margin: 0 !important;
    padding: 0 !important;
    padding: 0 !important;
}
.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll {
    max-height: initial;
    overflow-y: inherit;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    min-height: 64px;
    border: 1px solid #DEDFDF;
    color: #212121;
    font-size: 16px;
    padding: 20px 25px;
	min-width: 300px;
    max-width: 300px;
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
}
.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll > .submenu_select {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #000;
	box-shadow: 0px 0px 10px rgba(0 0 0 / 50%);
	z-index: 10;
    padding: 15px;
	width: 100%;
	max-height: 300px;
    overflow-y: auto;
}
.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll:before {
	content: "Product Type";
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer !important;
    background: url(../images/arrow-1.png) no-repeat 90% center;
    background-size: 15px;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
}
.woocommerce .ct_ratingfilter .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll:before {
	content: "Rating";
}
.woocommerce .mfilter_wrapper .wpfFilterButtons {
    min-width: auto;
    margin: 0;
    padding: 0;
	text-align: right;
}
.woocommerce .wpfFilterButtons button.wpfClearButton.wpfButton {
    margin: 20px 0 0;
    padding: 0;
    background-color: #2e2142!important;
    color: #ffffff!important;
    font-size: 14px;
    padding: 12px 15px;
    min-height: auto;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.woocommerce .wpfFilterButtons button.wpfClearButton.wpfButton:hover{
	background-color: #c99342!important;
}
.woocommerce .ct_filterwrap {
    display: flex;
    align-items: flex-start;
}
.woocommerce .ct_filterwrap .ct_categoryfilter {
    margin-right: 15px;
}
.woocommerce .mfilter_wrapper .block__item--orderby {
	order: initial;
	justify-content: flex-start;
    align-items: flex-start;
}
.stylish-design .fulldws-text{
	display: none;
}
.stylish-design a.ades_moreless {
	display: block;
	margin: 20px 0;
	color: #C99342;
}
.stylish-design a.ades_moreless.rmore:after{
	content: "\f107";
    display: inline-block;
    margin-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    position: relative;
    top: 2px;
    text-rendering: auto;
	transition: all 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stylish-design a.ades_moreless.rless:after{
	content: "\f106";
    display: inline-block;
    margin-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    position: relative;
    top: 2px;
    text-rendering: auto;
	transition: all 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*=== New Single Product Page Css ===*/

.single_topcnt_wrap .product__row {
    margin-top: 0;
}
.single_topcnt_wrap .summary h2 {
    padding: 0;
    border: 0;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    margin: 0 0 20px;
}
.desktop_wootab_cstm ul.wc-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.desktop_wootab_cstm ul.wc-tabs li {
    margin: 0 50px 35px 0px;
}
.desktop_wootab_cstm ul.wc-tabs li a {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    padding-bottom: 12px;
    color: #919699;
    position: relative;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.desktop_wootab_cstm ul.wc-tabs li.active a {
    color: #fff;
}
.desktop_wootab_cstm ul.wc-tabs li a:hover:after, 
.desktop_wootab_cstm ul.wc-tabs li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #C99342;
    border-radius: 2px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.faqs-accordion.single_prpg_faq {
    padding-top: 45px;
}
section.module.ct_prorelated_pro .block__item {
    height: auto;
}
section.module.module-product-slider.ct_upsell_prod {
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 50px;
}

section.module.module-product-slider.ct_upsell_prod h2 span {
    color: #000;
    text-align: center;
    font-family: Lustria;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
}
.module-product-slider.ct_upsell_prod .product__item .block__item-txt{
	padding-top: 10px;
}
.module-product-slider.ct_upsell_prod .product__item .block__item-txt p.desc,
.module-product-slider.ct_upsell_prod .product__item .block__item-txt .block__item-txt-category {
	display: none;
}
.module-product-slider.ct_upsell_prod .product__item .block__item-txt span.price {
    margin: 0px;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    display: block;
}
.module-product-slider.ct_upsell_prod .product__item .block__item-txt span.price span.woocommerce-Price-amount.amount {
    font-family: Poppins;
    font-weight: 500;
}
.module-product-slider.ct_upsell_prod .product__item .block__item-txt span.price .price del {
    color: rgba(94 99 102 / 80%);
}
.module-product-slider.ct_upsell_prod .product__item .viewmorebtn_wrap {
    margin-bottom: 10px;
    margin-top: 10px;
}
.module-product-slider.ct_upsell_prod .product__item .viewmorebtn_wrap a.viewmorebtn {
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    color: #C99342;
}
.module-product-slider.ct_upsell_prod .product__item a.viewmorebtn:hover {
    color: #000;
}
.module-product-slider.ct_upsell_prod .product__item h2.woocommerce-loop-product__title{
	color: #000;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: capitalize;
}
.module-product-slider.ct_upsell_prod .product__item a:hover h2.woocommerce-loop-product__title{
	color: #C99342;
}
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel h1,
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel h2,
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel h3,
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel h4,
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel h5,
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel h6,
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel * {
    color: #fff;
}
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel h2{
	font-size: 2.3rem;
}
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel p{
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.44px;
}
.desktop_wootab_cstm .woocommerce-Tabs-panel.panel p strong{
	color: #C99342;
	text-transform: uppercase;
}
.xoo-cp-active .xoo-cp-container {
    max-width: 760px !important;
}
.xoo-cp-active .xoo-cp-container table.xoo-cp-pdetails td {
	padding: 10px !important;
}
.woocommerce .single_topcnt_wrap div.product .woo-custom-stock-status,
.single_topcnt_wrap .summary p.price {
    display: inline-block;
	vertical-align: top;
	margin: 0;
}
.single_topcnt_wrap .summary p.price{
	padding-right: 20px;
	position: relative;
}
.single_topcnt_wrap .summary p.price:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 30px;
	background-color: #919699;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.woocommerce .single_topcnt_wrap div.product .woo-custom-stock-status{
	font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    color: #2E2142 !important;
    padding: 10px 0 0 18px;
}
.single_topcnt_wrap .summary p.price {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
}
.single_topcnt_wrap .summary p.price span.woocommerce-Price-amount.amount {
	font-size: 32px;
	font-family: Poppins;
	font-weight: 500;
}
.single_topcnt_wrap .summary #wl-wrapper.wl-button-wrap{
	display: none !important;	
}
.single_topcnt_wrap .summary .cart {
    margin-top: 23px;
}
.single_topcnt_wrap .custom-visitor-count-st{
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	color: #C99342;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	width: 100%;
	margin-bottom: 23px;
}
.single_topcnt_wrap .custom-visitor-count-st span.cv-value{
	margin-left: 10px;
}
.single_topcnt_wrap .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.single_topcnt_wrap .woocommerce-product-details__short-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single_topcnt_wrap .woocommerce-product-details__short-description ul li {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    padding-left: 32px;
	position: relative;
}
.single_topcnt_wrap .woocommerce-product-details__short-description ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	width: 24px;
	background-image: url('../images/chekc-icon.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.ct_payment_img_cnt_wrap{
	margin-top: 20px;
}
.ct_payment_img_cnt_wrap h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #000;
}
.ct_payment_img_cnt_wrap .product-block--payment-icons {
    margin-top: 10px;
}
.related_proslider.owl-theme .owl-dots {
    margin: 50px 0 20px !important;
}
.related_proslider.owl-theme .owl-dots button.owl-dot {
    margin: 0 3px;
}
.related_proslider.owl-theme .owl-dots button.owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0;
    background: #E3E5E5;
	position: relative;
}
.related_proslider.owl-theme .owl-dots button.owl-dot span:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 10px;
	width: 10px;
	background-color: transparent;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 100%;
	transition: all 0.5s ease-in-out;
}
.related_proslider.owl-theme .owl-dots .owl-dot.active span:before,
.related_proslider.owl-theme .owl-dots .owl-dot:hover span:before {
    background: #CC9933;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li {
    padding: 20px 0px !important;
    position: relative;
    margin: 0;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li:after {
    content: "";
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 90%;
    background-color: #C99342;
    transform: translateX(-50%);
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container img.avatar {
    display: none;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container .comment-text {
    padding: 0 !important;
    border: 0 none !important;
    margin: 0 !important;
    border-radius: 0px !important;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container .comment-text .star-rating {
    float: none;
    margin-bottom: 10px;
    color: #C99342 !important;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container .comment-text .star-rating span {
    color: #C99342;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container .description p,
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container .description {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
	color: #fff;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container .description p{
	margin-bottom: 25px;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li .comment_container .description p:last-child{
	margin: 0;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews #review_form #respond p label,
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews .form-submit input{
	cursor: pointer;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews .form-submit input:hover{
	background-color: #ca9735;
}
.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews input[type="checkbox"]:not(.normal){
	appearance: auto;
	-moz-appearance: auto;
	-o-appearance: auto;
	-ms-appearance: auto;
}
.single_topcnt_wrap .summary a.added_to_cart,
.single_topcnt_wrap .summary button.single_add_to_cart_button{
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	width: auto;
	background: #2E2142;
	padding: 1.3rem 1.5rem;
	margin: 0;
}
.single_topcnt_wrap .summary a.added_to_cart{
	margin: 0 0 0 10px;
    position: relative;
    top: 1px;
}
.single_topcnt_wrap .summary a.added_to_cart:hover,
.single_topcnt_wrap .summary button.single_add_to_cart_button:hover{
	background: #C99342;
}
.woocommerce .cart-collaterals {
    padding-bottom: 100px;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout{
	margin-top: 35px;
}
.desktop_wootab_cstm .stylish-design .mob_prodes_tab_title h2 {
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: capitalize;
	color: #919699;
	margin: 0;
	padding: 15px 15px 15px 45px;
	border-bottom: 1px solid #C99342;
	margin: 0 0px;
	position: relative;
	cursor: pointer;
}
.desktop_wootab_cstm .stylish-design .mob_prodes_tab_title.active h2{
	color: #fff;
}
.desktop_wootab_cstm .stylish-design .mob_prodes_tab_title h2:before,
.desktop_wootab_cstm .stylish-design .mob_prodes_tab_title h2:after{
    content: '';
    position: absolute;
    width: 20px;
    display: block;
    background-color: #C99342;
    left: 0;
    height: 2px;
	top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.desktop_wootab_cstm .stylish-design .mob_prodes_tab_title h2:after{
	left: 8px;
	width: 2px;
    height: 20px;
}
.desktop_wootab_cstm .stylish-design .mob_prodes_tab_title.active h2:after{
	opacity: 0;
}
.desktop_wootab_cstm .stylish-design .woocommerce-Tabs-panel{
	padding: 25px 0;
}
.single_topcnt_wrap .summary .quantity{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
.quantity button {
    min-height: 50px;
    width: 35px;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    background: #D6D6D6;
    padding: 0px 0;
}
.quantity input.qty {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #fff;
    min-width: 35px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    color: #000;
    border: 1px solid #D6D6D6;
    min-height: 50px;
    width: auto;
}

/*=== Out Of Stock Product Css ===*/

.single_topcnt_wrap .summary .quantity.hidden {
    display: none;
}
.single_topcnt_wrap .outofstock .summary p.price:after {
    content: none;
}
.woocommerce .single_topcnt_wrap div.product.outofstock p.woo-custom-stock-status {
    padding: 30px 0 0;
}

/*=== Cart Page Css ===*/
.cart .product-quantity .quantity .qty,
.cart .product-quantity .quantity button,
.cart .product-quantity .quantity input.qty{
	min-height: auto;
	height: 40px;
	margin: 0;
	line-height: 32px;
}

/* --- Media Query Code --- */


@media only screen and (min-width: 1199px){
	
	.review-carousel .ti-widget.ti-goog .ti-widget-container{
		align-items: flex-start !important;
	}
	.review-carousel .ti-widget.ti-goog .ti-col-4 .ti-footer.source-Google {
		box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
		border-top-width: 0px !important;
		border-bottom-width: 0px !important;
		border-left-width: 0px !important;
		border-right-width: 0px !important;
		background-color: white !important;
		backdrop-filter: blur(0px);
		min-height: 248px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1280px) {
    ul.nav-menu li.child-menu>a {
        background-size: 12px;
        font-size: 15px;
		padding-right: 14px;
    }
	ul.nav-menu > li ul.subchild_level_1 > li > a{
		font-size: 15px;
	}
}

@media only screen and (max-width: 1199px) {
	
	ul.nav-menu li.child-menu {
		margin: 0 10px;
	}
	ul.nav-menu > li ul.subchild_level_1 > li > a,
    ul.nav-menu li.child-menu>a {
        font-size: 14px;
    }
    ul.bar-list li {
        font-size: 15px;
        font-weight: 500;
    }
    /* .bar-header>div {
        overflow-x: scroll;
    } */
    .bar-header>div::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
    .bar-header ul.bar-list {
        width: 1100px;
        transform: translateX(30%);
        animation: 15s linear infinite move;
    }
    .th-col-left,
    .md-col-left {
        width: 30%;
    }
    .th-col-right,
    .md-col-right {
        width: 70%;
    }
}


@media only screen and (max-width: 1024px) {
	
	.nav-header .mg-container {
		width: 100%;
	}
    .p-item {
        width: 33%;
    }
    ul.h-detail li, 
    ul.h-link li {
        font-size: 15px;
    }
    ul.nav-menu li.child-menu {
        margin: 0 10px;
    }
    ul.nav-menu li.child-menu>a {
        background-size: 10px;
    }
    .dt-footer>div {
        flex-wrap: wrap;
    }
    .dt-col-left {
        width: 40%;
    }
    .dt-col-mid {
        width: 60%;
    }
    .dt-col-right {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }    
}

@media only screen and (max-width: 991px) {
	
    .stylish-design p, .stylish-design li, .m-content p {
        font-size: 16px;
    }
	.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll{
		min-height: 56px;
	}
	.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll:before{
		padding: 15px 20px;
	}
	.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll,
    .filter_item_custom select {
        padding: 15px 20px;
		min-width: 220px;
		max-width: 220px;
    }
	.woocommerce .wpfFilterButtons button.wpfClearButton.wpfButton{
		width: 100%;
	}
    form.search-form input[type="text"] {
        font-size: 16px;
    }
    .th-col-left, .md-col-left {
        width: 25%;
    }
    .th-col-right, .md-col-right {
        width: 75%;
    }
    ul.nav-menu li.child-menu>a {
        font-size: 14px;
    }
    .sale-btn a {
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
    }
    ul.ad-list li a {
        font-size: 14px;
    }
    ul.h-detail li, ul.h-link li {
        font-size: 14px;
    }
    ul.h-link li {
        margin-left: 0;
    }
    ul.h-detail li img {
        width: 20px;
    }
    ul.h-detail li {
        margin: 0 5px;
    }
    .mid-header {
        padding: 20px 10px;
    }
	
	.archive .product__wrapper .product__item .block__item-txt{
		min-height: auto;
	}
}
@media only screen and (min-width: 992px) {
	
    header.mobile-header {
        display: none;
    }
	
}
@media only screen and (max-width: 991px) {
    ul.cr-list {
        flex-wrap: wrap;
        text-align: center;
    }
    ul.cr-list li {
        margin: 0;
    }
    .top-header>div,
    .mid-header>div {
        flex-wrap: wrap;
    }
    .th-col-left, .md-col-left,
    .th-col-right, .md-col-right {
        width: 100%;
    }
    ul.h-link {
        justify-content: center;
        margin-bottom: 10px;
    }
    ul.h-detail {
        justify-content: center;
    }
    a.h-logo {
        margin: 0 auto 20px auto;
    }
    form.search-form input[type="text"] {
        width: 100%;
    }
    .nav-header {
        padding: 15px 10px;
    }
    .sub-nav>div {
        flex-wrap: wrap;
    }
    .sub-nav>div>div {
        width: 100% !important;
    }
    ul.nav-menu li.child-menu>a {
        font-size: 13px;
    }
	header.desktop-header{
		display: none;
	}
	.m-nav ul.sub-menu>li.has_children_leve2.opened > a > span.arrow,
	.m-nav ul.nav-menu>li.child-menu.opened > a > span.arrow {
        transform: rotate(180deg);
    }
    .m-nav .get-touch-box {
        margin-top: 30px;
    }
    .m-nav h4 {
        font-size: 24px;
        color: #C99342;
        font-weight: 600;
    }
    .m-nav ul.f-list li, 
    .m-nav ul.f-list li a,
    .m-nav .pay-box h4 {
        justify-content: flex-start;
    }
    .m-nav .pay-box {
        margin-top: 20px;
    }
    .m-nav .pay-box h4 + img {
        margin: 0;
    }
    .m-nav li.child-menu span.arrow {
        background: url(../images/arrow-2.png) no-repeat center;
        background-size: contain;
        width: 15px;
        height: 10px;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
		transform: translateY(-50%);
    }
    .m-nav {
        padding: 20px 20px 10px;
        background: #2E2142;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 9;
        display: none;
    }
    .m-nav ul.nav-menu {
        display: block;
        list-style: none;
    }
    .m-nav ul.nav-menu>li {
        margin: 0;
		padding: 0;
        position: relative;
    }
    .m-nav ul.nav-menu>li>a {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
        display: block;
        padding-bottom: 10px;
		padding-top: 10px;
		padding-right: 28px;
		margin: 0;
        border-bottom: 1px solid #C99342;
		position: relative;
    }
	.m-nav ul.sub-menu>li>a:hover{
		color: #C99342;
	}
    .m-nav ul.sub-menu {
        margin: 15px 0;
        display: none;
        list-style: none;
    }
    .m-nav ul.sub-menu>li {
        margin-bottom: 10px;
    }
    .m-nav ul.sub-menu>li>a {
        color: #fff;
		display: block;
		position: relative;
    }
    .nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        box-shadow: none;
        padding: 15px 20px 10px 20px;
    }
    ul.ad-list img {
        width: 40px;
    }
    .menu-btn img {
        width: 30px;
    }
    a.h-logo {
        margin: 0;
        max-width: 150px;
    }
    .top-header {
        padding: 10px 15px;
    }
    .search-header {
        padding: 10px 15px 15px;
    }
    form.search-form {
        border-radius: 3px;
        border: 1px solid #E3E5E6;
        overflow: hidden;
		padding: 0;
    }
	.m-nav ul.sub-menu>li  ul.subchild_level_2 {
		list-style: none;
		margin: 15px 0 0;
		padding: 20px 0 0;
		border-top: 1px solid #C99342;
		display: none;
	}
	.m-nav ul.sub-menu>li ul.subchild_level_2 > li {
		display: block;
		margin-bottom: 10px;
	}
	.m-nav ul.sub-menu>li ul.subchild_level_2 > li > a {
		color: #fff;
	}
	.m-nav ul.sub-menu>li ul.subchild_level_2 > li > a:hover{
		color: #C99342;
	}
}

@media only screen and (min-width: 768px) {
	
    footer.mobile-footer {
        display: none;
    }
	
}

@media only screen and (max-width: 767px) {
	
    .sort-filter {
        flex-wrap: wrap;
    }
    .sort-filter>div, .filter_item_custom select{
        width: 100%;
    }

	.filter_item_custom {
		width: 48%;
		max-width: 48%;
	}
    .filter_item_custom select { 
        margin: 2px 0;
		min-width: auto;
		width: 100%;
    }
    
    footer.desktop-footer {
        display: none;
    }
    .dt-col-left {
        width: 100%;
    }
    .dt-col-mid {
        width: 100%;
        margin-top: 40px;
    }
    .quick-link-box {
        padding: 0;
    }
    footer.mobile-footer {
        padding: 50px 15px 20px;
        text-align: center;
        border-top: 6px solid #C99342;
    }
    footer.mobile-footer h4 {
        color: #C99342;
        font-size: 24px;
        font-weight: 600;
    }
    footer.mobile-footer p {
        color: #ffffff;
		margin: 0;
    }
    footer.mobile-footer:before {
        width: 80px;
        height: 80px;
        top: -41px;
    }
    a.f-logo {
        max-width: 160px;
        margin: 0 auto 30px;
    }
    .visit-store-box, .visit-coffee-box, .pay-box, .q-box {
        margin-bottom: 20px;
    }
    .pay-box h4 {
        justify-content: center;
    }
    .pay-box h4 + img {
        margin: 0 auto;
    }
    .quick-link-box {
        flex-wrap: wrap;
    }
    .q-box {
        width: 100%;
        border-bottom: 1px solid #C99342;
        padding-bottom: 15px;
    }
    ul.q-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.q-link li {
        margin: 5px 15px;
    }
    ul.f-list li, ul.f-list li a {
        justify-content: center;
    }
    .get-touch-box {
        margin-bottom: 20px;
    }
    .social-box {
        margin: 10px 0 20px 0;
        border-bottom: 1px solid #C99342;
        padding-bottom: 20px;
    }
    .copyrght-div p {
        font-size: 14px;
    }
    .p-item {
        width: 50%;
    }
	.archive .m-content h1{
		text-align: center;
	}
	.m-content .term-description h2, 
	.m-content .term-description p{
		text-align: center !important;
	}
	
	/*=== Product Category and Shop Page Css ===*/
	
	.woocommerce .ct_filterwrap,
	.module__header.mfilter_wrapper {
		flex-direction: column;
	}
	.module__header.mfilter_wrapper .filter_item_custom {
		width: 100%;
		max-width: 100%;
	}
	.module__header.mfilter_wrapper .filter_item_custom .woocommerce-ordering {
		width: 100%;
	}
	.module__header.mfilter_wrapper .filter_item_custom select{
		margin: 0 0 1rem;
		max-width: 100%;
		width: 100%;
		background-position: right 20px center;
	}
	.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll:before{
		background-position: right 20px center;
	}
	.woocommerce .ct_filterwrap .ct_categoryfilter,
	.woocommerce .wpfFilterWrapper .wpfFilterContent ul.wpfFilterVerScroll,
	.filter_item_custom select {
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .ct_filterwrap .ct_ratingfilter {
		width: 100%;
	}
	
	/*=== Single Product Page Css ===*/
	
	.desktop_prodes_tab_title {
		display: none !important;	
	}
	.mob_prodes_tab_title {
		display: block !important;
	}
	.desktop_wootab_cstm .stylish-design .woocommerce-Tabs-panel{
		display: none;
	}
	.single_topcnt_wrap .summary h2 {
		font-size: 30px;
		line-height: 1.4;
	}
	.single_topcnt_wrap .summary p.price {
		font-size: 18px;
	}
	.single_topcnt_wrap .summary p.price span.woocommerce-Price-amount.amount {
		font-size: 18px;
	}
	.woocommerce .single_topcnt_wrap div.product .woo-custom-stock-status {
		padding-top: 0;
	}
	.desktop_wootab_cstm .stylish-design .mob_prodes_tab_title h2 {
		text-align: left;
		font-size: 20px;
		line-height: 1.2;
	}
	section.module.module-product-slider.ct_upsell_prod h2 span {
		font-size: 28px;
	}
	.desktop_wootab_cstm .stylish-design .woocommerce-Tabs-panel {
		text-align: left;
	}
	.desktop_wootab_cstm .woocommerce-Tabs-panel.panel p {
		font-weight: 400;
	}
	.layout__main .woocommerce .desktop_wootab_cstm .woocommerce-Reviews ol.commentlist li:after{
		width: 100%;
	}
	.single_topcnt_wrap .summary .quantity{
		margin-bottom: 10px;
	}
	.nav-breadcrumb .breadcrumbs__wrapper .breadcrumbs__item, .nav-breadcrumb .breadcrumbs__wrapper .breadcrumbs__item > a{
		font-size: 14px;
	}
	.nav-breadcrumb .breadcrumbs__wrapper{
		font-size: 20px;
	}
	.single_topcnt_wrap .product__row{
		margin-bottom: 0;
	}
	.faqs-accordion.single_prpg_faq {
		padding-top: 0;
	}
	.single_topcnt_wrap .product__row .block__item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.archive .m-content h1{
		font-size: 35px;
	}
	section.module.ct_prorelated_pro .module__header h2 span,
	.stylish-design h2,
	.review-carousel h2, 
	.faqs-accordion h2{
		font-size: 30px;
	}
	.review-carousel .ti-reviews-container {
		margin: 0 !important;
	}
	section.module.ct_prorelated_pro .product__wrapper .product__item .block__item-txt, 
	.ct_upsell_prod .product__wrapper .block__item-txt, 
	.archive .product__wrapper .product__item .block__item-txt{
		min-height: auto;
	}
}

@media only screen and (max-width: 575px) {
    .p-item {
        padding: 0 10px;
    }
    .review-carousel h2, .faqs-accordion h2, .stylish-design h2 {
        font-size: 30px;
    }
    .m-divider {
        padding: 20px 0;
    }
    .dt-col-right,
    .quick-link-box {
        flex-wrap: wrap;
    }
    .dt-footer {
        padding: 50px 20px 20px 20px;
    }
    .stylish-design .mg-container {
        padding: 0 15px;
    }
    .faqs-accordion {
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 480px) {
    a.h-logo {
        max-width: 130px;
    }
    .m-content {
        text-align: center;
    }
    .m-content p,
    .stylish-design p, .stylish-design li {
        font-size: 14px;
    }
    .m-divider {
        display: none;
    }
    .stylish-design {
        padding: 40px 0;
        text-align: center;
    }
    .review-carousel h2, .faqs-accordion h2, .stylish-design h2 {
        font-size: 28px;
    }
    .main-accordion h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
	
    .product-grid {
        padding: 30px 10% 0 10%;
    }
    .p-item {
        width: 100%;
    }
	
	.filter_item_custom {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0px;
	}
	.filter_item_custom form.woocommerce-ordering {
		width: 100%;
	}
}
@media only screen and (max-width: 360px) {
	
	footer.mobile-footer h4{
		font-size: 20px;
	}
	
	
}