body {
	font-family: 'Droid Serif', sans-serif;
	font-weight: 400;
	color: #707070;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #292929;
	line-height: 1;
	text-transform: uppercase;
	margin:0 0 10px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */	
h1 {
	font-size: 22px;
	font-family: 'Roboto Slab';
	font-weight:700;
}
h2 {
	font-size: 20px;
	font-family: 'Roboto Slab';
	font-weight:700;
}
h3 {
	font-size: 18px;
	font-family: 'Roboto Slab';
	font-weight:700;
}
h4 {
	font-size: 15px;
	font-family: 'Roboto Slab';
	font-weight:700;
}
h5 {
	font-size: 12px;
	font-family: 'Roboto Slab';
	font-weight:700;
}
h6 {
	font-size: 10.2px;
	font-family: 'Roboto Slab';
	font-weight:700;
}
a {
	color: #292929;
	cursor: pointer;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #888;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
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: 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;
}
.table-bordered td {
	vertical-align: middle !important;
	text-align:center;
}
img{
	max-width: 100%; 
	height: auto;
}
/* wishlist */
.account-wishlist a.btn {
	height:34px;
	line-height:34px;
	padding:0 15px;
	border-radius:5px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #888;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #888;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip-inner{
	background: #888;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
	font-family: 'Droid Serif', sans-serif;
	font-weight: 400;
	position:relative;
	z-index:91;
}
/* transition */
.owl-nav > div, .banner-2 img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff !important;
	background: #888 !important;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: 0;
	background: #434343 !important;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	font-weight: 700;
	border-radius: 0;
	box-shadow:none;
	font-family: 'Roboto Slab';
}
#button-voucher,
#button-coupon{
	height: 34px;
	margin-left: 10px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 1000000;
}
/* header-top */
.header-top {
	border-bottom:1px solid #ebebeb;
}
.header-top .container-inner {
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
}
.phone {
	padding:0 25px;
	border-right:1px solid #ebebeb;
	display:inline-block;
	display: none;
}
.phone label {
	margin:0;
	line-height:45px;
	font-size:12px;
	color:#afafaf;
	font-style:italic;
}
.welcome {
	display:inline-block;
	padding-left:20px;
}
.welcome p {
	font-size:12px;
	color:#434343;
	line-height:44px;
	margin:0;
	font-style:italic;
	display:none;
}
/* currency */
.currency {
	float:right;
	position:relative;
	padding-left:25px;
	border-left: 1px solid #ebebeb;
}
.currency label {
	margin: 0;
    line-height: 44px;
    font-size: 12px;
    color: #afafaf;
    font-style: italic;
}
.currency .btn-link {
	border: 0;
    padding: 0 20px 0 8px;
	line-height:44px;
    color: #434343;
    font-size: 12px;
    text-transform: capitalize;
	font-style:italic;
    text-decoration: none;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.currency .btn-link:hover {
	color:#888;
}
.currency .btn-link strong {
	font-weight:400;
}
#form-currency .dropdown-menu {
	border: 0;
    left: initial;
    right: 0;
    padding: 20px 30px 15px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    min-width: 120px;
    background: #292828;
}
#form-currency .dropdown-menu li button {
	color: #7e7e7e;
	font-size:12px;
    text-decoration: none;
    padding: 5px 0;
	line-height:20px;
    margin-bottom: 3px;
    text-align: right;
	font-family: 'Droid Serif', sans-serif;
}
#form-currency .dropdown-menu li button:hover {
	color:#fff;
}
/* language */
.language {
    float: right;
    position: relative;
	padding-left:25px;
	border-left: 1px solid #ebebeb;
}
.language label {
    margin: 0;
    line-height: 44px;
    font-size: 12px;
    color: #afafaf;
    font-style: italic;
}
.language .btn-link {
    border: 0;
    padding: 0 20px 0 8px;
    line-height: 44px;
    color: #434343;
    font-size: 12px;
    text-transform: capitalize;
    font-style: italic;
    text-decoration: none;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.language .btn-link:hover {
	color:#888;
}
#form-language .dropdown-menu {
	border: 0;
    left: initial;
    right: 0;
    padding: 20px 30px 15px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    min-width: 120px;
    background: #292828;
}
#form-language .dropdown-menu li button {
	color: #7e7e7e;
	font-size:12px;
    text-decoration: none;
    padding: 5px 0;
	line-height:20px;
    margin-bottom: 3px;
    text-align: right;
	font-family: 'Droid Serif', sans-serif;
}
#form-language .dropdown-menu li button:hover {
	color:#fff;
}
/* top-link */
#top-links {
	float:right;
}
#top-links .list-inline {
	margin:0;
	padding:0;
}
#top-links li.dropdown {
	padding:0 20px;
	border-left: 1px solid #ebebeb;
}
#top-links .dropdown-menu {
    border: 0;
    left: 0;
    padding: 10px 15px;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 120px;
    background: #fff;
}
#top-links a {
	color: #434343;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
	font-style: italic;
	line-height:44px;
    text-decoration: none;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#top-links .dropdown-menu {
    border: 0;
    left: initial;
    right: 0;
    padding: 20px 30px 15px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    min-width: 120px;
    background: #292828;
}
#top-links .dropdown-menu li a {
	background:none;
	color: #7e7e7e;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0;
    line-height: 20px;
    margin-bottom: 3px;
    text-align: right;
    font-family: 'Droid Serif', sans-serif;
}
#top-links .dropdown-menu li a:hover {
	color:#fff;
}
/* block-right */
.block-right { float:right; margin-top:10px; width:100%; text-align:right; }
.block-right .search-containers {
	margin-right: 20px;
}
/* top */
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #292929;	
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgba(55,55,55,.1);
	padding-bottom: 5px;
}
#top > .container > ul:first-child{
	padding: 12px 0;
}
#top > .container > ul:first-child > li{
	padding: 0;
}
#top > .container > ul:first-child > li >span:not(.text-ex){
	color: #888;
}
#top > .container > ul:last-child{
}
#top.text-ex{
	padding: 12px 0px;
	margin-right: 5px;
	font-size: 13px;
}
.top-links{
	margin: 0;
}
.top-links > li:not(:last-child){
	margin-bottom: 20px;
}
#top> li{
	padding: 0 20px;
	position: relative;
}
#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button{
	display: block;
	
}
#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected{
	color: #888;
	text-decoration: none;
}
.logo-container {
	margin:5px 0 0;
	text-align:center;
}
#logo a{
	display: inline-block;
}
/* container-fix */
.container-fix .container-inner {
	border-bottom:1px solid #ebebeb;
	padding:38px 0;
}
/* search */
.search-containers {
	display:inline-block;
}
.search-container{
	position: relative;
	z-index: 113;
}
#search h1{
	font-size: 48px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 70px 0;
}
.search-position {
	position:relative;
}
.search-content .ion-android-close {
	position:absolute;
	top:20px;
	right:20px;
	z-index:9999;
	color:#fff;
}
.search-content{
	position: fixed;
	top: 0;	
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(21,21,21,.99);
	display: none;
	animation: fadeIn 0.5s linear alternate;
	-webkit-animation: fadeIn 0.5s linear alternate;
	-moz-animation: fadeIn 0.5s linear alternate;
}
.search-container .container{
	position: relative;
	height: 100%;
}
.search-container i:hover{
	color: #a2a2a2 !important
}
.search-container i.pe-7s-close{
	opacity: .8
}
.search-container  > i{
	width: 15px;
}
.search-container i {
	color: #363636;
	font-size: 21px;
	cursor: pointer;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#search{
	position: absolute;
	top: 50%;
	width:50%;
	left: 0;
	right: 0;
	margin:0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}
