@import "page.css";

/* General */

@font-face {
    font-family: FuturaPTBook;
    src: url('../../fonts/FuturaPTBook.eot');
    src: local("?"),
    url("../../fonts/FuturaPTBook.woff") format("woff"),
    url("../../fonts/FuturaPTBook.ttf") format("truetype");
}

@font-face {
    font-family: FuturaPTDemi;
    src: url('../../fonts/FuturaPTDemi.eot');
    src: local("?"),
    url("../../fonts/FuturaPTDemi.woff") format("woff"),
    url("../../fonts/FuturaPTDemi.ttf") format("truetype");
}

@font-face {
    font-family: FuturaPTHeavy;
    src: url('../../fonts/FuturaPTHeavy.eot');
    src: local("?"),
    url("../../fonts/FuturaPTHeavy.woff") format("woff"),
    url("../../fonts/FuturaPTHeavy.ttf") format("truetype");
}

@font-face {
    font-family: Bodoni-SvtyTwo-ITC-TT-Book;
    src: url('../../fonts/Bodoni-SvtyTwo-ITC-TT-Book.eot');
    src: local("?"),
    url("../../fonts/Bodoni-SvtyTwo-ITC-TT-Book.woff") format("woff"),
    url("../../fonts/Bodoni-SvtyTwo-ITC-TT-Book.ttf") format("truetype");
}

.pc_view {
	display: block !important;
}

.mobile_view {
	display: none !important;
}

.underlined {
    border-bottom: 2px solid #ad974f;
    width: 100px;
    margin-bottom: 15px;
    position: relative;
    top: -15px;
}

.top-links > ul > li.current a {
	color: #ad974f;
	text-decoration: underline !important;
}

#top-top-bar {
	position: relative;
    height: 45px;
    font-size: 15px;
    color: white;
    text-align: center;
    background-color: #ad974f;
    display: flex;
    align-items: center;
}

.cta_btn {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 15px 0 0 0;
	padding: 0 40px;
	font-size: 18px;
	font-family: FuturaPTDemi, sans-serif;
	height: 40px;
	line-height: 40px;
	background-color: black;
	border-radius: 10px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

body:not(.device-touch) .cta_btn {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.subchild {
	padding-left: 15px;
}

/* Homepage */

@media (min-width: 1200px){
	.banner_title {
		font-size: 90px !important;
		line-height: 1 !important;
		font-family: Bodoni-SvtyTwo-ITC-TT-Book, sans-serif !important;
		color: #5b4f28 !important;
	}

	.banner_content h3{
		margin-bottom: 10px !important;
		font-family: FuturaPTDemi, sans-serif !important;
		font-size: 35px !important;
	}

	.banner_content p {
		font-size: 15px !important;
		font-family: FuturaPTBook, sans-serif !important;
	}

	
}

.banner_title {
	line-height: 1 !important;
	font-family: Bodoni-SvtyTwo-ITC-TT-Book, sans-serif !important;
	color: #5b4f28 !important;
}

.banner_content h3{
	margin-bottom: 10px !important;
	font-family: FuturaPTDemi, sans-serif !important;
}

.banner_content p {
	font-family: FuturaPTBook, sans-serif !important;	
	line-height: 1 !important;
}

.banner_btn {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 15px 0 0 0;
	padding: 0 40px;
	font-size: 18px;
	font-family: FuturaPTDemi, sans-serif;
	height: 45px !important;
	line-height: 45px !important;
	background-color: #ad974f;
	border-radius: 10px;
	color: white !important;
	letter-spacing: 0px;
	border: none;
}

.homepage_content_bg {
	background: url('../../images/homepage_bg.jpg') no-repeat center;
	background-size: cover;
}

#oc_homeCat .category_box {
	border: 2px solid transparent;
}

#oc_homeCat .category_box:hover {
	border: 2px solid #ad974f;
}

