
body {
	width: 100%;
	background: url("../image/body-bg.png");
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 23px;
	font-weight: 300;
	letter-spacing: 0.8px;
}
.body-bottom {
    background: #fff;
	padding: 0 30px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

*:focus {
	outline: none !important;
}


/* default font size */

.fa {
	font-size: 12px;
}


/* Override the bootstrap defaults */

h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #fedb22 ;
}

legend {
	font-size: 16px;
	font-weight: 600;
	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: 13px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {}

.input-group .input-group-addon {
	height: 30px;
	border: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

#menu .fa {
	padding-left: 5px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}
.tab-box .nav-tabs {margin:0; }

.nav-tabs {
	margin-bottom: 0;
	margin-top: 60px;
}

.tab-content {
	background: #f3f3f3;
	padding: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


/* Gradent to all drop down menus */

#common-home {
    float: left;
    width: 100%;
}
/* top */

#top {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #69707a;
}

.top-left a .fa {
	font-size: 0;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #000;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 13px;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #fedb22 ;
}

#top .btn-link strong {
	line-height: 14px;
}

#top-links a+a {
	margin-left: 15px;
}

.list-inline {
	float: right;
	margin: 0;
	line-height: 0;
}

.currency,
.language {
	float: right;
}
.currency .pull-left,.language .pull-left{float: none !important;line-height: 0;}
.latest-offer {
    font-size: 11px;
    color: #fff;
    display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	background: url("../image/top-offer.png") no-repeat left 5px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.latest-offer:hover{
	background-position: left -38px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.top-left.pull-left {
	float: left;
	width: 50%;
	padding: 8px 0;	
}

#top-links.pull-right {
	float: right;
	width: 50%;
}

#top .myaccount a.dropdown-toggle {
	padding: 0 0 0 25px;
	background: url(../image/user.png) no-repeat scroll left 0;
	display: none;
}

#top .myaccount a.dropdown-toggle:hover {
	background-position: left -84px;
}
#form-currency, #form-language {
    margin: 0;
}
#form-currency>.btn-group>.btn-link,
#form-language>.btn-group>.btn-link {
	padding: 12px 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
	cursor: pointer;
	color: #fff;
}
#form-currency > .btn-group > .btn-link{padding-right: 0;}
#form-language>.btn-group>.btn-link {padding-left: 0}
#form-currency>.btn-group>.btn-link:hover,
#form-language>.btn-group>.btn-link:hover {
	color: #fedb22;
}
.language-menu ,.currency-menu{
	margin: 0;
	right: 0;
	left: auto;
}
/* header */

#common-home #content {
	margin-top: 0;
}



.common-home header
{
	margin-bottom: 0;
}
header {
	position: relative;
	background: #242f3d;
	z-index: 999;
	display: inline-block;
	vertical-align: top;
	margin: 0 -30px 30px;
	padding: 0 30px 30px;
}
.header-top{
	float: left;
	width: 100%;
}
.header-bottom {
	float: left;
	width: 100%;
}

.header-left {
}

.header-center {
}

.header-right {
}


/* logo */

.header-logo {
	padding: 26px 0;
	margin: 0 auto;
	text-align: center;
	width: auto;
	float: left;
	z-index: 9;
	position: relative;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

#logo {
}

.header-logo img {
	margin: 0 auto;
	text-align: center;
}


/* search */
#search {
    z-index: 9;
    display: block !important;
	height: auto !important;
}
.header-search {
	float: left;
	width: 66%;
	padding-left: 30px;
	position: relative;
	z-index: 9;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}


.header-search-btn {
	background:#fedb22 url("../image/search-icon.png") no-repeat scroll center 3px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.header-search-btn:hover {
	background-position: center -62px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.header-search-btn.active {
	background-position: center -135px;
}
.header-search-btn.active:hover {
	background-position: center -204px;
}

.header-search.open #search {
	display: block;
}



#search .input-lg {
	padding: 0 20px;
	position: relative;
	font-weight: 400;
	width: 100%;
	height: 40px;
	color: #000;
	border: none;
}
#search .form-control::placeholder{color: #000;}
#search .input-group-btn {
	position: absolute;
	font-size: 0;
	white-space: nowrap;
	right: 0;
	width: 40px;
	height: 40px;
}

#search .btn-lg {
	font-size: 0;
	line-height: 0;
	border: none;
	background: transparent;
	padding: 0;
    margin-left: 0;
}

#search .btn-lg i {
	font-size: 0;
	background:  #fedb22 url("../image/search.png") no-repeat center 14px;
	border: none;
	color: #000;
	height: 40px;
	width: 40px;
	padding: 0;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

#search .btn-lg:hover i {
	background-position: center -28px;
}

/*Wishlist*/
header .wishlist {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}
.wishlist-icon {
    height: 40px;
    width: 40px;
    float: left;
    background: #fedb22 url("../image/wishlist.png") no-repeat center 13px;
    border-radius: 50%;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
header .wishlist:hover .wishlist-icon
{
	background-position: center -57px;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.wishlist a{color: #fff;text-transform: uppercase;padding: 8px 0 8px 10px;float: left;}
.wishlist a:hover{color: #fedb22}
.wishlist i{color: #fedb22;font-size: 13px;display: none;}
/*wishlist over*/
/* cart */
.account-detail {display: none;}
.shopping_cart_data{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
    line-height: 23px;
    text-align: left;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.cart-text {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
}
.user-signin .myaccount:hover .account-title,#cart:hover .cart-text{color: #fedb22;}

.shopping-cart {
	float: right;
	position: relative;
	z-index: 99;
}
#cart {
    padding: 36px 0;
    float: left;
    position: relative;
    cursor: pointer;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#cart > .btn {
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
    padding: 0;	
    box-shadow: none;
    border: none;
    float: left;
    background: #fedb22 url("../image/nav-icon.png") no-repeat scroll center -74px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#cart:hover >.btn{
	background-position: center -120px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

#cart>.btn .fa.fa-shopping-cart {
	font-size: 0;
	display: none;
}

#cart-total,.account-option {
	text-transform: capitalize;
	font-size: 11px;
	line-height: normal;
	font-weight: 300;
	display: block;
	color: #fff;
	padding: 0;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	width: 350px;
	padding:15px;
	margin: 0;
}

#cart .dropdown-menu table.table-striped {
	border-bottom: 1px solid #eeeeee;
}

#cart .dropdown-menu table td {
	border: none;
	background: none;
}

#cart .dropdown-menu table.table-bordered td {
    padding: 5px 0;
}

#cart .dropdown-menu table td {
	border: none;
	background: none;
	font-size: 12px;
}

#cart .dropdown-menu .text-center {
}

#cart .dropdown-menu .img-thumbnail {
	width: auto;
	max-width: none;
	border-radius: 0;
}

#cart table.table-striped .btn-danger.btn-xs {
	background: none repeat scroll 0 0 transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0 none;
	color: #000;
}

.cart-menu .table-bordered tr>td,
.cart-menu .table-bordered {
	border: medium none;
	padding: 4px 5px;
}

.cart-menu .table-bordered tr>td,
#cart .table-bordered {
	border: medium none;
	padding: 4px 5px;
}

.shopping-cart #cart .text-right .viewcart,
.shopping-cart #cart .text-right .checkout {
	padding: 10px;
}

#cart .text-right .viewcart,
#cart .text-right .checkout,
.btn-primary,
.btn-default,
#button-cart,
.btn-danger,
.button.aboutus,
.btn-info {
	color: #000;
	background-color: #fedb22;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 25px;
	font-size: 13px;
	letter-spacing: .72px;
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 0;
	line-height: normal;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	position: relative;
}
#product-product .btn-group i {
    color: #000;
}
#product-product .btn-group:hover i{color: #fff;}
.btn-primary:hover,
#cart .text-right .viewcart:hover,
#cart .text-right .checkout:hover,
.btn-default:hover,
#button-cart:hover,
.btn-danger:hover,
.button.aboutus:hover,
.btn-info:hover {
	background-color: #000;
	color: #ffffff;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
}


/*account*/
.acc_info {
}

