.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

div {
		color:#666666;
}

body { font-family:Arial, Helvetica, sans-serif; 		 
		 
		 background-color:#b9b9b9;
}

.header-area {
    background: none repeat scroll 0 0 ;
}

.header-area .container .row {
	position:relative;
	text-align:right;
}

.header-area a {
    color: #888;
}
.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-menu li {
    display: inline-block;
}
.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {
	background-image: url(img/bg_header_02.png);
	background-repeat: repeat-x;
	width: 100%;
	height:115px;
	z-index:999;
}

.products-header-area {
	position:relative;
	float:left;
	width: 100%;
	margin-top:20px;
}

.products-header-area h1 {
	font-family: "Roboto Condensed",sans-serif;
	font-size:24px;
}

.products-header-area h2 {
	font-family: "Roboto Condensed",sans-serif;
	font-size:15px;
	font-style:italic;
	margin-top:-14px;
	margin-bottom:7px;
}

.products-content-area {
	position:relative;
	float:left;
	width: 100%;
	margin-top:0px;
	margin-bottom:15px;
}

.products-content-area {
	position:relative;
	float:left;
	width: 100%;
	margin-top:0px;
	margin-bottom:15px;
}

.products-separator {
	position:relative;
	float:left;
	width: 100%;
	height:1px;
	background-color:#cccccc;
	margin-bottom:15px;
	background-clip: content-box;
	padding: 0px 15px 0px 15px;
}

.mainmenu-area .container .row {

	font-family: "Roboto Condensed",sans-serif;
	text-transform: uppercase;
	z-index: 999;
	background-clip: content-box;
	padding: 0 15px 0 15px;
}

.shoppingcart-button {
}

.logo {
    position:absolute;
    margin: 5px 0;
		font-weight: 400;
		z-index:2005;
}

.logo h1 {
    font-size: 40px;
    margin: 0px 0;
		font-weight: 400;
}
.logo h1 a {
    color: #999;
}
.logo h1 a:hover {text-decoration: none;opacity: .7}
.logo h1 a span {
    color: #5a88ca;
}

.language-item {
    position:relative;
		float: right;
		border: 0px solid #ddd;
    font-size: 18px;
		margin: 14px 30px 0 0;	

}

.search-item {
		position:relative;
		float: right;
		width:200px;		
		margin: 15px 0px 0 0;
		text-align:left;
}

#SearchField input {
	position:absolute;
	width: 160px;
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 10px 10px 10px 10px;
}

#SearchButton {
	position:absolute;
	width:21px;
	height:20px;
	left:178px;
	top:1px;
}

.shopping-item {
    position: relative;
		border: 1px solid #ddd;
		border-radius: 10px 10px 10px 10px;
    float: right;
    font-size: 18px;
    margin-top: 19px;
		margin-bottom:0px;
		margin-left:15px;
    padding: 2px 20px 2px 5px;
		max-width:170px;
		font-family: "Roboto Condensed",sans-serif;
		text-transform:uppercase;
		background-color:#8e9093;
}
.shopping-item a {
    color: #FFFFFF;
}
.cart-amunt {
    color: #5a88ca;
    font-weight: 700;
}
.product-count {
    background: none repeat scroll 0 0 #ff091e;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.shopping-item i.fa {
    margin-left: 15px;
}

