.sec1_home{
	max-width: 700px;
	padding-left: 95px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.sec1_home p{
	color: #988973;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 10px;
}
.sec1_home h3{
	font-size: 28px;
	font-weight: 500;
}


.sec2_home{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sec2_home_img_container{
	width: 33.333333333333333%;
}
.sec2_home_img_container img{
	height: 100%;
}
#img2_sec2_home{
	width: 31.333333333333333%;
	margin-left: 1%;
	margin-right: 1%;
}


.sec3_home{
	padding-left: 95px;
	padding-right: 95px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
}

.sec3_home_p1{
	width: 100%;
	color: #988973;
	font-size: 16px;
	margin-bottom: 20px;
}
.sec3_home_txt_container{
	width: 32%;
}
.sec3_home_txt_container h4{
	font-weight: 600;
	font-size: 22px;
}
.sec3_home_txt_container p{
	font-size: 17px;
	margin-bottom: 0px;
}

.sec4_home{
	padding: 50px 95px 50px 95px;
	background: #F9F6F4;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.sec4_home_flex_elem{
	width: 25%;
}

#img1_sec4_home{
	width: 20%;
}
#img2_sec4_home{
	width: 25%;
}
#img3_sec4_home{
	width: 30%;
}
#img4_sec4_home{
	width: 35%;
}

.sec4_size{
	margin-top: 15px;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 3px;
}

.sec4_home_flex_elem p{
	font-size: 14px;
	font-weight: 400;
}

.sec5_home{
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 95px;
	padding-right: 95px;
	display: flex;
	flex-wrap: wrap;
}
.product{
	width: 50%;
}

.product{
	display: flex;
	flex-direction: column;
}
.small_prod_imgs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.small_prod_imgs img{
	width: 24%;
	display: block;
	cursor: pointer;
	margin-top: 1%;
	margin-right: 1%;
}

/*.abc{
	opacity: 1 !important;
	border: 1px solid black;
}
.small_prod_imgs img:focus{
	opacity: 1;
	border: 1px solid black;
}*/

.big_img img{
	width: 100%;
}

.sec5_home_right{
	padding-left: 6%;
	width: 50%;
}

.prod_title{
	font-size: 28px;
	font-weight: 500;
}
.product_price{
	font-size: 28px;
	font-weight: 500;
}
.taxes{
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}
.choose_size_lbl{
	color: #988973;
}
.add_to_basket_btn{
	width: 100%;
	margin-top: 5px;
	background: black;
	border: 1px solid black;
	color: white;
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	transition: 0.3s;
}
.add_to_basket_btn:hover{
	background: white;
	border: 1px solid black;
	color: black;
}
.prod_description_p{
	font-size: 15px;
	font-weight: 400;
}
.get_in{
	text-decoration: underline;
	cursor: pointer;
}

