.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {width: 100%; margin: 0 0 30px 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin-bottom: 0px !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: inline-block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative; }
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.8); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.8); font-size: 14px; line-height: 18px;}

.flex-direction-nav li { margin-bottom: 0; }
.flex-direction-nav li a {
	width: 32px;
	height: 32px;
	display: block;
	background: url('//hstatic.net/0/0/global/design/theme-default/slide-arrow.png') no-repeat;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: -999em;
	border-radius: 50%;
	opacity: 0;
}
.flex-direction-nav li .flex-disabled {display: none; filter:alpha(opacity=30); cursor: default;}
#sliderproduct:hover .flex-direction-nav li a,
#p-sliderproduct:hover .flex-direction-nav li a{
	opacity: 0.7;
}
#sliderproduct:hover .flex-direction-nav li a:hover,
#p-sliderproduct:hover .flex-direction-nav li a:hover{
	opacity: 1;
}
#sliderproduct .flex-viewport {
	width: 320px;
	margin: auto;
}
#sliderproduct .flex-direction-nav li a.flex-prev {
	left: 0;
}
#sliderproduct .flex-direction-nav li a.flex-next {
	right: 0;
}
.product-thumb {
	width: 70px;
}
.nav>li>a:hover, .nav>li>a:focus{
	background: transparent;
}
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	position: static;
	margin-top: 0;
	margin-right: 0;
	margin-left: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px dashed transparent;
}
.navbar-nav ul .sub-arrow {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px solid;
}

#navbar ul.dropdown-menu {
	background:#ffffff;
	min-width: 200px!important;
	border: 0;
	border-top: 1px solid #e0e0e0;
border-bottom: 3px solid #ff6709;
padding: 0;
}
div#navbar>ul>li>ul {
	padding: 0px;
}
#navbar li>ul>li>a, #navbar li>ul, #navbar li {
	border-radius: 0px;
}
#navbar ul.dropdown-menu li a {
	margin: 0px!important;
	padding: 12px 0 10px 10px;
	white-space: normal!important;
	color: #000000;
}
#navbar ul.dropdown-menu li a:hover{
	color:#ff6709;
}
.navbar-nav ul .sub-arrow {
	margin: 6px 10px;
}
.nav-item > ul.dropdown-menu li{
	border-bottom: 1px dashed #ccc;
}
.nav-item > ul.dropdown-menu li:last-child{
	border-bottom:0px;
}
.nav-item > ul.dropdown-menu li:hover{
	color:red;
}
.nav-tabs li.dropdown.open .dropdown-toggle {
	color: #34495E;
	background-color: #f5f7fa;
}
.nav-item.open a{
	background:transparent;
}
button[disabled], html input[disabled] {
	cursor: default;
	opacity: 0.4;
}
/* .breadcrumb */
.breadcrumb {
	background-color: transparent;
	margin:0;
}
.breadcrumbs {
	background:#faf8e1;
	padding: 10px 0px;
}
/*.custom-dropdown*/

