@font-face {
    font-family: myFirstFont;
	src:url(../fonts/Aharoni/ahronbd.woff);
}

@font-face {
    font-family: mySecFont;
	src:url(../fonts/Corbert/Corbert-Regular.woff);
}

h1, h2, h4, h3{
	font-family: myFirstFont;
}

p, span, h5, h6, a, i{
	font-family: mySecFont;
}

a:hover{
	outline: none;
	text-decoration: none;
}

body{
	overflow-x: hidden !important;
}


/************************************TOP TASK BAR****************************/
.top_task_bar{
	background-color:#565656;
	min-height:20px;
	padding-top:1%;
}

.top_top_nav{
	padding-top:0%;
}

.top_menu_l{
	text-align:left;
	float:left;
	padding-left:2%;
	padding-right:2%;
	color: #FFF;
}

.top_menu{
	text-align:right;
	float:right;
	padding-left:2%;
	padding-right:2%;
	color: #FFF;
}

.top_menu_l a{
	color: #FFF;
}

.top_menu_l a:hover{
	color: #ed0303;
}

.top_menu a{
	color: #FFF;
}

.top_menu a:hover{
	color: #ed0303;
}

.top_active{
	color:#ed0303 !important;
}



/************************************MENU**********************************/
.eartic_navbar{
	background-color:#FFF;
	padding-bottom:0.5%;
	margin-bottom:0px;
	border-radius:0;
	border-bottom: solid 5px rgba(116,116,116,0.2);
	transition:all 0.4s;
	margin-top:0%;
	min-height:50px;
	z-index:999 !important;
}

.logo{
	margin-left:2%;
	margin-top: 5px;
	position:absolute;
	z-index:999 !important;
}

@media (max-width: 1130px){
	.logo{
		margin-left:2%;
		position:relative;
		z-index:999 !important;
	}
}

@media (max-width: 768px){
	.logo{
		margin-top:-4%;
	}
}

.nav_ul{
	margin-top:0.5%;
}

.menu_li a{
	color:#565656 !important;
	transition:all 0.4s;
	background-color:transparent !important;
	text-align:right;
	font-size:13px;
	font-weight: 600;
}

.menu_li a:hover{
	color:#ed0303 !important;
	transition:all 0.4s;
}

.menu_li_02 a{
	color:#ed0303 !important;
	transition:all 0.4s;
	background-color:transparent;
	text-align:left;
	font-size:13px;
	font-weight: 600;
}

.menu_li_02 a:hover{
	color:#ed0303 !important;
	transition:all 0.4s;
}

.menu_text_act a{
	color:#ed0303 !important;
	transition:all 0.4s;
}

.li_active a{
	color:#b5b5fe !important;
}

.main_nav_ul{
	background-color:#0e1037;
	border-radius:0px;
	z-index: 999999 !important;
}

.open_close{
	background-color: #ed0303;
	padding: 0.3% 2%;
	border-radius: 10px;
	color: #FFF !important;
}

.open_close a:hover{
	color: #565656 !important;
}

/******************************FOOTER*****************************/
.footer{
	background-color:#565656;
	min-height: 300px;
	padding-bottom: 2%;
	padding-top: 2%;
}

.fotter_form_cont{
	margin-top: 2%;
}

.footer_form{
	background-color: transparent !important;
	border: none;
	border-bottom: solid 2px #FFF;
	border-radius: 0px;
	float: left;
	font-style: italic;
	width: 220px;
	color: #ed0303;
}

::placeholder{
	color: #ed0303 !important;
}

.footer_form:focus{
	border: none;
	box-shadow: none;
}

.footer_my_btn{
	background-color: #ed0303;
	color: #565656;
	display: block;
	position: absolute;
	left: 270px;
	font-weight: bolder;
	padding: 1%;
	transition: all 0.4s;
}

.footer_my_btn:hover{
	background-color: #FFF;
	color: #000;
	transition: all 0.4s;
}

