body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Oswald';
    color: #000000;
    font-weight: 700;
}
h1, h2, h3{text-transform: uppercase;}
/* 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 {
	color: #000;
	transition: 0.3s ease-in-out 0s;
	-webkit-transition: 0.3s ease-in-out 0s;
}
a:hover,button:hover,a:focus,button:focus,a:active,button:active{
	outline: none;
	box-shadow: none;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
.form-group.required label{
    position: relative;
}
.form-group.required label:before{
    top: 5px !important;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* 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: '';
    height: 9px;
    width: 9px;
    background: url(../image/stick.png) no-repeat;
    position: absolute;
    top: 11px;
    margin-left: -13px;
}
.form-control {
    background: #eee !important;
    border-radius:0px; 
}
/*  */
.owl-carousel .item_product {
    margin: 10px 15px;
    clear: both;
}
.module-title{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.module-title h3 {
    padding-left: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 18px; 
    margin-top: 30px;
    display: inline-block;
}
.module-title h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 2px;
    background: #000;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background:#F75656;
}
/* menu fixed top **************************************************************************************************/
.nav-container.fix-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9995;
    margin: 0;
    background: rgba(253, 253, 253, 0.95);
    padding: 0px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
.nav-container.fix-nav .pt_custommenu {
    width: 1170px;
    margin: auto;
    float: none;
    display: block;
    padding: 0px;
}
@media (min-width: 992px){
    .quick-access.fix-header {
        position: fixed;
        top: 0px;
        right: 50%;
        margin-right: -585px;
        z-index: 9996;
    }
    .quick-access.fix-header .top-account a span,
    .quick-access.fix-header .top-account a i{font-size: 0px !important;}
    .quick-access.fix-header .dropdown-menu { margin: -10px 0 0; border-radius: 0; }
    .quick-access.fix-header #cart .dropdown-menu{margin-top: -11px;min-width: 260px;}
    .quick-access.fix-header .dropdown.top-account{padding: 18px 30px 12px 0px !important;}
    .quick-access.fix-header #cart {    padding: 20px 0 18px 0;}

} 
/* top */
#top {
    background: rgba(255, 255, 255, 0.3);
	border-bottom:1px solid #eee;
	padding:0px;
	margin: 0 0 0px 0;
	min-height: 35px;
}
.common-home #top {border:none;}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
	padding: 5px 10px;
}
#top #currency .currency-select:hover {
    color: #F75656;
    background: #515151;
}
#top .home {    float: left;    padding: 6px 6px 6px 0; }
#top .home a{color: #333;font-size: 13px;display: inline-block;margin-right: 10px;}
#top .home a:hover{color: #F75656;}
#top .df-wellcome {
    color: #838383;
    font-size: 11px;
    margin-left: 15px;
}
#top .home span.tele-numb{    color: #f16464;}
#top .btn-link {
    color: #333;
    text-shadow: none;
    text-decoration: none;
    padding: 0px;
    border: none;
    outline: none;
}
#top .dropdown-menu li button{color: #ccc;}
#top-links li, #top-links a{
	color: #333;
    text-shadow: none;
    text-decoration: none;
    border: none;
    outline: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links ul.dropdown-menu>li> a{
	padding: 5px 10px !important;
}
#top-links .dropdown-menu a{color: #ccc;}
#top-links .dropdown-menu a:hover {
    color: #D83B3B;
    background: #515151;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top .btn-link strong.symbol_left, #top .btn-link strong.symbol_right{display: none;}
span.currentcy-name,span.lang-name,span.top-text-account{
    padding-right: 5px;
}
#language .btn-group {
    padding: 7px 0px;
}
.text-top-language .fa{margin-left: 5px;}
#top-links {
	padding-top: 0px;
}
#top-links ul.list-inline{
	margin-bottom: 0px;
	padding: 0px;
}
#top-links ul.list-inline a{padding: 7px 0px;display: block;}
form#currency .btn-group{padding: 7px 0px;}
#top-links .dropdown-menu{
    margin-top: 0px;
    padding: 10px 15px;
    min-width: 100px;
    width: auto;
    border-radius: 0px;
    background: #393939;
}
#top-links a + a {
	margin-left: 15px;
}
/* header */
header {
    margin: 0px auto;
    position: relative;
}
.header-content{    padding: 30px 0px;}
/* logo */
#logo {
	margin: 0 0 0px 0;
    text-align: left;text-shadow: 1px 1px 1px #000;
}
#logo img{display: inline-block;}
/* search */
#search {
    margin: 5px 0;
    position: relative;
    width: 100%;
    max-width: 310px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
    width: 100%;padding: 0 50px 0 10px;
	border-radius:3px 0 0 3px;
    background: #f0f0f0!important;
    border:none !important;
    color: #333;font-size: 16px;
}

.common-home #search .input-lg{ width:1px;float: right;padding: 0;
                transition:width 1s;
        -moz-transition:width 1s;
        -webkit-transition:width 1s;
        -o-transition:width 1s;
}
.common-home header #search:hover .input-lg{
        width: 100%;padding: 0 50px 0 10px;
 }
@media only screen and (orientation:portrait) {
    .common-home #search .input-lg{width: 100%;padding: 0 50px 0 10px;}
 }

