@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "Montserrat", sans-serif;
font-family: "Font Awesome 6 Pro";
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0 0 60px 0;
}
.dezign_top_menu{
	position: relative;
}
.Verifie_wrapper {
	display: flex;
	justify-content: end;
	margin: 0;
	gap: 50px;
}
.welcom_text {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: center;
}
.menu {
	background: #000;
	padding: 9px 0;
}
.welcom_text span {
	font-size: 12px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: 700;
	color: #c2a560;
}
.top_mini_header {
	display: none;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
}
.top_main_menu ul {
	display: flex;
	list-style: none;
	margin: 0;
	justify-content: center;
}
.main_menu ul li {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	display: inline-block;
	padding: 0;
	background-color: transparent;
}	
.main_dezign_brain_header .row .col-lg-3:last-child .main_menu {
	justify-content: end;
	display: flex;
}
.main_menu ul li img{
	margin-right:7px;
}
.logo {
	margin: 0 -30px 0 0;
}
.top_main_menu ul li {
	padding: 0px 20px;
	position: relative;
	border-right: 1px solid rgb(102, 102, 102, 0.2);
}
.top_main_menu ul li:last-child{
	border-right: none;
}
.top_section {
	background-color: #0d0d0d;
	padding: 25px 0;
	box-shadow: 0px 4px 28.13px 0.87px rgba(0, 0, 0, 0.52);
}
.top_main_menu ul li a {
	color: #797979;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	text-transform: capitalize;
}
.top_main_menu ul li a:hover{
	color:#fff;
}
.menu .container .col-md-3:last-child .main_menu {
	display: flex;
	justify-content: end;
}
.top_main_menu ul li a i{
	margin-right: 5px;
	transition: all .5s ease-in-out;
}
.top_main_menu ul li:hover a i{
	background:linear-gradient(to top, #f9f2a0, #94652b);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_main_menu ul li:last-child a::after{
	content: none;
}
.top_main_menu2 ul {
	display: flex;
	list-style: none;
	margin: 0;
	justify-content: end;
}
.top_main_menu2 ul li {
	padding: 0px 12px;
	position: relative;
	border-right: 1px solid rgb(102, 102, 102, 0.2);
}
.top_main_menu2 ul li:last-child{
	padding-right: 0;
	border-right: none;
}
.top_main_menu2 ul li img{
	margin-right: 7px;
}
.top_main_menu2 ul li a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	text-transform: capitalize;
}
.top_main_menu2 ul li a img {
	transition: all 0.5s ease-in-out;
	margin-top: -5px;
}
.top_main_menu2 ul li a:hover img{
	transform: rotateY(360deg);
}
/* mobile-menu-css-tart */
.amon {
	color: #FFF;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 0;
	z-index: 11;
	margin-top: -12px;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	margin: 0;
	margin-top: 0px;
	background-color: #000;
	display: inline-grid;
	width: 200px;
	overflow: hidden;
	padding: 10px 0;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 0px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	text-transform: capitalize;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all .5s ease-in-out;
}
.amon ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 2px;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.5s ease-in-out;
}
.amon ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.amon ul li img{
	margin-right: 7px;
}
.open-text .amon ul li {
	width: 100%;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background-color: #a67e3f;
	border-radius: 9px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
	  width: 30px;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
	width: 30px;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
	width: 30px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
	width: 30px;
}
@media screen and (max-width: 1199px) {
	.top_main_menu ul li {
		padding: 0px 11px;
	}
	.top_main_menu ul li a {
		font-size: 13px;
	}
	.top_main_menu2 ul li a img {
		width: 17px;
		margin-top: -5px;
	}
	.top_main_menu2 ul li {
		padding: 0px 5px;
	}
	.top_main_menu2 ul li a {
		font-size: 11px;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 991px) {
	.Verifie-text h2 {
		font-size: 16px;
	}
	.top_main_menu{
		display: none;
	}
	.main_dezign_brain_header {
		margin: 0 0 50px 0;
	}
	.top_main_menu2 {
		display: none;
	}
	.Verifie_wrapper {
		justify-content: center;
	}
	/* .top_mini_header {
		display: block;
	} */
	.mobile_menu {
		display: block;
	}
	.top_mini_header {
		background: #000;
		padding: 11px 0;
		margin: 0 0 30px 0;
	}
	.mob-logo-wapper{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.Verifie-main {
		justify-content: center;
	}
	.top_mini_header{
		display: block;
	}
    .top_section .container .row .col-md-4{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .top_section .container .row .col-md-3{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .main_dezign_brain_header .row .col-lg-3:last-child .main_menu {
		justify-content: center;
		display: flex;
	}
	.menu .container .col-lg-6 {
		order: -2;
	}
    .menu .col-md-12{
        text-align: right;
    }
    .main_menu_mobile{
        display: inline-block !important;
    }
	.main_menu ul li {
		padding: 0;
		font-size: 13px;
	}
	.menu .main_menu ul {
		justify-content: center;
		margin: 10px 0 0;
	}
	.menu {
		background: #000;
		padding: 12px 0;
	}
}
@media screen and (max-width: 767px){
    .Verifie-text p {
        font-size: 12px;
    }
	.dezign_top_menu::before {
		width: 130%;
		height: 101%;
		left: -20px;
		top: -1px;
		transform: skew(0deg);
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 8px 0;
	}
	.top_newsletter_link ul{
		justify-content: center;
	}
	.Verifie_wrapper{
		gap: 7px;
	}
	.main_menu ul li {
		padding: 0 20px;
		font-size: 12px;
	}
	.main_menu ul {
		justify-content: center;
	}
}
@media screen and (max-width:575px){
	.main_menu ul li {
		padding: 0 10px;
	}
}
@media screen and (max-width:480px){
	.main_menu ul {
		display: block;
		text-align: center;
	}
	.main_menu ul li:first-child {
		border-right: none;
	}
	.main_menu ul li {
		padding: 4px 20px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.round_bg {
	margin: 0 0 40px 0;
}
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 10px 0;
	overflow: auto;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height:524px;
	height: auto;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
#right_box .desc-rd table td {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #333333;
	padding: 14px 8px;
	line-height: 22px;
	padding-left: 25px;
	font-family: "Poppins", serif;
	letter-spacing: 0.60px;
}
.wrapper_2 .accordion .accordion-content table {
	width: 100%;
}
#right_box .desc-rd table td::after {
	content: '';
	background-color: #c1a45e;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
}
.img-popup {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.thumb {
	font-size: 0;
	margin-left: -7.5px;
	margin-right: -7.5px;
	text-align: center;
}
.thumb label {
	width: 16%;
	padding: 0 5.1px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
}
.thumb label img {
	display: inline-block;
	border: 0;
}
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block;
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
.img-holder input:checked ~ .lightbox:before {
	position: fixed;
	opacity: 1;
	visibility: visible;
	top: 0;
}
.img-holder input:checked ~ .lightbox {
	position: static;
	cursor: zoom-out;
}
.img-popup {
	-webkit-animation: zoomOut 0.5s ease-out;
	animation: zoomOut 0.5s ease-out;
}
.img-holder input:checked ~ .lightbox .img-popup {
	border: 3px solid #000000;
	margin: 0 auto;
	z-index: 9999;
	max-width: 800px;
	max-height: 600px;
	-webkit-animation: zoom 0.5s ease-out;
	position: fixed;
	animation: zoom 0.5s ease-out;
	top: 5%;
}
.img-holder input:checked ~ .lightbox .img-popup::after {
	content: "x";
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 33px;
	color: red;
	background: #000000;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	color: #FFF;
	font-family: "Poppins", serif;
}
/* Images Code END */

/* Table Code START */
.bg-transparent {
	background: none;
	border: none;
	text-align: right;
	padding: 0 10px;
	font-weight: 600;
	font-size: 18px;
}
.product_section {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: "Poppins", serif;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	width: 100%;
}
#right_box {
	background: #FFF;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 0px 0px 0;
	margin-top: 0px;
	max-height: 640px;
	height: 640px;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: "Poppins", serif;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.desc-rd.desc-text b {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000;
	font-family: "Poppins", serif;
}
.desc-hedtitle {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	z-index: 1;
	font-family: "Poppins", serif;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #09090926;
	padding: 0 0 12px 0;
	margin: 0 0 0 0;
}
.desc-rd p {
	font-size: 16px;
	font-family: "Poppins", serif;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 26px;
	color: #333333;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.desc-rd a {
	font-size: 18px;
	font-family: "Poppins", serif;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 26px;
	color: #c2a560;
	padding: 0px 0px;
	display: table;
	text-align: center;
	margin: 15px auto 0;
	text-decoration: underline !important;
}
.desc-rd a i {
	margin: 0px 0 0 6px;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.desc-text {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.30px;
	line-height: 25px;
}
.desc-rd ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.desc-rd li {
	padding-left: 21px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333;
	position: relative;
	text-transform: capitalize;
}
.desc-rd li::after {
	content: '';
	background-color: #c1a45e;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	position: absolute;
	left: 3px;
	top: 4px;
	bottom: 0;
	margin: auto;
}

.desc-rd.desc-text table {
	margin-bottom: 20px;
}

.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
}
.desc-rd ul li:last-child {
	margin-bottom: 0;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.wrapper_2 .container .accordion:nth-child(2) .accordion-content p {
	border-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.round_bg .container {
		max-width: 100%;
		padding: 0 20px;
	}
	#right_box .desc-rd table td {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	.product_section {
		position: relative;
		margin: 0px 0;
	}
	#right_box {
		max-height: 560px;
		height: 560px;
	}
	#right_box_2 {
		max-height: 560px;
		height: auto;
	}
}
@media screen and (max-width: 865px){
	.wrapper_2 .accordion .accordion-content tr {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}	
	#right_box .desc-rd table td {
		font-size: 13px;
		width: 100%;
		display: block;
	}
	.wrapper_2 .accordion .accordion-content table {
		border: 0 !important;
	}

}
@media screen and (max-width: 767px) {
	.product_images_wappers {
		padding: 0px 0 30px;
	}
	#right_box {
		max-height: fit-content;
		height: auto;
	}
	#right_box .desc-rd table td {
		font-size: 15px;
		width: 100%;
		display: block;
	}
	.wrapper_2 .accordion-content p {
		font-size: 13px;
	}
	.thumb label {
		width: 7%;
	}
}
@media screen and (max-width: 575px){
	.thumb label {
		width: 13%;
	}
}
@media screen and (max-width: 480px) {
	.thumb label {
		padding: 0 4.1px;
	}
	.desc-hedtitle {
		font-size: 18px;
	}
	#right_box .desc-rd table td {
		font-size: 14px;
	}
}


