body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #444444;
	font-size: 14px;
	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: 'Rubik', sans-serif;
	font-weight:500;
}
h2 {
	font-size: 20px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h3 {
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h4 {
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h5 {
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
h6 {
	font-size: 10.2px;
	font-family: 'Rubik', 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: #2971f5;
}
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: #2971f5 !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;
}
/* header-top */
.header-top {
	background:#f7f7f7;
}
/* welcome */
.welcome {
	padding:16px 0 0;
}
.welcome p {
	margin:0;
}
/* 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: #2971f5;
	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 */
.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;
	line-height:49px;
    color: #555;
    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;
}
.currency .btn-link:hover {
	color:#2971f5;
}
.currency .btn-link strong {
	font-weight:400;
}
#form-currency .dropdown-menu {
	border: 0;
    left: initial;
    right: 0;
    padding: 15px 18px;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
    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 #eeeeee;
}
#form-currency .dropdown-menu li button:hover {
	color:#2971f5;
}
#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: 17px;
}
.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;
    line-height: 49px;
    color: #444444;
    font-size: 14px;
    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:#2971f5;
}
.language .btn-language img {
	margin-right:6px;
	position:absolute;
	top:18px;
	left:0;
}
#form-language .dropdown-menu {
	border: 0;
    left: initial;
    right: 0;
    padding: 15px 18px;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0;
    min-width: 120px;
    background: #fff;
}
#form-language .dropdown-menu li button {
	color: #444444;
	font-size:14px;
    text-decoration: none;
    padding: 6px 0;
	line-height:20px;
    margin-bottom: 3px;
    text-align:left;
	border-bottom: 1px solid #eeeeee;
}
#form-language .dropdown-menu li button:hover {
	color:#2971f5;
}
#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: 16px;
}
#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: #333333;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
	padding:0 20px;
	line-height:49px;
    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: 0;
    left: 7px;
	margin:0;
    padding: 10px 18px 15px;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 120px;
    background: #fff;
}
#top-links .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 #eeeeee;
}
#top-links .dropdown-menu li a:hover {
	color:#2971f5;
}
#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: #2971f5;
	text-decoration: none;
}
.logo-container {
	margin:3px 0 0;
}
#logo a{
	display: inline-block;
}
/* wishlist */
.header-right { display:inline-block; width:100%; margin-top:17px; }
.header-wishlist {
	float:right;
	margin-right:13px;
	position: relative;
}
.header-wishlist a {
    font-size: 10px;
}
.header-wishlist a:before {
    font-family: 'Ionicons';
    display: inline-block;
    font-size: 32px;
    content: "\f442";
    color: #444444;
    margin-right: 8px;
    line-height: 1;
    -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: #2971f5;
}
.header-wishlist span {
    width: 18px;
    height: 18px;
    line-height: 20px;
    background: #dc4444;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -2px;
    right: -2px;
    text-align: center;
    border-radius: 100%;
}
/* container-fix */
.container-fix {
	padding:30px 0;
}
/*Search-category*/
#search-by-category {
    float:left;
	position:relative;
	margin-left: 13px;
}
.search-container {
	width:550px;
	border:0;
	background:#fff;
	display:inline-block;
	margin:6px 0 0;
	border:2px solid #e7e7e7;
	border-radius:3px;
}
#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:46px;
	line-height:49px;
    color: #555;
    font-size: 14px;
	font-weight:400;
	padding:0 40px 0 20px;
}
#search-by-category .search-container #sp-btn-search{
    position: absolute;
    right: -2px;
    top: -2px;
}
#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: #444444;
	font-weight:400;
    padding:0 23px 0 15px;
    cursor: pointer;
    height: 46px;
	line-height:48px;
    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;
	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:#2971f5;
    padding:0;
	height:50px;
	line-height:50px;
	width:50px;
	font-size:0;
	border:0;
    box-shadow:none;
    border-radius: 3px;
	margin:0;
    text-shadow:none;
}
#btn-search-category:before {
	font-family:'Ionicons';
	content:"\f4a4";
	font-size:24px;
	display:inline-block;
	color:#ffffff;
	line-height:54px;
}
#btn-search-category:hover {
	background:#555;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