header #search .input-lg::-webkit-input-placeholder{color: #333;font-size: 16px;}
.form-control:focus{box-shadow: none;}
.fa-search{font-size: 16px;}
#search .input-lg::-webkit-input-placeholder,#search .input-lg::-moz-placeholder {
    color: #fff;
}
#search .input-group-btn{
    position: absolute !important;
    right: 40px;
    top: 0;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 16px;
    text-shadow: none;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background:  #F75656;
    border: none;
    max-height: 40px;
}
#search .btn-lg:hover{
	background: #D83B3B;
    color: #fff;
    border-color: #F75656;
}
#cart {
     background: transparent url(../image/cart127.png) 10px 0px no-repeat;
    background-size: 40px;
}
#cart:hover{
     background: transparent url(../image/cart127b.png) 10px 0px no-repeat;
    background-size: 40px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 28px;
    color: #000;
    float: right;
    display: inline-block;
    background: transparent ;
    border: none;
    box-shadow: none;
    text-shadow: none;
    text-align: left;
    padding-left: 55px;
}
#cart.open > .btn {
	box-shadow: none;
	text-shadow: none;
}
span#cart-total span,#cart button span {
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: 700;
}
span#cart-total small{
    font-size: 12px;
    font-weight: 400;
    text-transform: lowercase;
}
#cart:hover  #cart-total{
	color: #F75656; 
}
#cart:hover  #cart-total span{
	color: #343434;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    top: 100%;
    margin: 0;
    border-radius: 0;
    border-color: #F75656;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
	text-align:left;
	padding-left:10px;
}
/*dropdown-topcart*/
#cart .row-cart {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
#cart .image-cart.text-left {
    float: left;
    max-width: 100px;
}
#cart .cart-content {
    padding: 5px 0 0 125px;
    position: relative;
    min-height: 110px;
}
#cart .cart-button.button-remove {
    position: absolute;
    right: 0;
    top: -10px;
}
#cart .cart-button.button-remove button.btn {
    border: none;
    background: transparent;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    outline: none;
    box-shadow: none;
    padding: 0px;
    margin-top: 10px;
    display: inline-block;
    clear: both;
}
#cart .cart-button.button-remove button.btn:hover{
    color: #F84949;
}
.row2-cart .box-cart span.box-total {
    color: #000;
    display: inline-block;
    background: #fff;
    width: auto;
    font-size: 16px;
    padding: 12px 10px;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.row2-cart .box-cart span.box-total span.text1 {
    color: #ff5353;
    font-size: 20px;
}
.btn-checkout-top-cart a {
    color: #fff;
    background: #fff;
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 10px;
    border: 1px solid #a2a2a2;
}
.cart-content .product-name.text-left a {
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}
.btn-checkout-top-cart a:hover{
    background-color: #F75656;
    border-color: #F75656;
}
.btn-checkout-top-cart a:hover strong{
    color: #fff;
}
span.box-cart-price.text-left .text-right {
    font-size: 14px;
    color: #F75656;
}
.btn-view-top-cart a{
    display: inline-block;
    font-size: 14px;
}
.button-cart.text-left {
    position: relative;
}
.btn-view-top-cart {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -42px;
}
.btn-view-top-cart a strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a1a1a1;
}
.btn-view-top-cart a{
    border: 1px solid #a1a1a1;
    padding: 5px 8px;
}
.btn-view-top-cart a:hover{
    background-color: #F75656;
    border-color: #F75656;
}
.btn-view-top-cart a:hover strong{
    color: #fff;
}
/* menu */
#menu {
	background-color: #464646;
	background-image: linear-gradient(to bottom, #464646, #5D5D5D);
	background-repeat: repeat-x;
	border-color: #464646 #464646 #5D5D5D;
	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;
            font-size: 14px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #F75656;
            color: #fff!important;
}
#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: 13px;
        text-transform: capitalize;
}
#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: 13px; text-transform: capitalize;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background:#F75656;
}
#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;margin-right: 10px;margin-top: 7px;
	background: #F75656;

}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #555;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.banner-content{
    background: #4D4D4D;
    padding: 20px 0;
    margin-bottom: 20px;
}
/* content */
#content {
    min-height: 300px;
}
.caption{ text-align: left;}
.caption h4 a,.caption .name a{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Oswald';
    display: inline-block;
}
.caption h4 a:hover,.caption .name a:hover {
    color: #F75656;
}
.price {
    margin: 5px 0;
    font-family: 'Oswald';
    font-size: 20px;
    color: #F75656;
    clear: both;
    font-weight: 700;
}
.price-new {
    display: inline;
    margin: 0 5px 0 0;
    color: #F75656;
}
.price-old {
    display: inline;
    margin: 0 5px 0 0;
    font-weight: 300;
    font-size: 16px;
    text-decoration: line-through;
    color: #000;
}
.transition .image{position: relative;}
/* owl-demo-newproduct */
.owl-demo-newproduct .image{max-width: 140px;}
.owl-demo-newproduct .image{
	float: left;
	margin: 0 15px 0 0;
}
.owl-demo-newproduct .caption{padding:0 10px 0 160px !important;}
.owl-demo-newproduct .caption h4{margin-top: 0px;    display:block;}
.owl-demo-newproduct .caption .price{   display: inline-block; width: 100%;}
.owl-demo-newproduct .box-button{
	opacity: 1;
    position: relative;
    bottom: 0;
    max-width: 150px;
}
.owl-demo-newproduct .box-button button{
    width: auto;
    font-size: 12px !important;
    height: 30px;
    margin-top: 10px;
    padding: 0px 10px;
    background: #eee;
    border: 1px solid #eee;
    color: #343434;
}
.owl-demo-newproduct .box-button button:hover{
	color:#fff;
    background: #333;
    border-color: #333;
}
/*upsell-slider*/
h3.title.title-top {
    margin-top: 0px;
}
.upsell-slider .product-thumb {
    margin-bottom: 20px;
    display: inline-block;
    margin: 0 15px;
}
.upsell-slider  .product-thumb.transition .image{
    margin-bottom:0px; 
}
.upsell-slider  .product-thumb.transition .image img{
    width: 100%;
}
/*blog-blog*/
.row_items .articles-inner:last-child{
    margin-bottom: 0px;
}
.articles-inner.item-inner {    margin: 10px 15px 15px 15px;}
a.articles-name {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.articles-inner.item-inner h4 {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px solid #343434;
}
a.articles-name:hover{
    color: #F75656;
}
.articles-image {
    float: left;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.articles-date{
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    position: absolute;
    background: rgba(0,0,0,0.3);
    font-weight: 300;
    max-width: 270px;
    width: 100%;
    bottom: 0;
    padding:15px;
}
.articles-date i{padding-right: 10px;font-size: 16px;}
#blog_home .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    top: 0px;
}
#blog_home  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
    left: auto;
    top: 0px;
}
.articles-intro {
    color: #6d6d6d;
}
.articles-readmore {
    font-family: 'Oswald';
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 1px solid #000;
    display: inline-block;
    margin-top: 5px;
}
.articles-readmore:hover {
    border-color: #F75656;
    background: #F75656;
}
.articles-readmore:hover a{color: #fff;}
/*owl-demo-specialproduct */
.owl-demo-specialproduct img{max-width: 100px !important;}
.owl-demo-specialproduct .image{
    float: left;
    margin: 0 15px 0 0;
}
.owl-demo-specialproduct .caption{padding:0 10px 0 115px !important;}
.owl-demo-specialproduct .caption h4{margin-top: 0px;    display: inline-block;}
.owl-demo-specialproduct .caption .price{   display: inline-block;}
.owl-demo-specialproduct .box-button{
    opacity: 1;
    position: relative;
    bottom: 0;
    max-width: 150px;
}
.owl-demo-specialproduct .box-button button{
    width: auto;
    font-size: 12px !important;
    height: 30px;
    margin-top: 10px;
    padding: 0px 10px;
    background: transparent;
    border: 1px solid #ccc;
    color: #343434;
    border-left-color: #ccc !important
}
.owl-demo-specialproduct .box-button button:hover{
    color:#23a1d1;
}
/* owl-demo-feature */
.owl-demo-feature,.owl-demo-bestsellerproduct,.owl-demo-mostproduct{margin-bottom: 10px !important;}
/* MOST VIEWED PRODUCTS */
.owl-demo-mostproduct .box-button button {
    height: 35px;
    font-size: 14px;
}
.owl-demo-mostproduct .product-thumb button.btn-addtocart{font-size: 11px !important;}
.owl-demo-mostproduct button.btn-wishlist,.owl-demo-mostproduct button.btn-compare{
	line-height: 35px !important;
}
/*.owl-demo-mostproduct button.btn-wishlist:hover,.owl-demo-mostproduct button.btn-compare:hover{
	line-height: 37px;
}*/
.owl-demo-mostproduct button.btn-wishlist .fa, .owl-demo-mostproduct button.btn-compare .fa{
	font-size: 14px;
}
.owl-demo-mostproduct button.btn-wishlist:hover .fa, .owl-demo-mostproduct button.btn-compare:hover .fa{
	font-size: 14px;
}
.owl-demo-mostproduct .box-button button em{bottom: 40px;}
.owl-demo-mostproduct .box-button button:hover em{	bottom: 40px;}
/*cms-block*/
.cmsblock img{max-width: 100%;width: 100%;}
.logo-footer-content .cmsblock img{width: auto !important;}
.banner-left {margin-bottom: 15px;}
.banner-left-category{margin: 30px 0 20px 0;}
.banner-right-product{margin: 15px 0 30px 0;}
p.category-image {
    margin-bottom: 30px;
}
.block-conttent-midlle-3,.block-static-middle-4,.block-content-bottom-3{margin: 20px 0;}
/*block-content-bottom-3*/
.block-content-bottom-3{position: relative;clear: both;}
.intro-content-bottom-3 {
    position: absolute;
    top: 0px;
    overflow: visible;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 100px;
}
.sub-title-content-bottom-3 h3 {
    font-size: 1.3em;
    color: #eee;
}
.title-content-bottom-3 h1 {
    color: #eee;
    letter-spacing: 0.3em;
    font-size: 2.5em;
    margin-top: 10px;
}
.text-content-bottom-3 {
    width: 62%;
    display: inline-block;
    color: #eee;
    font-size: 1.2em;
    margin-top: 20px;
    line-height: 1.7em;
}
.btn-content-bottom-3 {
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: rgba(221, 221, 221, 0.6);
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    left: 50%;
    position: absolute;
    margin-left: -85px;
    top: 70%;
    cursor: pointer;
}
/* banner-right-product banner-left-product*/
.square-transition{
    position: relative;
    overflow: hidden;;
    -ms-transition: color .2s ease-out 0s;
    -webkit-transition: color .2s ease-out 0s;
    transition: color .2s ease-out 0s;
}
.square-transition a:before, .square-transition a:after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0;
}
.square-transition:before, .square-transition:after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
}
.square-transition a{display: inline-block;}
.square-transition a:before{
    left: 0;
    -webkit-transform: translateZ(0) translate(0, 100%);
    -ms-transform: translateZ(0) translate(0, 100%);
    transform: translateZ(0) translate(0, 100%);
}
.square-transition a:after{
    right: 0;
    -webkit-transform: translateZ(0) translate(0, -100%);
    -ms-transform: translateZ(0) translate(0, -100%);
    transform: translateZ(0) translate(0, -100%);
}
.square-transition:before{
    left: 0;
    bottom: 0;
    -webkit-transform: translateZ(0) translate(101%, 0);
    -ms-transform: translateZ(0) translate(101%, 0);
    transform: translateZ(0) translate(101%, 0);
}
.square-transition:after{
    top: 0;
    -webkit-transform: translateZ(0) translate(-100%, 0);
    -ms-transform: translateZ(0) translate(-100%, 0);
    transform: translateZ(0) translate(-100%, 0);
}
.square-transition:hover:before {
    -ms-transition: transform .2s ease-out .2s;
    -webkit-transition: transform .2s ease-out .2s;
    transition: transform .2s ease-out .2s;
}
.square-transition:hover:after {
    top: 0;
    -ms-transition: transform .2s ease-out 0s;
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
}
.square-transition:hover:after, .square-transition:hover:before {
    -webkit-transform: translateZ(0) translate(0, 0);
    -ms-transform: translateZ(0) translate(0, 0);
    transform: translateZ(0) translate(0, 0);
}
.square-transition:hover a:before {
    -ms-transition: transform .2s ease-out .3s;
    -webkit-transition: transform .2s ease-out .3s;
    transition: transform .2s ease-out .3s;
}
.square-transition:hover a:after {
    top: 0;
    -ms-transition: transform .2s ease-out .1s;
    -webkit-transition: transform .2s ease-out .1s;
    transition: transform .2s ease-out .1s;
}
.square-transition:hover a:after, .square-transition:hover a:before {
    -webkit-transform: translateZ(0) translate(0, 0);
    -ms-transform: translateZ(0) translate(0, 0);
    transform: translateZ(0) translate(0, 0);
    transition-delay: 0s;
    opacity: 1;
}
/*img-shadow*/
/*.img-shadow {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.item_product:hover .img-shadow, .product-thumb:hover .img-shadow img{
    box-shadow:0 3px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0 3px 10px rgba(0, 0, 0, 0.5);
}*/
/*scale*/
.scale-transition {
    display: inline-block;
    overflow: hidden;
}
.scale-transition img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.scale-transition:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/**/
.square2-transition a:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    opacity: 0;
    content: "";
    left: 0;
    overflow: visible;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