#search input{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 40px 0 0;
	background: none;
	color: #ffffff;
	font-size:14px;
	font-style:italic;
	width: 100%;
	height: 45px;
	line-height: 45px;	
	border-bottom: 1px solid #fff;
	text-transform:capitalize;
}
#search input::-webkit-input-placeholder{
  color: #bababa;
}
#search input::-moz-placeholder{
  color: #bababa;
}
#search input:-ms-input-placeholder{
  color: #bababa;
}
#search input:-moz-placeholder {
  color: #bababa;
}
#subscribe .btn:hover{
	color: #fff !important;
}
#search button:hover i,
#search i:hover{
	color: #a2a2a2;
}
#search button i{
	color: #fff;
}
#search button{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	font-size: 25px;
	background: none !important;
	z-index: 2;
	float: right;
	margin-top: -40px;
	position: relative;
}
#search > button.expand-search2{
	opacity: 1;
	z-index: 4;
}
#search.expand-search > i:hover{
	color: #888;
}
#search.expand-search > i{
	color: #fff
}
#search.expand-search > input{
	max-width: 250px;
	padding: 0 0 0 20px;
	background: #222;
	margin-top: -10px;
	color: #fff;
}
/* newsletter popup */
.b-close {
	display: block;
}
.b-close:before {
	font-family: "Ionicons";
	content: "\f2d7";
	display:inline-block;
	color:#434343;
	font-size:16px;
}
.b-close span { display:none; }
.newletter-popup{
	background: #fff;
	top: 50% !important;
	margin-top: -179px;
	position: fixed !important;
	padding: 50px;
	text-align: center;
	display: none;
}
#boxes .newletter-title h2{
	font-size: 30px;
	text-transform: uppercase;
	color: #343434;
	margin: 0 0 30px;
}
#boxes .box-content label{
	font-weight: 400;
	font-size:13px;
	font-style:italic;
}
#boxes .box-content .newletter-label {
	width:70%;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0 30px;
	padding: 0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
	font-size:13px;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* newsllter */