#oc_homeCat .category_box .category_title {
	padding: 30px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
	height: 100px;
	border-radius: 25px;
	background: #f2f2f2;
	position: absolute;
    bottom: 20px;
    right: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    float: right;
}

#oc_homeCat .category_box:hover .category_title {
	background: #ad974f;
}
#oc_homeCat .category_box:hover .category_title h3 {
	color: white;
}

.homepage_brands_outer_container {
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	padding: 30px 20px;
	position: relative;
	margin-top: -40px;
	/*margin-bottom: -90px;*/
	background-color: white;
}

.home_shopwithus_container {
	padding: 60px 0;
}

.home_promotion_container {
	padding: 60px 0;
}

.more_container {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.home_bottom_part {
	width: 50%;
    float: left;
    height: 350px;
    padding: 0 18% 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.home_bottom_part h2 {
	color: #785f37;
	line-height: 1;
	margin-bottom: 15px;
}
.home_bottom_part p {
	margin-bottom: 15px;
	height: 80px;
}

.home_bottom_button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 15px 0 0 0;
	padding: 0 40px;
	font-size: 18px;
	font-family: FuturaPTDemi, sans-serif;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	border-radius: 10px;
	color: black;
	letter-spacing: 0px;
	border: 1px solid #ad974f;
}

body:not(.device-touch) .home_bottom_button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.home_category_box {
	height: 500px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 25px;
}
.home_category_box:hover {
	border: 1px solid #ad974f;
	cursor: pointer;
}
.home_category_box .category_title {
	padding: 30px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	height: 100px;
	border-radius: 25px;
	background: #f2f2f2;
	position: absolute;
    bottom: 15px;
    right: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    float: right;
}
.home_category_box:hover .category_title {
	background: #ad974f;
}
.home_category_box:hover .category_title h3 {
	color: white;
}
.home_category_box .category_title h3 {
	margin-bottom: 0;
	font-size: 20px;
}
#oc_homeCat .owl-stage-outer{
	margin-bottom: 30px;
}
#oc_homeCat .owl-item {
    height: 560px;
}
.hot_flash {
	position: absolute;
	top: 9px;
	left: 5px;
	padding: 15px 12px;
	height: 60px;
	background-color: red;
	color: #FFF;
	z-index: 5;
	line-height: 1;
	border-top-left-radius: 17px;
	border-bottom-right-radius: 17px;
	font-family: FuturaPTHeavy, sans-serif;
	display: flex;
    align-items: center;
    flex-direction: row;
}

.discount_flash {
	position: absolute;
	top: 70px;
	left: 5px;
	height: 60px;
	padding: 15px 10px;
	background-color: #ad974f;
	color: #FFF;
	border-radius: 2px;
	z-index: 5;
	line-height: 1;
	border-top-left-radius: 17px;
	border-bottom-right-radius: 17px;
	font-family: FuturaPTHeavy, sans-serif;
	display: flex;
    align-items: center;
    flex-direction: row;
}
.discount_flashwoOther {
	position: absolute;
	top: 7px;
	left: 5px;
	height: 60px;
	padding: 15px 10px;
	background-color: #ad974f;
	color: #FFF;
	border-radius: 2px;
	z-index: 5;
	line-height: 1;
	border-top-left-radius: 17px;
	border-bottom-right-radius: 17px;
	font-family: FuturaPTHeavy, sans-serif;
	display: flex;
    align-items: center;
    flex-direction: row;
}

/* About Us */

.overview_container {

}

.overview_content {
	padding-left: 60px;
}

.overview_content h2 {
	letter-spacing: 0;
}

.founder_container {
	margin: 60px 0 0 0;
}

.founder_content h2 {
	letter-spacing: 0;
	line-height: 1;
}

.founder_content h2 span {
	font-size: 32px;
	color: #785f37 !important;
}

