body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
*:focus{
	outline: none !important;
}
ul {
	padding:0;
}
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: 'Poppins', sans-serif;
	font-weight:500;
}
h2 {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
h3 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
h4 {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
h5 {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
h6 {
	font-size: 10.2px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
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: #ffc300;
}
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;
	box-shadow:none !important;
	border-radius:0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.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: 12px;
	margin: 0;
	border-radius: 0;
	border: none;
	font-family: 'Poppins', sans-serif;
}
/* 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: #ffc300 !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: #f4f4f4 !important;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 14px;
	color: #444 !important;
	line-height: 43px;
	height: 40px;
	display: inline-block;
	font-weight: 500;
	border-radius: 3px;
	box-shadow:none !important;
}
#button-voucher,
#button-coupon{
	height: 34px;
	margin-left: 10px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 1000000;
}
/* top-search */
.top-search {
	padding:0;
}
.top-search p {
	margin:0;
	color:#fff;
}
.top-search a {
	color:#fff;
}
.top-search a:hover {
	color:#ffc300;
}
/* bottom-header */
.bottom-header {
	display:inline-block;
	width:100%;
	margin:23px 0 0;
}
/* call-us */
.call-us {
	float:right;
	margin-right:30px;
}
.call-us .call-icon {
	width:48px;
	float:left;
}
.call-us .call-icon:before {
	content:'';
	background:url('../image/img-phone.png') no-repeat 0 0;
	height:48px;
	width:48px;
	display:inline-block;
}
.call-us .call-content {
	margin-left:60px;
	text-align:left;
	padding-top: 5px;
}
.call-us p {
	font-size:14px;
	color:#fff;
	margin:0;
	font-weight:400;
	text-transform:uppercase;
}
.call-us h2 {
	font-weight:400;
	color:#fff;
	font-size:14px;
	margin:3px 0 0;
}
/* currency */
.currency {
	float:right;
	position:relative;
	padding-left:10px;
}
.currency label {
	margin: 0;
    line-height: 55px;
    font-size: 14px;
    color: #555555;
	float:left;
	display:none;
}
.currency .btn-link {
	border: 0;
    padding: 0 0 0 5px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
	float:left;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.currency .btn-link i {
	margin-left:3px;
}
.currency .btn-link:hover {
	color:#ffc300;
}
.currency .btn-link strong {
	font-weight:400;
}
#form-currency .dropdown-menu {
	border: 1px solid #e0e0e0;
    left: initial;
    right: 0;
    padding: 10px 18px 15px;
    box-shadow:none;
    border-radius: 10px;
    margin: 10px 0 0;
    min-width: 120px;
    background: #fff;
}
#form-currency .dropdown-menu li button {
	color: #4d4d4d;
	font-size:13px;
    text-decoration: none;
    padding: 6px 0 10px;
	line-height:20px;
    margin-bottom: 6px;
    text-align: left;
	text-transform:capitalize;
	border-bottom: 1px solid #eeeeee;
}
#form-currency .dropdown-menu li button:hover {
	color:#ffc300;
}
#form-currency .dropdown-menu li:last-child button {
	padding:6px 0 0;
	border:0;
	margin:0;
}
/* language */
.language {
    float: right;
    position: relative;
}
.language:after {
    height: 16px;
    width: 1px;
    background: #a1a1a1;
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
}
.language label {
    margin: 0;
    line-height: 55px;
    font-size: 14px;
    color: #555;
	float:left;
	display:none;
}
.language .btn-link {
	float:left;
    border: 0;
    padding: 0 13px 0 25px;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none;
	position:relative;
    -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:#ffc300;
}
.language .btn-language img {
	margin-right:6px;
	position:absolute;
	top:3px;
	left:0;
}
#form-language .dropdown-menu {
	border: 1px solid #e0e0e0;
    left: initial;
    right: 0;
    padding: 10px 18px 20px;
    border-radius: 10px;
    margin: 10px 0 0;
    min-width: 120px;
    background: #fff;
	box-shadow:none;
}
#form-language .dropdown-menu li button {
	color: #4d4d4d;
	font-size:13px;
    text-decoration: none;
    padding: 6px 0 15px;
	line-height:20px;
    margin-bottom: 8px;
    text-align:left;
	border-bottom: 1px solid #eeeeee;
}
#form-language .dropdown-menu li button:hover {
	color:#ffc300;
}
#form-language .dropdown-menu li:last-child button {
	border:0;
	padding:6px 0 0;
	margin:0;
}
#form-language .dropdown-menu li button img {
	margin-right:8px;
}
/* top-link */
#top-links {
	float:right;
	position:relative;
	margin-right: 18px;
}
#top-links:after {
    height: 16px;
    width: 1px;
    background: #a1a1a1;
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
}
#top-links .list-inline {
	margin:0;
	padding:0;
}
#top-links li.dropdown {
	padding:0;
	margin:0;
}
#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: 3px;
    min-width: 120px;
    background: #fff;
}
#top-links a {
	color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    position: relative;
	padding:0 20px;
    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 a i {
	margin-left:8px;
	font-size:14px;
}
#top-links .dropdown-menu {
    border: 1px solid #e0e0e0;
    left: 7px;
	margin:10px 0 0;
    padding: 10px 18px 15px;
    box-shadow: none;
    border-radius: 10px;
    min-width: 120px;
    background: #fff;
}
#top-links .dropdown-menu li a {
	background:none;
	color: #4d4d4d;
    font-size: 13px;
    text-decoration: none;
    padding: 6px 0 12px;
    line-height: 20px;
    margin-bottom: 6px;
    text-align: left;
	border-bottom:1px solid #eeeeee;
}
#top-links .dropdown-menu li a:hover {
	color:#ffc300;
}
#top-links .dropdown-menu li:last-child a {
	border:0;
	padding:6px 0 0;
	margin:0;
}
/* 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: #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> 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: #fb9935;
	text-decoration: none;
}
/* header */
header {
	padding:30px 0 0;
	background:url("../image/bg-header.jpg") no-repeat 0 0;
	background-size:cover;
}
/* 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: #ffc300;
	text-decoration: none;
}
.logo-container {
	margin:16px 0 0;
}
#logo a{
	display: inline-block;
}
/*Search-category*/
#search-by-category {
    float:left;
	width:100%;
	position:relative;
}
.search-container {
	width:100%;
	background:#fff;
	display:inline-block;
	margin:0;
	border:0;
	padding:5px;
	border-radius:10px;
}
#search-by-category .search-container .categories-container{
    float:left;
	width:30%;
    position:relative
}
#search-by-category .search-box {
	width:70%;
	position: relative;
    height: 38px;
    float: left;
}
#search-by-category .search-container #text-search {
    width: 100%;
    border:0;
    border-left:0;
    box-shadow:none;
    height:40px;
	line-height:40px;
    color: #555;
    font-size: 14px;
	font-weight:400;
	padding:0 40px 0 20px;
}
#search-by-category .search-container #sp-btn-search{
    position: absolute;
    right: 0;
    top: 0;
}
#search-by-category .search-container .categories-container {
    text-transform: uppercase;
    border:0;
	background:#fff;
	border-radius:50px 0 0 50px;
	position:relative;
}
#search-by-category .search-container .categories-container:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #a1a1a1;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}
#search-by-category .search-container .categories-container .hover-cate p {
    margin:0;
	font-size: 13px;
	color: #333333;
	font-weight:400;
    padding:0 23px 0 15px;
    cursor: pointer;
    height: 40px;
	line-height:40px;
    overflow: hidden;
	text-transform:capitalize;
	border-radius:50px 0 0 50px;
	position:relative;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content: "\f2f9";
    font-family: 'Material-Design-Iconic-Font';
    position:absolute;
	right:20px;
	top:0;
    font-size: 12px;
    color: #444444;
}
#search-by-category .search-container .categories-container .hover-cate p:hover {
	background:#fff;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:30%;
    right:0px;
    padding:6px 20px 5px 0;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top:8px;
    border: 0 !important;
    padding: 20px;
    width:120%;
	text-align:left;
    cursor: pointer;
	border-radius:5px;
	box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}