#dialog-normal .newletter-title {
	margin-bottom:40px;
	text-align:left;
}
#dialog-normal .newletter-title h2 {
	color: #ffffff;
	font-size: 16px;
	margin: 0
}
#dialog-normal .des-testimonial {
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0 0 55px 0;
}
#dialog-normal .newletter-title p {
	font-size: 14px;
	color: #adadad;
	margin: 40px 0 20px;
	font-style:italic;
}
#dialog-normal{
	text-align: center;
	padding-right:40px;
}
#dialog-normal .newleter-content{    
    vertical-align: middle;
    position: relative;
	text-align:center;
}
#frm_subscribe-normal{
	display:inline-block;
	width: 100%;
	position:relative;
}
#subscribe_email{
	background: transparent;
	border:0;
	border-bottom: 2px solid #4b4b4b;
	font-size:13px;
	color: #a2a2a2;
	display: block;
	font-style:italic;
	padding: 0 60px 0 0;
	height: 55px;
	width: 100%;
	float: left;
	margin: 0;
}
#subscribe_email::-webkit-input-placeholder{
  color: #9d9d9d;
}
#subscribe_email::-moz-placeholder{
  color: #9d9d9d;
}
#subscribe_email:-ms-input-placeholder{
  color: #9d9d9d;
}
#subscribe_email:-moz-placeholder {
  color: #9d9d9d;
}
#subscribe .btn {
	border: none;
	background:none !important;
	padding:0;
	height: 55px;
	width:55px;
	line-height:55px;
	position:absolute;
	right:0;
	top:0;
	font-size:0;
	color:#a2a2a2 !important;
	font-family: 'Roboto Slab';
	box-shadow:none;
}
#subscribe .btn:before {
	font-size:15px;
	display:inline-block;
	content:'\f194';
	font-family:'Material-Design-Iconic-Font';
}
#subscribe .btn:hover{
	background: none !important;
	color: #fff !important
}
#notification-normal{
	text-align: center;
	padding-top: 20px;
	clear: both;
}
#notification-normal div{
	color: #292929;
}
#notification-normal div.warning{
	color: #f00;
	text-align: center
}
/* blog */
#blog_home{
	padding:80px 0 70px;
	background:#f2f2f2;
}
#blog_home .articles-image{
	text-align: center;
	display:none;
}
#blog_home .owl-item:after {
	width:1px;
	height:100%;
	position:absolute;
	right:-15px;
	top:0;
	content:'';
	background:#ebebeb;
}
#blog_home .owl-item.active:after + .active {
	display:none;
}
#blog_home .articles-inner {
	overflow: hidden;
	padding:20px 30px;
	margin-top:20px;
}
#blog_home .row_items .articles-inner:hover .articles-image .readmore,
#blog_home .row_items .articles-inner:hover .articles-image::before{
	opacity: 1;
}
#blog_home .row_items .articles-inner .articles-image{
	position: relative;
}
#blog_home .articles-date span {
	color: #434343;
	font-weight: 700;
	font-family: 'Roboto Slab';
	font-size: 80px;
	display: block;
	margin-top: 0;
}
#blog_home .articles-date {
	font-size: 13px;
	color: #434343;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	float:left;
	text-align:center;
}
#blog_home .articles-date .author{
	color: #888;
	padding-left: 15px;
}
#blog_home .aritcles-content{
	margin-left:110px;
}
.articles-name + span{
	color: #434343;
	font-weight:700;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	font-size:11px;
}
.articles-name {
	font-size: 16px;
	font-weight: 700;
	color: #434343;
	margin: 0 0 8px;
	display: block;
	text-transform: uppercase;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'Roboto Slab';
}
.articles-name:hover {
	color:#888;
}
.articles-intro {
	color: #888888;
	line-height: 24px;
	font-size:14px;
	font-style:italic;
	margin: 25px 0 35px;
}
.readmore a {
	color: #434343;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto Slab';
	display: inline-block;
	text-transform:uppercase;
}
.readmore a:hover { color:#888; }
.readmore a:after {
	content:'';
	background: url(../image/bg-arrow.png) no-repeat center right;
	display:inline-block;
	width:44px;
	height:11px;
	margin-left:10px;
}
.readmore a:hover:after {
	-webkit-animation: passing 1200ms linear infinite;
    -moz-animation: passing 1200ms linear infinite;
    -ms-animation: passing 1200ms linear infinite;
    -o-animation: passing 1200ms linear infinite;
    animation: passing 1200ms linear infinite;
}
.blog-blog .article-titles { margin-bottom:40px; }
.blog-blog .article-titles h3 {
	font-size:25px;
	margin:0;
}
.blog-blog .article-name a {
	font-size:13px;
}
.blog-blog .intro-text { margin:20px 0 0; }
.blog-blog .readmore-page {
	font-size:14px;
	font-weight:700;
	font-family: 'Roboto Slab';
	margin:20px 0 0;
	display:block;
}
.blog-blog .article-item-inner {
	margin-bottom:40px;
}
.blog-blog .article-list:last-child .article-item-inner {
	margin:0;
}
.blog-article .article-text {
	margin-top:30px;
}
.blog-article .article-title { margin-top:20px; }
/* cart */
.cart-container { display:inline-block; }
#cart{
	float: right;
	width: auto;
}
#cart-total{
	font-family: 'Roboto Slab';
	font-weight: 400;
	background: none;
	color: #434343;
	font-size: 11px;
	text-transform: capitalize;
	float: left;
	margin-top: -3px;
	margin-left: 3px;
	border-radius: 100%;
	text-align: center;
	line-height: 1;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart .dropdown-cart i {
	font-size: 19px;
	color: #434343;
	float: left;
	line-height: 1;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart > button > i:hover {
	color:#888;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu {
	background:#292828;
	border: none;
	min-width: 355px;
	margin: 0;
	padding: 40px 40px 0;
	top: 35px;
	border-radius: 0;
	box-shadow:none;
	color:#fff;
}
#cart .dropdown-menu .cart-empty {
	padding-bottom:30px;
}
#cart-total .item-cart {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #888;
	border: 2px solid #fff;
	color: #fff;
	top: -8px;
	left: 32px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
}
#cart .dropdown-menu .cart-button{ 
	margin: 40px -40px 0;
	padding:50px 40px;
	background:#1c1c1c;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button:hover{
	color: #888;
}
#cart .cart-close button{
	background: none !important;
	color: #fff;
	border: none;
	font-size: 16px;
	line-height: 1;
	box-shadow:none !important;
}
#cart .cart-quantity{
	color: #fff;
	font-size: 12px;
	margin: 5px 0 8px 0 !important;
}
#cart .cart-name:hover{
	color: #888;
}
#cart .cart-name{
	color: #292929;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