.brands_outer_container {
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	padding: 30px 20px;
	position: relative;
	margin-top: 30px;
	margin-bottom: -90px;
	background-color: white;
}
.brand_content {
    display: flex;
    justify-content: center;

}
.brand_box {
	width: 20%;
	text-align: center;
	padding: 20px 20px;
}
/*.brand_box:hover {
	border-radius: 20px;
	background: #f9f9f9;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}*/
.brand_box h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ad974f;
	height: 40px;
}
.brand_box p {
	height: 60px;
	margin-bottom: 0;
}

.focus_container {
    width: 50%;
    float: left;
    height: 430px;
    padding: 55px 12%;
    position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
}
.focus_container h2 {
	color: white;
}
.focus_counting {
	border-bottom: 1px solid white;
	margin-bottom: 15px;
}
.focus_counting:last-child{
	border-bottom: 0;
}
.focus_counting h4 {
	color: white;
	margin-bottom: 15px;
	font-family: FuturaPTDemi, sans-serif;
}
.focus_container h4 {
	color: white;
	margin-bottom: 10px;
}
.focus_container p {
	color: white;
	margin-bottom: 10px;
}

.shopwithus_container {
	background: url('../../images/about_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 150px 0 60px 0;
}

.shopwithus_content {
    display: flex;
    justify-content: center;
}
.shopwithus_box {
	width: 20%;
	text-align: center;
	padding: 20px 20px;
}
.shopwithus_box:hover {
	border-radius: 20px;
	background: #f9f9f9;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    cursor: pointer;
}
.shopwithus_box h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ad974f;
}
.shopwithus_box p {
	height: 60px;
	margin-bottom: 0;
}

.testimonial_bg {
	background: url('../../images/about_bg2.jpg') no-repeat center;
	background-size: cover;
	padding: 60px 0;
}

.testimonial_bg h2 {
	margin-bottom: 0px;
}

.testimonials-carousel .owl-stage { padding-top: 40px }


.testimonials_cont {
	border: 1px solid #ad974f;
	border-radius: 1rem;
	padding: 20px 30px;
}

.testi_img, .testi_img a, .testi_img img, .testi_img i {
    display: block;
    width: 66px;
    height: 66px;
}

.testi_img {
	float: none;
	margin: -55px auto 0;
	margin-bottom: 20px;
}

.testimonials_content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily);
	font-size: var(--basefontsize);
}

.testi-meta {
	text-align: center;
	margin-top: 20px;
}

.testimonials_content h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-family: FuturaPTDemi, sans-serif;
}

.testimonials_content h5 {
	font-family: FuturaPTBook, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 15px;
}

/* Category Page */

.subcategory .product {
	border: none;
	border-radius: 0;
	margin-bottom: 80px;
}

.category_box{
	height: 500px;
	text-align: center;
	display: flex;
}

.category_box{
	border-radius: 25px;
	border: 2px solid transparent;
}
.category_box:hover {
	border: 2px solid #ad974f;
}
.category_box .category_title {
	padding: 30px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
	height: 100px;
	border-radius: 25px;
	background: #f2f2f2;
	position: absolute;
    bottom: -45px;
    right: -1px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    float: right;
}
.category_box:hover .category_title {
	background: #ad974f;
}
.category_box:hover .category_title h3 {
	color: white;
}
.category_box .category_title h3 {
	margin-bottom: 0;
	font-size: 20px;
}

.product_description_container {
	background: url('../../images/description_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.product_description_container .side-tabs ul.tab-nav {
    float: left;
    width: 250px;
    padding: 0 0;
    border: 0;
    border-right: 1px solid #ad974f;
}
.product_description_container .side-tabs ul.tab-nav li {
    float: none;
    border: 0;
    border-right: 0;
    border-top: 0;
    height: auto;
    text-align: left;
}
.product_description_container .side-tabs .tab-nav li.ui-tabs-active a {
	color: #ad974f;
}
.product_description_container ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
}

.product_table th h5{
	font-family: FuturaPTDemi, sans-serif;
	font-size: 15px;
}