.user-signin .myaccount {	
	padding: 12px 0 12px 15px;
	float: left;
	position: relative;
	cursor: pointer;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.user-signin {
	float: right;
	z-index: 999;
	position: relative;
	background: url("../image/nav-divider.png") no-repeat left center;
	margin-left: 15px;
}
.user-signin .user-info {
    font-size: 13px;
	padding: 10px;
	top: 100%;
}
.user-signin .user-info a
{
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	font-weight: 300;
	padding: 5px;
	text-decoration: none;
	position: relative;
	margin: 0;
	display: block;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.user-signin .user-info a:hover
{
	color: #fedb22;
}
.user-signin .user-info li:last-child a {
    margin-right: 0;
}
.user-signin .user-info li {
    position: relative;
}

.user-signin .myaccount .user-toggle {
    float: left;
    position: relative;
    font-size:11px;
    line-height: normal;
    color: #fff;
    height: 15px;
    font-weight: 300;
    background: url(../image/user-icon.png) no-repeat scroll left 0;
    z-index: 9;
    padding-left: 20px;
    text-transform: uppercase;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.user-signin .myaccount:hover .user-toggle {
	background-position: left -42px;
	color: #fedb22;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}


.user-info a.register {
	background-position: center -135px;
}
.user-info li:hover a.register {	
	background-position: center -204px;
}

.user-info a.login {
	background-position: center -274px;
}
.user-info li:hover a.login {
	background-position: center -343px;
}

.user-info a.account {
	background-position: center 3px;
}
.user-info li:hover a.account {
	background-position: center -66px;
}

.user-info a.logout {
	background-position: center -411px;
}
.user-info li:hover a.logout {
	background-position: center -480px;
}

.products {
	margin: 0 -15px;
}

.title-block {
	text-align: center;
	position: relative;
}

.products-section-title {
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	color: #242f3d;
	text-align: center;
	letter-spacing: 1.4px;
	font-family: 'Quicksand', sans-serif;
}
.hometab .products-section-title,
.category_tab .products-section-title{
    border: none;
    margin: 0 0 20px;
}
/*#common-home */

.top-space {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 70px;
}
.success-msg {
    background: #f3f3f3;
    padding: 15px;
    float: left;
    width: 100%;
}
#content.col-sm-12 {
    padding: 0;
}
/*category page */

.category_thumb .category_img,
.category_thumb .category_description {
	float: left;
	width: 100%;
}

.category_thumb .category_img .category_img_hover {
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

.swiper-viewport #banner0 .swiper-wrapper {
	position: relative;
	overflow: hidden;
}


.category_thumb .category_img:hover .category_img_hover img {
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.category_thumb .category_img .category_img_hover img {
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.refine-search {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.search-criteria {
    padding: 15px 0;
}
#content .category_list {
	margin-bottom: 15px;
	padding: 0;
}

#content .category_list ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#content .category_list li {
	float: left;
	margin: 0 7px 7px 0;
	overflow: auto;
	padding: 0;
	position: relative;
}

#content .category_list ul li a {
	background-color: #f3f3f3;
	display: block;
	padding: 5px 8px;
}

.category_filter {
	background: none repeat scroll 0 0 #f3f3f3;
	border-radius: 0;
	color: #666666;
	float: left;
	margin-bottom: 30px;
	padding: 15px;
	width: 100%;
}

.category_filter .btn-list-grid {
	float: left;
	padding: 5px 0 0;
	width: auto;
}

.compare-total {
	float: left;
	padding: 6px 0 6px 15px;
}

.compare-total #compare-total {
	padding: 0;
}

.compare-total .form-group {
	margin: 0;
}

.category_filter .btn-list-grid .btn-group .grid:hover,
.category_filter .btn-list-grid .btn-group .grid.active {
	background-position: center -65px;
}

.category_filter .btn-list-grid .btn-group .grid {
	background: rgba(0, 0, 0, 0) url("../image/grid.png") no-repeat scroll center 3px;
	border: medium none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: block;
	float: left;
	height: 27px;
	text-decoration: none;
	text-indent: -9999px;
	width: 31px;
	padding: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
}

.category_filter .btn-list-grid .btn-group .list:hover,
.category_filter .btn-list-grid .btn-group .list.active {
	background-position: center -65px;
}

.category_filter .btn-list-grid .btn-group .list {
	background: rgba(0, 0, 0, 0) url("../image/list.png") no-repeat scroll center 3px;
	border: medium none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: block;
	float: left;
	height: 27px;
	text-decoration: none;
	text-indent: -9999px;
	width: 31px;
	padding: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
}
.pagination-right {
	margin: 0;
	width: auto;
	float: right;
	display: inline-flex;
}
.pagination-right .form-group {
    margin: 0;
}
.sort-by-wrapper,
.show-wrapper {
	float: left;
}

.category_filter .sort-by {
	float: left;
	margin: 5px 10px 0 0;
	width: auto;
	padding: 0;
	text-align: left;
}

.category_filter .show {
	float: left;
	margin: 5px 5px 0 0px;
	padding: 0;
}

.category_filter .limit {
	float: right;
	margin: 1px 0 0;
	padding: 0;
	width: 80px;
}

.category_filter .sort-by label,
.category_filter .show label {
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	border: none;
	margin: 0;
}

.show-wrapper .form-group {
	margin: 0;
}

.category_filter .sort {
	float: left;
	margin: 1px 0 0;
	padding: 0;
	width: 180px;
}

.pagination-wrapper {
	clear: both;
	float: left;
	width: 100%;
	padding: 15px;
	background-color: #f3f3f3;
	border: 1px solid #eee;
}

.pagination-wrapper .page-link {
	float: right;
	padding: 0;
	width: auto;
}

.pagination-wrapper .page-result {
	float: left;
	padding: 0;
	width: auto;
}

h2.main-price {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
}

h1.product-title {
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: 500;
}
#product-product .img-part .thumbnails
{
}
#product-product .detail-part {
	background: #f3f3f3;
	padding: 15px;
}
#product-product .detail-part .rating {
    line-height: 30px;
}
.detail-part .rating a {
	display: block;
}


/* html start */


