/*--Initial styles--*/
*
{
	margin: 0;
	padding: 0;
}
html,
body
{
	height: 100%;
}
body
{
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	/*color: #808080;*/
	color: #424242;
	position: relative;
	/*min-width: 1170px;*/
}
*:focus {
	outline: none;
}
a
{
	text-decoration: none;
	color: #2AB1F6;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: none;
}
.clear:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear
{
	min-height: 1px;
}
table
{
	border-collapse: collapse;
}
ul
{
	list-style: none;
}
ol
{
	list-style-position: inside;
}
strong
{
	font-weight: 700;
}
i
{
	font-weight: 400;
}
input,
select,
button,
textarea
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}
.fl_right
{
	float: right !important;
}
.fl_left
{
	float: left !important;
}
.fl_clear
{
	overflow: hidden;
}
.f_bold
{
	font-weight: 700;
}
.bg_none,
.bg_none td
{
	background: none !important;
}
.brd_none,
.brd_none td
{
	border: none !important;
}
.ta_cent
{
	text-align: center;
}
.ta_left
{
	text-align: left !important;
}
.ta_right
{
	text-align: right !important;
}
.img_cnt img
{
	width: 100%;
	height: auto;
	display: block;
}
.f_blue
{
	color: #2AB1F6;
}
.f_red
{
	color: #ED1C24;
}
.f_green
{
	color: #6CC729;
}
.f_gray
{
	color: #D5D5D5;
}
.f_upper
{
	text-transform: uppercase;
}
.disp_none
{
	display: none;
}
/*--Common styles--*/
.wrapper
{
	width: 1170px;
	margin: 0 auto;
	padding: 1px 0;
}
.lside
{
	float: left;
	width: 23.065%;
}
.rside
{
	float: right;
	width: 74.355%;
}
.brcrmp
{
	background: #FAFAFA;
	font-size: 11px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 0 6px;
	color: #2AB1F6;
}
.brcrmp em,
.brcrmp a
{
	color: #808080;
}
.brcrmp em
{
	margin: 0 2px;
}
.sup_hdr
{
	background: #FAFAFA;
	font-size: 11px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 0 6px;
}
.sup_hdr .fa-power-off
{
	font-size: 14px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}