#cart .cart-price{
	font-size: 16px;
	color: #929292;
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button {
	text-align:left;
}
#cart p.cart-button a {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	height: 42px;
	line-height: 40px;
	text-align: center;
	padding: 0 25px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto Slab';
	display:inline-block;
}
#cart p.cart-button a:hover{
	color: #434343;
	background: #fff;
}
#cart .cart-button a.view-cart {
	margin-right:20px;
}
#cart .dropdown-menu .info-item {
	padding-left: 20px;
}
#cart .dropdown-menu .info-item a {
	font-size:14px;
	color:#fff;
	font-family: 'Roboto Slab';
	font-weight:700;
}
#cart .dropdown-menu .info-item a:hover {
	color:#888;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:14px;
	color:#fff;
	font-family: 'Roboto Slab';
	font-weight:700;
}
#cart .dropdown-menu .has-scroll{
	max-height: 500px;
	overflow: auto
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Slab';
}
#cart .dropdown-menu tr td:last-child{
	font-size: 13px;
	color: #fff;
	font-family: 'Roboto Slab';
}
.unvisible{
	display: none;
}
#cart .dropdown-menu .has-scroll table tr {
	border-bottom:1px solid #363535;
	padding-bottom:25px;
	margin-bottom:25px;
	display:inline-block;
	width:100%;
}
/* header-link */
.header-link {
	position:relative;
	display:inline-block;
	margin-right:20px;
}
.header-link i {
	color: #363636;
    font-size: 21px;
    cursor: pointer;
	display:inline-block;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.header-link i:hover {
	color:#888;
}
.header-link .box-content {
    background: #252525;
    border: 0;
    padding: 20px 20px 15px;
    position: absolute;
    right: -30px;
    top: 100%;
    width: 175px;
    text-align: left;
	margin-top:11px;
	display:none;
}
/* fix */
/* .fix-header{
	background:#fff;
	left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9997;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
} */
.fix-header .logo-container{
	margin: 18px 0 0;
}
.fix-header .block-right {
	margin:23px 0 0;
}
.fix-header #cart .dropdown-menu {
	top:45px;
}
/* banner-static */
.banner-home {
	padding:0 60px !important;
}
.banner-static {
	margin:30px 0 0;
}
.banner-static .col {
	position:relative;
	overflow:hidden;
}
.banner-static .col:before,.banner-static .col:after {
	content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease .15s all;
    -moz-transition: ease .15s all;
    transition: ease .15s all;
}
.banner-static .col:before {
	bottom: -35px;
    right: -90px;
}
.banner-static .col:hover:before {
	right: -35px;
}
.banner-static .col:after {
	top: -35px;
    left: -90px;
}
.banner-static .col:hover:after {
	left: -35px;
}
/* banner-center */
.banner-center {
	margin:30px 0 0;
	background:#f5f6f7;
	text-align:center;
	padding:70px 10px;
}
.banner-center .img {
	margin-bottom: 18px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.banner-center .col:hover .img {
	-moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.banner-center .content-banner:before {
	width:1px;
	height:20px;
	background:#e1e1e1;
	content:'';
	margin:0 auto;
	display:inline-block;
}
.banner-center h3 {
	font-size: 12px;
    color: #434343;
    text-transform: uppercase;
    margin: 18px 0 20px 0;
	font-family: 'Roboto Slab';
    font-weight: 700;
}
.banner-center p {
	font-size: 12px;
    color: #434343;
    font-style: italic;
    margin: 0;
}
/* banner-bottom */
.link-footer { text-align:right; }
.link-footer ul {
	padding:0;
}
.link-footer li {
	list-style:none;
	display:inline-block;
	margin-right:35px;
}
.link-footer li:last-child {
	margin:0;
}
.link-footer li a {
	font-size:13px;
	color:#a2a2a2;
	text-transform:capitalize;
	font-style:italic;
}
.link-footer li a:hover {
	color:#fff;
}
/* cms block */
.social-footer{
	display:inline-block;
	width:100%;
	text-align:right;
	margin-top:15px;
}
.social-footer ul{
	margin: 0;
	padding:0;
}
.social-footer li:last-child{
	margin:0;
}
.social-footer li {
	display: inline-block;
	margin-right:20px;
	text-align:center;
}
.social-footer li a {
	width:32px;
	height:32px;
	line-height:32px;
	border:1px solid #dadada;
	border-radius:100%;
	font-size:12px;
	color:#a1a1a1;
	display:inline-block;
}
.social-footer li a:hover {
	color:#fff;
	border-color:#fff;
}
.social-footer li i {
	font-size:12px;
}
.static-policy .text-content p{
	color: #929292;
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0;
	padding: 0;
}
.static-policy .text-content h2{
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	margin: 25px 0;
}
.static-policy .col{
	
}
.static-policy{
	text-align: center;	
	float: left;
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 95px;
	border-bottom: 1px solid #ebebeb;
}
.banner-2 .row > div:hover .col-img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transform-origin: right top;
}
.banner-2 .col-img{
	overflow: hidden;	
	text-align: center;
	margin-bottom: 100px;
}
.banner-2 .text-content a:hover{
	color: #888;
	border-color: #888;
}
.banner-2 .text-content a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #292929;
	color: #292929;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 80px;
}
.banner-2 .text-content h2{
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
}
.banner-2 .text-content h3{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 15px 0;
}
.banner-2 .text-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
}
.banner-2 .col-img a{
	position: relative;	
	display: inline-block;
	overflow: hidden
}
.banner-1 .row > div:nth-child(3){
	padding-left: 10px;
}
.banner-1 .row > div:nth-child(2){
	padding: 0 10px;
}
.banner-1 .row > div:nth-child(1){
	padding-right: 10px;
}
.banner-1 .row > div{
	margin-bottom: 90px;
}
.banner-1 .text-content{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.banner-1 .item1,
.banner-1 .item4{
	margin-bottom: 20px;
}
.banner-1 .col-img{
	text-align: center;
}
.banner-1 .items{
	position: relative;
}
.banner-1 .text-content a{
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	font-size: 14px;
	color: #292929;
	text-transform: capitalize;
	font-weight: 500;
	padding: 20px 30px;
	display: inline-block;
}
.static-about h4 span{
	color: #707070;
	font-weight: 400;
}
.static-about h4{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.static-about p{
	letter-spacing: .025em;
	line-height: 30px;
	margin: 0 0 50px 0
}
.static-about h1{
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 40px 0;
	font-weight: 500;
}
.static-about img{
	margin-bottom: 35px
}
.static-about h3{
	font-size: 12px;
	color: #929292;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.static-about{
	text-align: center;
	padding: 100px 16%;
}
/* owl carousel */
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev{
	position: absolute;
	top: 50%;
	margin: -75px 0 0 0;
	width: 45px;
	height: 45px;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	opacity: 0;
	color: #434343;
	padding: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.owl-style2 .owl-carousel .owl-nav > .owl-next,
.owl-style2 .owl-carousel .owl-nav > .owl-prev{
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	border: 1px solid #e1e1e1;
}
.owl-style2 .owl-nav > .owl-prev{
	left: -15px;
}
.owl-style2 .owl-nav > div.owl-next{
	right: -15px;
}
.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev{
	opacity: 1;
}
.owl-nav > .owl-prev{
	left: -25px;
}
.owl-nav > div.owl-next{
	right: -25px;
}
.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover{
	background: #434343;
	color: #fff;
}
.owl-style2 .owl-nav > div i{
	line-height: 28px;
	font-size:12px;
}
.owl-nav > div i{
	font-size: 16px;	
	line-height: 44px;
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
.tt_tabsproduct_module{
	margin-top: 90px;
}
.tt_tabsproduct_module .owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
}
.tt_tabsproduct_module .owl-theme .owl-dots .owl-dot {
	background:#fff;
}
.tt_tabsproduct_module .owl-theme .owl-dots {
	margin:0 !important;
}
/* testimonial */
.main-row:not(.full-width) .testimonial-container .container{
	padding: 0;
	width: 100%;
}
.testimonial-container {
	margin-top:30px;
	padding:100px 0 80px;
	background:url("../image/bg_testimonial.jpg") no-repeat center center fixed;
	text-align:center;
}
.testimonial-container .testimonial-content {
	width:50%;
	display:inline-block;
}
.testimonial-container .testimonial-images img{
	border-radius: 100%;
	margin-bottom: 30px;
	width: auto;
	display: inline-block;
}
.testimonial-container .owl-nav > .owl-prev:hover,
.testimonial-container .owl-nav > .owl-next :hover{
	color: #292929;
}
.testimonial-container .owl-nav > .owl-prev,
.testimonial-container .owl-nav > .owl-next{
	border: none;
	background: none !important;
	color: #cecece;
}
.testimonial-container .testimonial-box a {
	color: #ffffff;
	line-height: 25px;
	font-size:14px;
	font-style:italic;
}
.testimonial-container .box-testimonial {
	padding-left:45px;
	margin-top:40px;
	display:inline-block;
}
.testimonial-container .testimonial-images {
	width:66px;
	height:66px;
	float:left;
	border:2px solid #fff;
	border-radius:100%;
}
.testimonial-container .testimonial-author {
	margin-left:80px;
	line-height:66px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-transform:capitalize;
}
.testimonial-container .module-title{
	display: none;
}
.testimonial-container .owl-nav > div i{
	font-size: 36px;
}
.testimonial-container .owl-theme .owl-nav.disabled+.owl-dots {
	text-align:center;
}
.testimonial-container .owl-theme .owl-dots .owl-dot span {
	background:#7d7d7d;
	margin:0 8px;
}
.testimonial-container .owl-theme .owl-dots .owl-dot.active span {
	background:#fff;
}
/* feature-products */
.feature-products .module-title {
	text-align:left;
	margin-bottom:30px;
}
.feature-products .module-title h2 {
	background:none;
	padding:0 0 15px;
    border-bottom: 2px solid #434343;
}
.feature-products .product-layout {
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}
.feature-products .product-layout:last-child {
	margin:0;
}
.feature-products .image {
	width:100px;
	float:left;
}
.feature-products .caption {
	margin-left:110px;
}
.feature-products .button-group {
	display:none;
}
/* brand */
.brand-container { margin:65px 0 0; padding:0 30px; }
.brand-container .swiper-pagination,
.brand-container .swiper-pager {
	display:none;
}
.brand-container .swiper-viewport {
	box-shadow:none;
	border:0;
	margin:0;
}
.brand-container .swiper-slide {
	text-align:center;
}
.brand-container .swiper-slide a {
	display:inline-block;
}
.brand-container img:hover {
	 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}
/* banner-ourbrands */
body:not(.common-home) .banner-ourbrands{
	margin-top: 100px;
}
body[class^="product-product"] .banner-ourbrands{
	margin-top: 45px;
}
.banner-ourbrands{
	padding: 65px 0;
	border-top: 1px solid #ebebeb;
}
.banner-ourbrands .owl-carousel .owl-item img{
	display: inline-block;
}
.banner-ourbrands .owl-carousel .owl-item:hover img{
	opacity: .9;
}
.banner-ourbrands .owl-carousel .owl-item{
	padding: 0;
	text-align: center;
}
.banner-ourbrands .module-title{
	display: none;
}
.banner-ourbrands .owl-item.active{
	position: relative;
}
/* footer */
#back-top:hover{
	background:#888;
}
#back-top {
	position: fixed;
	bottom: 210px;
	right: 9%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	text-transform: uppercase;
	background: #434343;
	z-index: 999;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
@media(max-width: 1400px){
	#back-top{
		bottom: 60px;
		right: 0px;		
	}
}
#back-top i{
	font-size: 12px;
}
/* footer */
.footer-top {
	padding:90px 0 80px;
	margin:70px 0;
	margin-bottom:0;
}
footer {
	background:#313131;
	text-align:center;
}
footer .container-inner {
	border-top:1px solid #3e3e3e;
	padding:30px 0 20px;
}
footer .footer-title { margin-bottom:40px; text-align:left; }
footer .footer-title h2 {
	font-size:16px;
	color:#ffffff;
}
footer .footer-content {
	text-align:left;
	color: #adadad;
    font-style: italic;
    font-size: 14px;
}
.footer-content ul li {
	line-height:36px;
}
.footer-content ul li a {
	font-size:14px;
	color:#adadad;
	font-style:italic;
}
.footer-content ul li a:hover {
	color:#fff;
}
.logo-footer{
	/*margin-top:15px;*/
}
.copyright-text a { 
	color: #fff;
}
.copyright-text a:hover {
	color:#818181;
}
.copyright-text{
	margin: 0;
	color: #818181;
	font-size:13px;
	font-style:italic;
	width:100%;
	text-align:left;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb{
	padding:0;
	margin: 0 0 40px 0;
	background: none;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #434343;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #adadad;
	text-transform: capitalize;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs h1,
.breadcrumbs h2{
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.breadcrumbs .category-name {
	display:none;
}
.breadcrumbs{
	padding: 40px 0;
	text-align: left;
	margin-bottom: 20px;
}
/* category */
.catgory-thumb {
	margin-bottom:60px;
}
.refine-category {
	font-family: 'Roboto Slab';
    font-weight: 700;
    color: #434343;
	text-transform: uppercase;
	font-size:16px;
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.category-compare {
	margin:15px 0 0;
}
.category-compare a {
	text-transform: capitalize;
    color: #a2a2a2;
    font-size: 13px;
    font-style: italic;
}
.category-compare a:hover {
	color:#363636;
}
.product-list .item-inner {
	margin-bottom:45px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:45px;
	display:inline-block;
	width:100%;
	margin-left:15px;
}
.product-list:last-child .item-inner {
	padding:0;
	border:0;
}
.product-list .image {
	padding:0;
}
.product-list .caption {
	padding-left:30px;
}
.custom-products .product-list:last-child .product-thumb{
	border: none;
}
.custom-products .product-list .product-thumb:hover{
	box-shadow: none;
}
.custom-products .product-list .product-thumb{
	float: left;
	width: 100%;
	margin: 0 -15px;
}
.product-list .product-name {
	font-size:16px;
}
.product-list .price {
	margin:30px 0 0;
}
.custom-products{
	margin: 0 -15px;
}
.layer-category ul {
	padding:0;
	margin:15px 0 0;
}
.layer-category ul li {
	list-style:none;
	display:inline-block;
	margin-right:15px;
}
.layer-category ul li:last-child {
	margin:0;
}
.layer-category ul li a {
	text-transform: capitalize;
    color: #a2a2a2;
    font-size: 13px;
    font-style: italic;
}
.layer-category ul li a:hover {
	color:#363636;
}
@media (min-width: 992px){	
	.custom-products .two-items:nth-child(2n+1),
	.custom-products .three-items:nth-child(3n+1),
	.custom-products .four-items:nth-child(4n+1),
	.custom-products .five-items:nth-child(5n+1){
		clear: both;
	}
}
.toolbar{
	float: left;
	width: 100%;
	margin:40px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0;
}
.toolbar3 .btn-group{
	background: #fff;
}
.toolbar3{
	padding: 0;
}
.toolbar2{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
	background: #fff;
}
#input-sort,
#input-limit {
	padding: 0 0 0 13px;
	border-radius: 15px;
	box-shadow: none;
	height: 16px;
	font-size: 13px;
	color: #898888;
	text-align: center;
	height:31px;
	border:1px solid #e1e1e1;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #292929 !important;
}
#list-view{
	margin-right: 10px;
}
#list-view,
#grid-view {
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 0;
	background: none;
	line-height: 16px;
	box-shadow: none;
	width:31px;
	height:31px;
}
#list-view {
	background:url("../image/list.png") no-repeat 0 0;
}
#list-view.active,#list-view:hover,#list-view.selected {
	background:url("../image/list.png") no-repeat 0 100%;
}
#grid-view {
	background:url("../image/grid.png") no-repeat 0 0;
}
#grid-view.active,#grid-view:hover,#grid-view.selected {
	background:url("../image/grid.png") no-repeat 0 100%;
}
.pagination{
	margin: 0;
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    background: none !important;
    color: #888 !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 100% !important;
	background: none !important;
	color: #929292 !important;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 5px;
	text-align: center;
	line-height: 1;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	padding-left: 0;
}
.pagination{
	line-height: 1;
}
.pagination > li{
	display: inline-block;
	vertical-align: middle;
}
.toolbar4{	
	margin: 0;
	margin-top: 10px;
	padding: 18px 0;
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #ebebeb;
	text-align:center;
}
.toolbar4 .pagination {
	display:inline-block;
	margin:0;
}
.toolbar4 .pagination li {
	width:37px;
	height:37px;
	line-height:37px;
	background:#f3f2f2;
	border-radius:100%;
	margin:0 10px 0 0;
	text-align:center;
	cursor:pointer;
}
.toolbar4 .pagination li span,
.toolbar4 .pagination li a {
	margin:0;
	padding:0;
	line-height:37px;
	float:none;
	font-size:12px;
	color:#9b9b9b;
	font-weight:700;
	font-family: 'Roboto Slab';
	font-style:initial;
	display:inline-block;
	width:100%;
}
.toolbar4 .pagination li.active,
.toolbar4 .pagination li:hover {
	background:#434343;
}
.toolbar4 .pagination li.active span,
.toolbar4 .pagination li:hover span,
.toolbar4 .pagination li:hover a {
	color:#fff !important;
}
.toolbar4  .text-right{
	margin-top: 20px;
	font-size: 13px;
	color: #a2a2a2;
	width: auto;
	font-style:italic;
	float:none;
	text-align:center;
	display:inline-block;
}
/* product detail */
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #888 !important;
}
.block-1{
	margin-bottom: 30px;
}
.block-1 .thumbnails-additional .thumbnail{
	margin: 0;
}
.block-1 .thumbnails-additional .current-additional{
	opacity: 1;
}
.block-1 .thumbnail{
	padding: 0;
	border-radius: 0;
	border: none;	
}
.block-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #434343;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 700;
	font-family: 'Roboto Slab';
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box{
	width: 67px;
	display: inline-block;
}
.block-2 .price{
	margin: 0 0 25px 0;
	font-size:24px;
}
.block-2 .price-old {
	font-size:18px;
}
.block-2 .ratings{
	margin: 35px 0 25px;
	float: none;
	width: auto;
}
.block-2 .list-unstyled {
	color: #666666;
	clear: both;
	font-style:italic;
	font-size:13px;
}
.block-2 .list-unstyled li {
	line-height:26px;
	font-style: initial;
}
.block-2 .price-product{
	font-size: 18px;
	color: #aaaaaa;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text{
	color: #ee3333;
	margin-left: 5px;
}
.block-2 .short-des{
	margin: 40px 0;
	color: #898989;
	line-height: 24px;
	letter-spacing: .025em;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding:40px 0;
	display:none;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 27px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 26px;
    font-size: 14px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #a6a6a6;
	float: left;
}
#minus2, #plus2,
#minus, #plus {
	border: 1px solid #ebebeb;
	border-left: none;
	display:none;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
	color: #888
}
#plus, #plus2{
	border-bottom: none;
	display:none;
}
#input-quantity2,
#input-quantity {
    width: 46px;
	height: 46px;
	border: 0;
	background:#ebebeb;
	font-size: 14px;
	color: #434343;
	font-family: 'Roboto Slab';
	font-weight:700;
	border-radius:100%;
}
label[for='input-quantity']{
	float: left;
	line-height: 1;
	padding: 20px 0;
	margin: 0 30px 0 0;
	color: #292929;
	display:none;
}
#button-cart2 i,
#button-cart i{
	font-size: 16px;
	margin-right: 7px;
	vertical-align: middle;
}
#button-cart2,
#button-cart{
	margin: 0 20px 30px 0;
	float: left;
	background: #434343;
	height: 46px;
	border-radius: 30px;
	padding: 0 30px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#button-cart2:hover,