/* callus start */
header .callus {
    float: right;
    text-align: left;
    padding:36px 35px 36px 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.callus-img {
    height: 40px;
    width: 40px;
    float: left;
    background:#fedb22 url("../image/nav-icon.png") no-repeat center 11px;
    border-radius: 50%;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.call-title {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.callus-detail:hover .call-title, .callus-detail:hover .callus-img {
    background-position: center -30px;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
    color: #fedb22;
}
.call-on a {
    font-size: 11px;
    color: #fff;
    font-weight: 300;
}
.callus-description {	
    display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	line-height: 20px;
	text-align: left;
}
#custom-callus .callus-detail{
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;   
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    float: left;
    cursor: pointer;
}
#custom-callus .callus-detail a:hover
{
	color: #000;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

/* callus end */


/* aboutus block */
#custom-aboutus {
    margin: 0;
    text-align: center;
    position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
}
#custom-aboutus li {
    display: inline-block;
    margin: 0 5px;
}
/* aboutus block end */

/*featured block*/
.feature-title-block {
    float: left;
    text-align: left;
    padding: 40px 40px 75px;
    background: #242f3d;
    z-index: 1;
    position: relative;
}
.feature-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.feature-discount {
    font-size: 16px;
    font-weight: 400;
    color: #fedb22;
    padding: 10px 0;
}
.feature-collection {
	display: inline-block;
    text-align: center;
}
.custom-feature-block.top-space{margin-top: 30px;}
.custom-feature-block{margin-top: 0;}
.feature-collections {
    background: #f3f3f3;
}
.feature-collection-inner
{
    position: relative;
    text-align: center;
    padding: 25px 0;
}

.feature-collection-inner .collection-image {
    text-align: center;
    display: inline-block;
}
.feature-collection .collection-description {
    margin-top: 10px;
}
.collection-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    top: auto;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;

}
.collection-more .btn-primary {
    background: transparent;
    color: #fedb22;
    padding: 0;
    border-bottom: 1px solid;
	padding-bottom: 10px;
	font-size: 0;
	width: 80px;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition:all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.feature-collection:hover .collection-more .btn-primary
{
	font-size: 14px;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition:all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.feature-collection:hover .collection-more {
   /* bottom: 90px;*/
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.feature-collection .collection-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
     transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.feature-collection .collection-title a{color: #242f3d;}
.feature-collection .collection-detail
{
	width: 80%;
	margin: 0 auto;
	color: #8e8f8f;
}
.feature-collection:hover .collection-title a,.collection-title a:hover
{
	color: #fedb22;
	 transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.feature-collection .collection-description .btn-primary {

    background: transparent;
    color: #242f3d;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 5px;
    padding: 0;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
	opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
}
.feature-collection .collection-description .btn-primary:hover
{
	color: #fedb22;
}
.feature-collection:hover .collection-description .btn-primary
{
	transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
	opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
}
.feature-collection img
{
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.feature-collection:hover img
{
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
/*featured block over*/

/*Offer block*/
.offer-block {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.offer-inner-left {
    float: left;
    background: #fedb22;
    padding: 10px 14px;
    width: 17%;
    position: relative;
}
.offer-inner-left::after {
    position: absolute;
    content: "";
    left: auto;
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 61px 0 0 50px;
    border-color: transparent transparent transparent #fedb22;
}
.offer-inner-right {
    float: left;
    background: #242f3d;
    width: 83%;
    padding: 10px 90px;
    text-align: center;
}
.offer-title
{
	font-size: 13px;
	font-weight: 500;
	color: #000;
	background: url("../image/offer-icon.png") no-repeat left 3px;
	padding: 5px 0 5px 60px;
	line-height: 15.5px;
	text-transform: uppercase;
}
.offer-inner-right .btn-primary {
    float: right;
}
.offer-inner-right .btn-primary:hover{background-color: #fff;color: #000;}
.offer-description {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding: 9px 0;
    display: inline-block;
	vertical-align: top;
}
.offer-subtitle
{
    text-transform: uppercase;
	color: #fedb22;
}
/*offer block end*/
/* custom html starts*/


.left-block,.right-block, .center-block{
    width: 33.33%;
    float: left;
}
.subbannercms .detailes
{
	text-align: left;
	position: absolute;
	right: auto;
	left: 50px;
	top: 45px;
}
#wrapper .subbannercms .banner{margin: 0;cursor: pointer;position: relative;}
#custom-html.top-space{margin-top: 25px;}
.subbannercms {
    margin: 0 -15px;
}
.banner-inner {
    overflow: hidden;
    position: relative;
    margin: 0 15px;
}
.banner-inner .cms-image {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition:all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.subbannercms .detailes .title {
   font-size: 18px;
	color: #fff;
	text-transform:capitalize;
	font-weight:400;
	padding: 0;
}

.subbannercms .detailes .special-offer
{
 	display: inline-block;
    font-size: 13px;
    letter-spacing: 0.78px;
    background: #fedb22;
    color: #fff;
    padding: 0 5px;
    margin-bottom: 15px;
    
}
.subbannercms .detailes .description {
	font-size: 28px;
	color: #fedb22;
	font-weight: 600;
	letter-spacing: 1.12px;
	padding: 15px 0 50px 0;
	text-transform: uppercase;
}
.subbannercms .detailes .btn-primary {
    background: transparent;
    color: #fff;
    padding: 0;
    text-decoration: underline;

}
.subbannercms .detailes .btn-primary:hover
{
	color: #fedb22;
}
.subbannercms .detailes .sub-title {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
/*html ends*/
.banner-inner .cms-image:before,
.category_thumb .category_img .category_img_hover::before,
.swiper-viewport #banner0 .swiper-wrapper::before
{
	background: rgba(36, 47, 61, 0.2);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
}
.banner-inner .cms-image::after,.category_thumb .category_img .category_img_hover::after, .swiper-viewport #banner0 .swiper-wrapper::after{
    background: rgba(36, 47, 61, 0.2);
    bottom: 51%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}
.banner-inner .cms-image:before,.banner-inner .cms-image:after
{
	 background:rgba(255, 255, 255, 0.2);
}
.banner-inner:hover .cms-image::before, .category_thumb .category_img:hover .category_img_hover::before, 
.swiper-viewport #banner0:hover .swiper-wrapper::before
{
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -moz-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
}
.banner-inner:hover .cms-image::after, .category_thumb .category_img:hover .category_img_hover::after, .swiper-viewport #banner0:hover .swiper-wrapper::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -moz-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
}

/*html ends*/

/*parallax start*/

.parallax {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #f3f3f3;
}
#custom-homeblock.top-space,.blogs.top-space {
    margin-top: 70px;
}
.customhome-block {
	padding: 130px 0;
	text-transform: uppercase;
	text-align: center;
}
.customhome-block .custom-offers {
    float: left;
}
.customhome-block .custom-description .home-title{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	letter-spacing: 1.08px; 
	position: relative;
	padding-bottom: 20px;
}
.customhome-block .custom-description .home-title::before {
    position: absolute;
    content: "";
    border-top: 1px solid #000;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 222px;
    margin: 0 auto;
}
.customhome-block .custom-description .home-desc{
	font-size: 40px;
	line-height: 30px;
	letter-spacing: 2.4px;
	color: #fedb22;
	font-weight: 700;
	margin: 30px 0;
}
.custom-description .btn-primary {

    margin-top: 50px;
}
.customhome-block .home-offer {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	position: relative;
	text-transform: capitalize;
}
.customhome-block .home-offer .span-percentage {
    font-size: 34px;
    position: absolute;
	top: 0;
	line-height: 30px;
}

.customhome-block .home-offer .span-off {
    font-size: 31px;
    text-transform: uppercase;
    color: #000;
}
.customhome-block .home-sale {
    font-size: 61px;
    font-weight: 900;
    line-height: 60px;
}
.customhome-block .home-price {
    font-size: 25px;
    font-weight: 600;
    color: #878787;
    letter-spacing: 1.5px;
}
.customhome-block .home-price span {

    font-size: 42px;
    font-weight: 700;
    color: #fedb22;
    line-height: 50px;
    letter-spacing: 2.52px;

}
/*parallax end*/

/* instagram */

.instagramblock .h1.products-section-title {
    display: none;
}
#content .instagramblock .list-unstyled{
	padding: 0;
	margin: 0;
}
.instagramblock ul .blog-items {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 20%;
}
.instagramblock ul .blog-items::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .7s opacity;
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    z-index: 1;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
}
.instagramblock ul .blog-items:hover::after{
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
}
/* vertical menu */

/*vertical category start*/
.left-col .header-bottom #categories_block_left .vertical{display: none !important;}
#column-left #categories_block_left .side-title{display: none;}
#column-left #categories_block_left .vertical{padding: 0;}
#column-left #categories_block_left{width: 100%;}
#column-left #categories_block_left .vertical li.dropdown > a,
#column-left #categories_block_left .vertical ul li a
{
	background-color: #f3f3f3;
	border: none;
}
#categories_block_left {
    float: left;
    text-align: left;
    z-index: 9;
    width: 24%;
    position: relative;
}
.header-bottom #categories_block_left .vertical{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    display: none;
}
#categories_block_left .side-title {
    color: #000;
    background: #fedb22 url("../image/vertical-icon.png") no-repeat 92% center;
    padding: 9px 20px;
    height: 40px;
    font-size: 13px;
    letter-spacing: .54px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}
#categories_block_left .vertical ul {
    list-style: none;
    margin: 0;
    background: #fff;
}
#categories_block_left .vertical ul li a {
    width: 100%;
    display: inline-block;
    margin: 0;
    color: #000;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
}
#categories_block_left .vertical ul li a:hover
{
	color: #fedb22;
}
#categories_block_left .vertical ul .megamenu {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s;
    transform: translateX(50px);
}
#categories_block_left .vertical li:hover > .megamenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -moz-box-shadow: rgba(0,0,0,.2) 0 5px 13px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 5px 13px;
    box-shadow: rgba(0,0,0,.2) 0 5px 13px;
}
#categories_block_left .vertical li.dropdown > a {
    background: url(../image/vertical-arrow.png) no-repeat scroll 91% 17px;
}
#categories_block_left .vertical li.dropdown:hover > a {
    background-position: 91% -33px;
}


/* vertical menu end*/


/*banner start*/

.offerbanner {
	position: relative;
	overflow: hidden;
}


/*banner end*/


/*testimonial start*/
#custom-testimonial {
    margin-top: 40px;
}
.testimonial-main {
    background: rgba(255,255,255,0.77);
    width: 72%;
    margin: 0 auto;
    padding: 40px;
}
#testimonial-block {
	padding:40px 0 25px;
	text-align: left;
    width: 100%;
	position: relative;
	cursor: pointer;
	float: left;
}
.testmonial-image
{
	float: left;
	width: 20%;
	position: relative;
}
.testmonial-image img{
	border: 2px solid #fedb22;
	width: 125px;
	float: right;
}
.testimonial-description {
    width: 80%;
    padding: 0 20px 0 40px;
    float: left;
}
.testimonial-icon-parent
{
	width: 78%;
	margin: 0 auto;
}
.item.testimonial-contain {
    padding: 0 315px;
    position: relative;
    width: 50%;
    float: left;
}
.testmonial-icon
{	
    height: 50px;
	width: 50px;
	float: left;
	margin: 35px 0;
	background: url("../image/testimonial-icon.png") no-repeat center center;
}
.testmonial-author {
    position: relative;
}
.testmonial-author .user-name {
   font-size: 15px;
   line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.08px;
}
.testmonial-author .user-name a{color: #fedb22;}
.testmonial-author .user-des {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: normal;
	font-style: italic;
	padding:8px 0 12px 0;
}
#testimonial-block .des p {
    font-size: 12px;
	color: #fff;
	line-height: 25px;
	margin: 0;
	letter-spacing: 1.2px;
}
/*testimonial end*/
/*service start*/
.custom-service-block {
    float: left;
    width: 100%;
    padding: 25px;
    background: #f3f3f3;
}
.custom-service-block .service
{
	float: left;
	width: 20%;
	position: relative;
	cursor: pointer;
}
.custom-service-block .service:last-child{background: transparent;}
.services-inner{
	text-align: left;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.service .icon
{
	position: relative;
	display: inline-block;

}
.customservices .serviceicon
{
	background:url("../image/services.png") no-repeat scroll center 0;
    background-position-x: center;
    background-position-y: 0px;
	height: 40px;
	width: 40px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.service-description
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}

.service1-icon.serviceicon {
   background-position: center 4px;
}
.service:hover .service1-icon.serviceicon {
    background-position: center -50px;
}
.service2-icon.serviceicon {
    background-position: center -109px;
}
.service:hover .service2-icon.serviceicon {
    background-position: center -171px;
}
.service3-icon.serviceicon {
    background-position: center -227px;
}
.service:hover .service3-icon.serviceicon {
    background-position: center -279px;
}
.service4-icon.serviceicon {
    background-position: center -336px;
}
.service:hover .service4-icon.serviceicon {
    background-position: center -396px;
}
.service5-icon.serviceicon {
    background-position: center -456px;
}
.service:hover .service5-icon.serviceicon {
    background-position: center -516px;
}
.custom-service-block .service-title a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.53px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.custom-service-block .service-text {
	color: #595959;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0.48px;
}
.custom-service-block .service:hover .service-title a {
	color: #fedb22;
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
/*service end*/


/* custom payment */

#custom-payment {
	margin: 0;
	float: left;
}

.custompayements .payment-block li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.custompayements .payment-block li a {
	color: #fff;
	margin: 0 5px;
	white-space: normal;
	overflow: hidden;
	font-size: 0;
	height: 21px;
	width: 32px;
	display: block;
}

.payment-block ul {
	margin: 0;
	padding: 0;
}

.custompayements .payment-block li.visa a {
	background: url(../image/pay1.png) no-repeat scroll center center;
}

.custompayements .payment-block li.discover a {
	background: url(../image/pay2.png) no-repeat scroll center center;
}

.custompayements .payment-block li.express a {
	background: url(../image/pay3.png) no-repeat scroll center center;
}

.custompayements .payment-block li.mastercard a {
	background: url(../image/pay4.png) no-repeat scroll center center;
}

.custompayements .payment-block li.visa1 a {
	background: url(../image/pay1.png) no-repeat scroll center center;
}

.custompayements .payment-block li.visa:hover a {
	background-image: url(../image/pay1-h.png);
}

.custompayements .payment-block li.discover:hover a {
	background-image: url(../image/pay2-h.png);
}

.custompayements .payment-block li.express:hover a {
	background-image: url(../image/pay3-h.png);
}

.custompayements .payment-block li.mastercard:hover a {
	background-image: url(../image/pay4-h.png);
}

.custompayements .payment-block li.visa1:hover a {
	background-image: url(../image/pay1-h.png);
}


/* payments end */


/* blog start */

.blog-items {
	width: 50%;
}

.blog-left {
	position: relative;
}

.blog-right {
	position: relative;
	text-align: left;
    float: left;
    width: 100%;
}
.single-blog #add-comment {border: none;}
.single-blog .blog-desc { padding-bottom:10px; font-size: 13px;  letter-spacing: 0.8px; margin-top: 20px;}
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .fullcomment {
    border: none;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    background: #f1f2f6;
    margin-bottom: 15px;
}

.single-blog .blog_title {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
	font-size: 13px;
	background:#242f3d;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: none;
}

.blog-list {
	margin-bottom: 30px;
    float: left;
    width: 100%;
}
.blog-list .read-more, .blog-list .write-comment {
    float: left;
    margin-right: 20px;
}

.blog-list .blog-date {
    float: right;
    color: #000;
}

.blog-list .blog_title {
	float: left; 	 
	line-height: 15px;
	margin: 0;
}

.blog-list .blog_title a {
    font-size: 15px;
    color: #000;
}

.blog-list .blog_title a:hover {
    color: #fedb22 ;
}

.blog-list .blog-head {
    float: left;
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 25px;
    color: #000;
    padding: 10px 15px;
}

.blog-desc-info .blog_title {
	position: relative;
	margin: 0;
	text-align: left;
	font-weight: 400;
	padding: 12px 0 10px;
	display: inline-block;
	vertical-align: top;
}

#common-home .blog_title a {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #242f3d;
}

