/*    Recipes     */

.max_width .sppb-col-md-4,
.max_width .sppb-col-md-6,
.max_width .sppb-col-md-12,
.max_width .sppb-row-container{
	padding: 0;
}
.max_width .sppb-column-addons:after,
.max_width .sppb-col-md-3:after,
.max_width .sppb-col-md-6:after,
.max_width .sppb-col-md-12:after{
	display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}
.top_text_page{
	padding-top: 30px;
}
.recipes .clearfix:nth-child(2){
	padding: 50px 0;
	max-width: 1160px;
    margin: 0 auto;
}
.recipes .clearfix:nth-child(2) .sppb-addon-content{
	padding: 0 15%;
	font-size: 15px;
	line-height: 2em;
	color: #6b6c6f;
}
.recipes .clearfix:nth-child(2) h3{
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
}
.banner_page{
	position: relative;
}
.banner_page .sppb-addon-single-image-container,
.banner_page img{
	width: 100%;
	max-width: 1920px;
}
.banner_page h3{
	font-size: 50px;
	color: #fff;
    position: absolute;
    z-index: 99;
	height: 100%;
    top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
.recipes .clearfix:nth-child(3),
.recipes .clearfix:last-child{
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.recipes ul.category-module{
	list-style: none;
	margin: 0;
}
.recipes ul.category-module li{
	width: 31%;
	float: left;
	text-align: center;
	margin-bottom: 100px;
	display: none;
}
.recipes ul.category-module li:nth-child(3n+2) {
    margin-right: 3.5%;
    margin-left: 3.5%;
}
.recipes ul.category-module li img{
	width: 100%;
}
.recipes ul.category-module li .mod-articles-category-title{
	font-size: 17px;
	color: #333333;
	margin-top: 25px;
	display: inline-block;
	font-weight: bold;
}
.recipes ul.category-module li .mod-articles-category-title:hover{
	text-decoration: none;
}
.recipes ul.category-module li .image_intro_link{
	display: block;
	position: relative;
}
.recipes ul.category-module li .image_intro_link div{
	display: none;
}
.recipes ul.category-module li .view div{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0 ,0.6);
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.recipes .more{
	width: 100%;
	max-width: 338px;
	height: 42px;
	line-height: 42px;
	border: solid 1px #b7b7b7;
	background: transparent;
    box-shadow: none;
	border-radius: 0;
	color: #666666;
	font-size: 15px;
    padding: 0;
}
.recipe_detail_content{
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.recipe_detail_content p{
	font-size: 15px;
	color: #6b6c6f;
	line-height: 2em;
}
.recipe_detail_content h2{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}
.recipe_detail_content h3{
	font-size: 24px;
	color: #333333;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}
.recipe_detail02 p{
	font-weight: 400;
}
.pull-left.item-image{
	width: 100%;
	text-align: center;
	float: none !important;
}
.recipe_detail01{
	 text-align: center;
	 display: inline-block;
	 width: 100%;
 }
.recipe_detail02{
	 display: inline-block;
	 width: 100%;
}
.recipe_detail_left,
.recipe_detail_right{
	width: 50%;
	float: left;
	padding-left: 80px;
}
.recipe_detail01 p{
	font-size: 16px;
	 float: left;
	 width: 33.33%;
	 display: inline-block;
 }
.recipe_detail01:after{
	content: '';
	clear: both;
}
.recipe_detail03 p{
	margin-bottom: 20px;
}
.recipe_detail03 p:last-child{
	margin-bottom: 0
}
.recipe_detail01,
.recipe_detail03{
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 20px;
}
.sppb-social-items-wrap{
	text-align: center;
}
.share_button{
	padding: 35px 0 130px 0;
}
.share_button ul{
	display: inline-block;
}
.share_button ul:before{
	content: 'Share';
	font-size: 16px;
	color: #999999;
	margin-right: 15px;
}
.share_button ul li a{
	padding: 0;
	background-color: transparent !important;
}
.share_button ul li a svg{
	display: none;
}
.share_button ul li:first-child a:after{
	content: url(../images/fbimg.png);
}
.share_button ul li:nth-child(2) a:after{
	content: url(../images/timg.png);
}
.share_button ul li:last-child a:after{
	content: url(../images/gimg.png);
}
.share_button ul li a i{
	color: #999999;
}
.related_products{
	background: #f6f6f6;
	padding: 50px 0;
}
.related_products h3{
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding-bottom: 30px;
}
.related_products .hikashop_products_listing{
	width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.related_products .hikashop_products_listing form{
	display: none;
}
.related_products .hikashop_products_listing .hikashop_product{
	padding: 0;
}
.related_products .hikashop_products_listing .thumbnail{
	padding: 15px;
	margin: 0;
}
.related_products .banner-category{
	display: none;
}

/*============== Quality Assurance ==================*/


.top_text_page .clearfix:last-child{
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: -45px;*/
    background: #fff;
    z-index: 999;
    position: relative;
	width: 90%;
}
.top_text_page .clearfix:last-child .top_text_qa{
	padding: 0 20%;
}
.top_text_page .clearfix:last-child h3{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.top_text_page .clearfix:last-child .sppb-addon-content{
	font-size: 15px;
	color: #6b6c6f;
	line-height: 2em;
}
.qa_content02{
	margin-top: 0 !important;
	padding: 80px 0;
}
.qa_content02 .sppb-row-container{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.qa_content02 .sppb-addon-content{
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
	font-weight: 400;
	margin: 10px 0;
}
.qa_content02 .sppb-addon-single-image .sppb-addon-content{
	margin: 0;
}
.main_text .sppb-column-addons{
	background: #2d2e33;
	padding: 70px;
}
.img_text,
.text_img{
	width: 100%;
	max-width: 1210px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.img_text .sppb-col-md-6:first-child{
	width: 45%;
}
.img_text .sppb-col-md-6:last-child{
	width: 55%;
}
.img_text .main_img{
	margin-left: 25px;
	margin-top: 50px;
}
.img_text .main_text{
	margin-left: -25px;
}
.main_img .sppb-addon-single-image-container{
	width: 100%;
}
.main_img img{
	width: 100%;
}
.main_img .sppb-column-addons{
}
.main_text h3{
	font-size: 28px;
	color: #c5ab75;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.main_text p{
	font-size: 15px;
	color: #fff;
	line-height: 2em;
}
.text_img .main_img{
	margin-left: -25px;
	margin-top: 50px;
}
.text_img .main_text{
	margin-left: 25px;
	z-index: 99;
}
.text_img .sppb-col-md-6:first-child{
	width: 55%;
}
.text_img .sppb-col-md-6:last-child{
	width: 45%;
}
.qa_logo{
	margin: 0 !important;
}
.qa_logo .sppb-row-container{
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.qa_logo .sppb-addon-content{
	font-size: 15px;
}
.qa_logo .sppb-row img{
	max-height: 60px;
}
.qa_logo .sppb-row{
	width: 50%;
	float: right;
}
.qa_carousel .clearfix{
	max-width: 850px;
    margin-left: auto;
    margin-right: auto;
	padding: 50px 0;
}
.qa_logo .sppb-row .sppb-col-md-4:first-child{
	padding-top: 20px;
}
.qa_carousel .sppb-carousel-caption:before{
	content: ',,';
	position: absolute;
	font-size: 60px;
	top: -20px;
	background: #fff;
	color: #a49472;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
	width: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.qa_carousel .sppb-carousel-caption{
	border-top: solid 1px #e4dfd4;
	position: relative;
	padding-top: 20px;
}
.qa_carousel .sppb-carousel-pro-text{
	position: relative;
}
.qa_carousel .clearfix p{
	font-size: 25px;
	color: #333333;
}
.qa_carousel .clearfix p:last-child{
	font-size: 18px;
	padding-top: 25px;
}
.qa_carousel .sppb-carousel-indicators li{
	border: 1px solid #9ea3b7;
}
.qa_carousel .sppb-carousel-indicators .active{
	background-color: #9ea3b7;
}
/*======== Contact Us ==================*/

.contact_form{
	padding-top: 200px;
}
.contact_form .clearfix{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.contact_form .form-horizontal .control-label{
	display: none;
}
.contact_form h3{
	color: #333333;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
}
.contact_form p{
	color: #666666;
	font-size: 15px;
	margin-bottom: 20px;
}
.contact_form .rsform h2{
	display: none;
}
.contact_form .form-horizontal .controls{
	margin: 0;
}
.contact_form input,
.contact_form select,
.contact_form textarea{
	border-radius: 0;
	width: 100%;
	height: 45px !important;
	border: solid 1px #d7d7d7;
	box-shadow:none;
	padding-left: 20px;
	color: #656565;
}
.contact_form input.rsform-submit-button{
	width: 100%;
	max-width: 225px;
	height: 40px;
	text-transform: uppercase;
	border-radius: 20px;
	box-shadow: none;
	border: none;
	color: #fff;
	display: block;
	margin: 0 auto;
}
.contact_form form{
	margin-bottom: 50px;
}
.contact_form .formRed{
	color: red;
	text-align: center;
}
.contact_form .rsform-block-email,
.contact_form .rsform-block-contact-number{
	width: 49%;
	float: left;
}
.contact_form .rsform-block-email{
	margin-right: 2%;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #656565;
    opacity: 1; /* Firefox */
}

.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #656565;
}

.contact_form input::-ms-input-placeholder,
.contact_form textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #656565;
}
.contact_form textarea{
	height: 176px;
	padding-top: 10px;
}
.contact_form button{
	width: 100%;
	max-width: 225px;
	height: 40px;
	background: #d41620;
	text-transform: uppercase;
	border-radius: 20px;
	box-shadow: none;
	border: none;
}
.contact_form button:hover{
	background: #d41620;
}
.contact_form .formRequired{
	display: none;
}
.contact_form .rsform-block-submit{
	text-align: center;
}
.contact_form .rsform-block-submit label{
	display: none;
}
.contact_info .sppb-row{
	background: #a49472;
	padding: 0;
}
.contact_info .sppb-row-container,
.contact_info .sppb-col-md-6{
	padding: 0;
}
.contact_info .sppb-row {
	display: table;
	width: 100%;
}
.contact_info .sppb-col-md-6 {
	display: table-cell;
    width: 50%;
    float: none;
}
.contact_info .sppb-col-md-6:last-child {
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.contact_info .sppb-col-md-6 #column-id-1520990019516 {
	position: absolute;
    left: 50%;
    display: inline-block;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.contact_info iframe{
	width: 100%;
	float: left;
}
.contact_info .sppb-col-md-6:last-child .sppb-addon-content{
	/*padding-top: 80px;
	padding-left: 180px;*/
}
.contact_info .sppb-addon-content h3{
	margin-top: 0;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
.contact_info .sppb-addon-content h4{
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
	font-size: 16px;
}
.contact_info .sppb-addon-content p{
	color: #fff;
	font-size: 16px;
}
.contact_info .sppb-addon-content strong{
	font-weight: normal;
	width: 100px;
	display: inline-block;
}
.contact_info .sppb-addon-content p:nth-child(3) strong{
	width: auto;
	margin-right: 20px;
}
/*===================== */

.top_text_page .clearfix:last-child .top_text_partners{
	padding: 0 10%;
}
.top_text_page .top_text_partners h3{
	text-align: center;
}
.text_inline{
	padding: 50px 0;
}
.text_inline p{
	font-size: 18px;
	color: #000;
}
.img_only_1 .sppb-row-container{
	max-width: 800px;
	padding: 0;
}
.img_only_1 .sppb-row{
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
.img_only_3{
	padding-bottom: 140px;
}
.img_only_3 .sppb-row-container{
	max-width: 1000px;
	padding: 0;
}
.img_only_3 .sppb-col-md-3{
	padding: 0;
	border-right: solid 1px #f1f1f1;
}
.img_only_3 .sppb-col-md-3:last-child{
	border: none;
}
.img_only_3 .sppb-addon-content{
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	height: 200px;
	border-top: solid 1px #f1f1f1;
	border-right: solid 1px #f1f1f1;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
.img_only_3 .clearfix:nth-child(4n) .sppb-addon-content{
	border-right: none;
}
.img_only_3 .clearfix:first-child .sppb-addon-content,
.img_only_3 .clearfix:nth-child(2) .sppb-addon-content,
.img_only_3 .clearfix:nth-child(3) .sppb-addon-content,
.img_only_3 .clearfix:nth-child(4) .sppb-addon-content{
	border-top: 0;
}
.img_only_3 .clearfix{
	width: 25%;
	float: left;
}
.partners_last{
	position: relative;
}
.partners_last:after{
	content: '';
	/*background: #2d2e33;*/
	height: 78px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.partners_last .sppb-column{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}	
.partners_last .clearfix:last-child{
	padding: 70px 120px;
}
.partners_last h3{
	font-size: 28px;
	color: #fff;
	margin-bottom: 25px;
}
.partners_last p{
	font-size: 16px;
	color: #fff;
}
.partners_last p:last-child{
	padding-top: 15px;
}
.partners_last a{
	display: block;
	width: 100%;
	max-width: 170px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
    line-height: 38px;
    border: solid 1px #fff;
}
.partners_last a:hover{
	text-decoration: none;
	color: #fff;
}

/*=========================================== FAQs ========================================*/
.faq_content .sppb-row-container{
	max-width: 1000px;
}
.faq_content{
	padding-bottom: 100px;
}
.faq_title{
	padding-top: 200px;
}
.faq_title h2{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.faq_content .sppb-col-md-12{
	padding: 0;
}
.faq_content h3,
.faq_content p{
	font-size: 15px;
	color: #333333;
	padding-right: 40px;
}
.faq_content p{
	line-height: 2em;
}
.faq_content h3{
	font-weight: bold;
	margin: 0;
	line-height: 1.5em;
}
.faq_content .sppb-addon-content{
	display: none;
	padding-top: 10px;
}
.faq_content .clearfix:first-child{
	border-top: solid 1px #ebebeb;	
}
.faq_content .clearfix{
	padding: 25px 0;
	border-bottom: solid 1px #ebebeb;
	position: relative;
}
.arrow{
	cursor: pointer;
}
.up:after{
	content: '\f106';
	font-family: 'FontAwesome';	
	position: absolute;
	right: 10px;
	top: 25px;
	width: 20px;
    text-align: center;
}
.down:after{
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	top: 25px;
	width: 20px;
    text-align: center;
}
.up{
	display: none;
}
.faq_active .down{
	display: none;
}
.faq_active .up,
.faq_active .sppb-addon-content{
	display: block;
}
/* ========== Delivery =========== */

.delivery .sppb-row-container{
	max-width: 1000px;
}
.delivery h2{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.delivery p{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
}

/*=============== Band Story =============*/

.top_text_page .clearfix:last-child .sppb-addon-text-block{
	margin-top: 80px;
}
.top_text_page .clearfix:last-child .top_text_bs{
	padding: 0 20%;
}
.tab_content .sppb-col-md-6{
	padding: 0;
}
.tab_content .sppb-row{
	position: relative;
	/*margin-bottom: -50px;*/
	margin-bottom: 50px;
	max-width: 1160px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tab_content{
	z-index: 2 !important;
}
.tab_content .sppb-col-md-6:first-child{
	width: 60%;
	position: absolute;
	bottom: 0;
}
.tab_content .sppb-col-md-6:last-child{
	width: 40%;
	float: right;
}
.tab_content .sppb-addon-single-image-container,
.tab_content img{
	width: 100%;
}
.tab_content .sppb-nav-tabs{
	width: 20%;
	float: left;
	border: none;
	padding-right: 40px;
}
.tab_content .sppb-nav-tabs li{
	float: none;
	text-align: right;
}
.tab_content .sppb-nav-tabs li a{
	font-size: 13px;
	border: none;
	background: none;
	color: #6b6c6f;
}
.tab_content .sppb-nav-tabs li.active a{
	color: #333333;
	position: relative;
}
.tab_content .sppb-nav-tabs li.active a:before{
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #d8d0b2;
	position: absolute;
	left: 10px;
    top: 20px;
}
.tab_content .sppb-nav-tabs-content{
	width: 80%;
	float: left;
	border: none;
	padding: 100px 50px;
	background: #eeeeee;
}
.tab_content .sppb-nav-tabs-content h3{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.tab_content .sppb-nav-tabs-content h4{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.tab_content .sppb-nav-tabs-content p{
	font-size: 15px;
	color: #6b6c6f;
	line-height: 2em;
}
.tot .clearfix:last-child{
	width: 100%;
	max-width: 600px;
	padding: 150px 0;
    margin: 0 auto;
}
.tot h3{
	font-size: 36px;
	font-weight: bold;
	color: #c5ab75;
	margin-bottom: 25px;
}
.tot p{
	font-size: 15px;
	color: #fff;
	line-height: 2em;
}
.our_partners h3{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.our_partners p{
	font-size: 16px;
	color: #fff;
	line-height: 2em;
	margin-bottom: 20px;
}
.our_partners a{
	display: block;
	width: 170px;
	height: 40px;
	border: solid 1px #fff;
	line-height: 40px;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}
.our_partners a:hover{
	text-decoration: none;
	color: #fff;
}
.our_partners .clearfix{
	width: 100%;
    max-width: 600px;
	margin: 0 auto;
}
/* =========== Brands ======= */

.brands .clearfix:nth-child(2) {
    padding: 50px 0;
    max-width: 1160px;
    margin: 0 auto;
}
.brands .clearfix:nth-child(2) h3{
	font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.brands .clearfix:nth-child(2) .sppb-addon-content{
	padding: 0 15%;
    font-size: 17px;
    line-height: 2em;
    color: #6b6c6f;
	font-weight: 400;
}
.brands_product_cat .sppb-col-md-6:first-child{
	width: 25%;
	float: left;
	padding-right: 60px;
}
.brands_product_cat .sppb-col-md-6:last-child{
	width: 75%;
	float: left;
}
.brands_product_cat .sppb-col-md-6:last-child .sppb-section{
	width: 33.33%;
	float: left;
	padding: 0 5px;
}
.brands_product_cat .sppb-col-md-6:first-child .sppb-addon-single-image-container{
	border: none;
    margin-bottom: 20px;
}
.brands_product_cat .sppb-addon-content{
	font-size: 17px;
	line-height: 1.5em;
	color: #6b6c6f;
	font-weight: 400;
}
.brands_product_cat .sppb-row{
	width: 100%;
    max-width: 1160px;
	margin: 0 auto;
}
.brands_product_cat .sppb-addon-single-image-container{
	border: solid 1px #e5e5e5;
}
.brands_product_cat .sppb-text-center a{
	background: none;
	padding: 0;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	-webkit-box-shadow: none;
    box-shadow: none;
	margin-top: 20px;
}
#sp-page-builder .brands_product_cat .sppb-section{
	margin-top: 0 !important;
	margin-bottom: 100px;
}	
.brands_img_3{
	padding-bottom: 100px;
}
.brands_img_3 .sppb-row{
	width: 100%;
    max-width: 700px;
	margin: 0 auto;
}
.brands_img_3 h3{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
}
.brands_img_3 .sppb-addon-single-image-container{
	margin-top: 50px;
}
.brands_img_3 .sppb-addon-content{
	color: #6b6c6f;
	font-size: 16px;
	line-height: 2em;
}
.brands_img_2 .clearfix{
	position: relative;
}
.abs>.sppb-column-addons>div:last-child{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
}
.brands_img_2 h3{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	z-index: 99;
	margin: 0;
	top: 45%;
	left: 0;
	right: 0;
}
.brands_img_2 .sppb-addon-single-image-container,
.brands_img_2 .sppb-addon-single-image-container img{
	width: 100%;
}
.brands_img_2 a{
	padding: 0;
    display: block;
    width: 170px;
    height: 40px;
    border: solid 1px #fff;
    line-height: 40px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
}
.brands_img_2 .clearfix{
	z-index: 99;
}
.brands_img_2 a:hover{
	color: #fff;
	background: transparent;
}
.brands_img_2 a:focus{
	box-shadow: none;
	color: #fff;
    background-color: transparent;
}
/* ====== */
.view-category .hikashop_submodules .banner-category img{
	display: block;
}
.brands_product_cat .hkc-sm-9,
.view-category .hkc-sm-9{
	width: 100%;
	padding: 0;
}
.view-category .hkc-sm-9 .remove_tile{
	display: none;
}
.brands_product_cat .hkc-sm-9 div.hikashop_container{
	margin: 0 !important;
	padding: 0 6px;
}
.brands_product_cat .hkc-md-4{
	padding: 0;
	margin-bottom: 100px;
}
.brands_product_cat .Festive.Special.Deals,
.brands_product_cat .Best.Sellers{
	display: none;
}
.brands_product_cat .hikashop_subcontainer .hikashop_category_image{
	border: solid 1px #e5e5e5;
}
.brands_product_cat .hikashop_subcontainer .hikashop_category_name a{
	background: none;
    padding: 0;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
}
.brands_product_cat .hikashop_subcontainer .hikashop_category_name a:hover{
	text-decoration: none;
}

/* =========== add to  cart ======= */

.cart-menu .hikashop_cart_dropdown_content{
	width: 400px;
	right: 0;
	top: 55px;
	padding: 25px;
	border: solid 1px #e8e8e8;
	overflow-y: scroll;
	max-height: 500px; 
}
.cart-menu .hikashop_cart_dropdown_content a{
	position: static;
    font-size: 11px;
    color: #333333;
}
.hikashop_cart_dropdown_content thead{
	display: none;
}
.cart-menu .hikashop_product_quantity_change_div_default{
	/*display: none !important;*/
}
.cart-menu .hikashop_cart_dropdown_content tbody tr{
	border-bottom: solid 1px #f2f2f2;
}
.cart-menu .hikashop_cart_dropdown_content tbody td:first-child{
	width: 25%;
	vertical-align: top !important;
}
.cart-menu .hikashop_cart_dropdown_content tbody td:nth-child(2){
	padding-left: 10px;
	padding-right: 10px;
	width: 45%;
}
.cart-menu .hikashop_cart_dropdown_content tbody td:last-child{
	text-align: right;
	width: 20%;
}
.cart-menu .hikashop_cart_dropdown_content tbody tr:first-child td{ 
	padding-top: 0;
}
.cart-menu .hikashop_cart_dropdown_content tbody td{
	vertical-align: top;
	padding: 20px 0 15px 0;
}

.cart-menu .hikashop_cart_dropdown_content tbody td.qty{
	min-width: 60px;
}
.cart-menu .hikashop_cart_dropdown_content tbody input{
	width: 42px;
	height: 42px;
	border: solid 1px #dcdcdc;
	border-radius: 0;
	padding: 0;
	text-align: center;
	margin: 0;
}
.cart-menu .hikashop_cart_dropdown_content img{
	padding: 8px;
	border: solid 1px #e5e5e5;
}
.cart-menu .hikashop_cart_value a,
.cart-menu .hikashop_cart_value input,
.cart-menu .hikashop_cart_value span,
.cart-menu .hikashop_cart_value p{
	font-size: 13px;
	color: #333333;
}
.cart-menu .hikashop_cart_value span{
	font-size: 13px !important;
}
.cart-menu .hikashop_cart_dropdown_content a:hover{
	text-decoration: none;
}
.cart-menu .hikashop_cart_dropdown_content .weight{
	margin-top: 5px;
}
.cart-menu .hikashop_cart_dropdown_content .del{
	margin-top: 30px;
}
.cart-menu .hikashop_cart_dropdown_content .del a:after{
	content: url(../images/delete.png);
}
.cart-menu .hikashop_cart_dropdown_content tfoot tr:first-child td{
	padding-top: 25px;	
}
.cart-menu .hikashop_cart_dropdown_content tfoot td{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
}
.cart-menu .hikashop_cart_dropdown_content tfoot td span{
	float: right;
	font-weight: bold;
}
.cart-menu .style_checkout{
	margin-top: 20px;
}
.cart-menu .hikashop_cart_dropdown_content .style_checkout a.hikabtn {
	width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 0;
    line-height: 40px;
    border: none;
    background: #d3161f;
    color: #fff !important;
	font-size: 12px;
	text-transform: uppercase;
} 
.cart-menu .hikashop_cart_dropdown_container .cart_arrow{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: -55px;
    right: 0;
	display: none; 
}
.menu-icon .login{
	position: relative;
	padding-bottom: 50px;
}
.login .mod-sppagebuilder{
	display: none;
	position: fixed;
    width: 100%;
    left: 0;
    max-width: 900px;
    margin: 0 auto;
    right: 0;
	background: #fff;
}
.login .sppb-container-inner{
    background: #fff;
    position: relative;
    z-index: 9;
}
.login .login_module form{
	max-width: 345px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px !important;
}
.login .mod-sppagebuilder form .add-on{
	display: none;
}
.show_form .mod-sppagebuilder{
	display: block;
}
.login form .input-prepend{
	width: 100%;
}
.login .mod-sppagebuilder input{
	width: 100% !important;
	height:45px;
	border: solid 1px #d7d7d7;
	padding: 0 0 0 20px;
	border-radius: 0;
	box-shadow: none;
}
.login .login-greeting{
	margin-bottom: 30px;
}
.login .logout-button input,
.login .mod-sppagebuilder button{
	width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 0;
    line-height: 40px;
    border: none;
    background: #d3161f;
    color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.login .control-group{
	margin-bottom: 15px;
}
.login #form-login-submit{
	margin-bottom: 30px;
}
.login .forgot_pass{
	text-align: right;
	margin-bottom: 30px;
}
.login h3{
	font-size: 36px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
}
.login .register_module h3{
	margin-top: 40px;
}
.login form p{
	font-size: 14px;
	color: #666666;
}
.login form a{
	font-size: 14px;
	color: #bd9a50;
	text-decoration: underline;
}
.close_x{
	position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 0 5px;
	cursor: pointer;
	z-index: 99;
	color: #666666;
}
.dark_bg{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    right: 0;
}
.popup_login .sppb-col-md-6{
	width: 50%;
	float: left;
	padding: 0;
}
.static{
	position: static !important;
}
.static .hikashop_cart{
	display: none;
}

.register_module{
	display: none;
}

.login .register_module form{
	max-width: 345px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.login .register_module label{
	display: none;
}
.register_module form .name,
.register_module form .user_name,
.register_module form .password1,
.register_module form .password2{
	width: 48%;
	float: left
}
.register_module form .name,
.register_module form .password1{
	margin-right: 4%;
}
.register_module .agree{
	margin-bottom: 20px;
	margin-top: 10px;
}
.register_module .agree .mod-sppagebuilder{
	position: static;
}
.register_module .agree .sppb-col-md-12{
	padding: 0;
}
.register_module .agree a{
	text-decoration: none;
}
.register_module .login_back{
	margin-top: 20px;
}
.register_module .popyjreg:after{
	content: '';
	display: block;
	clear: both;
}
.register_module #closeReg{
	display: none;
}
.register_module .confirm{
	display: none;
}
.register_module input.invalid{
	background: #fff;
}
.registration #member-registration fieldset:nth-child(2){
	display: none;
}
.registration #member-registration{
	padding-top: 200px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	border: none;
    box-shadow: none;
}
#member-registration .control-label{
	display: none;
}
#member-registration .controls{
	margin-left: 0;
}
#member-registration .controls input{
	width: 100%;
    height: 40px;
    border-radius: 0;
    padding-left: 20px;
	background: #fff;
}
#member-registration legend{
	font-size: 24px;
    color: #333333;
    border: none;
    margin: 0;
	padding-bottom: 20px;
    font-weight: bold;
    font-family: PlayfairDisplay-Bold !important;
}
#member-registration button,
#member-registration a.btn{
	width: 100%;
    max-width: 150px;
    height: 40px;
    border-radius: 20px;
    padding: 0;
    line-height: 40px;
    border: none;
    background: #d3161f;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Menu Account */
.menu-icon .login ul.menu{
	position: absolute;
	top: 55px;
	right: 0;
	background: #fff;
	border: solid 1px #e8e8e8;
	padding: 30px 5px;
	display: none;
}
.menu-icon .login ul.click_display{
	display: block;
}
.menu-icon .login ul.menu:after{
	content: '';
	position: absolute;
	bottom: 100%;
	right: 15px;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.menu-icon .login ul.menu li{
	padding-bottom: 18px;
}
.menu-icon .login ul.menu li:last-child{
	padding-bottom: 0;
}
.menu-icon .login ul.menu a{
	color: #000 !important;
	padding: 0 !important;
	font-size: 15px;
	color: #333333;
}	
#system-message-container{
	position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    max-width: 600px;
    z-index: 99;
    margin: 0 auto;
    width: 90%;
}
#system-message-container .alert .close{
	top: -10px;
	right: -10px;
}

/* =================== Profile ================== */

.add_address .profile .right{
	padding: 0;
}
.add_address .profile .page-header{
	display: none;
}
.add_address #member-profile{
	display: grid;
	background-color: #f6f6f6;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.add_address #member-profile .control-label{
	display: none;
}
#member-profile .controls{
	margin-left: 0;
}
#member-profile .control-group{
	width: 49%;
	float: left;
	margin-top: 0;
}
#member-profile .address1{
	width: 100%;
}
#member-profile .hikashop_registration_user_firstname_line,
#member-profile .password1,
#member-profile .city,
#member-profile .postal_code,
#member-profile .name,
#member-profile .email1{
	margin-right: 2%;
}
#member-profile legend{
	font-size: 24px;
    color: #333333;
	border: none;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	font-family: PlayfairDisplay-Bold !important;
}

#member-profile .hikashop_user_edit{
	order: 1;
}
#member-profile fieldset:first-child{
	order: 3;
}
#member-profile fieldset:nth-child(4){
	order: 2;
}
#member-profile input{
	width: 100%;
	height: 40px;
	border-radius: 0;
	padding-left: 20px;
}
#member-profile .button_submit{
	margin-top: 40px !important;
}
#member-profile button.btn-primary{
	width: 100%;
	max-width: 250px;
    height: 40px;
    border-radius: 20px;
    padding: 0;
    line-height: 40px;
    border: none;
    background: #d3161f;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/* =================== Order ======================== */

.add_address .right .order_none,
.add_address .right .hikashop_header_buttons{
	display: none;
}
.add_address_center{
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 45px 15px 0 15px;
	padding-bottom: 100px;
}
.add_address_center:after{
	content: '';
	clear: both;
	display: block;
}
.add_address{
	background: #f6f6f6;
}
.title_account{
	padding-top: 200px;
}
.title_account h2{
	font-size: 36px;
	font-weight: bold;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 15px 30px 15px;
	background: #fff;
}
.add_address_center ul.menu{
	width: 100%;
	max-width: 230px;
	background: #fff;
	border: solid 1px #d7d7d7;
	padding: 40px 40px 100px 40px;
}
.add_address_center ul.menu a{
	color: #333333;
	font-size: 15px;
}
.add_address_center ul.menu li:first-child  a:before{
	content: '\f007';
	font-family: FontAwesome;
	padding-right: 10px;
}
.add_address_center ul.menu li:nth-child(2)  a:before{
	content: '\f07a';
	font-family: FontAwesome;
	padding-right: 10px;
}
.add_address_center ul.menu li:last-child  a:before{
	content: '\f08b';
	font-family: FontAwesome;
	padding-right: 10px;
}
.add_address_center .right h1{
	font-size: 24px;
	color: #333333;
	text-align: left;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 5px;
}
.add_address_center .table{
	margin-bottom: 80px;
}
.add_address_center .table thead tr{
	background: #2d2e33;
	border: solid 1px #2d2e33;
}
.add_address_center .table thead tr span{
	display: none;
}
.add_address_center .table thead tr th,
.add_address_center .table thead tr a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: none;
}
.add_address_center .table thead tr a:hover{
	text-decoration: none;
}
.add_address_center .table td{
	background: none !important;
}
.add_address_center .table tbody tr{
	border: solid 1px #d7d7d7;
}
.add_address_center .table tbody tr{
	border-top: none;
}
.add_address_center .table tbody th{
	color: #333333;
}
.add_address_center .table tbody a{
	color: #bd9a50;
	text-decoration: underline;
}
.add_address_center .table tfoot{
	display: none;
}
.add_address .order .right{
	padding: 0 10px;
}
.add_address_center .hikashop_orders tfoot{ 
	display: table-footer-group;
}
.layout-listing .hikashop_orders .pagination{
	padding: 0;
}

/* ==================== Order Detail ====================*/
.add_address .order_detail .right{
	padding: 0;
}
.order_detail .hikashop_header_title{
	margin: 0;
	padding: 20px 0;
	background: #f6f6f6;
}
.order_detail .hikashop_header_title h3{
	margin:0;
	font-size: 24px;
    color: #333333;
	text-align: left;
}
.order_detail .hikashop_order_left_part,
.order_detail thead,
.order_detail .hikashop_order_product_custom_item_fields,
.order_detail #htmlfieldset_products legend{
	display: none;
}
.order_detail thead.big_table{
	display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.order_detail .hikashop_order_main_table thead tr{
	background: #2d2e33;
    border: solid 1px #2d2e33;
}
.order_detail .hikashop_order_main_table thead tr th{
	color: #fff;
	font-size: 15px;
	padding: 12px 20px;
    font-weight: normal;
}
.order_detail .hikashop_order_main_table thead tr th:first-child{
	width: 25%;
}
.order_detail .hikashop_order_main_table thead tr th:nth-child(2){
	width: 25%;
}
.order_detail .hikashop_order_main_table thead tr th:last-child{
	text-align: right;
}
.order_detail .hikashop_order_main_table thead span{
	font-weight: bold;
}
.order_detail .hikashop_order_main_table tbody tr td{
	vertical-align: top;
	font-size: 15px;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
}
.order_detail form{
	border: solid 1px #d7d7d7;
	padding-bottom: 40px;
}
.order_detail form{
	border-top: none;
}
.order_detail .order_product tbody{
	border: none;
}
.order_detail .hikashop_order_main_table tbody tr:first-child td{
	padding-top: 40px;
}
.order_detail .order_product tbody tr:nth-child(n) td{
	padding-top: 15px;
}
.order_detail .order_product tbody tr td{
	padding-left: 0;
	padding-right: 0;
}
.order_detail .order_product tbody tr td:first-child{
	width: 70%;
}
.order_detail .hikashop_order_main_table tbody legend{
	margin-bottom: 0;
	border: 0;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
.order_detail .hikashop_order_main_table p.delivery span,
.order_detail .hikashop_order_main_table p.payment span{
	font-weight: bold;
}
.order_detail .hikashop_order_main_table p.delivery,
.order_detail .hikashop_order_main_table p.payment{
	margin-top: 40px;
}
.order_detail .order_product .hikashop_order_item_name_value img,
.order_detail .order_product .hikashop_order_item_name_value a{
	float: left;
}
.order_detail .order_product .hikashop_order_item_name_value img{
	width: 20%;
    padding: 5px;
    border: solid 1px #e5e5e5;
}
.order_detail .order_product .hikashop_order_item_name_value a{
	color: #666666;
	padding-left: 10px;
	width: 80%;
}
.order_detail .order_product .hikashop_order_item_name_value a:hover{
	text-decoration: none;
}
.order_detail .order_product .hikashop_order_item_quantity_value{
	padding-right: 15px;
	padding-left: 15px;
}
.order_detail .order_product tr{
	border-bottom: solid 1px #d7d7d7;
}
.order_detail .order_product tr td{
	padding-bottom: 15px;
}
.order_detail .order_product tr.no_product td{
	padding: 10px 0 !important;
}
.order_detail .order_product tr.no_product td.hikashop_order_total_value,
.order_detail .order_product tr.total label{
	font-size: 17px;
}
.order_detail .order_product tr.no_product{
	border: none;
}
.order_detail .order_product tr.total td{
	padding: 20px 0 !important;
	font-weight: bold;
}
.order_detail .order_product tr.total{
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
}
.order_detail .order_product tr td:last-child{
	text-align: right;
	width: 25%; 
}

/* ========= Product Detail ==================== */

.view-product .hikashop_product_main_image_subdiv{
	width: auto !important;
	display: inline-block;
}
.view-product .hikashop_product_main_image{
	height: auto !important;
}

p.filter{ 
	display: none;
}

.hikashop_checkout_instructions_line .hkc-sm-8{
	width: 100%;
}
.hikashop_checkout_instructions_line .hkc-sm-8 textarea{
	width: 100%;
	border-radius: 0;
	height: 100px;
	margin-bottom: 20px;
}
.hikashop_checkout_instructions_line .hkcontrol-label{
	width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.hikashop_product_price_before_discount{
	display: block;
	text-align: right !important;
}
.hikashop_cart_product_total_value .hikashop_product_price_before_discount{
	text-align: left !important;
}
.hikashop_product_price_main .hikashop_product_price_before_discount{
	text-align: left !important;
}
.hikashop_checkout_checkout_address_block legend{
	float: none;
}
.hikashop_checkout_shipping_address_block > div:after{
	content: '';
	display: block;
	clear: both;
}
.hika_address_field  legend{
	float: none;
	font-size: 24px;
    line-height: 36px;
    color: #333333;
    padding: 30px 0 15px;
}
.hikashop_checkout_shipping_address_block .hikashop_field_dropdown{
	display: block;
}
.hika_address_field select{
	float: none;
}
.hika_address_field  > div input[type="radio"]{
	width: 20px;
    height: 20px!important;
    margin-left: 10px;
}
.hikashop_checkout_shipping_address_block .list_shipping_address{
	margin-bottom: 20px;
}
.list_shipping_address .hika_edit{
	margin-bottom: 15px;
}
.hikashop_checkout_shipping_address_block .list_shipping_address > div{
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.hikashop_checkout_shipping_address_block .list_shipping_address > div:nth-child(2n+1){
	margin-right: 4%;
	clear: both;
}
.section-left .hikashop_checkout_login,
.section-left .hikashop_checkout_address,
#hikashop_checkout_back_button{
	padding: 0 10px;
}
.section-left .hikashop_checkout_address{
	margin-bottom: 50px;
}
.hika_address_field .hikashop_checkout_address_address_city{
	display: none;
}
.hika_address_field > div,
.hikashop_checkout_address .hika_edit{
	margin-bottom: 20px;
}
.hikashop_checkout_address .hk-container-fluid{
	padding: 0;
}
.hikashop_checkout_address .hkc-sm-6{
	width: 48%;
	padding: 0;
}
.hikashop_checkout_address .hkc-sm-6:first-child{
	margin-right: 4%;
}
.hikashop_checkout_shipping{
	margin-bottom: 20px;
}
.buttons_left a{
	font-size: 14px;
    line-height: 35px;
    color: #bd9a50;
    text-decoration: underline;
    font-weight: normal;
}
.tnk_acy .acymailing_form{
	width: 100%;
}
.tnk_acy .acymailing_form .acyfield_email{
	width: 80%;
}
.tnk_acy .acymailing_form .acyfield_email input{
	border-radius: inherit;
    box-shadow: none;
    padding: 10px 20px;
    margin: 0;
    margin-top: 0;
}
.tnk_acy .acymailing_form .acysubbuttons input{
	background: #585A66;
    color: #fff;
    border-radius: inherit;
    border: none;
    padding: 11px 15px;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.hika_address_field > div > span{
	display: none;
}

/* =========================================================== RESPONSIVE ========================================================*/
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
	.hikashop_cart_product_total_value .hikashop_product_price_before_discount{
		padding-left: 20px;
	}
}
@media all and (max-width: 1024px){
	.container #content {
		min-height: auto;
	}
}

@media all and (max-width: 980px){
	.shop_menu_cat{
	    overflow-y: scroll;
		max-height: 420px;
	}
	.hika_address_field br{
		display: none;
	}
	.menu-icon .cart-menu a.hikashop_small_cart_checkout_link span{
		color: #333;
	}
	.cart-menu .hikashop_cart_dropdown_content{
		top: 60px;
	}
	.cart-menu .hikashop_cart_dropdown_container .cart_arrow{
		bottom: -60px;
	}
	.top_text_page .clearfix:last-child .sppb-addon-text-block{
		margin-top: 0;
	}
	.top_text_page{
		padding-top: 0;
	}
	.contact_info .sppb-row {
		display: block;
		width: 100%;
	}
	.contact_info .sppb-col-md-6 {
		display: block;
	    width: 100%;
	    float: left;
	}

	.contact_info .sppb-col-md-6:last-child {
	    position: relative;
	    text-align: center;
	    vertical-align: middle;
	    height: 400px;
	}

	.contact_info .sppb-col-md-6 #column-id-1520990019516 {
	    width: 320px;
	}
	
	/* ==== Quality Assurance ====*/

	.top_text_page .clearfix:last-child{
		margin-top: 0;
		width: 100%;
		padding: 0;
	}
	.top_text_page .clearfix:last-child .top_text_qa{
		padding: 40px 15px 0 15px;
		text-align: left;
	}
	.qa_content02 .sppb-col-md-3{
		width: 50%;
		float: left;
	}
	.img_text .sppb-col-md-6{
		width: 100% !important;
	}
	.img_text .main_text,
	.img_text .main_img{
		margin: 0;
	}
	.main_text .sppb-column-addons{
		padding: 30px 15px;
	}
	.qa_logo .sppb-row{
		margin-bottom: 50px;
		margin-top: 20px;
		width: 100%;
		float: none;
		display: block;
		padding: 0 15px;
	}
	.qa_logo .sppb-row-container{
		margin: 0;
	}
	.text_img .sppb-col-md-6{
		width: 100% !important;
	}
	.text_img .main_text,
	.text_img .main_img{
		margin: 0;
	}
	.qa_logo .sppb-row .sppb-col-md-4{
		width: 50%;
		float: left;
	}
	.qa_logo .sppb-row .sppb-col-md-4:first-child{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.qa_carousel .sppb-item{
		padding: 15px 15px 50px 15px;
	}
	.qa_carousel .sppb-carousel-caption{
		padding-top: 50px;
	}
	.qa_carousel .clearfix p{
		font-size: 18px;
	}
	.text_img .sppb-row{
		display: grid;
	}
	.text_img .sppb-col-md-6:first-child{
		order: 2;
	}
	.text_img .sppb-col-md-6:last-child{
		order: 1;
	}
	.qa_content02{
		padding: 30px 0;
	}
	
	/* ==== Recipes ====*/
	.recipes .clearfix:nth-child(2) .sppb-addon-content{
		padding: 0 15px;
		text-align: left;
	}
	.recipes .clearfix:nth-child(2) h3{
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.recipes .clearfix:nth-child(2){
		padding: 30px 0;
	}
	.recipes ul.category-module li{
		width: 49%;
		margin-bottom: 30px;
		text-align: left;
	}
	.recipes ul.category-module li:nth-child(3n+2){
		margin-right: 0;
		margin-left: 0;
	}
	.recipes ul.category-module li:nth-child(2n+1){
		margin-right: 2%;
	}
	.recipes ul.category-module li .mod-articles-category-title{
		text-align: left;
		font-size: 15px;
		margin-top: 15px;
	}
	.banner_page h3{
		font-size: 40px;
	}
	
	/* ==== Brands Story ====*/
	
	.top_text_page .clearfix:last-child .top_text_bs{
		padding: 40px 15px;
		text-align: left;
	}
	.tab_content .sppb-col-md-6:first-child{
		width: 100%;
		position: static;
	}
	.tab_content .sppb-nav-tabs,
	.tab_content .sppb-nav-tabs-content{
		width: 100%;
		float: none;
		padding: 0;
	}
	.tab_content .sppb-nav-tabs-content{
		padding: 40px 15px;
	}	
	.tab_content .sppb-nav-tabs{
		margin-bottom: 4px;
		position: relative;
	}
	.tab_content .sppb-nav-tabs li.active:after{
		content: '\f107';
		font-family: 'FontAwesome';
		top: 11px;
		right: 15px;
		position: absolute;
	}
	.tab_content .sppb-nav-tabs li.active a:before{
		display: none;
	}
	.tab_content .sppb-nav-tabs li{
		text-align: left;
		display: none;
		position: static;
	}
	.tab_content .sppb-nav-tabs li a{
		background: #eeeeee !important;
	}
	.tab_content .sppb-nav-tabs li.active{
		display: block;
	}
	.tab_content .sppb-nav-tabs-content h3{
		margin-top: 0;
	}
	.tab_content .dropdown li{
		display: block;
	}
	.top_text_page .clearfix:last-child h3{
		margin-top: 0;
	}
	.divider {
		display: none;
	}
	.tab_content .sppb-col-md-6:last-child{
		width: 100%;
		float: none;
	}
	.tab_content .sppb-row{
		margin-bottom: 20px;
	}
	.our_partners .clearfix{
		padding: 0 15px;
	}
	.b_story .sppb-addon-title,
	.b_story .sppb-addon-content{
		text-align: left;
	}
	/* === Brands === */
	.brands .clearfix:nth-child(2) .sppb-addon-text-block{
		text-align: left;
		padding: 0 15px;
	}
	.brands .clearfix:nth-child(2) .sppb-addon-content{
		padding: 0;
	}
	.brands_product_cat .sppb-col-md-6{
		width: 100% !important;
		float: none !important;
	}
	.brands_product_cat .sppb-col-md-6:first-child,
	.brands_product_cat .sppb-col-md-6:last-child{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.brands_product_cat .sppb-col-md-6:first-child{
	    max-width: 700px;
		margin: 0 auto;
	}
	#sp-page-builder .brands_product_cat .sppb-section{
		width: 49%;
		float: left;
		padding: 0;
	}
	#sp-page-builder .brands_product_cat .sppb-section:nth-child(2n-1){
		margin-right: 2%;
	}
	.brands_product_cat .sppb-col-md-6:first-child .clearfix{
		width: 50%;
		float: left;
	}
	#sp-page-builder .brands_product_cat .sppb-section{
		margin-top: 0;
		margin-bottom: 0;
	}
	.brands_product_cat .sppb-col-md-6:first-child .sppb-addon-single-image-container{
		margin-bottom: 0;
		padding-right: 15px;
	}
	.brands_product_cat .sppb-text-center a{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.brands_product_cat{
		padding-bottom: 50px;
	}
	.brands_img_3 .sppb-text-center{
		text-align: left;
		padding: 0 15px;
	}
	.brands_img_3 .sppb-row .sppb-section {
		padding: 0 15px;
	}
	.brands_img_3 .sppb-row .sppb-col-md-4{
		width: 48%;
		float: left;
	}
	.brands_img_3 .sppb-row .sppb-col-md-4:nth-child(2n-1){
		margin-right: 4%;
	}
	.brands_img_3 .sppb-col-md-4 .sppb-addon-single-image{
		padding: 0;
	}
	.brands_img_3 .sppb-addon-single-image-container{
		margin-top: 20px;
	}
	.brands_img_2 h3{
		font-size: 20px;
		top: 40%;
	}
	.brands_product_cat .hkc-md-4{
		margin-bottom: 30px;
		width: 49%;
		float: left;
	}
	.brands_product_cat .hkc-md-4:nth-child(2n+1){
		margin-right: 2%;
		clear: both;
	}
	.brands_product_cat .hkc-sm-9 div.hikashop_container{
		padding: 0;
	}
	.brands_product_cat .hikashop_subcontainer .hikashop_category_image{
		height: auto !important;
	}
	
	/* === Partners === */
	.top_text_page .clearfix:last-child .top_text_partners{
		padding: 40px 15px 0 15px;
	}
	.top_text_page .clearfix:last-child .sppb-addon-title{
		text-align: left;
	}
	.img_only_1 .sppb-row{
		display: block;
		padding: 0 15px;
	}
	.img_only_1 .sppb-col-md-4{
		width: 45%;
		float: left;
		margin-right: 10%;
	}
	.img_only_1 .sppb-col-md-4:last-child{
		margin: 0;
	}
	.img_only_1 .sppb-col-md-4:nth-child(2){
		padding-top: 10px;
	}
	.img_only_1 .sppb-col-md-4:first-child{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.text_inline{
		padding: 50px 15px;
	}
	.img_only_3 .clearfix{
		width: 50%;
	}
	.img_only_3 .sppb-row{
		padding: 0 15px;
		max-width: 500px;
		margin: 0 auto;
	}
	.img_only_3 .clearfix:nth-child(3) .sppb-addon-content,
	.img_only_3 .clearfix:nth-child(4) .sppb-addon-content{
		border-top: solid 1px #f1f1f1;
	}
	.img_only_3 .clearfix:nth-child(2n) .sppb-addon-content{
		border-right: none;
	}
	
	/* Account Login */
	
	.login .mod-sppagebuilder{
		width: 90%;
	}
	.login .mod-sppagebuilder form{
		padding: 0 15px;
		margin-top: 30px !important;
	}
	
	/* Account Order */
	.add_address_center .menu_account.left{
		width: 100%;
		float: none;
	}
	.add_address_center ul.menu{
		max-width: none;
		padding: 20px;
	}
	.add_address .order .right{
		width: 100%;
		padding: 0;
		background: #f6f6f6;
	}
	.add_address_center .right h1{
		padding-bottom: 20px;
		padding-top: 30px;
		padding-left: 20px;
	}
	.add_address .order thead{
		display: none;
	}
	.add_address .order tbody tr{
		display: block;
		margin-bottom: 20px;
		background: #fff;
	}
	.add_address .order tbody td{
		display: block;
		text-align: right;
	}
	.add_address .order tbody td:first-child:after{
		content: 'Date';
		float: left;
		font-weight: bold;
	}
	.add_address .order tbody td:nth-child(2):after{
		content: 'Order Number';
		float: left;
		font-weight: bold;
	}
	.add_address .order tbody td:nth-child(3):after{
		content: 'Total';
		float: left;
		font-weight: bold;
	}
	.add_address .order tbody td:nth-child(4):after{
		content: 'Order Status';
		float: left;
		font-weight: bold;
	}
	.order .table{
		margin-bottom: 0
	}
	/* Account Order Detail */
	.add_address .order_detail .right{
		width: 100%;
	}
	.order_detail .big_table,
	.order_detail .big_table tr,
	.order_detail .big_table th{
		display: block;
	}
	.order_detail .hikashop_order_main_table thead tr th:first-child,
	.order_detail .hikashop_order_main_table thead tr th:nth-child(2){
		width: 100%;
	}
	.order_detail .hikashop_order_main_table thead tr th:last-child{
		text-align: left;
	}
	.order_detail .hikashop_order_main_table tbody tr,
	.order_detail .hikashop_order_main_table tbody td{
		display: block;
	}
	.order_detail .order_product tbody tr{
		display: table-row;
	}
	.order_detail .order_product tbody td{
		display: table-cell;
	}
	.order_detail #htmlfieldset_products legend{
		display: block;
	}
	
	/* Recipes Detail */
	
	.related_products{
		padding-left: 15px;
		padding-right: 15px;
	}
	.related_products .hikashop_products_listing .hikashop_product{
		width: 48%;
		float: left;
	}
	.related_products .hikashop_products_listing .hikashop_product:nth-child(2n+1){
		margin-right: 4%;
	}
	.related_products .hikashop_products_listing .hikashop_container{
		margin: 0 0 15px 0 !important;
	}
	.related_products .hikashop_products_listing .hikashop_product_image_subdiv,
	.related_products .hikashop_products_listing .hikashop_product_image{
		width: auto !important;
		height: auto !important;
	}
	.related_products .hikashop_products_listing .hkc-xs-8,
	.related_products .hikashop_products_listing .hkc-xs-4{
		width: 100%;
		float: none;
		text-align: left;
	}
	.related_products .hikashop_products_listing .hkc-xs-4{
		margin-top: 10px;
	}
	.related_products .hikashop_products_listing .hikashop_product_weight_main,
	.related_products .hikashop_products_listing .hikashop_product_price{
		float: none;
	}
	/* Profile */
	
	.add_address .profile .right{
		width: 100%;
	}
	/* Product Detail */
	.view-product form .product_info,
	.view-product form .box-content{
		padding: 0 15px;
	}
	.view-product form .hkc-md-4{
		padding: 0;
	}
	.view-product form .hikashop_product_title_code{
		padding-left: 0;
		padding-right: 0;
	}
	form .hikashop_product_title_code h1{
		margin-bottom: 25px;
	}
	.view-product .share_this{
		display: none;
	}
	.view-product .mobine_show{
		display: block !important;
		margin-top: 30px;
	}
	.view-product .description p{
		margin-bottom: 20px;
	}
	.view-product .hk-row-fluid .thumbnail{
		padding: 10px;
	}
	.view-product .hk-row-fluid .hikashop_product_image{
		height: auto !important;
	}
	.view-product .hk-row-fluid .hikashop_product_image_subdiv{
		width: auto !important;
	}
	.view-product .hk-row-fluid .hikashop_product{
		width: 48%;
		float: left;
		padding: 0 !important;
	}
	.view-product .hk-row-fluid .hikashop_product_name a,
	.view-product .hikashop_products_listing .hk-row-fluid .hikashop_product_price{
		font-size: 16px !important;
	}
	.view-product .hk-row-fluid .hikashop_product:nth-child(2n+1){
		margin-right: 4%;
	}
	.view-product .hk-row-fluid .title-prd{
		padding: 0;
	}
	/*.view-product .hk-row-fluid .hikashop_product_price{
		float: left;
	}*/
	.view-product .banner-category h2{
		margin-bottom: 30px;
	}
	.view-product.layout-show .hikashop_module .hikashop_products_listing_main{
		padding: 0 15px;
	}
	.img_only_3,
	.faq_content{
		padding-bottom: 50px;
	}
	.menu-footer .sppb-col-md-4{
		display: none;
	}
	.menu-footer .sppb-col-md-4:last-child{
		display: block;
	}
	
}
@media all and (max-width: 768px){
	.hika_address_field > div > span{
		display: inline;
	}
	.tnk_acy .acymailing_form {
		margin-top: 30px;
	}
	.tnk_acy .acymailing_form tr td{
		display: block;
		width: 100%;
	}
	.tnk_acy .acymailing_form tr td input{
		padding: 15px 20px !important;
	}
	.tnk_acy .acymailing_form .acyfield_email{
		width: 100%;
		margin-bottom: 15px;
	}
	.tnk_acy .acymailing_form .acysubbuttons input{
		width: 100%;
	}
	
	.delivery table td:first-child{
		padding-right: 20px;
	}
	.delivery table p{
		padding-right: 0 !important;
		line-height: 1.5em;
		text-align: inherit;
	}
	.hikashop_checkout_address .hkc-sm-6:nth-child(n){
		width: 100%;
		margin-right: 0;
	}
	
	
	/* === Contact Us ===*/
	
	.contact_form .clearfix{
		padding: 0 15px;
	}
	.contact_form .rsform-block-email,
	.contact_form .rsform-block-contact-number{
		width: 100%;
		margin-right: 0;
	}
	.contact_info .sppb-col-md-6:last-child .sppb-addon-content{
		padding: 30px 15px;
	}
	.contact_info .sppb-addon-content p:nth-child(3) strong{
		width: 100%;
		margin-bottom: 10px;
	}
	/* Brands Story */
	.tot .clearfix:last-child{
		padding: 70px 15px;
	}
	/* */
	.qa_content02 .sppb-addon-text-block .sppb-addon-content{
		min-height: 80px;
		margin-bottom: 0;
	}
	/* === Brands === */
	.abs>.sppb-column-addons>div:last-child{
		bottom: 10px;
	}
	.brands_product_cat{
		padding-bottom: 0;
	}
	/*Partners*/
	.partners_last .clearfix:last-child{
		padding: 40px 15px;
	}
	.partners_last a{
		margin: 0 auto;
	}
	.partners_last h3{
		text-align: center;
	}
	/* Mini Cart */
	.cart-menu .hikashop_cart_dropdown_content{
		width: 290px;
		padding: 10px;
		right: -10px;
	}
	.cart-menu .hikashop_cart_dropdown_content tbody input{
		width: 30px;
		height: 30px;
	}
	.cart-menu .hikashop_cart_dropdown_content tfoot td span {
		padding: 0 !important;
		font-size: 14px !important;
		height: auto !important;
		font-weight: bold;
	}
	.cart-menu .hikashop_cart_dropdown_content tbody td:nth-child(2),
	.cart-menu .hikashop_cart_dropdown_content tbody td.qty{

		padding-right: 5px;
	}
	/* Account Order Detail */
	
	.order_detail .order_product .hikashop_order_item_name_value img{
		width: 25%;
	}
	.order_detail .order_product .hikashop_order_item_name_value a{
		width: 75%;
	}
	.order_detail .order_product .hikashop_order_item_quantity_value{
		padding-right: 10px;
		padding-left: 10px;
	}
	.order_detail .order_product tbody td{
		font-size: 13px !important;
	}
	.order_detail .order_product tbody td:last-child{
		width: 30%;
	}
	.order_detail .order_product tr.total label{
		font-size: 13px;
	}
	
	/* Account Login */
	
	.popup_login .sppb-col-md-6{
		width: 100%;
	}
	.popup_login .sppb-col-md-6:first-child{
		display: none;
	}
	.login .mod-sppagebuilder{
		width: 100%;
		max-width: 300px;
		overflow-y: scroll;
		max-height: 500px;
	}
	.login .mod-sppagebuilder form{
		padding: 15px;
		margin-top: 0!important;
	}
	.login ul.unstyled,
	.register_module .login_back{
		text-align: center;
	}
	.login .register_module h3{
		margin-top: 15px;
	}
	
	/* Recipes Detail */
	
	.recipe_detail_content p{
		line-height: 1.5em;
	}
	.recipe_detail01{
		padding: 0 15px 30px 15px;
	}
	.recipe_detail_content h2{
		font-size: 30px;
	}
	.recipe_detail01 p{
		width: 100%;
		margin-bottom: 0;
	}
	
	.recipe_detail02{
		padding: 0 15px;
	}
	.recipe_detail02 p{
		margin-bottom: 5px;
	}
	.recipe_detail_left, .recipe_detail_right{
		padding: 0;
		width: 48%
	}
	.recipe_detail_left{
		margin-right: 4%;
	}
	.recipe_detail03{
		 padding-left: 15px;
		 padding-right: 15px;
	 }
	 .share_button{
		 padding: 30px 0; 
	 }
	 .related_products .hikashop_products_listing .thumbnail{
		 padding: 10px;
	 }
	 /* Profile */
	 #member-profile .control-group {
		width: 100%;
		float: none;
		margin-right: 0 !important;
	}
	
	/* Product Detail */
	
	.view-product form #tabs .ui-widget-content{
		padding-right: 0;
	}
	.view-product form #tabs-container li a{
		border-left: 7px solid transparent;
		display: block;
		padding: 10px;
	}
	.view-product form #tabs-container li.ui-tabs-active a{
		border-left: 7px solid #c5ab75;
		border-bottom: none;
		padding: 10px;
	}
	.view-product form #tabs-container ul{
		padding: 20px 0;
	}
	
	/* Shop Ham */
	.hikashop_products_listing_main .hikashop_filter_main_div{
		width: 100%;
	}
	span.filter_values_container{
		display: none;
	}
	.hikashop_filter_main_Sortby_1 span.filter_values_container{
		display: block;
		width: 80%;
		float: left;
	}
	.show_checkbox span.filter_values_container{
		display: block;
	}
	p.filter{
		color: #666;
		font-size: 14px;
		display: block;
		width: 100%;
		height: 40px;
		line-height: 38px;
		border: solid 1px #ebebeb;
		padding-left: 15px;
	}
	p.filter:after{
		content: '\f107';
		font-family: fontawesome;
		color: #666;
		font-size: 20px;
		float: right;
		padding-right: 30px;
	}
	.layout-listing.task-listing #content .hikashop_products_listing_main .hikashop_filter_main_Sortby_1{
		position: relative;
		width: 100% !important;
		height: 40px;
		line-height: 38px;
		border: solid 1px #ebebeb;
		padding-left: 15px;
		display: block;
		top: auto;
		right: auto;
	}
	.layout-listing.task-listing #content .hikashop_products_listing_main .hikashop_filter_main_Sortby_1 .hikashop_filter_title{
		width: 20%;
		margin: 0;
		padding: 0;
	}
	.layout-listing.task-listing #content .hikashop_products_listing_main .hikashop_filter_main_Sortby_1 select{
		border: none;
		padding: 0 0 2px 8px;
		height: 40px;
		width: 100%;
		color: #666;
	}
	.hikashop_products_listing_main .hikashop_filter_main{
		display: none;
	}
	.show_list_checkbox .hikashop_filter_main{
		display: block;
		margin-bottom: 0 !important;
		padding: 15px;
		border-bottom: solid 1px #77787d;
	}
	.show_list_checkbox .hikashop_filter_main_Sortby_1{
		display: none !important;
	}
	.show_list_checkbox p.filter{
		background-color: #2d2e33;
		margin: 0;
		color: #fff;
		border: none;
		border-bottom: solid 1px #44464c;
	}
	.show_list_checkbox .hikashop_filter_fieldset{
		background: #3c3e45;
		padding: 0 15px 30px 15px;
		margin-bottom: 30px;
	}
	.show_list_checkbox .hikashop_filter_fieldset span,
	.show_list_checkbox .hikashop_filter_fieldset label{
		color: #fff;
		font-size: 14px;
		font-family: 'Lato' !important;
		margin: 0;
	}
	.show_list_checkbox .filter_values_container{
		padding-top: 15px;
		padding-left: 10px;
	}
	.layout-listing.task-listing .show_list_checkbox .hikashop_filter_main label{
		color: #fff;
		font-size: 14px;
	}
	.layout-listing.task-listing #content .hikashop_products_listing_main{
		padding: 40px 15px;
		min-height: 36vh;
	}
	.layout-listing.task-listing #content .hikashop_products_listing{
		width: 100%;
	}
	.hikashop_products_listing .hikashop_products_pagination .list-footer{
		text-align: center;
	}
	.show_list_checkbox p.filter:after{
		color: #fff;
	}
	.show_list_checkbox span.hikashop_filter_title:after{
		content: '\f107';
		font-family: fontawesome;
		color: #fff;
		font-size: 20px;
		float: right;
		padding-right: 15px;
	}
	.layout-listing.task-listing #content .hikashop_products_listing_main .hikashop_filter_main_Sortby_1:after{
		right: 30px;
		top: 0;
	}
	.layout-listing.task-listing .hikashop_products_listing_main .hikashop_container .thumbnail{
		min-height: 300px;
		padding-bottom: 20px;
	}
	.layout-listing.task-listing .hikashop_products_listing_main .thumbnail .title-prd{
		position: static;
		padding: 0;
	}
	.delivery p{
		text-align: justify;
	}
	.hikashop_product_price_before_discount{
		display: block;
		text-align: left !important;
	}
	.hikashop_checkout_shipping_address_block .list_shipping_address > div:nth-child(n){
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}

/* popup */

#sbox-window.shadow{
	height: auto !important;
}
.thank_default{
	padding: 200px;
}

.filter_values_container input[type="text"]{
	width: 80%;
}
.header-menu .navigation .nav > li > .nav-child{
	display: none;
}
.no-layout #member-profile fieldset{
	display: none;
}
.no-layout #member-profile fieldset:first-child{
	display: block;
}

.cart-menu .hikashop_cart_dropdown_content tfoot td.hikashop_cart_module_shipping_title{
	display: none;
}
.hikashop_filter_Price_6 .hikashop_filter_checkbox{
	display: block;
}
.shipping_mes .sppb-col-md-12{
	padding: 20px 0;
}
.hikashop_product_price_full{
	
}

.hikashop_checkout_address .hikashop_address_required_info_line{
	display: none;
}
/* */