.shopping-item:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #666666;
}
.shopping-item:hover a {
    color: #666666;
		text-decoration: none
}
.shopping-item:hover .cart-amunt {
    color: #fff;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}

.empty-area .container {
	position:relative;
	background-color:#d8d8d9;
	height:9px;
	background-clip: content-box;
	padding: 0px 15px 0px 15px;
}

.empty-area .container .row {
	position:relative;
	background-color:#a7a7a8;
	top:1px;
	height:7px;
	background-clip: content-box;
	padding: 0 15px 0 15px;
}

.main-menu-content {
	position: absolute;
	text-align:right;	
	display:table-cell;
	right:0px;
}

.navbar-header-tar {
	 position:relative;
	 float:right;	
	 right:0px;
	 width:90%;
	 margin-top:30px;
	 margin-right:-15px;
	 text-align:right;
}

.mainmenu-area ul.navbar-nav li a {
    color: #b8003b;
    font-size: 18px;
		font-weight:bold;
    padding: 10px 14px 10px 14px;
		cursor:pointer;
		max-width:192px;
}

.mainmenu-area ul.navbar-nav li a {
	margin-right:5px;
	margin-left:5px;
}

.mainmenu-area ul.navbar-nav li:last-child a {
	margin-right:0px;
}

.mainmenu-area ul.navbar-nav li.separator{
	content: "";
	display: block;
	width:1px;
	height:30px;
	background-color:#cbcbcb;
	margin-top:5px;
}

.mainmenu-area ul.navbar-nav li:last-child:after {
	content: "";
	display: block;
	width:0px;
}

.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a,.mainmenu-area ul.navbar-nav li.activeSub a {background: #b8003b; color:#ffffff;}
.mainmenu-area .nav > li > a:focus {color: #FFF;}

.mainmenu area  ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a, .mainmenu-area ul.navbar-nav li.first a {
	border-radius: 10px 10px 10px 10px;
}

.mainmenu-area ul.navbar-nav li a{
	border-radius: 10px 10px 10px 10px;
}

.mainmenu-area ul.navbar-nav li.activeSub:last-child a, .mainmenu-area ul.navbar-nav li:last-child a{
	border-radius: 10px 10px 10px 10px;
}

.slider-area{
	position:relative; 
	float:left; 	
	padding-left:0px;
	margin-right:auto;
	margin-left:auto;
	margin-right:0px;
	margin-bottom:14px;
	width:100%;
	max-width:760px;
}

#FP_pic_small {
	position:relative;
	float:left;
	width:100%;
	min-width:345px;

	height:170px;
	margin-bottom:14px;
	background-color:#068977;
	border-radius: 0px 10px 0px 0px;
	
	background-image:url(/img/bg_blue.jpg);
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;

}

#FP_pic_small_kkk {
	position:relative;
	float:left;
	width:100%;
	min-width:345px;
	height:173px;
	padding:10px;
	background-color:#b8003b;
	border-radius: 0px 0px 10px 0px;
	cursor:pointer;
}

#FP_pic_small_kkk .KKKQuestionMark {
	position:relative;
	float:left;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	font-size:170px;
	display:block;
	margin:-45px 10px 0 0px;;
}

#FP_pic_small_kkk .KKKQuestion {
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:170px;
}

#FP_pic_small_kkk .KKKQuestion .KKKQuestionTitleMain {
	position:relative;
	float:left;
	display:block;
	margin-top:0px;
	margin-bottom:10px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:18px;
	line-height:19px;
	color:#FFFFFF;
	padding-bottom:10px;
	width:73%;
	border-bottom:1px solid #ebc8d3;
}

#FP_pic_small_kkk .KKKQuestion .KKKQuestionTitle {
	position:relative;
	float:left;
	display:block;
	width:73%;	
	margin-top:5px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:19px;
	line-height:19px;
	color:#ffffff;
}

#FP_pic_small_kkk .KKKQuestion .KKKQuestionText {
	position:relative;
	float:left;
	display:block;
	width:73%;
	margin-top:10px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:13px;
	color:#ebc8d3;
}

#FP_pic_small_kkk .KKKQuestion .KKKQuestionText a {
	color:#FFFFFF;
}

#FP_pic_small_kkk .KKKQuestion .KKKQuestionTextLink {
	font-family: "Roboto Condensed",sans-serif;
	color:#FFFFFF;
	font-weight:normal;
}

/*-------------------------
[9. Block slider]
---------------------------*/
.block-slider{
	position:relative;
	border:none;
	width: 100%;
}

.block-slider ul li{
	list-style: none;
}
.block-slider .bx-pager{
	display: none;
}
.block-slider .bx-prev{
	margin-left:10px;
}

.block-slider .bx-next{
	margin-right:10px;
}