#common-home .blog-items:hover .blog_title a {
	color: #fedb22 ;
}

.view-blog {
	float: left;
	width: 100%;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.view-blog .blog_stats {
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	display: inline-block;
	color: #242f3d;
	background: url(../image/blog-icon.png) no-repeat scroll left 3px;	
	padding: 0 0 0 20px;
	cursor: pointer;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.view-blog .blog_stats:hover {
	background-position: left -60px;
	color: #fedb22 ;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.view-blog .write-comment {
	float: left;
	text-align: left;
	background: url(../image/blog-icon.png) no-repeat scroll left -123px;
	padding: 0 0 0 20px;
	margin-left: 30px;	
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.view-blog .write-comment a{
	font-size: 11px;
	font-weight: 300;
	color: #242f3d;
}

.view-blog .write-comment:hover {
	background-position: left -186px;
	color: #fedb22 ;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.view-blog .write-comment:hover a{color: #fedb22 ;}
.blog_desc {
	float: left;
	width: 100%;
	color: #6f6f6f;
	font-size: 13px;
	font-weight: 300;
	line-height: 25px;
	float: left;
	display: none;
}
.blog_desc p{margin: 0;}
.common-home .read-more{display: none;}

.read-more a {
	border: none;
	background: transparent;
	padding: 0;
	color: #35203b;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: .78px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.read-more a:hover{color: #fedb22;}
.read-more a > i{display: none;}
.blog-items .blog-image .post_hover,
.blog-item .blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 43.5%;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-items:hover .blog-image .post_hover,
.blog-item:hover .blog-image .post_hover{
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left .icon.zoom .fa,
.blog-left .icon.readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-left .blog-desc p {
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}

.blog-left .blog-image .zoom ,.blog-left .blog-image .readmore_link {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	background: #fedb22;
	margin: 0 3px;
	padding: 6px 5px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.blog-left .blog-image .zoom:hover,
.blog-left .blog-image .readmore_link:hover {
	color: #fff ;
	background-color: #242f3d ;
}


.all-blog .blog-left-content {
	width: 100%;
}

.all-blog .blog-content {
	float: left;
	width: 100%;
	padding: 15px 0;
}

.all-blog .blog-desc {
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
}

.all-blog .blog-left-content .blog-image {
	position: relative;
	overflow: hidden;
	float: left;
}

.blog-image .post-image-hover {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	width: 100%;
}

.blog-items:hover .post-image-hover,
.blog-item:hover .post-image-hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.post-image-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.all-blog .blog-left-content:hover .post_hover,
.all-blog .blog-left-content:hover .zoom,
.all-blog .blog-left-content:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left:hover .post-image-hover {}

.blog-left-content .icon.zoom .fa,
.blog-left-content .icon.readmore_link .fa {
	font-size: 13px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left-content:hover .blog-image .zoom .fa,
.blog-left-content:hover .blog-image .readmore_link .fa {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left-content .blog-image .zoom {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	background: #fedb22;
	margin: 0 3px;
	padding: 6px 5px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.blog-left-content .blog-image .zoom:hover,
.blog-left-content .blog-image .readmore_link:hover {
	color: #fff ;
}

.blog-left-content .blog-image .readmore_link {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	background: #fedb22;
	margin: 0 3px;
	padding: 6px 5px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#add-comment .col-sm-10 {
	width: 66.6667%;
}

#add-comment .col-sm-2 {
	width: 25%;
}

/* blog end */


/* slider */

.slider-wrapper{
    position: relative;
    margin: 0 -30px;
}
.carousel-box .slick-slide img {
	display: inline-block;
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	-o-opacity: 0.4;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.carousel-box .swiper-slide:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}


/* footer */

footer .column ul {
	list-style: outside none none;
	margin: 0;
	padding-left: 0;
}
footer #contact {
    line-height: 30px;
    color: #fff;
	font-weight: 300;
	cursor: pointer;
	font-size: 12px;
}
footer .contact-block .location {
	background: url("../image/footer-location.png") no-repeat left 8px;
	padding-left: 25px;
	margin-bottom: 15px;
}

footer .contact-block .callus {
	background: url("../image/footer-callus.png") no-repeat left 6px;
	padding-left: 25px;
	margin-bottom: 15px;
}

footer .contact-block .email {
	background: url("../image/footer-email.png") no-repeat left 11px;
	padding-left: 25px;
}

@media (max-width: 478px) {}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 0;
}


/* menu */

.main-menu>ul>li {
	display: inline-block;
	position: relative;
	z-index: 20;
	transition: all 0.3s ease 0s;
}

#menu .nav > li > a, #static-menu .nav > li > a {
	color: #fff;
	padding: 50px 20px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	position: relative;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#menu .nav > li > a:hover, #static-menu .nav > li > a:hover, #menu .nav > li.open > a
{
	color: #fedb22;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#menu .nav > li:first-child > a{}

@media (min-width: 768px) {
	.header.fixed #menu .nav>li>a {
		padding: 20px;
	}
	.header.fixed #logo {
		padding: 15px 0;
		margin: 0;
		width: 100px;
	}
	.header.fixed #search {
		padding: 13px 0;
	}
	footer .collapse {
		display: block;
	}
	.responsive_togglemenu {
		display: none;
	}
}
.header-bottom .callus {
    float: right;
    padding: 15px 0;
}

.header-bottom .callus a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 0 0 20px;
    display: block;
    text-transform: capitalize;
    background: url(../image/call.png) no-repeat scroll left 6px;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.header-bottom .callus a:hover{
	color: #fedb22 ;
	background-position: left -74px; 
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#menu {
	position: relative;
	width: 100%;
	display: none;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	color: #fedb22 ;
}

.main-menu ul li ul {
	display: table-cell;
}

.main-menu>ul>li ul>li>a {
	min-width: 160px;
}

.main-menu>ul>li ul>li>a,
.main-menu>ul>li li>a {
	padding: 0 0 5px 0;
	color: #000;
	display: block;
	white-space: nowrap;
	font-size: 14px;
	text-transform: capitalize;
}

.main-menu>ul>li.column3 ul>li .dropdown-menu,
.main-menu>ul>li.column3 ul>li .dropdown {
	position: relative;
	padding: 0;
	margin-left: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	top: 0;
}

.main-menu>ul>li ul>li .dropdown-menu {
	background: #ffffff none repeat scroll 0 0;
	display: block;
	right: 100%;
	padding: 5px;
	top: 0;
	position: absolute;
	z-index: 5;
}

.main-menu {
	text-align: center;
}

#menu .dropdown-menu.submenu3 {
	position: static;
	padding: 0;
	margin: 0;
}

#menu .dropdown-menu {
	padding-bottom: 0;
	border: none;
	border-radius: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	padding: 5px 0;
	text-transform: capitalize;
}

#menu .dropdown-inner li a:hover {
	color: #fedb22 ;
}

#menu .see-all {
	color: #fedb22 ;
	display: block;
	margin-top: 10px;
	border-top: 1px solid #DDD;
	padding: 10px 0 0;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #fedb22 ;
}

#menu #category {
	float: left;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	float: right;
	margin: 0;
	padding: 0;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #000;
}

