select { border:1px solid #cccccc !important; box-shadow: none !important;}
*{
	padding: 0;
	margin: 0;
}
img {
    max-width: 100%;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
ul, ol { margin:0; }
li { list-style: none;}
body {
	background-color:#fff;
	color:#8e8e8e;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
	margin: 0px;
	line-height: 20px;
	padding: 0px;
	font-weight:300;
	text-align: left;
	letter-spacing:1px;
}
b, strong { font-weight:normal; }
h1, h2, h3, h4, h5, h6 {
	color: #2f2f2f;
}
a:focus { background:none;}
#content h1 ,#content h2 {
    border: medium none;
    color: #444;
    font-size: 16px;
	font-weight:700;
    text-transform: uppercase;
	margin:0 0 20px;
}
#content .account-border h1,#content .account-border h2 { margin:0; padding:20px 0; display:inline-block; width:100%; }
.table-condensed th { color:#fff; }
.table-condensed th:hover { color:#fac652; }
.table-condensed span,.table-condensed span:hover { background:none !important; }
/* default font size */
.fa {
	font-size: 14px;
}
/* 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, a:visited, a b {
	color: #666;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration: none !important;
	cursor: pointer;
}
:focus        { outline:none; }
a:focus        { outline:none; }
.btn:hover, .btn:focus { outline:none !important; }

a:hover {
	text-decoration: none !important;
	color:#fac652;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px 15px;
}
label {
	font-size: 14px;
	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: 13px;
	box-shadow:none;
	height:40px;
	border:1px solid #ddd;
	border-radius:0;
}
.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;
}
/* 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;
}

/*modunl-title-----------------------------------*/

#content .modunl-title { text-align:center; }
#content .modunl-title h2 {
	font-size:22px;
	color:#252525;
	margin:0;
	padding:0 0 25px;
	font-weight:700;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	background:url("../image/icon-title.png") no-repeat 50% 100%;
}
.modunl-title { text-align:center; margin-bottom:30px; }
.modunl-title h2 {
	font-size:22px;
	color:#252525;
	margin:0;
	padding:0 0 25px;
	font-weight:700;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	background:url("../image/icon-title.png") no-repeat 50% 100%;
} 
/*icon-link-----------------------------------*/
.icon-link { float: left;padding-right: 30px;border-right: 1px solid #eaeaea;}
.icon-link ul li a{
	position: relative;
	display: block;
	text-align: center;
	font-size:12px;
	line-height: 40px;
	width: 16px;
}
.icon-link ul li a:after{
	content:"";
	width: 0%;height: 2px;background-color: #fac652;
	position: absolute;left:0;bottom: -1px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.icon-link ul li a:hover:after{ width: 100%; }
.icon-link ul li a:hover{
	color: #fac652;     
	border-color: #fac652;
}
.icon-link ul li{ float: left;margin-left:10px; }
.icon-link ul li.first{ margin-left: 0 }
.icon-link ul li a span{
	min-width     :70px;
	height        : auto;
	line-height   : 20px;
	padding       :1px 5px;
	left          : 50%;
	margin-left   :-40px;
	text-transform: capitalize;
	font-size     : 12px;
	color         :#fff;
	font-weight   : normal;
	text-align    : center;
	background    : #111111;
	text-indent   : 0px;
	position      : absolute;
	pointer-events: none;
	bottom        :40px;
	white-space: nowrap;
	opacity: 0;
	display: none;
}
.icon-link ul li a span:before,
.icon-link ul li a span:after{
    content     : '';
    position    : absolute;
    bottom      : -5px;
    left        : 50%;
    width       : 0;
    height      : 0;
    border-left : 5px solid transparent;
    border-right: 5px solid transparent;
    border-top  : 5px solid rgba(0,0,0,0.1);
}
.icon-link ul li a span:after{
    bottom: -5px;
    border-top: 5px solid  #111111;
}
.icon-link ul li a:hover span{
	bottom:50px;
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
/* top */
.header-phone { float:left; padding:10px 0 10px 30px; }
.header-phone h2 {
	font-size:14px;
	color:#252525;
	margin:0;
	font-weight:300;
}
.header-phone h2:before {
	content: "\f095";
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size:14px;
	color:#252525;
	margin-right:5px;
}
.header-phone h2 span {
	font-weight: 600;
    font-size: 14px;
	color:#252525;
}
.header-currency label { float:left; }
#logo { text-align:left; padding:27px 0 41px 0; }
#top {
	position:relative;
	z-index:999991;
	padding:0;
	background:#fff;
	border-bottom:1px solid #eaeaea;
}
#top #currency .currency-select {
	text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #6e6e6e;
    font-family: "Raleway",sans-serif;
    background: none;
	padding:0;
}
#top #currency li.active .currency-select {
	text-shadow: none;
	color:#fac652;
	background:none;
	text-decoration:none !important;
}
#top #currency li .currency-select:hover {
	color:#fac652;
}
#top #currency .currency-select:hover span,#top #currency li.active .currency-select span { color:#fac652; }
.header-content #top-links label {
    float: left;
    margin: 0 0 8px 0;
    font-weight: 700;
    color: #252525;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 8px;
    line-height: 20px;
    width: 100%;
    text-align: left;
}
#top-links .box-link {
    position: relative;
    overflow: hidden;
}
#top-links {
	float:right;
	margin-left:40px;
}
#top-links .box-link:hover  { overflow:inherit; }
#top-links .box-link label {
	float:right;
    padding:11px 0 8px;
	margin:0;
}
#top-links .box-link label a {
	color: #252525;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    transition: all 300ms ease-in 0s;
}
#top-links .box-link i { margin-left:6px; }
#top-links .box-link .links {
    background:#252525;
    left: -10px;
    list-style: none;
    margin: 0;
    width:143px;
    opacity: 0;
    padding:0;
    position: absolute;
    top: 50px;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