.cate-items li {
    text-transform: capitalize;
    color:#333;
    font-size: 12px;
	line-height:25px;
    list-style: none;
}
.cate-items li.f1 {
    padding-left: 10px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 50%;
    top: 100%;
    width: 400px;
    margin: 0 0 0 -170px;
}
.search-ajax .product-name {
	margin:5px 0 3px;
	text-align:left;
}
.search-ajax .product-info { margin-bottom:20px; }
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
    padding:20px 0;
	margin:0;
}
#search-by-category .item-inner {
	padding:10px !important;
	margin:0 0 20px;
	border:0;
}
#search-by-category .item-inner .price-label { text-align:left; }
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
    background:#ffc300;
    padding:0;
	height:40px;
	line-height:40px;
	width:40px;
	font-size:0;
	border:0;
    box-shadow:none;
    border-radius: 10px;
	margin:0;
    text-shadow:none;
}
#btn-search-category:before {
	font-family:'et-line';
	content:"\e037";
	font-size:22px;
	display:inline-block;
	color:#333333;
	line-height:40px;
}
#btn-search-category:hover {
	background:#555;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#btn-search-category:hover:before {
	color:#fff;
}
#search-by-category .price-box {
	margin:10px 0 0;
}
/* 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;
}
#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: 60%;
	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 */