#menu .show-all {
	border-top: 1px solid #e3e3e3;
	float: left;
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 100%;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block !important;
	}

	#menu .dropdown .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		padding: 15px 20px;
		z-index: 99;
		display: block !important;
		top: 100% !important;
		border: 1px solid #e3e3e3;
		-webkit-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		transform-origin: 10% 0 0;
		-webkit-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transition: all 500ms ease 0s;
		-moz-transition: all 500ms ease 0s;
		-ms-transition: all 500ms ease 0s;
		-o-transition: all 500ms ease 0s;
		transition: all 500ms ease 0s;
	}
	#menu .dropdown:hover .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		transition: all 0.45s ease 0s;
		-webkit-transition: all 0.45s ease 0s;
		-moz-transition: all 0.45s ease 0s;
		-o-transition: all 0.45s ease 0s;
		visibility: visible;
	}
	#menu .full .megamenu>.dropdown-inner>ul>li>a {
		font-weight: 600;
		color: #000;
		font-size: 12px;
		text-transform: uppercase;
	}
	.main-menu>ul>li.column3 ul.childs_1>li>a {
		font-weight: 600;
	}
	/*header .header-top.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #242f3d;
		padding: 0 50px;
		transition: all 0.45s ease 0s;
		-webkit-transition: all 0.45s ease 0s;
		-moz-transition: all 0.45s ease 0s;
		-o-transition: all 0.45s ease 0s;
	}*/
	
}

@media (max-width: 767px) {
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		width: 100%;
		position: relative;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #000;
		padding: 10px 0;
	}
	#menu .dropdown-inner a {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #000;
		padding: 10px 15px;
		font-size: 13px;
	}
	#menu .dropdown-inner .dropdown-menu li a {
		padding: 10px 30px;
	}
	#menu .dropdown-inner ul {
		display: block;
	}
	#menu li.dropdown i {
		font-size: 18px;
		float: right;
	}
	#menu li.dropdown.open i {
		transform: rotate(180deg);
	}
	#menu li.dropdown span {
		background: url(../image/menu_toggle.png) no-repeat scroll center 10px;
		margin-top: 0;
		float: right;
		width: 33px;
		height: 33px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		cursor: pointer;
		margin: 5px 0;
	}
	#menu li.dropdown.active>span {
		background-position: center -16px;
	}
	#menu li.dropdown i {
		font-size: 0;
	}
	#menu .nav li {
		float: left;
		width: 100%;
	}
}


/* content */
/* footer */
.home-footer {
	float: left;
	width: 100%;
}
footer {
	color: #000;
	padding: 0 15px;
	margin: 30px -30px 0;
	margin-top: 30px;
	background: #242f3d;
}

.footer-container {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
	background: #242f3d;
}

.footer-container .footer-contents .list-unstyled {
	margin: 0;
}

.content_footer_bottom {
}

.payment-block li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.payment-block li a {
	color: #fff;
	margin: 0 5px;
	white-space: normal;
	overflow: hidden;
	font-size: 0;
	height: 30px;
	width: 30px;
	display: block;
}
.payment-block ul {
	margin: 0;
}

.payment-block li.visa a {
	background: url(../image/pay1.png) no-repeat scroll center center;
}

.payment-block li.discover a {
	background: url(../image/pay2.png) no-repeat scroll center center;
}

.payment-block li.express a {
	background: url(../image/pay3.png) no-repeat scroll center center;
}

.payment-block li.mastercard a {
	background: url(../image/pay4.png) no-repeat scroll center center;
}

.payment-block li.visa1 a {
	background: url(../image/pay1.png) no-repeat scroll center center;
}


footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer .footer-container .footer-contents li {
	padding: 6px 0;
}

footer .footer-container li:hover {}

footer .column li a {
	color: #000;
	cursor: pointer;
	font-size: 14px;
}

footer .payment-block li a {
    font-size: 0;
}
footer a {
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}
footer li:hover a {
	color: #fedb22 ;
}

footer h5 {
	margin: 0 0 20px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #fedb22;
	font-weight: 600;
}

.content_footer_top {
}
.footer-box,.contact-block {
    position: relative;
}
.col-sm-3.first {
}
.account-box {
   
}
footer .footer-box {
	width: 19%;
}

.col-sm-3.forth {width: 18%;}
.extra-box {
}
/*newsletter start*/

.newsletter {
	width: 100%;
	float: left;
	text-align: left;
}
.block_newsletter {
	
}	
.block_newsletter-left {
}
.newsletter .newsletter-title{
	margin: 0 0 20px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #fedb22;
	font-weight: 600;
}
.newsletter .newsletter-form {
	padding: 20px 0;
	width: 100%;
	float: left;
}

.newsletter .newsletter-form .form-group {
	position: relative;
	margin: 0;
}
.newsletter .subscribe-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.block-newsletter-subdetail p {
	margin: 0;
	line-height: 33px;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}
.newsletter #txtemail {
	padding: 0 20px;
	width: 100%;
	height: 40px;
	text-align: left;
	background: #fff;
	color: #000;
	font-size: 12px;
	display: inline-block;
	border: none;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.newsletter .subscribe-btn .btn {
	color: #000;
	font-size: 0;
	height: 40px;
	width: 40px;
	background: #fedb22 url("../image/newsletter-icon.png") no-repeat center 11px;
}
.newsletter .subscribe-btn .btn:hover {
	background-color: #fedb22;
	background-position: center -73px;
}
.copyright {
	text-align: center;
	float: left;
	width: 100%;
}
.copyright p,.copyright a {
	color: #fedb22;
	font-size: 13px;
	margin: 0;
}

.footer-bottom {
	position: relative;
	border-top: 1px solid #545d68;
	margin-top: 40px;
	padding-bottom: 90px;
}

footer .newsletter h5 {
	
}

footer .newsletter .desc {
	color: #fff;
	line-height: 17px;
	margin: 0;
}
#footer-services ul {margin: 0;}
.social-block {
	padding: 0;
	text-align: center;
	z-index: 9;
	width: 20%;
	margin: -20px auto;
	background: #242f3d;
}

.social-block .social ul {
	margin: 0;
	padding: 0;
}

.social-block .social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	cursor: pointer;
	background: #545d68 url(../image/social-icon.png) no-repeat scroll 10px 11px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.social-block .social li:hover {
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.social-block .social li a {
    font-size: 0;
}

.social-block .social li.facebook {
	background-position: 10px 10px;
}
.social-block .social li.facebook:hover {
	background-position: -38px 10px;
	background-color: #3b5999;
}
.social-block .social li.twitter {
	background-position: 11px -60px;
}
.social-block .social li.twitter:hover {
	background-position: -37px -60px;
	background-color: #55acee;
}
.social-block .social li.youtube {
	background-position: 10px -197px;
}
.social-block .social li.youtube:hover {
	background-color: #cd201f;
	background-position: -38px -197px;
}
.social-block .social li.googleplus {
	background-position: 11px -265px;
}
.social-block .social li.googleplus:hover {
	background-color: #dd4b39;
	background-position: -37px -265px;
}
.social-block .social li.pinterest {
	background-position: 6px -339px;
}
.social-block .social li.pinterest:hover {
	background-color: #bd081c;
	background-position: -44px -339px;
}
.social-block .social li.instagram {
	background-position: 10px -472px;
}
.social-block .social li.instagram:hover {
	background-color: #e4405f;
	background-position: -38px -472px;
}
.social-block .social li.rss {
}
.social-block .social li.rss:hover {
}

#topbtn {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 99;
	outline: none;
	background: #fedb22 url("../image/back-to-top.png") no-repeat scroll center 12px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	width: 40px;
	font-size: 0;
	border: none;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#topbtn:hover {
	background-color: #242f3d;
	background-position: center -46px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.loader.visible {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 900px;
	background: #fff url("../image/loader.gif") no-repeat scroll center center;
	z-index: 9;
}


/* alert */

.alert {
	padding: 8px 15px;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}