#top-links .box-link:hover .links  {
    top:40px;
    opacity: 1;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.links li { 
	padding:0; 
	float:left;
	width:100%;
	border-bottom: 1px solid #8e8e8e;
}
.links li:last-child { border:0; }
.links li a {
	text-transform: uppercase;
    color:#fff;
    font-size: 11px;
    display: inline-block;
	width:100%;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	line-height: 20px;
    padding:6px 20px;
	background:none;
}
.links li:last-child a { border:0;  }
.links li a:hover {
	background:none;
    text-indent: inherit;
	color:#fac652;
}
.links li a:hover span { color:#fac652; }
.links li .nav .open > a { background:none; }
.links li a:hover { color:#fac652; }
.links li.dropdown a:focus { background:none; }
.links li:last-child { background: none; }
.links .dropdown-menu li { background: none; width: 100%; text-align: left; }
.links .dropdown-menu li a { padding: 5px 0; background:none;}
.links .dropdown-menu li a:hover {  color:#fac652; background: none; }
#top-links .dropdown-menu {
	padding:5px 15px;
	border:0;
	border:1px solid #aaa;
	border-top:0;
	background:#fff;
	border-radius:0;
	margin:0;
	min-width:110px;
	box-shadow:0 3px 3px #aaaaaa;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	height:auto;
	line-height:22px;
	padding:3px 0;
	width:100%;
	color:#555;
}
#top-links .dropdown-menu a:hover { color:#de5648; }
#top .btn-link strong {
	font-size: 14px;
	transition: all 300ms ease-in 0s;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown-menu .arrow-cart {
	background:url("../image/arrow-up1.png") no-repeat 0 0;
	width:10px;
	height:7px;
	position:absolute;
	top:-10px;
	left:45px;
}
/*Currency---------------------------------------------------------*/
.currency-language {
    float:right;
	margin:0;
}
.currency-language .dropdown-currency { margin:10px 0 0; display:inline-block; width:100%; }
.currency-language .dropdown-currency li { 
	width: 100%;
    float: left;
    text-align: left;
    margin:0;
}
.currency-language .dropdown-currency li:last-child { border:0; margin:0; }
.currency-language .dropdown-currency li  button {
	padding:0;
	text-align:left;
	border:0;
}
.currency-language .dropdown-currency li  button:hover {
	color:#fac652;
	text-decoration:none;
	border:0;
}
.currency-language .pull-left { width:100%; text-align:left; }
.currency-language label {
	font-size: 14px;
	color:#252525;
	text-transform:capitalize;
}
.header-currency {
	float:left;
	padding:10px 0 5px;
	position:relative;
	overflow:hidden;
}
.header-currency:hover {
	overflow:inherit;
}
.header-currency .btn { 
	padding:0;
	background:none;
}
.header-currency .btn:hover { background:none; }
.header-currency .dropdown-currency { 
	min-width:100px;
	margin:5px 0 0;
	padding:0;
	box-shadow: none;
    background: #fff;
	position:absolute;
	left:-31px; 
	top:35px;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-currency:hover .dropdown-currency {
	opacity:1;
	top:24px;
}
.header-currency .btn-link strong {
    color:#252525;
    font-weight:600;
    font-size: 12px;
    text-align: left;
}
.header-currency .btn-link { color:#fff }
.header-currency .btn-link .fa { 
	color:#252525;
	font-size:14px;
	transition: all 300ms ease-in 0s;
}
.header-currency .btn-link .fa:hover { color:#252525; }
.header-currency .dropdown-currency li {
	border-bottom:1px solid #8e8e8e;
}
.header-currency .dropdown-currency li:last-child { border:0; }
.header-currency .dropdown-currency .btn {
	background:#252525;
	line-height:20px;
	padding:6px 20px;
	font-size:11px;
	color:#fff;
	font-weight:300;
	text-decoration:none;
}
.header-currency .dropdown-currency .btn:hover { color:#fac652; }
.header-currency .btn-link strong { margin-left:5px;}
.header-currency .btn-link .fa-angle-down {
	color: #363636;
	font-size: 14px;
	position: relative;
	top: 0px;
	left: 0;
	margin-left: 3px;
}
.header-currency .box-currency .currency-content {
	background:#f5f5f5;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
	border-top: 1px solid #e1e1e1;
    left: 10px;
    list-style: none;
    margin: 0;
    width:80px;
    opacity: 0;
    padding: 8px 15px 1px;
    position: absolute;
    top: 60px;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-currency .box-currency:hover .currency-content {
	top: 50px;
    opacity: 1;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
/*Language-----------------------------------------------------------*/
.header-language { 
	float:left;
	margin-left:40px;
	padding:10px 0 5px;
	position:relative;
	overflow:hidden;
}
.header-language:hover {
	overflow:inherit;
}
.header-language .dropdown-toggle {
    padding: 0;
    background: none;
	text-decoration:none;
}
.header-language .dropdown-toggle:hover {
    background: none;
}
.header-language .btn-link span {
    color: #252525;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
	text-decoration:none;
	transition: all 300ms ease-in 0s;
}
.header-language .btn-link .fa {
    color: #252525;
    font-size: 14px;
    transition: all 300ms ease-in 0s;
	margin-left:5px;
}
.header-language .btn-link .fa:hover {
	color: #252525;
}
.header-language .dropdown-language {
	left: -31px;
    min-width:120px;
    margin: 5px 0 0;
    box-shadow: none;
    background: #fff;
    position: absolute;
    left: -31px;
    top: 35px;
	opacity:0;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-language:hover .dropdown-language { 
	opacity:1;
	top:23px;
}
.header-language .dropdown-language li {
    border-bottom: 1px solid #8e8e8e;
}
.header-language .dropdown-language .btn {
    background: #252525;
    line-height: 20px;
    padding: 6px 20px;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.header-language .dropdown-language .btn:hover {
    color: #fac652;
}
.header-laguage .box-language { position:relative; } 
.header-laguage .box-language .lang-content {
	background:#f5f5f5;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
	border-top:1px solid #e1e1e1;
    left:-7px;
    list-style:none;
    margin: 0;
    width: 140px;
    opacity:0;
    padding:8px 15px 3px;
    position: absolute;
    top: 60px;
    z-index:99;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-laguage .box-language:hover .lang-content {
	top:50px;
	opacity:1;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-laguage .box-language { overflow:hidden; position:relative; }
.header-laguage .box-language:hover { overflow:inherit; }
.header-laguage {
	display:inline-block;
	width:100%;
	text-align: left;
}
.header-language .btn-link img {
	position: relative;
    top: -1px;
	margin-right: 3px;
}
.header-language .btn-link .fa-angle-down {
	color: #6e6e6e;
	font-size: 14px;
	position: relative;
	top:0;
	left: 0;
	margin-left: 3px;
}
.header-language .dropdown-language a {
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-transform: inherit;
    padding: 5px 10px;
}
.header-language .dropdown-language a:hover {
	color: #fac652;
	background:none;
}
.currency-language #language  li { 
	float:left;
	margin-right:8px;
}
.currency-language .header-language li:last-child { border:0; margin:0; }
.currency-language .header-language li a {
	text-transform: capitalize;
    font-size: 0;
    text-align: left;
    color: #222;
	background:none;
}
.currency-language #language li a img { margin:0 5px 0 0; }
.currency-language #language li.active a,.currency-language #language li a:hover {
	background:none;
	color:#fac652;
}
.currency-language #language a:hover,.currency-language #language li.active a { color:#fac652; }
#language .dropdown-menu img { position: relative; top: -1px; left:-1px; margin-right: 3px;}
.dropdown-menu {
	box-shadow: none;
	border:1px solid #ddd;
	background:#fff;
	min-width: 140px;
	border-radius:0;
	left:60px;
}
.dropdown-menu .table-condensed th {
	color:#2f2f2f;
}
.bootstrap-datetimepicker-widget.dropdown-menu td a span { color:#fff; }
.bootstrap-datetimepicker-widget.dropdown-menu td  span  { color:#2f2f2f; }
.text-welcome { text-align:left; float:left; margin:8px 0 0; }
.text-welcome p {
	font-family: "Raleway",sans-serif;
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 400;
	padding:0;
	margin:0;
}

/*Search-category============================================================*/
#search-by-category{
    width:100%;
	border:1px solid #e2e1e6;
	width:70%;
	background:#f1f1f0;
	float:left;
	margin:0;
}
#search-by-category .price { min-height:30px; text-align:left; }
#search-by-category .search-container .categories-container{
    float:left;
    position:relative
}
#search-by-category .search-container #text-search{
    width: 63%;
    border:0;
    border-left:0;
    box-shadow:none;
    height:44px;
    color: #888;
    font-size: 12px;
	padding:12px 16px 8px;
	background:#f1f1f0;
	font-family:'arial';
	font-style:italic;
}
#search-by-category .search-container #sp-btn-search{
    width:50px;
    float:right;
}
#search-by-category .search-container .categories-container{
    text-transform: uppercase;
    border:0;
	background:#f1f1f0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    font-size: 14px;
    color: #444;
    padding:0 30px 0 15px;
    cursor: pointer;
    height: 44px;
    overflow: hidden;
	text-transform:capitalize;
	transition:0s;
}
#search-by-category .search-container .categories-container .hover-cate p:hover {
	transition:0s;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:32%;
    right:-2px;
    padding:3px 13px 3px 0;
	border-right:1px solid #8e8b8c;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
	text-align:left;
    margin-top:0;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:150%;
    cursor: pointer;
}
.cate-items li {
    text-transform: capitalize;
    color:#333;
    font-size: 13px;
	line-height:25px;
    list-style: none;
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 20%;
    top: 44px;
    width:68%;
}
.search-ajax .product-name {
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	margin:10px 0 0;
	text-align:left;
}
.search-ajax .product-name:hover {
	color:#F01B48;
}
.search-ajax .product-info { margin-bottom:20px; }
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:30px 10px 10px;
}
#btn-search-category{
    background:#f1f1f0;
    border:none!important;
    padding:0;
	height:44px;
	width:50px;
	font-size:0;
    box-shadow:none;
    border-radius: 0;
    text-shadow:none;
}
#btn-search-category:hover {
	background:#f1f1f0;
}
#btn-search-category .fa-search{
    text-align: center;
    font-size: 20px;
    color: #000;
	line-height:44px;
}
#btn-search-category:hover .fa-search {
	color:#F01B48;
}

/*Banner-category------------------------------------------------*/

.banner-container {
	padding:80px 30px 40px;
	background:url("../image/bg-category.png") repeat;
}
.banner-container .owl-carousel .owl-wrapper-outer {
	padding:40px 0;
}
.banner-container .modunl-title { margin-bottom:20px; }
.banner-container .owl-carousel .owl-item {
	position:relative;
}
.banner-container .owl-carousel .owl-item:hover { z-index:2; }
.banner-container .item-banner a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	display: inline-block;
    max-width: 100%;
}
.banner-container .item-banner:hover a {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-container .item-banner a:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #fac652;
    opacity: 0.5;
    display: none;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-container .item-banner:hover a:before { display:block; }
.banner-container .owl-theme .owl-controls .owl-buttons .owl-next { right:-20px; }
.banner-container .owl-theme .owl-controls .owl-buttons .owl-prev { left:-20px; }

/*Banner-staic----------------------------------------------------*/

.banner-static { margin:80px 0 0; }
.banner-static .col {
    padding: 0 15px;
    float: left;
    text-align: center;
}
.banner-static .col1,.banner-static .col3 {width: 29.1666666666666%;}
.banner-static  .col2 {width: 41.666666666666%; }
.static-menu .static-item.first,.static-menu .static-item.last{width: 29.8245%;}
.static-menu .static-item.even{width: 40.351%;}
.banner-static .col a { 
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
}
.banner-static a img{
-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-static a:hover img{
-webkit-transform: rotate(-3deg) scale(1.1);
    -moz-transform: rotate(-3deg) scale(1.1);
    -ms-transform: rotate(-3deg) scale(1.1);
    -o-transform: rotate(-3deg) scale(1.1);
    transform: rotate(-3deg) scale(1.1);
}
.banner-static a img{
-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-static a:hover img{
-webkit-transform: rotate(-3deg) scale(1.1);
    -moz-transform: rotate(-3deg) scale(1.1);
    -ms-transform: rotate(-3deg) scale(1.1);
    -o-transform: rotate(-3deg) scale(1.1);
    transform: rotate(-3deg) scale(1.1);
}

/*Banner-Center---------------------------------------------------*/

.banner-center { 
	margin:15px 0 0;
	background:url("../image/bg-center.jpg") repeat;
	padding:70px 0;
	text-align:center;
}
.banner-center .icons {
	display: inline-block;
	color: #fac652;
    font-size: 32px;
}
.banner-center h2 {
	margin:25px 0 0;
	color: #fff;
    font-size: 18px;
	text-transform: uppercase;
	font-weight:700;
}
.banner-center p {
	margin:10px 0 0;
	color: #fff;
    font-size:13px;
	font-weight:400;
}
/*Banner-bottom----------------------------------------*/
.banner-bottom { margin-top:10px; }
.banner-bottom .col-md-4 { padding:0; }
.banner-bottom .block-wrapper {
    text-align: center;
    padding: 30px 10px;
    background-color: #fff;
    border: 1px solid #eaeeef;
    min-height: 230px;
	-moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.banner-bottom .col-md-4:hover .block-wrapper {
	border-color:#252525;
}
.banner-bottom .col-md-4:hover span {
	color:#fac652;
	font-size:35px;
}
.banner-bottom .col2 .block-wrapper {
	border-right:1px solid transparent;
	border-left:1px solid transparent;
} 
.banner-bottom .block-wrapper span {
    display: inline-block;
    width: 70px;
    height: 50px;
    line-height: 40px;
    border: 5px solid transparent;
    text-align: center;
    color: #616161;
    font-size: 30px;
    vertical-align: top;
    margin-bottom: 10px;
	-moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.banner-bottom .block-wrapper .text-des {
    display: block;
    text-align: center;
    margin:0;
    font-size: 14px;
}
.banner-bottom .block-wrapper .text-des h3 {
    text-transform: uppercase;
    font-size:16px;
	color:#252525;
	margin:0 0 10px;
}

/*Banner-left-------------------------------------------*/

.banner-left { margin:30px 0 0; }
.banner-left a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
}
.banner-left img {
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-left a:hover img{
	-webkit-transform: rotate(-3deg) scale(1.1);
    -moz-transform: rotate(-3deg) scale(1.1);
    -ms-transform: rotate(-3deg) scale(1.1);
    -o-transform: rotate(-3deg) scale(1.1);
    transform: rotate(-3deg) scale(1.1);
}

/*Brand------------------------------------- */
.brand-container { margin:50px 0 0; }
.brand-container .owl-theme .owl-controls .owl-buttons div {
	top:20%;
}

.banner-view { margin:40px 0 0; }
/*===================================================*/
#top .box-top {
	float:right;
	border-left:1px solid #eeeeee;
	padding-left:35px;
}
.header-row1 {
	margin:16px 0 0;
	display:inline-block;
	width:100%;
}
.header-link {
	padding:32px 0 35px;
	float:right;
}
.header-content {
	height:30px;
    width: 50px;
    text-align: center;
    margin:0;
    cursor: pointer;	
}
.header-link { overflow:hidden; position:relative; }
.header-link:hover { overflow:inherit; }
.header-content::before {
    color: #000;
    content: "";
    display: block;
    font-family: FontAwesome;
    line-height: 22px;
	height:30px;
    width: 50px;
	background:url("../image/icon-account.png") no-repeat 50% 10px;
}
.header-link .header-content .box-content {
	background: #252525;
    border: 0;
    padding:20px;
    position: absolute;
    opacity:0;
    right:-30px;
    top: 110px;
	width: 175px;
	text-align:left;
    -moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
}
.header-link:hover .header-content .box-content { 
	opacity:1;
	top:97px;
	-moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
}
.top-cart { float:right; padding:25px 0 36px; }
.cart-search {
	position:relative;
	z-index:100;
}
/*Search------------------------------------------------*/
.header-search { 
	width:100%;
	text-align:center;
	padding:43px 0 0;
}
#search {
    display: inline-block;
	width:80%;
    margin: 0;
    padding: 0;
	border-bottom:1px solid #e1e2e2;
}
.header-search #search input {
    background: none;
    border: 0;
    box-shadow: none;
    color: #929191;
    float: left;
    font-size: 13px;
    height: 34px;
    margin: 0;
    padding: 0;
	letter-spacing:1px;
    text-transform: capitalize;
    width:92%;
    border-radius: 0;
}
#search .btn-lg {
	background:none;
    border: 0 none;
    border-radius: 0;
    height:34px;
    padding: 0;
    width: 34px;
	font-weight:400;
}
#search .btn-lg:hover {
	background:none;
}
#search .btn-lg:before {
	color:#252525;
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size:16px;
    line-height: 34px;
}
#search .btn-lg:hover:before {
	color:#fac652;
}
#search .btn-lg .fa {
	color:#000000;
	font-size:18px;
	margin:-1px 0 0;
}
#search .btn-lg:hover .fa {
	color:#fac652;
}

#search .input-group-btn { width:auto !important; float:left; }
#top-links .dropdown-menu { left:0;}
/*Cart----------------------------------------------------------*/
#cart {
	background:none;
    float: right;
    padding: 0;
	margin:50px 0 0;
}
#cart .top-cart-contain {
    cursor: pointer;
    padding:0 0 7px;
    position: relative;
    z-index: 1000011;
}
#top #cart {
	background: url("../image/icon-cart.png") no-repeat scroll 50% 0;
	cursor: pointer;
	float: right;
	margin:0;
	padding: 0;
	text-align: center;
	width: 50px;
	height:36px;
}
#top #cart:hover {
	background: url("../image/icon-cart.png") no-repeat scroll 50% -36px;
}
#cart .icon-cart {
    border: 1px solid #121212;	
    border-radius: 100%;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    text-align: center;
    width: 44px;
}
#cart:hover .icon-cart {
	background:#fac652;
	border:1px solid #fac652;
}
#cart:hover .icon-cart .fa { color:#fff; }
#cart .text-right { color:#fff; }
#cart .icon-cart .fa{
    font-size: 18px;
    margin:0 1px 0 0px;
}
#cart .btn-inverse {
	background:none;
	border: 0;
    text-align:right;
    padding: 0;
    box-shadow: none !important;
    text-shadow: none !important;
    z-index: 1;
    text-decoration: none !important;
    text-transform: capitalize;
}
#cart .btn-inverse:before {
	content: "\f07a";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
	color:#252525;
	margin-right:10px;
}
#cart .title-cart {
	color:#252525;
    font-size:12px;
	font-weight:700;
    padding:0;
    text-align: left;
	line-height:28px;
    text-transform: uppercase;
    vertical-align: top;
}
#cart #cart-total { 
	display:inline-block;
	text-align:left;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	line-height:26px;
	color:#252525 !important;
}
#cart #cart-total .cart-price {
	color:#f67051 !important;
}
#cart #cart-total .cart-item {
	background: #fac652;
    border: 0;
    text-align: center;
    width: 22px;
    line-height: 24px;
    height: 22px;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 8px;
	color:#fff;
	font-size:12px;
	font-weight:700;
    box-shadow: none !important;
    text-shadow: none !important;
    z-index: 1;
    text-decoration: none !important;
    text-transform: capitalize;
    border-radius: 100%;
}
#cart .top-cart span { clear:both; color: #2f2f2f; }
#cart .table td {
	padding:0 !important;
	vertical-align:inherit !important;
	text-align:right;
	border:0;
	background:none;
}
#cart .dropdown-menu {
	width: 280px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 20px;
}
#cart.open > .btn {
	color: #2f2f2f;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart { 
	position:relative;
	overflow:hidden;
	width:auto;
}
#cart:hover { overflow:inherit; }
#cart .dropdown-menu {
    background:#252525;
	border:1px solid #252525;
    opacity:0;
    padding:20px;
	margin:0;
    position: absolute;
    right: 0;
	display:inherit;
    text-align: left;
    top:120%;
    width: 340px;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