.custom-dropdown {
	margin-top: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	max-width: 100%;
	overflow: hidden;
	margin-left: 2px;
	border-radius:5px;
}
.browse-tags .custom-dropdown{
	width:180px;
	margin-top:0px;
	margin-bottom:10px;
}
.custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown--white::before {
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.1);
}
.custom-dropdown__select {
	font-size: inherit;
	padding: .5em;
	margin: 0;
	width:100%;
}
.custom-dropdown__select--white {
	background-color: #fff;
	color: #444;
}
.custom-dropdown__select {
	padding-right: 2.5em;
	border: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.custom-dropdown--white::after {
	color: rgba(0,0,0,.9);
}
.btn-detail {
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	height: 50px;
	line-height: 47px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.btn-detail:before{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50px;
	top:0;
}
.btn-detail:after {
	content: "";
	width: 30px;
	height: 100%;
	float: left;
	margin-left: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.btn-color-buy:after {
	background: url(//hstatic.net/0/0/global/design/theme-default/check.png) no-repeat center center;
}
.btn-color-add:after {
	background: url(//hstatic.net/0/0/global/design/theme-default/cart.png) no-repeat center center;
}
.btn-color-add {
	background :#e05543;
	width: 100%;
	margin: 10px 0px;
}

.btn-color-buy {
	background :#ff822e;
	cursor: pointer;
	width: 100%;
	margin: 10px 0px;
}
/* 1.6 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }

strong { font-weight: 700; }
em { font-style: italic; }
/* 3.7 - Cart */
#cart .buttons { margin-top: 30px; }
#cart .extra-checkout-buttons { float: right; text-align: right;  padding-top: 15px; }
#cart .extra-checkout-buttons input { border: none; box-shadow: none; height: 42px; }
#cart .qty { text-align: center; }
#cart .price, #cart .remove { text-align: right;font-family: inherit;}
#checkout { float: right; margin-left: 15px; }
#update-cart { float: right; }
#cart .image { text-align: center; }
#cart .image a, #cart .image img { margin: 0; border: none;max-height:100px }
#cart a .variant_title { display: block; color: #555555; }
#cart a:hover .variant_title { }
#cart .item { max-width: 400px; }
#cart .item-description { font-size: 12px; }
#cart .item-quantity{width:50px; text-align: center;}
.subtext.success { font-weight: 700; color: #40954a; }
div.errors, .subtext.error { font-weight: 700; color: #f00; }
div.errors a{color: #53A1CC}
div.errors { margin-bottom: 15px; }
.cart-buttons { float:right!important}
.button-default {
	background: #ff6709;
	border: none;
	padding: 0 20px;
	color: #fff;
	font-size:16px;
	border-radius: 3px;
	float: right;
	height: 45px;
	line-height: 45px;
	position: relative;
	cursor: pointer;
	margin:7px;
	font-weight: 400;
}
.button-default:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 45px;
}
.button-default:after {
	content: "";
	background: url(//hstatic.net/0/0/global/design/theme-default/icon-arr.png) no-repeat center right;	
	width: 30px;
	height: 100%;
	float: right;
	margin-left: 10px;
}
.counter-content embed {width: 100%;}
.checkout-buttons textarea{
	border-radius: 4px;
	height: 70px;
	border-color: #DDD7D7;
}
#cartformpage .remove a {color:#333;margin-right:20px;}
#cartformpage .remove a.cart:hover {
	color: #53a1cc;
}
#cartformpage img{
	max-width:50px;
}
#cartformpage th{
	padding-bottom:20px;}
#cartformpage td{
	padding:5px;}
.cart-buttons{
	margin-top:30px;
}
.face-content * {
	max-width: 100%;
}
.modal-backdrop{
	position: fixed;
	z-index: 99;
}
.input-group-addon {
	color: #DFDEDE;
	background-color: #F8F8F8 !important;
	border-color: #E7E7E7;
}
.form-control {
	border-color: #E7E7E7;
}
.input-group {
	margin: 10px 0px;
}
.input-group input,
.input-group select,
.input-group textarea{
	color: #000!imoprtant;
}
label.sale-lb {
	font-size: 16px;
}
.inner-left { margin-left: 0px !important; }
.inner-right { margin-right: 0px !important; }

.row:before, .row:after, .clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/* modal */
@media (min-width: 992px){
	.modal-lg {
		width: 940px !important;
	}
	.fixheight .product-img img:last-child{
		vertical-align: middle;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
.modal-header {
	padding: 20px 0px;
	text-align: center;
	position: relative;
	background:#f7f7f7;
}
.modal-title{
	color:#fff;
	text-transform: uppercase;
}
.modal-title span {
	font-size : 14px;
	font-style: italic;
}
.modal-body th {
	font-size: 15px;
	color: #1C1C1C;
	font-weight: 600;
	text-align: left;
}
.item-price {
	font-size: 16px;
}
.item-image,
.item-quantity1,
.item-delete {
	padding-top:5px;
	padding-bottom:5px;
}
.original{
	display: none;
}
#cart-table th{
	padding-bottom:10px;
	padding-top:10px;
}
#cart-table img{
	max-width:50px;
}
#cart .item-quantity,
.line-item input {
	width: 64px;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #ccc;
	outline: none;
	padding-left: 15px;
}
.modal-footer .buttons input {
	background: #108e45;
	color: white;
	width: 150px;
}
.total-price-modal {
	text-align: right;
	font-size: 20px;
	margin-top: 20px;
	color : #808080;
	font-size:16px;
}
.total-price-modal span {
	font-size : 20px;
	color : #303030;
	vertical-align:middle;
}
table tr td, table tr th {
	padding : 0px;
}
.modal-title-note {
	text-align: left;
	font-size: 16px;
	padding-left: 50px;
}
.modal-note {
	text-align : left;
}
.modal-note textarea {
	outline: none;
	border: 1px #D8D8D8 solid;
	padding-left: 10px;
	height: 70px;
	padding-top: 5px;
}
textarea {
	resize: none;
}
.comeback {
	text-align : left;
	margin-top:30px;
}
.comeback a {
	color: #bf1515;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px
}
.comeback a:hover {
	color : #d71e1e;
}
.comeback img {
	margin-right : 5px;
	float: left;
}
.item-delete {
	position:relative;
	width:40px;
}
.item-delete a {
	color: #000;
	position: absolute;
	top: 0;
	margin:auto;
	height:19px;
	right: 0px;left:0;bottom:0;
	display:block;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.modal-body .close a {
	width: 32px;
	height: 32px;
	background: none;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	background: #fff;
	position: absolute;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: -10px;
	right: -8px;

}
button.close a:before {
	content: "\f057";
	font-family: "FontAwesome";
	font-size: 32px;
	background: #fff;
	border-radius: 50%;
}
.modal-header a {
	position: absolute;
	top: 17px;
	padding: 7px 6px;
	right: 7px;
	line-height: 0px;
	text-align: center;
	border-radius:50%;
	color: #333;
}
.modal-header span:hover {
	background : #e05543;
}
.close:hover, .close:focus,.close {
	opacity : 1;
}
@media (max-width: 768px){
	.modal-body th {
		font-size: 10px;
	}
	input#quantity1 {
		padding: 0px;
		width: 30px;
		font-size: 12px;
		font-weight: bold;
		height: 24px;
	}
	.item-title {
		font-size: 12px;
	}
	.item-price {
		font-size: 12px;
	}
	.modal-note textarea {
		width: 100%;
		border-radius: 0px;
	}
	.modal-title-note {
		padding-left: 0px;
		font-size: 12px;
	}
	.total-price-modal {
		font-size: 14px;
	}
	span.item-total {
		font-size: 16px;
		font-weight: bold;
	}
	button.button-default {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
		padding: 0 14px;
	}
	.button-default:before {
		right: 30px;
	}
	.button-default:after {
		width: 15px;
		margin-left: 10px;
	}
	.comeback a {
		font-size: 12px;
	}
}
a.btn.btn-readmore:hover, .action_bottom .btn:hover, .btn.btn-comment:hover, .buttons .button-default:hover {
	background:#ff6709;
	color: #fff;
}
/* end modal */

/*Quickview*/
#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999;
}

#quick-view-modal .modal-footer {
	border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
	width: 25%;
}

#quick-view-modal .selector-wrapper {
	width: 100%;
	float: left;
}

#quick-view-modal .btn-detail {
	float: left;
}

