@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
/*  
font-family: "Gabarito", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Gabarito", sans-serif;
}
body{
	background-color: #ffffff !important;
}
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 ============================== */
.promo_top_text {
	background-image: linear-gradient(to top, #9b212d, #ce373d);
	padding: 12px 0;
} 
.welcom_text {
	color: #fff;
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: center;
}
.welcom_text span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Gabarito", sans-serif;
	letter-spacing: 0.5px;
}
.header_bottom {
	z-index: 1;
	position: relative;
	padding: 25px 0;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: end;
}
.main_menu ul li a i {
	margin-right: 5px;
	background-image: linear-gradient(to top, #9b212d, #ce373d);
	transition: all 0.5s ease-in-out;
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_menu ul li a {
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0 30px;
	display: inline-block;
	border-right: 1px solid #f1f1f1;
}
.main_menu ul li a:hover{
	color:#9b212d;
}
.main_menu ul li:last-child a{
	border-right:none;
}
.logo {
	text-align: center;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.main_menu.right_box2 ul {
	justify-content: end;
	display: flex;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	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: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.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;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 170px;
	overflow: hidden;
	padding: 10px;
	background-color: #faf4f4;
	border: 1px solid #a2242f;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
  background-image: linear-gradient(to top, #9b212d, #ce373d);
  transition: all 0.5s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.amon ul li a {
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: capitalize;
	padding: 7px 10px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#a2242f;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.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;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #a2242f;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.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;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width:1199px){
	.main_menu ul li a {
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.logo {
		width: 85%;
		margin: 0;
	}
	.top_section1 .container .row .col-lg-4{
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .menu{
        display: none;
    }
	.mobile_menu {
		display: block !important;
	}
	.main_menu {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.header_bottom {
		padding: 20px 0;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 65%;
	}
	.welcom_text span {
		font-size: 15px;
	}
}
@media screen and (max-width:361px){
	.welcom_text span {
		font-size: 13px;
	}
	.welcom_text {
		font-size: 13px;;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.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;
}
.table_box {
	width: 80%;
}
#right_box .desc-rd .table_item .table_box tr {
	background: url('../images/next.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 30px;
	display: flex;
}
#right_box .desc-rd .table_item .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Gabarito", sans-serif;
	width: 50%;
}
#right_box .desc-rd .table_item .table_box tr td {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #333333;
	padding: 6px 8px;
	text-transform: uppercase;
	line-height: 22px;
	font-family: "Gabarito", sans-serif;
}
#right_box .desc-rd .table_item .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Gabarito", sans-serif;
}
#right_box .desc-rd .table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 4px;
}

/* 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: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.main_title {
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 400;
	padding: 9px 6px;
	color: #191919;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #f5f5f5;
	text-transform: uppercase;
	font-family: "Gabarito", serif !important;
	border-radius: 10px;
}
.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
	border-radius: 15px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	overflow: hidden;
	border-radius: 15px;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
#main_gallery div.imagsbox_w.img_item {
	right: 0;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
@media only screen and (max-width:480px){
	.main_title {
		font-size: 17px;
	}
}
.desc-hedtitle {
	color: #191919;
	font-size: 20px;
	font-weight: 400;
	padding: 7px 5px;
	letter-spacing: 0.3px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	background-color: #f5f5f5;
	font-family: "Gabarito", serif;
	border-radius: 10px;
	margin: 0 0 10px 0;
}
.desc-rd p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #333333;
	font-family: "Gabarito", serif !important;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/top_header2.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 27px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #333333;
	font-family: "Gabarito", serif !important;
}
.desc-rd.desc-text b, strong {
	text-transform: uppercase;
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.30px;
	font-weight: 700;
	color: #191919;
	font-family: "Gabarito", serif !important;
	display: block;
}
.product-text {
	margin: 0 0 40px 0;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 575px){
	.product-text {
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width:480px){
	#right_box .desc-rd.desc-text {
		max-height: 500px;
		overflow: auto;
		height: auto;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0 auto 40px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	#slidersection {
		margin:0px auto 40px;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 50px;
	position: relative;
	background-color: #faf4f4;
	padding: 30px 0;
	overflow: hidden;
}
.about_wrapper::after {
	content: "DVD";
	position: absolute;
	font-size: 250px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #f6eded;
	width: 250px;
	height: auto;
	top: auto;
	left: 0;
	bottom: 0;
	margin: auto;
	cursor: vertical-text;
	-ms-transform: translateY(95%) rotate(-90deg);
	-moz-transform: translateY(95%) rotate(-90deg);
	-webkit-transform: translateY(95%) rotate(-90deg);
	transform: translateY(95%) rotate(-90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	font-family: 'Gabarito', sans-serif;
	line-height: 190px;
	right: auto;
}
.about_wrapper::before {
	content: "BOOK";
	position: absolute;
	font-size: 190px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #f6eded;
	width: 190px;
	height: auto;
	top: auto;
	left: auto;
	bottom: 0;
	margin: auto;
	cursor: vertical-text;
	-ms-transform:translateY(3%) translateX(-90%) rotate(-90deg);
	-moz-transform:translateY(3%) translateX(-90%) rotate(-90deg);
	-webkit-transform:translateY(3%) translateX(-90%) rotate(-90deg);
	transform: translateY(3%) translateX(-90%) rotate(-90deg);
	-ms-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	font-family: 'Gabarito', sans-serif;
	line-height: 190px;
	right: 0;
}
.about_img {
	margin: 0 60px 0 0;
	position: relative;
	z-index: 11;
}
.about_img::after {
	content: '';
	position: absolute;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 135px;
	height: 135px;
	top: 0;
	right:0px;
	margin: auto;
	z-index: 2;
	bottom: 0;
	box-shadow: 3px 4px 17.43px 3.57px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
}
.about_img::before {
	content: '';
	position: absolute;
	border: 2px solid #a2242f;
	width:83%;
	height: 94%;
	top: 20px;
	left: 15px;
	z-index: 2;
	margin: auto;
	border-radius: 70px 0px 70px 0px;
}
.about_img img{
	z-index:1;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	z-index:11;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h6 {
	font-size: 32px;
	font-weight: 700;
	color: #333333;
	font-family: 'Gabarito', sans-serif;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	padding: 10px 0 10px 40px;
	position: relative;
	background: linear-gradient(90deg, #fff 50%, #fff0 100%);
	letter-spacing: 3px;
	display: inline-block;
}
.about_content h6::after {
	content: '';
	position: absolute;
	background-color: #a2242f;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
}
.about_content ul{
	margin-bottom: 25px;
}
.about_content ul li {
	background: url('../images/arrow2.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 30px;
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	font-family: "Gabarito", sans-serif;
	margin: 0 0 20px 0;
}
.about_content ul li b {
	color: #a2242f;
}
.button {
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-family: 'Gabarito', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 10px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #19191A;
	text-transform: uppercase;
	border-radius: 25px;
}
.button:hover {
	background: #a2242f;
}
.browse_all_btn.about i{
	margin-left:5px;
}
@media screen and (max-width:1199px) {
	.about_img::after {
		width: 110px;
		height: 110px;
	}
	.about_img::before {
		width: 87%;
	}
	.about_img {
	margin: 0 0px 0 0;
}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.about_img::before {
		width: 70%;
		left: 100px;
	}
	.about_content {
		margin:25px 0 0 0;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
	.about_img::before {
		width: 75%;
		left: 80px;
	}
}
@media screen and (max-width:575px){
	.about_wrapper::after {
		font-size: 150px;
		width: 150px;
		line-height: 110px;
	}
	.about_wrapper::before {
		font-size: 150px;
		width: 150px;
		line-height: 150px;
	}
}
@media screen and (max-width:520px){
	.about_img::before {
		width: 86%;
		left: 45px;
	}
	.about_img::after {
		width: 90px;
		height: 90px;
	}
}
@media screen and (max-width:480px){
	.about_content h6 {
		font-size: 29px;
		line-height: 32px;
	}
	.about_img::after {
		width: 75px;
		height: 75px;
	}
	.about_img::before {
		width: 90%;
		left: 15px;
	}
	.about_img {
		padding: 0px 30px 0 0;
	}
}
@media screen and (max-width:361px){
	.about_content h6 {
		font-size: 26px;
		line-height: 28px;
	}
	.about_img::after {
		width: 65px;
		height: 65px;
	}
	.button {
		font-size: 15px;
	}
	.about_img::before {
		width: 88%;
	}
	.about_content ul li {
		font-size: 15px;
		line-height: 23px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}

.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tab_bottom {
	padding: 25px 20px;
	background-color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #dadada;
	border-radius: 20px;
}
.tabsbottom label {
	display: inline-block;
	cursor: pointer;
	letter-spacing: 0.6px;
	color: #191919;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	padding: 0px 70px;
	margin: 0 0px 25px;
	font-family: "Gabarito", sans-serif;
	border-right: 1px solid #dcdcdc;
}
.tabsbottom label:nth-child(7){
	border-right:none;
}
.tabsbottom {
	position: relative;
	z-index: 99;
	margin: 0 0 40px 0;
	text-align: center;
}
.tabsbottom label:hover {
	color:#a2242f;
}
.tabsbottom input:checked + label {
	color:#a2242f;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section p {
	background: url('../images/next_3.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: #341c02;
	margin-bottom: 20px;
	text-align: left;
	font-family: "Gabarito", sans-serif;
	letter-spacing: 0.3px;
}
section p:last-child{
	margin-bottom: 0;
}
.tabsbottom label img {
	display: block;
	margin-right: 10px;
	transition: all 0.5s ease-in-out;
}
.tab_img {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom label img:nth-child(2){
	display: none;
}
.tabsbottom label:hover img:nth-child(2){
	display:block;
}
.tabsbottom label:hover img:first-child{
	display:none;
}
.tabsbottom input:checked + label img:nth-child(2){
	display:block;
}
.tabsbottom input:checked + label img:first-child{
	display:none;
}
section {
	display: none !important;
	padding: 25px 0px 0px;
	display: none;
	position: relative;
	border-top: 1px solid #dcdcdc;
}
@media screen and (max-width:991px) {
	.tabsbottom label {
		padding: 0px 30px;
	}
	.tabsbottom {
		margin: 0 0 35px 0;
	}
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		font-size: 16px;
		padding: 0 20px;
		margin: 0 0px 10px;
	}
	.tabsbottom label img {
		width: 28px;
	}
	section {
		padding: 20px 0px 0px;
	}
	.tab_bottom {
		padding: 15px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #000;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabsbottom label {
		padding: 5px 18px;
		border-right: 0;
	}
	section {
		border-top: 0;
	}
}
@media screen and (max-width:480px){
	section p {
		font-size: 16px;
		line-height: 24px;
	}
}
@media screen and (max-width:361px){
	section p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.guaranteed-head h5 {
	font-size: 27px;
	font-weight: 700;
	color: #191919;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Gabarito", serif;
	display: inline-block;
	line-height: 30px;
	padding: 0 75px;
}
.guaranteed-head h5::after, .guaranteed-head h5::before {
	content: '';
	position: absolute;
	background-image: url(../images/arrow3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 65px;
	height: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.guaranteed-head h5::before {
	left: 0;
	transform: rotateZ(180deg);
}
.guaranteed-head h5::after {
	right: 0;
}
.start {
	margin:0px 0 20px;
}
.guaranteed_box {
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	padding: 20px;
	background-color: #faf4f4;
	border-radius: 15px;
}
.guaranteed_name {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.2px;
	font-weight: 700;
	line-height: 25px;
	font-family: "Gabarito", sans-serif;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	line-height: 23px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
	margin: 20px 0px;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width:1199px) {
	.guaranteed_box {
		padding: 20px 10px;
	}
	.guaranteed_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0 auto 30px;
	}
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 25px;
	}
	.guaranteed_text {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 22px;
		line-height: 26px;
		padding: 0 55px;
	}
	.guaranteed-head h5::after, .guaranteed-head h5::before {
		width: 42px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 19px;
		line-height: 23px;
		padding: 0 32px;
	}
	.guaranteed-head h5::after, .guaranteed-head h5::before {
		width: 29px;
	}
	.guaranteed-head {
		margin: 0 0 35px 0;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 16px;
		padding: 0 25px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
	.guaranteed-head {
		margin: 0 0 30px 0;
	}
	.guaranteed-head h5::after, .guaranteed-head h5::before {
		width: 20px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 25px 0;
	background-color: #fcf8f8;
}
.footer_block_titel {
	font-size: 20px;
	color: #191919;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.3px;
	font-family: 'Gabarito', sans-serif;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo {
	margin: 0 0 20px 0;
	text-align: center;
}
.footer_menu {
	margin: 0 -30px;
}
.footer_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
}
.footer_menu ul li a i{
	transition:all 0.5s ease-in-out;
	margin-right:5px;
	color: #a2242f;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #191919;
	line-height: 20px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.5px;
	font-family: "Gabarito", sans-serif;
}
.footer_menu ul li a:hover{
	color: #a2242f;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #a2242f;
}
.dezign_copyright {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 400;
	font-family: 'Gabarito', sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Gabarito', sans-serif;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	font-family: 'Gabarito', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Gabarito', sans-serif;
}
@media screen and (max-width:1199px){
	.footer_block_titel {
		font-size: 17px;
	}
	.footer_menu ul {
		gap: 12px;
	}
	.footer_menu ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px){
	.footer_block_titel {
		font-size: 19px;
	}
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer_menu {
		margin: 0 0px;
	}
	.footer_menu ul {
		gap: 19px;
	}
	.footer_menu ul li a {
		font-size: 16px;
	}
	.footer_block.footer_block03 {
		text-align: center;
		margin: 25px 0 0;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.footer_block.footer_block02 {
		display: block;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 767px){
	.footer_menu ul li a {
		font-size: 14px;
	}
	.footer_menu ul {
		gap: 17px;
	}
}
@media screen and (max-width: 575px){
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding: 6px 0;
		font-size: 16px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 30px 0;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.feature-title h2 {
	font-size: 27px;
	font-weight: 700;
	color: #191919;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Gabarito", serif;
	display: inline-block;
	line-height: 30px;
	padding: 0 75px;
}
.feature-title h2::after, .feature-title h2::before {
	content: '';
	position: absolute;
	background-image: url(../images/arrow3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 65px;
	height: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.feature-title h2::before {
	left: 0;
	transform: rotateZ(180deg);
}
.feature-title h2::after {
	right: 0;
}
.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto 30px;
}
.feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	z-index:1;
}
.feature_box::after {
	content: '';
	position: absolute;
	border: 50px solid rgba(162, 36, 47, 0.05);
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.cate_box:hover .feature_box::after{
	border-color:rgba(162, 36, 47,1);
}
.feature_box a {
	display: block;
}
.fat_box {
	position: absolute;
	right: 90px;
	bottom: 0;
}
.cate_box .fat_text h2 {
	font-size: 22px;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: inline-block;
	font-family: "Gabarito", sans-serif;
	padding:7px 20px;
	background-color: #191919;
	border-radius: 25px;
}
.cate_box:hover .fat_text h2{
	background-color:#b02a34;
}
@media screen and (max-width:991px){
	.cate_box .fat_text h2 {
		font-size: 17px;
	}
	.fat_box {
		right: 50px;
	}
	.feature_box::after {
		border: 40px solid #a2242f0d;
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width:767px){
	.feature_box::after {
		border: 50px solid #a2242f0d;
		width: 250px;
		height: 250px;
	}
	.cate_box .fat_text h2 {
		font-size: 20px;
	}
	.fat_box {
		right: 80px;
	}
}
@media screen and (max-width: 575px){
	.feature_box::after {
		border: 40px solid #a2242f0d;
		width: 200px;
		height: 200px;
	}
	.feature-title h2::after, .feature-title h2::before {
		width: 42px;
	}
	.feature-title h2 {
		padding: 0 50px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 20px;
		line-height: 25px;
		padding: 0 40px;
	}
	.feature-title h2::after, .feature-title h2::before {
		width: 35px;
	}
	.feature_box::after {
		border: 30px solid #a2242f0d;
		width: 170px;
		height: 170px;
	}
}
@media screen and (max-width: 361px) {
	.feature_box::after {
		border: 25px solid #a2242f0d;
		width: 140px;
		height: 140px;
	}
	.feature-title h2::after, .feature-title h2::before {
		width: 30px;
	}
	.feature-title h2 {
		font-size: 18px;
		line-height: 25px;
		padding: 0 35px;
	}
	.fat_box {
		right: 40px;
	}
}
/*============================================
			feature CSS END
============================================*/

/*============================================
			promotion CSS START
============================================*/
.Prmotion_wrepper {
	margin: 0px 0 30px 0;
}
.promo_wrapper {
	position: relative;
}
.promotion {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.promotion_box {
	display: flex;
	align-items: center;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	position: relative;
	justify-content: center;
}
.promotion_box:last-child::after{
	display:none;
}
.promotion_icon img {
	transition: all 0.5s ease-in-out;
}
.promotion_box:hover img {
	transform: rotateY(360deg);
}
.promotion_text {
	padding: 0 0 0 10px;
}
.promotion_text h2 {
	font-size: 17px;
	font-weight: 400;
	color: #444444;
	font-family: "Gabarito", sans-serif;
	margin-bottom: 0px;
	line-height: 24px;
	letter-spacing: 0.3px;
}
/* pramotion_responsiv */

@media only screen and (max-width: 1199px) {
	.promotion_text h2 {
		font-size: 15px;
		letter-spacing: 0;
	}
	.promotion_text {
		padding: 0 0 0 5px;
	}
}
@media only screen and (max-width: 991px) {
	.promotion {
		grid-template-columns: repeat(2,1fr);
		display: grid;
	}
	.promotion_text h2 {
		font-size: 17px;
		letter-spacing: 0.3px;
	}
	.promotion_box {
		justify-content: start;
		padding: 0 0 20px 0;
	}
	.promotion_text {
		padding: 0 0 0 10px;
	}
	.Prmotion_wrepper {
		margin: 0 0 15px 0;
	}
}
@media only screen and (max-width: 767px) {
	.promotion_text h2 {
		font-size: 15px;
		letter-spacing: 0;
	}
	.promotion_text {
		padding: 0 0 0 5px;
	}
}
@media only screen and (max-width: 575px) {
	.promotion_box {
		display: block;
		text-align: center;
	}
	.promotion_text h2 {
		font-size: 17px;
		letter-spacing: 0.3px;
	}
	.promotion_text {
		padding: 0;
	}
}
@media only screen and (max-width:480px) {
	.promotion_icon img {
		width: 50px;
	}
}
/*============================================
			promotion CSS END
============================================*/