.product_table td {
	font-family: FuturaPTBook, sans-serif;
	font-size: 15px;
}

.services_carousel {
    display: flex;
    overflow: hidden;
   	align-items: center;
}
#oc_servicescarousel {
	margin-top: 0;
	width: 80%;
}
#oc_servicescarousel .owl-dots {
    text-align: right;
    position: relative;
    bottom: 50px;
    margin-bottom: -20px;

}
#oc_servicescarousel .owl-dots .owl-dot {
    margin-top: 0px;
    text-align: right;
    background: white;
    z-index: 5;
}
.scarousel_content {
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20px;
    width: 80%;
}

.scarousel_content img {
    max-width: 50px;
}
.services_carousel_title h4 {
	margin-bottom: 0;
	margin-right: 20px;
}

.scarousel_content h3 {
	margin-bottom: 0;
}
.scarousel_content h4 {
	margin-bottom: 0;
	padding-left: 15px;
}

/* Product Detail Page */

.detail_product_price h2{
    float: left;
	color: #785f37;
	margin-bottom: 0;
}

.attrSelect{
	border-bottom: 2px solid #adadad;
	padding: 5px 10px;
	float: left;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
	opacity: 0.5;
	display: flex;
    align-items: center;
}

.attrSelect:hover{
	cursor: pointer;
	border-color: black;
	opacity: 1;
}

.attrSelect.active{
	border-color: black;
	opacity: 1;
}

.attrSelect.optionColor{
	width: 20px;
	height: 20px;
}

.attrSelect img {
	max-width: 40px;
	max-height: 40px;
	margin-right: 10px;
}

/* Promotion Page */

.sidebar .widget h3 {
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.sidebar .widget_links li {
	list-style: none;
}
.sortcontainer {
	width: 100%;
	text-align: right;
}

#menu1 ul {
    padding: 0;
}
#menu1 ul.navmenu1 li {
    margin: 0px;
    list-style: none;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #c2c2c2;
}

#menu1 ul.navnogrey li {
    background: white;
}

#menu1 ul.navmenu1 li a:visited {
    text-decoration: none;
    padding: 5px 5%;
    display: block;
}
#menu1 ul.navmenu1 .menutop a {
    width: 90%;
    float: left;
    padding: 10px 20px 10px 0;
    font-size: 16px;
}
#menu1 ul.navmenu1 .menutop {
    overflow: hidden;
    width: 100%;
    background: none;
}
#menu1 ul.navmenu1 li ul{
    display:none;
    }
#menu1 ul.navmenu1 li ul.active {
    display:block;
    padding-bottom: 10px;
}
#menu1 ul.navmenu1 li ul.active li{
    /*padding-bottom: 10px;*/
}
#menu1 .toggle {
    position: absolute;
    top: 7px;
    right: 0;
    width: 20px;
    padding: 4px;
    cursor: pointer;
    border: none;
    color: #000;
    margin:0;
    line-height: 20px;
}

#menu1 ul.navmenu1 ul.submenu {
    margin-left: 0;
}

#menu1 ul.navmenu1 ul.submenu li {
    background: #ffffff;
    border-bottom: 0;
}