/* breadcrumb */
ul.breadcrumb a {
    color: #fff;
}
.title-breadcrumb .sub-title {
	margin: 0;
	padding: 0;
	text-align: left;
}
.title-breadcrumb {
	background-color: #242f3d;
	padding: 10px 15px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.title-breadcrumb ul.breadcrumb {
	padding: 0;
	margin: 4px 0;
	background: transparent;
}

.left-col ul.breadcrumb,
.right-col ul.breadcrumb
{
	text-align: right;
	float: right;
}
ul.breadcrumb
{
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
}

.title-breadcrumb p {
    margin: 0;
    text-align: left;
    float: left;
    line-height: normal;
    color: #fff;
}
.title-breadcrumb p a {
    color: #fff;
}

.breadcrumb>li {
	padding: 0;
	position: relative;
	white-space: nowrap;
	color: #fff;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: "/";
	margin: 5px;
}

.breadcrumb>li:last-child:after {
	content: '';
}

.pagination {
	margin: 0;
}

#common-success {clear: both;}


/* buttons */

.buttons {
	margin: 1em 0;
	display: inline-block;
	margin: 10px 0 0;
	width: 100%;
}

.btn {}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

#accordion {
	float: left;
	width: 100%;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #000;
}

.btn-primary {
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #242f3d;
	color: #fff;
}

.btn-warning {
	color: #ffffff;
	background-color: #282a2d;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #282a2d;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	background-color: #282a2d;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #000;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #282a2d;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #000;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

#account-wishlist .table .btn.btn-primary,
#account-wishlist .table .btn.btn-danger,
#account-order .btn.btn-info{
	padding: 6px 12px;
}


/* list group */

.list-group span {
	color: #000;
	padding: 8px 0;
	border: none;
	text-transform: capitalize;
	display: block;
	cursor: pointer;
	line-height: 30px;
	font-weight: 600;
}

.list-group a {
	color: #000;
	padding: 8px 0;
	border: none;
	text-transform: capitalize;
	display: block;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #fedb22 ;
}

.filterbox span.list-group-item {
	background: url(../image/toggle.png) no-repeat scroll right -16px transparent;
}

.filterbox span.list-group-item.collapsed {
	background: url(../image/toggle.png) no-repeat scroll right 10px transparent;
}


/* carousel */

.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/*Featured rpoduct start*/
/*.feature-box .product-thumb{margin: 0;}*/
.feature-box .product-thumb .image{float: left;width: 33.9%;}
.feature-box .product-thumb .caption
{
	float: left;
	width: 66.1%;
	text-align: left;
	padding: 15px 30px;
}
.feature-box .product-thumb .caption h4{padding: 13px 0;}
.feature-box .product-thumb .caption h4 a{font-size: 15px;}
.feature-box .product-thumb .caption .short-desc{display: block;margin: 0;font-weight: 200;font-size: 13px;}
.feature-box .product-thumb .price{padding: 15px 0;}
.feature-box .product-thumb .image .button-group{display: none;}
.feature-box .product-thumb .caption .button-group{display: block;}
.feature-box .product-thumb .button-group button:first-child{margin-left: 0;}
/*Featured prod end*/
/* product list */

.product-thumb {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
#latest-slider .product-thumb {
	margin-bottom: 0;
}

.product-thumb .image {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.product-thumb .image a {
	display: block;
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 768px) {
	.product-list .product-thumb .caption h4 a {
    	font-size: 16px;
	}
	.product-list .product-thumb .image {
		float: left;
		width: 26.6%;
	}
	.product-list .product-details {
		float: left;
		width: 73.4%;
		padding: 0 15px;
	}
}

.product-thumb .caption .short-desc {
	display: none;
}

.product-thumb .caption h4 {
	margin:0;
	padding: 7px 0;
}

.product-thumb .caption h4 a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
	font-weight:500;
	text-transform: capitalize;
}

.product-thumb:hover .caption h4 a {
	color: #fedb22 ;
}
#column-left .product-thumb .caption h4 a {font-size: 12px;}
.product-thumb .caption {
	padding: 15px 0;
	text-align: center;
	position: relative;
}

.product-list .product-thumb .caption {
	text-align: left;
	padding: 0;
}
.product-list .product-thumb:hover .caption .price{opacity: 1;transform: unset;visibility: visible;}
.product-list .product-thumb .caption .short-desc {
	display: inline-block;
	margin: 10px 0;
}

.product-list .product-thumb .caption .button-group {
	display: block;
	margin-top: 10px;
}

.product-list .product-thumb .image .button-group {
	display: none;
}
.product-list .product-thumb .caption h4{padding: 12px 0;}
.product-layout.product-list .product-thumb .button-group .addtocart {
	display: inline-block;
	width: auto;
	background-position: 15px 6px;
	padding: 10px 15px 10px 40px;
	margin: 0;
	font-size: 13px;
}
.product-layout.product-list .product-thumb .button-group .addtocart:hover{
	background-position: 15px -86px;	
}
.product-list .caption .desc-addtocart{display: none;}
.product-list.product-layout:hover .product-thumb{box-shadow: unset;}
@media (max-width: 1200px) {}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 15px 0 0;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {line-height: normal;}
#column-left .rating {display: none;}
.rating .fa-stack {
	font-size: 6px;
	color: #fedb22 ;
}

.rating .fa-star-o {
	color: #000;
	font-size: 12px;
}

.rating .fa-star.off {
	color: #242f3d;
}

.rating .fa-star+.fa-star-o {
	color: #fedb22 ;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	margin: 0;
	color: #242f3d;
	font-weight: 700;
	font-size: 15px;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 11px;
	line-height: normal;
	vertical-align: middle;
}

.product-thumb .price-tax {
	color: #999;
	display: none;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .image .img-responsive {
	position: relative;
}

.product-thumb .image .img-responsive.hover-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0.0);
	-webkit-transform: scaleX(0.0);
	-moz-transform: scaleX(0.0);
	-o-transform: scaleX(0.0);
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.product-thumb:hover .image .img-responsive.hover-image {
	transform: scaleX(1.0);
	-webkit-transform: scaleX(1.0);
	-moz-transform: scaleX(1.0);
	-o-transform: scaleX(1.0);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.search-productlist .product-thumb:hover .image .img-responsive {
    opacity: 1;
     -moz-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
}
.product-thumb .caption .button-group {
	display: none;
}

.product-thumb .image .button-group {
	position: absolute;
	left: 0;
	right: 0;
	top: 44%;
	margin: 0 auto;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.product-thumb .button-group button {
    width: 35px;
    height: 35px;
    border: none;
    display: inline-block;
    vertical-align: top;
    background-color: #fedb22;
    color: #000;
    font-weight: 500;
    line-height: 16px;
    padding: 0;
    margin: 0 5px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.product-thumb:hover .image .button-group {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
/*extra add to cart*/
.caption .desc-addtocart {
	display: none;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.product-thumb:hover .caption .desc-addtocart{}
.caption .desc-addtocart .addtocart {
    font-size: 13px;
    background: transparent;
    padding: 0;
    color: #000;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border: none;
}
.caption .desc-addtocart .addtocart:hover{color: #fedb22 ;}
/*extra addtocart false*/
.product-thumb .button-group .addtocart {
	background: #fedb22 url(../image/addtocart.png) no-repeat scroll center 7px;
}

.product-thumb .button-group .wishlist {
	background: #fedb22 url(../image/wishlist.png) no-repeat scroll center 12px;
}

.product-thumb .button-group .compare {
	background: #fedb22 url(../image/compare.png) no-repeat scroll center 9px;
}

.product-thumb .button-group .addtocart:hover {
	background-position: center -86px;
	background-color: #242f3d;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.product-thumb .button-group .wishlist:hover {
	background-position: center -59px;
	background-color: #242f3d;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.product-thumb .button-group .compare:hover {
	background-position: center -61px;
	background-color: #242f3d;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product-thumb .button-group button+button {
}

.product-list .product-thumb .button-group button+button {
	margin: 0 0 0 10px;
	position: static;
	opacity: 1;
	transform: unset;
}

.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#product #input-quantity {
	padding: 12px 10px;
	margin: 0 5px;
	height: auto;
	vertical-align: top;
}

#product .form-group.cart .form-control {
	display: inline-block;
	text-align: center;
	width: auto;
}

#button-cart {
	display: inline-block;
	width: auto;
}

.addthis_toolbox {
	margin-top: 20px;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 15px;
}

.thumbnails {
	margin-left: -15px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	display: block;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		/*clear:left;*/
	}
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}
	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}
	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
	padding: 0;
}


/* left column */

#column-left .products-box .container,
#column-right .products-box .container {
	width: auto;
}

#column-right .products-section-title,
#column-left .products-section-title,
.filterbox .products-section-title {
	text-align: left;
	background:#242f3d;
	padding: 11px 15px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	line-height: 17px;
}

#column-left .list-group-item,
#column-right .list-group-item {
	padding: 5px;
	background-color: transparent;
	border: none;
}

.filterbox .products-section-title::before,
.filterbox .products-section-title::after,
#column-left .products-section-title::before,
#column-left .products-section-title::after {
	display: none;
}

.side-categories .box-content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.side-categories .box-content ul ul {
	margin-left: 15px;
}

.side-categories .box-content ul li {
	line-height: 20px;
	border: 0;
}

.side-categories .box-content ul li a {
	display: block;
	font-size: 13px;
}

.treeview-list .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
}

.treeview-list .collapsable .expandable-hitarea {
	background: url(../image/toggle.png) no-repeat scroll center -19px transparent;
	height: 25px;
	width: 15px;
}

.treeview-list .expandable .collapsable-hitarea {
	background: url(../image/toggle.png) no-repeat scroll center 7px transparent;
	height: 25px;
	width: 15px;
}

