@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500,700,900');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
button:active {
	background: transparent;
}
.alert{
	z-index:900;
	position:fixed;
	top: 0;
	left:0;
	width:100%;
	margin:0;
	text-align:center;
}
.t-200{
	/*top:150px;*/
}
.wrapper{
	/*padding: 0 2.6%; */
    position: relative;
}
header {
    /*padding: 63px 2.6% 0;*/
}
@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}
/*@media (max-width: 1921px) and (min-width: 1367px){
	.rev_slider_wrapper {
		height:565px!important;
		max-height:565px!important;
	}
	.banner_content #logo img{
		width:100%;
	}
	.search-container .ion-android-close{
		right:20%;
	}
}
@media (max-width: 1367px) and (min-width: 1200px){
	.rev_slider_wrapper {
		max-height:530px!important;
		height:530px!important;
	}
	.tp-leftarrow.default,.tp-rightarrow.default{
		top:315px !important;
	}
}*/
a{color: #292929;cursor: pointer;}
a:hover{color:#ee3333}
.hr {
  margin-bottom: 60px;
  margin-top: 60px; 
}
#logo{
	margin: 3px 0 0;
	text-align:center;
}
#header #logo img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.menu {
  display: block;
  text-align: center; }
.menu_horizontal {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.banner_content #logo{
	overflow: hidden;
    text-align: center;
}
.banner_content #logo img{
	-webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
	width:100%;
}
.banner_content #logo:hover  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_content .text-content {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px; 
}

#banner_content .dv-item-module {
  margin-top: 50px;
  margin-bottom: 80px; }

#about-us .dv-module-content .row {
  margin-top: 50px; }

#about-us #logo img {
  margin: 0 auto; }

li.empty_tab {
  display: none; }

.show-in-tab > .nav {
  text-align: center; }
  .show-in-tab > .nav > li {
    float: none;
    display: inline-block; }
    .show-in-tab > .nav > li.empty_tab {
      display: none; }

.show-in-tab > .nav > li.active, .show-in-tab > .nav > li:hover {
  border-bottom: 0 !important; }
  .show-in-tab > .nav > li.active > a, .show-in-tab > .nav > li:hover > a {
    background: #292929 !important;
    color: #fff; }
  .show-in-tab > .nav > li.active:before, .show-in-tab > .nav > li:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #292929 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px; }
.show-in-tab > .nav > li > a {
  background: #f1f1f1;
    color: #707070;
    margin: 0 5px;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    padding: 14px 30px !important;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
	display:block;
}
  .show-in-tab > .nav > li > a:hover {
    color: #fff;
    background: #292929;
}

#footer_top {
  padding: 30px 0;
  margin-top: 20px; }

footer {
  padding: 0;
  background: #fff !important;
  /*border-bottom: 1px solid #242d37;*/
  color: #707070; 
}
#footer_bottom{
	background:#fff !important;
	border-top: 1px solid #ebebeb;
    padding: 40px 0 0 0;
    margin: 0 2.6%;
}
#footer_bottom a,#footer_bottom .chili a{
    color: #ee3333;
}
/*
.list-unstyled li > a {
  line-height: 30px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #292929; }

.list-unstyled li > a:hover {
  line-height: 30px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: red; }
*/
#footer_top .dv-item-module p {
  margin-top: 15px; }

#about-us .dv-module-content .row > * {
  padding-top: 15px;
  padding-bottom: 15px; 
}
#header #search{
    position: fixed;
    top: 95px;
    left: 2%;
    right: 2%;
    bottom: 0;
    background: rgba(21,21,21,.99);
    width: 96%;z-index: 98;opacity: 0;visibility: hidden;height: 250px;z-index: 1000;
}
#header #search.active{opacity: 1;visibility: visible;}
#search .search-title {
    font-size: 48px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin: 15 0 70px 0;
    padding-bottom: 40px;
}
#search .wrap-content-search .button_search{position: relative;}
#search .btn-default .fa-search{color: #fff;}
#search .wrap-content-search input.form-control{color: #fff; }
.search-container{display: inline-block;float: right;margin:0 30px 0 0;}
.search-container .ion-android-close{
   
    color: #292929;
    font-size: 22px;
    right: 5%;
}
#cart{width: auto;float: right;margin:0 30px 0 0;}
#cart button.btn{
	padding:0;
}
#cart button:active{
	background-color: none;
	border:none;
	background:none;
}
#cart > button > i , #cart-total i{ 
    font-size: 20px;
    color: #292929;
    float: left;
    line-height: 1;
}
#cart-total {
    font-weight: 500;
    background: none;
    color: #ee3333;
    font-size: 12px;
    text-transform: capitalize;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
    border-radius: 100%;
    text-align: center;
    line-height: 1;
}
#cart .num_product { color: #ee3333;}
#cart .text-cart, #cart .price{display: none;}
#cart.open>.btn , #cart.open>.btn:active{
	background-color: transparent;
	border: 1px solid transparent;
}
#cart .dropdown-menu{
  border: none;
    box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
    min-width: 355px;
    margin: 0;
    padding: 30px 30px 30px;
    top: 50px;
    border-radius: 0;
    animation: fadeIn 0.5s linear alternate;
    -webkit-animation: fadeIn 0.5s linear alternate;
    -moz-animation: fadeIn 0.5s linear alternate;
	background:#fff;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
.table-striped>tbody>tr {
	border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin-bottom: 25px;
	}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-striped .img-thumbnail{
	border:none;
}
#cart .dropdown-menu li p a{
	border: 2px solid #292929;
    background: transparent;
    color: #292929;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}