.square2-transition a {
    z-index: 9;
    position: relative;
    overflow: hidden;
    display: block;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out;
}
.square2-transition a:hover:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 13px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
    -moz-transition: all 0.3s ease 0s;
}
.square2-transition.col2 a:hover:before{
    border: 13px solid rgba(0, 0, 0, 0.24);
}
/* banner top home */
.block-banner-left-home-4 a{float: left;margin-bottom: 10px;}
/* carousel */
.brands-content,.brands-content .owl-carousel {
    background: #f2f2f4 !important;
    margin-bottom: 0px !important;
}
.brands-content{    padding: 5px 0px 0px 0px;margin-top: 30px;}
.brands-content .owl-theme .owl-controls .owl-buttons div.owl-prev,
.brands-content .owl-theme .owl-controls .owl-buttons div.owl-next{display: none;}
/*tabs-category-slider*/
.product-tabs-category-container-slider .module-title{position: relative;}
.product-tabs-category-container-slider ul{list-style: none;}
ul.tabs-category.tabs{position: absolute;bottom: -5px; right: 0px;list-style: none;}
.tabs-category li:hover, .tabs-category li.active {
    color: #F75656;
}
.tabs-category li {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 400;
    cursor: pointer;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #8b8b8b;
}
.tabs-category li:first-child {
    margin-left: 0;
    padding-left: 0;
    border: 0;
}
.product-tabs-category-container-slider .row_item ul{padding-left: 0px;}
.caption .name a{margin-top: 10px;}
/* footer */
footer {
	margin-top: 30px;
	padding: 60px 0px 10px 0;
	background-color: #5D5D5D;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer p,footer span{color: #a7a7a7;}

footer .logo-footer-content {
    margin-bottom: 15px;
}
.social-content {
    margin: 30px 0px;
}
span.social-icon i{
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #a7a7a7;
    margin-right: 10px;
    transition: 0.3s ease-in-out 0s;
    -webkit-transition: 0.3s ease-in-out 0s;
}
span.social-icon:hover i{
    background: #a7a7a7;
    color: #fff;
}
footer .short_about_us{line-height: 25px;}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #F75656;
}
.footer-static-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
footer h5 {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    display: inline;
    padding-right: 20px;
    color: #CECECE;
}
footer .footer-content ul li {
    border-bottom: 1px solid #313131;
}