.block-slider .bx-prev,
.block-slider .bx-next{
	width: 32px;
	height: 32px;
	border: 1px solid #FFFFFF;
	text-align: center;
	display: block;
	border-radius: 50%;
	font-size: 30px;
	position: absolute;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 29px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.block-slider img{
	width: 100%;
	height: auto;
}
.block-slider .bx-prev{
	left: 0px;
	padding-right: 3px;
}
.block-slider .bx-next{
	right: 0px;
	padding-left: 3px;
}
.block-slider:hover .bx-prev{
	left: 10px;
}
.block-slider:hover .bx-next{
	right: 10px;
}
.block-slider .bx-prev:hover,
.block-slider .bx-next:hover{
	background: #5a88ca;
	color: #fff;
	border-color: #5a88ca;
}

/*------------------
[4. Slidershow]
------------------*/

.block-slider .bx-pager{
	display: block;
    text-align: center;
}
.block-slider .bx-pager-item{
	width: 0px;
	height: 0px;
	background: #fff;
	font-size: 0;


}
.block-slider .bx-pager-item a{
	width: 100%;
	height: 100%;
	background: #999;
	display: block;
	border-radius: 50%;
}
.block-slider .bx-pager-item a.active{
	background: #1bd172;
}
.block-slider .caption-group{
	position: absolute;
    top: 26%;
    right: 16%;
}
.block-slider .caption-group .title{
	margin: 0;
}
.block-slider .caption-group .subtitle{
	margin: 0;
	margin-top: 5px;
}
.block-slider .caption-group .button-radius{
	margin-top: 27px;
}
.block-slider .caption-group .primary{
	color: #1bd172;
}
.block-slider .caption-group .caption{

}

/*----------------------
[10. Block top seller ]
------------------------*/
.button-radius{
  position: relative;
  border: 1px solid #eaeaea;
  padding: 1px;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  margin: 0;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  font-size: 14px;
}
.button-radius .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
}

.button-radius .icon:before{
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #5a88ca;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.button-radius.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.button-radius.white .icon:before{
  background: #fff;
  color: #333;
}

.button-radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.button-radius:hover{
  padding-left: 20px;
  padding-right: 40px;
}