#cart .dropdown-menu li p a:hover{
	color: #fff;
    background: #292929;
}
#cart .table-bordered{
	border:none
}
#cart .cart-close button:hover{
	color: #888;
}
#cart .cart-close button {
	background: none !important;
    color: #363f4d;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none !important;
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0;
}
#cart .cart-close button i {
	font-size: 12px;
    color: #363f4d;
}
#cart .cart-close button:hover i {
	color:#78a206;
}
#cart .cart-quantity{
	color: #54595e;
	font-size: 13px;
	margin: 5px 0 8px 0 !important;
	display:inline-block;
	width:100%;
}
#cart .cart-name:hover{
	color: #78a206;
}
#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: 0;
	background: #495465;
    color: #fff;
    height: 50px;
    line-height: 53px;
    text-align: center;
    padding: 0 30px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #78a206;
	border-color:#78a206;
}
#cart .cart-button a.view-cart {
    margin-bottom: 15px;
}
#cart .dropdown-menu .info-item {
	padding:10px 20px;
}
#cart .dropdown-menu .info-item a {
	font-size:14px;
	color:#676767;
	display:block;
	font-weight:400;
}
#cart .dropdown-menu .info-item a:hover {
	color:#78a206;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:16px;
	color:#78a206;
	display:inline-block;
	font-weight:500;
}
#cart .dropdown-menu tr td strong{
	color: #000;
	font-weight:500;
	font-family:'Roboto', sans-serif;
}
#cart .dropdown-menu tr td:first-child{
	font-size: 13px;
    color: #232323;
    text-transform: uppercase;
    font-weight: 500;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 14px;
    color: #363f4d;
    font-weight: 500;
}
#cart .dropdown-menu .cart-totals .text-left {
    float: left;
}
#cart .dropdown-menu .cart-totals .text-right {
    float: right;
}
#cart .dropdown-menu .cart-close {
	margin-left:20px;
}
#cart .dropdown-menu .btn-danger{
	background-image: none;
    background-color: transparent;
    border: none;
    color: #333;
}
/* setting */
.setting{
	position: relative;
	margin-top: 0px;
}
.setting > button{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.setting > button i{
	background: url('../images/bg-settings.png') no-repeat center;
	cursor: pointer;
	font-size: 0;
	width: 30px;
	height: 28px;
	display: inline-block;
	line-height:28px;
}
.setting > button:hover i{
	color: #ee3333;
}
.fix-header #top{
	top: 37px;
}
#top{
	border-radius: 0;
	padding: 40px;
	margin: 0;
	right: 0;
	left: auto;
	top: 67px;
	border: none;
	box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
	min-width: 300px;
	animation: fadeIn 0.5s linear alternate;
	-webkit-animation: fadeIn 0.5s linear alternate;
	-moz-animation: fadeIn 0.5s linear alternate;
}
#form-language,
#form-currency{
	line-height: 1;
}
#form-language ul  li,
#form-currency ul  li{
	display: block;
}
#form-language ul button,
#form-currency ul button{
	text-align: left;
	padding: 0;
	border: none;
	margin: 0;
	color: #888;
}
.item-selected,
#form-language ul button:hover,
#form-currency ul button:hover{
	color: #ee3333 !important
}
#top-links ul,
#form-language ul,
#form-currency ul{
	list-style: none;
	padding-left: 20px;
}
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #292929;	
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	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: #ee3333;
}
#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-links a,
#top .btn-link{
	padding: 0 !important;
	border: none;
	box-shadow: none;
	color: #6b6b6b;
	font-size: 12px;	
	line-height: 30px;
}
#top> li{
	padding: 0 20px;
	position: relative;
}
#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button{
	padding: 5px 0;
	display: block;
	
}
#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected{
	color: #ee3333;
	text-decoration: none;
}
.acount-icon{float: right;margin-top: -7px;}
.my-account{display: none;}
.acount-icon .btn,.acount-icon .btn:active,
.acount-icon .btn:focus, 
.acount-icon .btn:hover{
  background-color: inherit !important;
    border-color: inherit !important;
}
.ion-android-close:before {
    content: "\f2d7";
}
.acount-icon.open .my-account{
    position: absolute;
    min-width: 300px;
    background: #fff;z-index: 1000;
    right: 0;top: 50px;padding: 15px;
    display: block;box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;right: 60px;
}
.my-account a.active, 
.my-account a.active:hover, .my-account a:hover {
    color: #ee3333;
    background: inherit;
    border: none;
    text-shadow: inherit;
}
.my-account > a{border: none;}
.acount-icon .btn {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;background-color:inherit;margin-top: -15px;
}
.acount-icon .btn i {
    background: url(../images/bg-settings.png) no-repeat center;
    cursor: pointer;
    font-size: 0;
    width: 30px;
    height: 28px;
    display: inline-block;
	line-height:28px;
}
#cart #cart-total .num_product{position: relative;top: -5px;}
#cart button.btn {padding-top: 0;}
.search-container i {
    color: #292929;
    font-size: 22px;
    cursor: pointer;
}
.ion-ios-search-strong:before {
    content: "\f4a4";
}
.ion-android-close:before {
    content: "\f2d7";
}
.common-home header{
	/*position: absolute;*/
}
header{
    
    z-index: 100;
    width: 100%;
}
.tp-revslider-mainul{max-height: 100% !important;}
/*.rev_slider{
  max-height: 100% !important;
    height: 100% !important;
}*/
#language {padding-top: 15px;}
#language .text-language{color: #292929;
    font-size: 12px;
    text-transform: uppercase;
}
#language .fa-caret-down:before{color: #292929;}
.main-menu .menu > li > a{
    font-size: 14px !important;
    text-decoration: none;
    display: block;
    color: #fff;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 12px 30px;
    position: relative;
    font-weight: 700;
    font-family: Roboto;
}
header .menu li a:hover, header .menu li:hover>a{
  background:#0ea5e5 !important;
  color: #fff !important;
    border-color: #fff;
}
.menu_horizontal nav.menu .sub-menu{
    text-align: left;
    padding-left: 15px;
	    box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
}
.menu_horizontal nav.menu .sub-menu > li > a{padding-bottom: 5px;}
.menu_horizontal nav.menu .sub-menu li:first-child{padding-top: 20px;}
.menu_horizontal nav.menu .sub-menu li:last-child{padding-bottom: 20px;}
.menu_horizontal nav.menu .sub-menu li:last-child > a{padding-bottom: 15px;}
.menu_horizontal nav.menu ul{min-width: 300px;}
.module-description{    font-size: 12px;}
.show-in-tab-mod .show-in-tab{
	padding-bottom: 0;
    background: #4dbeee;
	margin-bottom: 10px;
}
/* product grid */
.product-grid .caption{
	padding: 20px 0 0;
}
.product-name{	
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 15px;
	line-height: 18px;
	font-weight: 500;
	clear: both;
}
.product-name a{
	color: #292929;
}
.product-name a:hover{
	color: #ee3333;
}
.price-tax{
	display: none;
}
.product-thumb .price, .single-product-description .price{
	color: #7cb147;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    height: 22px;
    overflow: hidden;
}
.price-new{
	color: #ee3333;
	font-weight: 700;
}
.price-old{
	text-decoration: line-through;
	margin-right: 5px;
}
.product-des{
	color: #898989;
	line-height: 24px;
	letter-spacing: .025em;
	margin: 20px 0 0 0;	
}
.product-list .product-des{
	border-top: 1px solid #ebebeb;
	padding-top: 40px;
	margin: 40px 0 0 0;	
}
.single-product-description .rating{
	margin: 35px 0 25px;
    float: none;
    width: auto;
	display:none;
}
.single-product-description > div > ul.list-unstyled:not(.des2) {
    display: none;
}
.single-product-description  .span{
	color: #ee3333;
    margin-left: 5px;
	
}
.caption .rating{
	float: right;
	width: 67px;
	margin: 0 0 15px;
}
.rating .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 0;
	height: 12px;
}
.rating .rating-box .rating0{
	background-image: url("image/rating0.png")
}
.rating .rating-box .rating1{
	background-image: url("image/rating1.png")
}
.rating .rating-box .rating2{
	background-image: url("image/rating2.png")
}
.rating .rating-box .rating3{
	background-image: url("image/rating3.png")
}
.rating .rating-box .rating4{
	background-image: url("image/rating4.png")
}
.rating .rating-box .rating5{
	background-image: url("image/rating5.png")
} 
.image > a{
	display: block;
	overflow: hidden;
	position: relative;
}
.image{
	position: relative;
	overflow: hidden;
	z-index: 10;
}
.img-r{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.product-layout:hover .img-r{
	opacity: 1;
}
.action-links,
.image img{
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}
.product-list .action-links,
.product-grid .action-links,.product-layout-tab  .action-links{
	position: absolute;
	left: -100%;
	bottom: 20px;
	z-index: 3;	
}
.action-links{
	text-align: center;	
	background: #fff;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 16px 0;
}
.product-layout-tab:hover .action-links,
.product-list:hover .action-links,
.product-grid:hover .action-links,
{
	left: 35px;
}
.product-layout-tab:hover .action-links,
.product-list:hover .action-links,
.product-grid:hover .action-links,
{
	left: 20px;
}
.action-links button span{
	display: none;
}
.action-links button{
	display: inline-block;
	width: 60px;
	color: #292929;
	font-size: 20px;
	text-align: center;
	background: none;
	line-height: 1;
	vertical-align: middle;
	box-shadow: none;
	border:  none;
}
.action-links button:not(:last-child){
	border-right: 1px solid #ebebeb;
}
.action-links button:hover{
	color: #ee3333;
}
.tooltip-inner{
	/*background:#ee3333;
	color:#fff;*/
}
.tooltip-arrow{
	
}
.label-product{
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ee3333;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	top: 20px;
	left: 20px;
	z-index: 2;
	border-radius: 100%;
}
.product-list .label-product{
	left: 35px;
}
.label-product.label_sale{
	background: #292929;
}
.label-product + .label-product{
	display: none;
}
.btn-cart span{
	display: none;	
}
.manufacture-product a:hover{
	color: #ee3333
}
.manufacture-product a{
	vertical-align: top;
	color: #929292;
	letter-spacing: .025em;
	line-height: 18px;
	text-transform: capitalize;
}
.manufacture-product{
	color: #929292;
	float: left;
	width: 50%;
}
/* list style */
.list-style .product-thumb{
	width: 100%;
	float: left;
}
.list-style .caption{
	float: left;
	width: 70%;
	padding-left: 20px;
}
.list-style .image{
	float: left;
	width: 30%;
}
.list-style .label-product{
	display: none;
}
.list-style .action-links{
	text-align: left;
	box-shadow: none;
}
.list-style .action-links button{
	width: 40px;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
	  float: left;
	  padding: 0 15px;
	}
	
}