footer .footer-content ul li a {
    position: relative;
    font-size: 11px;
    color: #a7a7a7;
    padding: 8px 0;
    z-index: 10;
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
footer .footer-content ul li a:before,.footer-links ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #a7a7a7;
    border-radius: 100%;
    display: inline-block;
    margin-right: 25px;
}
footer .footer-content ul li a:after {
    content: "";
    width: 0;
    height: 36px;
    background: #252525;
    position: absolute;
    top: 0;
    left: 0;
}
footer .footer-content ul li:hover {
    border-bottom-color: #252525;
}
footer .footer-content ul li:hover a {
    color: #fff;
    padding-left: 15px;
}
footer .footer-content ul li:hover a:after {
    width: 100%;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    z-index: -1;
}
footer .footer-content .contact-us-content { display: inline-block; width: 100%; }
footer .footer-content .contact-us-content .contact-list{
    border:none !important;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    list-style: none;
}
footer .footer-content .contact-us-content .contact-list .fa{
    height: 40px;
    width: 40px;
    border:2px solid #ccc;
    border-radius:100%;
    line-height: 36px;
    text-align: center;
    float: left;
}
footer .footer-content .contact-us-content .contact-list p { margin-left: 55px; list-style: none; }
.footer-links {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    margin: 30px 0;
}
.footer-links ul{padding-left: 0px;    margin: 18px 0px;}
.footer-links ul li{    display: inline-block;}
.footer-links ul li a:before{    margin: 0px 5px 0px 10px; }
.footer-links ul li a{font-size: 10px;}
.text-powered{text-align: left;}
span.icon-payment{
    text-align: right;
    display: block;
    margin: 10px 0;
}
.text-powered a {
    color: #F75656;
}
/* newsletter */
form#subscribe table {
    width: 100%;
    position: relative;
}
input#subscribe_email {
    margin: 15px 0;
    padding: 5px 85px 5px 10px;
    width: 100%;
    border: none;
    background: #252525;
    height: 34px;
}
form#subscribe a.button span{
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #464646;
    cursor: pointer;
    color: #eee;
    padding: 7px 10px;
}
form#subscribe a.button:hover span{
    background: #F75656;
    color: #fff;
}
/*form#subscribe a.button span{    font-size: 0px;}*/
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    z-index: 9999;
    left: 0;
    border: none;
    border-radius: 0;
    line-height: 36px;
    text-align: center;
}
.alert-success {
    color: #3c763d;
}
.alert-minimum-qty{position: initial !important;}
/* breadcrumb */
.breadcrumb {
	margin: 0px 0 20px 0;
	padding: 8px 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0px 0 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb  li:last-child a{
    color: #F75656;
}
.breadcrumb  li:first-child{
    padding-left: 0px;
}
.breadcrumb>li+li:before {
    padding: 0 15px;
    color: #ccc;
    content: "/\00a0";
}
.pagination {
	margin: 0;
}
/* rotator img products ***********************************************************************************/
.item_product  .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
}
.item_product .image1 {
    display:block;
    float:left;
    max-width: 100%;
    max-height: 100%;
    z-index:1;
    width:100%;
}
.item_product:hover .image1
{
    opacity:1;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}

