
body {
	background: #f8f7f7;
    color: #777777;
    font-size: 13px;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
*:focus{
	outline: none;
	box-shadow: none !important;
	border-color: none;
}
button:focus{border-color: none;}

a:focus{outline: none; text-decoration: none;}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.input-group-btn{position: static !important;}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
ol, ul, p{margin: 0; padding: 0;}
input{outline: 0 !important;}
a:hover{border-color: none !important;}
#back-top {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #333;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
	cursor: pointer;
    z-index: 9999;
}
#back-top:hover{background-color: #f17183;}

/* top */
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */

.fix-header {
    z-index: 9999999;
    position: fixed !important;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(255,255,255,0.7);
	-webkit-box-shadow: 0 3px 5px 0 rgba(153,153,153,0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(153,153,153,0.5);
    box-shadow: 0 3px 5px 0 rgba(153,153,153,0.5);
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    transition: background 300ms ease;
}
.fix-header .pt_custommenu{background: none; border: none;}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	min-width: 100%;
	background: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #eee;
    padding: 10px;
    position: absolute;
	opacity: 0;
	border-radius: 4px;
    right: 0;
    display: inherit;
    text-align: left;
    top: 120%;
	width: 280px;
}
#cart:hover .dropdown-menu {
    opacity: 1;
    top: 96%;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
