body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #363f4d;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background:#fff;
	letter-spacing:-0.025em;
}
body.common-home {
	background:#f7f7f7;
}
*: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: 'Work Sans', sans-serif;
	font-weight:500;
}
h2 {
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
}
h3 {
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
}
h4 {
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
}
h5 {
	font-size: 12px;
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
}
h6 {
	font-size: 10.2px;
	font-family: 'Work Sans', 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: #fd6602;
}
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: 'Rubik', 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: #fd6602 !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: 40px;
	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;
}
/* header-top */
.header-top {
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
}
/* welcome */
.welcome {
	padding:12px 0 0;
	float:left;
	text-align:left;
}
.welcome p {
	margin:0;
	color:#ffffff;
	font-size:14px;
	display:inline-block;
	display:none;
}
.top-order p:last-child {
	margin:0;
	padding:0 0 0 23px;
}
.top-order p:last-child:after {
	display:none;
}
.top-order p:after {
	height: 16px;
    width: 1px;
    background: #fff;
    opacity: 0.2;
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
}
.top-order p:before {
	font-family: 'Ionicons';
    display: inline-block;
    font-size: 18px;
    content: "\f35a";
    color: #ffffff;
    margin-right: 8px;
    line-height: 1;
	position:absolute;
	left:0;
	top:0;
}
.top-order p.order2:before {
	content:'\f127';
}
/* call-us */
.call-us {
	float:right;
	margin-top:8px;
}
.call-us .call-icon {
	width:45px;
	float:left;
}
.call-us .call-icon:before {
	font-family: 'Pe-icon-7-stroke';
    display: inline-block;
    font-size: 40px;
    content: "\e6b5";
    color: #fd6602;
	line-height:1;
}
.call-us .call-content {
	margin-left:45px;
	text-align:left;
}
.call-us p {
	font-size:14px;
	color:#444444;
	margin:0;
	font-weight:300;
}
.call-us h2 {
	font-weight:500;
	color:#444444;
	font-size:15px;
	margin:3px 0 0;
}
/* currency */
header {
	background:#fd6602;
}
#form-currency {
	float:right;
}
.currency {
	position:relative;
	padding-left:20px;
	float:left;
}
.currency label {
	margin: 0;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
	float:left;
	display:inline-block;
}
.currency .btn-link {
	border: 0;
    padding: 0 0 0 10px;
	line-height:44px;
    color: #fff;
    font-size: 14px;
    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;
	font-size:14px;
}
.currency .btn-link:hover {
	color:#363f4d;
}
.currency .btn-link strong {
	font-weight:400;
}
#form-currency .dropdown-menu {
	border: 1px solid #e1e1e1;
    left: initial;
    right: 0;
    padding: 10px 18px 15px;
    box-shadow: none; 
    border-radius: 3px;
    margin: 0;
    min-width: 120px;
    background: #fff;
}
#form-currency .dropdown-menu li button {
	color: #444444;
	font-size:14px;
    text-decoration: none;
    padding: 6px 0;
	line-height:20px;
    margin-bottom: 3px;
    text-align: left;
	text-transform:capitalize;
	border-bottom: 1px solid #ebebeb;
}
#form-currency .dropdown-menu li button:hover {
	color:#fd6602;
}
#form-currency .dropdown-menu li:last-child button {
	padding:6px 0 0;
	border:0;
	margin:0;
}
/* language */
#form-language {
	float:right;
	margin-left:20px;
}
.language {
    position: relative;
	float:left;
}
.language:after {
    height: 16px;
    width: 1px;
    background: #fff;
	opacity:0.2;
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
}
.language label {
    margin: 0;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
	float:left;
	display:inline-block;
}
.language .btn-link {
	float:left;
    border: 0;
    padding: 0 20px 0 0;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
	position:relative;
	margin-left:10px;
    -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:#363f4d;
}
.language .btn-link i {
	font-size:14px;
}
.language .btn-language img {
	margin-right:6px;
	position:absolute;
	top:17px;
	left:0;
}
#form-language .dropdown-menu {
	border: 1px solid #e1e1e1;
    left: initial;
    right: 10px;
    padding: 10px 18px 15px;
	box-shadow: none; 
    border-radius: 3px;
    margin: 0;
    min-width: 110px;
    background: #fff;
}
#form-language .dropdown-menu li button {
	color: #444444;
	font-size:14px;
    text-decoration: none;
    padding: 6px 0;
	line-height:20px;
    margin:0 0 3px;
    text-align:left;
	border-bottom: 1px solid #ebebeb;
	position:relative;
}
#form-language .dropdown-menu li button:hover {
	color:#fd6602;
}
#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;
	position:absolute;
	top:10px;
	left:0;
}
/* top-link */
#top-links {
	float:right;
	position:relative;
	margin-left:20px;
}
#top-links:before {
    height: 16px;
    width: 1px;
    background: #fff;
	opacity:0.2;
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
}
#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 label {
	color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
	padding:0 16px 0 0;
	line-height:44px;
	display: initial;
    text-decoration: none;
	cursor:pointer;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#top-links label:hover {
	color:#363f4d;
}
#top-links label i {
	margin-left:6px;
	font-size:14px;
}
#top-links label i.ion-gear-a {
	margin-left:0;
	margin-right:7px;
}
#top-links .dropdown-menu {
    border: 1px solid #e1e1e1;
    left: 0;
	margin:0;
    padding: 10px 18px 15px;
	box-shadow:none;
    border-radius: 3px;
    min-width: 120px;
    background: #fff;
}
#top-links .dropdown-menu li a {
	background:none;
	color: #444444;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 0;
    line-height: 20px;
    margin-bottom: 3px;
    text-align: left;
	border-bottom:1px solid #ebebeb;
}
#top-links .dropdown-menu li a:hover {
	color:#fd6602;
}
#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;
}
/* block-right */
.block-right { float:right; text-align:right; }
/* 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: #fd6602;
	text-decoration: none;
}
.logo-container {
	margin:5px 0 0;
}
#logo a{
	display: inline-block;
}
/* account */
.header-account {
	float:right;
	margin-right:30px;
	position: relative;
	text-align:center;
}
.header-account a {
	font-size:0;
}
.header-account a:before {
    font-family: 'plaza-icon';
    display: inline-block;
    font-size: 24px;
    content: "\e9f6";
    color: #fff;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.header-account a:hover:before {
    color: #363f4d;
}
/* wishlist */
.header-right { float:right; margin-top:20px; }
.header-wishlist {
	float:right;
	margin-right:30px;
	position: relative;
	text-align:center;
}
.header-wishlist a:before {
    font-family: 'plaza-icon';
    display: inline-block;
    font-size: 24px;
    content: "\e977";
    color: #fff;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.header-wishlist a:hover:before {
    color: #363f4d;
}
.header-wishlist span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #d42a2a;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    text-align: center;
    border-radius: 100%;
	display:none;
}
/* container-fix */
.container-fix {
	padding:25px 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
}
/*Search-category*/
#search-by-category {
    float:right;
	position:relative;
	margin-right:30px;
}
.search-container {
	width:580px;
	border:0;
	background:#fff;
	display:inline-block;
	margin:6px 0 0;
	border-radius:30px;
}
#search-by-category .search-container .categories-container{
    float:left;
	width:30%;
    position:relative
}
#search-by-category .search-box {
	width:70%;
	position: relative;
    height: 45px;
    float: left;
}
#search-by-category .search-container #text-search {
    width: 100%;
    border:0;
    border-left:0;
    box-shadow:none;
    height:45px;
	line-height:45px;
    color: #a5a5a5;
    font-size: 14px;
	font-weight:400;
	padding:0 120px 0 20px;
	border-radius:0 30px 30px 0;
}
#search-by-category .search-container #sp-btn-search{
    position: absolute;
    right: -2px;
    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: 14px;
	color: #242424;
	font-weight:400;
    padding:0 23px 0 15px;
    cursor: pointer;
    height: 45px;
	line-height:45px;
    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:5px;
    border: 0 !important;
    padding: 20px;
    width:120%;
	text-align:left;
    cursor: pointer;
	border-radius:5px;
}
.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:#0363cd;
    padding:0 30px;
	height:45px;
	line-height:45px;
	width:auto;
	font-size:14px;
	font-weight:500;
	color:#fff;
	border:0;
    box-shadow:none;
    border-radius: 0 30px 30px 0;
	margin:0;
    text-shadow:none;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#btn-search-category:hover {
	background:#363f4d;
}
#search-by-category .price-box {
	margin:10px 0 0;
}
/* newsletter popup */
.b-close{
	display: block;
}
.b-close:before {
	font-family: "Ionicons";
    content: "\f2c0";
    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;
	font-weight:600;
}
#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 */
.newletter-subscribe-container {
	margin:50px 0 0;
	position:relative;
}
.newletter-subscribe-container .newletter-subscribe {
	padding:40px 0 0;
	display:inline-block;
	width:100%;
	/*border-top:1px solid #ebebeb;*/
	border-radius:3px;
}
#dialog-normal .newletter-title {
	float:left;
	width:40%;
	text-align:left;
	padding:5px 0 5px 80px;
	background:url("../image/icon-newletter.png") no-repeat 0 50%;
}
#dialog-normal .newletter-title h6{
	color: #242424;
	font-weight:500;
	font-size: 24px;
	margin: 0;
	text-transform:capitalize;
}
#dialog-normal .des-testimonial{
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0 0 55px 0;
}
#dialog-normal .newletter-title h3 {
	font-size: 14px;
	color: #888888;
	margin: 15px 0 0;
	text-transform: inherit;
	font-weight:400;
}
#dialog-normal{
	text-align: center;
}
#dialog-normal .newleter-content{    
    vertical-align: middle;
    position: relative;
	text-align:center;
	float:right;
	width:50%;
	margin-top: 5px;
}
#frm_subscribe-normal{
	display:inline-block;
	width: 100%;
	position:relative;
}
#subscribe_email {
	background: #fff;
	border: 1px solid #e1e1e1;
	font-size:14px;
	color: #a5a5a5;
	display: block;
	padding: 0 150px 0 20px;
	height: 50px;
	width: 100%;
	float: left;
	margin: 0;
	border-radius:30px;
}
#subscribe_email::-webkit-input-placeholder{
  color: #a5a5a5;
}
#subscribe_email::-moz-placeholder{
  color: #a5a5a5;
}
#subscribe_email:-ms-input-placeholder{
  color: #a5a5a5;
}
#subscribe_email:-moz-placeholder {
  color: #a5a5a5;
}
#subscribe .btn {
	border: none;
	background:#fd6602 !important;
	padding:0 35px;
	width:auto;
	height: 50px;
	line-height:50px;
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	color:#ffffff !important;
	font-weight:600;
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
	border-radius:0 30px 30px 0;
}
#subscribe .btn:hover{
	background: #0363cd !important;
}
#notification-normal{
	text-align: left;
	clear: both;
}
#notification-normal div{
	color: green;
}
#notification-normal div.warning{
	color: #f00;
	text-align: left;
	font-size:13px;
}
/* blog */
#blog_home {
	margin:0;
	border:1px solid #ebebeb;
	background:#fff;
}
#blog_home .module-title h2:before {
	background:url("../image/icon-blog.png") no-repeat 0 0 #fd6602;
}
.blog-title {
	display:inline-block;
	width:100%;
}
.blog-title h2 {
	width:40%;
	float:left;
}
.blog-title .blog-link {
	float:right;
	width:60%;
	text-align:right;
	margin:0;
}
.blog-title .blog-link a {
	height:53px;
	line-height:53px;
	font-size:14px;
	color:#0363cd;
	padding-right:20px;
}
.blog-title .blog-link a:hover {
	color:#fd6602;
}
#blog_home .articles-container {
	padding:25px 30px 20px;
}
#blog_home .aritcles-content {
	margin:40px 0 0;
}
#blog_home .articles-inner {
	overflow: hidden;
	padding:0;
	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 .row_items .articles-inner .articles-image img { width:100%; }