#menu1 ul.navmenu1 ul.submenu li a {
    padding: 0 0 0 15px;
    border-bottom: 0;
}
#menu1 ul .submenu li {
    padding-left: 0;
}
.toggle-x, .toggle-x:focus {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px !important;
    padding: 4px;
    cursor: pointer;
    border: none;
    color: red !important;
    margin:0;
    line-height: 20px !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align:center;
}
.toggle-x:hover{
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.services_container .container{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
	margin-top: 80px;
}
.services_content_container {
	display: flex;
	flex-direction: row;
    align-items: center;
}
.services_content {
	width: calc(40% - 20px);
	margin: 0 20px 0 0;
	padding: 20px 30px;
	display: flex;
    flex-direction: row;
    align-items: center;
    background: #ebebeb;
    border-radius: 20px;
}
.services_content:hover {
	border-radius: 20px;
	background: #ad974f;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    cursor: pointer;
}
.services_content:first-child:hover {
	box-shadow: none;
	cursor: auto;
}
.services_content:hover h4 {
	color: white;
}
.services_content:first-child{
	width: calc(20% - 20px);
}
.services_content:last-child{
	margin-right: 0;
}
.services_content h3 {
	margin-bottom: 0;
}
.services_content h4 {
	margin-bottom: 0;
	padding-left: 15px;
}
.services_content img {
	max-width: 50px;
}
.services_content:hover img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

/* Contact Us */

.contacttop_image {
	position: relative;
	top: 130px;
	margin-top: -130px;
}

.contact_upper_container {
	background: url('../../images/contact_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 150px 0 150px 0;

}
.contact_content_container {
	display: flex;
}
.contact_content_box {
	width: 33.33%;
	display: flex;
    align-items: flex-start;
    justify-content: center;
}
.contact_content {
	display: flex;
    flex-direction: column;
    padding-left: 30px;
}
.contact_content h5{
	margin-bottom: 10px;
	color: #ad974f;
}

.qr_image {
	max-width: 120px;
	margin-top: 15px;
}

.contactform_container {
	padding: 60px 0;
	position: relative;
	top: -110px;
	margin-bottom: -110px;
}

.contactform_leftbox {
	background: #ad974f;
	padding: 60px 80px;
	border-bottom-right-radius: 15px;
}
.contactform_leftbox form {
	margin-bottom: 0;
}
.contactform_leftbox h2 {
	color: white;
}

.contact_mapbox {
	padding-left: 0;
	padding-right: 0;
}
.contactform_container .col_full{
	margin-bottom: 10px;
}

.career_container {
	padding: 0 0 60px 0;
}

.contact_career_container {
	display: flex;

}
.contact_career_box {
	width: calc(33.33% - 20px);
	margin: 0 20px 0 0;
	background: #f2f2f2;
	border-radius: 25px;
	padding: 30px 0 0 0;
	text-align: center;
	border: 1px solid transparent;
}
.contact_career_box:hover {
	border: 1px solid #ad974f;
	cursor: pointer;
	
}
.contact_career_box img {
	max-width: 110px;
	max-height: 110px;
	position: relative;
	display: inline;
}
.contact_career_box .career_icon2, .contact_career_box:hover .career_icon {
    display: none;
}
.contact_career_box:hover .career_icon2 {
	display: inline;
}
.contact_career_box:hover .career_title {
	background: #ad974f;
}
.contact_career_box:hover .career_title h3 {
	color: white;
}

.contact_career_box .career_title {
	padding: 30px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	height: 100px;
	border-radius: 25px;
	background: #f2f2f2;
	position: relative;
	top: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    float: right;
}
.contact_career_box .career_title h3 {
	margin-bottom: 0;
	font-size: 20px;
}
.contactBtn {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 15px 0 0 0;
	padding: 0 40px;
	font-size: 18px;
	font-family: FuturaPTDemi, sans-serif;
	height: 40px;
	line-height: 40px;
	background-color: black;
	border-radius: 10px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

body:not(.device-touch) .contactBtn {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



/* Terms & Conditions */

.tnc_line {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #d7d7d7;
}

.toggle .togglet {
  display: block;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0px;
  padding: 10px 20px;
  margin: 0;
  font-size: 21px;
  font-weight: normal;
  color: #ad974f;
  text-transform: uppercase;
  cursor: pointer;
  font-family: FuturaPTDemi, sans-serif;
}

.faqs .toggle {
     border-bottom: 0px solid #EEE; 
    padding-bottom: 0px;
    margin-bottom: 12px;
}

.toggle .togglet i {
    position: relative;
}

.toggle .toggleta {
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqs .lasttoggle {
	margin-bottom:0;
}

.faq_accordian .toggle:last-child{
	border-bottom: 0 !important;
}

.toggle .togglec p{
	margin-bottom: 15px;
	line-height: 1.3 !important;
}

/* Footer */

#footer .footer-widgets-wrap .widget .footer_head {
	margin-bottom: 10px;
	color: #785f37;
	font-family: FuturaPTHeavy, sans-serif;
}

#footer .footer-widgets-wrap .widget h5 {
	font-weight: normal;
	font-family: FuturaPTBook, sans-serif;
	font-size: 15px;
}

#footer .footer-widgets-wrap .widget p{
	margin-bottom: 20px;
	font-size: 15px;
}

.footercss img{
	width: 70%;
}

.lastrow {
	display: flex;
    justify-content: center;
}

@media (max-width:  1200px) {

	/* Homepage */

	.home_bottom_part {
	    padding: 0 13% 0 5%;
	}

	.banner_title {
		font-size: 70px !important;
	}

	/* About Us */

	.overview_content {
		padding-top: 30px;
	}
	.overview_content p {
		margin-bottom: 0;
	}
	.overview_container img{
		width: 100%;
	}
	.focus_container {
	    width: 50%;
	    float: left;
	    height: 480px;
	    padding: 50px 5%;
	    position: relative;
	    display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	.overview_container .col-lg-7, .overview_container .col-lg-5 {
	    padding-left: 0;
	    padding-right: 0;
	}

	.focus_container {
	    width: 50%;
	    float: left;
	    height: 430px;
	    padding: 55px 3%;
	    position: relative;
	}

	.focus_counting {
	    display: flex;
	    flex-direction: row;
	}


	.founder_container .col-lg-6{
		padding-left: 0;
		padding-right: 0;
	}

	/* Product Page */

	.postcontent #shop.product-3 {
	    margin: 0;
	}

	/* Footer */

	.footer-widgets-wrap .col-lg-9, .footer-widgets-wrap .col-lg-5, .footer-widgets-wrap .col-lg-7, .footer-widgets-wrap .col-lg-3 {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-widgets-wrap .mobilemargin {
		margin-top: 20px;
	}

	.lastrow {
	    display: flex;
	    justify-content: flex-start;
	}

	.footercss img {
	    width: 30%;
	}
}


@media(max-width: 991px){
	/* General */
	.mb-full-width{
		width: 100%! important;
	}

	.pc_view {
		display: none !important;
	}

	.mobile_view {
		display: block !important;
	}

	.top-links ul {
		padding-inline-start: 0;
	}

	#primary-menu > ul {
	    width: 100%;
	}


	/* Homepage */

	.banner_title {
		font-size: 50px !important;
	}

	.banner_content h3 {
	    margin-bottom: 5px !important;
	}

	.banner_btn {
		height:30px !important;
		line-height: 30px !important;
	}

	.banner_btn i {
		font-size: 12px !important;
	}

	.banner_btn span {
		font-size: 12px !important;
	}

	.homepage_brands_outer_container {
	    margin-top: 40px;
	}

	.shopwithus_box h4 {
	    height: 40px;
	}
	
	.home_bottom_part {
		width: 100%;
	}

	.brand_box {
	    width: 33.33%;
	}

	.brand_box img {
		max-width: 110px;
	}

	.brand_content {
	    display: flex;
	    flex-wrap: wrap;
	}

	.shopwithus_content {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	}

	.shopwithus_box {
	    width: 33.33%;
	}

	.home_promotion_container #shop:not(.product-1) .product:nth-child(even) {
	    margin-right: 0;
	}

	.home_promotion_container #shop:not(.product-1) .product:nth-child(odd) {
	    margin-right: 20px;
	}



	/* Promotion Page */

	.services_container .container {
	    padding: 30px 15px;
	    margin-top: 0;
	}

	.services_content_container {
	    flex-direction: column;
	}

	.services_content {
	    width: 100%;
	    margin: 0 0 20px 0;
	    padding: 20px 30px;
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    background: #ebebeb;
	    border-radius: 20px;
	}
	.services_content:first-child {
	    width: 100%;
	    justify-content: center;
	}
	.services_content:first-child h3 {
		text-align: center;
	}

	/* Contact Us Page */

	.contact_mapbox iframe {
		width: 100%;
	}

	.contactform_leftbox {
	    padding: 40px 30px;
	    border-top-left-radius: 15px;
	    border-top-right-radius: 15px;
	    border-bottom-right-radius: 0;
	}

	.contact_career_box .career_title h3 {
	    margin-bottom: 0;
	    font-size: 16px;
	}

	.contact_career_box .career_title {
	    padding: 15px;
	    width: 80%;
	}

	/* Product Detail */

	#oc-relatedproduct .product {
		width: 100%;
	}

	#oc-relatedproduct .product-image2 {
	    height: 340px;
	}
}