.brands-area {
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  color: #fff;
  padding: 20px 0 20px;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom{background: #f4f4f4}
.single-promo {
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}
.single-promo i {
  font-size: 50px;
}

.single-promo:hover {color: #fff;background: #222;}
.promo1 { background:#5a88ca;}
.promo2 { background:#ffd900;}
.promo3 { background:#fa8072;}
.promo4 { background:#4abebd;}
.section-title {
  font-family: "Raleway",sans-serif;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}


.product-f-image {
    position: relative;
}
.product-hover {
    height: 280px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
		overflow: hidden;
}

.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}

.product-hover a {
    font-family: "Roboto Condensed",sans-serif;
		background: none repeat scroll 0 0 #8e9093;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: #ff091e;
  text-decoration: none;border-color: #a1010e;
}

.product-carousel-price{
	margin-top:-15px;
}

.product-carousel-price ins {
  font-family: "Roboto Condensed",sans-serif;
	color: #ff091e;
  font-weight: 700;
  margin-right: 0px;
  text-decoration: none;
}

.product-carousel-price i {
  font-family: "Roboto Condensed",sans-serif;
	color: #666666;
	line-height:12px;
  font-weight: normal;
  margin-right: 0px;
  text-decoration: none;
}

.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}

.single-product {
	text-align:center;
	height:280px;
}

.single-product{
		border: 1px solid #ddd;
}

.single-product h2 {
    font-family: "Roboto Condensed",sans-serif;
		
		font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.single-product h3 {
    font-family: "Roboto Condensed",sans-serif;
		text-transform:initial;
		font-style:italic;
		font-size: 13px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-top: -10px;
		color:#666666;
}

.single-product h3 p {
	color:#666666;
	font-weight:normal;
}

.single-product h2 a {
    color: #222;
}

.single-product p {
    color: #5a88ca;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}

.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  font-family: "Roboto Condensed",sans-serif;
	font-size:16px;
	background:#8e9093;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
	margin-top:7px;
  padding: 1px 10px;
	border-radius: 10px 10px 10px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #FFF; background:#ff091e;}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}slider-area
.brand-wrapper .owl-nav div {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brand-wrapper .owl-nav div {
  background:#fa8072;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.maincontent-area {padding-bottom: 0px; padding-top:0px;}

.maincontent-area .container {
	background-clip: content-box;
	padding: 0 15px 0 15px;
}

.maincontent-area a {
	color: #333333;
}

.maincontent-area a:hover {
	color: #FF0000;
}


.maincontent-area .container .row {

  color: #fff;
	background-clip: content-box;
  padding: 0px 15px 15px 15px;
}

.product-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}

.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}
.single-wid-product h2 {
    font-size: 14px;
    margin-bottom: 12px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}
.product-wid-price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #5a88ca;
}
.wid-view-more {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {color: #fff;background-color: #222;text-decoration: none}
.single-product-widget {
    position: relative;
}
.product-widget-area .container .row {
	padding: 35px 15px 30px 15px;
}

.product-widget-area .container .row .newsContainer {
	position:relative;
	float:left;
	
	background-color:#FFFFFF;
	text-align:center;	
	width:100%;
	max-width:355px;
	height:320px;
	margin-left:14px;
	margin-bottom:14px;
}

.news-text {
	position:absolute;
	text-align:justify;
	font-family: "Roboto Condensed",sans-serif;
	font-size:13px;
	margin-top:10px;
	top:235px;
	padding: 0 17px 0 17px;
	color:#9a9a9a;
	z-index:5;
}

.news-date {
	position:absolute;
	right:7%;
	top:7%;
	color: #888888;
	background-color:#ffffff;
	padding:1px 5px 1px 5px;
	font-weight: normal;
	font-size:11px;
	z-index:5;
}

.news-date-h1 {
	color: #888888;
	font-weight: normal;
	font-size:13px;
}


.news-f-image {
	position:absolute;
	width:90%;
	left: 5%;
	top:5%;
	margin: 0px 0 0 0px;
	height:205px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:0;
}

.news-curtain {
	position:absolute;
	width:90%;
	left: 5%;
	top:5%;
	height:205px;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	-pie-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	z-index:1;
}

.news-curtain:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
	background: -ms-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
	background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
	-pie-background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
}

.product-widget-area .container .row .newsTitle {
	position:relative;
	
	font-family: "Roboto Condensed",sans-serif;
	font-size:19px;
	color:#ffffff;
	
	height:60px;
	top:160px;
	width:86%;
	max-width:265px;
	left:7%;
	padding: 0 0 10px 20px;	
	text-align:left;
	z-index:5;
	display: table-cell;
  vertical-align:bottom;	

}

.product-widget-area .container {

	background-clip: content-box;
  padding: 0px 15px 0px 15px;
}

.product-widget-area .zigzag-bottom{background: #f4f4f4;}
.footer-top-area .zigzag-bottom{background: #f4f4f4}

.footer-top-area {
color: #999;
padding: 0px 0 0px;}

.footer-top-area .container .row{
	padding: 0 15px 0 15px;
}


.footer-bottom-area {
  color: #fff;
  padding-bottom: 40px;
}

.footer-about-us {
	font-family: "Roboto Condensed",sans-serif;
	font-size:13px;
	color: #c3c3c3;
	font-weight:normal;
	padding-top:15px;
}

.footer-about-us a {
	color: #ffffff;
}

.footer-about-us strong {
	color: #ffffff;
}

.footer-about-us h1 {
	font-family: "Roboto Condensed",sans-serif;
  font-size: 22px;
  font-weight: 100;
	color: #fff
}

.footer-about-us span {
  color: #5a88ca;
}
.footer-wid-title {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 22px;
  font-weight: 100;
	color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li:first-child {
	margin-left:0px;
}

.footer-menu ul li {
	float:left;
	margin-left:25px;
	margin-bottom:15px;
	text-align:left;
	
	font-family: "Roboto Condensed",sans-serif;
	font-size:13px;
	color: #dadada;
	font-weight:normal;
}

.footer-menu {
	position:relative;
	display: table-cell;
	padding-top:35px;
	background-color:#888888;
	color: #dadada;
}

.footer-menu a, .footer-menu strong {
		font-weight:normal;
    padding: 0px 0;
		color: #ffffff
}

.footer-menu a:hover {
    color: #d1d1d1;
}

.footer-social a {
  background: none repeat scroll 0 0 #5a88ca;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  width: 40px;border: 1px solid #5a88ca;
}

.footer-social a:hover {background-color: #222;border-color: #666}

.footer-social {margin-top: 20px}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #5a88ca;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}
a {color: #5a88ca}
a:hover, a:focus {color: #ffffff}



.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
}

.product-big-title-area {background: url(img/crossword.png) repeat scroll 0 0 #5a88ca}

.product-bit-title h2 {
  font-family: raleway;
  font-size: 50px;
  font-weight: 200;
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #f4f4f4}

.single-product-area {
  padding: 80px 0 130px;
}

.sidebar-title {
    color: #fead53;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-sidebar {
    margin-bottom: 50px;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    border: 1px solid #ddd;
    padding: 10px;
}
input[type="submit"], button[type=submit] {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
}
input[type="submit"]:hover, button[type=submit]:hover {background-color: #222}
.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.thubmnail-recent > h2 a {
    color: #222;
}
.product-sidebar-price > ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single-sidebar a {
    display: block;
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb > a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb > a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}
.product-inner-price {
    margin-bottom: 25px;
}
.product-inner-price > ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.quantity {
    float: left;
    margin-right: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #5a88ca;
    padding: 5px;
    width: 50px;
}
.add_to_cart_button {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.add_to_cart_button:hover {background-color: #222;color: #fff;text-decoration: none}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
    margin-bottom: 30px;
}
.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active {
    background: none repeat scroll 0 0 #5a88ca;
}
.product-tab li.active a {
    color: #fff;
}
.product-tab li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.product-tab li a:hover {
    text-decoration: none;
}
.product-tab li a:focus {
    text-decoration: none;
}
.tab-content h2 {
    font-size: 20px;
}
.tab-content {
    margin-bottom: 30px;
}
.submit-review label {
    display: block;
}
.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}
.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 700;
}
.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
  margin-top: 30px;
}
.related-products-title {color: #feae52;
font-size: 25px;
margin-bottom: 30px;
text-transform: uppercase;}

.related-products-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 18px;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #5a88ca;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}



.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #5a88ca;
    font-size: 20px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #5a88ca;
    font-size: 20px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}


table.shop_table td.product-remove a {
  display: inline-block;
  padding: 0 5px 2px;
  text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {color: #fff;background: red;text-decoration: none}
table.shop_table td.product-name a{color: #222;}
table.shop_table td.product-name a:hover {color: #5a88ca;text-decoration: none}
div.quantity input.plus:hover, div.quantity input.minus:hover {background-color: #222}
div.cart-collaterals ul.products li.product a:hover h3 {color: #5a88ca}
div.cart-collaterals ul.products li.product a:hover {text-decoration: none}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button{background-color: #222}


.cart-collaterals .shipping_calculator {
  float: right;
  width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}



.single-shop-product h2 {
    font-size: 20px;
    margin: 10px 0;
}
.product-option-shop {
    margin-top: 15px;
}

.single-shop-product {margin-bottom: 50px}

.pagination > li > a, .pagination > li > span {
  color: #5a88ca;
}

.sc_frame {
 position: relative;
 float:left;
 width:205px;
 height:260px;
 margin-right:17px;
 margin-bottom:12px;
 border: 1px solid #ddd;
 padding:10px;
}

.sc_frame_2 {
 position: relative;
 float:left;
 width:205px;
 height:70px;
 margin-right:17px;
 margin-bottom:12px;
 border: 1px solid #ddd;
 padding:10px;
}

#sc_title {
	font-family: "Roboto Condensed",sans-serif;
	color:#666666;
	font-size:20px;
	font-weight:normal;
	width:100%;
	text-align:center;
}

#sc_image {
	width:100%;
	text-align:center;
}

#sc_amount input {
	font-family: "Roboto Condensed",sans-serif;
	color:#666666;
	border: 1px #d0d0d0 solid;
	width:30px;
	height:20px;
	text-align:center;
	font-size:14px;
	font-weight:normal;	
}

#sc_oneprice, #sc_amount, #sc_price, #sc_tk, #sc_x, #sc_equal  {
	position:relative;
	float:left;
	margin-top:10px;	
}

#sc_oneprice, #sc_amount, #sc_tk, #sc_x, #sc_equal  {
	margin-right:6px;
}

#sc_tk {
	font-family: "Roboto Condensed",sans-serif;
	color:#666666;
	font-size:14px;
	font-weight:normal;
	margin-left:2px;
}

#sc_x, #sc_equal  {
	font-family: arial;
	color:#aeaeae;
	font-size:16px;
	font-weight:bold;
	margin-top:8px;
}

#sc_equal {
	margin-top:10px;
}

#sc_oneprice, #sc_price {
	font-family: "Roboto Condensed",sans-serif;
	color:red;
	font-size:16px;
	font-weight:normal;
	margin-top:8px;
}

#sc_price {
	font-weight:bold;
}

#sc_oneprice {
	color: #333333;
}

#sc_price_container {
	position:absolute;
	top:190px;
}

#sc_price_container_2 {
	position:absolute;
	width:100%;
	height:35px;
	top:35px;
	text-align:center;
}

#sc_price_container_content {
	position:relative;
	display: inline-block;
	margin-left:-5px;
}

#sc_remove {
	position:absolute;
	top:225px;
	width:100%;
	height:25px;
	text-align:center;
	margin-top:10px;	
}

#sc_remove a {
	font-family: "Roboto Condensed",sans-serif;
	color: #666666;
}

#sc_remove a:hover {
	color: red;
}

.sc-header-area h2 {
	font-family: "Roboto Condensed",sans-serif;
	color:red;
	font-size:24px;
	text-transform:uppercase;
	margin-top:15px;
}

#sc_amount #sc_buttons {
	position:absolute;
	top:22px;
}

#sc_amount #sc_buttons #sc_plus {
	position:absolute;
	width:15px;
	height:15px;
	top:0px;
	left:16px;
}

