@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

* {
	padding: 0;
	margin: 0;
}

:root {
	--main-color: #CC6D00;
	--main2-color: #CC6D00;
	--text-color: #383838;
	--sept-color: #FCF0F0;
}

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: var(--text-color);
}

.header-main {
	background: #CC6D00;
}

.navbar-expand-lg .navbar-nav .nav-item {
	padding: 17px 14px;

}

.owl-carousel .owl-item img {
	width: unset;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	color: #fff;

}

.carti {
	font-size: 9px;
	font-weight: 900;
	background-color: #fff;
	height: 14px;
	width: 14px;
	color: var(--main2-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
}

.top-header {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;

}

.fs-14 {
	font-size: 14px;
	 
}

.bg-banner {
	background-image: url(https://www.buymantraframes.com/wp-content/uploads/2023/12/buymantraframe-homepage-Banner-image-1.webp);
	background-size: cover;
	background-position: center;
}

.headmain {
	font-weight: 800;
}

.headmain {
	color: var(--main2-color);
}

.text-main {
	color: var(--main2-color)!important;

}

.text-main-2 {
	color: var(--main-color);

}

.bg-main {
	background-color: var(--main2-color);

}

.bg-main-2 {
	background-color: var(--main-color);

}

.btn {
	background-color: #CC6D00;
	padding: 10px 25px;
	border-radius: 20px;
	color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: unset;
}

.btn-main {
	background: #CC6D00;

}

.btn:hover {
	color: #fff;
}

.btn-wp {
	background: #25D366;

}

.leftLine::after {
	content: "";
	height: 100px;
	width: 100px;
	background: url(../img/path-86.webp);
	display: inline-block;
	position: absolute;
	left: 52%;

	background-repeat: no-repeat;
	background-position: center;

	top: 67%;
}

.rightLine::after {
	content: "";
	height: 100px;
	width: 100px;
	background: url(../img/path-87.webp);
	display: inline-block;
	position: absolute;
	right: 52%;
	background-repeat: no-repeat;
	background-position: center;

	top: 67%;
}

.left2Line::after {
	content: "";
	height: 100px;
	width: 100px;
	background: url(../img/path-86.webp);
	display: inline-block;
	position: absolute;
	left: 52%;
	background-repeat: no-repeat;
	bottom: 70%;
	transform: rotateX(180deg);
	background-position: center;

}

.right2Line::after {
	content: "";
	height: 100px;
	width: 100px;
	background: url(../img/path-87.webp);
	display: inline-block;
	position: absolute;
	right: 52%;
	background-repeat: no-repeat;
	bottom: 70%;
	transform: rotateX(180deg);
	background-position: center;


}

.left3Line::after {
	content: "";
	height: 100px;
	width: 100px;
	background: url(../img/path-91.webp);
	background-position: center;
	display: inline-block;
	position: absolute;
	left: 71%;
	background-repeat: no-repeat;

}

.right3Line::after {
	content: "";
	height: 100px;
	width: 100px;
	background: url(../img/path-91.webp);
	display: inline-block;
	background-position: center;

	position: absolute;
	right: 68%;
	background-repeat: no-repeat;


}

.bg-sept {
	background: var(--sept-color);
}

.main-feature {
	background: #fff;
	box-shadow: 0 0 20px #00000025;
	transition: all 0.5s ease;
	position: relative;
}

.rounded-12 {
	border-radius: 12px;
}

.main-feature .fs-big {
	color: var(--main-color);
	opacity: 0.3;
}

.fs-big {
	font-size: 70px;
	font-weight: 900;
}

.main-feature:hover {
	background: linear-gradient(to Bottom, var(--main-color), var(--main2-color));
	color: #fff;

}

.main-feature:hover .fs-big {
	color: #fff;
	opacity: 1;
}

.main-feature::after {
	content: "\2191";
	font-weight: 900;
	font-size: 30px;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	right: 30px;
}

.productGrid {
	transition: all 0.5s ease;
	position: relative;
}

.product-title {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
		font-weight: 400!important;
	    font-size: 14px!important;
}

.cross-price {
	text-decoration: line-through;
}

.pro-info .price {
    font-size: 16px;
    font-weight: 600;
}
.owl-wrapper {
	padding-left: 100px;
}

.starReview {
	height: 20px;
	padding-right: 4px;
}

.reviewTop {
	position: relative;
    border: 1px solid #ebebeb;

}

.reviewTop::before {
	content: "";
    position: absolute;
    height: 102%;
    width: 102%;
    background-color: #fff;
	z-index: -1;
    left: 4px; top: 9px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px #3838381f;


}

.owl-review .item {
	padding-top: 27px;
	padding-bottom: 27px;
}

.owl-nav button {
	height: 40px;
	width: 40px;
	background: linear-gradient(to Bottom, var(--main-color), var(--main2-color));
	color: #fff;
	border: 1px solid #ffffff !important;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: -70px;
}

.innerCrausal .owl-nav button {
	border: 1px solid #383838 !important;

}

.owl-prev {
	right: 20%;

}

.owl-next {
	right: 15%;

}

.owl-nav button span {
	color: #fff;
	font-weight: 900;
	font-size: 25px;
}
.reviewGrid{
 
    columns: 320px;
    column-gap: 20px;
 
}
.reviewGrid article {
    break-inside: avoid-column;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
.blogBox {
	box-shadow: 0 0 10px #3d3a3a60;
}

.innerCrausal .owl-nav button span {
	color: #383838;

}

.reviBox {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.rchBox {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.grid2 {
	display: grid;
	grid-template-columns: auto auto;
}

.form-control:focus {
	border-color: #383838;
	box-shadow: unset;
}

.form-control {
	border-radius: unset;

}

.inptmain:focus {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;


}

.inptmain {
	border: unset;
	padding: 10px;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.inptmain::placeholder {
	color: #fff;
}

.footLinks {
	padding-left: unset;
}

.footLinks li a {
	text-decoration: none;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
}

.breadcrumb-item a {
	text-decoration: none;
	color: #383838;
	font-weight: 500;
}

.breadcrumb-item.active {
	color: #CC6D00;
}

.inner-bg {
	background:  var(--sept-color);
}

.box-contact {
	height: 80px;
	width: 80px;
	background-color: var(--sept-color);
}

.grid6 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.itemgr img {
 
	border-radius: 50%;
	height: 90px;
	width: 90px;

}

.itemgr:hover {
	background: linear-gradient(to Bottom, var(--main-color), var(--main2-color));
	color: #fff;

}

.itemgr {
	border-top: 1px solid #CC6D0059;
	border-bottom: 1px solid #CC6D0059;
	border-right: 1px solid #CC6D0059;



}

.form-vj {
	background: unset;
	padding: 10px 20px;
	border-radius: 40px;
}

.itemgr:first-child {
	border-left: 1px solid #CC6D0059;

}

.contain-bg {
	background-size: contain;
}

.product-form__input input[type=radio] {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}

.product-form__input input[type=radio]+label {
	display: inline-block;
	margin: 3px;
	padding: 10px 16px;
	line-height: 1;
	text-align: center;
	border: 1px solid #383838;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.product-form__input input[type=radio]:checked+label {
	background-color: #ff482f !important;
	border-color: #ff482f !important;
	color: #fff;

}

.qty .input-group-tex,
.qty input {
	font-weight: 600;
	font-size: 20px;
}

.btn-cart {
	border: 1px solid #383838;
	background-color: #383838;
	color: #fff;
	font-weight: 500;
}

.btn-cart:hover {
	background-color: #fff;
	color: #383838;

}
.content {
color: #3c3c3c;
}
.content h2 {
	font-size: 25px;
	    color: var(--main2-color);
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.content h3 {
	font-size: 23px;
}
.content h4 {
	font-size: 20px;
}
.content h5 {
	font-size: 18px;
}
.content li{
	margin-bottom: 15px;
}
.fg::before{
	content: "fdsa";
}
.wp-post-image{
	max-width: 100%!important;
	height: auto!important;
	margin-bottom: 10px;
}
.productGrid .product-title{
	color: #383838;
}
.cart_item .attachment-woocommerce_thumbnail{
	max-width: 90px!important;
}
.cart_item .product-name a{
	text-decoration: none;
	color: #383838;
}
.cart_totals td, .woocommerce-checkout-review-order-table td{
	text-align: end;
}
.shop_table td, .shop_table th{
	vertical-align: middle;
}
.checkout-button{
	color: #383838;
}
.checkout-button:hover{
	text-decoration: none!important;
	color: #383838;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	padding: 6px 9px;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
	float: unset;
}
.form-row.form-row-last.validate-required{
	float: right;

}
.fixed-main{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #CC6D00;
	z-index: 1001;

}

.dropdown-item:active{
	background-color: #CC6D00;
}
.dropdown-divider{
	height: 0!important;
	margin: 0;
}
.dropdown-item{
	padding: 10px 20px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ff482f;
    box-shadow: unset;
}
.accordion-header h6{
 margin-bottom: unset;
}
.accordion-button:focus{
	border: unset;
	box-shadow: unset;
}
.dropdown-item:hover{
	background-color: var(--sept-color);
}
.navbar-toggler:focus{
	box-shadow: unset;
}
.navbar-toggler{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.navbar-toggler-icon{
	height: 3px;
	width: 25px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}
.navbar-toggler-icon::after{
	content: "";
	height: 3px;
	width: 25px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: -7px;

}
.navbar-toggler-icon::before{
	content: "";
	height: 3px;
	width: 25px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: -7px;

}
.search{
	position: relative;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	  
	}

	.search input{

	     height: 50px;
    text-indent: 32px;
    border: 2px solid #d6d4d4;


	}


	.search input:focus{

	 box-shadow: none;
	 border: 1px solid #FE0F6D;


	}

	.search .icoimg {
    position: absolute;
    top: 16px;
    left: 12px;
}

	 
.searchForm{
	background-color: #fff;
    z-index: 11;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 15px 10px 15px;
	position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
	display: none;
}
 
.owl-service .owl-nav button{
	height: 40px;
	width: 40px;
	border: unset!important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: #FE0F6D!important;
	    top: 40%;
    left: -27px;

}
.owl-service .owl-nav .owl-next{
	left: unset;
	  right: -27px!important;
}
.owl-service .owl-nav button span{
	color: #FE0F6D!important;
}

.listUn li a{
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 8px 8px;
    width: 100%;
    border-bottom: 1px solid #dddbdb;
    font-size: 15px;
   
}
.megaDrop{
      
    display: none;
     
}
.trimen span{
  color: #fff;
}
.woocommerce-product-gallery{
	position: sticky!important;
	top: 0;
}
.couponCode{
	max-width: 300px;
}
@media (max-width: 575.98px) {
	.sop-name {
		display: none !important;
	}

	.fg-center {
		justify-content: center;
	}

	.owl-prev {
		right: 32%;
	}

	.owl-wrapper {
		padding-left: unset;
	}

	.inner-bg {
		background: var(--sept-color);
		background-size: 37%;
		text-align: center;
	}

	.grid6 {
		grid-template-columns: 1fr 1fr;
	}

	.itemgr {
		border: 1px solid #CC6D0059;
		
	}
	.bg-banner{
		padding-top: unset!important; 
		padding-bottom: unset!important;
		
     }
	.breadcrumb{
		flex-wrap: nowrap;
	}
	.m-border{
		border: 1px solid #ebebeb;
		padding-top: 10px;
	}
	.owl-nav button{
		top: unset;
		bottom: 0;
	}
	.itemgr img{
	
    border-radius: 50%;
    height: 70px;
    width: 70px;
	}
	.owl-service .fs-5{
		font-size: 14px!important;
		text-align: center;
	}
	.reviewGrid{
       columns: 300px;
  }
	.phone-btn{
		grid-template-columns: 1fr!important;
		gap: 15px;
	}
}
@media (max-width: 400.98px){
	.priceDetails .btn-main{
		display: none;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.owl-wrapper {
		padding-left: 68px;
	}

	.sop-name {
		display: none !important;
	}

	.fg-center {
		justify-content: center;
	}

	.inner-bg {
		background: var(--sept-color);
	 
	}

	.grid6 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.itemgr {
		border: 1px solid #CC6D0059;
		;
	}
		.reviewGrid{
       columns: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.owl-wrapper {
		padding-left: 52px;
	}

	.grid6 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.itemgr {
		border: 1px solid #CC6D0059;
		;
	}

}

@media (min-width: 992px) {
	.citi:hover .dropdown-menu{
		display: block;
	}
	.trimen:hover .megaDrop{
		display: block;
		    transform: scaleY(1);
     }
	.megaDrop{
  background: #fff;
	position: absolute;
	right: 0;
	width: 600px;
	top: 100%;
	border-radius: 2px 2px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    z-index: 1000;
    display: none;
    transform: scaleY(0.3);
    transform-origin: top;
    transition: 0.3s transform ease-in-out;
	padding: 20px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.navbar-expand-lg .navbar-nav .nav-item {
		padding: 11px 10px;
	}



}

@media (max-width: 991.98px) {
	.bg-banner {
		background-image: unset;
		background: #efefef;
	}

	.leftLine::after {
		display: none;
	}

	.left3Line::after {
		display: none;
	}

	.left2Line::after {
		display: none;
	}

	.centerVarmala {
		display: none;
	}

	.rightLine::after {
		display: none;
	}

	.right3Line::after {
		display: none;
	}

	.right2Line::after {
		display: none;
	}

	.owl-next {
		right: 10%;
	}

	.btnAdd p {
		display: none !important;
	}
	.homeMenu{
		display: block;
		padding: 10px 20px;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10000;
		overflow-y: auto;
		width: 100%;
		height: 100%;
	    transform: translateX(-110%);
		transition: all 0.4s ease;
	}
	.carti{
		right: unset;
		left: 12px;
	}
	.showMenu{
	    transform: translateX(0);

	}
	.navbar-toggler{
		margin-right: 9px;
	}
	.navbar-brand img{
      height: 40px;
	}
	.navbar-expand-lg .navbar-nav .nav-item {
    padding: 10px 8px;
		    border-bottom: 1px solid #dbdbdb;
}
	.navbar-expand-lg .navbar-nav .nav-link{
		display: flex;
		color: #000000;
		    justify-content: space-between;
    width: 100%;
	}
	.dropdown-menu{
		border: unset;
		font-size: 15px;
     }
	.trimen span{
  color: #000;
}
	.navbar-expand-lg .navbar-nav .nav-link.prin{
		width: unset;
	}
	.bakpad {
    padding: 5px 29px;
}
	.listUn {
      padding-left: 34px;
      }
	.listUn li{
		padding: 10px 0;
	}
	#mainMenu2{
		padding-left: 34px;
    }
	.navbar-expand-lg .navbar-nav .nav-link{
		font-weight: 500;
    }
}

@media (min-width: 1200px) {}
.itemgr:hover p{
	color: #fff!important;
}

.paginationw ul{
      display: flex;
    list-style: none;
}
.paginationw ul li a, .paginationw ul li span{
	    display: inline-block;
    padding: 12px;
    width: 50px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ebebeb;
    text-align: center;
}
.page-numbers.current{
color: #ff1a45;
}
.z-indes{
	z-index: 10000;
}
.owl-product .owl-nav button{
	color: var(--main-color)!important;
	border-color: var(--main-color)!important;
	top: unset;
	bottom: -20px;
	right: unset;
	left: 10%;
}
.owl-product .owl-nav button span{
	color: var(--main-color)!important;
}
.owl-product .owl-next {
    right: 10%!important;
	left: unset!important;
}
.paginationw {
	display: flex; 
	flex-wrap: wrap;
}
.couponCode{
	background: #fff;
    box-shadow: 0 0 20px #00000025;
    transition: all 0.5s ease;
	    background: #fff;
    box-shadow: 0 0 20px #00000025;
    transition: all 0.5s ease;
    position: fixed;
    bottom: 0;
    right: 27px;
    z-index: 10000;
        border-top: 7px solid #CC6D00;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	transform: translateY(110%);
}
.couponCode span{
	cursor: pointer;
}
.ccode{
    font-weight: 900;
    padding: 12px;
    border: 3px dashed;
    border-radius: 14px;
    margin: 10px 10px!important;
    display: block;
    text-align: center;
    width: 100%;
}
.showPop{
	transform: unset;
}
.perPop{
transform: translateY(110%)!important;
}
.shop_table .input-group-text{
	display: none;
}
.product-quantity .form__label{
   display: none;
}
.shop_table .quantity .input-group{
	display: flex; 
	justify-content: end;
}
.shop_table .quantity .input-group input{
	max-width: 100px;
}
.shop_table thead{
	background: #CC6D00;
	color: #fff;
}
.shop_table .product-name{
	text-align: start;
	   
}
.shop_table .product-name a{
	 overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.wc-proceed-to-checkout .checkout-button{
	background: #CC6D00;
	color: #fff;
    border: unset;
    text-decoration: none;
}
.actions .button{
	color: #fff!important;
	background-color: #000!important;
}
.showcoupon{
 color: #000!important;
}
.closeSearch{
	cursor: pointer;
	transition: all 0.4s ease;
}
.closeSearch:hover{
   transform: rotate(80deg);
}
.woocommerce-info{
	border-top-color: var(--main-color);
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #e9e9e9;
}
.woocommerce form .form-row .input-text:focus-visible{
	border: unset;
	box-shadow: unset;
	
}
.woocommerce-checkout form .col2-set label {
     font-size: 14px;
    font-weight: 500;
}
.woof_reset_search_form{
	border: unset;
	background: unset;
	color: var(--main-color);
}
.product-title{
  font-size: 16px!important;
}
.wcpa_wrap{
	    padding: 17px!important;
    border: 1px solid #ebebeb;
}
.table>:not(caption)>*>* {
	padding: 13px 12px;}
.pewc-group-heading-wrapper h3{
	font-size: 17px!important;
		color: var(--main-color);
}
.pewc-product-extra-groups {
  padding-left: unset;
}
.woocommerce-product-gallery{
	margin-bottom: unset;
}
.cross-price{
	font-size: 14px;
}
.owl-product .owl-dots .owl-dot{
	margin: 0 2px;
	height: 6px;
    width: 8px;
    background: var(--main-color)!important;
    border-radius: 50%;
	opacity: 0.5;
}
.owl-product .owl-dots .owl-dot.active{
	 
    width: 12px;
    
    border-radius: 6px;
	opacity: 1;
}
.owl-product .owl-dots{
	display: flex;
	justify-content: center;
	margin-top: 17px;
}
.woof_container .woof_container_inner input[type="search"]{
	padding: 20px;
	border: 1px solid #ebebeb!important;
}
.productGrid:hover h3.fs-4{
	color: #CC6D00;
}