.sup_hdr .fa-angle-down
{
	font-size: 14px;
	margin-left: 7px;
	position: relative;
	top: 1px;
}
.lang_cnt
{
	float: right;
	margin: 0 34px 0 30px;
}
.curr_cnt
{
	float: right;
	margin: 0 0 0 30px;
}
.logo
{
	float: left;
	width: 26%;
	max-width: 300px;
	margin: 0.4em 0;
}
.hdr_cart
{
	float: right;
	position: relative;
	margin: 30px 34px 0 67px;
	padding: 0 24px 0 50px;
	cursor: pointer;
}
.hdr_cart .fa-shopping-basket
{
	font-size: 30px;
	color: #63C9FE;
	position: absolute;
	top: 4px;
	left: 0;
}
.hdr_cart .fa-angle-down
{
	font-size: 14px;
	color: #808080;
	position: absolute;
	top: 13px;
	right: 0;
}
.hc_intr
{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #24292D;
}
.hc_bal
{
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.hc_bal span
{
	font-weight: 800;
}
.hc_bal span span
{
	font-family: "PT Sans", sans-serif;
}
.hdr_srch
{
	float: right;
	margin: 37px 0 0;
}
.hdr_srch input
{
	float: left;
}
.hs_txt
{
	background: #FFF;
	border: none;
	font-size: 12px;
	font-style: italic;
	width: 320px;
	padding: 3px 12px 1px 13px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}
.nav_wrap
{
	background: #24292D;
}
.nav_wrap .wrapper
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0;
}
.nav_wrap ul
{
}
.nav_wrap li
{
	float: left;
}
.nav_wrap a
{
	color: #FFF;
	display: block;
	padding: 20px 0 17px;
	margin-right: 3px;
}
.nav_1
{
	width: 10%;
}
.nav_2
{
	width: 13%;
}
.nav_3
{
	width: 23%;
}
.nav_4
{
	width: 13%;
}
.nav_5
{
	width: 11%;
}
.nav_6
{
	width: 18%;
}
.nav_7
{
	width: 12%;
}
.nav_1 a
{
	border-bottom: 5px solid #008FBE;
}
.nav_2 a
{
	border-bottom: 5px solid #00B3BE;
}
.nav_3 a
{
	border-bottom: 5px solid #17CCAC;
}
.nav_4 a
{
	border-bottom: 5px solid #FFB414;
}
.nav_5 a
{
	border-bottom: 5px solid #FF8A2C;
}
.nav_6 a
{
	border-bottom: 5px solid #DC0B3A;
}
.nav_7 a
{
	border-bottom: 5px solid #FF5475;
}
.t_slider div
{
	height: 443px;
}
.half_wrap
{
	margin: 30px 0;
}
.half_wrap .fl_left,
.half_wrap .fl_right
{
	width: 48.71%;
	margin-left: 2.58%;
}
.half_wrap .img_cnt
{
	margin-left: 0;
}
.comm_headl
{
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #D5D5D5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 20px;
	padding-bottom: 16px;
	color: #4E5C64;
}
.comm_headl2
{
	font-size: 18px;
	line-height: 28px;
	border-bottom: 1px solid #D5D5D5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 20px;
	padding-bottom: 16px;
	color: #4E5C64;
}
.comm_headl3
{
	font-size: 30px;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 33px 0 18px;
	color: #49555C;
}
.comm_headl4
{
	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 10px;
	color: #49555C;
}	
.prod_list
{
	
}
.prod_list li
{
	width: 23.065%;
	margin-left: 2.58%;
	float: left;
}
.rside .prod_list
{
	margin: 20px 0;
}
.rside .prod_list li
{
	width: 30.946666667%;
	margin-left: 3.58%;
}
.prod_list li:first-child
{
	margin-left: 0;
}
.prod_wrap
{
	margin: 10px;
	position: relative;
	height: 447px;
}
.prod_wrap::before
{
	border: 1px solid #D5D5D5;
	content: "";
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	position: absolute;
	z-index: -1;
}
.prod_list .img_cnt
{
	border: 1px solid #D5D5D5;
	height: 248px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.prod_list .view_dtl::before
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: -1;
	content: "";
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
}
.view_dtl
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	content: "";
	font-size: 12px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: none;
}
.prod_list .img_cnt:hover .view_dtl
{
	display: block;
}
.prod_sale
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 22px;
	line-height: 67px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #FFB414;
	background: #2B2B2B;
	width: 67px;
	height: 67px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
}
.prod_type
{
	color: #2AB1F6;
	font-size: 10px;
	line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 14px 0 9px;
}
.prod_type .ratio
{
	font-size: 10px;
}
.prod_name
{
	color: #49555C;
	font-size: 16px;
	line-height: 20px;
	text-overflow: ellipsis;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
}
.prod_price
{
	font-weight: 300;
	margin: -7px 0 18px;
}
.prod_price strong
{
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #2AB1F6;
	position: relative;
	margin-top: 36px;
}
.prod_price strong span
{
	font-family: 'PT Sans', sans-serif;
}
.prod_price strong strong
{
	position: absolute;
	top: -16px;
	right: 0;
	text-decoration: line-through;
	font-size: 12px;
}
.prod_heart
{
	background: #00B3BE;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #FFF;
	width: 52px;
	border-bottom: 3px solid #00777E;
	text-align: center;
	padding: 9px 0 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
}
.prod_heart i
{
	font-size: 16px;
}
.prod_to_cart
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #FFF;
	background: #2AB1F6;
	border-bottom: 3px solid #1B81B5;
	float: right;
	width: 190px;
	padding: 9px 0 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	text-align: left;
}
span.prod_to_cart
{
	background: #D52929;
	border-bottom: 3px solid #9E1818;
}
.prod_to_cart i
{
	font-weight: 17px;
	margin: 0 19px 0 23px;
}
.btn_w100 .prod_to_cart
{
	width: 100%;
	text-align: center;
}
.btn_w100 .prod_to_cart i
{
	margin: 0 19px 0 0;
}
.prod_fb
{
	background: #2E6598;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #FFF;
	width: 52px;
	border-bottom: 3px solid #1B4265;
	text-align: center;
	padding: 9px 0 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}