.product-thumb h4 a{
  color: #292929;
  font-weight: 700;
}
.product-thumb .caption {
  padding: 15px 20px !important;
}
.product-list .product-thumb .caption {
  margin-left: 0px;
  float:left;
  width:66.66666667%;
}
.top-click-show {
    display: none;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
  min-height: 210px;
  padding: 0 10px;
}
}
@media (max-width: 767px) {
	.tparrows{
		width:30px;
		height:30px;
	}
	.single-product-description{
			margin-top:15px;
		}
	.product-list .product-thumb .caption {
	  min-height: 0;
	  margin-left: 0;
	  padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
	  min-height: 0;
	}
	.newletter-title h3{
		font-size:20px !important;
	}
	.banner_content{
		margin:15px 0;
	}
	.banner_content #logo{
		margin-bottom:15px;
	}
	 body[class^='product-category'] .breadcrumbs{
		 padding:40px 0 100px !important;
	 }
	 .breadcrumb-wrapper {
		padding: 40px 0 80px !important;
	}
	 .breadcrumbs h1, .breadcrumbs h2{
		 font-size:22px !important;
	 }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 12px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 12px;
}
.fa-stack, .fa-star{width:11px;height:12px;}
.rating .fa-star + .fa-star-o {
  color: #E69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price-new {
  font-weight: 700;
  
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  font-size:14px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #efefef;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
  .common-home header{
    position: inherit;
  }
  .show-in-tab-mod .show-in-tab ul.nav.nav-tabs li{
    
  }
}
.product-thumb .button-group button {
    width: 60%;
    font-size: 12px;
    border: none;
    display: inline-block;
    float: left;
    background-color: #fff;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #24bbdb;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;

}
@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%;
  }
  .footer-bottom .text-left, .footer-bottom .text-right {
		text-align:center;
	}
	 .footer-bottom .text-right {
		padding-top:5px;
	 }
}
.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;
}
.product-thumb .button-group button{width: 40px;border: inherit;}
.product-thumb .button-group button + button{width: 40px;}
.product-thumb .button-group{min-width: inherit;}
.product-thumb .rating{padding-bottom: 0;padding-top: 15px;display: none;}
.product-thumb {
    border: none !important;
	overflow:hidden !important;
	margin-bottom:40px !important;
}
.product-thumb .button-group {
  position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -moz-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    z-index: 3;
}
.product-thumb:hover .button-group {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.product-thumb .button-group button span{display: none;}
.product-thumb .button-group button i{font-size: 17px;}
.product-thumb .button-group button{width: 50px;}

.product_latest h3.title_latest{display: none;}
.product_module.product_latest{padding-top: 25px;}
.product-list .product-thumb .image{
	width:33.33333333%;
}

/*form new letter*/
#footer_top .newletter-title span{
  color: #707070;
    line-height: 24px;
    font-size: 12px;
    margin: 0;
    text-transform: capitalize;
}
#footer_top .newletter-title h3 ,
#footer_top .newletter-title h2 ,
#footer_top .newletter-title h1 {
    padding-top: 0;margin-top: 0;line-height: 32px !important
}
#footer_top .newletter-title h3 span,
#footer_top .newletter-title h2 span,
#footer_top .newletter-title h1 span{
    font-size: 30px;
    color: #292929;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