.common-home .newletter-subscribe-container {
	margin:20px 0 0;
}
.newletter-subscribe-container {
	margin:60px 0 0;
	position:relative;
	background:#f7f7f7;
}
.newletter-subscribe-container .newletter-subscribe {
	padding:60px 0 45px;
	display:inline-block;
	width:100%;
}
#dialog-normal .newletter-title {
	float:left;
	text-align:left;
}
#dialog-normal .newletter-title h6 {
	color: #333333;
	font-weight:400;
	font-size: 24px;
	margin: 0;
	text-transform:inherit;
	width:30%;
	float:left;
	line-height: 28px;
}
#dialog-normal .newletter-title h3 {
	font-size: 14px;
	color: #666666;
	margin: 3px 0 0 50px;
	text-transform: inherit;
	font-weight:400;
	width:60%;
	float:left;
	line-height: 24px;
}
#dialog-normal{
	text-align: center;
}
#dialog-normal .newleter-content{    
    vertical-align: middle;
    position: relative;
	text-align:center;
	float:right;
	width:100%;
	margin-top: 5px;
}
#frm_subscribe-normal{
	display:inline-block;
	width: 100%;
	position:relative;
}
#subscribe_email{
	background: #fff;
	border: 1px solid #f0f0f0;
	font-size:14px;
	color: #999999;
	display: block;
	padding: 0 150px 0 30px;
	height: 48px;
	line-height:46px;
	width: 100%;
	float: left;
	margin: 0;
	border-radius:10px;
}
#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:#ffc300 !important;
	padding:0 20px;
	height: 48px;
	line-height:48px;
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	color:#333333 !important;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
	border-radius:10px;
}
#subscribe .btn:hover{
	background: #333 !important;
	color:#fff !important;
}
#notification-normal{
	text-align: left;
	clear: both;
}
#notification-normal div{
	color: #292929;
}
#notification-normal div.warning{
	color: #f00;
	text-align: left;
	font-size:12px;
}
/* blog */
#blog_home {
	margin:40px 0 0;
}
#blog_home .blog-title {
	display:none;
}
#blog_home .articles-image {
	width:80px;
	float:left;
}
#blog_home .articles-inner {
	padding:0 0 20px;
	margin-bottom:20px;
	border-bottom:1px solid #ededed;
	display:inline-block;
	width:100%;
}
#blog_home .articles-inner:last-child {
	border:0;
}
#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: #999999;
	font-weight: 400;
	font-size: 12px;
	margin-top: 0;
}
#blog_home .articles-date {
	font-size: 13px;
    color: #999998;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    font-style: italic;
}
#blog_home .articles-date .author{
	color: #888;
	padding-left: 15px;
}
#blog_home .aritcles-content{
	margin-left:95px;
	text-align:left;
}
#blog_home .articles-intro,
#blog_home .readmore,
#blog_home .articles-name + span {
	display:none;
}
.articles-name + span{
	color: #ffc300;
	text-transform: capitalize;
	font-size:14px;
}
.articles-name {
	font-size: 14px !important;
	font-weight: 400;
	color: #333333 !important;
	margin: 0 0 13px;
	display: block;
	text-transform: capitalize;
	display: block;
}
.articles-name:hover {
	color:#ffc300 !important;
}
.articles-intro {
	color: #555555;
	line-height: 21px;
	font-size:15px;
	margin: 22px 0 0;
}
.readmore {
	margin:20px 0 0;
}
.readmore a {
	color: #999999;
	font-size: 14px;
	display: inline-block;
	text-transform:capitalize;
	text-decoration:underline;
}
.readmore a:hover { color:#ffc300; }
.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;
	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-blog .intro-content {
	display:inline-block;
	width:100%;
}
.blog-blog .blog-blog-image {
	width:200px;
	float:left;
}
.blog-blog .blog-blog-content {
	margin-left:230px;
	text-align:left;
}
.blog-article .article-text {
	margin-top:30px;
}
.blog-article .article-title { margin-top:20px; }
.blog-article .article-title { margin-top:20px; }
.blog-article .blog-article-image { width:200px; float:left; }
.blog-article .blog-article-content {
	margin-left:230px;
	text-align:left;
}
/* cart */
#cart{
	float: right;
	width: auto;
}
#cart-total {
	position:relative;
}
#cart-total {
	width:20px;
	height:20px;
	line-height:20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	background: #ffc300;
	color: #333333;
	font-size: 12px;
	text-transform: capitalize;
	float: left;
	border-radius: 100%;
	text-align: center;
	position:absolute;
	top:-5px;
	right:-5px;
	z-index:2;
}
#cart-total .text-cart {
	display:none;
}
#cart-total .cart-text {
	margin-left: 6px;
	margin-top: -5px;
	text-align:left;
	display:inline-block;
	font-size:14px;
	color:#444444;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button{
	background: #fff;
	border: 1px solid #5c5c5c;
	border-radius: 10px;
	box-shadow: none;
	padding: 0;
	width: 48px;
	height:48px;
	float: right;
	text-align:center;
}
#cart > button:hover {
	border:1px solid #ffc300;
}
#cart .dropdown-cart i {
	font-size: 22px;
	color: #333333;
	display:inline-block;
	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:hover > i {
	color:#ffc300;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu {
	background:#fff;
	border: 1px solid #e0e0e0;
	min-width: 355px;
	margin: 0;
	padding: 30px 20px 20px;
	top: 50px;
	border-radius: 10px;
	box-shadow:none;
	color:#555555;
	font-size:14px;
}
#cart .dropdown-menu .cart-empty {
	padding-bottom:0;
}
#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{ 
	padding:10px 0 0
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button:hover{
	color: #888;
}
#cart .cart-close button {
	background: none !important;
	color: #bcbcbc;
	border: none;
	font-size: 18px;
	font-weight:700;
	line-height: 1;
	box-shadow:none !important;
	position: absolute;
    top: 0;
    right: 0;
	padding:0;
}
#cart .cart-close button i {
	font-size:12px;
	color:#444444;
}
#cart .cart-close button i:hover {
	color:#ffc300;
}
#cart .cart-quantity{
	color: #666666;
	font-size: 14px;
	margin: 5px 0 8px 0 !important;
	display:inline-block;
}
#cart .cart-name:hover{
	color: #ffc300;
}
#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:#ffc300;
	color: #fff;
	height: 42px;
	line-height: 42px;
	text-align: center;
	padding: 0 30px;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	display:inline-block;
	border-radius: 10px;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #333333;
	border-color:#333333;
}
#cart .cart-button a.view-cart {
	margin-right:20px;
}
#cart .dropdown-menu .info-item {
	padding-left: 20px;
	padding-right:20px;
}
#cart .dropdown-menu .info-item a {
	font-size:14px;
	color:#333333;
	display:block;
	margin-bottom:8px;
}
#cart .dropdown-menu .info-item a:hover {
	color:#ffc300;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:14px;
	color:#666666;
	display:inline-block;
	font-weight:400;
}
#cart .dropdown-menu .has-scroll {
	max-height: 500px;
	overflow: auto;
	margin-bottom:20px;
}
#cart .dropdown-menu table.table {
	margin-bottom:0;
}
#cart .dropdown-menu tr td strong {
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	font-size: 20px;
	color: #444444;
	text-transform: capitalize;
	font-weight: 500;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 20px;
	color: #dc4444;
	font-weight:500;
}
#cart .dropdown-menu .cart-totals tr td.text-right {
	float:right;
}
#cart .dropdown-menu .cart-totals tr td.text-left {
	float:left;
}
#cart .dropdown-menu .cart-close {
	margin-left:20px;
}
.unvisible{
	display: none;
}
#cart .dropdown-menu .has-scroll table tr {
	border-bottom:1px solid #ededed;
	padding:0;
	margin-bottom:25px;
	padding-bottom:10px;
	display:inline-block;
	width:100%;
	position:relative;
}
#cart .dropdown-menu .has-scroll table tr:last-child {
	margin-bottom:10px;
}
#cart .dropdown-menu .cart-totals {
	padding: 0;
	margin: 0;
	display: inline-block;
}
#cart .dropdown-menu .cart-totals tbody,
#cart .dropdown-menu .cart-totals tbody tr {
	width:100%;
	display:inline-block;
}
#cart .dropdown-menu .cart-totals tbody tr {
	margin-bottom:10px;
}
/* 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:15px 0 0;
}
.fix-header .block-right {
	margin:23px 0 0;
}
.fix-header #cart .dropdown-menu {
	top:43px;
}
/* home-banner */
.home-banner { margin: 30px 0 0; }
/* banner-top */
.banner-top .banner-icon {
	width:48px;
	height:48px;
	border:3px solid #ffc300;
	border-radius:100%;
	float:left;
	text-align:center;
}
.banner-top .banner-icon:before {
	font-size: 34px;
    color: #ffc300;
    font-family: FontAwesome;
    content: "\f041";
	line-height:45px;
}
.banner-top .col2 .banner-icon:before {
	content: "\f095";
}
.banner-top .banner-content {
	margin-left:60px;
	padding-top:3px;
}
.banner-top p {
	margin:0;
	font-size:16px;
	color:#555555;
}
.banner-top p span {
	font-weight:700;
}
/* banner-static */
.banner-static .col {
	position:relative;
	overflow:hidden;
}
.banner-static .col2 {
	margin:30px 0;
}
.banner-static .col:before, .banner-static .col:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: 7;
}
.banner-static .col:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.banner-static .col:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.banner-static .col:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.banner-static .col:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* banner-static1 */
.banner-static1 {
	margin:30px 0 0;
}
.banner-static1 .col {
	padding: 30px 20px;
	border: 1px solid #ededed;
	border-radius: 10px;
}
.banner-static1 .col .banner-icon {
	width:60px;
	float:left;
	text-align:center;
	border-radius:10px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.banner-static1 .col .banner-icon:before {
	font-family: 'et-line';
    font-size: 48px;
    display: inline-block;
    color: #ffc300;
	line-height:1;
}
.banner-static1 .col1 .banner-icon:before {
	content:"\e059";
}
.banner-static1 .col2 .banner-icon:before {
	content:"\e016";
}
.banner-static1 .col3 .banner-icon:before {
	content:"\e028";
}
.banner-static1 .banner-content {
	margin-left: 75px;
	text-align: left;
	padding-top: 6px;
}
.banner-static1 .banner-content h2 {
	font-size:16px;
	color:#333333;
	margin:0;
	font-weight:400;
	text-transform:uppercase;
}
.banner-static1 .banner-content p {
	font-size:14px;
	color:#666666;
	margin:5px 0 0;
	font-weight:300;
}
/* banner-static2 */
.banner-static2 {
	position: relative;
    overflow: hidden;
}
.banner-static2:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-static2:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.2) inset;
}
/* banner-center */
.banner-center {
    margin:35px 0 0;
	position:relative;
	overflow:hidden;
}
.banner-center:before, .banner-center:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: 7;
}
.banner-center:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.banner-center:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.banner-center:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.banner-center:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* banner-center1 */
.banner-center1 {
	margin:50px 0 0;
	position:relative;
	overflow:hidden;
}
.banner-center1:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-center1:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.2) inset;
}
/* banner-center2 */
.banner-center2 {
	margin:20px 0 0;
}
.banner-center2 .col {
	position:relative;
	overflow:hidden;
}
.banner-center2 .col:before {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.banner-center2 .col:after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
}
.banner-center2 .col:hover:before {
	border: 0 solid rgba(255, 255, 255, 0.7);
}
.banner-center2 .col:hover:after {
	transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s; 
}
/* banner-cente31 */
.banner-center3 {
	margin:20px 0 0;
	position:relative;
	overflow:hidden;
}
.banner-center3:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-center3:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.2) inset;
}
/* banner-bottom */
.banner-bottom {
	padding:100px 0 40px;
	background:#f7f7f7;
	margin-top:-60px;
}
.banner-bottom .container-inner {
	padding-left:80px;
}
.banner-bottom .icon-banner {
	width:60px;
	float:left;
}
.banner-bottom .col2 .icon-banner {
	margin-top:-3px;
} 
.banner-bottom .icon-banner:before {
	font-size: 48px;
    color: #ffc300;
    font-family: 'Pe-icon-7-stroke';
    content: "\e670";
    line-height: 45px;
}
.banner-bottom .col {
	position:relative;
	margin-right:50px;
}
.banner-bottom .col2 {
	margin-right:20px;
}
.banner-bottom .col:before {
	height:36px;
	width:1px;
	background:#d2d2d2;
	content:'';
	position:absolute;
	right:0;
	top:50%;
	margin-top: -18px;
}
.banner-bottom .col3:before {
	display:none;
}
.banner-bottom .col2 .icon-banner:before {
	content:'\e639';
}
.banner-bottom .col3 .icon-banner:before {
	content: "\e60b";
}
.banner-bottom .banner-text {
	margin-left:65px;
}
.banner-bottom h2 {
	font-size:16px;
	color:#333333;
	font-weight:500;
	margin:0;
	text-transform: inherit;
}
.banner-bottom p {
	font-size:14px;
	color:#666666;
	margin:6px 0 0;
}
/* banner-bottom1 */
.banner-bottom1 {
	padding:20px 0;
	border-bottom:1px solid #292929;
	border-top:1px solid #292929;
	margin:40px 0 0;
}
.banner-bottom1 .icon-banner {
	width:70px;
	height:70px;
	float:left;
	background:#ffc300;
	color:#fff;
	font-size:34px;
	border-radius:100%;
	text-align:center;
}
.banner-bottom1 .icon-banner:before {
    font-family: FontAwesome;
    content: "\f041";
    line-height: 70px;
}
.banner-bottom1 .col2 .icon-banner:before {
    content: "\f095";
}
.banner-bottom1 .col3 .icon-banner:before {
    content: "\f0e0";
}
.banner-bottom1 .banner-text {
	margin-left:80px;
	text-align:left;
	padding-top:25px;
}
.banner-bottom1 .col1 .banner-text {
	padding-top:15px;
}
.banner-bottom1 .banner-text p {
	font-size:15px;
	color:#999999;
	margin:0;
}
/* banner-left */
.banner-left { margin:60px 0 0; }
.banner-left img:hover {
	opacity:0.8;
}
/* owl carousel */
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev {
	position: absolute;
	top: 0;
	margin: -70px 0 0 0;
	width: 30px;
	height: 30px;
	line-height:28px;
	border:1px solid #e8e8e8;
	background: #fff;
	text-align: center;
	opacity: 1;
	color: #666666;
	padding: 0;
	border-radius:100%;
}
.owl-style2 .owl-carousel .owl-nav > .owl-next,
.owl-style2 .owl-carousel .owl-nav > .owl-prev {
	margin: -13px 0 0;
	top:50%;
	width:auto;
	border:0 !important;
}
.owl-style2 .owl-nav > .owl-prev{
	left: -20px;
	right:inherit;
}
.owl-style2 .owl-nav > div.owl-next{
	right: -20px;
}
.owl-style2 .owl-carousel .owl-nav > .owl-next:hover,
.owl-style2 .owl-carousel .owl-nav > .owl-prev:hover {
	background:none;
	color:#ffc300;
}
.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev{
	opacity: 1;
}
.owl-nav > .owl-prev{
	right: 38px;
}
.owl-nav > div.owl-next{
	right: 0;
}
.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover{
	color: #fff;
	border:1px solid #ffc300;
	background:#ffc300;
}
.owl-style2 .owl-nav > div i{
	font-size:18px;
}
.owl-nav > div i{
	font-size: 14px;	
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
/* tabprocust */
.tt_tabsproduct_module{
	margin-top: 50px;
}
.tt_tabsproduct_module .module-title .module-description {
	display:none;
}
.tt_tabsproduct_module .product-grid {
	margin:0;
}
.tt_tabsproduct_module.tabproducts .row {
	margin:0;
}
/* categorytab */
.tabscategories .module-title {
	display:inline-block;
	width:100%;
	padding-right:80px;
}
.tabscategories .module-title h2 {
	float:left;
	width:40%;
}
.tt_tabsproduct_module.tabscategories .tab-heading {
	float:right;
	width:60%;
	text-align:right;
	margin:-10px 0 0;
}
.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li {
	margin-right:5px;
}
.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li a {
	font-size:14px;
	color:#666666;
	height:36px;
	line-height:34px;
	padding:0 15px;
	font-weight:400;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0);
}
.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li.active a,
.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li a:hover {
	color:#ffc300;
	border-color:#ffc300;
}
.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li a:before {
	display:none;
}
.tt_tabsproduct_module.tabscategories .module-image {
	position:relative;
}
.tt_tabsproduct_module.tabscategories .module-image:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.tt_tabsproduct_module.tabscategories .module-image:hover:before {
	box-shadow: 0 0 0 15px rgba(0,0,0,0.2) inset;
}
.tabscategories .owl-carousel .owl-nav > .owl-next,.tabscategories  .owl-carousel .owl-nav > .owl-prev {
	margin:-85px 0 0 0;
}
.tabscategories .owl-nav > div.owl-next {
	right:15px;
}
.tabscategories .owl-nav > .owl-prev {
	right:53px;
}
/* categorytab1 */
.tt_tabsproduct_module.tabscategories1,
.tt_tabsproduct_module.tabscategories2 {
	margin:0;
}
.tabscategories1 .module-title,
.tabscategories2 .module-title {
	text-align:left;
	border-bottom:1px solid #ededed;
}
.tabscategories1 .module-title h2:after,
.tabscategories2 .module-title h2:after {
	display:none;
}
.tabscategories1 .module-title h2:before {
	content:'\e012';
}
.tabscategories2 .module-title h2:before {
	content:'\e004';
}
.tabscategories1 .tab-heading,
.tabscategories2 .tab-heading {
	display:none;
}
.tabscategories1 .owl-carousel .owl-nav > .owl-next,.tabscategories1 .owl-carousel .owl-nav > .owl-prev,
.tabscategories2 .owl-carousel .owl-nav > .owl-next,.tabscategories2 .owl-carousel .owl-nav > .owl-prev {
	top:0;
	opacity:1;
	width:30px;
	height:30px;
	line-height:28px;
	margin-top: -78px;
}
.tabscategories1 .owl-nav > div.owl-next,
.tabscategories2 .owl-nav > div.owl-next {
	right:15px;
}
.tabscategories1 .owl-nav > .owl-prev,
.tabscategories2 .owl-nav > .owl-prev {
	left:inherit;
	right:53px;
}
/* testimonial */
.testimonial-container .module-title {
	text-align:left;
	border-bottom:1px solid #ededed;
}
.testimonial-container .module-title h2:before {
	content: "\e057";
}
.testimonial-container .testimonial-content {
	text-align:center;
}
.testimonial-container .testimonial-images {
	border-radius:100%;
	border:4px solid #f0f0f0;
	display:inline-block;
	position:relative;
	overflow:hidden;
}
.testimonial-container .testimonial-box {
	padding:60px 20px 0;
	position:relative;
}
.testimonial-container .testimonial-box:before {
	content:'';
	position:absolute;
	background:url("../image/icon-testimonials.png") no-repeat 0 0;
	left:0;
	top:16px;
	right:0;
	width:34px;
	height:24px;
	margin:0 auto;
}
.testimonial-container .testimonial-box a {
	font-size:13px;
	color:#666666;
	line-height:23px;
	width:100%;
}
.testimonial-container .testimonial-author {
	margin:16px 0 0;
}
.testimonial-container .testimonial-author h4 {
	font-size:14px;
	color:#333333;
	text-transform:capitalize;
}
.testimonial-container .box-testimonial {
	display:inline-block;
	width:100%;
	margin:30px 0 0;
}
.testimonial-container .box-testimonial .testimonial-images {
	width:68px;
	float:left;
}
.testimonial-container .box-testimonial .testimonial-images img {
	border:2px solid #ffc300;
	border-radius:100%;
}
.testimonial-container .box-testimonial .testimonial-author {
	margin-left:80px;
	margin-top: 25px;
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
}
.testimonial-container .owl-carousel .owl-nav > .owl-next,.testimonial-container .owl-carousel .owl-nav > .owl-prev {
	top:0;
	opacity:1;
	width:30px;
	height:30px;
	line-height:28px;
	margin-top: -78px;
}
.testimonial-container .owl-nav > div.owl-next {
	right:0;
}
.testimonial-container .owl-nav > .owl-prev {
	left:inherit;
	right:38px;
}
.testimonial-container .owl-theme .owl-dots {
	margin:10px 0 0;
}
.testimonial-container .owl-theme .owl-dots .owl-dot span {
	border:1px solid #898989;
	width:12px;
	height:12px;
	background:#fff;
	position:relative;
}
.testimonial-container .owl-theme .owl-dots .owl-dot.active span,
.testimonial-container .owl-theme .owl-dots .owl-dot span:hover {
	border:1px solid #ec6510;
}
.testimonial-container .owl-theme .owl-dots .owl-dot span:before {
	content:'';
	width:4px;
	height:4px;
	border-radius:100%;
	background:none;
	position:absolute;
	top:3px;
	left:3px;
}
.testimonial-container .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-container .owl-theme .owl-dots .owl-dot span:hover:before {
	background:#ec6510;
}
/* feature-products */
.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;
}
.feature-products .item-inner {
	padding: 0;
	margin: 0 !important;
	display: inline-block;
	width: 100%;
}
.feature-products .item-inner .ratings {
	padding:10px 0;
}
.feature-products .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.feature-products .product-name  {
	margin:0 0 15px;
	font-size:14px;
}
.feature-products .price {
	font-size:16px;
}
.feature-products .price-old {
	font-size:12px;
}
/* banner-ourbrands */
.common-home .brand-container {
	margin:20px 0 0;
}
.brand-container {
	margin:40px 0 0;
	position:relative;
}
.brand-container .module-title {
	display:none;
}
.brand-container .swiper-container {
	padding:5px;
	border:1px solid #ededed;
	border-radius:10px;
}
.brand-container .item { 
	text-align:center;
}
.brand-container .item img {
	display:inline-block;
}
.brand-container .row {
	margin:0;
}
.brand-container .swiper-slide {
	padding:0;
}
/* footer */
#back-top:hover{
	background:#ffc300;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	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: #333333;
	border-radius:5px;
	z-index: 999;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#back-top span{
	margin-right: 15px;
}
#back-top i{
	font-size: 12px;
}
footer {
	padding:50px 0 0;
	background:#ffffff;
}
footer .footer-title {
	margin-bottom:30px;
}
footer .col4 .footer-title {
	margin-bottom:30px;
}
footer .footer-title h2 {
	font-size:18px;
	color:#333333;
	text-transform:uppercase;
	font-weight:500;
	margin:0;
	padding-bottom:16px;
	border-bottom:1px solid #ededed;
	position:relative;
}
footer .footer-title h2:before {
	content:'';
	width:70px;
	height:1px;
	background:#ffc300;
	position:absolute;
	bottom:-1px;
	left:0;
}
footer .footer-content li {
	line-height:35px;
}
footer .footer-content a {
	font-size:14px;
	color:#666666;
	text-transform:capitalize;
}
footer .footer-content a:hover {
	color:#ffc300;
}
/* footer-static */
.footer-static .container-inner {
	border-bottom:1px solid #eeeeee;
	padding-bottom:20px;
}
.footer-content p {
	font-size:14px;
	font-weight:400;
	color:#333333;
	line-height:25px;
	margin:0 0 20px;
} 
.footer-content .footer-description {
	color:#666666;
	font-weight:300;
}
.footer-content .footer-address,
.footer-content .footer-phone,
.footer-content .footer-email {
	padding-left:30px;
	position:relative;
	margin: 10px 0 0;
}
.footer-content .footer-address:before,
.footer-content .footer-phone:before,
.footer-content .footer-email:before {
	content:"\e047";
	display: inline-block;
    font-family: 'et-line';
	position:absolute;
	left:0;
	top:1px;
	font-size:15px;
	color:#333333;
}
.footer-content .footer-phone:before {
	content: "\e000";
}
.footer-content .footer-email:before {
	content: "\e028";
}
/* popular-tags */
.popular-tags ul {
	list-style:none;
}
.popular-tags ul li {
	display:inline-block;
}
footer .footer-content .popular-tags a {
	height:32px;
	line-height:30px;
	padding:0 15px;
	border:1px solid #dbdbdb;
	border-radius:10px;
	display:inline-block;
	margin:0 10px 10px 0;
}
footer .footer-content .popular-tags a:hover {
	border-color:#ffc300;
	background:#ffc300;
	color:#333333;
}
/* footer-link */
.desciption-page {
	padding:50px 0;
}
.desciption-page h2 {
	color:#333333;
	font-size:18px;
	margin:0;
	text-transform:capitalize;
}
.desciption-page p {
	font-size:14px;
	color:#666666;
	margin:16px 0 0;
	line-height:25px;
	font-weight:300;
}
/* social-footer */
.footer-link .social-footer {
	padding:0;
	margin:50px 0 0;
	display:inline-block;
	width:100%;
	text-align:center;
}
.footer-link .social-footer li {
	list-style:none;
	margin-right:25px;
}
.footer-link .social-footer li:last-child {
	margin:0;
}
.footer-link .social-footer li a,
.footer-link .social-footer li:last-child a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 0;
    padding: 0;
	width:36px;
	height:36px;
	line-height:35px;
	border:1px solid #dcdcdc;
	border-radius:100%;
	margin:0;
}
.footer-link .social-footer li a:hover {
	background:#ffc300;
	color:#fff;
	border-color:#ffc300;
}
.footer-link .social-footer li a:hover:before { color:#fff; }
.footer-link .social-footer li a:before {
	padding: 0 !important;
	margin:0;
    font-size: 18px;
	color:#666666;
    display: inline-block;
    font-family: 'Ionicons';
    font-weight: normal;
    vertical-align: middle;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.footer-link .social-footer li.facebook a:before {
	content: '\f231';
}
.footer-link .social-footer li.twitter a:before {
	content: '\f243';	
}
.footer-link .social-footer li.rss a:before {
	content: '\f3ea';
}
.footer-link .social-footer li.youtube a:before {
	content: '\f24c';
}
.footer-link .social-footer li.google a:before {
	content: '\f235';
}
.footer-link .social-footer li.pinterest a:before {
	content: '\f2b1';
}
.footer-link .social-footer li.behance a:before {
	content: '\f23d';
}
/* footer-paypal */
.footer-paypal {
	text-align:right;
}
.footer-paypal ul {
	padding:0;
	margin:0;
}
.footer-paypal ul li {
	list-style:none;
	display:inline-block;
	margin-left:10px;
}
.footer-paypal ul li:first-child {
	margin:0;
}
/* footer-bottom */
.footer-bottom {
	padding:20px 0 18px;
	background:#ffc300;
}
.copyright-text a { 
	color: #333333;
}
.copyright-text a:hover {
	color:#fff;
}
.copyright-text{
	margin: 0;
	color: #333333;
	font-size:14px;
	width:100%;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb {
	padding:25px 0 20px;
	margin: 0 0 40px 0;
	background: none;
	border-radius:0;
	text-align:left;
	border-bottom:1px solid #ededed;
}
.breadcrumb a {
	font-size:14px;
	color:#666666;
	text-transform:capitalize;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a {
	color: #ffc300;
}
.breadcrumb > li + li::before{
	color: #222;
	text-transform: capitalize;
	content:'\f125';
	font-family: 'Ionicons';
	font-size:10px;
	padding:0 10px;
}
.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 */
.category-name {
	font-size: 28px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom: 30px;
}
.catgory-thumb {
	margin-bottom:40px;
}
.refine-category {
	font-size: 20px;
    color: #444444;
    margin: 0 0 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.category-compare {
	margin:15px 0 0;
}
.category-compare a {
	text-transform: capitalize;
    color: #555555;
    font-size: 13px;
}
.category-compare a:hover {
	color:#ffc300;
}
.product-list .item-inner {
	margin-bottom:20px;
	border:1px solid rgba(0,0,0,0);
	display:inline-block;
	width:100%;
	margin-left:15px;
	padding:30px 20px 20px;
	border-radius: 10px;
}
.product-list .item-inner:hover {
	border:1px solid #ffc300;
}
.product-list .images-container {
    padding: 0;
    width: 30%;
    float: left;
}
.product-list .caption {
	padding-left: 30px;
    width: 70%;
    float: left;
    text-align: left;
}
.product-list .ratings {
	padding:0 0 8px;
}
.product-list .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.product-list .item-inner .actions .add-to-links {
	text-align:left;
}
.product-list .item-inner .add-to-links div {
	margin-left:8px;
}
.product-list .item-inner .add-to-links div:first-child {
	margin:0;
}
.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 {
	margin:5px 0 0;
}
.product-list .product-name a {
	font-size:18px;
	color:#333333;
	font-weight:400;
}
.product-list .product-name a:hover {
	color:#ffc300;
}
.product-list .price {
	margin:25px 0 0;
	font-size:22px;
}
.custom-products{
	margin: 0 -15px;
}
.layer-category ul li {
	list-style:none;
	display:inline-block;
}
.layer-category ul li:last-child {
	margin:0;
}
.layer-category .list-cate li {
	margin-right:15px;
}
.layer-category ul li a {
	text-transform: capitalize;
    color: #666666;
    font-size: 13px;
}
.layer-category ul li a:hover {
	color:#ffc300;
}
.custom-products .price {
	min-height:32px;
}
.custom-products .price-box p {
    display: inline-block;
}
.custom-products .price-box .special-price span {
    font-weight: 500;
}
.custom-products .price-box .old-price span {
    color: #b1b1b1;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 5px;
    font-weight: 300;
}
.custom-products .price-box .price-tax {
    width: 100%;
    display: none;
}
@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;
	padding:20px;
	min-height:52px;
	border:1px solid #e9e9e9;
	border-radius:10px;
}
.toolbar-bottom {
	margin:20px 0 0;
}
.toolbar3 .btn-group{
	background:none;
	padding-top:18px;
}
.toolbar3{
	padding: 0 40px 0 0;
	text-align:left;
}
.toolbar2{
	padding: 0;
}
.toolbar .toolbar2,
.toolbar .toolbar1 {
	padding-left: 0;
	float:right;
}
.toolbar .toolbar1 {
	margin-left:25px;
}
.toolbar .toolbar2 label,
.toolbar .toolbar1 label {
	float:left;
	line-height:28px;
	margin:0 8px 0 0;
}
.toolbar .toolbar2 #input-limit,
.toolbar .toolbar1 #input-sort {
	float:left;
	height:28px;
	border:1px solid #ebebeb;
	border-radius:3px;
	width:auto;
	padding:0 10px;
}
#input-sort,
#input-limit {
	background:none;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #363f4d;
	font-weight:400;
	text-align: center;
	height:52px;
	border:0;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #292929 !important;
}
#list-view{
	margin-right: 15px;
}
.toolbar div {
	float:left;
	font-size:14px;
	color:#666666;
	line-height: 28px;
}
.toolbar .toolbar-amount { float:left; }
.toolbar-bottom .toolbar-amount { float:right; }
.btn-custom-view,
#grid-view,
#list-view {
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 0;
	background: none;
	line-height: 16px;
	box-shadow: none !important;
	display:inline-block;
	font-size:0;
	margin-left:15px;
}
.btn-custom-view:first-child,
#grid-view {
	margin:0;
}
.btn-grid,
#grid-view {
	height:16px;
}
.btn-grid-3,#grid-view {
	background:url("../image/grid3.png") no-repeat 0 0 !important;
	width:16px;
}
.btn-grid-3.active,.btn-grid-3:hover,#grid-view.selected,#grid-view:hover {
	background:url("../image/grid3.png") no-repeat 0 100% !important;
}
.btn-grid-4 {
	background:url("../image/grid4.png") no-repeat 0 0 !important;
	width:22px;
}
.btn-grid-4.active,.btn-grid-4:hover {
	background:url("../image/grid4.png") no-repeat 0 100% !important;
}
.btn-grid-5 {
	background:url("../image/grid5.png") no-repeat 0 0 !important;
	width:28px;
}
.btn-grid-5.active,.btn-grid-5:hover {
	background:url("../image/grid5.png") no-repeat 0 100% !important;
}
.btn-list,#list-view {
	background:url("../image/list.png") no-repeat 0 0 !important;
	width:20px;
	height:14px;
}
.btn-list:hover,.btn-list.active,#list-view:hover,#list-view.selected {
	background:url("../image/list.png") no-repeat 0 100% !important;
}
.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: #ffc300 !important;
    color: #fff !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 5px !important;
	background: #f1f2f4 !important;
	color: #929292 !important;
	font-size: 13px;
	font-weight:400 !important;
	padding: 0;
	height:28px;
	width:28px;
	line-height:28px;
	margin: 0 5px;
	text-align: center;
}
.pagination{
	line-height: 1;
}
.pagination > li{
	display: inline-block;
	vertical-align: middle;
}
/* 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;
}
.thumbnails {
	margin-bottom:10px;
}
.block-1{
	margin-bottom: 30px;
}
.block-1 .thumbnails-additional .thumbnail {
	margin: 0;
	border:1px solid #eeeeee;
}
.block-1 .thumbnails-additional .thumbnail:hover {
	border-color:#ffc300;
}
.block-1 .thumbnails-additional .current-additional{
	opacity: 1;
}
.block-1 .thumbnail {
	padding: 0;
	border-radius: 0;
	margin:0;
	border:0;
}
.block-1 .thumbnail:hover {
	border-color:#b2b2b2;
}
.block-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #333333;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 400;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box{
	width: 64px;
	display: inline-block;
	margin-right:15px;
	height: 11px;
	background-image: url("../image/rating0.png");
}
.block-2 .ratings span {
	margin:0 10px;
}
.block-2 .price{
	margin: 0 0 25px 0;
	font-size:32px !important;
}
.block-2 .price-old {
	font-size:18px;
	margin:0 0 0 6px;
}
.block-2 .ratings {
	margin: 0 0 12px;
	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:25px;
	font-style: initial;
	font-size:14px;
	margin:0 0 5px;
}
.block-2 .list-unstyled  .price-product{
	font-size: 30px;
	color: #ec0a0a;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom:20px;
}
.block-2 .ex-text{
	color: #58bd1a;
	margin-left: 5px;
}
.block-2 .short-des {
	margin: 30px 0 40px;
	color: #777777;
	line-height: 24px;
	font-size:14px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding:32px 0;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 13px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 13px;
    font-size: 0;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #a6a6a6;
	float: left;
}
#plus, #plus2 {
	background:url("../image/icon-plus.jpg") no-repeat 0 0;
}
#minus, #minus2 {
	background:url("../image/icon-minus.jpg") no-repeat 0 0;
}
#minus2, #plus2,
#minus, #plus {
	border: 0;
	border-left: none;
}
#plus, #plus2 {
	border-bottom:none;
	margin-top: 10px;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
	color: #888;
}
#input-quantity2,
#input-quantity {
    width: 45px;
	height: 46px;
	border: 0;
	background:#fff;
	font-size: 14px;
	color: #666666;
	font-weight:400;
}
label[for='input-quantity']{
	float: left;
    line-height: 46px;
    padding:0 ;
    margin: 0 30px 0 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
#button-cart2 i,
#button-cart i{
	font-size: 24px;
	margin-right: 7px;
}
#button-cart2,
#button-cart {
	float: left;
	background: #ffc300;
	height: 40px;
	line-height:39px;
	border-radius: 10px;
	padding: 0 30px;
	color: #ffffff;
	font-size: 14px;
	text-transform: inherit;
	font-weight: 400;
	box-shadow:none !important;
	-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:#333333;
	color:#fff;
}
.block-2 .wishlist-compare {
	display:inline-block;
	width:100%;
	margin:20px 0 0;
}
.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: 16px;
	line-height: 38px;
	vertical-align: top;
	margin-right:7px;
	color:#444444;
}
.block-2 .btn-compare, 
.block-2 .btn-wishlist {
    width: auto;
	height:auto;
	border-radius:0;
    border: none;
	padding: 0;
	background: none;
	color: #666666;
	font-size:14px;
	box-shadow:none;
}
.block-2 .btn-compare:before, 
.block-2 .btn-wishlist:before {
	font-family: 'et-line';
    display: inline-block;
    font-size: 14px;
	color:#666666;
	margin-right:6px;
}
.block-2 .btn-wishlist:before {
	content: "\e04a";
}
.block-2 .btn-compare:before {
	content: "\e05a";
}
.block-2 .btn-compare:hover:before, 
.block-2 .btn-wishlist:hover:before {
	color:#ffc300;
}
.block-2 .btn-wishlist {
	margin-right:25px;
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
	background:none;
	color:#ffc300;
}
#product2,
#product{
	clear: both;
	display:inline-block;
	width:100%;
}
#product2 .has-option,
#product .has-option {
	max-height: 300px;
	overflow: auto;
	padding: 20px 20px 10px;
	margin: 10px 0 50px;
	box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}
#product2 .has-option h3,
#product .has-option h3 {
	font-weight:700;
	font-size:16px;
}
#product + div {
	margin: 10px 0 0;
	text-align:left;
}
.block-2 .qty-product {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.quantity-box {
	display:inline-block;
	width:100%;
	margin: 0 0 25px;
}
.quantity-box .quantity-content {
	width:76px;
	border:1px solid #ececec;
	display:inline-block;
	border-radius:3px;
	padding:0 3px;
}
.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 {
	padding:30px 0;
	margin-bottom: 50px;
	border:0;
	font-size:14px;
	color:#666666;
	line-height:28px;
}
.block-3 .nav-tabs {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	background:#f3f3f3;
	margin: 0;
	padding:25px 0 22px;
	border:0;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #ffc300;
	background: none;
	border:0;
}
.block-3 .nav-tabs li a {
	color: #999999;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 50px 0 0;
}
.block-3 .nav-tabs li {
	float: none;
	display:inline-block;
	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: 14px;
	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;
}
/* list-style */
.list-style .item-inner {
	display:inline-block;
	width:100%;
}
.list-style .item-inner .image {
	width:100px;
	float:left;
}
.list-style .item-inner .caption {
	margin-left:110px;
	text-align:left;
	position:relative;
	padding-top: 15px;
}
.list-style .item-inner {
	padding:0;
	border:0;
}
.list-style:last-child .item-inner {
	border:0;
} 
.list-style .item-inner .actions {
	position:absolute;
	left:0;
	width:100%;
	bottom:-5px;
	padding:10px 0;
	background:#fff;
	opacity:0;
	text-align:left;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.list-style .item-inner:hover .actions {
	opacity:1;
}
/* modules */
.module-title{
	text-align: left;
	margin: 0 0 30px;
	border-bottom:1px solid #ededed;
}
.module-title h2 {
	font-size: 20px;
	color:#333333;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	padding:0 0 20px 45px;
	position:relative;
	display:inline-block;
}
.module-title h2:before {
	width:36px;
	height:36px;
	line-height:36px;
	background:#ffc300;
	border-radius:10px;
	font-size:18px;
	color:#333333;
	content:'\e053';
	font-family: 'et-line';
	display:inline-block;
	text-align:center;
	position:absolute;
	left:0;
	top:-8px;
}
.module-title h2:after {
	content: '';
    height: 1px;
    width: 70px;
    background: #ffc300;
    position: absolute;
    left: 0;
    bottom: -1px;
	z-index:1;
}
.module-title .module-description{
	margin:20px 0 0;
	font-size:14px;
	color:#888888;
}
.tt_product_module {
	margin-top: 60px;
}
.related-products {
	clear: both;
}
.related-products .module-title {
	text-align:left;
	border-bottom:1px solid #ededed;
}
.related-products .module-title h2:before {
	margin:0;
}
.related-products .module-title h2:after {
	display:none;
}
.related-products .owl-carousel .owl-stage-outer {
	padding-bottom:20px;
}
.related-products .product-grid {
	margin:0;
}
.related-products .price-old {
	margin-left:5px;
}
.related-products .owl-carousel .owl-nav > .owl-next,.related-products .owl-carousel .owl-nav > .owl-prev {
	margin:-76px 0 0 0;
}
/* home-moduls */
.home-moduls {
	margin-top:60px;
}
.home-moduls .products {
	margin:0;
}
.home-moduls1 {
	padding:60px 0 0;
}
/* onsale */
.products .product-grid { 
	margin:0;
}
/* feature-products */
.products1 {
	margin:0;
}
.products1 .module-title {
	text-align:left;
	border-bottom:1px solid #ededed;
}
.products1 .module-title h2:before {
	margin:0;
	right:initial;
}
.products1 .module-title h2:after {
	margin:0;
	right:initial;
	display:none;
}
.products1 .product-layout {
	margin-bottom:20px;
}
.products1 .product-layout:last-child {
	margin:0;
}
.products1 .item-inner .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.products1 .owl-carousel .owl-nav > .owl-next,.products1 .owl-carousel .owl-nav > .owl-prev {
	top:0;
	opacity:1;
	width:30px;
	height:30px;
	line-height:27px;
	margin-top: -78px;
}
.products1 .owl-nav > div.owl-next {
	right:0;
}
.products1 .owl-nav > .owl-prev {
	left:inherit;
	right:38px;
}
/* newproducts */
.products2 {
	margin:0;
}
.products2 .module-title {
	text-align:left;
	border-bottom:1px solid #ededed;
}
.products2 .module-title h2:before {
	margin:0;
	right:inherit;
}
.products2 .module-title h2:after {
	display:none;
}
.products2 .owl-carousel .owl-nav > .owl-next,.products2 .owl-carousel .owl-nav > .owl-prev {
	top:0;
	opacity:1;
	width:30px;
	height:30px;
	line-height:27px;
	margin-top: -78px;
}
.products2 .owl-nav > div.owl-next {
	right:0;
}
.products2 .owl-nav > .owl-prev {
	left:inherit;
	right:38px;
}
/* feature-category */
.featured-categories-container { margin:65px 0 0; }
.featured-categories-container .module-title h2:before {
	content: "\e024";
}
.featured-categories-container .owl-item {
	padding:0 15px;
}
.fcategory-content {
	position:relative;
	overflow:hidden;
	border:1px solid #ededed;
	border-radius:10px;
	padding:10px;
	margin-bottom:30px;
}
.fcategory-content:last-child {
	margin:0;
}
.fcategory-content .image-fcategory {
	width:170px;
	float:left;
}
.fcategory-content .content-thumb {
	margin-left:180px;
	text-align:left;
	padding-top: 20px;
}
.fcategory-content .content-thumb ul {
	padding:0 0 6px;
	margin:0;
}
.fcategory-content .content-thumb h2 {
	margin:0 0 15px;
}
.fcategory-content .content-thumb h2 a {
	font-size:16px;
	color:#333333;
	font-weight:400;
	text-transform:uppercase;
	display:block;
}
.fcategory-content .content-thumb h2 a:hover {
	color:#ffc300;
}
.fcategory-content .content-thumb ul li {
	list-style:none;
	padding-bottom:6px;
}
.fcategory-content .content-thumb ul li:last-child {
	padding:0;
}
.fcategory-content .content-thumb a {
	font-size:14px;
	color:#666666;
	font-weight:300;
	text-transform:capitalize;
}
.fcategory-content .content-thumb a:hover {
	color:#ffc300;
	padding-left:5px;
}
.featured-categories-container .owl-carousel .owl-nav > .owl-next,.featured-categories-container .owl-carousel .owl-nav > .owl-prev {
	margin:-77px 0 0 0;
}
.featured-categories-container .owl-nav > div.owl-next {
	right:15px;
} 
.featured-categories-container .owl-nav > .owl-prev {
	right:53px;
}
/* instagram */
#instagram_block_home .content_block {
	display:inline-block !important;
}
#instagram_block_home .content_block .row_items {
	margin:0 -5px;
}
#instagram_block_home .content_block .fancybox {
	padding:0 5px;
	margin-bottom:10px;
}
#instagram_block_home .content_block .fancybox img {
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#instagram_block_home .content_block .fancybox img:hover {
	opacity:0.7;
}
/* fix-nav */
.fix-nav {
	left: 0;
	position: fixed !important;
	background:#254672;
	top: 0;
	width: 100%;
	z-index: 9991;
	opacity: 0.8;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
	margin:0;
	-webkit-animation: fadeInDown 300ms linear;
	-moz-animation: fadeInDown 300ms linear;
	-ms-animation: fadeInDown 300ms linear;
	animation: fadeInDown 300ms linear;
	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-nav:hover { opacity:1; }
/* responsive */
@media (max-width: 1199px){
	.fix-nav {
		position:initial !important;
		background:none;
		opacity:1;
		-webkit-animation: fadeInDown 0s linear;
		-moz-animation: fadeInDown 0s linear;
		-ms-animation: fadeInDown 0s linear;
		animation: fadeInDown 0s linear;
	}
	.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev { display:none !important; }
	#cart-total .cart-text { display:none; }
	.search-container { width:100%; }
	#search-by-category .search-container .categories-container { width:40%; }
	#search-by-category .search-box { width:60%; }
	.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;
	}
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#product-product, .layer-category{
		margin-top: 0;
	}
	.banner-static .col2 { margin:26px 0; }
	.banner-static1 .col { padding:20px; }
	.banner-static1 .col .banner-icon { width:40px; }
	.banner-static1 .banner-content { margin-left:55px; }
	.banner-static1 .col .banner-icon:before { font-size:35px; }
	.banner-static1 .banner-content { padding-top:0; }
	.banner-static1 .banner-content h2 { font-size:13px; }
	.banner-static1 .banner-content p { font-size:12px; }
	.fcategory-content { padding:15px; }
	.fcategory-content .image-fcategory { width:100%; text-align:center; }
	.fcategory-content .content-thumb { display:inline-block; width:100%; margin:20px 0 0; }
	.tt_tabsproduct_module .image {
		text-align:center;
	}
	.tt_tabsproduct_module .image a { display:inline-block; }
	.product-des { margin:13px 0 0; }
	.articles-name { font-size:15px; margin:0 0 5px; }
	.articles-intro { font-size:12px; margin:10px 0 0; }
	.custom-category .item-inner .add-to-links .cart button { text-align:center; width:36px; line-height:36px; padding:0; font-size:0; }
	.custom-category .item-inner .add-to-links .cart button:before {
		font-family: 'Ionicons';
		display: inline-block;
		font-size: 18px;
		content: "\f3f7";
		margin:0;
	}
	.btn-grid-4 { display:none; }
	.custom-category .item-inner .add-to-links div.wishlist,.custom-category .item-inner .add-to-links div.compare { opacity:1; }
	.toolbar3 { padding:0 20px 0 0; }
	.toolbar div,.toolbar .toolbar2 label, .toolbar .toolbar1 label,.toolbar .toolbar2 #input-limit, .toolbar .toolbar1 #input-sort { font-size:12px; }
	.product-list .caption { padding-top:0; }
	.product-list .product-des { margin:10px 0 0; font-size:14px; }
	.product-list .item-inner .actions { margin:20px 0 0; }
	#product-product .btn-actions { width:100%; display:inline-block; }
	.newletter-subscribe-container .newletter-subscribe { padding:30px; }
}
@media (max-width: 991px){
	.container-fix { padding:30px 0 0; }
	.top-header {margin:20px 0 0; text-align:center; }
	.top-search { text-align:center; margin:0 0 20px; }
	.currency { border:0; }
	#top-links .dropdown-menu li a { line-height:20px; }
	.phone-welcome { border-bottom:1px solid #ebebeb; }
	.header-top .col-md-6 { text-align:center; }
	#form-currency,#form-language,#top-links,.currency,.language { float:none; display:inline-block; }
	#form-currency .dropdown-menu { left:0; right:inherit; }
	#top-links { margin:0; }
	#top-links:after,.language:after { display:none; }
	#cart .dropdown-menu { right:-150px; }
	.currency .btn-link,.language .btn-link { float:none; }
	.currency { padding:0 15px 0 0; }
	.language .btn-link { padding:0 0 0 25px; }
	#top-links a { padding:0 10px; }
	.currency label,.language label { display:none; }
	.logo-container { text-align:center; }
	.header-right { width:100px; margin:25px auto 0; display:table; }
	.search-containers { width:100%; text-align:center; margin:0 0 20px; }
	#search-by-category { width:500px; float:none; display:inline-block; margin:0; }
	#search-by-category .search-container .categories-container { width:30%; }
	#search-by-category .search-box { width:70%; }
	.bottom-header { text-align:center; }
	.header-cart { display:inline-block; }
	.call-us { float:none; margin:20px auto 0; display:table; }
	.banner-static { margin:20px 0 0; }
	.banner-static img { width:100%; }
	.banner-static1 .col { padding:20px 10px; }
	.banner-static1 .col .banner-icon { width:100%; text-align:center; }
	.banner-static1 .banner-content { width:100%; margin:20px 0 0; display:inline-block; text-align:center; }
	.banner-left { margin:30px 0; }
	.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li a {
		font-size:12px;
		padding:0 10px;
	}
	.tt_tabsproduct_module.tabscategories2 { margin:30px 0 0; }
	.tabscategories .module-title { padding-bottom:20px; }
	.tabscategories .module-title h2 { width:100%; margin-bottom:15px; }
	.tt_tabsproduct_module.tabscategories .tab-heading { float:left; text-align:left; width:100%; }
	.tt_tabsproduct_module .module-title h2:after { display:none; }
	.testimonial-container { margin:40px 0 0; }
	.fcategory-content .image-fcategory img { width:100%; }
	#frm_subscribe-normal { width:100%; }
	#blog_home .articles-inner { padding:0; border:0; }
	#blog_home .articles-image { width:100%; }
	#blog_home .aritcles-content { margin:20px 0 0; display:inline-block; width:100%; }
	#dialog-normal .newletter-title,#dialog-normal .newletter-title h6 { width:100%; }
	#dialog-normal .newletter-title h3 { width:100%; margin:0; }
	#dialog-normal .newleter-content { width:100%; display:inline-block; margin:20px 0 0; }
	.brand-container,.common-home .brand-container { margin:30px 0 0; }
	.main-menu {
		width: 100% !important;
		padding: 0;
	}
	.copyright-text {
		text-align: center;
	}
	.footer-paypal { text-align:center; margin:20px 0 0; }
	.footer-static .container-inner { padding:40px 0; }
	.footer-static .col4 { padding:0; }
	.footer-static .col3 { border:0; }
	.footer-static .col.col1 .footer-title { display:block; }
	.footer-static .col .footer-title:after {
		content: "\f107";
		display: block;
		font-weight: 700;
		font-family: FontAwesome;
		font-size: 20px;
		position: absolute;
		right: 10px;
		top: 0;
		color: #333;
	}
	.footer-static .footer-title { cursor:pointer; }
	.footer-static .footer-content {
		display:none;
		margin-bottom:40px;
	}
}
@media (max-width: 768px){
	.wrapper{
		padding: 0;
	}
	.owl-nav > div.owl-prev{
		left: 0;
	}
	.owl-nav > div.owl-next{
		right: 0;
	}
	.action-links button{
		width: 60px;
	}
}
@media (max-width: 767px){
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	#search-by-category .search-ajax { width:300px; }
	.search-ajax .detail { text-align:left; }
	.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;
	}
	.banner-static .col { display:inline-block; width:100%; }
	.banner-static .col2 { margin: 20px 0; }
	.banner-static1 img { width:100%; }
	.banner-static1 .col2 { margin:30px 0; }
	.item-inner .image { text-align:center; }
	.item-inner .image a { display:inline-block; }
	.products .module-title { padding:0; width:100%; margin-bottom:30px; }
	.products .tt-product { width:100%; }
	.product-list .caption { padding:0 15px; margin-top:30px; }
	.countdown-row .countdown-section { min-width: 50px; margin-right:5px; }
	.tt_tabsproduct_module .module-image { margin-bottom:20px; }
}
@media (max-width: 640px){	
	.container-fix > .container{
		clear: both;
	}
	.countdown-row .countdown-section { min-width: 40px; }
}
@media (max-width: 680px){
	.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li { margin-bottom:5px; }
	.blog-blog .blog-blog-image,.blog-blog .blog-blog-image img,.blog-article .blog-article-image,.blog-article .blog-article-image img { width:100%; }
	.blog-blog .blog-blog-content,.blog-article .blog-article-content { display:inline-block; width:100%; margin:20px 0 0; }
	.toolbar div { width:100%; padding:0; margin-bottom:5px; }
}
@media (max-width: 560px){	
	.phone { width:100%; border-bottom:1px solid #ebebeb; border-right:0; }
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .product-inner{
		margin-top: 20px;
	}
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
	}
	.product-list .item-inner { margin-left:0; }
	.search-container,#search-by-category { width:100%; }
	#search-by-category .search-container .categories-container .hover-cate p { font-size:12px; }
	#search-by-category .search-container #text-search { font-size:12px; }
	.countdown-row .countdown-section { margin-bottom:5px; }
	.toolbar .toolbar3,.toolbar .toolbar2,.toolbar .toolbar1 { width: 100% !important; margin:6px 0; } 
	#input-sort, #input-limit { display:inline-block; width:auto; }
}
@media (max-width: 480px){
	#search-by-category .search-container .categories-container { width:40%; }
	#search-by-category .search-box { width:60%; }
	.header-top .container,.container-fix .container { padding:0 30px; }
	.language,#top-links li.dropdown { border-left:0; }
	.banner-static .banner-text { padding:0 10px; }
	.banner-static .banner-description { margin:0; border:0; padding:0; }
	.toolbar { padding:20px; }
	.toolbar .toolbar3 { width:100% !important; }
	.toolbar .toolbar2,.toolbar .toolbar1 { float:left !important; border:0; }
	.toolbar3 { text-align:left; padding:0 0 0 20px; }
	.toolbar .toolbar1 { clear:both; }
	.product-list .item-inner { margin-left:0; }
	.module-title h2 { font-size:20px; }
	.footer-paypal ul li { margin-bottom:10px; }
	#subscribe .btn { padding:0 20px; font-size:14px; }
	#subscribe_email { font-size:12px; padding:0 100px 0 10px; }
	.custom-products .col-xs-6.product-item { width:100%; }
}
@media (max-width: 380px){
	#top-links { width:100%; margin:10px 0 0; }
	#search-by-category .search-container .categories-container { width:100%; border-bottom:2px solid #e7e7e7; border-radius:0; }
	#search-by-category .search-container #text-search { margin:6px 0 0; }
	#search-by-category .search-box { width:100%; height:48px; }
	#search-by-category .search-container .categories-container:after { display:none; }
	#search-by-category .search-container .categories-container .hover-cate .cate-items { width:100%; }
	.currency { margin:0; }
	#search-by-category .search-container #sp-btn-search { top:7px; }
	#search-by-category .search-ajax { width:230px; margin:0 0 0 -105px; }
	#top-links .dropdown-menu { text-align:center; }
	#search { width:100%; }
	#cart .dropdown-menu { min-width:280px; right:-115px; }
	#cart p.cart-button a { width:100%; margin-bottom:10px; }
	.footer-link ul li a { font-size:11px; }
	.footer-link .social-footer li { margin-right:5px; margin-bottom:5px; }
	#subscribe .btn { font-size:11px; padding:0 15px; }
	#subscribe_email { padding:0 100px 0 10px; }
	.is-countdown { padding:10px 5px 10px; }
	.newletter-subscribe-container .newletter-subscribe { padding:30px 10px; }
	.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li a { display:inline-block; }
	.list-style .item-inner { border:0; }
	.banner-bottom h2 { font-size:12px; }
	.toolbar .toolbar3 { padding:0; }
	.breadcrumb { line-height:1; padding:60px 20px; min-height:inherit; }
	.block-3 .nav-tabs li { width:100%; }
}