#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 */
.newletter-subscribe-container {
	margin:60px 0 0;
	position:relative;
}
.newletter-subscribe-container .newletter-subscribe {
	background:#2971f5;
	padding:30px 90px;
	display:inline-block;
	width:100%;
}
#dialog-normal .newletter-title {
	float:left;
	width:40%;
	text-align:left;
}
#dialog-normal .newletter-title h6{
	color: #ffffff;
	font-weight:500;
	font-size: 24px;
	margin: 0;
	text-transform:uppercase;
}
#dialog-normal .des-testimonial{
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0 0 55px 0;
}
#dialog-normal .newletter-title h3{
	font-size: 15px;
	color: #ffffff;
	margin: 10px 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:60%;
}
#frm_subscribe-normal{
	display:inline-block;
	width: 100%;
	position:relative;
}
#subscribe_email{
	background: #fff;
	border: 0;
	font-size:14px;
	color: #999999;
	display: block;
	padding: 0 150px 0 30px;
	height: 50px;
	width: 100%;
	float: left;
	margin: 0;
	border-radius:3px;
}
#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:#444444 !important;
	padding:0 30px;
	height: 50px;
	line-height:55px;
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	color:#ffffff !important;
	font-weight:500;
	font-family: 'Rubik', sans-serif;
	text-transform:uppercase;
	border-radius:3px;
}
#subscribe .btn:hover{
	background: #333 !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:20px 0 0;
}
#blog_home .articles-image {
	width:270px;
	float:left;
}
#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 .articles-date span {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	display: block;
	margin-top: 0;
}
#blog_home .articles-date {
	background:#2971f5;
	padding:5px 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
	float:left;
	text-align:center;
	position:absolute;
	top:10px;
	left:10px;
}
#blog_home .articles-date .author{
	color: #888;
	padding-left: 15px;
}
#blog_home .aritcles-content{
	margin-left:300px;
}
.articles-name + span{
	color: #2971f5;
	text-transform: capitalize;
	font-size:14px;
}
.articles-name {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin: 0 0 13px;
	display: block;
	text-transform: capitalize;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.articles-name:hover {
	color:#2971f5;
}
.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:#2971f5; }
.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-article .article-text {
	margin-top:30px;
}
.blog-article .article-title { margin-top:20px; }
/* cart */
#cart{
	float: right;
	width: auto;
}
#cart-total {
	position:relative;
}
#cart-total .cart-number {
	width:18px;
	height:18px;
	line-height:20px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	background: #dc4444;
	color: #fff;
	font-size: 10px;
	text-transform: capitalize;
	float: left;
	margin-top: -3px;
	margin-left: -5px;
	border-radius: 100%;
	text-align: center;
	position:relative;
	z-index:2;
}
#cart-total .cart-number2 {
	display:block;
	font-size:15px;
	color:#dc4444;
	font-weight:500;
}
#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: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart .dropdown-cart i {
	font-size: 32px;
	color: #444444;
	float: left;
	line-height: 1;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart > button > i:hover {
	color:#2971f5;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu {
	background:#fff;
	border: 0;
	min-width: 355px;
	margin: 0;
	padding: 30px 20px 20px;
	top: 41px;
	border-radius: 3px;
	box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	color:#555555;
	font-size:16px;
}
#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: #aaaaaa;
	border: none;
	font-size: 18px;
	font-weight:700;
	line-height: 1;
	box-shadow:none !important;
	position: absolute;
    bottom: 15px;
    right: 0;
	padding:0;
}
#cart .cart-close button i {
	font-size:12px;
	color:#444444;
}
#cart .cart-close button i:hover {
	color:#2971f5;
}
#cart .cart-quantity{
	color: #555;
	font-size: 15px;
	margin: 5px 0 8px 0 !important;
	display:inline-block;
}
#cart .cart-name:hover{
	color: #2971f5;
}
#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:#444444;
	color: #fff;
	height: 40px;
	line-height: 42px;
	text-align: center;
	padding: 0 30px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display:inline-block;
	border-radius: 20px;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #2971f5;
	border-color:#2971f5;
}
#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:15px;
	color:#555555;
	display:block;
	margin-bottom:8px;
}
#cart .dropdown-menu .info-item a:hover {
	color:#2971f5;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:18px;
	color:#dc4444;
	display:inline-block;
	font-weight:500;
}
#cart .dropdown-menu .has-scroll{
	max-height: 500px;
	overflow: auto
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	font-size: 16px;
	color: #444444;
	text-transform: capitalize;
	font-weight: 500;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 18px;
	color: #dc4444;
	font-weight:500;
}
#cart .dropdown-menu .cart-close {
	margin-left:20px;
}
.unvisible{
	display: none;
}
#cart .dropdown-menu .has-scroll table tr {
	border-bottom:1px solid #eeeeee;
	padding:0;
	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;
}
#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;
}
/* banner-top */
.banner-top .banner-icon {
	width:48px;
	height:48px;
	border:3px solid #2971f5;
	border-radius:100%;
	float:left;
	text-align:center;
}
.banner-top .banner-icon:before {
	font-size: 34px;
    color: #2971f5;
    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 {
	border:1px solid #e7e7e7;
	padding:30px 20px 20px 60px;
	border-radius:3px;
	margin:30px 0 0;
}
.banner-static .col {
	position:relative;
}
.banner-static .col:after {
	content:'';
	height:36px;
	width:1px;
	background:#d9d9d9;
	position:absolute;
	right:15px;
	top:2px;
}
.banner-static .col3:after {
	display:none;
}
.banner-static .icon-banner {
	float:left;
	margin-right:15px;
}
.banner-static .icon-banner:before {
	 font-family: 'Pe-icon-7-stroke';
    display: inline-block;
    font-size: 48px;
    content: "\e6c0";
    color: #2971f5;
    line-height: 1;
	font-weight:400;
}
.banner-static .col2 .icon-banner:before {
	content:"\e6c3";
}
.banner-static .col3 .icon-banner:before {
	content:"\e649";
}
.banner-static .banner-text h2 {
	font-size:16px;
	color:#333333;
	margin:0;
	font-weight:500;
	text-transform:capitalize;
}
.banner-static .banner-text p {
	font-size:14px;
	color:#666666;
	margin:5px 0 0;
}
/* banner-center */
.banner-center {
    margin:50px 0 0;
}
.banner-center .col {
	position:relative;
	overflow:hidden;
}
.banner-center .col: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-center .col:hover:before {
	box-shadow: 0 0 0 15px rgba(0,0,0,0.2) inset;
}
.banner-center .col2 {
	margin-bottom:30px;
}
.banner-center .col3 {
	margin-bottom:19px;
}
.banner-center .row1 .col-md-5 {
	padding-left:8px;
}
/* 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;
}
.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: #2971f5;
    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:#2971f5;
	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: 28px;
	height: 28px;
	line-height:26px;
	border:1px solid #dcdcdc;
	background: none;
	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:#2971f5;
}
.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 #2971f5;
	background:#2971f5;
}
.owl-style2 .owl-nav > div i{
	font-size:18px;
}
.owl-nav > div i{
	font-size: 14px;	
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
.home-moduls {
	margin-top:30px;
}
/* tabprocust */
.tt_tabsproduct_module{
	margin-top: 45px;
}
.tt_tabsproduct_module .module-title h2 {
	display:none;
}
.tt_tabsproduct_module .module-title .module-description {
	display:none;
}
.tt_tabsproduct_module .owl-carousel .owl-stage-outer {
	padding-bottom:20px;
}
.tt_tabsproduct_module .product-grid {
	margin:0;
}
.tt_tabsproduct_module.tabproducts .row {
	margin:0;
}
/* categorytab */
.tt_tabsproduct_module.tabscategories .module-title {
	display:inline-block;
	width:100%;
	padding-bottom:15px;
	position:relative;
}
.tt_tabsproduct_module.tabscategories .module-title:before {
	content: '';
    height: 2px;
    width: 100px;
    background: #2971f5;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 1;
}
.tt_tabsproduct_module.tabscategories .module-title h2 {
	display:inline-block;
	width:40%;
	float:left;
	padding:6px 0 0;
}
.tt_tabsproduct_module.tabscategories .module-title h2:before {
	display:none;
}
.tt_tabsproduct_module.tabscategories .tab-heading {
	float:right;
	width:60%;
	text-align:right;
	padding-right:90px;
}
.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:32px;
	line-height:32px;
	padding:0 15px;
	font-weight:400;
	border-radius:20px;
	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:#2971f5;
	border-color:#2971f5;
}
.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li a:before {
	display:none;
}
.tt_tabsproduct_module.tabscategories .owl-carousel .owl-nav > .owl-next,.tt_tabsproduct_module.tabscategories .owl-carousel .owl-nav > .owl-prev {
	margin:-83px 0 0 0;
}
.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;
}
/* testimonial */
.testimonial-container {
	background:#f0f0f0;
	padding:60px 0;
}
.testimonial-container .module-title h2:before {
	width:35%;
}
.testimonial-container .testimonial-box a {
	font-size:15px;
	color:#555555;
	line-height:23px;
	width:100%;
}
.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 #2971f5;
	border-radius:100%;
}
.testimonial-container .box-testimonial .testimonial-author {
	margin-left:80px;
	margin-top: 25px;
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
}
/* 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:10px !important;
	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 */