#quick-view-modal .form-input label {
	width: 100%;
	color: #828282;
}

#quick-view-modal .form-input {
	float: left;
	width: 300px;
	max-width: 100%;
	padding: 10px 0px;
}

#quick-view-modal .modal-body {
	padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
}

#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

#quick-view-modal .qv-readmore a {
	color: #E05543;
	font-weight: bold;
}

#quick-view-modal .qv-readmore {
	float: left;
	padding: 22px 10px;
}

#quick-view-modal .p-price {
	font-size: 25px;
	color: #ff6709;
	margin-right:0px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
	border-radius: 2px;
}

#quick-view-modal del {
	font-size: 18px;
	color:#ff0000;
}
#quick-view-modal .zoom > img {
	max-width: 100%;
	max-height: 300px;
}
#quick-view-modal div#p-sliderproduct {
	width: 300px;
	margin: auto;
}
#p-sliderproduct .owl-item .item {
	margin: 0px 3px;
	border: 1px solid #ddd;
	padding: 2px;
}
#quick-view-modal .zoom {
	text-align: center;
	width: 100%;
	height: 230px;
	padding: 10px;
}
#quick-view-modal .item:hover,
#quick-view-modal .item.active {
	border: 1px solid #E05544 !important;
}
#quick-view-modal .item:hover:after,
#quick-view-modal .item.active:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #E05544;
	content: "";
	position: absolute;
	top: -11px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}
#quick-view-modal li.product-thumb {
	float: left;
	border:0;
	margin:0;
}
#quick-view-modal li.product-thumb a{
	margin:5px;
	display: block !important;
	border: 1px solid #eee;
}
#quick-view-modal .image-zoom.row {
	text-align: center;
}

#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom:5px;
}

#quick-view-modal .btn-soldout {
	width: 100%;
}

#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	font-size:18px;
	color:#ff6709;
}

#quick-view-modal .btn-color-add {
	width: 200px;
}
/*End Quickview*/