.treeview-list .collapsable .collapsable-hitarea {
	background: url(../image/toggle.png) no-repeat scroll center -14px transparent;
	height: 25px;
	width: 15px;
}

.treeview-list .expandable .expandable-hitarea {
	background: url(../image/toggle.png) no-repeat scroll center 11px transparent;
	height: 25px;
	width: 15px;
}
#column-left .side-categories.top-space {
    margin: 0;
}

#sidecategory {
    display: none;
}

#column-left .top-space {
	margin-top: 30px;
	box-shadow: none;
    border: none;
    background-color: transparent;
}

#column-left .products {
	padding: 15px;
	margin: 0;
	float: left;
	width: 100%;
	background: #fff;
	background: #f3f3f3;
}

#column-left .product-thumb,
#column-right .product-thumb {
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 15px;
}

#column-left .product-layout:last-child .product-thumb,
#column-right .product-layout:last-child .product-thumb {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#column-left .product-thumb .image,
#column-right .product-thumb .image {
	display: block;
	margin-bottom: 0px;
	float: left;
	padding: 0;
	width: 28%;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	float: left;
	text-align: left;
	padding:0;
	width: 72%;
}
#column-left .product-thumb:hover .caption .price{transform: unset;opacity: 1;visibility: visible;}
#column-left .product-thumb .image .button-group,
#column-right .product-thumb .image .button-group {
	display: none;
}

#column-left .list-group,
#column-right .list-group {
	padding: 15px;
	background: #fff;
	background: #f3f3f3;
	margin: 0;
}

#column-left .list-group #button-filter {
	background: transparent;
	color: #000;
	padding: 20px 0 0;
	border: none;
}

#column-left .list-group .toggle-items a {
	line-height: 30px;
}

#column-left .list-group #button-filter:hover {
	color: #fedb22 ;
}

#column-left .product-thumb .caption h4 {
	border: none;
	margin: 0;
	padding-bottom: 5px;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
	min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #282a2d;
}


/* tab design */

#tabs .etabs {
	text-align: center;
	position: relative;
	clear: both;
	margin: 0;
    padding: 0;
}

#tabs .etabs .tab {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.category_tab{overflow: hidden;}
#tabs .etabs .tab .tab_link ,
.category_tab .nav-tabs > li > a{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #242f3d;
	padding: 5px 0;
	margin: 0 25px;
	position: relative;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#tabs .etabs .tab.active .tab_link:before
{
	content: "";
	position: absolute;
	border-bottom: 1px solid #fedb22;
	left: 0;
	right: 0;
	bottom: 0;
}
#tabs .etabs .tab:last-child .tab_link,
.category_tab .nav-tabs > li:last-child > a {
}
#tabs .etabs .tab.active .tab_link,
#tabs .etabs .tab:hover .tab_link ,
.category_tab .nav-tabs > li.active > a,
.category_tab .nav-tabs > li:hover > a{
	color: #fedb22 ;
	background-color: transparent;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#common-home .tab-content {
	margin-top: 30px;
	background: transparent;
	padding: 0;
	border: none;
	overflow: hidden;
}

#common-home .tab-content>.tab-pane.active {
	height: auto;
	visibility: visible;
}

#common-home .tab-content>.tab-pane {
	height: 0;
	visibility: hidden;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

#tab-description br {
    display: none;
}
/* category product tab */

#category_tab_page .etabs {
	text-align: center;
}

#category_tab_page .nav-tabs {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}


/* brand */
.content-bottom {
	float: left;
	width: 100%;
}
#brand-slider .swiper-slide {
	margin: 0 15px;
	width: 16.66%;
	float: left;
	padding: 15px 0;
}
#brand-slider .swiper-slide a {
	display: inline-block;
	vertical-align: top;
	background: #f8f8f8;
	padding: 30px;
	border: 1px solid #ececec;
}
#brand-slider .swiper-slide a:hover
{
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.carousel-box{}

/* other pages */

.main-title {
	background: #f3f3f3;
	padding: 15px;
	font-size: 18px;
	margin: 0 0 15px 0;
	float: left;
	width: 100%;
}

.sub-title {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
}
.title-breadcrumb .sub-title{color: #fff;}
.myaccount-panel h2 {
    margin: 0;
    background: #242f3d;
	padding: 13px 15px;
	float: left;
	width: 100%;
	color: #fff;
}
#content .myaccount-panel .list-unstyled {
    padding: 15px;
    background: #f3f3f3;
    margin-bottom: 30px;
}
#content .list-unstyled {
	float: left;
	width: 100%;
	padding:0 0 15px;
	line-height: 34px;
	margin: 0;
}

.form-horizontal {
	background: #f3f3f3;
	padding: 15px;
	clear: both;
}

#content .well h2 {
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
}

.manufacturer-list {
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #fff;
}

.manufacturer-content {
	padding: 15px;
}

.manufacturer-heading {
	background: none repeat scroll 0 0 #EAEAEA;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 15px;
}

#image-additional-slider {
	overflow: hidden;
	text-align: center;
}
#image-additional-slider.slick-initialized .slick-slide{padding: 0 5px;}
.zoomContainer {
	overflow: hidden;
}

.carousel-box .swiper-viewport {
	margin: 0 auto;
	box-shadow: none;
    border: none;
    background-color: transparent;
}

#image-additional-slider .product-block img {
	display: inline-block;
}

#language-ddl {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	z-index: 9;
}
#tablatest-slider, #tabbestseller-slider, #tabspecial-slider, #featured-slider,
.instagramblock #image-carousel, #brand-slider, #blog-slider, #testimonial-slider,#feature-image-slider {
    display: none;
}
.slick-slider{display: block !important;}
.information-content {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 15px;
}
.information-title {
    margin-top: 0;
    font-size: 25px;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.caption .desc-addtocart .addtocart
	{
	}
	.product-thumb:hover .caption .desc-addtocart .addtocart
	{
	}
}
@media (min-width: 768px) {
	footer .footer-box.customer-service {
	    width: 100%;
		text-align: center;
		margin: 40px 0 15px;
	}
	footer .footer-box.customer-service h5 {
	    display: none;
	}
	footer .footer-box.customer-service li {
	    padding: 0 20px;
	    display: inline-block;
	}
	footer .footer-box.customer-service li:last-child{background: transparent;}
	#content.col-sm-9 {	padding-right: 0;}
	#column-left {padding-left: 0;}

}
@media (min-width:1440px) and (max-width: 1650px) {
	.container {
		width: 1400px;
		max-width: 100%;
	}
	.header-search{width: 64%;}
	.subbannercms .detailes{top: 25px;}
	.item.testimonial-contain{padding: 0 195px;}
	#brand-slider .swiper-slide a{padding: 20px;}
}
@media (min-width:1200px) and (max-width: 1439px) {
	.container {
		width: 1170px;
		max-width: 100%;
	}
	.header-search{width: 62%;}
	.offer-inner-right{width: 81%;padding: 10px 40px;}
	.offer-inner-left{width: 19%;}
	.subbannercms .detailes{top: 25px;}
	.subbannercms .detailes .description{padding-bottom: 20px;}
	.service-description{display: block;text-align: center;padding: 0;}
	.services-inner{text-align: center;}
	.item.testimonial-contain{padding: 0 65px;}
	footer .footer-box{width: 18%;}
	#brand-slider .swiper-slide a{padding: 15px;}
	.col-sm-3.forth{width: 21%;}
	.payment-block li a{margin: 0 3px;}
	.social-block{width: 30%;}
}

@media (max-width: 1199px)
{
	.product-thumb
	{
		display: inline-block;
		vertical-align: top;
	}
	.testmonial-image {width: auto;float: none;display: inline-block;}
	.testimonial-description {padding: 15px 0 0;width: 100%;}
	.testmonial-icon{margin: 35px 20px 35px 0;}
	.col-sm-3.forth{padding: 0;letter-spacing: 0.7px;width: 26%;}
	.user-signin .myaccount .user-toggle{padding: 0;width: 25px;}
	.user-signin .myaccount .user-toggle i {margin-left: 10px;}
	header .callus{padding: 26px 25px 25px 0;}
	#static-menu{float:left;width: 100%;border-top: 1px solid #69707a;}
	#menu .nav > li > a, #static-menu .nav > li > a{padding: 20px;}
	header .wishlist{display: none;}
	#cart{padding: 26px 0;}
	.header-logo{padding: 15px 0;}
	.feature-title-block{padding: 40px 20px 75px;}
	.feature-title{font-size: 17px;}
	.feature-discount{font-size: 14px;}
	.offer-inner-left{width: 24%;}
	.offer-inner-right{width: 76%;padding: 0 50px;}
	.offer-title{padding: 5px 0 5px 45px}
	.offer-inner-right .btn-primary{display: none;}
	.offer-description{padding: 8px 0;}
	.left-block, .right-block, .center-block{width: 100%;text-align: center;margin-bottom: 15px;}
	.banner {display: inline-block;vertical-align: top;}
	.custom-service-block .service{width: 50%;padding: 15px 0;}
	.services-inner{text-align: center;}
	.service-description{display: block;text-align: center;}
	.feature-box .product-thumb .image{width: 35.3%;}
	.feature-box .product-thumb .caption{width: 64.7%;}
	.item.testimonial-contain{padding: 0 50px;}
	#testimonial-block{padding: 25px 0;text-align: center;}
	.col-sm-3.forth{width: 100%;text-align: center;margin-top: 50px;}
	.newsletter{text-align: center;}
	.social-block{width: 40%;}
	.newsletter .newsletter-form{width: 60%;float: none;margin: 0 auto;padding: 20px 0;}
	#custom-payment{width: 100%;}
	.footer-bottom{margin-top: 20px;}
	footer .footer-box{width: 25%;}
	#categories_block_left{width: 21.2%;}
	.header-search{width: 78.8%;}
	.offer-inner-left::after{display: none;}
	.view-blog .write-comment{margin-left: 10px;}
	footer .contact-block .email span{display: none;}
	footer h5{font-size: 13px;}
	#column-left .product-thumb .image, #column-right .product-thumb .image{width: 100%;}
	#column-left .product-thumb .caption, #column-right .product-thumb .caption{width: 100%;text-align: center;}
}