.brand-container {
	margin:50px 0 0;
	position:relative;
}
.brand-container .module-title {
	display:none;
}
.brand-container .swiper-container {
	padding:5px 0;
	border:1px solid #e7e7e7;
}
.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:#888;
}
#back-top {
	position: fixed;
	bottom: 210px;
	right: 9%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	text-transform: uppercase;
	background: #434343;
	z-index: 999;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
@media(max-width: 1400px){
	#back-top{
		bottom: 60px;
		right: 0px;		
	}
}
#back-top span{
	margin-right: 15px;
}
#back-top i{
	font-size: 12px;
}
footer {
	padding:50px 0 0;
	background:#ffffff;
}
footer .footer-title {
	margin-bottom:25px;
}
footer .col4 .footer-title {
	margin-bottom:30px;
}
footer .footer-title h2 {
	font-size:16px;
	color:#444444;
	text-transform:uppercase;
	font-weight:500;
	margin:0;
}
footer .col1 .footer-title {
	display:none;
}
footer .footer-content li {
	line-height:35px;
}
footer .footer-content a {
	font-size:15px;
	color:#666666;
	text-transform:capitalize;
}
footer .footer-content a:hover {
	color:#2971f5;
}
/* footer-static */
.footer-static .container-inner {
	border-bottom:1px solid #eeeeee;
	padding-bottom:50px;
}
.footer-content p {
	font-size:15px;
	font-weight:400;
	color:#666666;
	line-height:25px;
	margin:30px 0 0;
} 
.footer-content .footer-address,
.footer-content .footer-phone,
.footer-content .footer-email {
	padding-left:25px;
	position:relative;
	margin: 10px 0 0;
}
.footer-content .footer-address:before,
.footer-content .footer-phone:before,
.footer-content .footer-email:before {
	content:"\f456";
	display: inline-block;
    font-family: "Ionicons";
	position:absolute;
	left:0;
	top:1px;
	font-size:16px;
	color:#444444;
}
.footer-content .footer-phone:before {
	content: "\f4b9";
}
.footer-content .footer-email:before {
	content: "\f2eb";
}
/* footer-link */
.footer-link {
	margin:50px 0 0;
	text-align:center;
}
.footer-link ul {
	padding:0;
}
.footer-link ul li {
	display:inline-block;
	list-style:none;
}
.footer-link ul li a {
	color:#666666;
	margin-right:7px;
	padding-right:7px;
	border-right:1px solid #b2b2b2;
}
.footer-link ul li a:hover {
	color:#2971f5;
}
.footer-link ul li:last-child a {
	padding:0;
	border:0;
	margin:0;
}
/* 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:#2971f5;
	color:#fff;
	border-color:#2971f5;
}
.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:30px 0 25px;
	background:#2971f5;
	margin:50px 0 0;
}
.copyright-text a { 
	color: #fff;
}
.copyright-text a:hover {
	color:#999999;
}
.copyright-text{
	margin: 0;
	color: #ffffff;
	font-size:14px;
	width:100%;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb {
	padding:0;
	margin: 0 0 40px 0;
	background: none;
	background:url('../image/bg-breadcrumb1.jpg') no-repeat 0 0;
	background-size:cover;
	min-height:180px;
	line-height:180px;
	border-radius:0;
	text-align:center;
}
.breadcrumb a {
	font-size:14px;
	color:#666666;
	text-transform:capitalize;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a {
	color: #2971f5;
}
.breadcrumb > li + li::before{
	color: #444444;
	text-transform: capitalize;
	content:'\f125';
	font-family: 'Ionicons';
	font-size:12px;
}
.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: 40px;
}
.catgory-thumb {
	margin-bottom:40px;
}
.refine-category {
	font-size: 20px;
    color: #444444;
    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: #555555;
    font-size: 15px;
}
.category-compare a:hover {
	color:#2971f5;
}
.product-list .item-inner {
	margin-bottom:45px;
	border:1px solid #eeeeee;
	padding-bottom:45px;
	display:inline-block;
	width:100%;
	margin-left:15px;
	padding:30px 20px;
}
.product-list:last-child .item-inner {
	padding:0;
	border:0;
}
.product-list .image {
	padding:0;
}
.product-list .caption {
	padding-left:30px;
}
.product-list .ratings {
	padding:0 0 8px;
}
.product-list .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.product-list .item-inner .actions {
	position:inherit;
	opacity:1;
	text-align:left;
	padding:0;
	margin:20px 0 0;
}
.product-list .item-inner .actions .add-to-links {
	text-align:left;
}
.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:#444444;
	font-weight:400;
}
.product-list .product-name a:hover {
	color:#2971f5;
}
.product-list .price {
	margin:20px 0 0;
	font-size:22px;
}
.custom-products{
	margin: 0 -15px;
}
.layer-category ul li {
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
.layer-category ul li:last-child {
	margin:0;
}
.layer-category ul li a {
	text-transform: capitalize;
    color: #666666;
    font-size: 14px;
}
.layer-category ul li a:hover {
	color:#2971f5;
}
@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:30px 0 20px;
	padding:0;
	background:none;
	min-height:52px;
}
.toolbar3 .btn-group{
	background:none;
}
.toolbar3{
	padding: 0 20px 0 0;
	text-align:left;
}
.toolbar2{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
	border-right:1px solid #fff;
}
#input-sort,
#input-limit {
	background:none;
	padding: 0 0 0 13px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	color: #555555;
	text-align: center;
	height:35px;
	border:1px solid #e7e7e7;
	margin-top:5px;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #292929 !important;
}
#list-view{
	margin-right: 15px;
}
#list-view,
#grid-view {
	border: none;
	border-radius: 3px;
	color: #e2e2e2;
	padding: 0;
	background: none;
	line-height: 16px;
	box-shadow: none;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#list-view {
	background:url("../image/list.png") no-repeat 0 0 #2c2e3d;
	width:40px;
	height:40px;
}
#list-view.active,#list-view:hover,#list-view.selected {
	background:url("../image/list.png") no-repeat 0 0 #2971f5;
}
#grid-view {
	background:url("../image/grid.png") no-repeat 0 0 #2c2e3d;
	width:40px;
	height:40px;
}
#grid-view.active,#grid-view:hover,#grid-view.selected {
	background:url("../image/grid.png") no-repeat 0 100% #2971f5;
}
.pagination{
	margin: 0;
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    background: none !important;
    color: #888 !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 100% !important;
	background: none !important;
	color: #929292 !important;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 5px;
	text-align: center;
	line-height: 1;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	padding-left: 0;
}
.pagination{
	line-height: 1;
}
.pagination > li{
	display: inline-block;
	vertical-align: middle;
}
.toolbar4{	
	float: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    background: none;
    min-height: 52px;
}
.toolbar4 .col-sm-6 {
	padding:0;
}
.toolbar4 .pagination {
	float:left;
	margin:0;
}
.toolbar4 .pagination li {
	width:40px;
	height:40px;
	line-height:40px;
	background:#fff;
	border-radius:3px;
	margin:0 10px 0 0;
	text-align:center;
	cursor:pointer;
	border:1px solid #eeeeee;
}
.toolbar4 .pagination li span,
.toolbar4 .pagination li a {
	margin:0;
	padding:0;
	line-height:40px;
	float:none;
	font-size:14px;
	color:#444444;
	font-weight:400;
	font-style:initial;
	display:inline-block;
	width:100%;
}
.toolbar4 .pagination li.active,
.toolbar4 .pagination li:hover {
	background:#2971f5;
	border-color:#2971f5;
}
.toolbar4 .pagination li.active span,
.toolbar4 .pagination li:hover span,
.toolbar4 .pagination li:hover a {
	color:#fff !important;
}
.toolbar4  .text-right {
	margin-top: 17px;
	font-size: 14px;
	color: #555555;
	padding-right:30px !important;
}
.toolbar4  .col-md-6 {
	padding:0;
}
/* 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:#2971f5;
}
.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: #444444;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 500;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box{
	width: 67px;
	display: inline-block;
}
.block-2 .price{
	margin: 0 0 25px 0;
	font-size:32px !important;
}
.block-2 .price-old {
	font-size:20px;
}
.block-2 .ratings {
	margin: 10px 0 25px;
	float: none;
	width: auto;
}
.block-2 .list-unstyled {
	color: #666666;
	clear: both;
	font-style:italic;
	font-size:13px;
}
.block-2 .list-unstyled li {
	line-height:26px;
	font-style: initial;
	font-size:14px;
}
.block-2 .price-product{
	font-size: 18px;
	color: #aaaaaa;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text{
	color: #ee3333;
	margin-left: 5px;
}
.block-2 .short-des {
	margin: 30px 0 40px;
	color: #777777;
	line-height: 24px;
	font-size:14px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 15px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 23px;
    font-size: 14px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #a6a6a6;
	float: left;
}
#minus2, #plus2,
#minus, #plus {
	border: 0;
	border-left: none;
}
#plus, #plus2 {
	border-bottom:none;
	margin-top: 8px;
}
#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: #777777;
	font-weight:400;
}
label[for='input-quantity']{
	float: left;
    line-height: 46px;
    padding:0 ;
    margin: 0 30px 0 0;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}
#button-cart2 i,
#button-cart i{
	font-size: 24px;
	margin-right: 7px;
}
#button-cart2,
#button-cart{
	margin: 0 25px 10px 0;
	float: left;
	background: #2971f5;
	height: 40px;
	line-height:42px;
	border-radius: 3px;
	padding: 0 30px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	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:#f4f4f4;
	color:#444;
}
.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:hover i, 
.block-2 .btn-wishlist:hover i {
	color:#2971f5;
}
.block-2 .btn-compare, 
.block-2 .btn-wishlist {
    width: auto;
	height:40px;
	line-height:40px;
	border-radius:0;
    border: none;
	padding: 0;
	background: none;
	color: #555555;
	font-size:16px;
}
.block-2 .btn-wishlist {
	margin-right:25px;
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
	background:none;
	color:#2971f5;
}
#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 {
	float: left;
	width:70px;
	margin: 0 15px 10px 0;
	border:1px solid #ececec;
	border-radius: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 {
	max-height: 500px;
	overflow: auto;
	padding:30px 0;
	margin-bottom: 50px;
	border:0;
	font-size:14px;
	color:#444444;
	line-height:28px;
}
.block-3 .nav-tabs {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	background:#f2f2f2;
	margin: 0;
	padding:28px 0 20px;
	border:0;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #3b3b3b;
	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 40px;
}
.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:120px;
	float:left;
}
.list-style .item-inner .caption {
	margin-left:130px;
	text-align:left;
	position:relative;
	padding-top: 20px;
}
.products2 .row_items  {
	border:1px solid #eeeeee;
	padding:10px;
}
.products2 .list-style .item-inner {
	padding:5px 0 10px;
} 
.list-style .item-inner {
	padding:20px 0;
	border:0;
	border-bottom:1px solid #eeeeee;
}
.list-style:last-child .item-inner {
	border:0;
} 
.list-style .item-inner .actions {
	position:absolute;
	left:0;
	width:100%;
	bottom:-25px;
	padding:10px 0;
	background:#fff;
	opacity:0;
}
.list-style .item-inner:hover .actions {
	opacity:1;
}
.list-style .item-inner .add-to-links .cart {
	opacity:0;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.list-style .item-inner:hover .add-to-links .cart {
	opacity:1;
}
.list-style .item-inner .add-to-links .cart button {
	padding:0;
	width:36px;
	height:36px;
	border-radius:100%;
	font-size:0;
}
.list-style .item-inner .add-to-links .cart button:before {
	font-family: 'Ionicons';
    display: inline-block;
    font-size: 18px;
	content: "\f3f7";
	margin:0;
}
/* modules */
.home-modules {
	position:relative;
	padding:100px 0;
	background:url("../image/home-modules.jpg") no-repeat fixed;
	background-size:cover;
	margin-top:85px;
}
.module-title h2 {
	font-size: 20px;
	color:#444444;
	margin: 0;
	font-weight: 500;
	text-transform: capitalize;
	padding:0 0 20px;
	position:relative;
	display:inline-block;
}
.module-title h2:before {
	content: '';
    height: 2px;
    width: 60%;
    background: #2971f5;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.module-title .module-description{
	margin:20px 0 0;
	font-size:14px;
	color:#888888;
}
.module-title{
	text-align: left;
	margin: 0 0 30px;
	border-bottom:1px solid #eeeeee;
}
.tt_product_module {
	margin-top: 45px;
}
.tt_product_module.products2 {
	margin-top:20px;
}
.related-products {
	clear: both;
}
.related-products .owl-carousel .owl-stage-outer {
	padding-bottom:20px;
}
.related-products .product-grid {
	margin:0;
}
/* onsale */
.products .module-title {
	background:#2971f5;
	border-radius:3px 3px 0 0;
	border:0;
	padding:15px 15px 13px;
	margin:0;
}
.products .module-title h2 {
	color:#fff;
	padding:0;
}
.products .module-title h2:before {
	display:none;
}
.products .tt-product {
	border:1px solid #eee;
	border-top:0;
	padding:30px 30px 30px 10px;
}
.products .item-inner {
	padding:0 10px 0 0;
	border:0;
	border-right:1px solid #eee;
}
.products .active + .active .item-inner {
	border:0;
	padding:0;
}
.products .image {
	width:45%;
	float:left;
}
.products .caption {
	margin-left:50%;
	text-align:left;
}
.products .product-name {
	font-size:18px;
	font-weight:500;
}
.products .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.products .owl-carousel .owl-nav > .owl-next,.products .owl-carousel .owl-nav > .owl-prev {
	border:1px solid #fff;
	color:#fff;
	margin:-40px 0 0;
	opacity:1;
}
.products .owl-carousel .owl-nav > .owl-next:hover,.products .owl-carousel .owl-nav > .owl-prev:hover {
	background:#fff;
	color:#2971f5;
}
.products .owl-nav > div.owl-next {
	right:20px;
}
.products .owl-nav > .owl-prev {
	right:57px;
}
/* feature-category */
.featured-categories-container { margin:50px 0 0; }
.featured-categories-container .owl-item {
	padding:0 15px;
}
.fcategory-content {
	position:relative;
}
.fcategory-content .content-thumb {
	position:absolute;
	top:25px;
	left:25px;
}
.fcategory-content .content-thumb ul {
	padding:0 0 0 10px;
	margin:0;
}
.fcategory-content .content-thumb h2 {
	margin:0;
}
.fcategory-content .content-thumb h2 a {
	font-size:16px;
	color:#444444;
	font-weight:500;
	padding-bottom: 20px;
	display:block;
}
.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;
}
.fcategory-content .content-thumb a:hover {
	color:#2971f5;
	padding-left:10px;
}
.featured-categories-container .owl-nav > div.owl-next {
	right:12px;
}
.featured-categories-container .owl-nav > .owl-prev {
	right:48px;
}
/* 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:#fff;
    top: 0;
    width: 100%;
    z-index: 9991;
    opacity: 0.8;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -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){
	#cart-total .cart-text { display:none; }
	#search-by-category { margin-left:15px; }
	.search-container { width:480px; }
	.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-top p { font-size:12px; }
	.banner-static { padding:30px 20px 20px; }
	.banner-static .col:after { display:none; }
	.banner-center .col2 { margin-bottom:21px; }
	.banner-bottom .col:before { display:none; }
	.banner-bottom .container-inner { padding:0; }
	.products .caption { margin-left:47%; }
	.product-des { margin:13px 0 0; }
	.products2 .item-inner .image { width:90px; }
	.products2 .item-inner .caption { margin-left:100px; padding:0 !important; }
	.products2 .price { font-size:21px; margin:10px 0 0; }
	.tt_tabsproduct_module .module-image img { width:100%; }
	#blog_home .articles-image { width:215px; }
	#blog_home .aritcles-content { margin-left:235px; }
	.tt_tabsproduct_module.tabscategories .module-title h2 { width:30%; }
	.tt_tabsproduct_module.tabscategories .tab-heading { width:70%; }
	.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;
	}
	.custom-category .item-inner .add-to-links div.wishlist,.custom-category .item-inner .add-to-links div.compare { opacity:1; }
	.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; }
	#dialog-normal .newleter-content { width:55%; }
}
@media (max-width: 991px){
	.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev { display:none !important; }
	.container-fix { padding:30px 0 0; }
	.header-top { text-align:center; padding-bottom:10px; }
	.currency { border:0; }
	#top-links .dropdown-menu li a { line-height:20px; }
	.custom-products .product-grid:nth-child(2n+1){
		clear: both;
	}
	.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:-122px; }
	.currency .btn-link,.language .btn-link { float:none; }
	.currency { padding:0 30px 0 0; }
	.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-top: 20px; }
	#search-by-category { float:none; display:inline-block; margin:0; }
	.call-us { float:none; margin:30px auto; display:table; }
	.banner-static .icon-banner:before { font-size:36px; }
	.banner-static .banner-text h2 { font-size:13px; }
	.banner-static .banner-text p { font-size:10px; }
	.banner-center .col3 { margin-bottom:10px; }
	.banner-left { margin:30px 0; }
	.tt_product_module.products2 { margin:30px 0 10px; }
	.products2 .item-inner .image {
		width:120px;
	}
	.products2 .item-inner .caption { margin-left:140px; }
	.products .image { width:100%; }
	.products .caption { margin:20px 0 0; display:inline-block; width:100%; }
	.products .tt-product { padding:20px 30px 10px; }
	.products .item-inner { border:0; }
	.products .active + .active .item-inner { padding:0 10px 0 0 !important; }
	.countdown-row .countdown-section { min-width:55px; }
	.item-inner .add-to-links .cart button { text-align:center; width:36px; line-height:36px; padding:0; font-size:0; }
	.item-inner .add-to-links .cart button:before {
		font-family: 'Ionicons';
		display: inline-block;
		font-size: 18px;
		content: "\f3f7";
		margin:0;
	}
	.item-inner .add-to-links div.wishlist,.item-inner .add-to-links div.compare { opacity:1; }
	.tt_tabsproduct_module.tabscategories .module-title h2 { width:100%; }
	.tt_tabsproduct_module.tabscategories .tab-heading { width:100%; margin-top:20px; text-align:left; padding:0; }
	.btn-actions { display:inline-block; 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 { width:100%; }
	#dialog-normal .newleter-content { width:100%; display:inline-block; margin:20px 0 0; }
	.banner-bottom .col1,.banner-bottom .col2 { margin-bottom:30px; }
	.banner-bottom1 { margin:20px 0 0; }
	.banner-bottom1 .col { display:inline-block; width:100%; margin-bottom:20px; }
	.banner-bottom1 .col3 { margin:0; }
	.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: -2px;
		color: #333;
	}
	.footer-static .footer-title { cursor:pointer; }
	.footer-static .footer-content {
		display:none;
	}
}
@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-center img,.banner-center2 img { width:100%; }
	.banner-center .col2 { margin:20px 0; }
	.banner-center .col4 { margin:10px 0 20px; }
	.banner-center2 .col1 { margin-bottom:20px; }
	.banner-bottom .col { display:inline-block; width:100%; margin-right:0; }
	.banner-bottom .col3 { margin-bottom:30px; }
	.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:639px) and (min-width:561px) {
	.product-list .product-inner{
		width: 55%;
	}
	.product-list .image{
		width: 45%;
	}
}
@media (max-width: 680px){
	.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li { 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%;
	}
	.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;} 
	#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; }
	#form-currency .dropdown-menu { margin-left:-50px; }
	.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:0 0 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; }
}
@media (max-width: 380px){
	#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: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; }
	#top-links .dropdown-menu { text-align:center; }
	#search { width:100%; }
	#cart .dropdown-menu { min-width:280px; right:-90px; }
	#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; }
	.tt_tabsproduct_module.tabscategories .tab-heading.nav-pills > li a { display:inline-block; }
	.products2 .row_items { padding:20px; }
	.products2 .item-inner .image { width:100%; }
	.products2 .item-inner .caption { width:100%; display:inline-block; margin:10px 0 0; }
	.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%; }
}