/* first_tab_css */

.wrapper_2 {
	margin: 0 0 60px 0;
}
.wrapper_2 .payment_policies {
	position: relative;
	margin: 0 0 20px 0;
}
.wrapper_2 .payment_policies::after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wrapper_2 .payment_policies h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Poppins", serif;
	padding: 0 25px 0 0;
	display: inline-block;
	background-color: #fff;
	z-index: 1;
}
.wrapper_2 .accordion {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrapper_2 .accordion-title {
	display: block;
	font-weight: 600;
	position: relative;
	color: #000;
	font-size: 19px;
	letter-spacing: 0.25px;
	margin-bottom: 0;
	padding: 20px 0;
}
.wrapper_2 .accordion-content p {
	display: block;
	font-weight: 400;
	position: relative;
	color: #3a3a3a;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 31px;
	letter-spacing: 0.60px;
	font-family: "Poppins", serif !important;
	margin-bottom: 0;
}
.wrapper_2 .accordion .accordion-content table,
.wrapper_2 .accordion .accordion-content tr,
.wrapper_2 .accordion .accordion-content td {
	border: 1px solid #e5e5e5;
}
.wrapper_2 .accordion-content {
	padding: 0px 0 0;
	display: none;
	transition: all 0.5s ease-in-out;
}
.wrapper_2 .tab_content_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.wrapper_2 .tab_content_wrapper .img_wrapper {
	width: 26.4%;
}
.wrapper_2 .tab_content_wrapper .tab_content {
	width: 73.6%;
}
.wrapper_2 .accordion-content .tab_content_wrapper:nth-child(1) {
	margin: 30px 0 20px;
}
.wrapper_2 .accordion-content .tab_content_wrapper:nth-child(2) {
	margin-bottom: 10px;
}
.wrapper_2 input {
	display: none;
}
.wrapper_2 .accordion:has(input:checked) .accordion-content {
	display: block;
}
  /* Icon */
.wrapper_2 .accordion-title::after,
.wrapper_2 .accordion-title::before{
	content: "";
	display: block;
	width: .15em;
	height: .75em;
	background: #000;
	position: absolute;
	right: 1.25em;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}
.wrapper_2 .accordion-title::before {
	transform: translateY(-50%) rotate(0deg);
}
.wrapper_2 .accordion:has(input:checked) .accordion-title::before {
	  opacity: 0;
}
@media screen and (max-width:991px) {
	.wrapper_2 {
		margin: 0 0 40px 0;
	}
	.wrapper_2 .payment_policies {
		margin: 0 0px 20px 0;
	}
	.wrapper_2 .accordion-content p {
		margin-bottom: 15px;
		line-height: 28px;
	}
}
@media screen and (max-width: 575px){
	.wrapper_2 .accordion-title {
		font-size: 17px;
	}
}
@media screen and (max-width:480px) {
	.wrapper_2 .accordion-title {
		font-size: 16px;
		padding: 13px 0;
	}
	.wrapper_2 .payment_policies h2 {
		font-size: 19px;
		letter-spacing: 0.5px;
		padding: 0 15px 0 0;
	}
	.wrapper_2 .payment_policies {
		margin: 0 0px 10px 0;
	}
}
@media screen and (max-width:361px) {
	.wrapper_2 .payment_policies h2 {
		font-size: 16px;
		letter-spacing: 0.3px;
		padding: 0 10px 0 0;
	}
	.wrapper_2 .accordion-title {
		font-size: 14px;
	}
}

/* main_description_css */

.product-text {
	width: 100%;
	padding: 0 14px;
}
.desc_box .main_title {
	margin-bottom: 0;
}
.product-text_2 .desc-hedtitle {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-family: "Poppins", serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 0 8px;
	margin-bottom: 0;
	margin: 0;
	border-bottom: 0;
	display: inline-block;
	background-color: #fff;
	z-index: 3;
}
.product-text_2 .main_title {
	margin-bottom: 0;
	text-align: center;
}
.product-text_2 {
	margin-top: 30px;
}
#right_box_2 {
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	/* height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
	height: auto;
	max-height: 560px; */
	margin-top: -16px;
}
#right_box_2 .desc-text {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: left;
	font-family: "Poppins", serif;
	letter-spacing: 0.30px;
	line-height: 30px;
	border: 1px solid #d4d4d4;
	padding: 25px;
	overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #d4d4d4 #f9f9f9;
  height: auto;
  max-height: 560px;
}
#right_box_2 .desc-text p {
	border-bottom: 0;
	padding: 0;
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.30px;
}