#cart .row-cart .image-cart {
    width: 60px;
    float: left;
}
#cart .row-cart .cart-content {
    margin-left: 75px;
    font-size: 14px;
    text-align: left;
    position: relative;
}
.fa-times-circle:before {
    content: "\f057";
}
.cart-content .product-name a {
	font-family: 'Roboto Condensed', sans-serif;
    color: #4a4a51;
    font-size: 13px;
    text-transform: uppercase;
}
.cart-content .product-name a:hover{color: #f17183;}
.row2-cart .text1{
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
	color: #4e4e4e;
}
.row2-cart .text{text-align: left;}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table.table-striped  a{
	color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed",sans-serif;
}
#cart .dropdown-menu table.table-striped td.text-right{
	color: #010101;
    font-size: 20px;
    font-family: "Roboto Condensed",sans-serif;
}
.row2-cart .button-cart a {
    background: #4e4e4e;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
	line-height: 22px;
    padding: 6px 10px;
    text-transform: uppercase;
    display: inline-block;
}
.row2-cart .button-cart a:hover{background: #f17183;}
.row2-cart .button-cart .fa {
    margin-right: 5px;
}
.row-cart {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.row2-cart .button-cart {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
#cart .dropdown-menu table.table-striped  a:hover{color: #f17183;}
#cart .dropdown-menu table.table-striped button{background: #f17183;}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar-toggle{display: block !important;}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success{
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0;
	background: #fff;
    border-bottom: 3px solid #dfdede;
    border-radius: 5px;
    padding: 0 5px;
    display: inline-block;
    width: 100%;
}
.login-register{margin-top: 15px;}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
	display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #0a263c;
}
.breadcrumb > li:last-child:after{display: none;}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 22px;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
	outline: 0 !important;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary, .btn-default, .btn-danger {
	background: #a1d7ca;
    border-bottom: 3px solid #85b4a9;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
    padding: 10px 15px;
    transition: all 300ms ease 0s;
}
.btn-primary:hover, .btn-default:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #f17183;
    border-color: #cb5b6b;
	color: #fff;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{border-color: none !important;}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.input-group-btn button.btn.btn-primary{
	border: none;
	padding: 8px 15px;
}
.input-group-btn button.btn.btn-danger{
	border-radius: 0;
	background: #f17183;
	border: none;
	padding: 8px 15px;
}
.input-group-btn button.btn.btn-danger:hover{background: #a1d7ca;}
.form-control{height: 41px;}
.input-group.btn-block input{width: 58px; height: 34px;}
.input-group.btn-block span.input-group-btn{width: auto;}
.table.table-bordered .text-left a{
	color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed",sans-serif;
}
#button-account{margin-top: 10px;}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0; }
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails .thumbnail{border: none !important; padding: 0 !important;}
.thumbnails .thumbnails-image{ position: relative;}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 3px solid #cdcdcd;
}
.image-additional a:hover{border-color: #fff;}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional.owl-carousel .owl-item{padding: 0;}
.product-view .owl-buttons{position: static;}
.product-view .owl-buttons div{position: absolute; top: 50%; margin-top: -20px;}
.product-view .owl-buttons div.owl-next{right: 0;}
.product-view .owl-buttons div.owl-prev{left: 0;}


/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
li{list-style: none;}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.icon-envelope:before{ content: "";}

/*----------header------------*/

.header-links{
	background: #4a4a51;
}
.header-phone, .header-email{
	color: #bebebe;
    float: left;
    font-weight: bold;
    line-height: 40px;
}
.header-email{padding-left: 15px;}
.header-phone span, .header-email span{color: #fff;}
.currency-language{float: right;}
#top-links .links a{
	color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
}
#top-links .links a .fa{margin-left: 5px;}
.currency-language button{padding: 0;}
.currency-language button .fa{color: #fff;}
.currency-language span{
	color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
	display: inline-block;
    padding-left: 10px;
}
.header{
	background: url("../image/header_bg.jpg") no-repeat scroll center top;
    position: relative;
	min-height: 163px;
    z-index: 11;
}
#logo {
	padding-top: 35px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.currency-language .dropdown-menu{
	position: absolute;
    top: 40px;
	border: none;
	box-shadow: none;
	color: #fff;
    left: 0;
    width: 157px;
    background: #4a4a51;
    z-index: 999;
}
.currency-language .pull-left{margin-left: 10px;}
.currency-language .dropdown-menu li{padding: 10px 0;}
.currency-language .dropdown-menu li > a:hover{background: none;}
.currency-language .dropdown-menu .btn-link{
	color: #fff !important;
	padding: 0 20px;
	text-align: left;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
.currency-language .dropdown-menu .btn-link:hover, .currency-language .dropdown-menu li a:hover{color: #f17183 !important;}
#top-links ul.links a, #top-links ul.links a:hover{background: none; text-decoration: none;}
#top-links ul.links .dropdown-menu{background: #4a4a51;}
#top-links .links a:hover{color: #f17183;}
.currency-language .dropdown-menu li a{color: #fff !important; font-weight: bold;}
.top-cart{
	display: inline-block;
	float: right;
	padding: 35px 0 0;
}
#cart{
	min-width: 210px;
    position: relative;
	overflow: hidden;
}
#cart:hover{overflow: inherit;}
#cart button{background: none; border: none; box-shadow: none; outline: none; padding: 0;}
.cart-content .cart-button {
    position: absolute;
    bottom: 0px;
    right: 0;
}
#cart button i.fa{
	color: #333;
	border: 0;
}
#cart button i.fa:hover{color: #f17183;}
#cart > button:first-child:before{
	background: #4a4a51;
    border-bottom: 3px solid #323235;
    border-radius: 5px;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    height: 53px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
#cart > button:first-child{
	background: #fff;
    border-bottom: 3px solid #e8e8e8;
    border-radius: 5px;
    color: #4a4a51;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px 0 60px;
}
#search-by-category .dropdown-menu{
	max-height: 182px;
    overflow-y: auto;
    min-height: 77px;
}
.row2-cart {
    text-align: right;
    width: 100%;
    font-size: 14px;
}

/*---------------------------*/

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.item{
	background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 #e5e5e5;
    margin-bottom: 5px;
    padding: 20px;
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
}
.item:hover{
	border-color: #f17183;
    -webkit-box-shadow: 0 5px 0 0 #f17183;
    -moz-box-shadow: 0 5px 0 0 #f17183;
    box-shadow: 0 5px 0 0 #f17183;
}
.item .image{
	overflow: hidden;
    position: relative;
}
.item .rating{text-align: center; background: rgba(202,202,204,0.7); padding: 4px 0; position:absolute; width: 100%; bottom: 0;}
.product-list .rating{display: none;}
.name a{
	color: #4a4a51;
    display: block;
    font-size: 14px;
	font-family: "Roboto Condensed",sans-serif;
    margin: 7px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 300ms ease 0s;
    white-space: nowrap;
	text-transform: capitalize;
}
.name a:hover{color: #f17183;}
.price{
	color: #010101;
	font-size: 20px;
	font-family: "Roboto Condensed",sans-serif;
	margin-bottom: 7px;
}
.price-old{
	color: #8e8e8e;
	font-size: 17px;
    margin-right: 7px;
    text-decoration: line-through;
}
.actions{display: inline-block; width: 100%;}
.actions .cart{float: left;}
.actions .cart button{
	background: #f17183;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #cb5b6b;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
	line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.actions .cart button:hover{background: #a1d7ca; box-shadow: 0 3px 0 0 #85b4a9;}
.actions .cart button .fa{padding-right: 9px;}
.actions ul li{float: right;}
.actions .add-to-link li button{
	background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #e5e5e5;
    color: #4e4e4e;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    text-align: center;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 30px;
	padding: 0;
}
.actions .add-to-link li .fa{width: 100%;}
.actions .add-to-link li button:hover{
	background: #f17183;
	border-color: #f17183;
	color: #fff;
	box-shadow: 0 3px 0 0 #cb5b6b;
}
.owl-buttons{position: absolute; top: -68px; right: 15px;}
.owl-buttons div{
	background: #fff;
    border-bottom: 2px solid #cfcfcf;
    border-radius: 5px;
    color: #8a8a8a;
    cursor: pointer;
    display: inline-block;
    float: left;
	font-size: 0;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 30px;
	position:relative;
}
.owl-buttons div:hover{
	background: #f17183;
	border-color: #cb5b6b;
	color: #fff;
	
}
.owl-buttons div.owl-prev:after{
	content: "\f053";
	font-size: 15px;
	font-family: "FontAwesome";
	position:absolute;
	top:0;right:0;left:0; bottom:0;
}
.owl-buttons div.owl-next:after{
	content: "\f054";
	font-size: 15px;
	font-family: "FontAwesome";
	position:absolute;
	top:0;right:0;left:0; bottom:0;
}

/*----------cmsblock----------*/

.banner_top{position: relative;}
.banner_top .banner-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    margin-top: 30px;
    padding: 30px 10px;
    text-align: left;
    transition: all 500ms ease-in-out 0s;
}
.banner_top .banner-box .banner-content {
    margin-left: 90px;
}
.banner_top .banner-box h2 {
    color: #303030;
    font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
    font-size: 34px;
    margin-top: 0;
    text-transform: capitalize;
    transition: all 500ms ease-in-out 0s;
}
.banner_top .banner-box1 .icon-banner span::before {
    content: "";
    display: block;
    font-size: 24px;
}
.banner_top .banner-box .icon-banner {
    border: 2px solid #f17183;
    border-radius: 100%;
    color: #fff;
    float: left;
    font-size: 0;
    height: 78px;
    margin-right: 10px;
    margin-top: 7px;
    padding: 3px;
    width: 78px;
}
.banner_top .banner-box .icon-banner span {
    background: #f17183;
    border-radius: 100%;
    display: block;
    font-family: FontAwesome;
    height: 100%;
    line-height: 68px;
    text-align: center;
    width: 100%;
}
.banner_top .banner-box2 .icon-banner span::before {
    content: "";
    display: block;
    font-size: 24px;
}
.banner_top .banner-box3 .icon-banner span::before {
    content: "";
    display: block;
    font-size: 24px;
}
.banner_top .banner-box h2 .word1 {
    color: #f17183;
}
.banner_top .banner-box .line:before {
    background: #d8d8d8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    transition: all 500ms ease-in-out 0s;
    width: 100%;
}
.banner_top .banner-box .line {
    display: inline-block;
    text-align: left;
}
.banner_top .banner-box p:before {
    background: #d8d8d8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 1px auto 10px;
    transition: all 500ms ease-in-out 0s;
    width: 100%;
}
.banner_top .banner-box p{
	color: #5a5a5a;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    margin: 1px 0 0;
    text-transform: uppercase;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
}
.banner_top .banner-box .banner-box-inner {
    cursor: pointer;
}
.banner_top .banner-box:hover h2 {
    color: #fff;
}
.banner_top .banner-box:hover {
    background: #4a4a51;
    box-shadow: 0 3px 0 0 #2b2b2f;
}
.banner_top .banner-box:hover .icon-banner{
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -moz-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
.banner_top .banner-box:hover .line:before, .banner_top .banner-box:hover p:before {
    background: #565656;
}
.banner_top .banner-box:hover p {
    color: #b7b7b7;
}
.static_center a {
    display: inline-block;
    margin-top: 30px;
    opacity: 0.9;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease 0s;
}
.static_center a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 9;
}
.static_center a img {
    transition: all 3000ms ease 0s;
	width: 100%;
}
.static_center a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 9;
}

.static_center a:hover:before {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
}
.static_bottom {
    position: relative;
    overflow: hidden;
	margin-top: 30px;
}
.static_bottom .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
}
.static_bottom:hover .img2 {
    opacity: 1;
    -webkit-animation: pulse 1500ms ease-in-out;
    animation: pulse 1500ms ease-in-out;
}
.banner_left {
    position: relative;
    margin: 30px auto;
}
.banner_left a:before {
    background-color: rgba(255,255,255,0.5);
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
}
.banner_left a:hover:before {
    width: 100%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
}

/*---------------------------*/

/*---------Tabsproduct--------*/

.product-tabs-container-slider{margin: 30px 0 10px;}
.product-tabs-container-slider ul.tabs{
	 margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
}
.product-tabs-container-slider ul.tabs li{
	background: #a1d7ca;
    border-bottom: 3px solid #85b4a9;
    border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 8px;
    padding: 10px 35px;
    transition: all 300ms ease 0s;
}
.product-tabs-container-slider ul.tabs li:hover, .product-tabs-container-slider ul.tabs li.active{
	background: #f17183;
	border-color: #cb5b6b;
}
.product-tabs-container-slider img.img-responsive{width: 100%;}
.owl-carousel .owl-item{padding: 0 15px;}

/*---------------------------*/

/*--------newproduct--------*/

.newproductslide{margin-top: 30px;}
.newproductslide .item{padding: 10px;}
.newproduct-title{
    margin-bottom: 30px;
    margin-right: 80px;
    overflow: hidden;
    position: relative;
}
.newproduct-title h3{
	background: #a1d7ca;
    border-bottom: 3px solid #85b4a9;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 0 60px;
    padding: 10px 30px;
    text-transform: uppercase;
    z-index: 9;
}

.newproduct-title h3:before {
    background: #4a4a51;
    border-bottom: 3px solid #2b2b2f;
    border-radius: 4px;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    height: 53px;
    left: 0;
    line-height: 50px;
    margin-right: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 53px;
}
.newproduct-title h3:after{
	background: #dfdede;
    content: "";
    height: 1px;
    margin-left: 40px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 8;
}
.newproductslide .owl-buttons{top: -70px;}

/*---------------------------*/

/*----------bestseller-sldier---------*/

.bestseller-sldier{margin-top: 30px;}
.bestseller-sldier-title{
	position: relative;
    overflow: hidden;
    margin-right: 80px;
    margin-bottom: 5px;
}
.bestseller-sldier-title h3{
	font-size: 20px;
    background: #a1d7ca;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
    border-radius: 4px;
    margin: 0;
    line-height: 30px;
    padding: 10px 30px;
    cursor: pointer;
    border-bottom: 3px solid #85b4a9;
    margin-left: 60px;
    z-index: 9;
}
.bestseller-sldier-title h3:before{
	content: "\f091";
    width: 53px;
    height: 53px;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 50px;
    background: #4a4a51;
    margin-right: 3px;
    border-bottom: 3px solid #2b2b2f;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.bestseller-sldier-title h3:after{
	content: "";
    width: 100%;
    height: 1px;
    background: #dfdede;
    position: absolute;
    top: 50%;
    margin-left: 40px;
    z-index: 8;
}
.bestseller-sldier .owl-buttons{top: -48px;}
.bestseller-sldier .item{display: inline-block; width: 100%; margin-top: 25px;}
.bestseller-sldier .item:hover{
	border-color: #f17183;
    -webkit-box-shadow: 0 5px 0 0 #cb5b6b;
    -moz-box-shadow: 0 5px 0 0 #cb5b6b;
    box-shadow: 0 5px 0 0 #cb5b6b;
}
.bestseller-sldier .image{display: inline-block; padding: 0; float: left; width: 30%;}
.bestseller-sldier .tabs-conten{float: right; width: 60%; margin-left: 15px;}
.bestseller-sldier .price{
	margin: 7px 0 15px;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

/*---------------------------*/


/*-----------blog-------------*/

#blog_home{position: relative; margin: 30px 0 10px;}
#blog_home .blog-title{
	position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
#blog_home .blog-title h2{
	font-size: 20px;
    background: #a1d7ca;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
    line-height: 30px;
    padding: 10px 30px;
    border-bottom: 3px solid #85b4a9;
    margin-left: 60px;
    z-index: 9;
}
#blog_home .blog-title h2:before{
	content: "\f091";
    width: 53px;
    height: 53px;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 50px;
    background: #4a4a51;
    margin-right: 3px;
    border-bottom: 3px solid #2b2b2f;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#blog_home .blog-title h2:after{
	content: "";
    width: 100%;
    height: 1px;
    background: #dfdede;
    position: absolute;
    top: 50%;
    left: 270px;
    z-index: 8;
}
#blog_home .owl-carousel .owl-item{padding: 0;}
.articles-name{
	font: normal 24px/28px "Roboto Condensed",sans-serif;
	font-weight: 700;
    text-transform: capitalize;
    color: #2f2f2f;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
}
.articles-name:hover{color: #a1d7ca;}
#blog_home .articles-intro{margin: 25px 0 10px;}
#blog_home .articles-date{margin-top: 10px;}
#blog_home .readmore a{
	display: block;
    color: #f17183;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
#blog_home .readmore a:after{
	font-family: 'FontAwesome';
    content: "\f101";
    padding-left: 7px;
}
#blog_home .readmore a:hover{padding-left: 10px; color: #a1d7ca;}
#blog_home .owl-buttons{display: none;}
#blog_home .blog-list .article-item{position: relative;}
#blog_home .blog-list .article-item a{
    border: 0;
    background: #fff;
    color: #6e6e6e;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-decoration: none;
    font: normal 16px/53px "Roboto Condensed",sans-serif;
	font-weight: 700;
    margin: 0 0 15px 75px;
    padding: 0 15px;
    -webkit-box-shadow: 0 3px 0 0 #dfdede !important;
    -moz-box-shadow: 0 3px 0 0 #dfdede !important;
    box-shadow: 0 3px 0 0 #dfdede !important;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#blog_home .blog-list .article-item a:before{
	content: "\f040";
    width: 53px;
    height: 53px;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 50px;
    background: #c1c1c1;
    margin-right: 3px;
    border-bottom: 3px solid #a4a4a4;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#blog_home .blog-list .article-item.active a:before{    
	background: #4a4a51;
    border-bottom: 3px solid #2b2b2f;
    -webkit-animation: pulse 500ms ease-in-out;
    animation: pulse 500ms ease-in-out;
}
#blog_home .blog-list .article-item.active a{color: #a1d7ca;}
.article-description img{width: 100%;}
.article-description{margin: 20px 0;}
.article-intro{float: left; margin-left: 20px; width: 70%;}
.intro-content{float: left;}
.article-page .article-layout{display: inline-block; width: 100%; margin-bottom: 30px;}
.article-intro h3{margin: 0;}
.article-intro a.readmore-page{
	display: block;
    color: #f17183;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    transition: all 700ms ease;
}
.article-intro a.readmore-page:hover{color: #a1d7ca;}

/*---------------------------*/

/*-----------footer-----------*/

.newsletter{margin: 35px 0;}
.newletter-title{display: inline-block; float: left;}
.newletter-title h2{
	color: #fff;
    margin: 0 20px 0 0;
    font: normal 16px/39px "Roboto Condensed",sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.newleter-content input{
	float: left;
    height: 36px;
    margin: 0 3px 0 0;
    width: 320px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 3px;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 0 0 #d9d9d9 !important;
    -moz-box-shadow: 0 3px 0 0 #d9d9d9 !important;
    box-shadow: 0 3px 0 0 #d9d9d9 !important;
}
.newleter-content{display: inline-block; float: left;}
.newleter-content a{
	float: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    height: 36px;
	cursor: pointer;
	display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    background: #f17183;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 3px 0 0 #cb5b6b;
    -moz-box-shadow: 0 3px 0 0 #cb5b6b;
    box-shadow: 0 3px 0 0 #cb5b6b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newleter-content span{
	height: 36px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font: normal 14px/36px "Roboto Condensed",sans-serif;
	font-weight: bold;
}
.footer-top{
	background: #3b3b44;
	margin-top: 50px;
}
.link ul li{
	float: left;
    margin-right: 10px;
    padding: 0!important;
}
.link ul.link-follow{
	float: left;
    margin: 29px 0 24px;
    overflow: hidden;
}
.link ul li a{
	display: block;
    font-size: 0!important;
    color: #fff;
    border: 2px solid #76767c;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    text-align: center;
    line-height: 56px!important;
    font-weight: normal;
    text-shadow: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.link ul li a:before{
	display: block;
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-shadow: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.link ul li a:hover{
	box-shadow: inset 0 0 28px 28px #fff;
	border-color: #fff;
}
.link ul li a:hover:before{color: #f17183;}
#footer{
	background: #494952;
    padding: 20px 0 30px;
}
#footer .footer-title h3{
	border-bottom: 3px solid #e5e5e5;
    text-transform: uppercase;
    font-size: 17px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
	line-height: 60px;
    color: #fff;
    margin: 0 0 20px;
    cursor: pointer;
}
#footer .footer-title h3:after{
	content: "";
    width: 70px;
    height: 3px;
    background: #f17183;
    margin-bottom: -3px;
    display: block;
}
.icon-home:before {
    content: "\f015";
}
#footer .footer-static-content ul li{
	padding: 0;
    overflow: hidden;
    line-height: 16px;
    color: #c8c8c8;
    margin-top: 20px;
}
#footer .footer-static-content ul li span{float: left;}
#footer .footer-static-content ul li em{
	margin: 1px 10px 1px 1px;
    font-size: 19px;
    width: 40px;
    text-align: center;
    float: left;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0;
}
#footer .footer-static-content ul li em.icon-home{
	color: #33c4b5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgba(51,196,181,1)) -moz-box-shadow:0 0 0 1px rgba(51,196,181,1);
    box-shadow: 0 0 0 1px rgba(51,196,181,1);
}
#footer .footer-static-content ul li:hover em.icon-home{
	background: #33c4b5;
    color: #fff;
}
#footer .footer-static-content ul li em.fa-phone{
	color: #ff3838;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgba(255,56,56,1);
    -moz-box-shadow: 0 0 0 1px rgba(255,56,56,1);
    box-shadow: 0 0 0 1px rgba(255,56,56,1);
}
#footer .footer-static-content ul li em:before{margin-left: 5px;}
#footer .footer-static-content ul li:hover em.fa-phone{
	background: #ff3838;
    color: #fff;
}
#footer .footer-static-content ul li em.fa-envelope{
	color: #ff9600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgba(255,150,0,1);
    -moz-box-shadow: 0 0 0 1px rgba(255,150,0,1);
    box-shadow: 0 0 0 1px rgba(255,150,0,1);
}
#footer .footer-static-content ul li:hover em.fa-envelope{
	background: #ff9600;
    color: #fff;
}
#footer .footer-content ul li{
	padding-bottom: 8px;
}
#footer .footer-content ul li a{
	color: #c8c8c8;
	font-size: 13px;
    line-height: 30px;
    text-transform: capitalize;
}
#footer .footer-content ul li a:before{
	font-family: 'FontAwesome';
    content: "\f192";
    padding-right: 9px;
    color: #6d6d75;
}
#footer .footer-content ul li a:hover, #footer .footer-content ul li a:hover:before{
	color: #a1d7ca;
}
.footer-bottom{background: #494952;}
.footer-bottom .powered{
	border-top: 1px solid #5c5c64;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}
.footer-bottom .powered .left-powered{width: 50%; float: left;}
.footer-bottom .powered .right-powered{width: 50%; float: right;}
.footer-bottom .powered .right-powered ul{float: right;}
.footer-bottom .powered h2{
	margin: 0;
    color: #c8c8c8;
    line-height: 28px;
    font-size: 13px;
    float: left;
}
.footer-bottom .powered .left-powered h2 a{color: #a1d7ca;}
.footer-bottom .powered .left-powered h2 a:hover{text-decoration: underline;}

/*---------------------------*/

/*---------category---------*/

h2.categories-title{text-transform: uppercase; margin: 20px 0 0;}
h2.heading-title{
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    position: relative;
    color: #363636;
}
.category-compare{padding: 15px 0;}
.category-compare a{
	color: #333;
}
.product-filter{
	border-bottom: 3px solid #d6d4d4;
	margin: 0;
	padding-bottom: 10px;
}
.product-filter button{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0 0 0 12px;
	margin: 0;
}
.product-filter button:focus{background: none !important;}
.product-filter .fa{color: #e1e0e0; font-size: 24px;}
.product-filter .btn-group{float: right; margin-top: 10px;}
.product-filter label{
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #333;
	line-height: 33px;
	margin-right: 15px;
}
#input-email, #input-password{width: 100%;}
.product-filter button:hover{background: none;}
.product-filter button.selected .fa, .product-filter button:hover .fa{
	color: #333;
}
.product-layout{margin-bottom: 25px;}
.product-grid .description{display: none;}
.product-grid .price{
	margin-bottom: 15px;
    min-height: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.product-grid .name a{margin: 15px 0 0;}
.product-list .name a{
	font-size: 26px;
	color: #2f2f2f;
}
.product-list .name a:hover{color: #f17183;}
.product-list .price{margin: 15px 0;}
.product-list .description{
	clear: both;
    padding: 6px 0 0;
    color: #7e7e7e;
    font-family: arial;
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 24px;
}
.product-list  .actions .cart button{
	padding: 0 35px;
	font-size: 14px;
	line-height: 45px;
}
.product-list  .actions .add-to-link{float: left; margin-left: 3px;}
.product-list .actions .add-to-link li button{height: 45px; line-height: 45px; width: 45px;}
.product-filter-bottom{
	border-top: 3px solid #d6d4d4;
	padding: 12px 0;
	margin: 0;
}
.product-list .item:hover{
	border-color: #f17183;
    -webkit-box-shadow: 0 5px 0 0 #f17183;
    -moz-box-shadow: 0 5px 0 0 #f17183;
    box-shadow: 0 5px 0 0 #f17183;
}

/*---------------------------*/

/*----------product------------*/

.product-name h1{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 0 15px;
    text-transform: capitalize;
    color: #2f2f2f;
    font: normal 30px/33px 'Roboto Condensed', sans-serif;
}
.product-view ul.list-unstyled{
	padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
	margin-bottom: 20px;
}
.product-view .price-product{
	overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 5px double #d8d8d8;
    margin-bottom: 15px;
}
.product-view .price-product .line-through{
	font: normal 19px/30px 'Roboto Condensed', sans-serif;
	font-weight: bold;
    color: #9b9b9b;
    margin-right: 7px;
    text-decoration: line-through;
}
.product-view .price-product{
	color: #010101;
    font-size: 20px;
    font-family: "Roboto Condensed",sans-serif;
    margin-bottom: 7px;
}
.product-view .price-product .price-tax{font-size: 13px;}
.product-view #button-cart{
	margin-right: 3px;
    margin-bottom: 15px;
    padding: 0 51px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    float: left;
	width: auto;
	color: #fff;
    font: normal 22px/60px "Roboto Condensed",sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    background: #f17183;
    -webkit-box-shadow: 0 3px 0 0 #cb5b6b;
    -moz-box-shadow: 0 3px 0 0 #cb5b6b;
    box-shadow: 0 3px 0 0 #cb5b6b;
    border: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-view #button-cart:hover{
	background: #a1d7ca;
    -webkit-box-shadow: 0 3px 0 0 #85b4a9;
    -moz-box-shadow: 0 3px 0 0 #85b4a9;
    box-shadow: 0 3px 0 0 #85b4a9;
}
.product-view .actions .add-to-link li button{
	border: none;
    color: white;
    background: #f17183;
    width: 60px;
    text-align: center;
    height: 60px;
    display: inline-block;
	padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 0 #cb5b6b;
    -moz-box-shadow: 0 3px 0 0 #cb5b6b;
    box-shadow: 0 3px 0 0 #cb5b6b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-view .actions .add-to-link li button:hover{
	background: #a1d7ca;
    -webkit-box-shadow: 0 3px 0 0 #85b4a9;
    -moz-box-shadow: 0 3px 0 0 #85b4a9;
    box-shadow: 0 3px 0 0 #85b4a9;
}
.product-view .actions .add-to-link{float: left;}
ul.nav-tabs li{
	display: block;
    margin-bottom: 15px;
	width: 100%;
}
ul.nav-tabs li a{
	display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-bottom: none;
    font: normal 16px/30px "Roboto Condensed",sans-serif;
	font-weight: 700;
    background: #575757;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 0 #323235;
    -moz-box-shadow: 0 3px 0 0 #323235;
    box-shadow: 0 3px 0 0 #323235;
}
ul.nav-tabs li.active a{
	background: #f17183;
    color: #fff;
	border: none;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 0 0 #cb5b6b;
    -moz-box-shadow: 0 3px 0 0 #cb5b6b;
    box-shadow: 0 3px 0 0 #cb5b6b;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: #cb5b6b; color: #fff; background-color: #f17183;}
.nav>li>a:focus, .nav>li>a:hover, .nav-tabs>li>a:hover{background: #f17183; border: #cb5b6b;}
.nav-tabs{border-bottom: none;}
.tab-content .tab-pane{
	width: 98%;
    padding: 30px;
    border: 1px solid #ededed;
    background: #fff;
    float: left;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tab-content .tab-pane p{
	line-height: 25px !important;
    font-size: 14px !important;
    font-family: "Roboto Condensed",sans-serif;
}
#product #input-quantity{width: auto;}
.table-bordered thead td{
	background-color: #f7f7f7;
    border: 1px solid #eeeeee !important;
    color: #4d4d4d;
    float: none;
    font-size: 13px;
    font-weight: bold;
    min-width: 130px;
    vertical-align: middle;
}
.table-bordered td {
    border: 1px solid #eeeeee !important;
    text-align: left;
    vertical-align: middle !important;
    padding: 10px !important;
}
.text-right{text-align: left;}
.zoomLens {
    height: 200px !important;
    width: 200px !important;
}
.product-view .thumbnail .zoomContainer .zoomLens {
 border:1px solid #f1f1f1 !important;
}
.product-view .thumbnail .zoomContainer .zoomWindow {
 border:1px solid #ededed !important;
}
.product-view .thumbnail .zoomContainer{
	top: 0 !important;
	left: 0 !important;
}

/*---------------------------*/

/*----------related-----------*/

.related-title{
	position: relative;
    overflow: hidden;
    margin-right: 80px;
    margin-bottom: 30px;
	margin-top: 50px;
}
.related-title h3{
	font-size: 20px;
    background: #a1d7ca;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
    line-height: 30px;
    padding: 10px 30px;
    border-bottom: 3px solid #85b4a9;
    margin-left: 60px;
    z-index: 9;
}
.related-title h3:before{
	content: "\f06c";
    width: 53px;
    height: 53px;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 50px;
    background: #4a4a51;
    margin-right: 3px;
    border-bottom: 3px solid #2b2b2f;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

/*---------------------------*/

/*----------fixmobi------------*/

@media (max-width:1199px){
	.hidden-md{display: block !important;}
	.newproductslide .image a img{width: 100%;}
	.currency-language span{float: left;}
	.currency-language .fa-angle-down:before{line-height: 40px; margin-left: 5px;}
	.product-grid .actions .cart{margin-bottom: 15px;}
	.product-grid .add-to-link{float: left;}
	.article-intro{width: 100%; margin-left: 0; margin-top: 20px;}
}
@media (max-width:992px) and  (min-width:768px){
	.visible-lg, .visible-md, .visible-sm, .visible-xs{display: block !important;}
	.hoz-menu{display: none;}
	#logo{width: 100%; text-align: center;}
	#logo a{display: inline-block;}
	.product-tabs-container-slider ul.tabs li{padding: 10px 20px;}
	.products-category .clearfix{display: none;}
	.product-grid .add-to-link{float: none;}
	.newleter-content a{margin-top: 15px;}
	.table-bordered td{display: block;}
	.filter-attribute-container .list-group-item .filter-price .input-price{margin: 0 10px 10px 0;}
}
@media (max-width:980px){
	.bestseller-sldier .tabs-conten{width: 100%; margin-left: 0;}
}
@media (max-width:767px){
	.search-container{display: inline-block;}
	#search-by-category{float: none; width: 100%; text-align: center; padding-bottom: 0;}
	#logo{width: 100%; text-align: center;}
	#logo a{display: inline-block;}
	.header-cart{text-align: center;}
	.top-cart{float: none; padding-bottom: 35px;}
	.product-tabs-container-slider ul.tabs li{clear: both; margin-bottom: 5px; width: 100%;}
	.search-container{width: 80%;}
	.product-list .image img{width: 100%;}
	.nav-tabs{margin-top: 20px;}
	.box-right{display: inline-block; float: none; text-align: center;}
	.header-links{text-align: center;}
	.header-links .header-connected{display: inline-block; text-align: center;}
	.products-category .clearfix{display: none;}
	.product-grid .add-to-link{float: none;}
	.newsletter{display: inline-block; margin-top: 0;}
	.link{display: inline-block;}
	#back-top{display: none !important;}
	.product-thumb .image img{width: 100%;}
	.table-bordered td{display: block;}
	.thumbnail>img{width: 100%;}
	.static_center{text-align: center;}
	.thumbnails .thumbnails-image .zoomContainer{display: none;}
}
@media (max-width:680px) {
	.bestseller-sldier .image img{width: 100%;}
	.footer-bottom .powered .left-powered, .footer-bottom .powered .right-powered{float: none; width: 100%; text-align: center;}
	.footer-bottom .powered h2{float: none;}
	.footer-bottom .powered .right-powered ul{float: none; margin-top: 15px;}
}
@media (max-width:560px){
	.col-mobile{width: 100% !important;}
	.header-phone, .header-email{float: none;}
}
@media (max-width:480px){
	.header-phone, .header-email{float: none;}
	.product-grid .add-to-link{float: left;}
	.newleter-content input{width: 100%;}
	.newletter-title{width: 100%;}
	.newleter-content a{margin-top: 15px;}
}
@media (max-width:440px){
	.bestseller-sldier-title h3, .newproduct-title h3{font-size: 15px;}
	#top-links.pull-right{float: none !important;}
	.row2-cart .button-cart a{font-size: 9px;}
	.product-grid .add-to-link{float: none;}
	.table-bordered td{display: block; text-align: center;}
	.row2-cart .button-cart a{text-align: center; width: 100%;}
	.newleter-content a{margin-top: 15px;}
	.newleter-content input{width: 100%;}
}
@media (max-width:320px){
	.owl-buttons div{display: none;}
	.newproduct-title, .bestseller-sldier-title{margin-right: 0;}
	.bestseller-sldier-title h3:after, .newproduct-title h3:after{background: none;}
	.header-phone, .header-email{float: none;}
	.bestseller-sldier .tabs-conten{width: 100%; margin-left: 0;}
}

/*---------------------------*/