#footer_top .form-newsletter{
    vertical-align: middle;
    position: relative;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;margin-bottom: 120px;
}
#footer_top .form-newsletter #txtemail{
  background: transparent;
    border: 2px solid #ebebeb;
    color: #9d9d9d;
    display: block;
    padding: 0 200px 0 20px;
    height: 55px;
    width: 100%;
    float: left;
    margin: 0;
}
#footer_top .form-newsletter .newsletters-btn{
    background: transparent;
    border: none;
    color: #292929;
    margin-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
	font-weight:500;
    border-left: 2px solid #ebebeb;
}
/*end new letter*/
footer hr {
    border-bottom: 1px solid #ebebeb !important;
}
.category-add .single-image-add{display: none;}
.page-selector{margin-bottom: 50px;}
.page-selector .pages-box a{    color: #666;}
a:focus, a:hover{color: #ee3333;}
.breadcrumb{margin-top: 15px;background: #e2e2e2;}
.breadcrumb li a{color: #666;}
.breadcrumb li a:hover{color: #ee3333;}
.breadcrumb>li:after{
  border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

.menu_category .navbar-collapse {
  padding-left: 0;
}
.menu_category .navbar-nav li {
  width: 100%;
}
#column-left .menu_category .nav>li>a{
	border: none;font-weight: 300;
    color: #707070;padding:0;text-transform: capitalize;
}
#column-left .list-group a.active, 
#column-left .list-group a.active:hover, 
#column-left .list-group a:hover,#column-left .menu_category .nav > li > a.active{
  background: inherit;
  color: #ee3333;
}
#column-left .category-module h3 {
    color: #ee3333;
    font-size: 20px;
    text-transform: capitalize;
    width: 100%;
    padding: 0px;
    margin: 0 0 25px 0;
    line-height: 24px;
}
.single-product-image, .single-product-description {
	float:left;
	width:100%;
}
/*image zooom*/
.single-pro-main-image{border: none;margin-bottom:20px; padding:0;}
.single-pro-main-image > img, .single-pro-main-image a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.single-pro-main-image a > img {
    width: 100%;
}
.single-pro-thumb {float:left;width:100%;}
.single-pro-thumb img{border: none;}
.thubm-caro{
	margin:0; padding:0;
}
.thubm-caro li{ margin-right:20px;}
.bg-ms-product{padding-top: 50px;margin-top: 50px;border-top: 1px solid #e6e6e6;}
.bg-ms-product .nav-tabs{border: none;text-align: center;
    margin: 0 auto;margin-bottom: 40px;}
.bg-ms-product .nav-tabs>li{float: inherit;display: inline-block;}
.bg-ms-product .nav-tabs li a{border: none;font-size: 24px;font-family: 'Playfair Display', serif;color: #bbbbbb;}
.bg-ms-product .nav-tabs li:hover a,.bg-ms-product .nav-tabs li a:hover{
  color: #484848;
    border: none;
    background-color: inherit;
}
.bg-ms-product .nav-tabs .active a, 
.bg-ms-product .nav-tabs .active a:focus, 
.bg-ms-product .nav-tabs .active a:hover{color: #484848;border: none;
    background-color: inherit;}
body{overflow-x: hidden;}
.single-pro-thumb .owl-buttons .owl-next{right: 0;}
#form-review #button-review{
    border: 2px solid #292929;
    background: none !important;
    padding: 0px 40px;
    text-transform: uppercase;
    font-size: 12px;
    color: #292929 !important;
    line-height: 56px;
    height: 60px;
    display: inline-block;
    font-weight: 500;
    border-radius: 0;
}
#form-review #button-review:hover{
    color: #fff !important;
    background: #292929 !important;
}
#footer_top{margin-top: 0;padding-top: 0;}


.breadcrumb-wrapper {
    background: #f6f6f6 url(../images/bg-header.jpg) center top no-repeat;
    padding: 120px 0 145px;
    margin: 0;
}

header.header-product{position: relative;}
.product-ms{
  background: #fff;
    margin-top: -80px;
    padding: 30px 30px 0 30px;
}
.fixed {
    top: 0;
    position: fixed !important;
    background: rgba(255, 255, 255, .95);
    right: 0;
    left: 0;
    z-index: 9998;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.05);
    padding: 10px 2.6% 0;
    margin: 0 !important;
}
header.fixed{position: fixed;width: 100%;background: #fff;}
header.fixed #header.dv-builder{display: none;}
header.fixed .menu_horizontal{margin: 0 !important}
header.fixed .menu_horizontal .menu >li> a{ padding: 0 0 10px 0;}
header.fixed .menu >li> a{padding: 10px 15px;padding-top: 0;}
header.fixed{box-shadow: 0px 0px 10px 1px rgba(0,0,0,.05);}
.breadcrumb>li:after {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0" !important;
    border: none !important;transform: rotate(190deg) !important;top: -8px !important;color: #000;right: -14px !important;
}
.product-ms .span_red{
	font-size: 16px;
	color: #ee3333;
    font-weight: 700;}
.breadcrumb{background:transparent !important;border: none !important;text-align: center;}
.breadcrumb > li + li::before, .breadcrumb a {
    color: #707070;
    text-transform: capitalize;
}
#product #button-cart{
  margin: 0 20px 30px 0;
    float: left;
    background: none !important;
    height: 54px;
    border-radius: 0px;
    padding: 0 30px;
    border: 2px solid #ee3333;
    color: #ee3333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
	width:auto;
}
#product #button-cart i{
	font-size: 20px;
    margin-right: 12px;
    vertical-align: middle;
}
.breadcrumb li a{color: #707070;}
.breadcrumb li a:hover{color: #ee3333;}
.breadcrumb li:last-child a{color: #ee3333;}
.breadcrumb li:last-child:after{display: none;}
.breadcrumb-wrapper .page-title {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    margin: 0 0 20px 0;text-align: center;
}
.breadcrumb>li{padding: 0 10px;}
.show-in-tab > .nav-tabs{
	margin:0;
	border:0;
}
/**responsite**/
@media screen and (max-width: 767px) {
  #banner_content #logo img{width: 100%;}
  #banner_content .col-sm-12{padding-left: 0;padding-right: 0;}
  #banner_content .dv-item-module {margin-top: 15px;margin-bottom: 15px;}
/*  #banner_content .dv-item-module:first-child{margin-bottom: 15px;}
  #banner_content .dv-item-module:last-child{margin-top: 0;}*/
  #header #logo img{
    max-width: 100%;
    padding-left: inherit;
    padding: inherit;
    text-align: center;
    margin: 0 auto;
  }
  #header #logo img{padding-left: inherit;}
  .menu_horizontal {width: 100%;    margin: 0 !important;}
  #header{padding-top: 0;}
  #header.header{background: #fff;}

  .menu_horizontal .navbar-header{width: 100%;}
  .menu_horizontal .navbar-header .navbar-toggle{float: left;}
  .menu_horizontal nav.menu .sub-menu > li > a{text-align: center;}
  .menu_horizontal nav.menu{
    display: none;
  	color: #000;
    background: #4dbeee;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    border-radius: 0 !important;
  }
  .main-menu .menu > li > a {
    color: #000;
  }
  .menu ul li a {
  	font-weight: 600;
	color: #000;
  }
  header.fixed .main-menu .menu_horizontal .menu > li > a {
    color: #000!important;
  }
  .menu_horizontal.active nav.menu{display: block;}
  .menu_horizontal nav.menu  li{text-align: left;}
  .menu_horizontal nav.menu  li a{
    border-bottom: 1px solid #E1E4EB;
    padding-left: 0;
    margin-left: 15px;
  }
 .menu_horizontal.active .top-click-show {
      display: block;
      position: absolute;
      right: 10px;
      top: 5px;
      line-height: 30px;
      width: 30px;
      height: 30px;
      text-align: center;
      cursor: pointer;
  }
  .menu_horizontal.active .top-click-show .fa-minus{
    display: none;
  }
  .menu_horizontal.active .expand > .a-click-show  .fa-minus {
    display: block;
    padding-top: 7px;
  }
  .menu_horizontal.active .expand > .a-click-show .fa-plus {
      display: none;
  }

  .menu_horizontal.active .expand > ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    background: inherit;
    box-shadow: inherit;
    padding-top: 0;
    transform: inherit;
    left: inherit;
    padding-left: 30px;
  }
  .menu > li:before, .menu > li:after{display: none;}
  .menu ul.sub-menu{max-height: inherit;}
  .search-container,.setting,#cart{
	  margin-top:5px;
  }
}
@media screen and (max-width: 640px) {
  #header #logo img {
    
    display: block; }

  #cart > .btn {
   
    }

  .menu {
    display: block;
    text-align: center;
    margin-left: 33px; }

  #banner_content .dv-item-module {
    }

  #banner_content .text-content {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px; }

  #banner_content .text-content h3 {
    font-size: 12px; }

  #banner_content .text-content h2 {
    font-size: 15px; } }