#blog_home .articles-date span {
	color: #242424;
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-top: 0;
	margin-bottom:3px;
}
#blog_home .articles-date {
	background:#fff;
	padding:9px 14px;
	font-size: 12px;
	color: #242424;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	float:left;
	text-align:center;
	position:absolute;
	bottom:-25px;
	left:15px;
	border:2px solid #ebebeb;
	border-radius:3px;
}
#blog_home .articles-date .author{
	color: #888;
	padding-left: 15px;
}
.articles-name + span{
	color: #fd6602;
	text-transform: capitalize;
	font-size:14px;
}
.articles-name {
	font-size: 16px;
	font-weight: 500;
	color: #242424;
	margin: 0 0 5px;
	display: block;
	text-transform: capitalize;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.articles-name:hover {
	color:#fd6602;
}
.articles-intro {
	color: #242424;
	line-height: 20px;
	font-size:14px;
	margin: 22px 0 0;
}
.readmore {
	margin:20px 0 0;
	display:none;
}
.readmore a {
	color: #999999;
	font-size: 14px;
	display: inline-block;
	text-transform:capitalize;
	text-decoration:underline;
}
.readmore a:hover { color:#fd6602; }
.blog-blog .article-titles { margin-bottom:40px; }
.blog-blog .article-titles h3 {
	font-size:25px;
	margin:0;
}
.blog-blog .article-name a {
	font-size:18px;
}
.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-article .article-text {
	margin-top:30px;
}
.blog-article .article-title { margin-top:20px; }
/* cart */
.header-cart {
	float:right;
}
#cart{
	float: right;
	width: auto;
}
#cart-total {
	font-size:14px;
	font-weight:600;
	color:#fff;
}
#cart-total i {
    font-size: 10px;
    margin-left: 6px;
}
#cart-total .number-cart {
	width:22px;
	height:22px;
	line-height:24px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	background: #fff;
	color: #242424;
	font-size: 12px;
	text-transform: capitalize;
	float: left;
	border-radius: 100%;
	text-align: center;
	position:absolute;
	left:12px;
	top:-11px;
}
#cart-total .price-cart {
	position:relative;
	top:-3px;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button {
	background: none;
	box-shadow: none;
	padding: 0;
	text-align:center;
	float: right;
	border:0;
	position:relative;
}
#cart .dropdown-cart .icon-shopping-bag {
	font-size: 24px;
	color: #fff;
	display:inline-block;
	font-weight:400;
	margin-right:13px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart .dropdown-cart:hover .icon-shopping-bag {
	color:#363f4d;
}
#cart > button > i:hover {
	color:#363f4d;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu {
	background:#fff;
	border: 1px solid #e1e1e1;
	min-width: 355px;
	margin: 0;
	padding: 33px 28px;
	top: 42px;
	border-radius: 3px;
	box-shadow: none; 
	color:#555555;
	font-size:13px;
}
#cart .dropdown-menu:before {
	content: '';
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    right: 18px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart .dropdown-menu .cart-empty {
	margin: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: 0;
	margin: 15px 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: #aaaaaa;
	border: none;
	font-size: 18px;
	font-weight:700;
	line-height: 1;
	box-shadow:none !important;
	position: absolute;
    top: 2px;
    right: 0;
	padding:0;
}
#cart .cart-close button i {
	font-size:15px;
	color:#363f4d;
}
#cart .cart-close button i:hover {
	color:#fd6602;
}
#cart .cart-quantity {
    color: #a4a4a4;
    font-size: 12px;
    margin: 5px 0 8px 0 !important;
    display: inline-block;
    width: 100%;
}
#cart .cart-name:hover{
	color: #fd6602;
}
#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:1px solid #e1e1e1;
	background:#eef0f1;
	color: #242424;
	height: 45px;
	line-height: 43px;
	text-align: center;
	padding: 0 30px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display:inline-block;
	width:100%;
	border-radius: 3px;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #fd6602;
	border-color:#fd6602;
}
#cart .cart-button a.view-cart {
	margin-bottom:15px;
}
#cart .dropdown-menu .info-item {
	padding:0 10px;
}
#cart .dropdown-menu .info-item a {
	font-size:14px;
	color:#242424;
	display:block;
	margin-bottom:3px;
}
#cart .dropdown-menu .info-item a:hover {
	color:#fd6602;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:16px;
	color:#242424;
	display:inline-block;
	font-weight:600;
}
#cart .table { margin:0; }
#cart .dropdown-menu .has-scroll {
	max-height: 300px;
	overflow: auto;
	margin:0 -28px 20px;
	padding:0 28px;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-color: #363f4d;
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child {
	font-size: 14px;
	color: #242424;
	text-transform: capitalize;
	font-weight: 400;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 14px;
	color: #363f4d;
	font-weight:500;
}
#cart .dropdown-menu tr td.cart-image {
	width:100px;
}
#cart .dropdown-menu .cart-close {
	margin-left:20px;
}
.unvisible{
	display: none;
}
#cart .dropdown-menu .has-scroll table tr {
	border-bottom:1px solid #ebebeb;
	padding:0 0 10px;
	margin-bottom:25px;
	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;
	width:100%;
}
#cart .dropdown-menu .cart-totals .text-left {
	float:left;
}
#cart .dropdown-menu .cart-totals .text-right {
	float:right;
	font-size:16px;
	color:#242424;
	font-weight:600;
}
#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;
}
/* header-link */
.header-link {
	width:100%;
	background:#fff;
	padding:13px 0;
}
.header-link .title-link {
	float:left;
}
.header-link .title-link h2 {
	font-size:14px;
	color:#242424;
	margin:0 10px 0 0;
	font-weight:400;
	text-transform:capitalize;
	display:inline-block;
}
.header-link ul {
	float:left;
	margin:0;
	padding:0;
}
.header-link li {
	list-style:none;
	float:left;
}
.header-link li a {
	font-size:14px;
	color:#919191;
	text-transform:capitalize;
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	position:relative;
}
.header-link li a:hover {
	color:#fd6602;
}
.header-link li a:after {
	content:'';
	height:13px;
	width:1px;
	background:#d7d7d7;
	position:absolute;
	right:0;
	top:4px;
}
.header-link li:last-child a {
	padding:0;
	margin:0;
}
.header-link li:last-child a:after {
	display:none;
}
/* home-banner */
.home-banner {
	padding:30px 0 20px;
	background:#f3f3f3;
}
.home-banner1 {
	background:#f3f3f3;
	padding-bottom:30px;
}
/* banner-static */
.banner-static {
	padding:26px 0 37px;
	border-bottom:1px solid #ebebeb;
	text-align:center;
	background:#fff;
}
.banner-static .banner-content {
	margin:10px 0 0;
}
.banner-static .banner-content h2 {
	font-size:16px;
	color:#242424;
	text-transform:capitalize;
	margin:0;
	font-weight:500;
}
.banner-static .banner-content p {
	font-size:14px;
	color:#888888;
	margin:10px 0 0;
}
/* banner-static1 */
.banner-static1 {
	background:#fff;
	padding:26px 38px;
	border-radius:3px;
	border-bottom:1px solid #e5e5e5;
}
.banner-static1 .col {
	position:relative;
}
.banner-static1 .col:after {
	content:'';
	height:47px;
	width:1px;
	background:#ebebeb;
	position:absolute;
	right:-15px;
	top:4px;
}
.banner-static1 .col4:after {
	display:none;
}
.banner-static1 .icon-banner {
	float:left;
	width:55px;
}
.banner-static1 .banner-text {
	margin-left:60px;
	padding-top:10px;
}
.banner-static1 .banner-text h2 {
	font-size:14px;
	color:#363f4d;
	margin:0;
	font-weight:500;
	text-transform:capitalize;
}
.banner-static1 .banner-text p {
	font-size:13px;
	color:#959595;
	margin:5px 0 0;
}
/* banner-center */
.banner-center {
    margin:40px 0 0;
}
.banner-center .col {
	position:relative;
	overflow:hidden;
	border:1px solid #ebebeb;
}
.banner-center .col:before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
}
.banner-center .col:after {
	background: rgba(255, 255, 255, 0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}
.banner-center .col:hover:before {
	left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-center .col:hover:after {
	top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-center img { width:100%; }
/* banner-center1 */
.banner-center1 {
	margin:20px 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;
	position:relative;
	overflow:hidden;
}
.banner-center2: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-center2:hover:before {
	box-shadow: 0 0 0 15px rgba(255,255,255,0.2) inset;
}
/* 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 .icon-banner {
	width:60px;
	float:left;
}
.banner-bottom .col2 .icon-banner {
	margin-top:-3px;
} 
.banner-bottom .icon-banner:before {
	font-size: 48px;
    color: #fd6602;
    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:13px;
	color:#555555;
	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:#fd6602;
	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:50px 0 0; }
.banner-left .col {
	position:relative;
	overflow:hidden;
	display:none;
}
.banner-left .col:before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
}
.banner-left .col:after {
	background: rgba(255, 255, 255, 0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}
.banner-left .col:hover:before {
	left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
.banner-left .col:hover:after {
	top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
}
/* owl carousel */
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev{
	position: absolute;
	top: 50%;
	margin: -70px 0 0 0;
	width: 30px;
	height: 80px;
	line-height:80px;
	background: #eaeaea;
	text-align: center;
	opacity: 0;
	color: #313131;
	font-size:18px;
	padding: 0;
	border-radius:0;
	border:0 !important;
	z-index:1;
}
.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: 35px;
	right:inherit;
}
.owl-style2 .owl-nav > .owl-prev:before {
	display:none;
}
.owl-style2 .owl-nav > div.owl-next {
	right: 35px;
}
.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev{
	opacity: 1;
}
.owl-carousel .owl-nav > .owl-prev{
	left: 0	;
	border-radius:0 3px 3px 0;
}
.owl-carousel .owl-nav > div.owl-next{
	right: 0;
	border-radius:3px 0 0 3px;
}
.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover{
	color: #fff;
	background:#fd6602;
}
.owl-style2 .owl-nav > div i{
	font-size:22px;
}
.owl-nav > div i{
	font-size: 18px;	
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
.home-moduls {
	margin-top:40px;
}
/* tabprocust */
.tt_tabsproduct_module {
	margin-top: 40px;
	background:#fff;
	border:1px solid #ebebeb;
}
.tt_tabsproduct_module .tab-content {
	padding:5px 30px 20px;
}
.tt_tabsproduct_module .product-grid {
	margin:0;
}
.tt_tabsproduct_module.tabproducts .row {
	margin:0;
}
.tt_tabsproduct_module .item-inner:after { right:-15px; }
.tt_tabsproduct_module .module-image {
	position:relative;
	border:1px solid #ebebeb;
	border-bottom:0;
	border-left:0;
	padding-top:25px;
}
.tt_tabsproduct_module .module-image img {
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.tt_tabsproduct_module .module-image img:hover {
	opacity:0.7;
}
.tt_tabsproduct_module .owl-theme .owl-nav { margin:0; }
/* tabscategories */
.tabscategories .module-title h2:before {
	background:url("../image/icon-tab.png") no-repeat 0 0 #fd6602;
}
.tabscategories.tt_tabsproduct_module .tab-content {
	padding:5px 15px 0 0;
}
.tabscategories .owl-carousel .owl-nav > .owl-prev {
	left:-30px;
}
.tabscategories .owl-carousel .owl-nav > div.owl-next {
	right:-15px;
}
/* tabscategories1 */
.tabscategories1 .module-title h2:before {
	background:url("../image/icon1-tab.png") no-repeat 0 0 #fd6602;
}
.tabscategories1.tt_tabsproduct_module .tab-content {
	padding:5px 15px 5px 0;
}
.tabscategories1 .owl-carousel .owl-nav > .owl-prev {
	left:-30px;
}
.tabscategories1 .owl-carousel .owl-nav > div.owl-next {
	right:-15px;
}
/* tabscategories2 */
.tabscategories2 .module-title h2:before {
	background:url("../image/icon2-tab.png") no-repeat 0 0 #fd6602;
}
.tabscategories2.tt_tabsproduct_module .tab-content {
	padding:5px 15px 5px 0;
}
.tabscategories2 .owl-carousel .owl-nav > .owl-prev {
	left:-30px;
}
.tabscategories2 .owl-carousel .owl-nav > div.owl-next {
	right:-15px;
}
/* tabscategories3 */
.tabscategories3 .module-title h2:before {
	background:url("../image/icon3-tab.png") no-repeat 0 0 #fd6602;
}
.tabscategories3 .row {
	margin:0;
}
.tabscategories3 .owl-carousel .owl-nav > div.owl-next {
	right:-31px;
}
.tabscategories3 .owl-carousel .owl-nav > .owl-prev {
	left:-30px;
}
.tabscategories3.tt_tabsproduct_module .tab-content {
	padding:5px 30px 8px;
}
/* tabsproduct-list */
.list-style {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:15px;
	margin-bottom:15px;
}
.list-style:last-child {
	border-bottom:0;
	margin:0;
	padding:0;
}
.list-style .item-inner {
	display:inline-block;
	width:100%;
	padding-right: 20px;
}
.list-style .item-inner:before {
	right:10px;
	height:100%;
}
.list-style .item-inner .image {
	width:185px;
	float:left;
}
.list-style .item-inner .caption {
	margin:20px 0 0 200px;
	text-align:left;
}
.list-style .item-inner .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.list-style .item-inner .cart {
	position:initial;
	opacity:1;
	padding:20px 0 0;
}
.list-style .item-inner .cart button {
	width:80%;
}
/* categorytab */
.tt_tabsproduct_module .tab-heading {
	float:right;
	width:70%;
	text-align:right;
}
.tt_tabsproduct_module .tab-heading.nav-pills > li {
	margin-right:5px;
}
.tt_tabsproduct_module .tab-heading.nav-pills > li a {
	font-size:14px;
	color:#0363cd;
	height:55px;
	line-height:55px;
	padding:0 15px;
	font-weight:400;
}
.tt_tabsproduct_module .tab-heading.nav-pills > li.active a,
.tt_tabsproduct_module .tab-heading.nav-pills > li a:hover {
	color:#fd6602;
	border-color:#fd6602;
}
.tt_tabsproduct_module .tab-heading.nav-pills > li a:before {
	display:none;
}
.tt_tabsproduct_module .owl-carousel .owl-nav > .owl-next,.tt_tabsproduct_module .owl-carousel .owl-nav > .owl-prev {
	margin:-55px 0 0 0;
}
.tabscategories .lastActiveItem .item-inner:before {
	display:none;
}
/* testimonial */
.testimonial-container {
	background:#fff;
	border:1px solid #ebebeb;
}
.testimonial-container .module-title h2:before {
	background:url("../image/icon-testimal.png") no-repeat 0 0 #fd6602;
}
.testimonial-container .block-content {
	padding:30px 30px 13px;
}
.testimonial-container .testimonial-box a {
	font-size:15px;
	color:#555555;
	line-height:23px;
	width:100%;
}
.testimonial-container .testimonial-banner {
	display:inline-block;
	width:100%;
	background:url("../image/bg-testimal.jpg") no-repeat 0 0;
	height:155px;
}
.testimonial-container .box-testimonial { text-align:center; }
.testimonial-container .box-testimonial .testimonial-images {
	width:84px;
	position:absolute;
	top:110px;
	left:0;
	right:0;
	margin:0 auto;
}
.testimonial-container .box-testimonial .testimonial-images img {
	border-radius:100%;
}
.testimonial-container .box-testimonial .testimonial-author {
	margin-top: 23px;
	font-size:16px;
	color:#fd6602;
	font-weight:600;
	text-transform:capitalize;
}
.testimonial-container .box-testimonial a {
	margin:60px 0 0;
	display:inline-block;
	width:90%;
	text-align:center;
	font-size:16px;
	color:#242424;
	position:relative;
}
.testimonial-container .owl-carousel .owl-nav > div {
	right:-30px;
}
.testimonial-container .owl-carousel .owl-nav > .owl-prev {
	left:-30px;
}
.product-octestimonial .row-testimonials {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.product-octestimonial .testimonial-container { border:0; }
.product-octestimonial .testimonial-images { width:80px; float:left; }
.product-octestimonial .box-testimonial { margin-left:95px; text-align:left; }
/* feature-products */
.feature-products .module-title {
	margin-bottom:20px;
}
.feature-products .product-layout {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.feature-products .product-layout:last-child {
	margin:0;
}
.feature-products .item-inner:after {
	display:none;
}
.feature-products .image {
	width:90px;
	float:left;
}
.feature-products .caption {
	margin-left:100px;
	padding:0;
	text-align:left;
}
.feature-products .button-group {
	display:none;
}
.feature-products .item-inner {
	padding: 0;
	margin: 0 ;
	display:inline-block;
	width:100%;
}
.feature-products .item-inner:before {
	display:none;
}
.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;
	font-size:14px;
}
.feature-products .price {
	font-size:16px;
}
.feature-products .price-old {
	font-size:12px;
}
/* banner-ourbrands */
.brand-container {
	margin:40px 0 0;
	position:relative;
	background:#fff;
	padding:60px 0;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	display:none;
}
.brand-container .module-title {
	display:none;
}
.brand-container .item { 
	text-align:center;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.brand-container .item:last-child {
	border-bottom:0;
}
.brand-container .swiper-slide-active .item {
	border-left:0;
}
.brand-container .item img {
	display:inline-block;
}
.brand-container .item img:hover {
	opacity:1;
}
.brand-container .row {
	margin:0;
}
.brand-container .swiper-slide {
	padding:0;
}
/* footer */
#back-top:hover{
	background:#fd6602;
}
#back-top {
	position: fixed;
	bottom: 60px;
	right:50px;
	width:40px;
	height:40px;
	line-height:45px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #353d4b;
	z-index: 999;
	border-radius:3px;
	-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: 18px;
}
.common-home footer {
	margin:0;
}
footer {
	margin:60px 0 0;
	padding:60px 0 0;
	background:#f7f7f7;
}
footer .footer-title {
	margin-bottom:25px;
}
footer .col4 .footer-title {
	margin-bottom:30px;
}
footer .footer-title h2 {
	font-size:16px;
	color:#242424;
	text-transform:uppercase;
	font-weight:600;
	margin:0;
}
footer .col1 .footer-title {
	display:none;
}
footer .footer-content li {
	line-height:30px;
}
footer .footer-content .footer-logo {
	margin-top:-15px;
}
footer .footer-content a {
	font-size:14px;
	color:#242424;
	text-transform:capitalize;
}
footer .footer-content a:hover {
	color:#fd6602;
}
/* footer-static */
.footer-content p {
	font-size:14px;
	font-weight:400;
	color:#242424;
	line-height:25px;
	margin:15px 0 0;
}
.footer-content .footer-address {
	margin:15px 0 0;
}
.footer-content .footer-phone,
.footer-content .footer-email {
	margin:5px 0 0;
}
.footer-content label {
	margin:0 5px 0 0;
}
/* footer-link */
.footer-link {
	margin:50px 0 0;
}
.footer-link label {
	font-weight:500;
	margin:0 10px 0 0;
	color:#363f4d;
	font-size:13px;
}
.footer-link ul {
	padding:0;
	margin:0;
}
.footer-link ul li {
	display:inline-block;
	list-style:none;
	margin:0 0 10px;
}
.footer-link ul li a {
	color:#919292;
	font-size:13px;
	margin-right:3px;
}
.footer-link ul li a:hover {
	color:#fd6602;
}
.footer-link ul li:last-child a {
	padding:0;
	border:0;
	margin:0;
}
/* social-footer */
.social-footer .title-social h2 {
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}
.footer-static .footer-content .social-footer {
	padding:0;
	margin:20px 0 0;
	display:inline-block;
	width:100%;
}
.footer-static .footer-content .social-footer li {
	float:left;
	list-style:none;
	margin-right:10px;
}
.footer-static .footer-content .social-footer li:last-child {
	margin:0;
}
.footer-static .footer-content .social-footer li a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
	width:41px;
	height:41px;
	line-height:41px;
	background:#3c5b9b;
	border-radius:100%;
	text-align:center;
    font-size: 0;
    padding: 0;
}
.footer-static .footer-content .social-footer li a:hover {
	background:#fd6d0e !important;
}
.footer-static .footer-content .social-footer li.twitter a {
	background:#40c1df;
}
.footer-static .footer-content .social-footer li.google a {
	background:#ed3c32;
}
.footer-static .footer-content .social-footer li.behance a {
	background:#c619b8;
}
.footer-static .footer-content .social-footer li.pinterest a {
	background:#eb8314;
}
.footer-static .footer-content .social-footer li.youtube a {
	background:#c72982;
}
.footer-static .footer-content .social-footer li a:before {
	padding: 0 !important;
	margin:0;
    font-size: 18px;
	color:#fff;
    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-static .footer-content .social-footer li.facebook a:before {
	content: '\f09a';
	font-family:'FontAwesome';
}
.footer-static .footer-content .social-footer li.twitter a:before {
	content: '\f2b0';
}
.footer-static .footer-content .social-footer li.rss a:before {
	content: '\f3ea';
	color:#606d83;
}
.footer-static .footer-content .social-footer li.youtube a:before {
	content: '\f16a';
	font-family:'FontAwesome';
}
.footer-static .footer-content .social-footer li.google a:before {
	content: '\f23b';
}
.footer-static .footer-content .social-footer li.pinterest a:before {
	content: '\f0d2';
	font-family:'FontAwesome';
}
.footer-static .footer-content .social-footer li.behance a:before {
	content: '\f1b4';
	font-family:'FontAwesome';
}
/* download apps */
.download-apps { margin:30px 0 0; }
.download-apps .footer-title {
	margin-bottom:20px !important;
}
.download-apps li {
	list-style:none;
	display:inline-block;
	margin-right:10px;
	border-bottom:1px solid #e5e5e5;
	border-radius:3px;
}
.download-apps li:last-child {
	margin:0;
}
/* 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-paypal img {
	/*border-bottom:1px solid #e3e3e3;*/
	border-radius:3px;
}
/* footer-bottom */
.footer-bottom {
	padding:23px 0 16px;
	background:#f7f7f7;
	border-top:1px solid #ebebeb;
	margin:30px 0 0;
}
.copyright-text a { 
	color: #fd6602;
}
.copyright-text a:hover {
	color:#363f4d;
}
.copyright-text{
	margin: 5px 0 0;
	color: #242424;
	font-size:14px;
	width:100%;
}
/* breadcrumbs */
.breadcrumb-container {
	background:#f9f9f9;
	margin-bottom:30px;
}
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb {
	padding: 23px 0 20px;
	margin:0;
	background:none;
	border-radius:0;
}
.breadcrumb a {
	font-size:14px;
	color:#242424;
	text-transform:capitalize;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a {
	color: #a4a4a4;
}
.breadcrumb > li + li::before{
	color: #8d8c8c;
	text-transform: capitalize;
	content:'/';
	font-size:14px;
	padding:0 12px 0 8px;
}
.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: 20px 0;
	text-align: left;
	/*margin-bottom: 20px;*/
}
/* category */
.category-info {
	margin-bottom:30px;
}
.category-name {
	font-size: 28px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom: 40px;
	/*display:none;*/
}
.catgory-thumb {
	margin-bottom:40px;
}
.refine-category {
	font-size: 18px;
    color: #242424;
    margin: 0 0 20px;
    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: #363f4d;
    font-size: 14px;
}
.category-compare a:hover {
	color:#fd6602;
}
.custom-products .product-layout {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.custom-products .price-box p {
	display:inline-block;
	margin:0;
}
.custom-products .price-box .price-tax {
	width:100%;
	display:none;
}
.custom-products .price-box .special-price span {
	width:auto;
} 
.custom-products .price-box .old-price span {
	color: #a2a2a2;
    font-size: 15px;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 400;
}
.custom-products .four-item .item-inner .add-to-links button {
	width:40px;
	height:40px;
	line-height:40px;
	padding:0;
	font-size:0;
}
.custom-products .four-item .item-inner .add-to-links button:before {
	font-size:16px;
	position:initial;
}
.custom-products .five-item .item-inner .add-to-links button {
	width:35px;
	height:35px;
	line-height:35px;
}
.custom-products .five-item .item-inner .add-to-links button:before {
	font-size:15px;
}
.custom-products .four-item .product-name {
	margin:0 0 10px;
	font-size:13px;
} 
.custom-products .four-item .item-inner .ratings-price .price {
	width:100%;
}
.custom-products .four-item .item-inner .ratings-price .ratings {
	float:left;
	width:100%;
	padding:0 0 10px;
}
.custom-products .item-inner .ratings-price .ratings .rating-box div[class^="rating"] {
	background-position: center right;
}
.custom-products .four-item .item-inner .ratings-price .ratings .rating-box div[class^="rating"] {
	background-position: center left;
}
.product-list .item-inner {
	margin-bottom:30px;
	display:inline-block;
	width:100%;
	margin-left:15px;
	padding:0 0 30px;
	border-bottom:1px solid #f1f1f1;
}
.product-list .item-inner:after {
	display:none;
}
.product-list:last-child .item-inner {
	padding:0;
	border:0;
}
.product-list .image {
	padding:0;
}
.product-list .caption {
	padding-left:5px;
	text-align:left;
}
.product-list .caption .left-caption {
	width:60%;
	float:left;
	border-right: 1px solid #ebebeb;
    padding-right: 80px;
}
.product-list .manufacture-product {
	display:inline-block;
	width:100%;
}
.custom-products .product-list .item-inner .actions {
	opacity: 1;
    display: inline-block;
    position: initial;
	border:0;
	padding:0;
	-moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product-list .caption .right-caption {
	width:40%;
	float:right;
	padding-left:25px;
	padding-top:40px;
}	
.product-list .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.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 a {
	font-size:14px;
	color:#0363cd;
	font-weight:400;
}
.product-list .product-name a:hover {
	color:#fd6602;
}
.product-list .price {
	margin:6px 0 0;
}
.product-list .item-inner .cart {
	position:initial;
	opacity:1;
	width:auto;
	margin:10px 0 15px !important;
	padding:0;
}
.product-list .item-inner .cart button {
	width:auto;
	padding:0 36px 0 50px;
	border:1px solid #ebebeb;
	background:#f4f4f4;
	color:#c1c1c1;
}
.product-list .item-inner .cart button:hover {
	background:#fd6602;
	border:1px solid #fd6602;
	color:#fff;
}
.product-list .item-inner .cart button:before {
	left:25px;
}
.product-list .item-inner .add-to-links div {
	margin-bottom:10px;
}
.product-list .item-inner .add-to-links .wishlist button,
.product-list .item-inner .add-to-links .compare button {
	color:#a4a4a4;
	font-size:14px;
	color: #a4a4a4;
    font-size: 14px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
}
.product-list .item-inner .add-to-links .wishlist button:hover,
.product-list .item-inner .add-to-links .compare button:hover {
	color:#fd6602;
	background:none;
}
.product-list .item-inner .add-to-links .wishlist button:before,
.product-list .item-inner .add-to-links .compare button:before {
	margin-right:8px;
	font-size:16px;
}
.layer-category ul li {
	list-style:none;
	display:inline-block;
	margin-right:0;
}
.layer-category ul li:last-child {
	margin:0;
}
.layer-category ul li a {
	text-transform: capitalize;
    color: #242424;
    font-size: 14px;
}
.layer-category ul li a:hover {
	color:#fd6602;
}
.custom-products {
	margin:0;
	display:inline-block;
	width:100%;
}
.custom-products .product-layout {
	padding:0;
}
.custom-products .product-grid {
	margin-bottom:15px;
}
.custom-products .product-grid .item-inner {
	padding:0 15px 15px;
	border-bottom:1px solid #f1f1f1;
}
.custom-products .product-grid .item-inner:after {
	right:0;
	height:80%;
}
.custom-products .product-grid .item-inner:after {
	top: 12px;
    right: 0;
    height: 89%;
}
.custom-products .three-item:nth-child(3n) .item-inner:after,
.custom-products .three-item:last-child .item-inner:after {
	display:none;
}
.custom-products .four-item:nth-child(4n) .item-inner:after,
.custom-products .four-item:last-child .item-inner:after  {
	display:none;
}
.custom-products .four-items:last-child {
	border:0;
}
.custom-products .item-inner .actions {
	bottom:-8px;
}
.custom-products .product-list {
	padding:0;
}
.custom-products .product-list .item-inner:before {
	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 {
	display:inline-block;
	width: 100%;
	margin:40px 0;
	padding:20px 23px;
	min-height:52px;
	border:1px solid #ebebeb;
}
.toolbar-bottom {
	margin:40px 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;
	color:#898888;
}
#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:#242424;
	line-height: 28px;
}
.toolbar .toolbar-amount { float:left; }
.toolbar-bottom .toolbar-amount { float:right; }
.btn-custom-view,
#list-view,
#grid-view {
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 0;
	background: #8e8e8e;
	line-height: 16px;
	width:20px;
	height:16px;
	box-shadow: none !important;
	display:inline-block;
	font-size:0;
	margin-right: 8px;
}
#list-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:hover,#grid-view.selected {
	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-list,
#list-view {
	background:url("../image/list.png") no-repeat 0 0 !important;
}
.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: #fd6602 !important;
    color: #fff !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 5px !important;
	background: #f1f1f1 !important;
	color: #242424 !important;
	font-size: 14px;
	font-weight:400 !important;
	padding: 0;
	width:32px;
	height:32px;
	line-height:32px;
	margin: 0 3px;
	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 .thumbnails-additional {
	padding:0 50px;
}
.block-1{
	margin-bottom: 30px;
}
.block-1 .thumbnails-additional .thumbnail {
	margin: 0;
	border:0;
}
.block-1 .thumbnails-additional .thumbnail:hover {
	border-color:#fd6602;
}
.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: 18px;
	color: #0363cd;
	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: 70px;
	height:12px;
	background:url('../image/rating0.png') no-repeat 0 0;
	display: inline-block;
	margin-right:30px;
}
.block-2 .ratings span {
	margin:0 5px;
}
.block-2 .price{
	margin: 0 0 25px 0;
	font-size:20px !important;
}
.block-2 .price-old {
	font-size:18px;
	margin-left:8px;
}
.block-2 .ratings {
	margin: 12px 0 25px;
	float: none;
	width: auto;
}
.block-2 .ratings a {
	color:#fd6602;
	font-size:13px;
}
.block-2 .ratings a:hover {
	color:#363f4d;
}
.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;
	color:#242424;
}
.block-2 .price-product{
	font-size: 24px !important;
	color: #fd6602 !important;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text{
	color: #0363cd;
	margin-left: 5px;
}
.block-2 .short-des {
	margin: 20px 0 40px;
	color: #242424;
	line-height: 24px;
	font-size:14px;
	display:none;
}
.quantity-content {
	float:left;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 35px;
	line-height:35px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 20px;
    font-size: 15px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #a6a6a6;
	float: left;
	display:none;
}
#minus2, #plus2,
#minus, #plus {
	border: 0;
	border-left: none;
}
#plus, #plus2 {
	border-bottom:none;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
	color: #888;
}
#input-quantity2,
#input-quantity {
    width: 40px;
	height: 40px;
	line-height:40px;
	border: 1px solid #e2e2e2;
	background:#fff;
	font-size: 14px;
	color: #242424;
	font-weight:400;
	display:inline-block;
	border-radius:100%;
	letter-spacing:0;
	padding:0 2px 0 0;
}
label[for='input-quantity']{
	float: left;
    line-height: 40px;
    padding:0 ;
    margin: 0 30px 0 0;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
}
#button-cart2 i,
#button-cart i{
	font-size: 24px;
	margin-right: 7px;
}
#button-cart2,
#button-cart {
	margin: 0 10px 0 0;
	float: left;
	background: #fd6602;
	height: 40px;
	line-height:38px;
	border-radius: 20px;
	padding: 0 55px 0 80px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow:none !important;
	position:relative;
	border:1px solid rgba(0,0,0,0);
	-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:#fff;
	color:#fd6602;
	border:1px solid #fd6602;
}
#button-cart2:before,
#button-cart:before {
	font-family: 'plaza-icon';
    display: inline-block;
    font-size: 18px;
	content: '\eb1b';
    position: absolute;
    line-height: 40px;
    left: 50%;
    top: -1px;
	margin-left:-55px;
}
.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, 
.block-2 .btn-wishlist {
    width: 40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
    border: none;
	padding: 0;
	background: #fff;
	color: #a4a4a4;
	font-size:0;
	border:1px solid #ebebeb;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.block-2 .btn-wishlist {
	margin-right:6px;
}
.block-2 .btn-compare:before, 
.block-2 .btn-wishlist:before {
	font-family: 'plaza-icon';
    display: inline-block;
    font-size: 18px;
}
.block-2 .btn-wishlist:before {
	content: "\e977";
}
.block-2 .btn-compare:before {
	content: "\e9d1";
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
	background:#fd6602;
	border-color:#fd6602;
}
.block-2 .btn-compare:hover:before, 
.block-2 .btn-wishlist:hover:before {
	color:#fff;
}
#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 0;
	box-shadow:0 0 4px 0.2px rgba(0, 0, 0, 0.2);
}
#product2 .has-option h3,
#product .has-option h3 {
	font-weight:600;
	font-size:16px;
}
#product + div {
	margin: 10px 0 0;
	text-align:left;
}
.product-content {
	display:inline-block;
	width:100%;
	border-top:1px solid #e1e1e1;
	padding-top:35px;
	margin-top:35px;
}
.block-2 .qty-product {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.quantity-box {
	float: left;
	margin: 0 15px 10px 0;
}
.block-3 {
	margin: 60px 0 0;
	border:1px solid #ebebeb;
	padding:15px 30px 50px;
}
#tab-review #review{
	max-height: 300px;
	overflow: auto;	
}
.block-3 .tab-content .tab-pane {
	padding:45px 0;
	margin-bottom: 10px;
	border:0;
	font-size:14px;
	color:#242424;
	line-height:28px;
}
.block-3 .nav-tabs {
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	background:none;
	margin: 0;
	padding:0;
	border:0;
	border-bottom:1px solid #ebebeb;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #242424;
	background:none;
	border:0;
}
.block-3 .nav-tabs li a {
	color: #a4a4a4;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	border: none;
	margin: 0;
	padding: 0 0 15px;
}
.block-3 .nav-tabs li {
	float: none;
	display:inline-block;
	margin: 0 60px 0 0;
}
.block-3 .nav-tabs li:last-child {
	margin:0;
}
.block-3 .tab-content .fa {
	font-weight:600;
}
.block-3 .tab-content .fa-star,
.block-3 .tab-content .fa-stack {
	color:#fec822;
	width: 13px;
}
.block-3 .tab-content .fa-star:before {
	content:"\f006";
	color:#fec822;
}
.block-3 .tab-content .fa-star-o,
.block-3 .tab-content .fa-star-o:before {
	color:#cfcfcf;
}
.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;
}
/* modules */
.module-title h2 {
	font-size: 18px;
	color:#242424;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	padding:0 0 0 15px;
	height: 53px;
    line-height: 53px;
	position:relative;
	display:inline-block;
}
.module-title h2:before {
	content:'';
	position:absolute;
	left:0;
	top:-1px;
	background:url("../image/icon-onsale.png") no-repeat 0 0 #fd6602;
	width:56px;
	height:56px;
	display: none;
}
.module-title .module-description{
	margin:20px 0 0;
	font-size:14px;
	color:#888888;
}
.module-title{
	text-align: left;
	margin: 0;
	border-bottom:2px solid #fd6602;
	background:#fff;
}
.tt_product_module {
	margin-top: 50px;
	background:#fff;
	border:1px solid #ebebeb;
}
/* related-products */
.related-products {
	clear: both;
	margin:60px 0 0;
	border: 1px solid #ebebeb;
    padding: 30px 30px 10px;
}
.related-products .module-title {
	border-bottom:1px solid #ebebeb;
}
.related-products .module-title h2:before {
	display:none;
}
.related-products .module-title h2 {
	padding:0;
	height:auto;
	line-height:1;
	padding-bottom:18px;
}
.related-products .item-inner:after {
	top:32px;
}
.related-products .product-grid {
	margin:0;
}
.related-products .price-old { margin-left:6px; }
.related-container.owl-theme .owl-nav {
	margin:0;
}
.related-products .owl-carousel .owl-nav > .owl-next,.related-products .owl-carousel .owl-nav > .owl-prev {
	margin:-63px 0 0 0;
}
.related-products .owl-carousel .owl-nav > .owl-prev {
	left:-30px;
}
.related-products .owl-carousel .owl-nav > div.owl-next {
	right:-30px;
}
/* home-modules */
.home-modules {
	position:relative;
	padding:50px 0 0;
	background:#f7f7f7;
	margin-top:40px;
	border-top:1px solid #f0f0f0;
}
.home-modules .tt_product_module {
	margin:0;
}
.home-modules .module-title {
    background: #fd6602;
    border: 0;
    margin: 0;
    border-radius: 3px 3px 0 0;
}
.home-modules .module-title h2 {
    padding: 0 20px;
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.home-modules .tt-product {
    border-top: 0;
    padding: 20px;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	border-radius:0 0 3px 3px;
}
.home-modules .tt_product_module .list-style .item-inner:before {
	display:none;
}
.home-modules .tt_product_module .list-style .item-inner .image {
	width:150px;
}
.home-modules .tt_product_module .list-style .item-inner .caption {
	margin:20px 0 0 160px;
	padding:0;
}
.home-modules .tt_product_module .list-style .item-inner .cart {
	position:absolute;
	bottom:-20px;
	opacity:0;
}
.home-modules .tt_product_module .list-style .item-inner:hover .cart {
	opacity:1;
}
.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-next,.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-prev {
	margin:-31px 0 0;
	color:#fff;
	opacity:0.7;
}
.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-next:hover,.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-prev:hover {
	opacity:1;
}
.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-next {
	right:15px;
}
.home-modules .tt_product_module .owl-carousel .owl-nav > .owl-prev {
	right:48px;
}
.home-modules .owl-theme .owl-nav { margin:0; }
/* onsale */
.products .tt-product {
	padding:30px 30px 20px;
}
.products .product-grid {
	margin:0;
}
.products .item-inner:after {
	display:none;
}
/* bestseller */
.tt_product_module .list-style {
	border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tt_product_module .list-style:last-child {
	margin:0;
	padding:0;
	border:0;
}
.tt_product_module .list-style .item-inner {
	display:inline-block;
	width:100%;
	padding-right: 20px;
}
.tt_product_module .list-style .item-inner:before {
	right: 10px;
    height: 100%;
}
.tt_product_module .owl-item.active + .active .item-inner:before {
	display:none;
}
.tt_product_module .list-style .item-inner .image {
	width: 185px;
    float: left;
}
.tt_product_module .list-style .item-inner .caption {
	margin: 20px 0 0 200px;
    text-align: left;
}
.tt_product_module .list-style .item-inner .ratings .rating-box div[class^="rating"] {
    background-position: left center;
}
.tt_product_module .list-style .item-inner .cart {
    position: initial;
    opacity: 1;
    padding: 20px 0 0;
}
.tt_product_module .owl-carousel .owl-nav > .owl-next,.tt_product_module .owl-carousel .owl-nav > .owl-prev {
	margin:-60px 0 0;
}
.tt_product_module.products1 .owl-carousel .owl-nav > .owl-next, .tt_product_module.products1 .owl-carousel .owl-nav > .owl-prev {
	margin:-31px 0 0;
	color:#fff;
	opacity:0.7;
}
.tt_product_module.products1 .owl-carousel .owl-nav > .owl-next:hover, .tt_product_module.products1 .owl-carousel .owl-nav > .owl-prev:hover {
	opacity:1;
}
.tt_product_module.products1 .owl-carousel .owl-nav > .owl-next {
	right:15px;
}
.tt_product_module.products1 .owl-carousel .owl-nav > .owl-prev {
	right:48px;
}
/* products1 */
.products1 .module-title {
	background:#fd6602;
	border:0;
	margin:0;
	border-radius:3px 3px 0 0;
}
.products1 .module-title h2 {
	padding:0 20px;
	width:100%;
	border-radius:3px 3px 0 0;
}
.products1 .tt-product {
	border:1px solid #ebebeb;
	border-top:0;
	padding:15px;
}
.products1 .product-grid {
	padding-bottom:30px;
	border-bottom:1px solid #f1f1f1;
}
.products1 .product-grid:last-child {
	margin:0;
	padding:0;
	border:0;
}
.products1 .item-inner .caption {
	padding:0;
}
/* products2 */
.products2 .module-title {
	background:#fd6602;
	border:0;
	margin:0;
	border-radius:3px 3px 0 0;
}
.products2 .module-title h2 {
	padding:0 20px;
	width:100%;
	border-radius:3px 3px 0 0;
}
.products2 .tt-product {
	border: 1px solid #ebebeb;
    border-top: 0;
    padding: 15px;
}
.tt_product_module.products2 .list-style {
	padding-bottom: 25px;
    margin-bottom: 25px;
}
.tt_product_module.products2 .list-style:last-child {
	margin:0;
	padding:0;
}
.tt_product_module.products2 .list-style .item-inner {
	padding:0;
}
.tt_product_module.products2 .list-style .item-inner:before {
	display:none;
}
.tt_product_module.products2 .list-style .item-inner .image {
	width:80px;
}
.tt_product_module.products2 .list-style .item-inner .caption {
	margin-left:90px;
	margin-top:10px;
	padding:0;
}
.tt_product_module.products2 .item-inner .actions,
.tt_product_module.products2 .item-inner .cart {
	display:none;
}
.tt_product_module.products2 .price-old {
	font-size:12px;
}
.tt_product_module.products2 .price {
	font-size:16px;
}
.tt_product_module.products2 .owl-carousel .owl-nav > .owl-next, .tt_product_module.products2 .owl-carousel .owl-nav > .owl-prev {
	margin:-31px 0 0;
	color:#fff;
	opacity:0.7;
}
.tt_product_module.products2 .owl-carousel .owl-nav > .owl-next:hover, .tt_product_module.products2 .owl-carousel .owl-nav > .owl-prev:hover {
	opacity:1;
}
.tt_product_module.products2 .owl-carousel .owl-nav > .owl-next {
	right:15px;
}
.tt_product_module.products2 .owl-carousel .owl-nav > .owl-prev {
	right:48px;
}
/* feature-category */
.featured-categories-container { margin:50px 0 0; }
.featured-categories-container .owl-item {
	padding:0 15px;
}
.fcategory-content {
	position:relative;
}
.fcategory-content:before {
	width:1px;
	height:100%;
	background:#f1f1f1;
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:-15px;
}
.featured-categories-container .owl-item.last .fcategory-content:before {
	display:none;
}
.fcategory-content .content-thumb {
	margin:20px 0 0;
}
.fcategory-content .content-thumb ul {
	padding:0;
	margin:0;
}
.fcategory-content .content-thumb h2 {
	margin:0;
}
.fcategory-content .content-thumb h2 a {
	font-size:16px;
	color:#363f4d;
	font-weight:500;
	padding-bottom: 20px;
	display:block;
}
.fcategory-content .content-thumb h2 a:after {
	display:none;
}
.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:400;
	text-transform:capitalize;
	position:relative;
}
.fcategory-content .content-thumb a:after {
	display: block;
    content: '\f27d';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: -2px;
    right: 0;
    opacity: 0;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.fcategory-content .content-thumb a:hover:after {
	opacity: 1;
    right: -20px;
}
.fcategory-content .content-thumb .view-more {
	padding:8px 0 0;
	display:block;
	font-weight:500;
}
.fcategory-content .content-thumb .view-more:after { display:none; }
.fcategory-content .content-thumb a:hover {
	color:#fd6602;
}
.featured-categories-container .owl-nav > div.owl-next {
	right:12px;
}
.featured-categories-container .owl-nav > .owl-prev {
	right:48px;
}
/* fix-nav */
.fix-nav {
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9991;
    opacity: 0.8;
	background:#fd6602;
    -webkit-animation: fadeInDown 300ms linear;
    -moz-animation: fadeInDown 300ms linear;
    -ms-animation: fadeInDown 300ms linear;
    animation: fadeInDown 300ms linear;
    -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 { 
		opacity:1;
		background:none;
		position:initial !important;
		-webkit-animation: fadeInDown 0s linear;
		-moz-animation: fadeInDown 0s linear;
		-ms-animation: fadeInDown 0s linear;
		animation: fadeInDown 0s linear;
	}
	.welcome p { font-size:12px; }
	.language label,.currency label,.currency .btn-link,#top-links label { font-size:12px; }
	.language .btn-link { font-size:12px; }
	#search-by-category .search-container .categories-container .hover-cate p { font-size:12px; }
	#top-links .dropdown-menu { left:0; }
	.header-link .title-link h2 { font-size:12px; margin:0 6px 0 0; }
	.header-link li a { font-size:12px; padding-right:6px; margin-right:6px; }
	.search-container { width:450px; }
	.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;
	}
	.banner-static .banner-content p { font-size:12px; }
	.item-inner .product-name {
		display:inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
	.item-inner .add-to-links div { margin-left:0; }
	.item-inner .cart button { 
		padding:0; 
		width:40px;
		height:40px; 
		line-height:38px;
		border:1px solid #ececec;
		font-size:0;
		background:#fff;
		text-align:center;
	}
	.item-inner .add-to-links .cart button:before { color:#fd6602; margin:0; position:initial; display:inline-block; }
	.item-inner .add-to-links .cart button:hover:before { color:#fff; }
	.tt_tabsproduct_module .module-title h2,.module-title h2 { font-size:15px; }
	.tt_tabsproduct_module .tab-heading.nav-pills > li a { padding:0 8px; }
	.list-style .item-inner .image,.tt_product_module .list-style .item-inner .image { width:150px; }
	.list-style .item-inner .caption,.tt_product_module .list-style .item-inner .caption { margin:20px 0 0 165px; }
	.tt_product_module.products2 .list-style .item-inner .image { width:70px; }
	.tt_product_module.products2 .list-style .item-inner .caption { margin:0 0 0 80px; }
	.tt_product_module.products2 .price-old { display:block; }
	.products .tt-product { padding:20px 15px 10px;}
	.tt_tabsproduct_module .col-md-6:last-child { padding:0 15px 0 0; }
	.tabscategories3.tt_tabsproduct_module .tab-content { padding:5px 15px 8px; }
	#blog_home .articles-container { padding:25px 15px 20px; }
	.testimonial-container .block-content { padding:15px 15px 8px; }
	.related-products { padding:30px 15px 10px; }
	.custom-category .product-grid .price { min-height:35px; }
	.custom-products .item-inner .actions { bottom: 7px; }
	.btn-grid-4 { display:none; }
	.product-list .caption .left-caption { padding:0; width:100%; border:0; }
	.product-list .caption .right-caption { width:100%; padding:0; margin:10px 0 0;  }
	.product-list .item-inner .add-to-links div { float:left; margin:0 10px 0 0; }
	.product-list .item-inner .cart { margin:0 10px 0 0 !important; }
	.product-list .item-inner .cart button { padding:0 30px; font-size:12px; }
	.product-list .item-inner .cart button:before { display:none; }
	.product-list .item-inner .add-to-links .wishlist button, .product-list .item-inner .add-to-links .compare button { height:40px; line-height:40px; }
	.product-actions { width:100%; display:inline-block; margin:10px 0 0; }
	.testimonial-container .box-testimonial a { margin:44px 0 0; }
	#product-product, .layer-category{
		margin-top: 0;
	}
	#product-product .btn-actions { width:100%; display:inline-block; margin-top:20px; }
	.newletter-subscribe-container .newletter-subscribe { padding:30px; }
	#dialog-normal .newletter-title h3 { font-size:11px; }
	footer .footer-title h2 { font-size:13px; }
	.footer-static .footer-content .social-footer li { margin-right:6px; }
	.download-apps li { width:100%; margin:0 0 20px; border:0; }
	#back-top { right:20px; bottom:20px; }
}
@media (max-width: 991px){
	.welcome { width:100%; text-align:center; }
	.welcome p { font-size:13px; }
	.language label, .currency label, .currency .btn-link, #top-links label,.language .btn-link { font-size:13px; }
	#form-currency,#form-language,#top-links,.currency,.language { float:none; display:inline-block; }
	#form-currency .dropdown-menu { left:0; right:inherit; }
	.currency .btn-link,.language .btn-link { float:none; }
	#top-links:before { display:none; }
	#top-links .dropdown-menu li a { line-height:20px; }
	.header-link .title-link,.header-link ul { width:100%; }
	#search-by-category .search-ajax { width:270px; margin:0 0 0 -125px; }
	#search-by-category .price-box { text-align:left; }
	.header-top .col-md-6 { text-align:center; }
	#top-links { margin:0; }
	#top-links:after,.language:after { display:none; }
	#cart .dropdown-menu { right:-50px; }
	#cart .dropdown-menu:before { right:63px; }
	.logo-container { text-align:center; }
	.header-right { max-width:225px; margin:25px auto 0; display:table; float:none; }
	.search-containers { width:100%; text-align:center; margin-top: 20px; }
	#search-by-category { float:none; display:inline-block; margin:0; }
	.tt_tabsproduct_module .module-image { padding-top:50px; }
	.tt_tabsproduct_module .item-inner:after { top:22px; }
	.tt_tabsproduct_module .item-inner .actions { padding:12px 0 60px; }
	.tabscategories3.tt_tabsproduct_module .item-inner .actions { padding:12px 0 40px; }
	.tt_tabsproduct_module .tab-heading { width:60%; }
	.testimonial-container { margin:20px 0 0; }
	.testimonial-container .testimonial-banner { background-size:cover; }
	.newletter-subscribe-container .newletter-subscribe { padding:30px 0 0; }
	#blog_home .articles-container { padding:10px 15px; }
	#dialog-normal .newletter-title { width:100%; }
	#dialog-normal .newleter-content { width:100%; margin:20px 0 0; }
	.category-info { margin:30px 0; }
	.btn-actions { display:inline-block; width:100%; }
	#frm_subscribe-normal { width:100%; }
	.main-menu{
		width: 100% !important;
		padding: 0;
	}
	.copyright-text{
		text-align: left;
	}
	.footer-paypal { text-align:left; margin:20px 0 0; }
	.footer-static .container-inner { padding:40px 0; }
	.footer-static .col { margin-bottom:20px; }
	.footer-static .col4 { padding:0; }
	.footer-static .col3 { border:0; }
	footer .footer-title { margin: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: -4px;
		color: #333;
	}
	.footer-static .footer-title,footer .col4 .footer-title { cursor:pointer; margin:0 0 20px; }
	.footer-static .footer-content {
		display:none;
	}
	.brand-container { padding:30px 0; }
	footer { padding:0; }
	.footer-static .container-inner { padding:40px 0 0; }
	.newletter-subscribe-container { margin:20px 0 0; }
	.footer-bottom { margin:20px 0 0; }
}
@media (max-width: 768px){
	.wrapper{
		padding: 0;
	}
}
@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%;
	}
	.owl-nav{
		display: none;
	}
	#dialog-normal .newleter-content{
		padding: 0;
	}
	.tt_tabsproduct_module .col-md-6:last-child { padding:0 15px; }
	.tt_tabsproduct_module .module-image { border-right:0; border-bottom:1px solid #ebebeb; }
	.tabscategories.tt_tabsproduct_module .tab-content,.tabscategories1.tt_tabsproduct_module .tab-content,.tabscategories2.tt_tabsproduct_module .tab-content { padding:10px 15px 10px; }
	.tt_tabsproduct_module .item-inner .actions { padding:12px 0 40px; }
	.banner-center .col1 { margin-bottom:30px; }
	.list-style .item-inner .cart button { width:auto; }
	.product-list .caption { padding:0; margin-top:30px; }
	.countdown-row .countdown-section { min-width: auto; margin-right:10px; }
	.blog-blog .article-name { margin:30px 0 0; }
	.custom-products .product-grid.product-layout {
		width: 50%;
		float: left;
	}
	.custom-products .product-grid .item-inner:after,.toolbar .toolbar2 label, .toolbar .toolbar1 label { display:none; }
}
@media (max-width: 640px){	
	.container-fix > .container{
		clear: both;
	}
	.countdown-row .countdown-section { min-width: auto; margin-right:15px; }
	.countdown-row .countdown-section:before { right:-9px; }
}
@media (max-width:639px) and (min-width:561px) {
	.product-list .product-inner{
		width: 55%;
	}
	.product-list .image{
		width: 45%;
	}
}
@media (max-width: 680px){
	.tt_tabsproduct_module .module-title { display:inline-block; width:100%; }
	.tt_tabsproduct_module .tab-heading { display:inline-block; width:100%; float:left; padding:0; text-align:left; }
	.blog-title h2 { width:100%; }
	.blog-title .blog-link { width:100%; text-align:left; }
	.blog-title .blog-link a { padding:0 0 0 10px; }
	.toolbar div { width:50%; padding:0; margin:0 0 10px; }
	.toolbar .toolbar1 { margin:0; }
}
@media (max-width: 600px){
	.block-3 .nav-tabs li { width:100%; margin:0 0 10px; }
}
@media (max-width: 560px){	
	#top-links .dropdown-menu { left:inherit; right:0; }
	.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; }
}
@media (max-width: 510px){
	.search-ajax .product-name { width:100%; }
	.product-name { display: block; width:50%; }
	.custom-products .product-grid.product-layout { width:100%; }
}
@media (max-width: 480px){
	.search-ajax .product-name { width:100%; }
	.language label,.currency label { display:none; }
	#top-links label { padding:0; }
	.top-order p:after { display:none; }
	#search-by-category .search-container .categories-container { width:40%; }
	#search-by-category .search-box { width:60%; }
	#search-by-category .search-ajax { width:240px; }
	.header-top .container,.container-fix .container { padding:0 30px; }
	.language,#top-links li.dropdown { border-left:0; }
	.product-name { width:70%; }
	.products .tt-product,.tabscategories3.tt_tabsproduct_module .tab-content { padding:20px 15px; }
	.tabscategories.tt_tabsproduct_module .tab-content, .tabscategories1.tt_tabsproduct_module .tab-content, .tabscategories2.tt_tabsproduct_module .tab-content { padding:10px 15px; }
	#blog_home .articles-container { padding: 10px 15px 15px; }
	.testimonial-container .block-content { padding:15px 15px 13px; }
	.testimonial-container .block-content { padding:30px 15px 13px; }
	.toolbar { padding:20px; }
	.toolbar div { width:100%; }
	.toolbar .toolbar1 { margin-bottom:20px; }
	.toolbar .toolbar3 { width:100% !important; padding:0; margin:0 0 20px;	}
	.toolbar .toolbar2,.toolbar .toolbar1 { float:left !important; border:0; }
	.toolbar .toolbar2 { margin:0 0 20px; }
	.toolbar3 { text-align:left; padding:0 0 0 20px; }
	.toolbar .toolbar1 { clear:both; }
	.product-list .item-inner { margin-left:0; }
	#dialog-normal .newletter-title h6 { font-size:15px; }
	.footer-paypal ul li { margin-bottom:10px; }
	.brand-container { padding:0; }
}
@media (max-width: 430px){
	#cart .dropdown-menu { min-width:280px; right:-25px; }
	#cart p.cart-button a { width:100%; margin-bottom:10px; }
	.product-octestimonial .testimonial-images { width:100%; }
	.product-octestimonial .box-testimonial { margin:10px 0 0; display:inline-block; width:100%; }
}
@media (max-width: 380px){
	#form-language { margin-left:0; }
	.language .btn-link { padding:0; }
	#btn-search-category { border-radius:0; }
	#search-by-category .search-container #sp-btn-search { right:0; }
	#search-by-category .search-container .categories-container { width:100%; border-bottom:2px solid #e7e7e7; border-radius:0; }
	#search-by-category .search-box { width:100%; height:45px; }
	.search-container { border-radius:0; }
	#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; }
	#top-links .dropdown-menu { text-align:center; }
	#search { width:100%; }
	.footer-link ul li a { font-size:11px; }
	.footer-link .social-footer li { margin-right:5px; margin-bottom:5px; }
	#subscribe_email { width:100%; padding:0 10px; border-radius:0; margin-bottom:10px; }
	#subscribe .btn { width:100%; position:inherit; border-radius:0; }
	.product-name { width:100%; }
	.tt_tabsproduct_module .tab-heading.nav-pills > li a { height:auto; line-height:30px; }
	.list-style .item-inner { padding:0; }
	.item-inner:before { display:none; }
	.list-style .item-inner { border:0; }
	.banner-bottom h2 { font-size:12px; }
	.toolbar .toolbar3 { padding:0; }
	.block-3 .nav-tabs li { width:100%; }
}
.b-modal.__b-popup1__, .newletter-popup, .newsletter-popup{ 
    display: none !important;
}
.product-thumb a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.owl-carousel .owl-stage-outer{
    width: 100%;
}
.ghost-hidden-1 li:nth-child(2), .ghost-hidden-2 {
    display: none;
}
#compare-total{
    display: none;
}
.account-newsletter{display:none}