@media (max-width: 768px) {
	.product-image2 {
	    height: 275px;
	}

	.banner_title {
		font-size: 40px !important;
	}

	.banner_btn span {
		font-size: 15px;
	}
	.banner_btn i {
		font-size: 15px;
	}
}

@media (max-width: 600px) {

	.banner_title {
		font-size: 30px !important;
	}

	.banner_btn {
	    height: 20px !important;
	    line-height: 20px !important;
	}

	.banner_btn span, .banner_btn i {
		font-size: 8px !important;
	}

	/* About Us Page */
	.brand_content {
	    display: flex;
	    flex-wrap: wrap;
	}
	.brand_box {
	    width: 50%;
	}

	.shopwithus_content {
	    display: flex;
	    flex-wrap: wrap;
	}
	.shopwithus_box {
	    width: 50%;
	}

	.focus_container {
	    width: 100%;
	    float: left;
	    height: auto;
	    padding: 55px 15px;
	    position: relative;
	}
	.focus_counting:last-child {
		margin-bottom: 0;
	}

	.testimonials_content p {
	    min-height: 40px;
	}



	/* Promotion Page */

	.product-image2 {
	    height: 380px;
	}

	/* Product Page */

	#shop:not(.product-1) .product {
	    margin: 0 0 20px 0;
	    width: 100%;
	}

	/* Product Detail Page */

	.product_description_container .side-tabs ul.tab-nav {
	    width: 100%;
	    border-right: 0;
	}

	.product_description_container .side-tabs ul.tab-nav li {
		border-bottom: 1px solid #ad974f;
	}

	.product_description_container .side-tabs .tab-container {
	    overflow: hidden;
	    padding: 15px 0 0 1px;
	}

	#oc-relatedproduct .product-image2 {
	    height: 380px;
	}

	.product_description_container {
	    padding: 0;
	}

	/* Contact Us Page */

	.contact_content_container {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	.contact_content_box {
    	width: 100%;
	    justify-content: flex-start;
    	align-items: flex-start;
	}

	.contact_content_box:last-child .contact_content {
		padding-left: 0;
	}

	.contact_career_container {
	    display: flex;
	    flex-direction: column;
	}

	.career_container {
		padding: 0;
	}

	.contact_career_box {
	    width: 100%;
	    margin: 0 0 60px 0;
	}
}

@media (max-width: 479px) {
	.product-image2 {
	    height: 380px;
	}

	.banner_content p {
	    font-size: 6px !important;
	}
}

@media (max-width: 420px) {
	.product-image2 {
	    height: 350px;
	}

	.banner_title {
		font-size: 25px !important;
	}
	.banner_content h3 {
		margin-bottom: 0 !important;
	}
	.banner_btn {
		height:20px !important;
		line-height: 20px !important;
	}
	.banner_btn span, .banner_btn i {
		font-size: 8px !important;
	}
}

@media screen and (min-width: 1920px){
	#wrapper {
	    max-width: 1920px !important;
	    margin: 0 auto !important;
	}
}