/*new css*/
#custom_slider .container {
  width: 100%;
  height: auto;
  padding: 0; }

@media only screen and (max-width: 991px) {
  header .menu li a {
    padding: 15px 10px !important;
    font-size: 12px  !important; } 
}
@media only screen and (max-width: 767px) {
  #top-links {
    padding-top: 0; }

  #top {
    padding: 15px;
    margin: 0;
    min-height: auto; }

  .list-inline {
    margin-bottom: 0; }

  .navbar-header .navbar-toggle {
    margin: 0; }
    .navbar-header .navbar-toggle .icon-bar {
      background-color: #000; }

  .menu > li {
    display: block; }
    .menu > li:before, .menu > li:after {
      content: '';
      position: absolute;
      top: 22px;
      right: 15px;
      background-color: #000;
      transform: translateY(-50%); }
    .menu > li:before {
      width: 15px;
      height: 3px; }
    .menu > li:after {
      width: 3px;
      height: 15px;
      margin-right: 6px; }
    .menu > li.vertical-menu-list:before, .menu > li.vertical-menu-list:after {
      display: none; }
    .menu > li.open-sub-menu:after {
      display: none; }
    .menu > li.open-sub-menu .sub-menu {
      max-height: 100%; }

  .menu ul.sub-menu {
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
    min-width: auto;
    position: relative;
    transform: none;
  }
  .menu ul:after{display: none;}
  .menu ul.sub-menu{display: none;background: inherit;}
  .menu_horizontal nav.menu .sub-menu li:first-child{padding-top: 0;}
  .menu_horizontal nav.menu .sub-menu li a{background: inherit;}
  .menu_horizontal nav.menu .sub-menu > li > a{text-align: left; white-space: normal}
  .menu_horizontal nav.menu li.expand > a{border-bottom: inherit;}
  .menu_horizontal nav.menu .sub-menu li:last-child{padding-bottom: 0}
  header.fixed .menu >li> a{
    padding: 15px 10px;
    padding-top: 15px;padding-left: 0;
  }
  .show-in-tab .nav-tabs li {
    display: inline-block; 
	margin-bottom:10px;
	padding:0
	}

  .owl-car-tab .owl-controls {
    margin-top: 0;
    top: 0; }
	/*
  .owl-controls .owl-buttons div {
    /*position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto; 
	}

  .owl-controls .owl-buttons .owl-prev {
    left: auto; }
*/
  .show-in-tab > .nav-tabs > li > a {
    } 
	.about-us{
		/*margin-top:30px !important;*/
	}
}
@media only screen and (max-width: 535px) {
  .show-in-tab .nav-tabs li {
    float: none;
    text-align: center;
    margin-right: 0; 
	}
    .show-in-tab .nav-tabs li a {
      margin-right: 0; 
	  }
		.show-in-tab > .nav > li.active:before, .show-in-tab > .nav > li:hover:before{
			display:none;
		}
}
@media(max-width: 1400px){
	header{
		padding-top: 0;
	}
	.menu_horizontal{
		margin-top: 0;
	}
	.logo-container{
		top: 37px;
	}
}
@media (max-width: 1024px){
	header{
		padding-left: 0;
		padding-right: 0;
	}
	.common-home header{
		position: static;
		padding-top: 0;
	}
	.logo-container,
	.common-home .logo-container{
		top: 18px;
	}
	.search-content{
		top: 55px;
		left: 0;
		right: 0;
	}
	#cart .dropdown-menu{
		top: 40px;
	}
	#top{
		top: 47px;
	}
	header{
		padding-top: 10px;
	}
	.main-menu{
		padding-left: 30px;
	}
	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 !important;
	}
	
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#product-product, .layer-category{
		margin-top: 0;
	}
	.banner-3 .text-content{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translate(-50%,-50%);
		bottom: auto;
		left: 50% !important;
		right: auto;
		width: 100%;
		text-align: center;
	}
	.banner-3 .text-content a:hover{
		background: rgba(255,255,255,1)
	}
	.banner-3 .text-content a{
		background: rgba(255,255,255,.7)
	}
	.banner-5 .text-content h3{
		margin: 0 0 15px 0;
	}
	.banner-5 .text-content h2{
		font-size: 24px;
	}
	.banner-5 .text-content a,
	.banner-4 .text-content a,
	.banner-2 .text-content a{
		margin-top: 20px;
	}
}