.sc-header-area {
	position:relative;
	width:100%;	
}

.sc-footer-area {
	position:relative;
	float:left;
	width:100%;	
	background-color:#e9e9e9;
	padding-bottom:10px;
}

.sc-footer-order-area {
	position:relative;
	float:left;
	width:100%;	
	padding-bottom:10px;
	margin-top:15px;
	
	font-family: "Roboto Condensed",sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;
}

#sc_form_left, #sc_form_right {
	float:left;
	font-family: "Roboto Condensed",sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;		
}

#sc_form_left {
	width:140px;
}

.sc-footer-area #sc_button_back {
	background-color:#999;
	border: 1px solid #666;
	border-radius: 10px 0px 0px 10px;
	padding: 2px 20px 2px 20px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#FFFFFF;
}

.sc-footer-area #sc_button_back:hover {
	background-color:red;	
}

.sc-footer-area #sc_button_next {
	background-color:#2d7601;
	border: 1px solid #666;
	border-radius: 0px 10px 10px 0px;
	padding: 2px 20px 2px 20px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#FFFFFF;
}

.sc-content-area {
	position:relative;

	width:100%;	
}

#sc_sum_left, #sc_sum_right {
	float:left;
	font-family: "Roboto Condensed",sans-serif;
	font-size:16px;
	color:#666666;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;	
}
#sc_sum_right {
	margin-left:30px;
}