.prod_fb i
{
	font-size: 19px;
}
.prod_view
{
	background: #FF9523;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #FFF;
	width: 52px;
	border-bottom: 3px solid #E57100;
	text-align: center;
	padding: 11px 0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	margin: 97px auto 0;
}
.prod_view i
{
	font-size: 20px;
}
.prod_wrap .prod_chr_list
{
	float: left;
	width: 184px;
	margin: 12px 0 0;
}
.prod_wrap .prod_chr_list li
{
	margin: 0;
}
.pcl_sel
{
	width: 76px;
	border: 1px solid #D5D5D5;
	overflow: hidden;
	background: #FFF;
	float: left;
	height: 20px;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.pcl_sel::before
{
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -4px;
	right: 7px;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
.pcl_sel select
{
	background: transparent;
	width: 106px;
	border: 1px solid transparent;
	font-size: 12px;
	position: relative;
	top: -1px;
	cursor: pointer;
}
.rate_sel
{
	margin: -4px 0 0 10px;
}

.prod_wrap .pcl_sel
{
	margin: 2px 0 0;
}
.prod_wrap .pcl_sel select
{
	top: -3px;
}

.prod_wrap .prod_chr_list label
{
	width: 76px;
	font-weight: normal;
	text-transform: none;
}
.pl_list_view li
{
	width: 100% !important;
	margin: 20px 0 0 !important;
}
.pl_list_view li:first-child
{
	margin-top: 0 !important;
}
.pl_list_view .img_cnt
{
	width: 198px;
	height: 238px;
	float: left;
	margin-right: 20px;
}
.pl_list_view .prod_wrap 
{
	height: auto;
}
.pl_list_view .prod_name
{
	font-size: 24px;
	line-height: 28px;
}
.pl_list_view .prod_price
{
	margin-bottom: 0;
}
.pl_list_view .prod_price strong
{
	font-size: 30px;
	line-height: 34px;
	margin: 0;
}
.pl_list_view .prod_price strong strong
{
	font-size: 14px;
	position: relative;
	top: 6px;
	float: left;
	margin-right: 12px;
}
.pl_list_view .prod_heart
{
	width: 227px;
	float: right;
	margin-right: 10px;
	text-align: left;
}
.pl_list_view .prod_heart i 
{
	margin: 0 19px 0 23px;
}
.pl_list_view p
{
	margin-bottom: 35px;
}
.adv_list
{
	margin: 16px 0;
}
.adv_list li
{
	float: left;
	width: 26%;
	margin-left: 2%;
	padding-left: 6%;
	position: relative;
}
.adv_list li:first-child
{
	margin-left: 0;
}
.adv_list strong
{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #49555C;
	margin: 0 0 6px;
	display: block;
}
.adv_list li::before
{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: 6px;
	left: 0;
}
.adv_1::before
{
	background: url("../img/icon_globe.png") no-repeat top right;
}
.adv_2::before
{
	background: url("../img/icon_track.png") no-repeat top right;
}
.adv_3::before
{
	background: url("../img/icon_quality.png") no-repeat top right;
}
.adv_4::before
{
	background: url("../img/icon_pig.png") no-repeat top right;
}
.adv_5::before
{
	background: url("../img/icon_msg.png") no-repeat top right;
}
.adv_6::before
{
	background: url("../img/icon_best_price.png") no-repeat top right;
}
.blog_list
{
	
}
.blog_list li
{
	width: 23.065%;
	margin-left: 2.58%;
	float: left;
}
.rside .blog_list
{
	margin: 20px 0;
}
.rside .blog_list li
{
	width: 30.946666667%;
	margin-left: 3.58%;
}
.blog_list li:first-child
{
	margin-left: 0;
}
.blog_item_wrap
{
	margin: 10px;
	position: relative;
	height: 456px;
}
.blog_item_wrap::before
{
	border: 1px solid #D5D5D5;
	content: "";
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	position: absolute;
	z-index: -1;
}
.bl_auth
{
	font-size: 9px;
	line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 14px 0 7px;
	display: block;
}
.bl_name
{
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #49555C;
	text-transform: uppercase;
	margin: 0 0 4px;
}
.bl_over
{
	height: 220px;
	overflow: hidden;
	margin-bottom: 11px;
}
.bl_scl
{
	text-align: right;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}
.bl_scl span
{
	margin-right: 16px;
}
.icon_eye i
{
	color: #FFB414;
	font-size: 14px;
}
.icon_cmnt i
{
	color: #17CCAC;
	font-size: 14px;	
}
.bl_list_view li
{
	width: 100% !important;
	margin: 20px 0 0 !important;
}
.bl_list_view li:first-child
{
	margin-top: 0 !important;
}
.blog_item_wrap .img_cnt
{
	width: 250px;
	height: 175px;
	float: left;
	margin-right: 15px;
}
.blog_item_wrap .img_cnt img
{
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.bl_list_view .blog_item_wrap 
{
	height: auto;
}
.bl_list_view .bl_over
{
	height: 129px;
}
.blog_img img
{
	height: 270px;
	width: auto;
	margin: 0 auto;
}
.rev_list
{
	
}
.rev_list li
{
	width: 23.065%;
	margin-left: 2.58%;
	float: left;
}
.rev_list li:first-child
{
	margin-left: 0;
}
.rev_item_wrap
{
	margin: 10px;
	position: relative;
	height: 427px;
}
.rev_item_wrap::before
{
	border: 1px solid #D5D5D5;
	content: "";
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	position: absolute;
	z-index: -1;
}
.rev_list .img_cnt
{
	padding: 0 30px 20px;
	position: relative;
	border: 1px solid #DDD;
}
.rev_list .img_cnt a
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	text-align: center;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #999;
	text-decoration: underline;
}
.rl_name
{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #49555C;
	text-transform: uppercase;
	margin: 21px 0 -1px;
}
.rl_date
{
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}
.rl_txt
{
	position: relative;
	height: 70px;
	overflow: hidden;
	margin-bottom: 13px;
}
.rl_txt span
{
	font-weight: 400;
	font-size: 12px;
	background: #FFF;
	position: absolute;
	right: 0;
	bottom: -2px;
}
.rl_auth
{
	font-weight: 700;
	color: #444;
}
.ftr
{
	background: #2F383D;
	color: #859299;
	margin: 115px 0 0;
	padding-bottom: 46px;
}
.ftr_item
{
	width: 23.065%;
	margin-left: 2.58%;
	float: left;
}
.ftr .ftr_item:first-child
{
	margin-left: 0;
}
.ftr_name
{
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 38px 0 11px;
	display: block;
}
.ftr .ftr_logo
{
	margin: 6px 81px 9px 0;
}
.ftr .ftr_cards
{
	margin: 26px 51px 9px 0;
}
.ftr_addr_list
{
	font-size: 12px;
}
.ftr_addr_list i
{
	color: #2AB1F6;
	font-size: 16px;
	width: 18px;
	text-align: center;
	margin-right: 2px;
}
.site_list
{
	font-weight: 400;
	color: #ACBDC6;
	margin: 0 30px 0 0;
}
.site_list li
{
	border-top: 1px solid #475055;
}
.site_list li:first-child
{
	border-top: none;
}
.site_list a
{
	display: block;
	color: #ACBDC6;
	padding: 8px 0 7px;
	background: url("../img/arrw_r_gray.png") no-repeat center right;
}
.site_list a:hover
{
	font-weight: 500;
	color: #2AB1F6;
	background: url("../img/arrw_r_blue.png") no-repeat center right;
}
.small_prod_list
{
	
}
.small_prod_list li
{
	padding: 0 0 0 85px;
	position: relative;
	margin: 20px 0;
	min-height: 70px;
}
.small_prod_list .img_cnt
{
	border: 5px solid #475055;
	background: #FFF;
	width: 60px; 
	position: absolute;
	top: 0;
	left: 0;
}
.small_prod_list .img_cnt:hover
{
	border: 5px solid #FFF;
}
.small_prod_list p
{
	font-size: 9px;
	line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.spl_name
{
	font-family: 'Open Sans', sans-serif;
	color: #ACBDC6;
	text-transform: uppercase;
}
.spl_price
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.spl_price span
{
	font-family: 'PT Sans', sans-serif;
}
.spl_price i
{
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-decoration: line-through;
	margin-left: 5px;
}
.spl_dbl_brd .img_cnt
{
	border: 1px solid #D5D5D5;
	padding: 5px;
	width: 58px;
}
.spl_dbl_brd .img_cnt:hover
{
	border: 1px solid #D5D5D5;
}
.spl_dbl_brd .img_cnt::before
{
	border: 1px solid #D5D5D5;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	content: "";
	z-index: 0;
}
.spl_dbl_brd .img_cnt img
{
	position: relative;
}
.sub_ftr
{
	background: #24292D; 
	padding: 25px 0 23px;
}
.scl_comm .fa
{
	font-size: 13px;
	width: 25px;
	height: 25px;
	color: #FFF;
	margin: 0 17px 0 0;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	text-align: center;
	line-height: 24px;
}
.scl_comm .fa-facebook
{
	background: #2D4C8B;
}
.scl_comm .fa-twitter
{
	background: #41DBE1;
}
.scl_comm .fa-dribbble
{
	background: #E842AB;
}
.scl_comm .fa-rss
{
	background: #FDA82E;
}
.scl_comm .fa-vk
{
	background: #33517F;
}
.scl_comm .fa-youtube
{
	background: #D41D1D;
}
.b_slider
{
	text-align: center;
}
.b_slider .slick-slide
{
	height: 150px;
	line-height: 150px;
}
.b_slider .slick-slide a
{
	height: 150px;
	line-height: 150px;
	display: block;
}
.b_slider img
{
	margin: 0 auto;
	vertical-align: middle;
}
.b_slider img.b_act
{
	display: none;
}
.b_slider .slick-slide:hover img
{
	display: none;
}
.b_slider .slick-slide:hover img.b_act
{
	display: inline-block;
}
.imp_list
{
	margin: 0 2px 30px 0;
}
.imp_list li
{
	float: left;
	width: 100%;	
}
.comm_inp
{
	float: left;
	width: 96%;
	padding: 3px 2% 1px;
	border: 1px solid #D5D5D5;
	background: #FFF;
	font-size: 12px;
	font-style: italic;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 3px 0 0;
}
textarea.comm_inp
{
	height: 104px;
}
.err_inp
{
	border: 1px solid #ED1C24;
}
.imp_list label
{
	font-size: 12px;
	line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #4E5C64;
	font-weight: 700;
	text-transform: uppercase;
}
.imp_list p
{
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 2px 2% 0;
	clear: both;
}
.date_slc div
{
	float: left;
	width: 30%;
	margin-left: 5%;
}
.date_slc div:first-child
{
	margin-left: 0;
}
.half_cnt,
ul li.half_cnt
{
	width: 48.71%;
}

.three_cnt,
ul li.three_cnt
{
	width: 30.9467%;
	margin-left: 3.58%;
}
ul li.three_cnt:first-child 
{
    margin-left: 0;
}


.cvv
{
	position: relative;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 6px 0 0 18px;
	float: left;
}
.cvv span
{
	border: 1px solid #DDD;
	background: #FFF;
	position: absolute;
	top: 29px;
	left: 30%;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: none;
	width: 260px;
	padding: 13px 20px 23px;
	display: none;
}
.cvv:hover span
{
	display: block;
}
.btn_blue
{
	background: #17CCAC;
	border: none;
	color: #FFF;
	border-bottom: 3px solid #12A288;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 20px 11px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.btn_dblue
{
	background: #2AB1F6;
	border: none;
	color: #FFF;
	border-bottom: 3px solid #1B81B5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 20px 11px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.sml_btn .btn_dblue
{
	font-size: 10px;
	padding: 1px 10px 2px;
	border-bottom: 2px solid #1B81B5;
}
.lrg_btn .btn_dblue
{
	font-size: 20px;
	padding: 18px 25px;
	border-bottom: 4px solid #1B81B5;
}
.btn_gray
{
	background: #C2C2C2;
	border: none;
	color: #FFF;
	border-bottom: 3px solid #909090;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 20px 11px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.addn_1
{
	margin: 7px 0 0;
}
.addn_1 a
{
	font-size: 10px;
	line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.addn_1 label
{
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
}
.inp_btn_cnt
{
	margin: 6px 0 0;
}
.ctg_list
{
	font-size: 12px;
	line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #D5D5D5;
}
.cl_item 
{
	float: left;
	width: 100%;
	border-top: 1px solid #D5D5D5;
	padding: 10px 0 9px;
	
}
.ctg_list .cl_item:first-child
{
	border: none;
}
.cl_item i
{
	float: right;
	color: #2AB1F6;
	margin-right: 14px;
}
.cl_item .fa-minus,
.cl_item_act .fa-plus
{
	display: none;
}
.cl_item_act .fa-minus
{
	display: block;
}
.cl_item strong
{
	margin: 0 14px;
	color: #4E5C64;
	cursor: pointer;
}
.cl_item:hover strong
{
	color: #2AB1F6;
	cursor: pointer;
}
.cl_item ul
{
	display: none;
	font-size: 10px;
	line-height: 22px;
	margin: 9px 14px 4px;
	font-weight: 400;
}
.cl_item_act ul
{ 
	display: block;
} 
.cl_item ul i
{
	float: none;
	margin-right: 4px;
}
.cl_item li 
{
	cursor: pointer;
}

.check_list
{
	font-size: 10px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.check_list li
{
	float: left;
	width: 100%;
}
.sup_view
{
	font-size: 12px;
	border-bottom: 1px solid #D5D5D5;
	margin: 20px 0;
	padding-bottom: 16px;
}
.sup_view em
{
	color: #4E5C64;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
}
.sup_view div.fl_right em
{
	margin-right: 4px;
}
.sup_view em.fl_left
{
	margin-top: 3px;
}
.sup_view .pcl_sel
{
	width: 120px;
	margin: 0 20px 0 10px;
	height: 28px;
}
.sup_view .pcl_sel select
{
	width: 150px;
	font-size: 14px;
	height: 30px;
	margin: 2px;
}
.view_type
{
	float: right;
	font-size: 17px;
	border: 1px solid #D5D5D5;
	width: 32px;
	height: 28px;
	margin-left: 10px;
	text-align: center;
	line-height: 28px;
}
a.view_type
{
	color: #D5D5D5;	
}
a.view_type:hover
{
	color: #2AB1F6;
}
span.view_type
{
	color: #0EC3F7;
}
.pgr
{
	margin: 48px 0 30px;
	padding-bottom: 30px;
	font-size: 11px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
}
.pgr a,
.pgr span
{
	border: 1px solid #D5D5D5;
	padding: 6px 10px 7px;
	margin: 0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pgr a
{
	color: #81929B;
	cursor: pointer;
}
.pgr span
{
	color: #2AB1F6;
}
a.pgr_prev,
a.pgr_next
{
	background: #0EC3F7;
	border: none;
	border-bottom: 2px solid #1B81B5;
	color: #FFF !important;
	font-size: 16px;
	padding: 2px 11px 4px;
}
.lside_nab
{
	margin: 30px 10px 30px 0;
}
.prod_cnt
{
	margin: 60px 0 40px;
}
.prod_img_cnt
{
	float: left;
	width: 370px;
	margin: 0 30px 0 0;
}
.prod_img_cnt .img_cnt
{
	border: 1px solid #D5D5D5;
	position: relative;
	padding: 10px;
}
.prod_img_cnt .img_cnt::before
{
	position: absolute;
	content: "";
	border: 1px solid #D4D4D4;
	top: 9px;
	bottom: 9px;
	left: 9px;
	right: 9px;
}
.prod_img_cnt li.img_cnt
{
	float: left;
	width: 58px;
	padding: 5px;
	margin: 10px 0 0 10px;
}
.prod_img_cnt li.img_cnt:first-child
{
	margin-left: 0;
}
.prod_img_cnt li.img_cnt::before
{
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
}
.prod_cnt .prod_name
{
	font-size: 24px;
	line-height: 1.2em;
}
/*------Free 10 Pack temporary------*/
.pack_w
{
	font-size: 13px;
	line-height: 16px;
	margin: 0 1em;
}
.pl_list_view .pack_w
{
	position: relative;
	top: -2em;
}
.pack_w p
{
	margin: 0.6em 0;
}
/*------End of Free 10 Pack temporary------*/
.prod_cnt .prod_price
{
	margin: 40px 0;
	text-align: left;
}
.prod_cnt .prod_price strong
{
	position: relative;
	float: none;
	font-size: 30px;
	line-height: 34px;
}
.prod_cnt .prod_price strong strong
{
	top: 0;
	font-size: 14px;
}
.tbl_radio
{
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
	color: #49555C;
	margin: 25px 0;
}
.tbl_radio strong
{
	font-size: 12px;
	color: #4E5C64;
}
.tbl_radio td
{
	width: 14%;
	padding: 8px 0 7px;
}
.tbl_radio tr td:first-child
{
	width: 16%;
}
.prod_chr_list
{
	margin: 25px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.prod_chr_list li
{
	float: left;
	width: 100% !important;
	margin: 8px 0 7px;
}
.prod_chr_list label
{
	float: left;
	width: 90px;
	margin-right: 10px;
	color: #49555C;
}
.prod_chr_list i
{
	font-size: 18px;
}
.prod_chr_list .prod_qty
{
	float: left;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin: 2px 0 0;
	color: #81929B;
}
.prod_chr_list .prod_qty i
{
	height: 18px;
	line-height: 18px;
}
.prod_qty
{
	border: 1px solid #D5D5D5;
	width: 63px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	margin: 2px 0 0;
}
.prod_qty i
{
	color: #2AB1F6;
	font-size: 8px;
	position: absolute;
	top: 0;
	width: 14px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
}
.prod_qty .fa-minus
{
	left: 0;
}
.prod_qty .fa-plus
{
	right: 0;
}
.prod_qty span
{
	display: block;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	width: 33px;
	margin: 0 auto;
}

.prod_qty span input
{
	display: block;
	border: 0px;
	width: 33px;
	margin: 0 auto;
	text-align:center;
	height: 18px;
	font-size: 13px;
}

.tab_tabs
{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #4E5C64;
	border-left: 1px solid #D5D5D5;
}
.tab_tabs li
{
	float: left;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	padding: 10px 18px;	
}
.tab_tabs a
{
	color: #81929B
}
.rev_list_lrg
{
	border-top: 1px solid #D5D5D5;
}
.rll_item
{
	border: 1px solid #D5D5D5;
	border-top: none;
	padding: 28px 29px 27px;
}
.rll_name
{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.rll_headl
{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	color: #4E5C64;
	margin-bottom: 13px;
}
.rll_auth
{
	font-family: 'Open Sans', sans-serif;
	color: #49555C;
	font-weight: bold;
	margin-bottom: 5px;
}
.rll_auth span span
{
	font-size: 12px;
	font-weight: 500;
}
.contact_list
{
	font-size: 14px;
	margin: 20px 0;
}
.contact_list li
{
	margin: 6px 0;
}
.contact_list .scl_comm strong
{
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #4E5C64;
	text-transform: uppercase;
	margin: 32px 0 9px;
}
.contact_list i 
{
	font-size: 20px;
	margin-right: 4px;
	width: 20px;
}
.brd_cnt
{
	border: 1px solid #D5D5D5;
	padding: 20px;
}
.marg_min
{
	margin: -11px -11px 0
}
.dl_comm
{
	
}
.dl_comm dt
{
	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 7px;
	color: #4E5C64;
}
.ship_img
{
	margin: 22px 0;
}
.ship_img strong
{
	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #4E5C64;
	float: left;
	margin: 7px 30px 0 0;
}
.ship_img .img_cnt
{
	max-width: 262px;
	float: left; 
}
.wish_tbl
{
	width: 100%;
	margin: 20px 0;
	border: 1px solid #D5D5D5;
	text-align: center;
}
.wish_tbl th
{
	border: 1px solid #D5D5D5;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #4E5C64;
	padding: 9px 14px 8px;
}
.wish_tbl tr
{
	vertical-align: top;
}
.wish_tbl td
{
	border: 1px solid #D5D5D5;
	padding: 9px 14px;
}
.wish_tbl tr td:first-child,
.wish_tbl tr th:first-child
{
	text-align: left;
}
.wish_tbl .img_cnt
{
	float: left;
	width: 105px;
	padding: 4px;
	border: 1px solid #D5D5D5;
	position: relative;
	margin: 0 15px 0 0;
}
.wish_tbl .img_cnt::before
{
	position: absolute;
	content: "";
	border: 1px solid #E0E0E0;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
}
.wish_tbl .prod_to_cart
{
	float: none;
	display: block;
	margin: 10px 0 0 auto;
}
.wish_tbl span.prod_to_cart
{
	width: 26px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	padding: 0;
}
.wish_tbl span.prod_to_cart i
{
	margin: 0;
}
.wish_tbl .prod_qty 
{
	margin: 23px auto 0;
	line-height: 33px;
}
.wish_tbl .prod_qty i 
{
	line-height: 33px;
}
.wish_tbl .prod_price
{
	margin: 27px auto 0;
}
.wish_tbl .prod_price strong
{
	font-size: 14px;
	float: none;
}
.wish_tbl .spl_name
{
	font-size: 16px;
	color: #49555C;
}
.wish_tbl p.f_blue
{
	font-size: 9px;
}
.n_pow
{
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.n_pow strong
{
	color: #4E5C64;	
}
.wt_btn_cent .prod_to_cart
{
	margin: 26px auto 0;
}
td.wt_txt
{
	padding-top: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #49555C;
}
.l_vol
{
	line-height: 14px;
	margin-top: -2px;
}
.total_list
{
	border: 1px solid #D5D5D5;
	font-size: 10px;
	color: #81929B;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 22px;
	padding: 6px 14px 0 13px;
	margin: -3px 0 20px;
}
.total_list li
{
	width: 100%;
	float: left;
}
.total_list strong
{
	float: right;
	color: #4E5C64;
}
.total_list strong span
{
	font-family: "PT Sans",sans-serif;
}
li.ttl_fin
{
	border-top: 1px solid #D5D5D5;
	margin: 6px -14px 0 -13px;
	padding: 8px 14px 7px 13px;
	font-size: 12px;
}
li.ttl_fin strong
{
	font-size: 18px;
	color: #2AB1F6;
	margin-top: -3px;
}
.wt_subttl td
{
	padding: 19px 14px 16px;
}
.wt_subttl b
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #49555C;
	margin-right: 36px;
}
.wt_subttl .prod_price
{
	margin-top: 0;
}
.wt_subttl .prod_price strong
{
	color: #49555C;
}
.wt_ttl .prod_price strong
{
	color: #2AB1F6;
	font-size: 18px;
}
.wt_subttl .btn_dblue
{
	margin: 11px 10px 30px 0;
}
.code_inp
{
	float: right;
	width: 280px;
	margin: -2px 0 0;
}
.code_inp input.comm_inp
{
	float: left;
	margin: 0;
	width: 200px;
}
.code_inp input.btn_dblue
{
	margin: 0;
	float: right;
	padding: 6px 10px 2px;
}
.order_tbl
{
	border: 1px solid #D5D5D5;
	border-bottom: none;
	width: 100%;
	margin: 20px 0 -20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 25px;
	color: #4E5C64;
}
.order_tbl td
{
	border: 1px solid #D5D5D5;
}
.order_tbl tr:last-child td
{
	border-bottom: none;
}
.order_tbl div
{
	border-bottom: 3px solid #FFF;
	padding: 5px 30px 2px 42px;
	position: relative;
}
.order_tbl span
{
	position: absolute;
	top: 5px;
	left: 8px;
	width: 25px;
	height: 25px;
	background: #C2C2C2;
	color: #FFF;
	text-align: center;
}
.order_tbl i
{
	position: absolute;
	top: 11px;
	right: 9px;
	display: none;
}
.os_passd i
{
	display: block;
	color: #7BB934
}
.os_passd span
{
	background: #86BE4A;
}
.os_act div
{
	border-bottom: 3px solid #2AB1F6;
}
.os_act span
{
	background: #2AB1F6;
}
.ship_list
{
	margin: 20px 0;
	border: 1px solid #D5D5D5;
	border-top: none;
	padding: 0 20px 60px 30px;
}
.ship_list li
{
	float: left;
	width: 100%;
	margin: 0 0 43px;
}
.ship_list input
{
	float: left;
}
.ship_list label
{
	float: left;
	color: #4E5C64;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 10px;
}
.ship_list p
{
	clear: both;
	padding: 3px 0 0;
}
.brd_cnt_tnone
{
	border-top: none;
}
.w80
{
	width: 80%;
}
.chk_cnt div
{
	float: left;
	width: 100%;
	margin: 5px 0;
}
.chk_cnt *
{
	float: left;
}
.chk_cnt label
{
	margin-left: 10px;
	font-size: 10px;
}
.pf_headl
{
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	padding: 4px 20px 5px 42px;
	margin: 0 -20px; 
	position: relative;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #4E5C64;
}
.pf_headl span
{
	position: absolute;
	top: 4px;
	left: 7px;
	width: 25px;
	height: 25px;
	background: #2AB1F6;
	color: #FFF;
	text-align: center;
}
.brd_cnt .pf_headl
{
	margin-top: -21px;
}
.tag_cloud
{
}
.tag_cloud a
{
	margin-right: 10px;
	border: 1px solid #D5D5D5;
	color: #81929B;
	font-size: 10px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 14px;
}
.tag_cloud a:hover
{
	color: #FFF;
	background: #2AB1F6;
	border: 1px solid #2AB1F6;
}
.sml_blog_list
{
	
}
.sml_blog_list li
{
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
.sml_blog_list li:first-child
{
	margin-top: 0;
}
.sml_blog_list .img_cnt
{
	float: left;
	border: 1px solid #d5d5d5;
	padding: 5px;
	width: 58px;
	margin-right: 15px;	
}
.sml_blog_list .bl_auth 
{
	font-size: 9px;
	margin: 2px 0 1px;
}
.sml_blog_list .bl_name 
{
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin: 0;
}
.bl_name a
{
	color: #49555C;
}
.bl_name a:hover
{
	color: #2AB1F6;
	text-decoration: underline;
}
.sml_blog_list p
{
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	margin-bottom: 5px;
}
.comm_txt
{
	
}
.comm_txt p
{
	margin: 18px 0 24px;
}
.comm_txt ul
{
	margin: 24px 0 24px 20px;
}
.comm_txt li
{
	margin: 14px 0;
}
.comm_txt img.fl_left
{
	margin: 0 20px 10px 0;
}
.cnt_404
{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #81929C;
	font-size: 18px;
	line-height: 22px;
	margin: 60px 0 120px;
}
.cnt_404 strong
{
	font-size: 14px;
	margin: 0 20px;
	text-transform: uppercase;
}
.cnt_404 div
{
	position: absolute;
	left: 0;
	top: 120px;
	width: 70%;
}
.cnt_404 div p
{
	margin-bottom: 50px;
	line-height: 30px;
}
.btn_blue .fa-angle-double-left
{
	font-size: 18px;
	margin-right: 14px;
	position: relative;
	top: 1px;
}

.slick-initialized { 
	visibility: visible !important;
}

/*
.hasCustomSelect, .customSelect { 
	visibility: visible !important;
}

span.customSelect {	
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d5d5d5;
	color: #808080;
	cursor: pointer;
	font-family: "Roboto",sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 2px auto 0;
	min-width: 40px;
	outline: medium none;
	padding: 0 32px 0 7px;
	position: relative;
	text-transform: none;
	z-index: -1;
	white-space: nowrap;
	width: auto;
	box-sizing: border-box;
}
span.customSelect::before {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 4px 4px 0;
	content: "";
	height: 0;
	margin-top: -2px;
	position: absolute;
	right: 7px;
	top: 50%;
	width: 0;
	z-index: 2;
}
span.customSelect::after {
	border-color: #8a8a8a transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	content: "";
	height: 0;
	margin-top: -2px;
	position: absolute;
	right: 6px;
	top: 50%;
	width: 0;
	z-index: 1;
}
span.customSelectDisabled {
	background: #E1E1E1;
}
span.customSelectDisabled::before {
	border-color: #E1E1E1 transparent;
}

span.customSelect.search {

	font-size: 12px;
	line-height: 28px;
	margin: 0;
	padding: 0 32px 0 13px;
}
span.customSelect.productFilterSort,
span.customSelect.productFilterLimit {
	line-height: 27px;
	margin: 0 16px 0 0;
	min-width: 100px;
}
span.customSelect.ratingOptions {
	min-width: 45px;
	line-height: 27px;
	text-align: left;
}
select.ratingOptions
{
	width: 45px;
	height: 27px;
}
span.customSelect.productOptions {
	width: 82px;
}

span.customSelect.shippingOptions {
	width: 96%;
}
span.customSelect.checkoutOptions {
	line-height: 27px;
	float: none;
	width: 100%;
}
select.checkoutOptions
{
	float: none;
	margin: 0;
}
*/