@media (max-width: 991px){
	.banner-5 > div:first-child{
		padding-left: 15px;
	}
	.banner-5 > div:last-child{
		padding-right: 15px;
	}
	.custom-products .product-grid:nth-child(2n+1){
		clear: both;
	}
	.main-menu{
		width: 100% !important;
		padding: 0;
		margin-top: 5px;
	}
	.banner-1 .text-content a{
		background: rgba(255,255,255,.9);
		padding: 10px;
	}
	.action-links button{
		width: 40px;
	}
	.testimonial-container{
		padding: 50px 0;
		min-height: auto;
	}
	.testimonial-content{
		padding: 0;
	}	
	.newletter-subscribe-container{
		padding: 50px 0;
	}
	.logo-footer{
		text-align: center;
		float: none;
	}
	.copyright-text{
		padding: 0;
		text-align: center;
		float: none;
		margin: 20px 0;
	}
	
	.social-footer{
		float: none;
		text-align: center;
	}
	#cart .dropdown-menu li p a{
		width:100%;
		margin:0;
	}
	.about-us{
		/*margin:30px 0;*/
	}
	.static-policy{
		margin-bottom: 0 !important;
		padding-bottom: 30px !important;
	}
	
}
@media (max-width: 768px){	
	.zoomContainer{display:none;}
	.zoomWrapper img{
		width:100%;
	}
	footer{
		margin: 0;
	}
	.banner-4 .row,
	.banner-3 .row{
		margin: 0
	}
	.banner-3 .col1, 
	.banner-3 .col2,
	.banner-3 .col3{
		width: 100%;
		text-align: center;
	}
	.wrapper{
		padding: 0;
	}
	.owl-nav > div.owl-prev{
		left: 0;
	}
	.owl-nav > div.owl-next{
		right: 0;
	}
	.action-links button{
		width: 60px;
	}
	.static-about{
		padding: 50px 0;
	}
}
@media (max-width: 767px){
	.banner-1 .row > div:nth-child(1){
		padding-right: 15px;
	}
	.banner-1 .row > div:nth-child(3) {
		padding-left: 15px;
	}	
	.banner-5 > div:not(:last-child),
	.banner-4 .row > div:not(:last-child),
	.banner-2 .row > div:not(:last-child),
	.banner-1 .row > div:not(:last-child){
		margin-bottom: 30px;
	}		
	#search h1{
		font-size: 30px;
		margin: 0 0 30px 0;
	}
	.banner-5 .text-content,
	.banner-4 .text-content,
	.banner-2 .text-content{
		text-align: center;
		background: rgba(255,255,255,.5);
		padding: 10px 30px;
	}
	.banner-5 .text-content,
	.banner-4 .text-content,
	.banner-2 .text-content{
		left: 50%;
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 60%;
	}
	.banner-1 .text-content{
		left: 50%;
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.banner-1 .text-content a{
		padding: 20px;
	}
	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;
	}
	.copyright #logo {
		width:100%;
	}
	.copyright #logo img{
		display:inline-block;
	}
	#search .search-title{
		font-size:28px;
	}
}
@media (max-width: 640px){	
	.container-fix > .container{
		clear: both;
	}
	.logo-container{
		width: 100%;
		padding: 0;
		text-align: center;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	.search-content{
		top: 85px;
	}
	#cart .dropdown-menu{
		top: 40px;
	}
	#top{
		top: 47px;
	}
}
@media (max-width:639px) and (min-width:561px) {
	.product-list .caption{
		width: 55%;
	}
	.product-list .image{
		width: 45%;
	}
}
@media (max-width: 560px){
	.banner-5 .text-content,
	.banner-4 .text-content,
	.banner-2 .text-content{
		width: 80%;
	}
	.static-policy > div:not(:last-child){
		margin-bottom: 20px;
	}
	.static-policy > div{
		width: 100%;
	}
	#blog_home .row_items .articles-inner:not(:last-child){
		margin-bottom: 40px;
	}
	#blog_home .articles-inner{
		width: 100% !important;
		padding: 0 15px;		
	}
	#blog_home .row_items .articles-inner:last-child .articles-image, 
	#blog_home .row_items .articles-inner:first-child .articles-image{
		margin: 0;
	}
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .caption{
		margin-top: 20px;
	}
	.product-list .caption,
	.product-list .image{
		width: 100%;
	}
}
@media(min-width: 481px){
	#subscribe .btn i{
		display: none;
	}
}
@media (max-width: 480px){	
	.product-list .product-des{
		padding-top: 20px;
		margin: 20px 0 0;
	}
	#subscribe .btn span{
		display: none;
	}
	#subscribe .btn{
		padding: 0 20px;
	}
	#subscribe_email{
		padding: 0 70px 0 20px;
	}
	#cart{
		position: static;
	}
	.block-right{
		position: relative;
	}
	#cart .dropdown-menu{
		min-width: 280px;
	}
	#top{
		min-width:280px;
	}
}
.tp-bullets.simplebullets.round .bullet{
	height: 3px !important;
    width: 25PX !important;
    background: #fff !important;
    line-height: 3px;
    border: 0 !important;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected{
	background:#292929 !important;
}
.tparrows{
	width: 60px !important;
    height: 60px !important;
    margin: -30px 0 0;
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 0;
    z-index: 9;
    background: #f7f7f9 !important;
    line-height: 54px;
    text-align: center;
    color: #fff;
    top: 50%;
    opacity: 1;
    border: 3px solid #e1e1e1;
    border-radius: 100% !important;

}
.tparrows:hover{
	background: #292929;
    border-color: #292929;
	color:#fff;
}
.tparrows:before {
    font-size: 12px;
    display: block;
    line-height: 40px;
    color: #9e9e9e;
	margin: 0;
    text-align: center;
    width: 100%;
}
.about-us{
	display:block;
	margin-top:20px;
}
.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: 500;
	line-height: 1;
	text-transform:uppercase;
	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;
}
.module-title{
	text-align: center;
    margin: 0 0 30px 0;
}
.module-title h2 {
    font-size: 30px;
    margin: 0 0 13px 0;
    font-weight: 500;
    text-transform: capitalize;
}
.module-title .module-description {
    margin: 0;
    line-height: 36px;
    letter-spacing: .025em;
}
.hidden-title .nav-tabs{
	display:none;
}
#scrollUp:hover{
	border-color: #ee3333;
}
#scrollUp{
	position: fixed;
	bottom: 210px;
	right: 9%;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ebebeb;
	color: #292929 !important;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding: 18px 20px;
	font-weight: 500;
	text-transform: uppercase;
	background: rgba(255,255,255,.9);
	z-index: 999 !important;
	width:auto;
	height:auto;
	line-height:20px;
}
@media(max-width: 1400px){
	#scrollUp{
		bottom: 110px;
		right: 0px;		
	}
}
@media(max-width: 1024px){
	#scrollUp{
		padding: 10px;
		right: 30px;
		bottom: 65px;
	}
	#scrollUp span{
		display: none;
	}
	.breadcrumb-wrapper{
		padding:50px 0 !important;
		
	}
	.breadcrumb-wrapper .page-title{
		font-size:22px !important;
	}
}
#scrollUp span{
	margin-right: 15px;
}
#scrollUp i{
	font-size: 12px;
	display: inline-block;
}
.ft-newsletter{
	float:left;
	width:100%;
	text-align:center;
}
.newletter-title h6 {
    color: #707070;
    line-height: 24px;
    font-size: 12px;
    margin: 0;
    text-transform: capitalize;
}
.newletter-title h3 {
    font-size: 30px;
    color: #292929;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
 .ft-newsletter .des-testimonial{
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0 0 55px 0;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb{
	padding:0 !important;
	margin: 0 0 40px 0 !important;
	background: none;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #ee3333;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #707070;
	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;
}
body[class^='product-product'] .breadcrumbs,
body[class^='product-category'] .breadcrumbs{
	background: #f6f6f6 url('../images/bg-header.jpg') center top no-repeat;
	padding: 120px 0 200px;
	margin: 0;
}
.breadcrumbs{
	background: #f6f6f6;
	padding: 70px 0;
	text-align: center;
	margin-bottom: 60px;
}
#product-product, .categories-ms {
    background: #fff;
    margin-top: -80px;
    padding: 30px 30px 0 30px;
}
.categories-ms .toolbar{
	margin: 0 0 60px 0;
}
.page-selector .shop-grid-controls .entry{
	margin-bottom:0 !important;
}
.toolbar {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
	background:#fff;
}
.toolbar3{
	padding: 0;
}
.toolbar1{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
	background: #fff;
}
#input-sort,
#input-limit{
	border: none;
	padding: 0;
	border-radius: 0px;
	box-shadow: none;
	font-size: 12px;
	color: #707070;
	text-align: center;
}
#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;
	box-shadow: none;
}
#list-view i,
#grid-view i{
	line-height: 16px;
	font-size: 16px;
	color:#292929;
}
.shop-grid-controls .simple-drop-down:after{
	border:none;
}
.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: #ee3333 !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: 60px;
	padding: 18px 0;
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.toolbar4  .col-sm-6{
	padding: 0;
	line-height: 1;
}
.toolbar4  .text-right{
	margin-top: 0px;
	font-size: 12px;
	color: #8d8c8c;
	width: auto;
	float: right;
}
.menu_category h3 {
    color: #292929;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    padding: 0px;
    margin: 0 0 25px 0;
    line-height: 24px;
}
.menu_category .navbar-nav li{
	padding: 8px 0;
}
.area-title h3{
	text-align:center;
}

