.clear{clear: both;}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	background:#fff;
	font-family: 'Lato', sans-serif;
}
body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.banner_marg{
	margin-top: -20px;
}
.header{
	background:#000;
	padding: 1.5% 0;
}
.header-left{
	float:left;
	width: 59%;
}
.logo{
	float:left;
	margin-right: 2%;
}
.menu{
	 float:left;
	 margin: 17px 0 0;
}
  .menu li{
	display:inline-block;
 }
 .menu li:first-child{
   	margin-left:0;
 }
 .menu li a{
  	 display: block;
	font-size: 0.8125em;
	text-transform: uppercase;
	padding: 5px 20px;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
 }
 .menu li a:hover ,.menu li.active a{
	 background:#fff;
	 color:#000;
 } 
 #nav .current a {
	 color:red;
}
.toggleMenu {
    display:  none;
  	padding:4px 5px 0px 5px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
@media screen and (max-width:800px) {
	/* .active {
        /*display: block;
    }*/
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	    list-style: none;
		width: 95%;
		/*position: absolute;*/
		right: 20px;
		/*background: #222;*/
		top: 72px;
		z-index: 111;
    }
    /*.nav:after {
		content: '';
		position: absolute;
		right:18px;
		top: -9px;
		border-left:10px solid rgba(0, 0, 0, 0);
		border-right:10px solid rgba(0, 0, 0, 0);
		border-bottom:10px solid #333;
	}*/
    .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    /* .nav li a{
    	border-top:1px solid #333;
    } */
     .nav li:first-child a{
     	border-top:none;
     }
 }