#button-cart:hover {
	background:#ebebeb;
	color:#434343;
}
.block-2 .btn-compare span, 
.block-2 .btn-wishlist span{
	display: none;
} 
.block-2 .btn-compare:hover i, 
.block-2 .btn-wishlist:hover i{
	/* color: #fff; */
}
.block-2 .btn-compare i, 
.block-2 .btn-wishlist i{
	font-size: 20px;
	line-height: 46px;
	vertical-align: top;
}
.block-2 .btn-compare, 
.block-2 .btn-wishlist {
    width: 46px;
	height:46px;
	line-height:51px;
	border-radius:100%;
    border: none;
	padding: 0;
	background: #ebebeb;
	color: #434343;
	font-size:16px;
	font-weight:700;
}
.block-2 .btn-wishlist {
	margin-right:15px;
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
    color: #fff;
	background:#434343;
}
#product2,
#product{
	clear: both;
}
#product2 .has-option,
#product .has-option {
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px;
	margin: 30px 0
}
#product2 .has-option h3,
#product .has-option h3 {
	font-family: 'Roboto Slab';
	font-weight:700;
	font-size:16px;
}
#product + div{
	margin: 50px 0 0;
	text-align:left;
}
.quantity-box{
	float: left;
	margin: 0 15px 30px 0;
}
.block-3{
	margin: 60px 0 0; 
}
/* #tab-review .form-horizontal .form-group{ */
	/* margin-right: 0; */
	/* margin-left: 0; */