/* cart-modal modal-cart */
#cart-modal .modal-body{
	padding:0;
}
#cart-modal .modal-footer{
	padding:0;
}
div#cart-modal {
	z-index: 99999;
}
#cart-modal .modal-title ,.ajax_cart_product_txt_s{
	font-size: 17px;
	text-align: left;      
	font-weight: 600;    
	color:#444444;    
	margin-bottom: 22px;   
	text-transform: uppercase;
}
#cart-modal .product-image-container {
	max-width: 178px;
	border: 1px solid #d6d4d4;
	padding: 5px;
	float: left;
	margin-right: 30px;
}
#cart-modal .item-title {
	display: block;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	margin: 20px 0 5px;
	width: 100%;
}
.layer_cart_cart{
	padding: 30px 30px 30px 30px;
	position: relative;
}
#cart-modal  .cart-count {
	color:#d71e1e;
	font-family: Arial;
	font-weight: bold;
}
#cart-modal .modal.in .modal-dialog {
	background-color: #fff;
}
.buttons.btn-modal-cart {
	float: left;
	display: inline-block;
}
.layer_cart_cart.last{
	background-color:#F7F7F7;
}
.subTotal em.item-total {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 10px;
	color: #d71e1e;
}
.buttons.btn-modal-cart button {
	font-size: 14px;
	background-color:#bf1515;
	height: 39px;
	color: #fff;
	line-height: 25px;
	border: 0px;
}
.buttons.btn-modal-cart button:hover {
	background-color: #d71e1e;
}
.layer_cart_cart.first{
	border-right:1px solid #d6d4d4;
}
.text-bottom{ position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 30px 20px 30px;
}
.news-mod .close:before {
	content: "\f057";
	display: block;
	font-family: "FontAwesome";
	font-size: 32px;
	line-height: 32px;
}
.news-mod .close:focus {
	outline: none;
}
.news-mod .close {
	z-index:9;
	width: 32px;
	height: 32px;
	background: none;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	background: #fff;
	position: absolute;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: -8px;
	right: -8px;
}

@media (max-width: 480px) {
	.layer_cart_cart.first {
		border-right: none!important;
		border-bottom: 1px solid #ddd;
	}
	.layer_cart_cart {
		padding: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.layer_cart_cart {
		min-height: 318px;
	}
}
@media (min-width: 1200px){
	.layer_cart_cart {
		min-height: 318px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.layer_cart_cart {
		min-height: 315px;
	}
}
@media (max-width: 480px) {
	.layer_cart_cart.first {
		border-right: none!important;
		border-bottom: 1px solid #ddd;
	}
	.layer_cart_cart {
		padding: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.layer_cart_cart {
		min-height: 318px;
	}
}
@media (min-width: 1200px){
	.layer_cart_cart {
		min-height: 318px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.layer_cart_cart {
		min-height: 315px;
	}
}
@media (max-width:992px) {
	.modal-dialog {
		margin: 10px auto;
	}
	#cart-modal .product-image-container {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.text-bottom {
		padding: 0px 10px 20px 10px;
	}
	.buttons.btn-modal-cart button {
		padding: 9px 5px;
	}
	.layer_cart_cart_color {
		background-color:#fff;
	}
}
@media (min-width:560px) and (max-width : 767px) { 
	.text-bottom {
		position: relative!important;
		clear: both;
		padding: 10px 0!important;
	}
	.img-article img {margin-bottom: 10px;}
	.news-mod .close{
		top: 4px;
		right: 6px;
	}
	.buttons.btn-modal-cart button#checkout{
		margin-left: 10px;
		/*margin-top: 10px;*/
	}
}
@media (max-width: 320px) {
	.buttons.btn-modal-cart {margin-top: 10px;}
}
@media (min-width: 375px) {
	#checkout {margin-left: 10px;}
}
@media (min-width:300px) and (max-width : 559px) { 
	.img-article img {
		border: 1px solid #ccc;
		margin-left: -15px;
		margin-right: -15px;
		max-width: calc(100% + 30px);
		margin-bottom:10px;
	}
	.text-bottom {
		position: relative!important;
		clear: both;
		padding: 10px 0!important;
	}
	.buttons.btn-modal-cart button {
		padding: 10px 2px;
		font-size:12px;
	}
	.layer_cart_cart_color {padding-bottom: 30px!important;}
	#cart-modal .modal-title, .ajax_cart_product_txt_s {font-size: 15px;}
	#cart #layout-page{padding:0;}
	.form-account {
		padding: 14px 0;
	}
	.col-md-6.cart-buttons.inner-right.inner-left {
		padding: 0;
		margin-bottom: 25px;
	}
	.account-content {padding: 0;}
	.news-mod .close{
		top: 4px;
		right: 8px;
	}
}
/* end cart-modal */
#search .results .thumbnail a { display:block; float:right; }
#search .search-border { border-bottom: 1px solid #dddddd; }
#search .results .thumbnail a { float: none; }
#search .search-field { position: relative; height: 60px; line-height: 60px; width:300px; margin-top:15px;}
#search .search_box {height: 34px; width:100%;padding: 0 10px 0 26px; border: none; vertical-align: middle; line-height: normal; color: #555555 !important; border: 1px solid #dddddd;}
#search #go { position: absolute; width: 11px;background-color:#ff6709;
	height: 11px; border: none; margin: 22px 0 0 5px; box-shadow: none;top:5px;right:5px }