.header_right{
	float:right;
	width:6%;
	margin-top: 16px;
}
.sb-search {
	position: absolute;
	top:7px;
	right:0px;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background:#333;
	width: 100%;
	height:45px;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #333 url('../images/img-sprite.png') no-repeat 0px 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
   
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #FFF;
background: #000 url('../images/img-sprite.png') no-repeat 0px 1px;
z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:40%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* start icon styles */
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
ul.icon1 {
	float: left;
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-left:25%;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:67px;
	z-index: 1;
	right: -140px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	-moz-box-shadow: 0 0 10px #AAA;
	-o-box-shadow: 0 0 10px #AAA;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.icon1 ul li {
	/*--float: none;--*/
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
li.list_img{
	float:left;
	width:26%;
}
.login_buttons{
	margin-top:23%;
}
li.list_desc{
	float:left;
	width:50%;
}
li.list_desc h4 a{
	color:#000;
	font-size:0.85em;
	text-decoration:none;
	font-weight:600;
}
li.list_desc h4 a:hover{
	color:red;
}
.c1{
	background: url(../images/img-sprite.png) no-repeat -66px -8px;
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align: center;
	font-size: 18px;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555;
	line-height: 1.5em;
	margin:2% 0;
}
.sub-icon1.list{
	padding:20px;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
.product_control_buttons{
	float:right;
}
.product_control_buttons a:hover{
	opacity:0.5;
}
.button{
	text-align: center;
}
.button a{
	color:#fff;
	font-size:0.85em;
	text-transform:uppercase;
	font-weight:800;
	text-decoration:none;
	border: none;
	cursor: pointer;
	padding:15px 30px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #000;
}
.button a:hover{
	background:#222;
}
.login_button{
	float:right;
}
.login_button a{
	color:#fff;
	font-size:0.85em;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
    border: none;
	cursor: pointer;
	padding:8px 15px; 
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #000;
	margin:10px 0 0;
}
.login_button a:hover{
	background:#555;
}
.check_button{
	float:left;
}
.check_button a{
	color:#fff;
	font-size:0.85em;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
    border: none;
	cursor: pointer;
	padding:8px 15px; 
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #000;
	margin:10px 0 0;
}
.check_button a:hover{
	background:#555;
}
/*--main--*/
/*.content-top{
	padding:10% 0;
}*/
.content-top h2{
	color: #000;
	font-size:3em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1.5%;
}
.content-top p{
	color: #000;
	font-size: 0.95em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin-bottom:1%;
}
.content-top h3{
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	margin:2% 0 0 0;
}

.content-bottom{
	width:100%;
	background: url(../images/bg_image.jpg)no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
	height:100%;
	padding:15% 0;
}
.content_bottom-text h3{
	color: #FFF;
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 2% 0 10%;
}
p.m_1{
	color: #FFF;
	font-size: 0.85em;
	line-height: 2.2em;
	margin-bottom:6%;
}
p.m_2{
	color: #FFF;
	font-size: 0.85em;
	line-height: 2.2em;
}
.features{
	padding:2% 0;
}
h3.m_3{
	color: #000;
	font-size: 3em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:-8%;
}
.close_but{
	text-align:center;
	margin-bottom:6%;
}
i.close1{
	width:46px;
	height:42px;
	background:url(../images/img-sprite.png)-196px -269px;
	display:inline-block;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width:263px;
   height:200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
/* .view img {
   display: block;
   position: relative;
} */
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: palatino; 
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
/* NINTH EXAMPLE*/
.view-ninth .mask-1, .view-ninth .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 361px;
    width: 361px;
    background: rgba(119, 0, 36, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.view-ninth .content {
    background: rgba(0, 0, 0, 0.9);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.5;
    width:263px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h2 {
    background: transparent;
    margin-left: -60px;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth a.info {
    display: none;
}
.view-ninth:hover .content {
    height: 120px;
    width:287px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.9;
    top:22px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}
.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}
h4.m_4{
	margin-top:3px;
}
h4.m_4 a{
	color:#000;
	font-size:1em;
	text-decoration:none;
	font-weight:600;
}
h4.m_4 a:hover{
	color:#444;
}
p.m_5{
	color:#222;
	font-size:1em;
	padding-bottom: 5px;
	padding-top: 10px;
}
.m_51{
	color:#222;
	font-size:1em;
	font-family: 'lato';
}
/*--footer--*/
.footer{
	background:#000;
	padding:5% 0;
}		
ul.footer_box{
	list-style:none;
	padding:0;
}	
ul.footer_box h4{
	color:#fff;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom: 8%;
}
ul.footer_box li a{
	color: #B8B6B6;
	font-size: 0.8125em;
	text-decoration:none;
	line-height: 2em;
}
ul.footer_box li a:hover{
	color:#fff;
}
.footer_search {
	margin-top: 10%;
	width:100%;
	position:relative;
}
.footer_search input[type="text"] {
	outline: none;
	padding: 12px 15px;
	outline: none;
	color: #202020;
	background: #FFF;
	border: none;
	width: 74%;
	line-height: 1.5em;
	font-size: 0.8125em;
}
.footer_search  input[type="submit"] {
	background: #C7C7C7;
	padding: 9px 19px;
	border: none;
	cursor: pointer;
	position: absolute;
	line-height: 1.6em;
	font-size: 1em;
	color: #000;
	font-weight: 800;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.footer_search  input[type="submit"]:hover {
	background:#222;
	color:#fff;
}
ul.social{
	list-style:none;
	padding:0;
	margin-top: 17%;
}	
ul.social li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
ul.social li{
	display:inline-block;
	margin-right:8px;
}	
ul.social li a span:hover{
	opacity:0.5;
}		
li.facebook a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -256px -276px;
}
li.twitter a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -298px -276px;
}
li.instagram a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -346px -276px;
}
li.pinterest a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -391px -276px;
}	
li.youtube a span {
	height: 25px;
	width: 47px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -437px -276px;
}	

.copy p{
	font-size:0.8125em;
	font-weight:600;
	color:#B8B6B6;
}
.copy p a{
	color:#fff;
}
.footer_bottom{
	padding: 0 2%;
	margin-top: 5%;
}
/*--shop--*/
.shop_top{
	padding:5% 0;
}
.new-box {
	right:10px;
}
.new-box, .sale-box {
	position: absolute;
	top:16px;
	overflow: hidden;
	height: 38px;
	min-width: 70px;
	text-align: left;
	z-index: 0;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.new-label {
	font-size: 0.85em;
	color: #FFF;
	background:#FFAF02;
	text-transform: uppercase;
	padding:9px;
	text-align: center;
	display: block;
	min-width: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.sale-box {
	left:10px;
}
.sale-label {
	font-size: 0.85em;
	color: #FFF;
	background:#E92546;
	text-transform: uppercase;
	padding:9px;
	text-align: center;
	display: block;
	min-width: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.shop_box{
	position:relative;
}
.shop_desc{
	border:1px solid #E0E0E0;
	padding:5%;
}
.shop_desc h3{
	margin-bottom:5px;
}
.shop_desc h3 a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.shop_desc h3 a:hover{
	color:#666;
}
.shop_desc p{
	color:#555;
	font-size:0.8125em;
	line-height:1.8em;
	margin-bottom:10px;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
}
span.actual {
	color: #7DB122;
	font-size: 1em;
	color:#000
}
ul.buttons{
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
.cart{
	float:left;
}
.shop_btn{
	float:right;
}
.shop_btn a, .cart a{
	color: #000;
	font-size: 0.8125em;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration:none;
}
.shop_btn a:hover{
	color:#E92546;
}
.cart a:hover{
	color:#FFAF02;
}
.shop_box-top{
	margin-bottom:5%;
}
h3.m_2 {
	color: #555;
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: -1px;
	padding:0 1%;
	text-transform: uppercase;
}
h4.m_5{
	margin-top:7%;
}
h4.m_5 a{
	color: #555;
	font-size:0.95em;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration:none;
}
h4.m_5 a:hover{
	color:#000;
}
p.m_6{
	font-size:0.85em;
	color: #555;
	line-height: 1.5em;
}
.team_box{
	margin-bottom:5%;
}
ul.team_list{
	padding:0;
	list-style:none;
}
ul.team_list h4{
	color: #555;
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
ul.team_list li {
	list-style-image: url(../images/marker.png);
	margin: 0 0px 20px 15px;
}
ul.team_list li a {
	font-size: 0.85em;
	color: #222;
	text-transform: uppercase;
	text-decoration:none;
}
ul.team_list li a:hover {
	color:#444;
}
ul.team_list li p{
	color:#888;
	font-size:0.85em;
	line-height:1.5em;
}
p.m_7{
	color:#888;
	font-size:0.85em;
	line-height:1.5em;
	margin-bottom:2%;
}
.img_section{
	position:relative;
}
.img_section_txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background:rgba(5, 5, 5, 0.43);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 10px 14px 21px;
	color: #FFF;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.magnifier2:hover .img_section_txt {
	background:rgba(255, 0, 0, 0.36);
}
.ex_box{
	margin-bottom:5%;
}
p.m_8{
	color:#333;
	font-size:0.85em;
	line-height:1.8em;
	margin-bottom:5%;
}
.address p {
	font-size:0.85em;
	line-height:2em;
}
.address p span:hover {
	text-decoration: none;
}
.address p span {
	text-decoration: underline;
	color: #555;
	cursor: pointer;
}
.contact{
	margin-top: 5%;
}
.to{
	float:left;
	width:50%;
}
.to input[type="text"] {
	padding: 10px;
	width:95%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: #888;
	background:#F8F8F8;
	float: left;
	outline: none;
	border:1px solid #DFE0E2;
}
.to input[type="text"]:hover, .text input[type="text"], .text textarea:hover{
	border-color:#E25050;
}
.text {
	width:50%;
}
.text input[type="text"], .text textarea {
	width:100%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: #888;
	outline: none;
	background:#F8F8F8;
	height: 100px;
	padding: 10px;
	resize: none;
	border:1px solid #DFE0E2;
}
.form-submit{
	float:right;
}
.form-submit input[type="submit"] {
	color: #FFF;
	font-size: 0.95em;
	font-weight: normal;
	padding:15px 40px;
	text-transform: uppercase;
	background:#E25050;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 100;
	border: none;
	cursor: pointer;
	outline:none;
}
.form-submit input[type="submit"]:hover {
	background:#333;
}
/*--single--*/
.single_image{
	width:36.5%;
	float: left;
	margin-right: 2.6%;
}
.single_right{
	width: 60.5%;
	float: left;
}
.single_right h3{
	color: #222;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}
.btn1-default1 {
	outline: none;
	border: 1px solid #CACACA;
	background: #FFF;
	padding: 5px 10px;
	font-size: 0.85em;
}
.btn1-twitter:hover {
	color: #FFF;
	background-color: #00AAF0;
}
i.icon-twitter{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -260px -318px;
	float: left;
	margin-right: 2px;
}
.btn1-twitter:hover i{
	background: url(../images/img-sprite.png)no-repeat -260px -341px;
}
i.icon-facebook{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -292px -317px;
	float: left;
	margin-right: 2px;
}
.btn1-facebook:hover i{
	background: url(../images/img-sprite.png)no-repeat -292px -341px;
}
.btn1-facebook:hover {
	color: #FFF;
	background-color:#435F9F;
}
i.icon-google{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -321px -317px;
	float: left;
	margin-right: 2px;
}
.btn1-google:hover i{
	background: url(../images/img-sprite.png)no-repeat -321px -341px;
}
.btn1-google:hover {
	color: #FFF;
	background-color:#E04B34;
}
i.icon-pinterest{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -353px -318px;
	float: left;
	margin-right: 2px;
}
.btn1-pinterest:hover i{
	background: url(../images/img-sprite.png)no-repeat -353px -342px;
}
.btn1-pinterest:hover {
	color: #FFF;
	background-color:#CE1F21;
}
.social_buttons h4{
	color: #08080B;
	font-weight: 700;
	font-size: 0.8125em;
	padding-bottom: 0.5em;
	display: block;
	text-transform:uppercase;
	margin-bottom:5px;
}
p.m_10{
	color: #333;
	font-size: 0.8125em;
	line-height: 1.8em;
	margin-bottom:5%;
}
.btn_form{
	margin-bottom:5%;
}
.btn_form form input[type="submit"] {
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 0.85em;
	padding: 10px 30px;
	background: #333;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover {
	background: #FFAF02;
}
ul.add-to-links {
	margin-bottom: 3%;
	list-style: none;
	padding: 0;
}
ul.add-to-links img {
	vertical-align: middle;
}
ul.add-to-links a {
	color: #000;
	font-size: 0.85em;
}
ul.product-colors{
	list-style:none;
	padding:0;
	margin-bottom: 5%;
}
.product-colors h3, .prosuct-qty span {
	color: #08080B;
	font-weight: 700;
	font-size: 0.8125em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.product-colors li {
	display: inline-block;
}
.product-colors li a span {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.color1 span {
	background:#45BF55;
}
.color2 span {
	background:#0AA5E2;
}
.color3 span {
	background:#EE82EE;
}
.color4 span {
	background:orange;
}
.color4 span {
	background:gray;
}
.color5 span {
	background:yellow;
}
.color6 span {
	background:red;
}
.box-info-product{
	background: #FFF;
	border: 1px solid #D2D0D0;
	border-top: 1px solid #B0AFAF;
	border-bottom: 1px solid #B0AFAF;
	padding:7%;
}
p.price2{
	color:#333;
	font-size:2em;
	font-weight:700;
	margin-bottom: 5%;
}
.prosuct-qty {
	margin-bottom: 1.5em;
	padding:0;
}
.prosuct-qty select {
	border: 1px solid #EEE;
	padding: 5% 41%;
	font-size: 1em;
	outline: none;
}
.prosuct-qty option {
	border: 1px solid #EEE;
}
.box-info-product .exclusive {
	border:none;
	outline: none;
	position: relative;
	display: block;
	background:#E25050;
}
.box-info-product .exclusive span {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	padding: 12px 36px 14px 60px;
	color: #FFF;
	display: block !important;
}
.box-info-product .exclusive:after {
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	content: "";
	width: 1px;
	z-index: 2;
}
.box-info-product .exclusive:before {
	background: url(../images/img-sprite.png)no-repeat -401px -308px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #FFF;
	font-size: 25px;
	line-height: 47px;
	content: "";
	z-index: 2;
	width: 51px;
	text-align: center;
}
.box-info-product .exclusive:hover {
	background: #303030;
	background-position: 0 0;
}
.desc{
	margin-bottom:5%;
}
.desc h4{
	color:#333;
	font-size:1.5em;
	margin-bottom:1%;
	text-transform:uppercase;
}
.desc p{
	color:#555;
	font-size:0.85em;
	line-height:1.8em;
}
h4.m_11{
	color:#333;
	font-size:1.2em;
	text-transform:uppercase;
	padding:0 1%;
	margin-bottom:2%;
}
h4.m_12{
	color: #08080B;
	font-weight: 700;
	font-size: 0.8125em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
}
ul.options{
	list-style:none;
	padding:0;
	margin-bottom:7%;
}
ul.options li {
	margin: 0 1% 0 0;
	display: inline-block;
}
ul.options li a {
	color: #000;
	font-size: 0.8125em;
	padding: 5px 10px;
	border: 1px solid #DFDDDD;
	text-decoration:none;
}
ul.options li a:hover {
	border: 1px solid #FFAF02;
}
/*--checkout--*/
p.cart {
	color: #555;
	font-size: 0.85em;
	line-height: 1.8em;
}
/*--login--*/
.login-page {
	border-right: 1px solid #EEE;
	padding-right: 5%;
}
h4.title {
	color:#000;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 13px;
}
.login-page p {
	color: #555;
	font-size: 0.85em;
	line-height: 1.8em;
}
.button1 input[type="submit"] {
	background: #000;
	border: none;
	color: #FFF;
	padding: 10px 20px;
	cursor: pointer;
	float: right;
	outline: none;
	font-size: 1em;
}
.button1 input[type="submit"]:hover {
	background: #555;
}
#login-form label {
	color: #777;
	line-height: 2.8em;
	font-size: 0.95em;
	font-weight: 400;
	margin: 0;
	display: block;
}
input.inputbox, input.required, div.k2AccountPage input[type="text"] {
	background: #FFF;
	outline-color: #00BFF0;
	border: 1px solid #EEE;
	color: inherit;
	padding: 7px 20px;
	width: 100%;
	font-size: 0.85em;
}
.remember {
	margin-top: 6%;
}
p#login-form-remember {
	float: left;
}
fieldset.input input[type="submit"] {
	background: #000;
	border: none;
	color: #FFF;
	padding: 10px 30px;
	cursor: pointer;
	outline: none;
	font-size:1em;
}
fieldset.input input[type="submit"]:hover {
	background:#555;
}
#login-form label a {
	color: #777;
	color:0.85em;
}
#login-form label a:hover {
	color:#00BFF0;
}
.button1 {
	float: right;
	margin-top: 8%;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	color:#000;
	font-size: 1em;
	padding-bottom: 5px;
	margin: 0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.8125em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid #EEE;
	outline-color:#00BFF0;
	width: 96%;
	font-size: 1em;
	padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	float: left;
	margin-left: 8px;
	position: relative;
	font-weight: 600;
}
.checkbox:last-child {
	margin-bottom: 4px;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #DDD;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-grids form input[type="submit"] {
	background:#E25050;
	color: #FFF;
	font-size: 0.8em;
	padding:0.8em 2.2em;
	border:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
}
.register-grids form input[type="submit"]:hover {
	background:#555;
}
/*--responsive design--*/
@media (max-width:1366px){
.icon1 ul {
	width: 270px;
	top: 64px;
	right: -98px;
 }
.button a {
 	margin-left: 71%;
 }
}
@media (max-width:1280px){
.icon1 ul {
	width: 270px;
	top: 63px;
	right: -55px;
 }
}	
@media (max-width:1024px){
.menu li a {	
	padding: 5px 10px;
 }
.header_right {
	width: 7%;
 }
.icon1 ul {
	width: 250px;
	top: 59px;
	right: -25px;
 }
 .sub-icon1 ul li p {
	font-size: 0.8125em;
 }
 .button a {
	margin-left: 27%;
 }

 .content_bottom-text h3, h3.m_3, .content-top h2{
 	font-size:2.5em;
 }
 .box-info-product .exclusive span {
	font-size: 17px;
	padding: 12px 11px 14px 63px;
 }
}	
@media (max-width:800px){
.menu {
	 margin:10px 0 0;
  }
  .header_right {
	 width: 10%;
  }
  .icon1 ul {
	width: 250px;
	top: 59px;
	right: -15px;
 }
 .search {
	left: 65%;
	width: 27%;
	top: 12px;
 }
 .content_bottom-text h3, h3.m_3, .content-top h2 {
	font-size: 2em;
 }
 .view-ninth:hover .mask-1 {
	display: none;
 }
 .view-ninth:hover .mask-2 {
	display: none;
 }
 .view-ninth .mask-1,  .view-ninth .mask-2{
 	display: none;
 }
 .view-ninth:hover .content {
	height: 53%;
	width: 41%;
 }
  .top_box {
	 margin-bottom: 20px;
 }
 h4.m_4, h4.m_5{
	margin-top: 10px;
 }
 ul.footer_box h4, ul.team_list h4{
	margin-bottom: 10px;
 }
 ul.footer_box {
	margin-bottom: 20px;
  }
  .footer_search, .footer_bottom{
	 margin-top:0;
  }
  ul.social {
	margin-top: 20px;
 }
 .team1{
 	margin-bottom:20px;
 }
 .team_bottom{
 	margin-bottom:20px;
 }
 .team_box {
	margin-bottom:0;
 }
 .shop_box{
 	margin-bottom:20px;
 }
 .shop_desc {
	padding: 10px;
 }
 .etalage_zoom_area div {
	 width:350px !important;
     height:350px !important;
  }
  .box-info-product {
	padding: 20px;
	margin-bottom: 20px;
  }
  .prosuct-qty select {
	padding: 2% 30%;
  }
  .desc {
	margin: 20px 0;
  }
  .product1{
  	margin-bottom:20px;
  }
}  
@media (max-width:768px){
.login-page {
	border-right: none;
	padding-right: 0;
  }
}
@media (max-width:640px){
  .header_right {
	 width: 11%;
  }
   .etalage_zoom_area div {
	 width:250px !important;
	 height:250px !important;
  }
  .btn1-default1 {
	 padding: 5px 7px;
  }
}
@media (max-width:480px){
	.header_right {
		width: 15%;
	}
	.etalage_zoom_area div {
		width:100px !important;
		height:100px !important;
	}
	.btn1-default1 {
		padding: 5px 7px;
	}
	.search {
		left: 56%;
		width: 33%;
	}
	.icon1 ul {
		top: 51px;
	}
	.content_bottom-text h3, h3.m_3, .content-top h2 {
		font-size: 1.5em;
	}
	.content-top p {
		font-size: 0.8125em;
	}

	.content-top h3 {
		font-size: 1em;
	}
	.view-ninth:hover .content {
		height:60%;
		width:70%;
	}
	.single_image {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.single_left{
		margin-bottom:20px;
	}
	.to {
		float: none;
		width: 100%;
	}
	.text {
		width: 100%;
		float: none;
	}
	.nav {
		right: 13px;
	}
}
@media (max-width:320px){
	.header_right {
	width: 24%;
	}
	.copy{
		float:none;
	}

	h4.m_11 {
		font-size: 0.85em;
		padding: 0 15px;
		line-height: 1.5em;
	}
	.etalage_zoom_area div {
		width:50px !important;
		height:50px !important;
	}
	.register-top-grid{
		margin-bottom:20px;
	}
 
}
  .register-top-grid div, .register-bottom-grid div {
	width: 100%;
	float: none;
	margin: 10px 0;
 }

.nav_b{
    color: #000;
}
.nav_b1{
    background-color: hsl(47, 85%, 53%);
    width: 85px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px #888888;
}

.nav-tabs, .nav-pills {
    text-align:center;
    display: block;
}
/*end of tabs*/

.aux_nav_top { background-color: #000; color: #c4c4c4; letter-spacing: 2px; font-family: 'Lato', sans-serif;}
.aux_nav_top a{ color: #828282; }
.aux_nav_top a:hover{ text-decoration: none; color: #828282; }

.main_nav_top { padding-top: 5px; }

.main_menu { margin-top: 15px; }
.main_menu ul a{ color: #000; letter-spacing: 2px; font-family: 'Lato', sans-serif; }
.main_menu ul .special_offer_link{ color: #e8a533; letter-spacing: 2px; font-family: 'Lato', sans-serif; }
.main_menu ul a{ text-decoration: none; color: #000; }
.main_menu ul li { padding: 0px 25px 0px 25px; }


.member_signup a { color: #000; border-color: #000; border-radius: 0px; font-size: 12px; letter-spacing: 2px; font-family: 'Lato', sans-serif; }
.member_signup a:hover { text-decoration: none; color: #000; cursor: pointer; }
.member_signup span { color: #fff; border-color: #000; background-color: #000; border-radius: 0px; }

.shopping_bag button { color: #000; border-color: #000; border-radius: 0px; padding: 0px; font-size: 10px; letter-spacing: 2px; font-family: 'Lato', sans-serif; }
.shopping_bag span { color: #fff; border-color: #000; background-color: #000; border-radius: 0px; }

.social_media_holder { padding-top: 10px; }
.social_media_holder label {  letter-spacing: 2px; font-family: 'Lato', sans-serif; }
.fa_custom { padding:10px; width: 35px; text-align: center; text-decoration: none; margin: 5px 2px; border-radius: 50%; transition: 0.5s; }
.fa_custom:hover { opacity: 0.5; }

.fa-facebook { background: #3B5998; color: white; }
.fa-google-plus { background: #dd4b39; color: white; }
.fa-instagram { background: #125688; color: white; }
.fa-twitter { background: #55ACEE; color: white; }


.our_picksPad{
	padding-top: 27px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	}
	/*thumbnails*/
	.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail > h4 {
    padding: 7px 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnail h4 .info {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0.6em;
    padding-left: 15px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 4px;
    border-radius: 0px;
    border-bottom-left-radius: 5px;
    cursor:  pointer;
}

.thumbnail h4 .info > span {
    margin-right: 10px;   
}

.thumbnail img {
    width: 100%;
}
.brand-thumbnail img {
	min-width: 227px;
	min-height: 138px;
	max-height: 138px;

}
.thumbnail a.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.custom_panel_head { padding: 5px; background-color: transparent !important; }
.custom_panel_head_premiums { padding: 5px; background-color: hsl(47, 85%, 53%) !important; }

.side_menu_products a { font-size: 12px; text-decoration: none; outline: 0px auto; }
.side_menu_products a:focus  { font-size: 12px; text-decoration: none; outline: 0px auto; }
.side_menu_products ul li a { font-size: 12px; color: #000; border: 0px; background-color: transparent; }
.side_menu_products ul li a:active { border: 0px; background-color: transparent; }
.side_menu_products ul li a:focus { outline: 0px; } 

.btn_custom_search { background-color: hsl(47, 85%, 53%) !important; }

.custom_pagination li a { color:#000; }
.custom_pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
}
.custom_pagination > li:last-child > a, .custom_pagination > li:first-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    background-color: hsl(47, 85%, 53%) !important;
}


.custom_pagination > li > a, .custom_pagination > li > span { border: 1px solid #2b2b2b ; background-color:transparent; }
.custom_pagination > li > a:hover, .custom_pagination > li > span:hover, .custom_pagination > li > a:focus, .custom_pagination > li > span:focus { border: 1px solid #000 ; }
.custom_pagination > li > a:hover, .custom_pagination > li > span:hover, .custom_pagination > li > a:focus, .custom_pagination > li > span:focus { color:#000; }

.mega-dropdown { position: static !important; }
.mega-dropdown-menu { padding: 20px 0px; width: 100%; box-shadow: none; -webkit-box-shadow: none; }
.mega-dropdown-menu > li > ul { padding: 0; margin: 0; }
.mega-dropdown-menu > li > ul > li { list-style: none; }
.mega-dropdown-menu > li > ul > li > a { color: #000; padding: 3px 5px; font-size: 12px; }
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus { text-decoration: none; }
.mega-dropdown-menu .dropdown-header { font-size: 18px; color: #000; padding: 5px 60px 5px 5px; line-height: 30px; }
.mega-dropdown-menu .dropdown-header-premium { font-size: 18px; color:  hsl(47, 85%, 53%); padding: 5px 60px 5px 5px; line-height: 30px; }
.mega-dropdown-menu .dropdown-header-sale { font-size: 18px; color: rgb(255, 0, 0); padding: 5px 60px 5px 5px; line-height: 30px; }

.sub_dropdown { top: 0; margin-left: 100%; }

.custom_carousel_control .glyphicon-chevron-left { font-size: 12px; line-height: 30px; background-color: #000; color: #fff; border: 1px solid #000; padding-right: 10px; padding-left: 10px; margin-bottom: 5px;}
.custom_carousel_control .glyphicon-chevron-right { font-size: 12px; line-height: 30px; background-color: #000; color: #fff; border: 1px solid #000; padding-right: 10px; padding-left: 10px; margin-bottom: 5px;}

.custom_carousel_button_price { border: 1px solid #000; font-family: 'Lato'; background-color: transparent; color: #000; }
.custom_carousel_button_wish { border: 1px solid #000; font-family: 'Lato'; background-color: transparent; color: hsl(47, 85%, 53%); }
.custom_carousel_button_price:focus { border: 1px solid #000; font-family: 'Lato'; background-color: transparent; color: #000; }
.custom_carousel_button_wish:focus { border: 1px solid #000; font-family: 'Lato'; background-color: transparent; color: hsl(47, 85%, 53%); }
.custom_carousel_button_price:hover { border: 1px solid #000; font-family: 'Lato'; background-color: transparent; color: #000; }
.custom_carousel_button_wish:hover { border: 1px solid #000; font-family: 'Lato'; background-color: transparent; color: hsl(47, 85%, 53%); }

.custom_prodspec_button_price {margin-top: 3px; border: 1px solid #000; padding: 5px; font-family: 'Lato'; font-size: 14px; background-color: transparent; color: #000; }
.custom_prodspec_button_wish { margin-top: 3px;border: 1px solid #000; padding: 5px; font-family: 'Lato'; font-size: 14px; background-color: transparent; color: hsl(47, 85%, 53%); }
.custom_prodspec_button_price:focus { margin-top: 3px;border: 1px solid #000; padding: 5px; font-family: 'Lato'; font-size: 14px; background-color: transparent; color: #000; }
.custom_prodspec_button_wish:focus { margin-top: 3px;border: 1px solid #000; padding: 5px; font-family: 'Lato'; font-size: 14px; background-color: transparent; color: hsl(47, 85%, 53%); }
.custom_prodspec_button_price:hover { margin-top: 3px;border: 1px solid #000; padding: 5px; font-family: 'Lato'; font-size: 14px; background-color: transparent; color: #000; }
.custom_prodspec_button_wish:hover { margin-top: 3px;border: 1px solid #000; padding: 5px; font-family: 'Lato'; font-size: 14px; background-color: transparent; color: hsl(47, 85%, 53%); }

.custom_social_prodspec label { font-size: 12px; }
.custom_sub_dropdown { margin-right:200px; }


.magnifyarea { box-shadow: 5px 5px 7px #818181; -webkit-box-shadow: 5px 5px 7px #818181; -moz-box-shadow: 5px 5px 7px #818181; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true); background: white; }
.targetarea { width: auto; height: auto; margin-top:3px; }
.targetarea img { margin: auto; display: block; position: relative; border-width: 0; height: auto !important; width: auto !important; }
.thumbs { width: 100%; text-align: center; }
.thumbs a { text-decoration: none; }
.thumbs img { padding: 2px; }

.custom_input_quantity { z-index: 0; }
.custom_pricing li h2 { color:hsl(47, 85%, 53%); }
.custom_pricing li strike { color:hsl(0, 100%, 45%); }
.custom_pricing li h6 { text-decoration: line-through; }
.custom_pricing li small { color: #b0b0ae; }
.prodspec_side_info { font-size: 10px; }


/*Sign in css*/
.forgot_pass{
	font-size: 80%;
	position: relative; top:-10px;
}
.panel_signin{
	padding-top:30px;
}
.sigin_alert{
	display:none;
}
.signin_username{
	margin-bottom: 25px;
}
.btn_signin{
	margin-top: 10px;
}
.signup_link{
	font-size:85%;
}
.signup_panel{
	display:none;
}
.bg_col_btn{
	background-color: hsl(47, 85%, 53%);
	border: 1px solid hsl(47, 85%, 53%);
}
.bg_col_btn:hover{
	background-color: hsl(47, 85%, 53%);
}



.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
  width: 100%;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: -1px;
  left: 100%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.00em; }

.navigation {
	width: 14em;
	background: #000;
	font-family: 'Lato',sans-serif;
	font-size: 14px;
	font-weight: normal;
	zoom: 1;
	margin-left: -15px;
	border-radius:3px;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 8px;
  color: #ffffff;
  text-decoration: none;
}

.navigation > ul { width: 13em; }

.navigation ul ul { width: 13em; }

.navigation > ul > li > a {
  border-right: 0.3em solid hsl(47, 85%, 53%);
  color: #ffffff;

}

.navigation > ul > li > a:hover { color: #ffffff; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #000; }

.navigation li { position: relative; }

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.navigation ul ul { border: 1px solid #000; margin-left: 8%; width: 110%; }

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

.navigation ul ul li { width: 100%; }

.navigation ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #34A65F;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
  color:#fff;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/*for font*/

.fa_custom1 {
    padding: 10px;
    background-color: #3B5998;
    color: white;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    transition: 0.5s;
}
.fa_custom2 {
    padding: 10px;
    background-color: #55ACEE;
    color: white;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    transition: 0.5s;
}
.fa_custom3 {
    padding: 10px;
    background-color: #dd4b39;
    color: white;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    transition: 0.5s;
}
.fa_custom4 {
    padding: 10px;
    background-color: #fff;
    color: #3B5998;
    border: 1px solid #000;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    transition: 0.5s;
}
.fa_custom5 {
    padding: 5px;
    background-color: #3B5998;
    color: white;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    transition: 0.5s;
}
/*.custom_social_prodspec i { background: transparent; color: #000; letter-spacing: 10px; }*/



/*for new slider*/
.transition-timer-carousel .carousel-caption {
            background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
            width: 100%;
            left: 0px;
            right: 0px;
            bottom: 0px;
            text-align: left;
            padding-top: 5px;
            padding-left: 15%;
            padding-right: 15%;
        }
        .transition-timer-carousel .carousel-caption .carousel-caption-header {
            margin-top: 10px;
            font-size: 24px;
        }

        @media (min-width: 970px) {
            /* Lower the font size of the carousel caption header so that our caption
            doesn't take up the full image/slide on smaller screens */
            .transition-timer-carousel .carousel-caption .carousel-caption-header {
                font-size: 36px;
            }
        }
        .transition-timer-carousel .carousel-indicators {
            bottom: 0px;
            margin-bottom: 5px;
        }
        .transition-timer-carousel .carousel-control {
            z-index: 11;
        }
        .transition-timer-carousel .transition-timer-carousel-progress-bar {
            height: 5px;
            background-color: #5cb85c;
            width: 0%;
            margin: -5px 0px 0px 0px;
            border: none;
            z-index: 11;
            position: relative;
        }
        .transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
            /* We make the transition time shorter to avoid the slide transitioning
            before the timer bar is "full" - change the 4.25s here to fit your
            carousel's transition time */
            -webkit-transition: width 4.25s linear;
            -moz-transition: width 4.25s linear;
            -o-transition: width 4.25s linear;
            transition: width 4.25s linear;
        }

        /*for image design hover*/
.img_design:hover{
	opacity: 0.8;
}

.item4 {
	position: relative;
	overflow: hidden;
	}
	.item4 img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
	.item4:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

	/*Badges*/
.product-new-label, .product-sale-label {
    background-repeat: no-repeat;
    height: 40px;
    outline: medium none;
    position: absolute;
    width: 40px;
    z-index: 3;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
.new-sale-badge{
	border-radius:26px;
	line-height: 40px;
    text-align: center;
	color: hsl(47, 85%, 53%);
}
.product-sale-label{
    left:4px;
	top:4px;
	background-color: hsl(47, 0%, 10%);
	background-position: 0 0;
}
.product-new-label {
	right: 4px;
    top: 4px;
    background-color: hsl(47, 0%, 10%);
	background-position: 0px -40px;
}
.product-percent, .product-percent {
    
    position: absolute;
    width: 40px;
    z-index: 3;
    font-weight: bold;
    margin-top: 0px;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
	background-color: hsl(47, 0%, 10%);
	background-position: 0 0;
	margin-top: 10px;
}
.new-percent{
	border-radius:26px;
	line-height: 40px;
	color: hsl(47, 85%, 53%);
	text-align: center;
}
.out_stock{
	color: #FFF;
    margin-top: -110px;
    margin-bottom: 72px;
    background-color: #000;
    position: relative;
    min-height: 40px;
    line-height: 40px;
}



.max {
        max-height: 120px;
    }

#emailBody {
        overflow: hidden;
    }    
#hideIt {
        padding-top: 3px;
        padding-left: 10px;
        border-radius: 15px;
        height: 20px;
        display: none;
        margin-bottom: 10px;
        margin-top:10px;
        text-decoration: underline;
    }

#reveal {
        padding-top: 3px;
        padding-left: 10px;
        border-radius: 15px;
        height: 20px;
        margin-bottom: 10px;
        margin-top:10px;
        text-decoration: underline;
    }
/*for tabs do not erase its important*/
  .nav-tabs > li, .nav-pills > li {
	float:none;
	display:inline-block;
	*display: inline;
	*zoom:1;             
}
.nav-tabs {
	text-align:center;
}