/* } */
#tab-review #review{
	max-height: 300px;
	overflow: auto;	
}
.block-3 .tab-content .tab-pane {
	overflow: auto;
	padding:35px 30px ;
	margin-bottom: 70px;
	border:1px solid #e9e9e9;
	font-size:13px;
	color:#9b9b9b;
	font-style:italic;
	line-height:28px;
}
.block-3 .nav-tabs{
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	border: none;
	border-bottom:2px solid #ebebeb;
	margin: 0 0 45px 0;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #484848;
	border: none;
	background: none;
	border-bottom:3px solid #484848;
}
.block-3 .nav-tabs li a {
	color: #bebebe;
	font-size:14px;
	font-family: 'Roboto Slab';
	font-weight:700;
	text-transform:uppercase;
	border: none;
	border-radius: 0;
	margin: 0 50px -2px 0;
	padding: 0 0 10px;
	border-bottom:3px solid rgba(0,0,0,0);
}
.block-3 .nav-tabs li{
	display: inline-block;
	float: none;
	margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 13px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des{
	display: none;
}
/* modules */
.home-modules {
	position:relative;
	padding:100px 0;
	background:url("../image/home-modules.jpg") no-repeat fixed;
	background-size:cover;
}
.home-modul2 {
	background:#f8f8f8;
}
.module-title h2{
	font-size: 20px;
	color:#434343;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Slab';
	padding-bottom:35px;
	background:url("../image/icon_title.png") no-repeat center bottom;
}
.module-title .module-description{
	margin:20px 0 0;
	font-size:14px;
	color:#888888;
	font-style:italic;
}
.module-title{
	text-align: center;
	margin: 0 0 45px;
}
.tt_product_module{
	margin-top: 90px;
	margin-bottom:35px;
}
.related-products{
	clear: both;
}
/* responsive */
@media (max-width: 1199px){
	.fix-header { position: relative !important; background:none !important; padding:0 !important; }
	.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev { display:none; }
	.item-inner .action-links button.btn-quickview { display:none !important; }
	.common-home .header-top {  position: relative !important; }
	body[class^="product-product"] .breadcrumbs, body[class^="product-category"] .breadcrumbs{
		padding: 50px 0;
	}
	.breadcrumbs h1, .breadcrumbs h2{
		font-size: 30px;
		margin: 0 0 15px 0;
	}
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#product-product, .layer-category{
		margin-top: 0;
	}
	.link-footer li { margin-right:25px; }
	.banner-center .col2 { margin:30px 0; }
	.brand-container { padding:0; }
}
@media (max-width: 991px){
	.custom-products .product-grid:nth-child(2n+1){
		clear: both;
	}
	.header-top { text-align:center; }
	.phone-welcome { border-bottom: 1px solid #ebebeb; }
	.phone { border-right:0; }
	#form-currency, #form-language, #top-links, .currency, .language { display:inline-block; float:none; }
	.currency { border:0; }
	.container-fix .container-inner { border:0; }
	.search-position { z-index:9999; }
	.btn-actions { display:inline-block; width:100%; }
	#frm_subscribe-normal { width:60%; margin:30px 0 0; }
	#dialog-normal .newleter-content { text-align:left; }
	#blog_home .articles-inner { padding:0; border:0; }
	.banner-left { margin-bottom:40px; }
	.main-menu{
		width: 100% !important;
		padding: 0;
	}
	.logo-footer { text-align:center; }
	.copyright-text{
		padding: 0;
		text-align: center;
		float: none;
		margin: 20px 0;
	}
	.social-footer{
		float: none;
		text-align: center;
	}
	.link-footer { text-align:center; }
	.footer-top .col { margin-bottom:30px; }
}
@media (max-width: 768px){
	.owl-nav > div.owl-prev{
		left: 0;
	}
	.owl-nav > div.owl-next{
		right: 0;
	}
	.action-links button{
		width: 60px;
	}
	.testimonial-container .testimonial-content { width:90%; }
}
@media (max-width: 767px){
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.block-3 .nav-tabs{
		width: 100%;
	}
	.block-3 .nav-tabs li{
		display: inline-block;
	}
	.block-3 .nav-tabs li a{
		padding: 0 0 15px 0;
		margin-right: 20px;
	}
	.owl-nav{
		display: none;
	}
	#dialog-normal .newleter-content{
		padding: 0;
	}
	.welcome { width:100%; text-align:center; }
	.logo-container { margin:15px 0 0; }
	.block-right { text-align:center; margin:25px 0 0; }
	#cart .dropdown-menu { right:-140px; }
	.product-list .caption { padding:0 15px; margin-top:30px; }
	.banner-static .col2 { padding:30px 0; }
	.banner-static img { width:100%; }
}
@media (max-width: 640px){	
	.container-fix > .container{
		clear: both;
	}
	.banner-home { padding:0 30px !important; }
	footer .container { padding:0 30px; }
	.banner-bottom .link-footer { padding:0 20px; }
	.link-footer li { margin-right:30px; }
	.copyright-text { padding:0 20px; }
	#frm_subscribe-normal { width:100%; }
}
@media (max-width:639px) and (min-width:561px) {
	.product-list .product-inner{
		width: 55%;
	}
	.product-list .image{
		width: 45%;
	}
}
@media (max-width: 560px){	
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .product-inner{
		margin-top: 20px;
	}
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
	}
	.currency label,.language label { display:none; }
}
@media (max-width: 480px){
	#form-currency .dropdown-menu { margin-left:-50px; }
	#form-currency, #form-language, #top-links { width:100%; }
	#form-currency, #form-language { border-bottom:1px solid #ebebeb; border-left:0; }
	.language,#top-links li.dropdown { border-left:0; }
	#cart .dropdown-menu { min-width:280px; right:-108px; }
	#cart p.cart-button a { width:100%; margin:0 0 10px; }
	.toolbar .toolbar3 { width:100% !important; }
	.toolbar .toolbar2,.toolbar .toolbar1 { float:left !important; }
	.toolbar .toolbar2 { margin:20px 0; }
	.toolbar .toolbar1 { clear:both; }
	.product-list .item-inner { margin-left:0; }
	.social-footer li { margin-bottom:5px; }
	#search { width:85%; }
}
.product-thumb a{
    display: inline-block;
    white-space: nowrap; 
    width: 100%;
    overflow: hidden; 
    text-overflow:ellipsis;
}
.ghost-hidden-1 li:nth-child(2), .ghost-hidden-2 {
    display: none;
}