.product-quantity{
	float:left;
width:100%
}
.product-quantity .numbers-row{

	width: 116px;
	float: left;
	margin: 0 20px 30px 0;
}
.product-quantity input {
    width: 90px;
    height: 54px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #292929;
    border-radius: 3px 0 0 3px;
	float:left;
}
.product-quantity .inc.qtybutton, .product-quantity .dec.qtybutton{
    border: 1px solid #ebebeb !important;
    border-left: none !important;
    border-radius: 0 0 3px 0;
    display: block;
    height: 27px;
    box-shadow: none;
    text-align: center;
    width: 26px;
    font-size: 14px !important;
    border-radius: 0px;
    border: none;
    background: none;
    padding: 0;
    color: #a6a6a6 !important;

    float: left;
    left: auto;
    position: relative;
    height: 27px !important;
    line-height: 27px !important;
}
.product-quantity .dec.qtybutton{
	
}
.product-quantity .inc.qtybutton{
	right:0 !important;
}
.single-poraduct-botton{
	float:left;
	margin-top:0;
}
.fv-comp-button{
	border: 2px solid #ebebeb;
    float: left;
    padding: 12px 0;
    text-align: center;
    height: 54px;
    margin: 0 0 30px 0;
    border-radius: 3px;
	width:auto;
}
.fv-comp-button .btn-compare, .fv-comp-button .btn-wishlist {
    width: 60px;
    border: none;
    padding: 0;
    background: none;
    color: #292929;
    height: auto;
    line-height: 17px;
    margin: 0;
    display: inline-block;
	
}
.fv-comp-button .btn-compare i, .fv-comp-button  .btn-wishlist i {
    font-size: 20px;
    line-height: 26px;
    vertical-align: top;
}
.fv-comp-button button:not(:last-child) {
    border-right: 1px solid #ebebeb;
}
header .menu li a{
	white-space:nowrap;
  }