#cart:hover .dropdown-menu {
	opacity:1;
	top:100%;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 12px;
	color:#fff;
	padding: 0;
	text-align: center;
	padding: 10px;
}
.row-cart { width:100%; margin-bottom:10px; display:inline-block; }
.row-cart .image-cart {
	width:87px;
	float:left;
}
.row-cart .image-cart .img-thumbnail { 
	border-radius:0;
	padding:0;
	border:0;
	background:none;
}
.row-cart .cart-content {
	margin-left:100px;
    font-size: 14px;
	text-align:left;
	position:relative;
}
.cart-content .cart-button {
	position:absolute;
	bottom:0px;
	right:0;
}
.cart-content .btn {
	padding:0;
	background:none;
	border:0;
}
.cart-content .btn:hover { background:none; }
.cart-content .btn .fa-times-circle { color:#fff; border:0; }
.cart-content .btn .fa-times-circle:hover { color:#fac652; }
.cart-content .product-name a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.cart-content .product-name a:hover {
	color:#fac652;
}
.row2-cart { text-align:right; width:100%; font-size:14px; }
.row2-cart { text-align:right; width:100%; font-size:14px;}
.row2-cart .box-cart { margin-bottom:5px; }
.row2-cart .box-cart .text strong {
    font-size: 12px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.row2-cart .button-cart a {
	background:#fac652;
	border:0;
    font-weight: 700;
    font-size: 11px;
    padding: 8px 15px 6px;
    text-transform: uppercase;
    color: #fff;
	border-radius:0;
	display:inline-block;
}
.row2-cart .button-cart a strong { font-weight:700; }
.row2-cart .button-cart .fa { margin-right:5px; }
.row2-cart .button-cart {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.row2-cart .button-cart a:hover {
	background:#666;
    color: #fff;
}
.header {
	padding:0;
	text-align: center;
	width: 100%;
	position:relative;
	z-index:9999;
}
.header .header-inner {
	position: relative;
	z-index: 98;
}
/* 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;
}
/* content */
#content {
	min-height: 300px;
	position:inherit;
}
/*Footer-top---------------------------------------*/
.footer-top {
	padding:30px 0 20px;
	border-bottom: 1px solid #454343;
}
.footer-logo {
	display:inline-block;
}
.footer-logo a {
	font-size: 30px;
    font-weight: 600;
    color: #fac652;
    text-transform: uppercase;
	display:inline-block;
}
.footer-top  .footer-des p {
	font-size: 12px;
    text-transform: uppercase;
    color: #afb2b2;
    margin:0;
}

/*Footer-static-------------------------------------*/
.footer-container {
	background:#202020;
	padding:0;
	margin:50px 0 0;
}
.footer-static {
	background: #fac652 url("../image/bg-footer.png") no-repeat center center;
    margin: 0;
    padding: 35px 0;
}
.footer-static h2 {
	float:left;
	color: #fff;
    font-weight: 400;
    font-size: 34px;
	margin:0;
	letter-spacing:1px;
}
.footer-static span {
	font-weight:600;
}
.footer-static a {
	border:2px solid #fff;
	border-radius:20px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding:8px 20px 6px;
	display:inline-block;
	float:right;
	text-transform:uppercase;
	letter-spacing:2px;
}
.footer-static a:hover {
	border-color:#222;
	color:#222;
}

/* Footer-static1----------------------------------------------*/
.footer-static1 {
	text-align:center;
	padding:0 0 45px;
	background:url("../image/icon-footer.png") no-repeat 50% 100%;
}
.footer-static1 p {
	font-size:14px;
	color:#fafafa;
	margin:20px 0 0;
	max-width:770px;
	display:inline-block;
}

/* Footer-static2----------------------------------------------*/

.footer-static2 { padding:40px 0 0; text-align:center; }
.footer-static2 .col .fa {
	border: 2px solid #313131;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    height: 52px;
    line-height: 48px;
    text-align: center;
    width: 52px;
}
.footer-static2 .col h3 {
	margin:15px 0 0;
	font-weight:600;
	color:#fff;
	font-size:13px;
	line-height:25px;
	text-transform:uppercase;
}

/* Footer-static3----------------------------------------------*/

.footer .container-inner {
	padding:50px 0 45px;
	border-bottom:1px solid #3a3a3a;
}

/*End-footer---------------------------------*/
/* footer */
.footer {
    text-align: left;
}
.footer-title {
	margin-bottom: 20px;
}
.footer h3 {
	text-transform: uppercase;
    font-size: 18px;
    color:#afb2b2;
    font-weight: 600;
	letter-spacing:2px;
	margin:0 0 25px;
}
.footer .fa {
    font-size: 14px;
    color: #fac652;
    border-radius: 100%;
    padding-left: 3px;
    float: left;
	margin-top:4px;
}
.footer p {
	margin-left:30px;
	font-size:14px;
	color:#6a6b6b;
}
.footer p a {
	font-size:14px;
	color:#6a6b6b;
	text-transform:capitalize;
	font-weight:400;
}
.footer p a:hover { color:#fac652; }
.footer .adress { padding-right:100px; }
.footer .content {
    clear: both;
    display: block;
    font-size: 14px;
}
.footer .footer-content li {
    line-height: 30px;
}
.footer .footer-content li a {
	color:#6a6b6b;
    font-size: 14px;
    padding: 0;
	font-weight:400;
    text-transform: capitalize;
}
.footer .footer-content li a:hover {
	color:#fac652;
	padding-left: 15px;
}
.footer .media-body {
    min-height: 45px;
}
.footer ul li .media-body p {
    line-height: 22px;
    margin: 0;
	font-size:13px;
}
.footer .col3 .footer-content div { margin-bottom:16px; }
.footer .instagram-static .instagram-row a,
.footer .instagram-static .instagram-row1 a {
	float:left;
	overflow: hidden;
	position:relative;
}
.footer .instagram-static img {
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer .instagram-static img:hover {
	-webkit-transform: rotate(-3deg) scale(1.1);
    -moz-transform: rotate(-3deg) scale(1.1);
    -ms-transform: rotate(-3deg) scale(1.1);
    -o-transform: rotate(-3deg) scale(1.1);
    transform: rotate(-3deg) scale(1.1);
}
.footer .footer-static-content li { margin:0 0 15px; font-size:13px; }
.footer .footer-static-content .payment { margin:30px 0 0; }
.footer-bottom {
	border-top:1px solid #363636;
	text-align:center;
	background:#252525;
	padding:30px 0;
}
.footer-bottom .footer-content { display:inline-block; width:100%; }
.footer-bottom .footer-content li {
	display:inline-block;
	list-style:none;
	margin:20px 0 0;
}
.footer-bottom .footer-content li a {
	line-height: 30px;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-right: 1px solid #6a6a6a;
    margin-right: 10px;
    padding-right: 10px;
    color: #afafaf;
}
.footer .footer-content .f-adress,.footer .footer-content .f-phone,.footer .footer-content .f-email { color:#808080; }
.footer .footer-content .f-adress:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#fac652;
	content: "\f041";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer .footer-content .f-phone:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#fac652;
	content:"\f095";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer .footer-content .f-email:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#fac652;
	content:"\f003";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer-bottom .footer-content li:last-child a { border:0; }
.footer-bottom .footer-content li a:hover { color:#fac652; }
.footer .col3 .footer-content,.footer .col4 .footer-content { margin:25px 0 0; }
.copyright { padding:30px 0 16px; }
.copyright  .powered p {
    font-size: 14px;
    font-weight:400;
	text-transform:capitalize;
	color:#6a6b6b;
}
.powered a { color:#fac652; font-size:11px; }
.powered a:hover {
	color: #fff;
}
.copyright .paypal {
		text-align:right;
}
.copyright ul li {
	display:inline-block;
	margin-left:5px;
}
.copyright ul li img:hover { opacity:0.8; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin:10px 0 20px;
	border-radius:0;
}
/* breadcrumb */
.breadcrumb {
	background:none;
    font-size: 12px;
    margin-bottom:0;
    padding:0;
	border:0;
	border-radius:0;
}
.breadcrumb a {
	color:#6a6b6b;
    font-size: 14px;
    font-weight: 400;
	text-transform:capitalize;
	padding:0 10px 0 0;
}
.breadcrumb a:hover { color:#fac652; }
.breadcrumb li:after {
	content:"\f101";
	font-size: 12px;
    color: #9a9a9a;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.breadcrumb li:last-child:after {
	display:none;
}
.breadcrumb i {
	font-size: 18px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	
}
.breadcrumb li {
	display:inline-block;
	padding:0;
	margin:0 10px 0 0;
}
.breadcrumb li:last-child { background:none; margin:0; padding:0; }
.pagination {
	margin: 0;
}
/* buttons */
buttons .close { background:none;}
buttons .close:hover { background;none; }
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn,button{
	background:#fac652;
	border:0;
    font-weight: 700;
    font-size: 13px;
    padding:10px 16px 8px;
    text-transform: uppercase;
	color:#fff;
	letter-spacing:1px;
}
a.btn { color:#fff; }
.btn:hover,button:hover {
	background:#222;
    color: #fff;
}
.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;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-position: 0 -15px;
}
.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-danger {
	color: #333;
	border-radius:0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	
}
.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 {
	border:0;
	background:#222;
	color:#fff !important;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background:#fac652;
	color:#fff;
}
.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: #2f2f2f;
}
.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);
}
/* 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 */
.carousecarousel-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 */
.item-inner .new {
	position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    background-color: #28b0e9;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
	font-weight:700;
    width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:100%;
}
.item-inner .sale {
	position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    background-color: #fac652;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
	font-weight:700;
    width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:100%;
}
.item-inner {
	border:0;
    padding:0;
    position: relative;
	display:inline-block;
	width:100%;
	overflow:hidden;
}
.item-inner .images-container {
    overflow: hidden;
    position: relative;
}
.item-inner .image,.item-inner .image1 { margin:0; background:#fff; padding:0; }
.item-inner .lazy { min-height:30px; }
.item-inner .content {
	padding: 10px 10px 5px;
    position: relative;
	background:#f1f1f1;
	text-align:left;
}
.item-inner .des-container {
	padding:10px 0;
	text-align:center;
}
.item-inner .name { text-align:center; margin:20px 0 0;  }
.item-inner .rating {
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	z-index:2;
	padding:5px 0;
	background:#353535;
	opacity: 0;
	-moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.item-inner:hover .rating {
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.item-inner .description { display: none;}
.product-thumb .image {
	text-align: center;
}
.product-search .carousel-contain { margin:40px 0 0; }
.product-search  .search-products { margin:20px 0 0; }
.custom-products { margin:0 -5px; }
.product-grid { margin-bottom:10px; margin-bottom:30px; }
.product-list { margin-bottom:10px; padding:0 10px; }
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .name-review { float:left; width:100%; }
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .image { background:#f1f1f1;}
.product-list .images-container .actions,.product-list .images-container .price { display:none; }
.product-list .product-container {
	margin-bottom:40px;
}
.product-list:last-child { border:0; margin:0; }
.product-list .name {
	text-align:left;
	margin:0;
}
.product-list .name a { font-size:15px; }
.product-list .item-price { display:none; }
.product-list .rating-price { 
	display:none;
	width:100%;
	margin:25px 0 0;
	padding: 0 0 20px;
    border-bottom: 1px solid #e1e1e1;
}
.product-list .price {
    text-align: left;
	font-size:18px;
	margin:10px 0 0;
}
.product-list .item-inner .rating {
    margin:15px 0 0;
	text-align:left;
	position:inherit;
	background:none;
	opacity:1;
	padding:0;
	margin:10px 0 0;
	-moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product-list .description {
    clear: both;
    margin: 10px 0;
    line-height: 22px;
    color:#797979;
    padding: 10px 0;
    font-size: 13px;
    font-weight:400;
    text-transform: inherit;
	display:inline-block;
	width:100%;
}
.product-list .price .price-old {
	font-size:13px;
}
.product-list .left-block .item-box-hover,
.product-list .left-block .rating {
	display:none;
}
.product-list .box-list {
    border: 1px solid #e8e8e8;
    display: block;
    float: right;
    margin: 5px 0 0;
    max-width: 190px;
    padding: 30px;
    width: 100%;
	border-radius:3px;
}
.product-list .item-inner .add-to-links div {
	opacity:1;
	-moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product-list  .item-inner .actions {
	position:inherit;
	margin:0;
}
.product-list .add-to-links { text-align:left; margin:5px 0 0; }
.product-list .button-group {
	display: inline-block;
    margin:0;
    width: 100%;
}
.box-heading {
	background: #282828;
    border: 0 none;
    border-radius: 0;
    padding:0;
}
.content-top {
	padding:30px 0 20px;
	text-align:left;
	display:inline-block;
	width:100%;
}
.content-top h2 {
	color: #444;
    font-size: 33px;
    font-weight: 700;
	text-transform: uppercase;
	margin:0 0 15px;
	display:none;
}
.thum-category { margin-bottom:40px; }
.category-des { display:none; }
.category { margin:20px 0 0; }
.category-top .category-image {
	margin:0;
    overflow: hidden;
    text-align: center;
} 
.category-top .category-des { margin-left:220px; font-size:12px; font-family:'arial';}
.category .box-heading {
	background:none;
	position:relative;
}
.category .box-heading:after {
	content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 11px;
    height: 2px;
    background: #f1f1f0;
    z-index: 1;
}
.category .box-heading h3 {
	background: #fff;
    display: inline-block;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.category .box-content {
	margin:20px 0 0;
}
.category .list-group {
	padding:0;
}
.category .list-group li {
    line-height: 30px;
	background:none;
}
.category .list-group li ul li { padding:0; }
.category .list-group li:last-child { border:0; }
.category .list-group li a {
    cursor: pointer;
    display: block;
    line-height: 23px;
    text-decoration: none;
	border:0;
	border-radius:0;
	padding:3px 0;
	background:none;
}
.category .list-group li a:hover,.category .list-group li:hover { background:none !important; }
.category .list-group li a span {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.category .list-group li ul li a { 
	text-transform:capitalize;
	background:none;
    padding-left:10px;
}
.category .list-group li ul li a span {
	color: #797979;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
	text-transform:capitalize;
}
.category .list-group li ul li a:hover {
	background:none;
}
.category .list-group li a:hover,.layer-category .list-group a.active,.category .list-group li a.active  { 
	color:#fac652;
	border:0;
	background-color: #f1f1f1;
}
.category-filter .filter-content {
    margin: 15px 0 0;
}
.category-filter .filter-content:first-child { margin:0; }
.category-filter .panel-heading {
	padding:12px 10px 10px 30px;
	background:#323a45;
	border-radius:0;
}
.category-filter .panel-heading span {
    color: #ffffff;
    display: inline-block;
    font-family:'BebasNeuewebfont';
	word-wrap: break-word;
    font-size: 18px;
	margin:0;
    text-transform: uppercase;
}
.category-filter  { border:1px dashed #ebebeb; box-shadow:none; margin:0 0 35px; border-radius:0; }
.category-filter  .filter-content a.list-group-item {
    background:#f1f1f1;
    color: #444;
    line-height: 30px;
    padding:5px 10px 5px 30px;
    text-transform: uppercase;
	border:0;
	font-size:14px;
}
.category-filter .filter-content a.list-group-item:hover { }
.category-filter  .filter-content  div.list-group-item,.category-filter  .filter-content  div.list-group-item:last-child{
    border:0;
    margin:0;
    padding:10px 30px;
	border-radius:0;
}
.category-filter  .panel-footer { text-align:left; border:0; display:inline-block; width:100%; padding:10px 20px 25px; background:none; margin:5px 0 0; }
.category-image .img-thumbnail { padding:0; border-radius:0; border:0; }
.list-group-item label  {
    margin: 0;
    padding-top: 13px;
	font-size:12px;
	color:#666;
    text-transform: capitalize;
}
.list-group-item label:last-child { border:0; }
.rating {
    margin:5px 0 0;
    text-align: center;
    width: 100%;
}
.name {
    font-weight: normal;
    margin:0;
    text-align: left;
}
.name a {
    font-size: 14px;
    font-weight:500;
	color:#252525;
	text-transform:uppercase;
	letter-spacing:0;
}
.name a:hover {
    color:#fac652;
}
.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-stack-3x { color: #ddd;}
.rating .fa-star + .fa-star-o {
	color: #E69500;
	display: none;
}
.price {
    font-size:18px;
    color:#f67051;
	text-align:center;
	font-weight:700;
	margin:8px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display:none;
}
.price .price-old {
    color: #adb1b1;
    font-size: 18px;
	margin-right:2px;
	font-weight:400;
    text-decoration: line-through;
}
.item-inner .review-price { text-align:left; display:inline-block; width:100%; min-height:30px;}
.item-inner .review-price .price { text-align:left; float:left; width:auto; margin:6px 0 0; }
.item-inner .review-price .rating { float:right; width:auto; margin:5px 0 0;  }
.item-inner .button-group button {
    font-size:0;
	padding:0;
	border-radius:0;
	background:none;
	float:left;
}
.item-inner .add-to-links div.cart button span { 
	font-size:0;
} 
.item-inner .add-to-links div.cart button span span:before {
	color: #68696c;
	font-weight:inherit;
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height:48px;
	content: "\f07a";
}
.item-inner .add-to-links div.cart button:hover span { color:#fac652; }
.item-inner .button-group .cart button span span {
    font-size:0;
}
.item-inner .button-group .cart button:hover span span {
	background:none;
	color:#fac652;
}
.item-inner .button-group .cart button:hover span span:before { color:#fac652; }
.item-inner .add-to-links div {
	display:inline-block;
	-moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	opacity:0;
	-moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.item-inner:hover .add-to-links div { 
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.item-inner:hover .add-to-links .qv-button-container {
	-moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.item-inner:hover .add-to-links .cart {
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.item-inner:hover .add-to-links .wishlist {
	-moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.item-inner:hover .add-to-links .compare {
	-moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}

.item-inner .add-to-links div:last-child { margin:0;}
.add-to-links {
    display: inline-block;
    margin: 13px 0 0;
    width: 100%;
	text-align:center;
}
.add-to-links div:last-child {
    margin:0;
}
.item-inner .actions {
	background:none;
    top:50%;
    left:0;
    padding:0;
    position: absolute;
    right: 0;
    width:100%;
	margin:-20px 0 0;
	z-index:99;
}
.item-inner .add-to-links div button {
	background:#fac652;
    height: 63px;
	width: 63px;
	line-height:63px;
	color:#fff;
	border:0;
	font-size:0;
	text-align:center;
    margin: 0;
	font-weight:normal;
    padding: 0;
	position:relative;
	overflow:hidden;
}
.item-inner .add-to-links div.wishlist button {
	border-left:0;
	border-right:0;
}
.item-inner .add-to-links div.compare button {
	border-right:0;
}
.item-inner .add-to-links div button:before {
	color: #fff;
	font-weight:inherit;
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height:63px;
	transition-delay: 0;
}
.item-inner .add-to-links div button:hover {
	background:#8e8e8e;
}
.item-inner .add-to-links .qv-button-container button::before {
	content: "\f065";
}
.item-inner .add-to-links div.cart button:before  {
	content: "\f07a";
}
.item-inner .add-to-links div.wishlist button:before  {
	content:"\f08a";
}
.item-inner .add-to-links div.compare button:before  {
	content:"\f012";
}
.item-inner .add-to-links div button span { 
	font-size:0;
	display:none;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.category-list {
	margin: 10px 0 0;
	overflow: auto;
}
.category-list h3{
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
	margin-top:10px;
    text-transform: uppercase;
}
.category-list ul {
    float: left;
    margin: 0;
}
.category-list li {
    background-color: #666;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    margin-right: 12px;
    padding: 3px 10px;
}
.category-list li a { color:#fff; font-size:13px; }
.row-compare { display: none; }
.product-filter .btn-group button {
	background:none;
    border-radius: 0;
    float: left;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    width: 31px;
	margin-right:15px;
}
.product-filter .btn-group button#list-view {
	width:28px;
	height:23px;
}
.product-filter .btn-group #list-view {
	background:url("../image/list.png") no-repeat scroll 0 0;
}
.product-filter .btn-group #list-view.selected,.product-filter .btn-group #list-view.selected:hover {
	background:url("../image/list_hover.png") no-repeat scroll 0 0;
}
.product-filter .btn-group #grid-view {
	background:url("../image/grid.png") no-repeat scroll 0 0;
}
.product-filter .btn-group #grid-view.selected,.product-filter .btn-group #grid-view.selected:hover {
	background:url("../image/gird_hover.png") no-repeat scroll 0 0;
}
.text-right {
	color: #666;
	font-size:13px;
}
.product-filter {
    overflow: hidden;
    padding:0 0 12px;
	border:0;
	background:none;
	margin:15px 0 20px;
	text-align:center;
}
.product-filter .limit {
    color: #666;
    float: right;
	display:inline-block;
    margin: 0;
	position:relative;
	padding:0 2px 0 10px;
    border:1px solid #dbdbdb;
}
.product-filter .sort {
    float: right;
    margin:0 0 0 20px;
    padding: 0 2px 0 10px;
    border: 1px solid #dbdbdb;
}
.product-filter .btn-group { margin:0; display:inherit; float:left;  }
.product-filter select {
    margin: 0;
    font-size: 11px;
    color:#222;
    font-weight:700;
	text-transform:uppercase;
    padding:0;
    vertical-align: middle;
    border-radius: 0;
    height: 38px;
	line-height:40px;
    width: auto;
    float: none;
	border: 0 !important;
	display:inline-block;
}
.product-filter label {
    vertical-align: middle;
    margin: 0;
    font-size: 11px;
    color:#222;
    font-weight: 700;
	height: 38px;
	line-height:40px;
	text-transform:uppercase;
}
.custom-category .pagination li {
	float: left;
    margin-right: 8px;
}
.custom-category .pagination span,.custom-category .pagination a {
	color: #333;
    text-decoration: none;
    font-size:15px;
    font-weight:700;
	padding:0;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#fff;
	border-radius:0 !important;
	border:1px solid #DDD;
}
.custom-category .pagination span:hover,.custom-category .pagination a:hover,.custom-category .pagination .active span  {
	color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
	background:#fac652 !important; 
	cursor:pointer;
	border:1px solid #fac652!important;
	border-radius:0 !important;
}
.pagination li {
	float:left;
	margin-right:8px;
}
.pagination span,.pagination a,.pagination>li>a, .pagination>li>span {
	color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    width:35px;
	height:35px;
	line-height:32px;
	text-align:center;
    background: #fff;
	padding:0;
    border-radius:0 !important;
    border: 1px solid #DDD !important;
}
.pagination span:hover,.pagination a:hover,.pagination .active span  {
	color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #fac652 !important;
    cursor: pointer;
    border: 1px solid #fac652 !important;
	border-radius:0 !important;
	font-weight:700 !important;
}
.pagination>li>a, .pagination>li>span { border: 1px solid #DDD !important;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { font-weight:700 !important; color:#fff !important; border: 1px solid #fac652!important; }
.custom-category .text-right {
	color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.button-view:hover { cursor: pointer; }
.alert { position:fixed; top:0; left:0; width:100%; z-index:999999; border-radius:0; margin:0; }
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom:0;
	padding: 0;
	display: block;
	border:0;
	border-radius:0;
	background:#f1f1f1;
	border:0 !important;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	max-width:inherit;
	width:27%;
}
.image-block  .owl-carousel .owl-item { padding:0 2px; }
.product-special .category { margin:28px 0 0; }
/*productt-view------------------------------------------*/
#product .alert-info { position:inherit; display:inline-block; width:100%; border-radius:0; }
.product-view .image-additional { margin:0; padding:20px 0 0; }
.product-view .owl-carousel .owl-wrapper-outer { width:100%; }
.product-view .view-related.owl-carousel .owl-wrapper-outer { width:100%; }
.product-view .view-zoom { position:inherit; }
.image-block .owl-carousel .owl-wrapper-outer { min-height:auto; }
.product-view .thumbnails-image .thumbnail { background:#f1f1f1; border:0 !important; padding:0; border-radius:0; margin:0;  }
.product-view .thumbnails-image .zoomContainer .zoomLens {
	border:1px solid #f1f1f1 !important;
}
.product-view .thumbnails-image .zoomContainer .zoomWindow {
	border:1px solid #ededed !important;
}
#content .product-view .product-name h1 {
    color: #333339;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
	letter-spacing:1px;
	font-weight:600;
}
.product-view .list-unstyled {
    margin:0;
    padding:10px 0 0;
}
.product-view .list-unstyled li {
	color:#69686c;
    line-height: 20px;
	font-size:12px;
	text-transform:capitalize;
	margin:0 0 3px 0;
	font-weight:500;
}
.product-view .list-unstyled li:before {
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color:#69686c;
	font-size:15px;
	content:"\f101";
	margin-right:10px; 
}
.product-view .list-unstyled li a {
	color: #fac652;
}
.product-view .list-unstyled li a:hover{
	color: #4d4d4d
}
.product-view .price {
    margin:10px 0 15px;
    overflow: auto;
    padding:15px 0;
    width: 100%;
	text-align:left;
	font-size:30px;
}
.product-view .price span {
	color:#aaaaaa;
    font-size: 20px;
    margin-right: 3px;
}
.product-view .item-inner .price span.price-new {
    font-size: 18px;
    color:#f67051;
    font-weight: 700;
}
.product-view .item-inner  .price span {
	color:#adb1b1;
    font-size: 18px;
	margin-left:0;
} 
.product-view .item-inner .add-to-links button:hover:before { color:#fff; }
.product-view .description {
	clear: both;
    margin: 0 0 10px;
    line-height: 22px;
    display: inline-block;
    font-size: 13px;
    font-weight:300;
    text-transform: inherit;
	padding:0 0 20px;
}
.product-view .item-inner .description { display:none; }
.product-view .item-inner .images-container .actions { padding:0; }
.view-tag {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
}
.view-tag .module-title { margin:0 0 20px; }
.view-tag .module-title h2 {
    display: inline-block;
    background: #fff;
    color: #222;
    margin: 0;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
	position:relative;
	z-index:2;
    text-transform: uppercase;
}
.view-tag .module-title:after { z-index:1; }
.view-tag a {
    background: #fff;
	border:1px solid #eee;
    display: inline-block;
    font-size: 13px;
    margin: 0 5px 10px 0;
    padding: 6px 16px;
    text-transform: uppercase;
}
.view-tag a:hover {
	border-color:#fac652;
}
.product-view #product .add-to-links .wishlist,.product-view #product .add-to-links .compare {
	display:inline-block;
	margin:0;
}
.product-view .add-to-links button {
	width:63px;
	height:63px;
	background:#fac652;
	color:#fff;
    display: block;
    font-size: 14px;
    font-weight: normal !important;
    padding: 0;
    text-decoration: none;
    text-transform:uppercase;
	border-radius:0;
}
.product-view .add-to-links button:hover { background:#8e8e8e; }
.product-view .add-to-links .wishlist button:before {
	display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    line-height: 63px;
    font-weight: normal;
	content:"\f08a";
}
.product-view .add-to-links .compare button:before {
	display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    line-height: 63px;
    font-weight: normal;
	content:"\f012";
}
.product-view .add-to-links button span { display:none; }
.product-view  .form-group label {
    color: #2f2f2f;
    float: left;
    line-height: 23px;
    margin: 10px 15px 0 0;
	padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.product-view .form-group input { margin-left:0; margin-right:10px; position:inherit; }
.product-view  .form-group.required  label{
    color: #2f2f2f;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    margin: 10px 5px 0 0;
	float:none;
	display:block;
}
.product-view .form-group #minus {
	background: url("../image/qty-decrease.png") no-repeat scroll 50% 50%;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 35px;
    margin:0;
    padding: 0;
    width: 45px;
	border-right:1px solid #ddd;
	display:none;
}
.product-view .form-group #plus {
	background: url("../image/qty-increase.png") no-repeat scroll 50% 50%;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 35px;
    margin:0;
    padding: 0;
    width: 45px;
	border-left:1px solid #ddd;
	display:none;
}
.product-view .form-group #input-quantity {
    background:#fac652 !important;
    color: #fff;
	border:0;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    height: 63px;
    margin:0;
    padding: 0;
	border-radius:0;
    text-align: center;
    width: 63px !important;
	box-shadow:none;
}
.product-view .form-group #button-cart {
	background:none;
    border-radius: 0;
    float: left;
    font-size: 0;
    padding: 0;
	width:auto;
	border:0;
}
.product-view .form-group #button-cart span {
    display: block;
    padding:0;
	height:63px;
	line-height:63px;
	width:63px;
    font-weight:700;
    font-size:0;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
	background: #fac652;
    color: #fff;
	border-radius:0;
}
.product-view .form-group #button-cart span:before {
	content:"\f07a";
    font-family: FontAwesome;
    font-size: 16px;
    text-indent: 0;
    display:inline-block;
	font-weight:normal;
	line-height:63px;
	margin-left:10px;
}
.product-view .form-group #button-cart:hover span {
	background:#222;
}
.product-view .form-group #button-cart span span {
	padding:0;
	background:none;
}
.product-view .form-group #button-cart:hover span span { background:none; }
.product-view .form-group { display:inline-block; width:100%; margin:0 0 10px; }
.product-view  #product .add-to-links { 
	padding:0 0 5px;
	text-align:left;
	margin:0;
}
.product-view .input-content {
	float: left;
    margin-right: 5px;
	background:#fff;
}
.product-view  .rating { text-align:left; display:inline-block; width:100%; margin:20px 0 0; }
.product-view  .rating  p {
	display:inline-block;
	width:100%;
	margin:0;
	padding:0 0 20px;
}
.product-view .tab-view {
	display:inline-block;
	width:100%;
	margin:80px 0 0;
	border:1px solid #eaeeef;
}
.product-view .tab-view  li {
    float: left;
	padding:0 35px 0 0;
	position:relative;
}
.product-view .tab-view a {
	background:none !important;
	display: block;
    width: 100%;
    position: relative;
    padding:0;
	border:0 !important;
    font-size: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color:#99989e;
    font-weight:600;
	border-radius:0;
}
.product-view .tab-view a:hover,.product-view .tab-view li.active a {
    color:#252525;
}
.product-view .tab-view li:last-child.active a { border:0; }
.product-view .nav-tabs {
	float: left;
    margin:0;
    padding:25px;
    text-align: left;
    width: 100%;
}
.product-view  .tab-content {
	width: 100%;
    padding:25px;
    line-height: 23px;
    border:0;
    float: left;
    min-height: 175px;
    font-size: 13px;
	color:#999;
    font-weight: 400;
    text-transform: inherit;
}
.product-view #tab-review h2 {
	font-size: 18px;
    margin: 20px 0 0 0;
    text-transform: capitalize;
}
.product-view #tab-review .table {
	border:0;
}
.product-view #tab-review .table td { background:none; border:0; padding:0; text-align:left; }
.tab-content strong {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 5px;
	font-size:15px;
}
.product-view .tab-view .form-group label { width:100%; text-align:left; margin:0; padding:0 0 10px;}
.product-view .tab-view input.form-control  { width:300px; box-shadow:none; border:1px solid #e8e8e8 !important; font-size:13px; }
.product-view .tab-view textarea { width:500px; min-height:100px; line-height:25px; box-shadow:none; border:1px solid #e8e8e8 !important; font-size:14px; }
.product-view .tab-view .text:before {
    border-bottom: 9px solid #e5e5e5;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -9px;
}
.product-view .tab-view .text:after {
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -8px;
}
.product-view .tab-view .text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin:5px 0 20px;
    padding: 20px;
    position: relative;
}
.product-view .item-inner .price {
	line-height: 28px;
    border: 0;
    padding: 0;
    text-align: center;
	margin: 6px 0 0;
	font-size: 18px;
}
.product-view .related-items .qv-button-container { display:none; }
.product-view .item-inner .add-to-links .cart button { padding:0; font-size:0; }
.product-view .item-inner .rating { text-align:center; margin:0; }
.related-title.module-title { display:inline-block; width:100%; margin-top:40px; margin-bottom:20px;  }
.view-related .owl-wrapper { margin:5px 0; }
.view-related { margin-bottom:0; }
.related-title.modunl-title { margin-top:40px; }
.alert-success { border-radius:0; margin:0 0 20px;}
.table-responsive thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}
.account-order .table-bordered thead td { min-width:115px; }
.table-responsive td {
    padding:15px !important;
	text-align: center;
    vertical-align: middle !important;
	color: #4d4d4d;
    font-size: 14px;
}
.table-responsive td .img-thumbnail { border-radius:0; border:0; }
.table-responsive td.text-left a {
	color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.table-responsive td.text-left a:hover {
	color:#fac652;
}
.table-responsive td.text-left small {
	color: #4d4d4d;
    font-size: 14px;
}
.table-responsive td .form-control {
	width: 45px;
    height: 38px;
    border: 1px solid #DDD;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
}
.table-responsive tbody td.text-right {
	color: #fac652;
    font-size: 20px;
	font-weight:700;
}
.account-order-info .table-responsive .table-bordered {
	border: 1px solid #ddd;
    position: relative;
    overflow: scroll;
    display: block;
}
.account-order-info .table-responsive tbody td { max-width:80px; }
.table-responsive td .input-group-btn {
	width: 100%;
    margin-top: 10px;
    display: inline-block;
}
.table-responsive td .btn { margin-right:5px; }
.checkout-cart .btn-danger  { color:#fff; }
.checkout-cart #content h1,.checkout-cart #content h2{
    font-size: 16px;
	margin:0 0 20px;
}
.checkout-cart h1 {
	padding:20px;
	font-size: 18px;
    text-transform: uppercase;
	background:#f1f1f1;
}
.table-bordered thead tr td {
	background: #f1f1f1;
    border: 0;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.checkout-cart #content p {
	color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
	margin-bottom:20px;
}
.checkout-cart #accordion .panel-heading {
	background:#f1f1f1;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 14px;
    text-transform: uppercase;
	color:#555;
}
.checkout-cart #accordion .panel-heading a .fa-caret-down { margin:0 0 0 5px; }
.checkout-cart .panel-group .panel { 
	border-radius:0; 
	margin-bottom:15px;
	border-left:0;
	border-right:0;
	border-top:0;
	background:none;
	box-shadow:none;
}
.checkout-cart .panel-collapse label {
	color: #4d4d4d;
    font-size: 14px;
	line-height: 33px;
    margin: 0;
    padding: 0;
}
.checkout-cart .panel-collapse input {
	height:40px;
	box-shadow:none;
	border:1px solid #dddddd;
	color: #4d4d4d;
    font-size: 13px;
	width:300px;
	border-radius:0;
}
.checkout-cart .panel-collapse .input-group-btn { float:left; }
.checkout-cart .panel-collapse .input-group-btn input {
	width:auto;
	background:#222;
	color:#fff;
	border:0;
}
.checkout-cart .panel-collapse .input-group-btn input:hover {
	background: #fac652;
    color: #fff;
}
.checkout-cart .panel-collapse .form-horizontal .btn {
	width:auto;
	background:#222;
	color:#fff;
	border:0;
}
.checkout-cart .panel-collapse .form-horizontal .btn:hover {
	background: #fac652;
    color: #fff;
}
.checkout-cart .buttons a { color:#fff; }
.checkout-title {
	overflow: hidden;
	margin: 0 0 25px;
}
#content .checkout-title h1 {
	margin: 0;
	font-size: 18px;
	color: #555;
	text-transform: uppercase;
	line-height: 50px;
	background: #f1f1f1;
	padding-left: 10px;
}
.panel-group .panel-heading {
	background:#f5f5f5;
	border:1px solid #eee;
	padding:12px 15px 8px;
	border-radius:0;
}
.panel-group .panel { box-shadow:none; border-radius:0; margin-bottom:15px; border:0; }
.panel-group .panel .panel-heading a,.panel-group .panel .panel-heading .panel-title {
    color: #222;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
.panel-group .panel .panel-body { border:1px solid #f2f2f2 !important; border-top:0; }
.panel-group .panel-body { border:0 !important; }
.panel-group .panel .panel-heading a  .fa-caret-down { margin:0 0 0 8px; }
.panel-group .panel .panel-heading .panel-title { padding:0 0 5px; }
.panel-group .panel-collapse h2 {
	color: #666666;
    font-size: 16px;
	line-height: 33px;
	font-weight:normal;
    margin:0 0 10px;
    padding: 0;
	text-transform: uppercase;
}
.panel-group .panel-collapse p,.panel-group .panel-collapse label {
	color: #4d4d4d;
    font-size: 13px;
}
.panel-group .panel-collapse label { margin-top:5px; }
.panel-group .panel-collapse .form-group a { margin-top:10px; display: inline-block; width:100%; }
.panel-group .panel-collapse .form-group input { width:300px; height:40px; box-shadow:none; border:1px solid #ddd; border-radius:0; font-size:14px; }
.table-bordered thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}
.table-bordered td { text-align:center; vertical-align: middle !important; padding:8px !important; font-weight:700; }
.table-bordered td.text-left a {
	color: #252525;
    font-size: 14px;
    text-transform: uppercase;
	font-weight:700;
}
.table-bordered td.text-left small {
	color: #4d4d4d;
    font-size: 14px;
}
.account-account #content h2,.account-wishlist #content h2  {
    font-size: 24px;
    text-transform: uppercase;
	margin:0 0 20px;
}
.account-account .list-unstyled { margin-bottom:20px;}
.account-wishlist .table-bordered thead td { min-width: 135px; }
.account-wishlist .table-bordered td { padding:10px !important; color:#222; }
.account-wishlist .table-bordered .price { margin:0; font-size: 16px; text-align:center; }
.account-wishlist .table-bordered .btn { border-radius:0; }
.well { 
	border:1px solid #ddd;
	background:none;
	border-radius:0;
	box-shadow:none;
}
.well p {
	margin:0 0 20px;
}
.well input  { border-radius:20px; }
.list-group-item:first-child{ border-radius:0; }
.list-group-item:last-child { border-radius:0; }
.account-border .form-group label  { text-align:left; }
/*---------------------------------------------------------*/
.product-view .product-more-info { padding-bottom:10px; border-bottom:1px solid #eee; }
.product-view .box-col {
    overflow: hidden;
    position: relative;
    text-align: center;
	margin-bottom:10px;
}
.product-shop-inner { margin-bottom:25px; }
.product-more-info .box-col-inner {
    background:none;
    margin-bottom: 10px;
}
.product-more-info .view-left {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #eee;
    margin-right: 10px;
    font-size: 26px;
}
.shapes {
    width: 0px;
    height: 0px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
}
.product-more-info .view-left .fa {
    font-size:23px;
    color: #666;
}
.product-more-info .media-body {
    font-size:13px;
    color: #666;
    font-weight:400;
    line-height: 25px;
    margin: 0;
    text-align: left;
}
.product-more-info .media-body h3 {
    font-size: 16px;
    font-weight:700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    color:#232323;
}
.view-related .owl-item {
    padding: 0 15px;
}
.product-view .col-sm-5 { position:inherit !important; }
.image-block .owl-theme:hover .owl-controls .owl-buttons div { opacity:1; }
.image-block .owl-theme .owl-controls .owl-buttons div {
    height:30px;
    margin:-10px 0 0;
	border:0;
    top: 50%;
    width:20px;
	padding:0;
	text-align:center;
	background:none;
	font-size:0;
	opacity:0;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev { left:2px; }
.image-block .owl-theme .owl-controls .owl-buttons .owl-next { right:2px; }
.image-block .owl-theme .owl-controls .owl-buttons div:hover,
.image-block .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background:#fac652;
}
.image-block .owl-theme .owl-controls .owl-buttons div:before {
	content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	line-height:30px;
	font-size: 25px;
    color: #252525;
	text-align:center;
	height:100%;
	width:100%;
}
.image-block .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content:"\f105";
}
.image-block .owl-theme .owl-controls .owl-buttons div:hover:before { color:#fff; }
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.carousel-contain .slides li img { display:inline-block; }
.flex-direction-nav a:before {
	line-height: 40px;
}
.owl-theme .owl-controls .owl-buttons div{
	font-size: 0;
    width: 52px;
    height: 52px;
	border:1px solid #363030;
    float: left;
    background:url("../image/icon-arrow.png") no-repeat -3px 0;
    position: absolute;
    top: 45%;
    padding:0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url("../image/icon-arrow.png") no-repeat 98% 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background:url("../image/icon-arrow.png") no-repeat 98% 103%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background:url("../image/icon-arrow.png") no-repeat -3px 100%;
	border-color:#fac652;
}
.owl-theme .owl-controls .owl-buttons { 
	opacity:0;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.owl-theme:hover .owl-controls .owl-buttons {
	opacity: 1;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-buttons .owl-next { right:0; text-align:left; }
.owl-theme .owl-controls .owl-buttons .owl-prev { left:0; right:inherit; }
.ma-brand-slider-contain .jcarousel-skin-opencart .jcarousel-container .jcarousel-prev-horizontal:hover {background:url(../image/bg_direction_nav.png) no-repeat 0 100% #fac652;}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover {
	background:url(../image/bg_direction_nav.png) no-repeat 100% 100% #fac652;
}
.owl-theme .owl-controls .owl-pagination .owl-page {
	display: inline-block;
    height: 10px;
    margin:0 4px;
    width: 16px;
    background:url("../image/bkg_nav.png") no-repeat 4px 2px;
	position:relative;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
	font-size:0;
}
.owl-theme .owl-controls .owl-pagination .owl-page.active,
.owl-theme .owl-controls .owl-pagination .owl-page:hover {
	background:url("../image/bkg_up.png") no-repeat 0 0;
}
.owl-theme .owl-controls .owl-pagination { text-align:center; }
/*Home-group-------------------------------------*/
.home-modunl { margin:60px 0 0; }
.home-modunl .group-title {
	border-bottom: 1px solid #eaeeef;
	margin-bottom: 35px;
}
.home-modunl .group-title h3 {
	display: inline-block;
    background: #fff;
    color: #252525;
    margin: 0;
	padding-bottom:10px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-modunl .item-group {
	margin-bottom:35px;
}
.home-modunl .item-group .images-container {
	width:120px;
	float:left;
}
.home-modunl .item-group .box-content {
	margin-left:135px;
}
.home-modunl .item-group .box-content .name {
	text-align:left;
	margin:10px 0 0;
}
.home-modunl .item-group .box-content .price {
	text-align:left;
	margin:10px 0 0;
}
.home-modunl .item-group .box-content .cart {
	display:inline-block;
	width:100%;
	margin:15px 0 0;
}
.home-modunl .item-group .box-content .cart span {
	font-size:12px;
	color:#252525;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 18px 8px;
	border:1px solid #eaeeef;
	display:inline-block;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.home-modunl .item-group .box-content .cart span:hover {
	background:#fac652;
	color:#fff;
	border-color:#fac652;
}
/*Layered========================================*/
.layered-modunl .ui-state-default, .layered-modunl .ui-widget-content .layered-modunl .ui-state-default,.layered-modunl  .ui-widget-header .ui-state-default {
	height:10px !important;
	width:10px !important;
	background:#fac754 !important;
	border-radius:100% !important;
	border:0 !important;
	top:-4px;
}
.layered-modunl .ui-slider .ui-slider-range {
	height:3px !important;
	background:#fac754 !important;
	border:0 !important;
	margin:0;
}
.layered-modunl .filter-attribute-container .list-group-item .filter-price #slider-price {
	background:#f1f1f0;
	border:0 !important;
	margin:0;
	height:3px !important;
}
.layered-modunl { border:0; border-radius:0; box-shadow:none; margin-bottom:40px; }
.layered-modunl .layered-heading {
    background:none;
    padding:0;
	border:0;
	border-radius:0;
	position:relative;
	margin:0 0 45px;
	display:none;
}
.layered-modunl .layered-heading strong {
	background:#fff;
    display:inline-block;
    color:#222;
    font-size: 20px;
    font-weight:600;
    margin: 0;
    padding:0 10px 0 0;
    text-transform: uppercase;
	position: relative;
    z-index: 2;
}
.layered-modunl .layered-heading:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 11px;
    height: 2px;
    background: #f1f1f0;
    z-index:1;
}
.layered-modunl .list-group {
	padding: 0;
    background:#fff;
    border:0;
	margin:0;
}
.layered-modunl .filter-attribute-container label {
	font-size: 22px;
    font-weight: 600;
    color:#121111;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px double #eaeeef;
	width:100%;
}
.layered-modunl .list-group-item { background:none; }
.filter-attribute-container .filter-price { padding:0 15px; margin:10px 0 0; }
.layered-modunl .filter-attribute-container { 
	margin:0 0 40px;
}
.layered-modunl .filter-attribute-container:first-child { margin:0; padding:0; border:0; }
.layered-modunl .filter-attribute-container:last-child { border:0; margin:0; padding:0; }
.layer-category .list-group a {
	color:#121111;
    font-size: 13px;
	font-weight:400;
    line-height: 33px;
    display: inline-block;
    text-transform: uppercase;
	padding:0;
	border:0;
	text-align:left;
}
.layer-category .list-group a:before {
	content:"\f105";
    font: normal normal normal 12px/1 FontAwesome;
    float: right;
	line-height:33px;
    vertical-align: middle;
    font-size: 13px;
    color: #121111;
}
.layer-category .list-group a:hover,.layer-category .list-group a:hover:before { border:0; background:none; color:#fac652; }
/*End-Layered====================================*/

/*Custommenu========================================*/
.common-home .nav-container { margin:0; }
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title{
	padding:15px 20px;
    text-decoration: none;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:300;
    color:#fff;
    position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home .parentMenu a {
	padding:15px 20px 15px 0;
}
.pt_custommenu div.pt_menu .parentMenu a span {
    padding:0;
}
.pt_custommenu div.pt_menu .parentMenu a span:before {
	content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -5px;
    line-height: normal;
    opacity: 0;
}
.pt_custommenu div.pt_menu .parentMenu:hover a span:before,
.pt_custommenu div.pt_menu.active .parentMenu a span:before,
.pt_custommenu div.pt_menu.act .parentMenu a span:before {
	opacity:1;
}
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a span:before,
.pt_custommenu div.pt_menu#pt_menu_home .parentMenu a span:before {
	display:none;
}
/*modunl===================================================================*/
.nav-container {
	width:100%;
}
.pt_custommenu div.pt_menu.active {
    color: #fff;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act,.pt_custommenu div.pt_menu.active .parentMenu a {
	background:none;
}
.pt_custommenu div.pt_menu.act a, .pt_custommenu div.pt_menu.active .parentMenu a,
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName:hover,
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName:hover { 
	color:#fac652;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName {
    color: #fff;
}
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName { color:#929292; }
.pt_custommenu div#pt_menu_home.act a:before {
	width:25px;
}
.pt_custommenu .itemSubMenu h4.level2,
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemSubMenu h4.level3,
.pt_custommenu .itemSubMenu a.level3,
.pt_custommenu .itemMenu .level1 a.level0 {
	background:none;
}

.pt_custommenu div.pt_menu_no_child .parentMenu a:hover { background:none; }
.pt_custommenu .itemMenu a.level0:hover,
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemSubMenu h4.level2 span{
    background:url("../image/bg-title.png") no-repeat 0 100%;
	color:#fac652;
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu .level1 a.level0:hover{
	color:#fac652;
	background:none;
	padding-left:5px;
}
.pt_custommenu .itemMenu h4.level0, .pt_custommenu .itemMenu a.level0 {
	background:none;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #fac652;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color: #fac652 !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color: #fac652 !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #fac652 !important;
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	color: #fac652 !important;
}
.menu-mobile {
	background: #fac652;
}
ul.tabs li span:hover,ul.tabs li.active span {
    color: #fff;
	background:#fac652;
}
.custom-menu-bottom { padding:0 20px 30px;}
/*---------------------------------------*/
.module-title {
	position: relative;
    margin-bottom: 35px;
	text-align:center;
}
#content .module-title h2 {
    display: inline-block;
    background: #fff;
	color:#252525;
    margin: 0;
	border-bottom: 1px solid #eaeeef;
    padding: 8px 50px;
    font-size:30px;
    font-weight:600;
    text-transform: uppercase;
	position:relative;
	z-index:2;
}
.module-title h2 {
    display: inline-block;
    background: #fff;
	color:#252525;
    margin: 0;
	border-bottom: 1px solid #eaeeef;
    padding: 8px 50px;
    font-size:30px;
    font-weight:600;
    text-transform: uppercase;
	position:relative;
	z-index:2;
}
/*Special-product------------------------------------------------*/
.product-search .special-products { margin:0; }
.product-search .product-grid { padding:0 10px; }
.product-search .product-list { padding:0 15px; }
.product-special .special-products { margin:10px 0 0; }
.special-products { margin:0 0 60px; }
.special-products .special-title {
	text-align:left;
	margin-bottom:30px;
	border-bottom: 1px solid #eaeeef;
}
.special-products .special-title h2 {
	font-size: 23px;
    font-weight: 600;
    color:#252525;
    text-transform: uppercase;
	margin:0;
	padding-bottom:10px;
}
.item-special .image {
	width:90px;
	float:left;
}
.item-special { display:inline-block; width:100%; margin-bottom:20px; }
.product-layout:last-child .item-special { margin:0; }
.item-special .special-content { margin-left:105px; }
.item-special .name a { font-size:12px; }
.item-special .description { display:none; }
.item-special .rating { text-align:left; margin:0; }
.item-special .price { text-align:left; margin:5px 0 0; }
.item-special .button-group { display:none; }

/*End-product-tabs-container-slider========================================================*/

/*Countdown-products------------------------------------*/
.occountdown-container {
	margin:60px 0 0;
}
.occountdown-container .countdown-thuml {
	display:none;
}
.occountdown-container .owl-item {
	padding:0 15px;
}
.occountdown-container .item-inner .images-container {
	width:47%;
	float:left;
}
.occountdown-container .item-inner .des-container {
	padding: 30px;
    float: left;
    width: 53%;
    clear: none;
    text-align: left;
    position: absolute;
    height: 100%;
    right: 0;
    border: 1px solid #eaeeef;
    border-left: 0;
}
.occountdown-container .item-inner .name { 
	text-align:left;
	margin:0;
}
.occountdown-container .item-inner .name a {
	font-size:17px;
	color:#252525;
}
.occountdown-container .item-inner .name a:hover {
	color:#fac652;
}
.occountdown_module .item-inner .actions {
	width:63px;
	left:25px;
	top:50px;
}
.occountdown_module .item-inner .add-to-links div {
	margin-right:0;
	position: relative;
    overflow: hidden;
    transform: translate(-100%) rotate(0);
    -moz-transform: translate(-100%) rotate(0);
    -webkit-transform: translate(-100%) rotate(0);
}
.occountdown_module .item-inner:hover .add-to-links div {
	transform: translate(0) rotate(0);
    -moz-transform: translate(0) rotate(0);
    -webkit-transform: translate(0) rotate(0);
}
.occountdown_module .item-inner .add-to-links .qv-button-container {
	transition: all 0.2s ease-in-out;
}
.occountdown_module .item-inner .add-to-links .cart {
	transition: all 0.3s ease-in-out;
}
.occountdown_module .item-inner .add-to-links .wishlist {
	transition: all 0.4s ease-in-out;
}
.occountdown_module .item-inner .add-to-links .compare {
	transition: all 0.5s ease-in-out;
}
.occountdown_module  .item-inner .description { 
	display:inline-block;
	width:100%;
	color:#8e8e8e;
	font-size:13px;
	line-height:20px;
	text-align:left;
	letter-spacing:1px;
	margin-top:15px;
	padding-top:20px;
	border-top:1px solid #eaeeef;
}
.occountdown_module .review-count { display:none; }
.occountdown_module  .item-inner .box-timer {
	text-align: center;
    width:75px;
    position: absolute;
    top: 25px;
    left:25px;
	z-index:2;
	opacity:1;
	transition: all 0.3s ease-in-out;
}
.occountdown_module  .item-inner:hover .box-timer {
	opacity:0;
}
.occountdown_module .countdown-section {
	display:inline-block;
	background:url("../image/bg-occountdown.png") repeat;
	color:#fff;
	padding:18px 0 15px;
	font-size:14px;
	width: 75px;
}
.occountdown_module .countdown-section:last-child { margin:0; }
.occountdown_module .countdown-section span {
	float:left;
	width:100%;
	text-transform:inherit;
}
.occountdown_module .countdown-section span.countdown-amount {
	font-size:25px;
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}
.occountdown_module .price-box { 
	margin:8px 0 0;
	display:inline-block;
	width:100%;
}
.occountdown_module .price-box p { float:left; margin:0 5px 0 0; }
.occountdown_module .price-box .old-price .price {
    color: #b1b1b1;
    text-decoration: line-through;
    font-size: 16px;
	font-weight:400;
	margin:0;
}
.occountdown_module .price-box .special-price .price {
    font-size: 18px;
    color:#252525;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0;
}
/*featured-categories-----------------------------------*/

.featured-categories-container .fcategory-content {
	position: relative;
    overflow: hidden;
    border-right: 1px solid #fff;
}
.featured-categories-container .content-thum {
	float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
}
.featured-categories-container .content-thum:after {
	border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #fff;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    content: "";
    width: 24px;
    height: 12px;
    display: block;
}
.featured-categories-container .content-thum a {
	font-family: "Montserrat",sans-serif;
    font-size: 16px;
    color: #252525;
	text-align:center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 33px 0;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
	width:100%;
	display:inline-block;
}
.featured-categories-container .content-thum a:before {
    width: 23px;
    height: 1px;
    background: #252525;
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -12px;
}
.featured-categories-container .fcategory-content:hover .content-thum {
	background:#252525;
}
.featured-categories-container .fcategory-content:hover .content-thum a { color:#fff; }
.featured-categories-container .fcategory-content:hover .content-thum a:before {
    background: #fff;
}
.featured-categories-container .fcategory-content:hover .content-thum:after { border-top-color: #252525; }
.featured-categories-container  .dec { display:none; }
.featured-categories-container .owl-theme .owl-controls .owl-buttons div { margin-top:30px; }
/*--------------------------------------------------------------------*/


/*Countdown---------------------------------------------------------------*/


.ttcountdown_module { margin:55px 0 0; }
.ttcountdown_module .owl-item { padding:0 15px; }
.ttcountdown_module .review-count { display:none; }
.ttcountdown_module .box-timer {
	text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.ttcountdown_module .countdown-section {
	display:inline-block;
	background:#f4f4f4;
	border:1px solid #d0d0d0;
	color:#69686c;
	padding:10px 0 6px;
	font-size:13px;
	margin-right:5px;
	min-width: 50px;
}
.ttcountdown_module .countdown-section:last-child { margin:0; }
.ttcountdown_module .countdown-section span {
	float:left;
	width:100%;
	text-transform:inherit;
}
.ttcountdown_module .countdown-section span.countdown-amount { line-height:12px; }
.ttcountdown_module .price-box { 
	margin:8px 0 0;
	display:inline-block;
	width:100%;
}
.ttcountdown_module .price-box p { float:left; margin-right:10px; }
.ttcountdown_module .price-box .old-price .price {
    color: #b1b1b1;
    text-decoration: line-through;
    font-size: 16px;
	margin:0;
}
.ttcountdown_module .price-box .special-price .price {
    font-size: 18px;
    color: #69686c;
	margin:0;
}


/*------------------------------------------------------------*/

/*Lastest----------------------------------------------------------*/
.lastest-container .module-title { margin:0 0 25px 0; }
.lastest-container .module-title h2 {
    display: inline-block;
    background: #fff;
    color: #222;
    margin: 0;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
	position:relative;
	z-index:2;
}
.lastest-container .lastest-category { display:inline-block; width:100%; margin-bottom:20px; }
.lastest-container .image { width:108px; float:left; }
.lastest-container .lastest-content { margin-left:120px; }
.lastest-container .description  { display:none; }
.lastest-container .name a { font-size:14px; text-transform:capitalize; }
.lastest-container .rating { display:block;}

/*Newproducts============================================================*/
.new-products-container { margin:50px 0 0; }
.new-products-slider {
    display: inline-block;
    background:#fac652 url("../image/bg_featured.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
    width: 100%;
}
.new-products-slider h2 {
	background-color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}
.new-products-container .owl-item { padding:0 15px; }
/*End-newproducts============================================================*/

/*Feature============================================================*/

.featured-product-container { margin:45px 0 0; }
.featured-product-container .ma-featured-product-title {
	background: #de5648 url("../image/bg_latest.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
	display:inline-block;
	width:100%;
}
.featured-product-container .ma-featured-product-title h2 {
	background-color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}

/*End-Feature========================================================*/

/*Blog-----------------------------------------------------*/

.article-container { display:inline-block; width:100%; margin:10px 0 30px; }
.article-container .article-image { width:370px; float:left; }
.article-container .article-content { margin-left:400px; }
.article-container .article-title h3 {
	color: #555;
    text-transform: uppercase;
    font-size: 20px;
    margin:3px 0 10px;
	font-weight:700;
}
.blog-article .banner-container { margin:0; }
.article-item { display:inline-block; width:100%; margin-bottom:30px; }
.article-item .intro-content {
	width:370px; 
	float:left;
}
.article-item .article-intro { margin-left:400px; }
.article-name a { font-size:20px; text-transform:uppercase; }

/*---------------------------------------------------------*/

/*Onsale-products============================================================*/

.onsaleproducts-container {
	margin:40px 0 30px;
	position: relative;
}
.onsaleproducts-container .onsale-title {
	text-align: center;
    margin-bottom: 40px;
    background: url("../image/bg-title.png") repeat-x center;
    width: 100%;
    display: inline-block;
	text-align:left;
}
#content  .onsaleproducts-container .onsale-title  h2 {
	padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #252525;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.onsaleproducts-container  .owl-carousel .owl-item  { padding:0 15px; }
/*End-Onsale-products========================================================*/

/*BLOG============================================================*/

.menu-recent .owl-item {
	padding:0 15px;
}
.menu-recent {
    margin:70px 0;
}
.menu-recent .blog-title h2 span {
    color: #fac652;
	margin-left:5px;
}
.menu-recent .blog-content { text-align:center; }
.menu-recent .item-inner:hover img { opacity:0.8; }
.menu-recent .articles-name {
	font-size: 24px;
	color:#252525;
    text-transform: capitalize;
    margin:30px 0 0;
    font-weight:600;
	display:block;
}
.menu-recent .articles-name:hover { color:#fac652; }
.menu-recent .articles-intro {
    font-size:13px;
    color:#666;
    margin:18px 0 12px;
    line-height: 20px;
}
.item-inner .readmore a {
    color:#fff;
    font-size:11px;
	font-weight:600;
    text-transform:uppercase;
    padding:10px 25px 8px;
	background:#fac652;
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    position: relative;
}
.item-inner .readmore a:hover {
    background:#666;
}
.menu-recent .time-conment {
	position: absolute;
    right:10px;
    top:10px;
}
.menu-recent .item-inner .articles-date {
	width: 60px;
    height: 60px;
	border-radius:100%;
    text-align: center;
    background:#fac652;
    font-size:16px;
    padding: 14px 0;
	color:#fff;
	font-weight:600;
	line-height: 16px;
	display:none;
}
.menu-recent .item-inner .articles-date span {
	display:inline-block;
	width:100%;
}
.menu-recent .owl-theme .owl-controls .owl-buttons div { margin-top:-50px; }

/*End-BLOG========================================================*/

/*Onnale-products============================================================*/
.onsale-products-title {
    background: url("../image/bg_best.png") no-repeat left center #fac652;
    padding: 0 0 0 50px;
    display: inline-block;
    width: 100%;
}
.onsale-products-title h2 {
	background-color: #f1f1f1;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.onsale-products-container .onsale-products  { margin-top:30px; }
.onsale-products-container .image { width:100px; float:left;}
.onsale-products-container .box-onsale  {
	background-color: #f1f1f1;
    margin-left: 100px;
    min-height: 100px;
    padding: 10px;
    text-align: left;
}
.onsale-products-container .price { margin:0; text-align:left;  }
.onsale-products-container .price .price-old { font-size:14px;}
.onsale-products-container .rating { text-align:left; }
.onsale-products-container .name { margin:0 0 5px; text-align:left; }
.onsale-products-container .name a { text-transform:capitalize; }
.onsale-products-container .description { display:none; }
.onsale-products-container .button-group { display:none; }
.onsale-products-container .product-thumb { display:inline-block; width:100%; padding-bottom:10px; }
.onsale-products-container .product-thumb:last-child { margin:0; padding-bottom:0; background:#fff; border:0; }
/*End-onnale-products============================================================*/

/*Newletter============================================================*/
.newletter-subscribe {
	margin: 80px 0 0 0;
    background: url("../image/newletter.jpg") center no-repeat;
    padding: 100px 0;
	background-size:cover;
    text-align: center;
}
.newletter-container #notification div {
	color: #F00;
    position: absolute;
    top:110px;
    left:50%;
	margin-left:-160px;
	font-size:11px;
}
.newletter-title {
	margin:0;
	text-align:center;
	display:block;
}
.newletter-title h2 {
	margin: 0;
    text-transform: uppercase;
    color: #fac652;
    font-size: 50px;
	font-weight:600;
}
.newletter-container #subscribe {
	display:inline-block;
	width:auto;
	margin:0;
	border:1px solid #fff;
	position:relative;
}
.newletter-container .close a { display:none; }
.newletter-container .newleter-content { margin-top:5px; position:relative; }
.newletter-container .newleter-content label {
	display:block;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}
.newletter-container .newleter-content span {
	font-size:13px;
	color:#fff;
	text-transform:capitalize;
	font-weight:normal;
	display:none;
}
.newletter-container .newleter-content a span {
	color: #ffffff;
	font-size:14px;
	display:inline-block;
	text-transform: uppercase;
}
.newletter-container .newleter-content tr { float:left; margin:0; display:inline-block; width:auto; }
.newletter-container .newleter-content input  { 
	width:550px; 
	height:58px;
	padding:0 10px; 
	border:0 !important; 
	background:none;
	color:#fff;
}
.newletter-container .newleter-content .button {
	background:#fac652;
    border:0;
    color: #ffffff;
	font-size:14px;
	height:52px;
    line-height: 52px;
	padding:0 35px;
	text-align:center;
    text-transform: uppercase;
	display:inline-block;
	position:absolute;
	top:3px;
	right:3px;
}
.newletter-container .newleter-content .button:before {
	height:58px;
	width:1px;
	background:#fff;
	content:"";
	display:inline-block;
	left:-4px;
	top:-3px;
	position:absolute;
	
}
.newletter-container .newleter-content .button:hover { background:#666; }
.newletter-container ul.link-follow { margin:15px 0 0; }
.newletter-container ul.link-follow li {
    text-align: center;
    float: none;
    display: inline-block;
    margin-right:6px;
	margin-bottom:6px;
}
.newletter-container ul.link-follow a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 38px;
	background:#fff;
	color: #222;
	display:inline-block;
}
ul.link-follow li a span {
    font-size: 0;
}
.newletter-container ul.link-follow a:hover {
    color: #fff;
    background: #fac652;
	padding:0;
}
/*End-Newletter============================================================*/
/*Brand====================================================================*/
.brand-slider-contain {
	margin:50px 0 0;
	padding:35px 0;
	background:#f9f9f9;
	position:relative;
}
.brand-title {
    padding: 0 0 0 50px;
    text-align: left;
    display:none;
    width: 100%;
}
.brand-title h2 {
    background-color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.brand-slider-contain .slides  {
	margin:0;
	background:#fff;
	padding:0;
}
.brand-slider-contain  .owl-theme .owl-controls .owl-buttons div { margin:-24px 0 0;}
.brand-slider-contain .owl-item { padding:0 15px; }
.brand-slider-contain .owl-item li {
	border: 1px solid #eee;
	padding-bottom: 5px;
}
/*End-Brand====================================================================*/


/*Slider====================================================================*/

.sequence-pagination li a { background:#fac652; }
.sequence-pagination li.current a { background:#a1cfb8; }

/*End-Slider====================================================================*/
/**** Category block ****/
ul.list-group > li {position:relative;}

.button-view {
	width:15px;
	height: 15px;
	background:url("../image/vertical_li.png") no-repeat scroll 0 0;
	text-indent: -99999px;
	position: absolute;
	right:0;
	top:8px;
	z-index: 9;
}
.alert-success button.close { line-height:15px;}
.alert-success button.close:hover { background:none; }
ul.list-group li.active .button-view  {
 background-position: 0 100%;
}
.ttopen {
 background-position: 0 100%;
}

#sequence-theme .controls a {
	background: url("../image/bg_direction_nav.png") no-repeat scroll 0 0 #c1c1c0;
	cursor: pointer;
	display: block;
	height: 54px;
	margin: -30px 0 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 54px;
	opacity: 0;
	z-index:9;
}
#sequence-theme:hover .controls a { opacity: 1;}
#sequence-theme .controls .sequence-next { background-position: 100% 0; right: 95px; }
#sequence-theme .controls .sequence-prev { left: 95px;}
#sequence-theme .controls .sequence-next:hover {background:url(../image/bg_direction_nav.png) no-repeat 100% 100% #f4a09f;}
#sequence-theme .controls .sequence-prev:hover {background:url(../image/bg_direction_nav.png) no-repeat 0 100% #f4a09f;}

/*Testimonial==========================================*/
.testimonial-container .testimonial-content {
	margin-bottom:35px;
	margin-left:70px;
	padding:0px 20px 25px 66px;
	position: relative;
    border: 1px solid #eaeeef;
}
.testimonial-container .testimonial-images {
    position: absolute;
    left: -70px;
    top: 10%;
    overflow: hidden;
    border-radius: 100%;
	border: 1px solid transparent;
}
.testimonial-container .testimonial-content:hover .testimonial-images {
	border-color:#fac652;
}
.testimonial-container .owl-item { padding:0 15px; }
.testimonial-des {
	padding:23px 0;
	position: relative;
}
.testimonial-des:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #eaeeef;
    bottom: 0;
    left: 0;
}
.testimonial-container .testimonial-box a {
	font-size:14px;
	color:#8e8e8e;
	line-height:20px;
	font-weight:300;
	text-transform:inherit;
}
.testimonial-container .testimonial-box .testimonial-author {
	font-size: 14px;
    color: #252525;
    text-align: left;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
	margin-top:25px;
}
.testimonial-container .owl-carousel .owl-wrapper-outer {
	margin-bottom:53px;
}
.testimonial-product  .row-testimonials {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.testimonial-product  .testimonial-container .testimonial-images {
	position:inherit; 
	border-radius:0;
	margin-bottom:30px;
}
/*End-testimonial==========================================*/

/*list-web============================================*/
.information-contact #content h1,.information-contact #content h2 { margin:10px 0 0; }
.affiliate-login .well { border:1px solid #dddddd; margin:20px 0 0;}
.product-search .checkbox-inline { margin:10px 0 15px; }
/*hover images==========================================================================*/
.item-inner .image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0;
	z-index:2;
}
.item-inner .product-image .image1 {
	display:block;
	float:left;
	width:100%;
	z-index:1
}
.item-inner:hover .product-image .image1
{
	opacity:0;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out;
}

.item-inner .image2 {
	position:absolute;
	top:0;
    left:0;
    opacity:0;
	display:block;
	width:auto;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out;
}
.item-inner:hover .image2
{
	opacity:1;
	z-index: 0;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out;
}

.product-list .product-container .image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0;
}
.product-list .product-container .product-image .image1 {
	display:block;
	float:left;
	width:100%;
	z-index:1
}
.product-list .product-container:hover .product-image .image1
{
	opacity:0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}

.product-list .product-container .image2 {
	position:absolute;
	top:0;
    left:0;
    opacity:0;
	display:block;
	width:auto;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.product-list .product-container:hover .image2
{
	opacity:1;
	z-index: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.google-map{
    margin-bottom: 30px;
}
.information-contact .panel-default { border:0; padding:0; }
#map-canvas{
    width: 100%;
    height: 300px;;
}
.information-sitemap #content ul li ul { margin-left:20px; }
.information-contact .google-map { padding:10px 0; }
.product-compare .table .btn { border-radius:20px; }
/*Mobile==========================================*/
@media (max-width:1199px) {
	.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title { padding:15px; }
	.occountdown_module .countdown-section { padding:7px 0; font-size:11px; width:68px; }
	.occountdown_module  .item-inner .description { font-size:12px; line-height:18px; margin-top: 8px; padding-top: 13px}
	.icon-link { padding-right:20px; }
	.header-phone { padding:10px 0 10px 20px; }
	.header-phone h2,.header-phone h2 span,.currency-language label { font-size:12px; }
	.header-search #search input { width:85%; }
	.testimonial-des { padding:14px 0; }
	.testimonial-container .testimonial-box a { font-size:10px; }
	.testimonial-container .testimonial-box .testimonial-author { font-size:11px; }
	.newletter-title h2 { font-size:30px; }
	.newletter-container .newleter-content label { font-size:12px; }
	#top .box-top { padding-left:15px; }
	.menu-recent .articles-name { font-size:18px; }
	.menu-recent .articles-intro { font-size:12px; }
	.banner-bottom .block-wrapper .text-des { font-size:12px; }
	.banner-static img,.block-banner-left img { height:100% !important; width:100% !important; }
	.table-responsive td .input-group-btn { margin:0 0 0 10px; }
	.product-more-info .media-body { font-size:9px; }
	.product-more-info .media-body h3 { font-size:11px; }
	.product-view .item-inner .images-container .actions { padding:5px 0 0; }
	.currency-language { margin-right:10px; }
	.visible-lg { display: block !important;}
	.item-inner .image2 ,.product-list .product-container .image2{ display:none ; opacity:1 ;  }
	.item-inner:hover .product-image .image1,.product-list .product-container:hover .image1 { opacity:1; }
	.item-inner .product-image .image1,.product-list .product-container .image1 { width:auto; float:none; display:inline-block; }
	#quickview-content,.qv-button-container,.zoomWindowContainer,#quickview-bg-block { display:none !important; }
	.fix-nav { position:inherit !important;}
	.brand-container .item a { display:inline-block; }
	.filter-attribute-container .list-group-item .filter-price .input-price { width:30px; font-size:11px; }
	.filter-attribute-container .list-group-item .filter-price .slider-values span { margin:0 0 0 5px; font-size:11px; }
}
@media (max-width:992px) {
	#top .col-md-5,#top .col-md-7 { text-align:center; }
	.header-static { display:inline-block; width:320px; margin:0 auto; }
	.icon-link { padding:0 10px 0 0; border:0; }
	.icon-link ul li { margin-left:5px; }
	.header-phone { padding:13px 0 10px 10px; }
	#top-links,.currency-language { float:none !important; display:inline-block; }
	.currency-language { margin-left:20px; margin-right:0; }
	#top .box-top { width:100%; padding:0 0 20px; border:0; text-align:center; position:relative; z-index:99999; }
	#search-by-category .product-img { width:100%; height:100%; }
	#search-by-category .price { text-align:center; }
	.search-ajax .product-name { text-align:center; }
	.table-responsive { overflow-y:hidden; }
	#logo a { display:inline-block; }
	.newletter-subscribe { margin:0; }
	.banner-bottom .block-wrapper .text-des { font-size:9px; }
	.menu-recent .item-inner .articles-date span { font-size:22px; }
	.footer .col-sm-6 { min-height:255px; }
	.footer-static-inner .col { margin-bottom:20px; }
	.home-title h3 { font-size:15px; }
	.layered-modunl .layered-heading strong { font-size:18px; }
	.layered-modunl .filter-attribute-container label { font-size:16px; }
	.layer-category .list-group a { font-size:11px; }
	.powered h2 { font-size:12px; }
	#cart > .btn { text-align:left; font-size:11px; }
	.category-filter .panel-heading span { font-size:23px; }
	.category-filter .filter-content a.list-group-item { font-size:13px; }
	.filter-attribute-container .list-group-item .filter-price .input-price { margin:0 -4px 0 0; }
	.product-view .product-name h1 { font-size:16px !important; }
	.product-view .form-group #button-cart { margin:0; }
	.footer .column { margin-bottom:20px; }
	.category .list-group li a { font-size:12px; }
	.products-category  .clearfix { display:none; }
	.visible-lg { display: none !important;}
	.visible-xs,.navbar-toggle { display: block !important;}
	.account-border .table-bordered thead td,.account-border .table-bordered td { display:block; }
	.item-special .special-content { width:100%; margin:10px 0 0; float:left; }
	.item-inner .price  { min-height:30px; }
	.banner-static,.home-modunl { margin:40px 0 0; }
	.testimonial-container .owl-carousel .owl-wrapper-outer { margin-bottom:25px; }
	.menu-recent { margin:40px 0; }
	.featured-container,.testimonial-container { margin:30px 0 0; }
}
@media (max-width:767px) {
	#logo { text-align:center; padding:20px 0; }
	#search { width:90%; }
	#search .input-group-btn { float:right; }
	.header-search { padding:0; }
	.header-search #search input { width:90%; }
	#cart { float:none; display:inline-block; margin:20px 0 0; }
	.owl-theme .owl-controls .owl-buttons div { display:none; }
	#column-right,#column-left { display:block !important; }
	.banner-static-contain img,.banner-right1 img,.banner-home img,.banner-center img,.banner-view img,.banner-left img,.banner-container img { width:100% !important; } 
	.banner-static .col2,.banner-static .col1, .banner-static .col3 { margin:20px 0; width:100%; }
	.product-tabs-category-container-slider { margin:50px 0 0; }
	.product-list .product-container .image1 { width:100%; }
	.banner-left { margin-bottom:40px; }
	.footer-static h2 { width:100%; font-size:27px; }
	.footer-static a { float:left; margin:10px 0 0; }
	.copyright .paypal { text-align:left; }
	.item-special .special-content { margin:0 0 0 105px; float:none; width:auto; }
	#content .product-view .product-name { margin:30px 0 0; }
	.product-view .tab-view { margin:20px 0 0; }
	.ma-footer-static-container p, .footer-static2 .f-col3 .footer-static-content ul li a, .ma-footer-static-container { font-size:12px; }
	.ma-footer-static-container .f-col { margin:0 0 20px; }
	.powered .right-powered  { margin:10px 0 0; text-align:left; }
	.breadcrumb a { font-size:15px; }
	.powered .right-powered a { float:left; }
	.product-list .name { margin:20px 0 0; }
	.article-container .article-image,.article-item .intro-content { width:100%; }
	.article-container .article-image img,.article-item .intro-content img { width:100%; }
	.article-container .article-content,.article-item .article-intro { float:left; width:100%; margin:20px 0 0; }
	#cart .dropdown-menu { right:-120px }
	.banner-bottom .col2 { margin:20px 0; }
	.banner-bottom .col2 .block-wrapper { border-right:1px solid #eaeeef; border-left:1px solid #eaeeef; }
	.newletter-subscribe { margin:40px 0 0; }
	.banner-bottom .block-wrapper { min-height:auto; }
	.footer .col-sm-6 { min-height: auto; margin-bottom: 40px;}
	.custom-products { margin:0; }
	.product-list { padding:0 15px; }
}
@media (max-width:680px) {
	.header-row1 { margin:0; }
	.box-header { display:inline-block; width:100%; text-align:center; }
	.top-cart { float:none; display:inline-block; }
	#search-by-category { float:none; margin:20px auto 0; }
	.checkout-cart .table td { font-family:'arial'; text-transform:uppercase; font-size:16px; width:100%; border:0 !important; float: left !important; text-align: left !important; white-space: nowrap !important; }
	.table-responsive td .input-group-btn { margin:0 0 0 16px; }
	.zoomContainer { display:none; }
	.product-view .tab-view li { width:100%; padding:0; }
	.product-view .tab-view a,.product-view .tab-view a:hover, .product-view .tab-view li.active a { border:0 !important; }
}
@media (max-width:580px) {
	.header-search #search input { width:83%; }
	.link-contact h2 { margin-bottom:10px; }
	#search-by-category .search-container #text-search { width:40%; }
	.product-filter .sort,.product-filter .limit { display:none; }
	.col-mobile { width:100% !important; }
	.product-view .tab-view textarea { width:280px; }
	.product-view .nav-tabs,.product-view .tab-content { width:100%; }
	.product-view .tab-view a { font-size:14px; }
	#content .related-title h2 { font-size:18px; }
	.newletter-container .newleter-content input { width:200px; }
	.newletter-container #subscribe { width: 330px; }
	.item-inner .add-to-links div,.item-inner .add-to-links div.cart { float:none; display:inline-block; }
	.item-inner .images-container .actions { padding:5px 0 0; }
	
}
@media (max-width:500px) {
	.occountdown-container .item-inner .images-container { width:100%; }
	.occountdown-container .item-inner .des-container { width:100%; border:1px solid #eaeeef; border-top:0; position:inherit; }
}
@media (max-width:450px) {
	.product-view .tab-view input.form-control,.product-view .tab-view textarea { width:200px; }
	.newletter-container .newleter-content input { width:150px; }
	.newletter-container #subscribe { width:100%; }
	.newletter-container .newleter-content .button { padding:0 20px; }
	.footer-static-2 .footer-static-content li { margin:3px; }
	.footer-static-2 .footer-static-content li:last-child { margin:3px;}
	.links li a,#currency .dropdown-toggle { background:none; }
}
@media (max-width:400px) {
	.currency-language label,.currency-language label { display:none; }
	#top-links, .currency-language { margin:0; }
	.header-currency { float:none; display:inline-block; margin-left:10px; padding:10px 0 8px; }
	.header-language { float:none; display:inline-block; padding:10px 0 9px;  margin-left:10px; }
	.header-language:hover .dropdown-language,.header-currency:hover .dropdown-currency { top:18px; }
	#cart .dropdown-menu { width:300px; right:-102px; }
	.checkout-cart .panel-collapse input { width:100%; margin:0 0 10px; }
}
@media (max-width:350px) {
	.header-static { width:100%; }
	.header-phone,.icon-link { width:100%; padding:10px 0 0; display:inline-block; width:100%; }
	.icon-link ul li { float:none; display:inline-block; }
	#top-links .box-link label a,#top .btn-link strong,.header-language .btn-link span { font-size:10px }
	.footer p { font-size:12px; }
}
#back-top {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #333;
    bottom: 35px;
    display: none;
    height: 54px;
    position: fixed;
    right: 12px;
    width: 54px;
    z-index: 99;
	border-radius:100%;
}
#back-top:hover {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #fac652;
}
#back-top {
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
#back-top:hover {
	cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
}
.fix-nav {
    background: #fff !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999999;
	opacity:0.9;
	-moz-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}
.fix-nav:hover { opacity:1; }
/*css3===================================================================*/
a,#top #currency .currency-select,#search .btn-lg,.item-inner,.product-list .product-container,.box-col-inner .pull-left .fa,.box-col-inner .pull-left,#cart .icon-cart,#cart .icon-cart .fa,#search .btn-lg .fa,ul.tabs li span,ul.tabs-category li,ul.link-follow a,ul.link-follow li a span,#currency .dropdown-menu .currency-select span,.product-view .add-to-links button,
.banner-static-contain .banner-box img,.product-list .cart button span,.product-list .cart button span span,.product-list .add-to-links .wishlist button,.product-list .add-to-links .compare button,
.product-view .form-group #button-cart span,.quickview-container #button-cart span,.quickview-container .btn-group button.wishlist,.quickview-container .btn-group button.compare,.btn, button,.banner-view img,.banner-center img {
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
a:hover,#top #currency .currency-select:hover,#search .btn-lg:hover,.item-inner:hover,.product-list .product-container:hover,.box-col-inner:hover .pull-left .fa,.box-col-inner:hover .pull-left,#cart:hover .icon-cart,#cart:hover .icon-cart .fa,#search .btn-lg:hover .fa,ul.tabs li span:hover,ul.tabs-category li:hover,ul.link-follow a:hover,ul.link-follow li a:hover span,
#currency .dropdown-menu .currency-select span:hover,.product-view .add-to-links button:hover,
.banner-static-contain .banner-box:hover img,.product-list .cart button:hover span,.product-list .cart button:hover span span,.product-list .add-to-links .wishlist button:hover,
.product-list .add-to-links .compare button:hover,.product-view .form-group #button-cart:hover span,
.quickview-container #button-cart:hover span,.quickview-container .btn-group button.wishlist:hover,
.quickview-container .btn-group button.compare:hover,.btn:hover, button:hover,.banner-view img:hover,.banner-center img:hover  {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
.links li a span,.pt_custommenu div.pt_menu a,.footer-static2 .f-col3 .footer-static-content ul li a {
	-moz-transition: color 0.5s ease;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
}
.links li a:hover span,.pt_custommenu div.pt_menu a:hover,.footer-static2 .f-col3 .footer-static-content ul li a:hover {
	-moz-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	cursor: pointer;
}
#sequence-theme .controls a {
	-moz-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	border-radius:100%;
}
#sequence-theme .controls a:hover {
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	cursor: pointer;
}
.products-category .product-list,.product-search .product-list{
webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-static .col .link-banner {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.5s ease-out;
}
.banner-static .col:hover .link-banner{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 0.5s ease-out;
}/*hover images==========================================================================*/