.variant_sector{
	width: 100%;
	margin-bottom: 5px;
	padding: 20px 20px 20px 20px;
	border-radius: 0px;
	background: #F9F6F4;
	border: 0px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(../imgs/down_arrow.png);
    background-position: calc(100% - 30px) calc(1.3em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 18px 18px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
.variant_sector:focus{
	outline: none !important;
}


.sec6_home{
	padding-left: 95px;
	padding-right: 95px;
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.sec6_home_flex_elem{
	width: 24.5%;
}
.sec6_home_flex_elem h6{
	margin-bottom: 3px;
	margin-top: 10px;
	color: #988973;
	font-weight: 600;
	font-size: 15px;
}
.sec6_home_flex_elem p{
	margin-bottom: 0px;
	color: #988973;
	font-weight: 400;
	font-size: 15px;
}

.sec7_home{
	background: #F9F6F4;
	padding: 50px 95px 50px 95px;
}

.got_question_heading{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 30px;
	max-width: 500px;
}
.dont_hesitate_heading{
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 30px;
	color: #988973;
	max-width: 500px;
}
.contact_channel{
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact_detail{
	font-size: 16px;
	margin-bottom: 0px;
}

.footer_container{
	background: #EEE8E1;
	padding-left: 95px;
	padding-right: 95px;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}

.footer{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer_links_container{
	width: 30%;
}
.footer_cur_container{
	width: 30%;
}
.footer_des_container{
	width: 40%;
}

.footer_heading{
	font-weight: 700;
	font-size: 15px;
}

.footer_links_container{
	display: flex;
	flex-direction: column;
}
.footer_links_container a{
	color: #2B2011 !important;
	font-size: 15px;
	margin-top: 5px;
}

.curr_sector{
	margin-top: 5px;
	width: 80%;
	padding: 15px 20px 15px 20px;
	border-radius: 0px;
	background: white;
	border: 0px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(../imgs/down_arrow.png);
    background-position: calc(100% - 30px) calc(1.1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 18px 18px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
.curr_sector:focus{
	outline: none;
}

.footer_des_container p{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 15px;
}
.copyright{
	margin-bottom: 0px;
	color: #988973;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
}



.faq_sec1{
	padding-left: 95px;
	padding-right: 95px;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 800px;
}
.faq_heading{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}
.faq_question{
	font-size: 16px;
	font-weight: 600;
}
.faq_ans{
	font-size: 15px;
	font-weight: 400;
}

.faq_bottom{
	color: #988973;
	font-size: 15px;
	margin-top: 30px;
}

.contact_us_p1{
	font-size: 15px;
}

.contact_sec1{
	padding-bottom: 50px;
}


.sec1_checkout{
	padding-left: 95px;
	padding-right: 95px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.go_back{
	font-size: 15px;
	text-decoration: underline;
	color: #2B2011 !important;
	margin-bottom: 15px;
}

.checkout_flex{
	display: flex;
	width: 100%;
	margin-top: 30px;
}

.product_container{
	width: 50%;
	display: flex;
}
.buy_container{
	width: 50%;
	display: flex;
}

.product_img-container_checkout{
	width: 30%;
}
.product_title-container_checkout{
	width: 70%;
}
.prod_price_checkout{
	width: 40%;
}
.prod_quantity_checkout{
	width: 40%;
}
.total_checkout{
	width: 20%;
	text-align: right;
}

.checkout_flex p{
	margin-bottom: 0px;
}

.product_img-container_checkout img{
	width: 70%;
}

.product_title-container_checkout h6{
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
}
.product_title-container_checkout p{
	margin-bottom: 30px;
	font-size: 14px;
}
.product_title-container_checkout a{
	color: #2B2011;
	font-size: 14px;
	text-decoration: underline;
}

.price1_checkout{
	font-size: 15px;
}
.price2_checkout{
	font-size: 15px;
}

.headings_checkout{
	font-size: 16px;
	font-weight: 500;
}

.quantity_sector_checkout{
	width: 90px;
	padding: 15px 20px 15px 20px;
	border-radius: 0px;
	background: #F9F6F4;
	border: 0px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(../imgs/down_arrow.png);
    background-position: calc(100% - 20px) calc(1.1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 15px 15px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
.quantity_sector_checkout:focus{
	outline: none !important;
}


.go_to_checkout_container{
	max-width: 420px;
	margin: auto;
	margin-right: 0px;
}
.sub_total_flx{
	display: flex;
	width: 100%;
	margin-top: 50px;
}

.sub_total_heading{
	color: #2B2011;
	font-weight: 600;
	width: 50%;
	margin-bottom: 0px;
}
.sub_total_price{
	text-align: right;
	width: 50%;
	color: #2B2011;
	font-weight: 600;
	margin-bottom: 0px;
}
.text_in{
	color: #988973;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.go_checkout_btn{
	width: 100%;
	padding: 15px;
	color: white;
	background: #2B2011;
	border: 1px solid #2B2011;
	margin-bottom: 30px;
	transition: 0.3s;
}
.go_checkout_btn:hover{
	color: #2B2011;
	background: white;
}








@media screen and (max-width: 1000px){
	.sec1_home{
	padding-left: 45px;
}
.sec1_home h3{
	font-size: 24px;
}
.sec3_home{
	padding-left: 45px;
	padding-right: 45px;
}
.sec4_home{
	padding-left: 45px;
	padding-right: 45px;
}

.sec5_home{
	padding-left: 45px;
	padding-right: 45px;
}
.variant_sector{
    background-image: unset;
}
.sec6_home{
	padding-left: 45px;
	padding-right: 45px;
}
.sec6_home_flex_elem p{
	font-size: 13px;
}
.sec7_home{
	background: #F9F6F4;
	padding: 50px 45px 50px 45px;
}
.footer_container{
	padding-left: 45px;
	padding-right: 45px;
}
.footer_links_container{
	width: 50%;
}
.footer_cur_container{
	width: 50%;
}
.footer_des_container{
	width: 100%;
}
.footer_des_container{
	margin-top: 15px;
}
.faq_sec1{
	padding-left: 45px;
	padding-right: 45px;
}

.sec1_checkout{
	padding-left: 45px;
	padding-right: 45px;
}
}

@media screen and (max-width: 767px){
	.sec1_home{
	padding-left: 15px;
	padding-right: 15px;
}
.sec1_home h3{
	font-size: 20px;
}
.sec1_home{
	margin-top: 30px;
	margin-bottom: 30px;
}
#img1_sec2_home{
	width: 100%;
}
#img2_sec2_home{
	width: 49%;
	margin-top: 2%;
	margin-right: 2%;
	margin-left: 0px;
}
#img3_sec2_home{
	width: 49%;
	margin-top: 2%;
}
.sec3_home{
	padding-left: 15px;
	padding-right: 15px;
}
.sec3_home_txt_container{
	width: 100%;
}
.sec3_home_txt_container p{
	margin-bottom: 15px;
}
.sec4_home{
	padding-left: 15px;
	padding-right: 15px;
}
.sec4_home_flex_elem{
	width: 50%;
}

#img1_sec4_home{
	width: 20%;
}

.sec5_home{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.product{
	width: 100%;
	margin-bottom: 30px;
}
.sec5_home_right{
	width: 100%;
	padding-left: 0px;
}
.variant_sector{
    background-image: url(../imgs/down_arrow.png);
}

.sec6_home{
	padding-left: 15px;
	padding-right: 15px;
}
.sec6_home_flex_elem{
	width: 49%;
	margin-top: 15px;
}
.sec7_home{
	background: #F9F6F4;
	padding: 50px 15px 50px 15px;
}
.got_question_heading{
	font-size: 22px;
}
.dont_hesitate_heading{
	font-size: 22px;
}
.footer_container{
	padding-left: 15px;
	padding-right: 15px;
}
.footer_des_container{
	margin-top: 0px;
	margin-bottom: 20px;
}
.footer{
	flex-direction: column-reverse;
}
.footer_links_container{
	width: 100%;
}
.footer_cur_container{
	width: 100%;
	margin-bottom: 20px;
}
.footer_des_container{
	width: 100%;
}
.faq_sec1{
	padding-left: 15px;
	padding-right: 15px;
}
.contact_sec1{
	padding-bottom: 0px;
}
.sec1_checkout{
	padding-left: 15px;
	padding-right: 15px;
}
.product_container{
	width: 70%;
}
.buy_container{
	width: 30%;
}
.prod_price_checkout{
	display: none;
}
.buy_container{
	flex-direction: column-reverse;
	justify-content: space-between;
}
.total_checkout{
	width: 100%;
}
.prod_quantity_checkout{
	width: 100%;
	text-align: right;
}
.product_title-container_checkout p{
	margin-bottom: 15px;
}
.d_n{
	display: none;
}
}