.bot_link_set{
	margin-top:2%;
	margin-left:auto;
	margin-right:auto;
	width:100% !important;
	text-align:center;
}

.bott_li{
}

.bott_link{
	text-align:center;
	color:#FFFF;
	font-size:13px;
	padding:2% 1%;
	text-transform:uppercase;
	text-decoration:none;
	padding-bottom:2px !important;
	transition:all 0.4s;
}

.bott_link:hover{
	color:#ed0303;
	transition:all 0.4s;
	background-color:transparent !important;
}



.fotter_box{
	border-right:solid 1px rgba(255,255,255,0.25);
	min-height:250px;
	margin-top:3%;
}

@media (max-width: 768px){
	.fotter_box{
		border-right:solid 1px rgba(255,255,255,0);
		min-height:100px;
		margin-top:3%;
	}

	.footer_form{
		background-color: transparent !important;
		border: none;
		border-bottom: solid 2px #FFF;
		border-radius: 0px;
		float: left;
		font-style: italic;
		width: 300px;
	}
}

.fotter_box:last-child{
	border-right:none;
}

.adress{
	text-align:center;
	color:#FFF;
}

.s_icon2{
	width:70px;
	height:70px;
}

.s_icon{
	padding-top:2%;
	border:solid 1px #FFF;
	border-radius:50%;
	width:70px;
	height:70px;
	transition:all 0.4s;
	color: #FFF !important;
}

.s_icon:hover{
	border:solid 1px #ed0303;
	transition:all 0.4s;
	color:#ed0303 !important;
	cursor:pointer;
}

.special{
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding:2% 1%;
	text-transform:uppercase;
	text-decoration:none;
	padding-bottom:2px !important;
	transition:all 0.4s;
}

.special:hover{
	color:#ed0303;
	transition:all 0.4s;
	background-color:transparent !important;
}

.footer_titt{
	color:#FFF;
	font-weight: bolder;
	font-style: none;
	font-size: 24px;
}

.f_para{
	color:#FFF;
}

.my_btn{
	background-color: #ed0303;
}