.item_product .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;
    max-width: 100%;
    max-height: 100%;
    height:100%;
    width:100%;
}
.item_product:hover .image2{
    opacity:2;
    z-index: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
/* buttons */
.box-button{
	display: inline-block;
    width: 100%;;
    position: absolute;
    left: 0;
    bottom: -55px;
    opacity: 0;
}
.product-thumb.transition:hover .box-button{
	opacity: 1;
	bottom: 0px;
}
.product-thumb.transition .image{position: relative;overflow: hidden;margin-bottom: 20px;}
button,.box-button,.button-group-grid{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.box-button button{
    float: left;
    width: auto;
    border: none;
    height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); 
    border-left: 1px solid #515154;
    font-family: 'Oswald';
}
.box-button button .fa {
    font-size: 18px;
}
button.btn-wishlist,button.btn-compare{width: 20%;    line-height: 57px;}
button.btn-addtocart{width: 60%;    font-size: 15px; border-left-color:transparent; }
button.btn-wishlist:hover,button.btn-compare:hover,button.btn-addtocart:hover{
	color: #F75656;
}
/*button.btn-wishlist:hover .fa,button.btn-compare:hover .fa{font-size: 22px;}*/
/*button.btn-wishlist .fa:after,button.btn-compare .fa:after{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 18px;
    line-height: 59px;
    color: #ea515e;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;

}
button.btn-wishlist .fa:after{    content: "\f08a";}
button.btn-compare .fa:after{    content: "\f012";}
button.btn-wishlist.btn-activated .fa:after,button.btn-compare.btn-activated .fa:after {
	opacity: 1;
    -webkit-animation: scaleFade 0.5s forwards;
    -moz-animation: scaleFade 0.5s forwards;
    animation: scaleFade 0.5s forwards;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.btn-activated .fa:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
/* tooltips */
.box-button button,.box-button-product button{position: relative;}
/*.box-button button em:after,.button-group2 button em:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -3px;
    border: 5px solid transparent;
    border-top-color: rgba(0,0,0, 0.8);
}*/
.box-button button em:after ,.box-button-product button em:after   {
	content: '';
    position: absolute;
    bottom: -5px;
    right: 15%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.8);
    opacity: 1;
}
.box-button button em,.box-button-product button em{
    display: block;
    position: absolute;
    left: 50%;
    text-align: center;
    min-width: 70px;
    margin-left: -45px;
    padding: 2px 5px;
    border-radius: 3px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    opacity: 0;
    bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.box-button button em,.box-button-product button em{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}
.box-button em.tooltips,.box-button-product em.tooltips {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 10px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.box-button button:hover em,.box-button-product button:hover em {
    ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 100;
    bottom: 60px;
}
.box-button button:hover em,.box-button-product button:hover em {
    opacity: 1;
}
/* tooltips */
.box-button button,.box-button-product button,.button-group-grid button{position: relative;}
/*.box-button button em:after,.button-group2 button em:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -3px;
    border: 5px solid transparent;
    border-top-color: rgba(0,0,0, 0.8);
}*/
.box-button button em:after ,.box-button-product button em:after,.button-group-grid button em:after{
    content: '';
    position: absolute;
    bottom: -5px;
    right: 15%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.8);
    opacity: 1;
}
.box-button button em,.box-button-product button em,.button-group-grid button em{
    display: block;
    position: absolute;
    left: 50%;
    text-align: center;
    min-width: 70px;
    margin-left: -45px;
    padding: 2px 5px;
    border-radius: 3px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    opacity: 0;
    bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.box-button button em,.box-button-product button em,.button-group-grid button em{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}
.box-button em.tooltips,.box-button-product em.tooltips,.button-group-grid em.tooltips{
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 10px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.box-button button:hover em,.box-button-product button:hover em,.button-group-grid button:hover em{
    ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 100;
    bottom: 60px;
}
.box-button button:hover em,.box-button-product button:hover em,.button-group-grid button:hover em{
    opacity: 1;
}
/* end-css-tooltips */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #F75656;
	border-radius: 0px;
	box-shadow: none;
}
.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-default {
	color: #e9e9e9;
	text-shadow: none;
    background: #343434;
    border: 1px solid #343434;
        text-transform: uppercase;
    font-weight: 600;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled]{
    background-color: #F75656;
    border-color:  #F75656;
    color: #ffffff;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	/*background-color: #F75656;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #F75656;*/
    background: #343434;
    border: 1px solid #343434;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #F75656;
    border-color:  #F75656;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
    box-shadow: none;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #da4f49;
    background: transparent;
    border-color: transparent;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;*/
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	/*box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);*/
    color: #da4f49;
    background: transparent;
    border-color: transparent;
}
.btn-success {
	color: #ffffff;
	text-shadow: none;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
    box-shadow: none;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
    box-shadow: none;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
    box-shadow: none;
}
.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;text-transform: capitalize;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* fillter product*/
.product-filter, .product-pagination {
    overflow: hidden;
    padding: 5px 15px;
    border-bottom: 1px solid #F1F1F1;
    margin: 0px 0 20px;
    background: #fff;
}
.product-filter .btn-group {
    margin: 1px 0 0;
    display: inherit;
    float: left;
}
.product-results {
    padding: 12px 0;
}
.pagination {
    margin: 0px 0px -5px 0px !important;
    padding: 5px 0;
}
.product-pagination .pagination>li>span,.product-pagination .pagination>li>a{margin: 0 2px !important;}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.product-filter label {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.product-filter .btn-group #list-view.selected,.product-filter .btn-group #list-view:hover {
    height: 27px;
    width: 27px;
    float: left;
    background: #F75656 url(../image/list.png) -5px -39px no-repeat;
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    margin: 2px 5px 0 0;
    text-transform: uppercase;
    text-indent: -9999px;
    outline: none;
}
.product-filter .btn-group #grid-view.selected ,.product-filter .btn-group #grid-view:hover {
    height: 27px;
    width: 27px;
    float: left;
    background: #F75656 url(../image/grid.png) -4px -39px no-repeat;
    margin: 2px 5px 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #F75656;
    text-indent: -9999px;
    outline: none;
}
.product-filter .btn-group #grid-view{
    height: 27px;
    width: 27px;
    float: left;
    background: #f2f2f4 url(../image/grid.png)  -4px -4px no-repeat;
    margin: 2px 5px 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    text-indent: -9999px;
}
.product-filter .btn-group #list-view{
    height: 27px;
    width: 27px;
    float: left;
    background: #f2f2f4 url(../image/list.png)  -5px -4px no-repeat;
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    margin: 2px 5px 0 0;
    text-transform: uppercase;
    text-indent: -9999px;
}


.product-filter .btn-group button {
    background: none;
    border: 0 none;
    border-radius: 0;
    float: left;
    height: 17px;
    padding: 0;
    text-indent: -9999px;
    width: 17px;
    margin-right: 10px;
}
.product-filter .sort {
    float: right;
    margin: 2px 0 0;
    padding: 0 0 0 20px;
}
.product-filter label {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.product-filter select {
    background: none repeat scroll 0 0 #fff;
    color: #777;
    font-size: 14px !important;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
    border: 1px solid #F1F1F1;
}
.product-filter .limit {
    color: #666;
    float: right;
    padding: 0  20px 0 0;
}
.limit #input-limit{padding: 5px;}
.product-filter #input-sort {
    float: right;
    padding: 5px 5px;
    width: 60%;
    margin: 0px 5px 0px;
}