.sc_error_1 {
	width:100%;
	padding:10px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:red;	
}

#b4-menu ul {
		padding:0px;
}

#b4-menu ul li {
		background-color:#fbfbfb;
		padding:0px;
		margin-bottom:1px;
		margin-right:1px;
		list-style-type: none;
}

#b4-menu ul li:first-child {
	border-radius: 10px 10px 0px 0px;
}

#b4-menu ul li:last-child {
	border-radius: 0px 0px 10px 10px;
}

#b4-menu ul li:hover, #b4-menu ul li.active {
	background-color:#b8003b;	
}

#b4-menu ul li:hover a, #b4-menu ul li.active a  {
	color:#FFFFFF;
}

#b4-menu ul li a {
	position:relative;
	display:block;
	text-decoration:none;
	color:#333333;
	width:100%;
	height:100%;
	padding:7px;
	cursor:pointer;
}

#b4-menu ul li:after {
		
}

.topMenuSub {
	width:192px;
	background-color:#f5f5f5;	
	border-radius: 10px 10px 10px 10px;
	text-align:left;
}

.topMenuSub ul {
	padding:0px;
}

.topMenuSub ul li {
	list-style-type: none;
	cursor:pointer;
	padding: 4px 8px 4px 8px;
	color:#666666;
}