/*============================================
			image Css END 	
============================================*/

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 40px 0;
	background-color: #f7f7f7;
	padding: 40px 0;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_box {
	text-align: center;
	position: relative;
}
.service_box .service_img img {
	transition: all 0.5s ease-in-out;
}
.service_item .service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	font-family: "Poppins", serif;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	letter-spacing: 0.25px;
}
.service_text p {
	font-size: 15px;
	font-weight: 500;
	color: #666666;
	font-family: "Poppins", serif;
	line-height: 22px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	.service_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4){
		margin: 25px 0 0 0;
	}
}
@media screen and (max-width: 480px) {
	.service_item {
		grid-template-columns: repeat(1, 1fr);
	}
	.service_wrapper  .container .service_item .service_box:nth-child(2), .service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4), .service_wrapper  .container .service_item .service_box:nth-child(5){
		margin: 30px 0 0 0;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	text-align: center;
	margin: 0 0 0px 0;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
	.banner_section_res {
		display: block;
		margin: 0 auto;
	}
	.banner_section{
		display: none;
	}
}
/*================================== BANNER CSS END  ================================== */

/*============================================
			feature CSS START
============================================*/
.feature-title h3 {
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.feature-title p {
	font-size: 14px;
	color: #8e8e8e;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: "Poppins", serif;
	margin-top: -5px;
	margin-bottom: 0;
}
.feature_section {
	margin:0px 0px 40px;
}
.feature-title {
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
}
.feature-title h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.60px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0px 0 35px;
	font-family: "Poppins", serif;
}
.cate_box {
	position: relative;
	margin: 0 auto 30px;
	display: table;
}
.feature_box {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 10px 10px 0px;
}
.feature_box::after {
	content: '';
	width: 95%;
	height: 95%;
	border: 1px solid #e1e1e1;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all .5s ease-in-out;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
}
.cate_box:hover .feature_box::after{
	width: 60%;
  	height: 60%;
	border-color: #a07638;
}
.cate_box .fat_text h3{
	margin: 0 0 0 0;
}
.cate_box .fat_text h3 a {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.60px;
	transition: all 0.8s ease-in-out;
	display: block;
	text-align: center;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Poppins", serif;
	margin-top: 15px;
}
.cate_box:hover .fat_text h3 a {
	color: #a07638;
}
.view_all_btn {
	text-align: center;
	margin: 0 auto;
}
.button a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	z-index: -1;
	transition: all 0.8s ease-in-out;
	background-color: #ac904f;
}
.button.view_all_btn i {
	font-size: 17px;
	padding-left: 7px;
}
.button a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Poppins", serif;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 14px 17px;
	display: inline-block;
	position: relative;
	background: #000;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.about_right_content ul {
	margin-bottom: 30px;
}
.button a:hover::after {
	left: 0;
}
.button a:hover {
	color: #fff;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 991px){
	.feature_box {
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
	.feature-title h2 {
		margin: 0px 0 25px;
	}
}
@media only screen and (max-width: 575px){

}
@media only screen and (max-width: 480px){
	.cat_sec .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.feature-title h3 {
		font-size: 19px;
		letter-spacing: 1px;
	}
	.feature-title p {
		font-size: 12px;
	}
}
@media only screen and (max-width: 361px){
	.feature-title p {
		font-size: 13px;
	}
}
/*============================================
			feature CSS END
============================================*/
/* ABOUT1 CSS START */
.about3_wrapper {
	margin: 0px 0px 60px;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	overflow: hidden;
	padding: 40px 25px 0 0;
}
.about_bottom::after {
	content: '';
	position: absolute;
	background-color: #f3f3f3;
	width: 85%;
	height: 80%;
	right: 36px;
	top: 0;
	margin: auto;
	z-index: -1;
}
.about_bottom::before {
	content: '';
	position: absolute;
	background-image: url(../images/about_after.png);
	width: 278px;
	height: 386px;
	right: 0;
	bottom: 0px;
	margin: auto;
	z-index: -1;
}
.about_bottom_img1::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}
.about_bottom_img1:hover::after {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
}
.about_bottom_img1:hover::before {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.best_seller {
	margin: 0 0 10px 0;
}
.about_right_content h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	font-family: "Poppins", serif;
	position: relative;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: -0.30px;
}
.about_right_content p {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	font-family: "Poppins", serif;
	line-height: 27px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.about_right_content p b {
	font-weight: 700;
	color: #c2a560;
}
.button.about a i{
	margin-right:7px;
}
@media screen and (max-width: 1199px) {
	.about_bottom::after {
		right: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.about_right_content p {
		line-height: 25px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content {
		margin: 20px 0 0 0;
	}
	.about_bottom {
		max-width: 75%;
		margin: 0 auto;
	}
	.about_bottom::after {
		right: 25px;
	}
	.about3_wrapper {
		margin: 0px 0px 30px;
	}
}
@media screen and (max-width: 767px) {
	.about_bottom {
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.about_bottom::after {
		right: 39px;
	}
}
@media screen and (max-width: 535px) {
	.about_bottom::after {
		right: 15px;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content h3 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 361px) {

}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.wrapper {
	margin: 0 0 60px 0;
}
.payment_policies {
	position: relative;
	margin: 0 0 20px 0;
}
.payment_policies::after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.payment_policies h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Poppins", serif;
	padding: 0 25px 0 0;
	display: inline-block;
	background-color: #fff;
	z-index: 1;
}
.accordion {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-title {
	display: block;
	font-weight: 600;
	position: relative;
	color: #000;
	font-size: 19px;
	letter-spacing: 0.25px;
	margin-bottom: 0;
	padding: 20px 0;
}
.accordion-content p {
	display: block;
	font-weight: 400;
	position: relative;
	color: #3a3a3a;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 31px;
	letter-spacing: 0.60px;
	font-family: "Poppins", serif;
}
.wrapper .accordion:nth-child(2) .accordion-content img {
	margin-bottom: 20px;
}
.accordion-content {
	padding: 0px 0 0;
	display: none;
	transition: all 0.5s ease-in-out;
}
.tab_content_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.tab_content_wrapper .img_wrapper {
	width: 26.4%;
}
.tab_content_wrapper .tab_content {
	width: 73.6%;
}
.accordion-content .tab_content_wrapper:nth-child(1) {
	margin: 30px 0 20px;
}
.accordion-content .tab_content_wrapper:nth-child(2) {
	margin-bottom: 10px;
}
input {
	display: none;
}
.accordion:has(input:checked) .accordion-content {
	display: block;
}
  /* Icon */
.accordion-title::after,
.accordion-title::before{
	content: "";
	display: block;
	width: .15em;
	height: .75em;
	background: #000;
	position: absolute;
	right: 1.25em;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}
.accordion-title::before {
	transform: translateY(-50%) rotate(0deg);
}
.accordion:has(input:checked) .accordion-title::before {
	  opacity: 0;
}
@media screen and (max-width:991px) {
	.wrapper {
		margin: 0 0 40px 0;
	}
	.payment_policies {
		margin: 0 0px 20px 0;
	}
	.accordion-content p {
		margin-bottom: 15px;
		line-height: 24px;
		font-size: 14px;
	}
	.tab_content_wrapper .img_wrapper {
		width: 28.4%;
	}
	.tab_content_wrapper .tab_content {
		width: 68.6%;
	}
	.tab_content_wrapper {
		gap: 20px;
	}
}
@media screen and (max-width: 767px){
	.tab_content_wrapper .img_wrapper {
		width: 100%;
		text-align: center;
	}
	.tab_content_wrapper .tab_content {
		width: 100%;
		text-align: center;
	}
	.accordion-title {
		font-size: 17px;
	}
}
@media screen and (max-width:480px) {
	.accordion-title {
		font-size: 16px;
		padding: 13px 0;
	}
	.payment_policies h2 {
		font-size: 19px;
		letter-spacing: 0.5px;
		padding: 0 15px 0 0;
	}
	.payment_policies {
		margin: 0 0px 10px 0;
	}
}
@media screen and (max-width:361px) {
	.payment_policies h2 {
		font-size: 16px;
		letter-spacing: 0.3px;
		padding: 0 10px 0 0;
	}
	.accordion-title {
		font-size: 14px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	margin: 0 0 40px 0px;
}
.guaranteed-head {
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}
.guaranteed-head h5 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Poppins", serif;
}
.guaranteed_box {
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}
.ebay_logo {
	margin-bottom: 15px;
}
.start {
	margin-bottom: 10px;
}
.guaranteed_name {
	font-size: 19px;
	color: #000;
	letter-spacing: 0.25px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Poppins", serif;
}
.guaranteed_text {
	font-size: 15px;
	color: #3a3a3a;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	line-height: 23px;
	letter-spacing: 0.6px;
}
.button.review {
	text-align: center;
}
.button.review a i{
	margin-left:7px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_text {
		font-size: 13px;
		letter-spacing: 0.4px;
	}
}
@media screen and (max-width:991px) {

}
@media screen and (max-width: 575px) {
	.guaranteed_text {
		font-size: 15px;
		letter-spacing: 0.6px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 18px;
		padding: 0 10px;
		letter-spacing: 2px;
	}
	.guaranteed-head {
		margin: 0 0 20px 0;
	}
	.guaranteed_box {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed-head h5 {
		font-size: 17px;
		letter-spacing: 1px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 0 0 35px;
	background-color: #0d0d0d;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: space-around;
}
.footer_menu ul li {
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.8px;
	transition: 0.5s all ease-in-out;
	text-transform: capitalize;
	padding: 8px 0;
	display: inline-block;
}
.footer_menu ul li a::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 2px;
	width: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s ease-in-out;
}
.footer_menu ul li a img {
	width: 20px;
	margin-top: -4px;
}
.footer_menu ul li:last-child a img {
	width: 17px;
}
.footer_menu ul li a i {
	color: #c2a560;
}
.footer_logo {
	text-align: center;
	padding: 35px 0;
}
.footer_menu {
	display: inline-block;
	background-color: #000;
	width: 99%;
	margin: 0 5px;
}
.main_menu.footer_navigation ul li {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	letter-spacing: 0.6px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	display: inline-block;
	background-color: transparent;
}
.store_footer_wapper .container .col-lg-4:nth-child(3) .footer_navigation {
	justify-content: end;
	display: flex;
}
.footer_menu ul li:hover a::before {
	width: 100%;
}
.footer_top_menu {
	display: block;
	text-align: center;
	border: 5px solid #000;
	border-top: 0;
	border-bottom: 0;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: right;
}
.footer_bottom {
	padding: 12px 0;
	position: relative;
	background: #000000;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #c2a560;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-size: 14px;
	font-weight: 800;
	color: #c2a65d;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.60px;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
	.footer_menu ul {
		gap: 10px;
	}
	.main_menu.footer_navigation ul li {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer_block.footer_block03 {
		margin: 20px 0 0px 0;
		text-align: center;
	}
	.footer_menu ul {
		gap: 20px;
	}
	.footer_logo {
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.footer_menu ul li a {
		font-size: 14px;
	}
	.store_footer_wapper .container .col-lg-4:nth-child(2) {
		order: -2;
	}
	.main_menu ul {
		justify-content: center;
	}
	.store_footer_wapper .container .col-lg-4:nth-child(3) .footer_navigation {
		justify-content: center;
		margin: 20px 0;
	}
	.store_footer_wapper {
		padding: 35px 0 35px;
	}
	.footer_menu {
		width: 98%;
	}
	.footer_menu ul {
		column-gap: 80px;
		flex-wrap: wrap;
	}
	.main_menu ul {
		justify-content: center;
	}
}
@media screen and (max-width:767px){
	.footer_menu ul {
		gap: 17px;
	}
	.footer_menu ul li a {
		font-size: 11px;
	}
	.footer_menu ul {
		gap: 0;
		display: grid;
	}
	.footer_menu ul li a::before {
		bottom: 4px;
	}
	.footer_menu ul li a {
		font-size: 15px;
	}
	.footer_menu {
		width: 96%;
	}
}
@media screen and (max-width:575px){
	.footer_menu ul {
		gap: 10px;
	}
	.footer_menu ul li a {
		padding: 2px 0;
	}
	.footer_menu ul {
		padding: 5px 0;
	}
	.footer_menu ul li a::before {
		bottom: -1px;
	}
}
@media screen and (max-width:480px){
	.footer_menu ul {
		display: block;
		text-align: center;
		border-bottom: 0;
		padding: 0 0 0px 0;
		border-top: 0;
	}
	.footer_menu ul li a::before {
		bottom:0px;
	}
	.footer_menu ul li a {
		font-size: 14px;
	}
	.footer_menu ul li{
		padding:0px 0 0px 0;
	}
}
/*============================================
			promo CSS START
============================================*/
.promo_wrepper {
	margin: 0 0 40px 0;
}
.promo_box {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 10px 0;
}
.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box {
	justify-content: end;
	padding-right: 60px;
	border-right: 1px solid #c8d3e5;
}
.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box {
	justify-content: start;
	padding-left: 55px;
}
.promo_wrepper .container .row .col-md-6{
	padding: 0px;
}
.promo_text h1 {
	font-size: 22px;
	font-family: "Poppins", serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
}
.promo_text p {
	font-size: 18px;
	font-family: "Poppins", serif;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #666666;
	margin-bottom: 0;
}
.promo {
	width: 100%;
	display: flex;
	position: relative;
	box-shadow: #0003 0 16px 50px -32px;
	padding: 10px 0;
}
/* promo_responsiv */
@media only screen and (max-width: 991px) {
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 30px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 30px;
	}
	.promo_wrepper {
		margin: 0 0 30px 0;
	}
	.promo_text p {
		font-size: 15px;
	}
	.promo_text h1 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px){
	.promo {
		display: block;
		padding: 7px 0;
	}
	.promo_wrepper .container .row .col-md-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.promo_wrepper .container .row .col-md-6 .promo_box{
		justify-content: center !important;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 0px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 0px;
		border-right: 0px !important;
	}
	.promo_box {
		padding: 11px 0;
	}
	.promo_text p {
		font-size: 17px;
	}
	.promo_text h1 {
		font-size: 21px;
	}
}
@media only screen and (max-width: 480px){
	.promo_text h1 {
		font-size: 15px;
	}
	.promo_text p {
		font-size: 14px;
	}
}
/*============================================
			promo CSS END
============================================*/
.warranty_bottom {
	display: flex;
	gap: 20px;
	margin: 10px 0;
}
.moblie_payment{
	display: none;
}
@media only screen and (max-width:767px){
	.desk_payment{
		display: none;
	}
	.moblie_payment{
		display: block;
	}
}