/*********************************MAIN SECTION*****************************/
.main_sec{
	padding-bottom: 3%;
	padding-top: 3%;
	margin-top: 1%;
	background-image: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.main_titt{
	color: #333;
	font-weight: bolder;
	font-size: 27px;
	margin-top: -2%;
	background-image: url(../images/titt_bg.png);
	background-size: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 1%;
}

.titt_line{
	background-color: #ed0303;
	height: 5px;
	border:solid 1px #ed0303;
	border-bottom:solid 2px #ed0303;
	width: 150px;
	border-top-right-radius: 10px;
	margin-bottom: 2%;
	margin-top: -1%;
}

.brand_box_top1{
	margin-top: 2%;
	min-height: 190px;
	padding: 10px;
	background-image: url(../images/boye_home_01.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.brand_box_top2{
	margin-top: 2%;
	min-height: 190px;
	padding: 10px;
	background-image: url(../images/boye_home_02.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.brand_box_ins{
	padding: 10px;
	background-color: rgba(255,255,255,0.6);
	min-height: 170px;
	border: solid 1px rgba(255,255,255,0.8);
	transition: all 0.4s;
}

.brand_box_ins:hover{
	background-color: rgba(255,255,255,0.8);
	border: solid 1px rgba(255,255,255,1);
	transition: all 0.4s;
}

.brand_name{
	color: #333;
	text-align: center;
	font-size: 26px;
	font-weight: bolder;
	text-transform: uppercase;
}

.brand_logo{
	margin-right: auto;
	margin-left: auto;
}


.view_pro{
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

.view_pro a{
	color: #000;
	border:solid 2px #565656;
	padding: 2%;
	transition: all 0.4s;
}

.view_pro a:hover{
	border:solid 2px #ed0303;
	padding: 2%;
	transition: all 0.4s;
	color: #565656;
}

.gap_top{
	margin-top: 5%;
	height: 10px;
}

.panadura_box{
	background-image: url(../images/panadura_branch_01.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	padding: 20px;
}

.sesonal_box{
	background-image: url(../images/offers_02.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	padding: 20px;
}

.bestfit_box{
	background-image: url(../images/bestfit_03.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	padding: 20px;
}

.three_box_titt{
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 20%;
}

.three_boxes_ins{
	border: solid 1px rgba(255,255,255,0.7);
	height: 260px;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.4s;
}

.three_boxes_ins:hover{
	border: solid 1px rgba(237,3,3,1);
	background-color: rgba(0,0,0,0.6);
	transition: all 0.4s;
}

/****************************TOP BANNER**********************/
.carousel-fade .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
	
.carousel-fade .active.left {
	left:0;opacity:0;z-index:2;
}

.carousel-fade .active.right {
	left:0;opacity:0;z-index:2;
} 

.banner_sec{
	margin-top: 0px;
	height: auto;
}


.bullet{
	padding-left:0;
	margin-top: 47%;
}

@media (max-width: 1024px){
	.bullet{
		margin-top: 15%;
	}
}

@media (max-width: 768px){
	.bullet{
		margin-top: 12%;
	}
}

@media (max-width: 414px){
	.bullet{
		margin-top: 0%;
	}
}

.bullet li{
	background-color:#000;
}

.ofer_control{
	font-size: 24px !important;
	color: #000;
	position: absolute;
	top: -45px;
	left: 400px;
	font-weight: bolder;
	margin: 0% 5%;
	padding: 2%;
	color: #ed0303;
}

.ofer_control:hover{
	cursor: pointer;
	color: #000;
}

.offer_left_arr{
	margin-left: -50px;
}

.yellow_strip{
	background-color: #ed0303;
	height: 80px;
}

.cards{
	border-right: solid 1px rgba(41,47,170,1);
	margin-top: 1.2%;
}

.sub_titt{
	color: #FFF;
	font-weight: bolder;
	color: #0e1037;
	font-size: 20px;
	text-align: center;
}

.card_img{
	padding: 15%;
	margin-top: -4%;
}

.product_sec{
	padding-bottom: 2%;
	padding-top: 2%;
}

.product_sec2{
	padding-bottom: 4%;
	padding-top: 5%;
}

.pro_spec_box_ins{
	background-color:#565656;
	min-height: 420px;
	padding: 3%;
	background-image: url(../images/brands.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.pro_spec_box_ins_2{
	background-color:#ed0303;
	min-height: 420px;
	padding: 3%;
	background-image: url(../images/others.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.cat_name{
	color: #FFF;
	font-size: 36px;
	font-weight: bolder;
	margin-top: 100px;
	margin-bottom:40px;
	text-align: center;
}

.view_category a{
	background-color: #FFF;
	color: #000 !important;
	border: solid 1px transparent;
	transition: all 0.4s;
	padding: 2%;
	font-size: 16px;
}

.view_category a:hover{
	background-color: transparent;
	color: #FFF !important;
	border: solid 1px #FFF;
	transition: all 0.4s;
}

.pro_spec_box_ins_bor{
	border: solid 1px rgba(255,255,255,0.4);
	background-color: rgba(0,0,0,0.2);
	padding: 2%;
	min-height: 405px;
	transition: all 0.4s;
}

.pro_spec_box_ins_bor:hover{
	border: solid 1px rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.4);
	transition: all 0.4s;
}

.pro_sec_2{
	margin-top:2%;
}

.off_box_ins{
	border: solid 1px rgba(0,0,0,0.1);
	padding: 3%;
	min-height: 420px;
	padding-top: 40px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0);
	transition: all 0.4s;
}

.off_box_ins:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	border: solid 1px rgba(0,0,0,0.6);
	background-color: #202020;
	transition: all 0.4s;
}

.off_box_ins2{
	border: solid 1px rgba(0,0,0,0.1);
	padding: 3%;
	min-height: 320px;
	padding-top: 40px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0);
	transition: all 0.4s;
}

.off_box_ins2:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	border: solid 1px rgba(0,0,0,0.6);
	background-color: #202020;
	transition: all 0.4s;
}

.off_name{
	font-size: 22px;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 4%;
	border-top: dashed 1px rgba(0,0,0,0.1);
	border-bottom: dashed 1px rgba(0,0,0,0.1);
	margin-top: 40px;
	margin-bottom: 40px;
	color: #565656;
	text-transform: uppercase;
	transition: all 0.4s;
}

.off_box_ins:hover .off_name{
	color: #FFF;
	transition: all 0.4s;
}

.off_box_ins2:hover .off_name{
	color: #FFF;
	transition: all 0.4s;
}

.off_box_ins:hover .view_pro a{
	color: #FFF !important;
	border:solid 2px #FFF;
	transition: all 0.4s;
}

.off_box_ins:hover .view_pro a:hover{
	color: #FFF !important;
	border:solid 2px #ed0303 !important;
	transition: all 0.4s;
}

.off_img{
	margin-left: auto;
	margin-right: auto;
}

/*****************************ABOUT PARA****************************/
.wel_head{
	text-align: left;
	background-color: #ed0303;
	padding: 2%;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	font-family: myFirstFont;
}

.gen_para{
	font-size: 16px;
	margin-top: 2%;
	margin-left: 4%;
	font-family: myFirstFont;
	color: #000;
}

.point_para{
	margin-left: 7%;
	margin-top: 1%;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	font-family: myFirstFont;
}


/********************************FAQS BANNER************************/
.faq_banner{
	min-height: 450px;
}

.section_titt{
	color:#333;
	font-size: 17px;
	margin-left: 5%;
	font-weight: 700;

}

.up_down_icon{
	color: #FFF;
	padding:5px 8px;
	padding-bottom: 6px;
	background-color:#0e1037;
	border-radius: 50%;
	font-size: 20px !important;
	transition: all 0.4s; 
}

.up_down_icon:hover{
	color: #333;
	background-color:#CCC;
	transition: all 0.4s;
	cursor: pointer;
}

.para_history{
	margin-left: 10%;
	font-weight: bolder;
	font-size: 15px;
	color: #0e1037;
}


/*********************************CONTACT PAGE****************************/
.third_titt{
	color:#000;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:15px;
	font-family: myFirstFont;
	margin-left: 20px;
}

.con_para{
	color:#333;
	text-align:left;
	margin-left: 30px;
}

.eartic_form{
	border:solid 1px rgba(0,0,0,0.4);
	border-radius:0px;
	padding:2%;
	color:#000;
	height:50px;
}

.eartic_btn{
	padding:1%;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:10px;
	color: #FFF;
}

.form_container{
	padding: 2%;
}


/**************************SIGN IN***************************/
.eartic_signin_form {
  position: relative;
  color: #aaa;
  font-size: 16px;
  box-sizing: border-box;
  width: 350px;
  margin-left: 15%;
}

.eartic_signin_form input {
  padding-left: 15px;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  width: 350px;
  margin-top: 3%;
}

.eartic_signin_form input {
  padding-right: 32px;
}

.eartic_signin_form .fa {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 10;
  color: #ed0303;
}

.signin_img{
	padding: 5%;
}

.signin_img img{
	margin-left: auto;
	margin-right: auto;
}

.signin_form{
	padding-top: 12%;
}

.eartic_btn_sign{
	padding:3%;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:10px;
	background-color: #ed0303;
	color: #FFF;
	transition: all 0.4s;
}

.eartic_btn_sign:hover{
	padding:3%;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:10px;
	background-color: #080b46;
	color: #CCC;
	transition: all 0.4s;
}

.signup_form{
	padding-top: 2%;
}

/********************************SHIP***BILL***CART**************************/
.form_tit_box{
	border-top:solid 1px rgba(0,0,0,0.1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
	padding-top: 2%;
	padding-bottom: 2%;
}

.read_more_black{
	font-size: 13px;
	color: #FFF;
	border:solid 1px rgba(0,0,0,0.0);
	border-radius: 20px;
	padding: 3%;
	background-color: #ed0303;
	transition: all 0.4s;
}

.read_more_black:hover{
	color: #333;
	border:solid 1px rgba(0,0,0,0.2);
	transition: all 0.4s;
	background-color: transparent;
}

@media screen and (max-width: 400px) {
	.read_more_black{
		font-size: 13px;
		color: #FFF;
		border:solid 1px rgba(0,0,0,0.0);
		border-radius: 20px;
		padding: 3%;
		background-color: #ed0303;
		transition: all 0.4s;
		text-align: center !important;
	}
}

.form_name{
	color: #080b46;
	font-size: 21px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: mySecFont;
	margin-bottom: 3%;
	-webkit-text-stroke: 2px #080b46;
	letter-spacing: 2px;
}

.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}

.subtotal ul{
	background-color: #E8E8E6;
	padding:3%;
	margin-top: 4%;
	border-radius: 10px;
}

.totalRow{
	list-style: none;
	text-align: right;
}

.label{
	font-size:18px;
	color: #777;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	-webkit-text-stroke: 1px #777;
	letter-spacing: 1.5px;
}

.value{
	text-align:right !important;
	font-weight: 200;
	-webkit-text-stroke: 0px #333;
	letter-spacing: 2.5px;
}

.final{
	font-weight: bold;
	color: #000 !important;
	-webkit-text-stroke: 1px #000;
}

.cart_det{
	font-size:12px;
	font-family: mySecFont;
}

.color_box{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	border: solid 1px #333;
}

.cart_qty2{
	width: 20px;
	height: 20px;
	border: solid 1px #777;
	text-align: center;
}

.cart_act{
	font-size:16px;
	font-family: mySecFont;
	color: #000;
	text-align: right;
}

.cart_act i{
	background-color: #ed0303;
	padding: 3%;
	border-radius: 50%;
	transition: all 0.4s;
}

.cart_act i:hover{
	background-color: #333;
	padding: 3%;
	border-radius: 50%;
	color: #FFF !important;
	transition: all 0.4s;
	cursor: pointer;
}

.cart_pro_action_box{
	padding-top: 2%;
}

.cart_pro_row{
	margin-top: 2%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding-bottom:2%;
}

.cart_f_b_img{
	margin-left: auto;
	margin-right: auto;
	border: solid 1px rgba(0,0,0,0.1);
	margin-top: 2%;
}

.cart_img{
	margin-left: auto;
	margin-right: auto;
}

.input_holder{
	margin-top: 3%;
}

.input_form{
	height: 55px;
	color: #ed0303;
	border-color: rgba(14,16,55,0.4);
}

.input_form::-webkit-input-placeholder { /* Chrome */
  color:  #ed0303;
}
.input_form:-ms-input-placeholder { /* IE 10+ */
  color:  #ed0303;
}
.input_form::-moz-placeholder { /* Firefox 19+ */
  color:  #ed0303;
  opacity: 1;
}
.input_form:-moz-placeholder { /* Firefox 4 - 18 */
  color:  #ed0303;
  opacity: 1;
}


/***************************PRODUCT PAGE****************************/
.pro_filt_cont_ins{
	background-color: #FFF;
	min-height: 600px;
}

.pro_filt_cont_ins2{
	background-color: #FFF;
	margin-top: 5%;
	min-height: 600px;
	border-right: solid 1px rgba(38,38,38,0.1);
}

.fil_btn_cont{
	margin-left:5%;
	margin-top: 2%;
	margin-bottom:1.5%;
	border-bottom: solid 1px rgba(38,38,38,0.05);
	padding-bottom: 5%;
}

.Filt_titt{
	color: #ed0303;
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
	font-family: mySecFont;
	margin-bottom: 2%;
	-webkit-text-stroke: 0px #ed0303;
	letter-spacing: 0px;
	margin-top: 20px;
	text-transform: uppercase;
	margin-bottom: 4%;
}

.fil_btn_cont label {
  margin: 2%;
  display: inline-block;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
  font-weight: lighter;
  font-family: mySecFont;
  font-size: 12px;
}

.radio-inline {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #888;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}

.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #ed0303;
  left: 2px;
  top: 2px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

.radio-inline {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}

.radio-inline:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-transforms .radio-inline:checked + .outside .inside {
  width: 10px;
  height: 10px;
}

.top_page_link_holder {
    position: relative;
    width: 400px;
    padding: 15px 20px 10px 30px;
    font-size: 14px;
    position: relative;
    color: #FFF;
    background: #ed0303;
    margin-left: 14px;
}

.top_page_link_holder:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ed0303;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.top_link_para{
	color: #CCC;
}

.top_link_para a{
	color: #FFF;
	transition: all 0.4s;
}

.top_link_para a:hover{
	color: #080b46;
	transition: all 0.4s;
}

.top_link_para a:last-child{
	color: #FFF;
	background-color: #080b46;
	padding: 1%;
	border-radius: 5px;
	transition: all 0.4s;
}

.top_link_para a:last-child:hover{
	color: #080b46;
	background-color: #FFF;
	padding: 1%;
	border-radius: 5px;
	transition: all 0.4s;
}


/***************************PRO DETAILS PAGE************************/
.pro_img_con{
	padding: 2%;
	margin-top:2%;
	min-height: 600px;
	background-color: #FFF;
}

.pro_img_inr_box{
	border-right: solid 1px rgba(0,0,0,0.1);
	min-height: 550px;
}

.pro_det_con{
	padding: 2%;
	margin-top:2%;
	min-height: 600px;
	background-color: #FFF;
}

.pro_name{
	color: #000;
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	font-family: mySecFont;
	letter-spacing: 2px;
}

.price{
	color: #333;
	text-align: left;
	font-size: 32px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: mySecFont;
	margin-bottom: 3%;
	-webkit-text-stroke: 2px #333;
	letter-spacing: 2px;
	margin-top: -1.5%;
}

.lin_sep{
	border-top: solid 1px rgba(38,38,38,0.1);
	height: 15px;
}

.size_box{
	margin-top: 3%;
	margin-bottom: 3%;
	min-height: 100px;
}

.color_box_cont{
	margin-top: 3%;
	margin-bottom: 3%;
	min-height: 100px;
}

.pro_color_det{
	font-size:16px;
	font-family: mySecFont;
	text-align: left;
}

.hiden_color{
	display: none;
	visibility: hidden;
}

.pro_color_box{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.4s;
	opacity: 1;
	margin-top:2%;
	border: solid 1px rgba(38,38,38,0.0);
}

.pro_color_box:hover{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.4s;
	opacity: 0.6;
	cursor: pointer;
	border: solid 1px rgba(38,38,38,0.3);
}

.active_color{
	border: solid 1px rgba(38,38,38,0.6);
}

.pro_siz_box{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	border: solid 1px rgba(38,38,38,0.3);
	padding-top: 2.7%;
	transition: all 0.4s;
	background-color: rgba(38,38,38,0.0);
	text-align: center;
}

.pro_siz_box:hover{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	border: solid 1px rgba(38,38,38,0.3);	
	transition: all 0.4s;
	background-color: rgba(38,38,38,0.3);
	cursor: pointer;
}

.active_size{
	background-color: rgba(38,38,38,0.3);
}

.all_color{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.4s;
	opacity: 1;
	font-size: 11px;
	padding-top: 2%;
}

.pro_size_det{
	font-size:12px;
	font-family: mySecFont;
	text-align: left;
}

.det_sub_titt{
	text-align: left;
	color: #777;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: mySecFont;
	margin-bottom: 2%;
	letter-spacing: 1px;
}

.add_to_cart_box{
	margin-bottom: 3%;
	min-height: 100px;
	z-index: 1;
}

.qty_box{
	margin-bottom: 3%;
	min-height: 100px;
	margin-left:-5%;
	z-index: 1;
}

.read_more_yellow{
	font-size: 14px;
	color: #000;
	border:solid 1px rgba(0,0,0,0.0);
	border-radius: 20px;
	padding: 5%;
	background-color: #ed0303;
	transition: all 0.4s;
}

.read_more_yellow:hover{
	color: #333;
	border:solid 1px rgba(0,0,0,0.2);
	transition: all 0.4s;
	background-color: transparent;
}

.read_more_outline{
	font-size: 14px;
	color: #000;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius: 20px;
	padding: 5%;
	transition: all 0.4s;
}

.read_more_outline:hover{
	color: #ed0303;
	border:solid 1px rgba(0,0,0,0.3);
	transition: all 0.4s;
	background-color: transparent;
}

.det_spec_titt{
	text-align: center;
	color: #777;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: mySecFont;
	letter-spacing: 1px;
	transition: all 0.4s;
}

.det_spec_titt:hover{
	text-align: center;
	color: #000;
	transition: all 0.4s;
}

.pro_navtab{
	margin-top: -3%;
}

.pro_navtab li a:hover{
	background-color: transparent;
}

.pro_navtab li a:focus{
	background-color: transparent;
	outline: none;
}

.navtab_container{
	margin-top: 3%;
	padding: 2%;
}

/**********************************************ZOOM********************************************************/
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
   margin-bottom:2%;
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  z-index: 999;
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

.icon_pro{
	padding:2% 2%;
	background-color:transparent;
	border:solid 1px rgba(38,38,38,0.1);
	border-radius:50%;
	color:#333;
	height:30px;
	width:30px;
	margin-right:2%;
	text-align:center;
	padding-top:5%;
	transition:all 0.4s;
}

.icon_pro:hover{
	color:#ed0303;
	transition:all 0.4s;
	height:30px;
	width:30px;
	padding-top:5%;
}

.social_btn_con{
	margin-top:7%;
	width: 200px;
	margin-left: auto;
	margin-right:auto;
}



/*****************Gallery Page************/
.gsl_box{
	padding:2px;
	opacity:1;
	transition:all 0.4s;	
}

.gsl_box img{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .8s ease;  /* Transition for Webkit browsers */
}

.gsl_box img:hover{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .8s ease;  /* Transition for Webkit browsers */	
}

.gal_tit{
	background-color:#ec008c;
	padding:2%;
	color:#000;
	border:none;
	background: -webkit-linear-gradient(left, #FC7406 , #FAF565, #C3C3C3); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #FC7406 , #FAF565, #C3C3C3); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #FC7406 , #FAF565, #C3C3C3); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #FC7406 , #FAF565, #C3C3C3); /* Standard syntax */
  	text-align: left;
}

/********************************CONTACT********************************/
.eartic_form{
	border:none !important;
	font-family: 'Muli', sans-serif;
	font-size:15px;
	margin-bottom:2%;
}

.eartic_btn{
	background-color:#000;
}

.eartic_form{
	border:none !important;
	font-family: 'Muli', sans-serif;
	font-size:15px;
	margin-bottom:2%;
}

.eartic_btn{
	background-color:#000;
}


/******************************ABOUT PAGE*******************************/
.bottem_space{
	height: 50px;
}

.about_sec{
	margin-top: 4%;
	margin-bottom: 4%;
	padding: 2%;
}

.main_titt{
	text-align:center;
	color:#f36324; 
	margin-bottom: 3%;
}

.main_titt_2{
	text-align:center;
	color:#f36324; 
	margin-bottom: 3%;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.img_about{
	box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
	border: solid 3px #FFF;
	}

.para{
	text-align:justify;
	font-size: 16px;

}