.product-filter .btn{box-shadow: none;}
.product-filter .btn.active.focus, .product-filter .btn.active:focus, .product-filter .btn.focus, 
.product-filter .btn:active.focus, .product-filter .btn:active:focus, .product-filter .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.product-filter .btn.focus, .product-filter .btn:focus, .product-filter .btn:hover{color:#fff !important;text-decoration:none}
.product-filter {
    border-bottom: 0;
    border: 1px solid #ccc;
}
.product-pagination {
    border: 1px solid #ccc;
}

/* .product-list .product-grid*/
.product-thumb {
    margin-bottom: 20px;
    display:block;
    overflow: hidden;
}
.product-thumb.item_product, .product-thumb .item_product{
    display: inline-block !important;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.product-thumb h4 {
    font-weight: bold;
    margin-bottom: 0px;
}
.product-thumb .caption {
	padding:0 0px;
}
.product-thumb .rating {
	padding-bottom: 0px;
    display: none;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {

}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 0px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
hr {
    border-top: 1px solid #6a6a6a;
    border-bottom: 1px solid #484848;
}
.product-thumb button{
	position: relative;
	float: left;
    width: auto;
    border: none;
    height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-left: 1px solid #515154;
    font-family: 'Oswald';
}
.product-thumb button.btn-addtocart {
    width: 60%;
    font-size: 15px;
    border-left-color: transparent;
}
.product-thumb  button.btn-wishlist, 
.product-thumb  button.btn-compare {
    width: 20%;
    line-height: 57px;
}
/* .product-grid */
.product-grid .product-thumb .image {
    float: left;
    position: relative;
}
.product-grid .caption{float:left;padding: 10px 0px 0px 0px;width: 100%;}
.product-grid .description{display: none;}
/*.product-grid .caption .name{margin: 10px 0;}*/
.product-grid .button-group-list{display: none;}
.product-grid .product-thumb .button-group-grid{
	bottom: -55px;
	position: absolute;
	opacity: 0;
	width: 100%;
}
.product-grid .product-thumb .button-group-grid button{

}
.product-grid .product-thumb:hover .button-group-grid {
    opacity: 1;
    bottom: 0px;
}
/* .product-list */
.product-list .caption .name a{
	font-size: 20px;
}
.product-list .product-thumb {
	margin-bottom: 20px;
	float: left;
    width: 100%;
}
.product-list .image.col-md-4.col-sm-4.col-xs-12 {
    margin-left: -15px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.products-list .caption{padding: 0 0 0 30px;}
.products-list .caption .name a {
    font-size: 20px;
    color: #333339;
}
.product-list .button-group-grid{display: none;}
.products-list p.description{
	clear: both;
    margin: 10px 0;
    line-height: 20px;
    color: #858585;
    padding-top: 10px;
    font-size: 12px;
}
.product-list .price {font-size: 30px;}
.product-list .item_product img{width: auto !important; margin-bottom: 15px;}
.product-list .product-thumb button, .box-button-product button{
    width: auto;
    height: auto;
    background: #fff;
    color: #343434;
    border: 2px solid #343434;
    padding: 7px 12px;
    margin-right: 5px;
}
.product-list .product-thumb .box-button{
    opacity: 1;
    position: initial;
}
.product-list .product-thumb button.btn-wishlist,
.product-list .product-thumb button.btn-compare,
.box-button-product button.btn-wishlist,
.box-button-product button.btn-compare{
    line-height: 26px;
    border: none;
    background: #343434;
    color: #fff;
    text-align: center;
    max-height: 38px;
        width: 40px;
}
.product-list .product-thumb button.btn-wishlist .fa,
.product-list .product-thumb button.btn-compare .fa,
.box-button-product button .fa{
	font-size: 15px;
}

.product-list .product-thumb button:hover,.box-button-product button:hover{
	background: #F75656;
    border-color: #F75656;
    color: #fff;
}
/* product-infor */
h1.product-name.product-name-product {
    font-size: 24px;
    margin-top: 10px;
}
.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: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

/*zoom-windown*/
.zoomWindow {
    left: 361px !important;
    border: 4px solid #ddd !important;
    top: -2px !important;
    width: 360px !important;
    height: 412px !important;
}
.zoomLens {
    height: 100px !important;
    width: 100px !important;
}
.zoomContainer {
    top: 5px !important;
    left: 0px !important;
    margin-left: 18px !important;
    z-index: 9;
}
/*.image-additional*/
.thumbnails-image .thumbnail{border:0!important;}
.image-additional .thumbnail {
    margin: 0 5px 20px 5px;
}
.wrapper-img-additional{padding: 0 30px;}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div {
    font-size: 0px;
    color: #fff;
    width: 23px;
    height: 92px;
    background: #8a8a8a;
    text-align: center;
    line-height: 92px;
    margin-bottom: 2px;
    opacity: 0;
    border-color: #a7a7a7;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:before{
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 92px;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    top: 51px;
    border-radius: 0px 3px 3px 0px;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: auto;
    left: 0px;
    top: 51px;
    border-radius: 3px 0px 0px 3px;
}
.wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{left: -20px;opacity: 1;border-color: #a7a7a7;}
.wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-next{right: -20px;opacity: 1;border-color: #a7a7a7;}
.wrapper-img-additional .owl-prev:after{display: none;}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:hover{
    background-color: #3c3c3c;
    color: #fff;
}
/*product*/
.product-price div{display: inline-block;}
.product-price .price-old{    font-size: 22px;    text-decoration: line-through;}
.box-button-product button:hover .fa{
	font-size: 15px;
}
.box-button-product button{
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald';
	vertical-align: top;
	margin: 0 0 0 5px;
}
.box-button-product button:hover em{
	bottom: 40px;
}
/*product-quantity*/
.form-quantity label.control-label {
    float: left;
    padding: 7px 0;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.box-input-qty{
    min-width: 40px;
    float: left;
    display: inline-block;
}
.box-input-qty input{padding: 0 3px; text-align: center;border-radius: 0;height: 38px;}
.form-quantity input#plus,.form-quantity input#minus{
    height: 38px;
    width: 20px;
    margin:0 3px;
    text-align: center;
    line-height: 38px;
    padding: 0;
    font-weight: bolder;
    border: 1px solid #ddd;
    background: none;
    margin-top: 0px;
    display: block;
    float: left;
    box-shadow: none;
    outline: none;
}
.form-quantity input#plus:hover,.form-quantity input#minus:hover{
    color: #fff;
    background: #F75656;
    border-color: #F75656;
}
#product .box-button-product button:hover em {bottom: 50px;}
/**/
ul.nav.nav-tabs.nav-tabs-product{margin-bottom: 0px;    border-bottom-color: #eee !important;}
.tab-content.tab-content-product {
	padding: 15px 20px;
    margin: 0 0 30px 0;
    max-height: 800px;
    overflow: auto;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
    border: 1px solid #eee;
    border-top: none;
}
.nav-tabs.nav-tabs-product>li>a{
    background: #eee;
    display: block;
    position: relative;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #252525;
    border: none;
    font-weight: 700;
}
.nav>li>a:focus, .nav>li>a:hover,.nav-tabs-product>li.active>a, 
.nav-tabs-product>li.active>a:focus, .nav-tabs-product>li.active>a:hover{
    color: #fff;
    background: #D1D1D1;
    border: none;
    padding: 15px;
    border-radius: 2px 2px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}
/**/
/* relate product + special product */
.product-thumb.transition.relate-product {
    margin: 10px 15px;
}
.relate-product .caption h4{
    width: 100%;
    margin: 7px 0 5px 0;
    clear: both;
}
.relate-product.product-thumb.transition .image{
    margin-bottom:0px; 
}
.relate-product.product-thumb.transition .image img{
    width: 100%;
}
.relate-product .caption{width: 100%;text-align: center;}
.relate-product .caption h4 a{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.relate-product .caption h4 a:hover{
    color: #79d1ee;
}
.relate-product p.price-box{
    margin-top: 0;
    margin: 0px 0 8px 0;
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 700;
}
/**/
/**/
.list-unstyled li a{color: #343434;}
ul.list-unstyled.decimal{
    list-style-type: decimal;
    padding-left: 30px;
}
ul.list-unstyled.decimal li:hover a{
    color: #F75656;
}
/*account-wishlist*/
.account-wishlist table img{max-width: 100px;}
/*checkout/checkout*/
.checkout-checkout .panel-heading .module-title{margin-bottom: 0px;}
.checkout-checkout .panel-heading .module-title h3{margin-top: 0px;}
.checkout-checkout .panel.panel-default,.checkout-checkout .panel-heading,.checkout-checkout .panel-default>.panel-heading+.panel-collapse>.panel-body{
    background: #fff;
     border: none;
     box-shadow: none;
}
/*checkout-cart*/
.checkout-cart table img{max-width: 100px;}
.checkout-cart .input-group .form-control[name^=quantity] {
    width: 50px;
    text-align: center;
    padding: 0 5px;
        background: #fff !important;
}
.input-group.btn-block.input-qty {
    width: auto;
    text-align: center;
    display: inline-block;
}
.product-name-checkout a{
    color: #000;
        font-size: 13px;
    text-transform: uppercase;
}
.product-name-checkout a:hover{
    color: #79d1ee;
}
.checkout-cart td{max-width: 200px;}
.checkout-cart #content{position: relative; display: inline-block;width: 100%;}
.account-wishlist #content{overflow: auto;}
.checkout-cart .btn-update-box{
    position: absolute;
    bottom: 0px;
    right: 410px;
}
.checkout-cart .buttons a.btn {    margin-left: 10px;}
span.cart-price {    font-size: 16px;    font-weight: 600;}
/*account.tpl*/
.accounts-content li a{border: none;border-radius:0; }
.accounts-content ul.list-unstyled.decimal{
    border: 1px solid #ccc;
}
.accounts-content li a:hover{
    border: none;
    border-radius:0;
    color: #23a1d1;
    padding-left: 15px;
}
.accounts-content li a:hover:before {color: color: #23a1d1; }
.accounts-content li a:before {
    content: "\f01d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}
/**/
/**/
/* captcha */
input#input-payment-captcha {
    margin-bottom: 15px;
}
input#input-captcha {
    max-width: 150px;
    float: left;
    margin-right: 20px;
}
/**/
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*#back-top*/
#back-top {
    /*background: #343434 url("../image/back-top.png") no-repeat scroll 0px 0px;
    bottom: 35px;
    display: none;
    height: 54px;
    position: fixed;
    right: 12px;
    width: 54px;
    z-index: 9999;
    cursor: pointer;
    transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
    border-radius: 100%;*/
    display: block;
    position: fixed;
    z-index: 9999;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor:pointer;
    border-radius: 50%;
    background: #F75656 url("../image/back-top.png") no-repeat scroll 0px 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);

}
#back-top.show{
    width: 56px;
    height: 56px;
}
#back-top:hover {
        background-color: #F75656;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
    
/**/
/**/
@media (min-width: 1200px){
	.container {    width: 1200px !important;}
}
@media (max-width: 1199px){
	.banner1 {    float: left;    padding-right: 0px !important;    width: 100%;}
    .intro-content-bottom-3{    padding-top: 40px;}
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 15px;
    }
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
/* default-fix-design */
/* media-responsive */
@media (max-width: 1199px){ .caption .name a{margin-top: 10px;}}
@media (max-width: 1199px){
    /*home2*/
    .owl-demo-newproduct .box-button{width: auto;}
}
@media (max-width: 1199px) and (min-width: 992px){
    .caption h4 a, .caption .name a{font-size: 14px;}
    .price{font-size: 18px;}
    .owl-demo-newproduct .box-button button, .owl-demo-specialproduct .box-button button{width: auto;}
    .owl-demo-newproduct .box-button, .owl-demo-specialproduct .box-button{max-width: 100%;}
    .owl-demo-newproduct .product-thumb .price-old,.owl-demo-specialproduct .product-thumb .price-old{
        font-size: 16px;
        margin-left: 0px;
        display: block;
    }
    .owl-demo-newproduct.owl-carousel .owl-item,.owl-demo-specialproduct.owl-carousel .owl-item,
    .owl-demo-random.owl-carousel .owl-item,.upsell-slider.owl-carousel .owl-item{
        min-width: 240px !important;
    }
    .owl-demo-mostproduct.owl-carousel .owl-item{max-width: 320px;}
}
@media (max-width: 991px){
    #top-links .dropdown-menu{min-width: 80px;}
    .owl-demo-newproduct .caption h4, .owl-demo-specialproduct .caption h4{width: 100%;}
    .footer-static-title{margin: 30px 0px;}
    .footer-links,span.icon-payment,.text-powered{text-align: center;}
    /*home2*/
    .owl-demo-newproduct .product-thumb button.btn-addtocart{width: 100%;}
    .text-content-bottom-3 {
        font-size: 1.2em;
        margin-top: 15px;
        line-height: 1.5em;
    }
    .intro-content-bottom-3 {
        padding-top: 30px;
    }
    .btn-content-bottom-3{top: 77%;}
}
@media (max-width: 991px) and (min-width: 785px){
   .owl-demo-mostproduct.owl-carousel .owl-item{max-width: 250px;} 
}
@media (max-width: 991px) and (min-width: 768px){
    /*home2*/
    .owl-demo-newproduct .img{max-width: 100px;}
    .owl-demo-newproduct .image{margin: 0 10px 0 0;}
     
}
@media (max-width: 767px){
    header{text-align: center;}
    .header-content{padding: 20px 0px;}
    #logo{
        display: block;
        text-align: center;
        margin-bottom: 0;
    }
    #logo a{display: inline-block;}
    #cart{
        float: none;
        text-align: center;
        display: inline-block;
        margin-bottom: 0px;
    }

    .owl-demo-newproduct .caption .price, .owl-demo-specialproduct .caption .price{width: 100%;}
     .product-list .image.col-md-4.col-sm-4.col-xs-12 {    margin-left: 0px;}
    /*home2*/
    #search {
        width: 98%;
        margin-left: 1%;margin-top: 20px;
        display: inline-block;
    }
    .common-home #search{margin-top: 60px;}
    .owl-demo-newproduct .product-thumb button.btn-addtocart{width: 100%;}
    .articles-inner.item-inner {    float: left;    width: 100%;}
    /**/
    .sub-title-content-bottom-3 h3 {
        font-size: 1em;
        color: #eee;
    }
    .intro-content-bottom-3 {
        padding-top: 10px;
    }
    .title-content-bottom-3 h1 {
        font-size: 1.8em;
        margin-top: 10px;
    }
    .text-content-bottom-3 {
        font-size: 1em;
        margin-top: 10px;
        width: 90%;
    }
    .btn-content-bottom-3 {
        font-size: 1em;
        width: 100px;
        height: 35px;
        line-height: 35px;
        margin-left: -50px;
        top: 60%;
    }
}
@media (max-width: 700px){
    /*home2*/
    .top-block {    margin-top: 0px;}
    .top-block .col-top {    width: 100%;    margin-top: 60px;}
    .owl-demo-newproduct .image,.owl-demo-specialproduct .image{    max-width: 100%;margin-bottom: 10px;}
    .owl-demo-newproduct .caption, .owl-demo-specialproduct .caption{    padding: 0 10px !important;}
    .owl-demo-specialproduct img{max-width: 100% !important;}
}
@media (max-width: 767px) and (min-width: 480px){}
@media (max-width: 650px){
    .btn-content-bottom-3 {top: 70%;}
}
@media (max-width: 550px){
    .btn-content-bottom-3 {top: 75%;}
    .text-content-bottom-3 {
        width: 95%;
    }
    .text-content-bottom-3{margin-top: 0px; font-size: 0.8em;}
}
@media (max-width: 479px){
    .col-top{width: 100%;border-bottom: 1px solid #fff;}
    .brands-content img{display: inline-block;}
 
    #cart .dropdown-menu {    width: 280px;}
    footer .footer-links img{width: auto;}
        .checkout-cart .btn-update-box .btn,.checkout-cart .buttons .btn{
        padding: 3.5px 5px;
        font-size: 9px;
    }
    .checkout-cart .btn-update-box {
            left: 15px;
            right: auto
    }
    /**/
    .title-content-bottom-3 h1{font-size: 1.2em}
    .sub-title-content-bottom-3 h3 {
        font-size: 0.7em;
        color: #eee;
    }
    .sub-title-content-bottom-3 h3{margin-top: 10px;}
    .btn-content-bottom-3 {
        font-size: 0.8em;
        height: 20px;
        line-height: 20px;
        top: 80%;
    }
    .owl-demo-specialproduct .product-thumb button.btn-addtocart{width: auto;}
}
@media (max-width: 479px) and (min-width: 380px){}
@media (max-width: 380px){
    .box-button-product {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .btn-content-bottom-3{top: 80%;}
    .intro-content-bottom-3 {    padding-top: 0px;}
    .text-content-bottom-3 {    width: 99%;}
}
@media (max-width: 360px){
    .text-content-bottom-3 {    font-size: 0.7em;}
}
@media (max-width: 340px){
        .owl-demo-newproduct .image,.owl-demo-specialproduct .image{    max-width: 100%;margin-bottom: 10px;}
    .owl-demo-newproduct .caption, .owl-demo-specialproduct .caption{    padding: 0 10px !important;}
    .title-content-bottom-3 h1 {
        font-size: 1em;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .btn-content-bottom-3 {
        top: 80%;
    }
}

@font-face { font-family:"VPSBNH"; src: url(../fonts/VPSBNH.TTF);}
#logo a:hover{color: #D83B3B!important;text-shadow: 2px 1px 2px #000;}

footer .col-sm-3 .list-unstyled{margin-bottom: 40px;margin-top: 20px;}
footer .col-sm-3 .list-unstyled li{line-height: 40px;}
footer .col-sm-3 .list-unstyled li:hover{background: #767676;padding-left: 10px;}
footer .col-sm-3 .list-unstyled li:hover a{color: #F75656;}
footer .col-sm-3 .list-unstyled li a{color: #AAAAAA;font-size: 14px;}


.product-layout .col-lg-3{margin-bottom: 20px;}
.product-layout .col-lg-3 .product-thumb{border:1px solid #EEEEEE;background: #E3E3E3;}
.product-layout .col-lg-3 .product-thumb:hover{border:1px solid #F75656;background: #D1D1D1;}
.product-layout .col-lg-3 .product-thumb .caption{margin-left: 5px;margin-right: 5px;text-align: center;}

.custom-products .product-layout .product-thumb{border: 1px solid #EEEEEE;}
.custom-products .product-layout .product-thumb:hover{border: 1px solid #F75656;}
.custom-products .product-layout .product-thumb .caption{margin-left: 5px;margin-bottom: 10px;margin-right: 5px;text-align: center;}

.col-sm-9 .custom-products .row .product-layout{width: 33%;}

.view-related .owl-wrapper .owl-item .product-thumb{border: 1px solid #EEEEEE;}
.view-related .owl-wrapper .owl-item .product-thumb:hover{border: 1px solid #F75656;}
.view-related .owl-wrapper .owl-item .product-thumb .product-transition{margin-left: 10px;}

.navbar .nav > li{padding:6px 10px!important;}

.container{padding-left: 0px;padding-right: 0px;}

.fa-down:after{content:"\f0d7";margin-left: 3px;}

#content .col-sm-4 .thumbnails .image-additional{display: inline-block!important;float: left!important;width: 80px!important;}

.thumbnails .owl-carousel .owl-wrapper{width: 80px!important;}
.thumbnails .owl-carousel .owl-wrapper .owl-item{width: 80px!important;}

.fa-gengxin:after{content: "\f021";}

 .cchPC{    background-color: #464646;
    background-image: linear-gradient(to bottom, #464646, #5D5D5D);
    background-repeat: repeat-x;
    border-color: #464646 #464646 #5D5D5D;
}
.cchMobile{display: none;}
@media only screen and (orientation:portrait) {
    .cchMobile{display: block;position: relative;z-index: 9990;}
    .cchPC{display: none;}
 }

header {z-index: 9993;}

.navbar{margin-bottom: 0;}
#tab-description p,#tab-description td{font-size: 14px;color: #555;line-height: 26px;}
.checkout-cart tbody td.text-right{color: #FF5353;}
.checkout-cart tbody td.text-right strong{color: #000;}

.common-home header{background: none;}
.common-home .latest{margin-top: 40px;}
.common-home #menu{background: none;border:none;}
.common-home .cchPC{background: rgba(227,227,227,0.8);}
.common-home #menu .nav > li > a{color: #000;text-transform: capitalize;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #F75656;
}
.carousel-control.left,.carousel-control.right{background: none;}
.carousel-inner>.item img{display: inline-block;}
 .carousel-inner,.carousel-inner>.item{text-align: center;}
.carousel{display: none;}
.common-home .carousel{display: block;position: absolute;}
.product-thumb .caption{overflow: hidden;text-overflow: ellipsis;}

@media (min-width: 1024px){
    .common-home .cchPC{margin-top: 247px;}
}

@media (min-width: 1152px){
    .common-home .cchPC{margin-top: 298px;}
}

@media (min-width: 1280px){
    .common-home .cchPC{margin-top: 348px;}
}

@media (min-width: 1360px){
    .common-home .cchPC{margin-top: 376px;}
}
@media (min-width: 1600px){
    .common-home .cchPC{margin-top: 474px;}
}
@media (min-width: 1920px){
    .common-home .cchPC{margin-top: 596px;}
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #F75656!important;
    border-color: #F75656!important;
}










@media only screen and (orientation:portrait) {
        body{padding-left: 2px;padding-right: 2px;}
        footer .col-sm-3{text-align: center;}
        #cart > .btn{text-align: center;}
        #cart{background-position: 110px 0;}
        .product-special .product-layout,.product-search .product-layout,.col-sm-9 .custom-products .row .product-layout
        {width: 98%;margin-left: 1%;}
        aside#column-left{display: none;}
        .view-related .owl-item{}
        .checkout-cart td.product-name-checkout{white-space: normal!important;}
        .common-home #menu{background: rgba(227,227,227,0.8);}
        .common-home #menu #category{color: #555;text-shadow: none;}



}