.mainmenu-area ul.navbar-nav li .topMenuSub ul li:after {
	content: "";
	width:0px;
}

.topMenuSub ul li:hover {
	background-color:#ffffff;
	color:#b8003b;
}

.topMenuSub ul li:first-child {
	border-radius: 10px 10px 0px 0px;
}

.topMenuSub ul li:last-child {
	border-radius: 0px 0px 10px 10px;
}

#GroupName {
	font-family: "Roboto Condensed",sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666666;
}

#news-view-list {
	position:relative;
	width:250px;
	float:left;
	display:block;
	cursor:pointer;
	height:220px;
	border: 1px solid #f2f2f2;
	background-color:#fafafa;
	margin-right:10px;
	padding:10px;
	margin-bottom:25px;
}

#news-view-list:hover {
	background-color:#f1f1f1;
}

#news-page h1 {
	font-family: "Roboto Condensed",sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#333333;
}

#news-view-list #news-list-date {
	position:relative;
	float:left;	
	font-family: "Roboto Condensed",sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin-right:4px;
	margin-top:2px;
}

#news-view-list #news-list-title {
	position:relative;
	float:left;
	height:57px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#b8003b;
}

#news-view-list #news-list-pic {
	position:relative;
	width:100%;
	height:130px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:7px;
}

.product-hover a {
	color: #FFFFFF;
}

.product-hover a:hover {
	color: #FFFFFF;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
}

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 80% !important;
}

#popup {
		font-family: "Roboto Condensed",sans-serif;
		font-size:15px;
		color:#ffffff;
		padding:15px;
		cursor:pointer;
}

#popup h1 {
	font-size:24px; 
}

#B3Content {
	position:relative;
	background-clip: border-box;
	background-color:#ffffff;
	width:100%;
	height:100%;
	min-height:250px;
	border-radius: 10px 10px 10px 10px;
	margin-top:15px;
	padding: 15px 25px 15px 25px;
	display:table;
	color:#484848;
}

#B3Content h1 {
	font-family: "Roboto Condensed",sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#b8003b;
}

#B3Content h2 {
	font-family: "Roboto Condensed",sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#333333;
}

#B3Content a {
	text-decoration:underline;
	color:#b8003b;
}

#B3Content a:hover {
	color:#000000;
}

#B3Content strong {
	font-weight:bold;
	color:#000000;
}

.buttonNext {
	float:right;
	width:130px;
	background-color:#ffffff;
	padding:2px 10px 2px 10px;
	font-family: "Roboto Condensed",sans-serif;
	font-size:19px;
	color:#b8003b;
	border-radius: 0px 0px 10px 0px;
	cursor:pointer;
}

.buttonNext:hover {
	background-color:#b8003b;
	color:#ffffff;
}