.menu ul{
z-index:9999;}
.information-information #content{
	
}
.pro-desc h2{
	margin: 0;
    font-size: 18px;
    color: #292929;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 500;
}
.btn-primary,.btn-default {
	border: 2px solid #292929;
    background: none !important;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #292929 !important;
    line-height: 34px;
    height: 34px;
    display: inline-block;
    font-weight: 500;
    border-radius: 0;
}
.btn-primary:hover{

	color: #fff !important;
    background: #292929 !important;
}
.single-pro-thumb .owl-buttons .owl-next, .single-pro-thumb .owl-buttons .owl-prev {
    padding: 5px 13px;
    zoom: 1;
    display: inline;
    opacity: .5;
    width: 19px;
    top: 30%!important;
    height: 27px;
    line-height: 24px;
    background-color: #eaeaea;
    font-size: 0;
    -webkit-transition: .5s;
    border-radius: 0;
    transition: .5s;
    right: 370px;
}
.single-pro-thumb .owl-buttons .owl-next {
    right: -10px;
} 
 .single-pro-thumb .owl-buttons .owl-prev {
	right:auto;
	left:-10px;
 }
.single-pro-thumb .owl-carousel .owl-buttons div i {
    font-size: 18px;
    margin: 0 -3px 0;
    color: #000;
}
#quickcheckout #step_5 .price, #quickcheckout #step_4 .price{
	margin-left:5px;
}
/***Slideshow***/
@media (max-width: 1024px) and (min-width: 768px){
	.fullwidthbanner-container{
	  /*height:400px !important;*/
  }
}
@media (max-width: 767px) {
	.wrapper{
		overflow:hidden;
	}
	.fullwidthbanner-container , .tp-fullwidth-forcer{
	  /*height:300px !important;
	  max-height:300px !important;*/
	}
	.btn-primary, .btn-default{
		padding:0 20px !important;
	}
	.footer-bottom .text-left, .footer-bottom .text-right {
		text-align:center;
	}
	 .footer-bottom .text-right {
		padding-top:5px;
	 }
}
@media (max-width: 480px) {
	.fullwidthbanner-container, .tp-fullwidth-forcer{
	  /*height:180px !important;
	  max-height:180px !important;*/
	}
	.btn-primary, .btn-default{
		padding:0 10px !important;
	}
}
.product-compare .description {
	display:table-cell;
}
/*# sourceMappingURL=style.css.map */
#tab-description img {
    max-width: 100%;
    height: auto;
}