@media (max-width: 991px) {

	.product-thumb .image .button-group {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-o-opacity: 1;
	}
	.navbar {
		position: relative;
		clear: both;
	}
    .banner-inner .cms-image {
    	text-align: center; 
    	width: 100%;
    }
	.pagination-right{width: 100%;margin-top: 10px;}
	#column-left .product-thumb .image,
	#column-right .product-thumb .image {
		width: 100%;
		text-align: center;
	}
	#column-left .product-thumb .caption,
	#column-right .product-thumb .caption {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.caption .desc-addtocart
	{
		position: static;
		opacity: 1;
		margin: 7px 0 0;
	}
	.footer-box::before{display: none;}
	footer #contact span {display: none;}
	#categories_block_left{width: 23.2%;}
	.products-section-title{font-size: 30px;}
	.social-block{width: 55%;}
	#menu .nav > li > a{padding: 15px;}
	.offer-inner-right{width: 67%;padding: 0 20px;}
	.offer-inner-left{width: 33%;}
	.header-search{width: 76.8%;}

}

@media (max-width: 767px) {
	.row {
		margin: 0;
	}
	.title-breadcrumb .container {padding: 0;}
	#content {
		padding: 0;
		margin-top: 20px;
	}
	.category_thumb .category_img,
	.category_thumb .category_description {
		padding: 0;
	}
	#category_tab_page .nav-tabs {
		display: block;
	}
	#logo .img-responsive {
		display: inline-block;
	}
	.col-sm-3.forth {
		padding: 0;
		float: left;
		width: 100%;
	}
	.payment-block ul {
		text-align: center;
	}
	.testimonial-block-inner {
		padding: 50px 0 20px;
	}
	#menu .navbar-header {
		background: #fedb22 ;
		clear: both;
		padding: 10px 15px;
		cursor: pointer;
	}
	#menu .fa {
		padding-left: 5px;
	}
	.navbar-collapse {
		padding: 10px 15px;
		border: 1px solid #ccc;
		text-align: left;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 999;
		background: #fff;
	}
	#product-product ul.breadcrumb {
		padding-top: 0;
	}
	.header-bottom {
		padding: 10px 0 0;
	}
	#menu .nav>li>a {
		padding: 10px 0;
		color: #000;
	}
	#menu{
		border: none;
		display: block;
	}
	.content_footer_bottom{width: 100%;}
	#custom-payment{width: 100%;text-align: center;}
	.footer-container .row .footer-box:last-child h5.toggle-title {
		border: none;
	}
	.footer-container h5.toggle-title {
		padding: 10px 0;
		margin: 0;
	}
	.product-layout {
		text-align: center;
		width: 50%;
	}
	.product-layout.product-list .product-thumb .button-group .addtocart{font-size: 12px;background-position: 8px 6px;padding: 5px 10px 5px 32px;}
	.product-layout.product-list .product-thumb .button-group .addtocart:hover{background-position: 8px -86px;}
	.product-list .product-thumb .button-group button + button{margin: 0 0 0 5px;}
	footer .footer-box {
		width: 100%;
		float: left;
		padding: 0;
	}
	#tabs .etabs .tab {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	#tabs .etabs .tab .tab_link, .category_tab .nav-tabs > li > a{background: transparent;margin: 0;padding: 5px 0;display: inline-block;}
	#tabs .etabs,#category_tab_page .nav-tabs{padding:0;}
	.banner-inner {
		display: inline-block;
		vertical-align: top;
		width: 450px;
	}
	#menu .see-all {
		float: left;
		width: 100%;
		padding: 10px 15px 0;
	}
	.filterbox .list-group {
		background: #f3f3f3;
	    margin-top: 20px;
	    padding: 10px 15px;
	}
	.filterbox .list-group-item{
		border: none;
		background: transparent;
		border-top: 1px solid #ddd;
	}
	.filterbox .list-group span{
		padding: 5px 10px;
	}
	.filterbox .toggle-items {
	    background: #f3f3f3;
	    margin-bottom: 20px;
	}
	.filterbox span.list-group-item{
		border: none;
		background-position: 98% -13px;
	}
	.filterbox span.list-group-item.collapsed{
		background-position: 98% 10px;
	}
	.footer-container .footer-contents .list-unstyled{
		padding: 0 20px;
	}
	#contact {
    	padding: 0 20px;
	}
	.copyright p{
		margin: 0;
	}
	.pagination-wrapper .page-link,
	.pagination-wrapper .page-result{
		width: 100%;
		text-align: center;
	}
	.hometab .products-section-title{text-align: center;}	
	.left-block, .right-block, .center-block
	{
	 	width: 100%;
	 	float: left;
	 	text-align: center;
	 	padding: 0;
	 	margin-bottom: 30px;
	}
	.right-block{margin: 0;}
	.contact-block{padding: 0;}
	.col-sm-3.first{padding: 0;width: 100%;}
	#cart-total {
		position: absolute;
		border-radius: 50%;
		height: 13px;
		width: 13px;
		padding: 0;
		text-align: center;
		text-indent: 1px;
		background-color: #000;
		color: #fff;
		top: 45px;
		left: auto;
		right: 25px;
		line-height: 12px;
		font-size: 9px;
		transition: all 0.45s ease 0s;
		-webkit-transition: all 0.45s ease 0s;
		-moz-transition: all 0.45s ease 0s;
		-o-transition: all 0.45s ease 0s;
	}
	.shopping_cart_data, .account-detail {display: none;}
	
	#tabs .etabs .tab .tab_link::before{display: none;}
	header .callus{display: none;}
	.subbannercms .detailes{top: 20px;}
	.customhome-block .custom-description .home-desc {font-size: 21px;letter-spacing: 0.8px;}
	.newsletter .newsletter-form {
	    width: 80%;
	}
	.header-logo img{width: 150px;}
	.top-space.filterbox {margin-top: 20px;}
	.top-left.pull-left{padding: 8px 0;}
	#top-links.pull-right{padding-right: 0;}
	.offer-block{display: none;}
	.top-space{margin-top: 50px;}
	.custom-service-block .service{width: 100%;}
	.products-section-title{font-size: 25px;}
	.feature-box .product-thumb .image{width: auto;float: none;}
	.feature-box .product-thumb .caption {
	    width: 100%;
	    padding: 15px 0;
	    float: none;
	    text-align: center;
	}
	.social-block {width: 80%;}
	.footer-box.customer-service {display: none;}
	.copyright{margin-top: 40px;}
	.header-top{padding: 0;}
	#static-menu {display: none;}
	#categories_block_left{display: none;}
	.header-search {
	    width: 100%;
	    padding: 0;
	}
	.body-bottom{padding: 0 15px;}
	.latest-offer{font-size: 10px;}
	#content.col-sm-9{width: 100%;}
}

@media (max-width: 479px) {
	.product-layout {
		width: 100%;
	}
	.product-thumb .image img{margin: 0;}
	.custom-service-block .service {
		width: 100%;
	}
	#cart .dropdown-menu {
		width: 270px;
	}
	#product .btn-group {
		margin-top: 20px;
		display: block;
	}
	.products-section-title {font-size: 17px;}	
	.social-block .social li{margin: 0 3px;}
	.content-bottom{margin-top: 40px;}
	.banner-inner {
    	width:290px;
	}
	#cart-total{right: 10px;}
	.product-thumb {margin-bottom: 30px;}
	.top-left.pull-left{display: none;}
	.feature-title{font-size: 12px;}
	.feature-discount {font-size: 12px;}
	.feature-title-block{display: none;}
	.feature-collection-inner{padding: 40px 0 50px;}
	.subbannercms .detailes .btn-primary{display: none;}
	.subbannercms .detailes{left: 20px;}
	.subbannercms .detailes .title{font-size: 15px;}
	.subbannercms .detailes .description{font-size: 18px;padding: 10px 0 0;}
	.custom-service-block {padding: 25px 0;}
	.item.testimonial-contain {padding: 0 10px;}
	.social-block{width: 100%;}
	.footer-bottom{border: none;}
	.newsletter .newsletter-form{width: 100%;}
	.language-menu {
	    left: 0;
	    right: auto;
	}
	#top-links.pull-right {
	    padding: 0 15px;
	    width: 60%;
	    float: none !important;
	    text-align: center;
	    margin: 0 auto;
	}

}