<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    color: #2f2f30;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #ffffff;
}

 :focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}


/* default font size */

.fa {
	font-size: 13px;
}

.fa-stack {
	width: 10px;
	height: 15px;
}

.fa-stack .fa {
	font-size: 15px;
}


/* Override the bootstrap defaults */

h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 14px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 13px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 13px;
}

.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#comment_form {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #dedede;
}

.header-nav .pull-left {
	float: none;
}

.header {
	color: #000000;
}

.radio label:hover,
.checkbox label:hover {
	color: #4586ff;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline-block;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li&gt;a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}


/* top */

#top {
	/*background-color: #fff;
     */
	padding: 0;
	text-align: left;
}

#top .container {
	padding: 0px;
}

.language-currency-block {
    float: right;
    margin: 0 0;
}

#top #form-currency .currency-select:hover {
	text-shadow: none;
}

#form-language .btn .fa, #form-currency .btn .fa {
    vertical-align: middle;
}

#form-currency span.currency-title {
	display: none;
}

#form-currency .dropdown-menu .btn-link {
	float: left;
	width: auto;
	margin: 0 3px;
}

.Language-text,
.currency-text {
	display: inline-block;
	margin-bottom: 10px;
}

#form-language .btn-group,
#form-currency .btn-group {
	position: relative;
    z-index: 999;
    padding: 0 20px 0 0;
    margin: 8px 0 0 0;
}

#form-currency .btn-group {
    padding: 0;
}

/* #form-language .btn-group:after, #form-currency .btn-group:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 13px;
    bottom: auto;
    height: 12px;
    width: 1px;
    background-color: rgba( 255, 255, 255, 0.2 );
} */

#form-language .btn,
#form-currency .btn {
    padding: 0;
	text-transform: capitalize;
    font-size: 14px;
    color: #ffffff;
}

#form-language .btn:hover, 
#form-currency .btn:hover,
#form-language .btn.btn-block:hover, 
#form-currency .btn.btn-block:hover {
    color: #000000;
}

#form-language .btn.btn-block,
#form-currency .btn.btn-block {
	color: #000000;
	font-weight: 400;
}
#form-language .btn.btn-block:hover, #form-currency .btn.btn-block:hover {
    color: #4586ff;
}
#top .language-menu .language-select:hover {
	background-color: transparent;
	color: #666666;
}

#form-currency .dropdown-menu,
#form-language .dropdown-menu,
.affiliate-dropmenu .dropdown-menu {
    background-color: #ffffff;
    z-index: 999;
    position: absolute;
	left: auto;
    right: 0;
    top: 36px;
    bottom: auto;
    display: none;
    clear: both;
    padding: 15px;
    margin: 0;
    min-width: 150px;
}

#form-language .dropdown-menu li.current, 
#form-currency .dropdown-menu li.current, 
#form-language .dropdown-menu li:hover, 
#form-currency .dropdown-menu li:hover {
	color: #666666;
	line-height: 13px;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}

.user-info-image {
	background-image: url(../image/themeimage/header-user.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    height: 25px;
    width: 25px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.userinfo:hover .user-info-image {
	background-image: url(../image/themeimage/header-user-hover.svg);
	background-repeat: no-repeat;
}
/* .userinfo .fa {
	margin: 0 7px;
	font-weight: 400;
	font-size: 13px;
} */

.userinfo .account-title {
	padding: 0;
	font-weight: 400;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition-duration: unset;
    -webkit-transition-duration: unset;
    -moz-transition-duration: unset;
    -ms-transition-duration: unset;
    -o-transition-duration: unset;
}

.userinfo:hover .account-title {
	color: #4586ff;
}

.myaccount a.dropdown-toggle {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms
}
.myaccount a.dropdown-toggle:after {
    content: '';
    background-color: #C6C6C6;
    position: absolute;
    display: block;
    left: auto;
    right: 0;
    top: 15px;
    bottom: 0;
    height: 21px;
    width: 1px;
    z-index: 1;
}
.myaccount:hover a.dropdown-toggle {
	color: #4586ff;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
}

#form-currency .dropdown-menu li,
#form-language .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    float: left;
    width: 100%;
}

.user-info-wrapper {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.header .myaccount {
	float: right;
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 14px 20px 13px 40px;
    background-color: #F8F8F8;
    margin: 0 0 0 43px;
}

.header .header-cart {
	float: right;
	padding: 14px 40px 13px 20px;
    background-color: #F8F8F8;
    cursor: pointer;
}

.header .myaccount{

}

.user-info-wrapper .user-info-icon-desc {
	display: block;
	color: #c3c3c3;
	font-size: 10px;
	line-height: 12px;
	text-transform: capitalize;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.myaccount .dropdown-menu&gt;li&gt;a {
	color: #000000;
}

.myaccount .dropdown-menu {
	right: 0;
	left: auto;
	background-color: #ffffff;
	padding: 15px 0;
	margin: 0;
	z-index: 99999;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	top: 80px;
	min-width: 200px;
	max-height: 272px;
	overflow-x: hidden;
}

.myaccount .caret {
	vertical-align: 2px;
	display: none;
}

#form-language .dropdown-menu&gt;li&gt;a {
	padding: 2px 10px;
	text-align: left;
}

#form-language .dropdown-menu&gt;li&gt;a:hover {
	color: #FFFFFF;
}

@media (max-width: 979px) {
	#form-language .btn, #form-currency .btn {
		color: #666666;
		padding: 0 20px;
	}
	
	#form-currency .dropdown-menu, #form-language .dropdown-menu {
		position: static;
		display: block !important;
		box-shadow: none;
		padding: 7px 10px;
	}
	#form-language .btn-group, #form-currency .btn-group {
		padding: 0;
	}
	#form-language .btn i.fa,
	#form-currency .btn i.fa {
		display: none;
	}
}

#top-links {
	float: none;
	margin: 0 10px;
}

#form-language .dropdown-menu&gt;li&gt;a,
#form-currency .dropdown-menu&gt;li&gt;a,
#top-links .myaccount .dropdown-menu&gt;li&gt;a,
.affiliate-dropmenu .dropdown-menu li a {
	color: #fff;
}

#top-links li {
	padding: 3px 4px 3px 0;
	display: block;
}

#top-links .myaccount-menu li {
	padding: 0;
}

#top-links li+li {
	/*background:url("../image/themeimage/header_top_links_pipe.jpg") no-repeat scroll left 2px transparent;
     padding:0 4px 0 9px;
     */
}

#top-links .myaccount-menu li+li {
	background: none;
	padding: 0;
}

#top-links a .fa {
	padding: 5px 5px;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #4586ff;
	background-color: transparent;
}

#form-currency .dropdown-menu.currency-menu li:hover .btn,
#form-language .dropdown-menu&gt;li:hover&gt;a,
.myaccount .dropdown-menu&gt;li:hover&gt;a,
.affiliate-dropmenu .dropdown-menu li:hover&gt;a {
	background-color: transparent;
	color: #4586ff;
}

#form-currency .dropdown-menu .btn:hover,
#form-language .dropdown-menu&gt;li&gt;a:hover,
.myaccount .dropdown-menu&gt;li&gt;a:hover {}

#top-links .dropdown-menu a,
.affiliate-dropmenu .dropdown-menu li a {
	text-shadow: none;
	padding: 2px 10px;
	text-align: left;
}

#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
	color: #fff;
}

#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}

#top-links a+a {
	margin-left: 15px;
}

#top .fa-caret-down {
	vertical-align: -2px;
}

#cart&gt;.btn .fa-shopping-cart:before {
	display: none;
}


@media (max-width: 1499px) {
	.header .myaccount {
		margin: 0 0 0 23px;
	}
}

@media (max-width: 1199px) {
	.userinfo .account-title {
		display: none;
	}
	.header .myaccount {
		padding: 15px 0 0;
		background: transparent;
	}
	.myaccount a.dropdown-toggle:after{
		display: none;
	}
}

@media (max-width: 979px) {
	.myaccount .dropdown-menu {
		top: 50px;
		max-height: 284px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.header .myaccount {
		margin: 0;
		padding: 0;
	}
	.myaccount a.dropdown-toggle {
		font-size: 0;
	}
	.user-info-wrapper {
		display: none;
	}
	/* .header-cart {
		margin: 2px 0;
	} */
	#form-language .btn .fa,
	#form-currency .btn .fa {
		display: inline-block;
		vertical-align: middle;
	}
	.userinfo .account-title {
		display: none;
	}
}

@media (max-width: 767px) {
	.header-nav {
		text-align: center;
	}
}
@media (max-width: 479px) {
	.header .myaccount {
	    padding: 0;
	}
}


/* Header */

header {
	position: relative;
}

.header&gt;.container {
	position: relative;
	text-align: center;
}

.header-nav-wrapper .container {
    padding: 0;
}
.content_headercms_top .container {
    padding: 28.5px 0;
    position: relative;
}
.main-slider .swiper-wrapper {
	direction: ltr !important;
}

.header .header-nav-left {
	float: left;
	padding: 0;
}

.header .header-nav-right {
	float: right;
	padding: 0;
}


/* logo */

.header-logo {
	float: left;
    position: relative;
    z-index: 5;
    width: 189px;
    height: 52px;
}

@media (max-width: 1199px) {
	.header-logo {
		width: 180px;
		margin: 0 10px 0 0;
	}
}

.content_headercms_top .search {
    float: right;
    width: 673px;
    z-index: 1;
	display: inline-block;
    vertical-align: top;
    /* margin: 26px 0; */
}

.header-search {
	background-image: url("../image/themeimage/header-search.svg");
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	-ms-background-size: 15px auto;
	-o-background-size: 15px auto;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 30px;
	position: relative;
	cursor: pointer;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.header-search:hover {
	background-image: url("../image/themeimage/header-search-hover.svg");
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.header-search.active {
	background-image: url("../image/themeimage/header-close.svg");
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	-ms-background-size: 15px auto;
	-o-background-size: 15px auto;
	background-position: center;
	background-repeat: no-repeat;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.header-search.active:hover {
	background-image: url("../image/themeimage/header-close-hover.svg");
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.myaccount-menu {
	margin-bottom: 0;
}

.myaccount-menu li {
	margin: 0 10px;
	padding: 0;
}

.myaccount-menu li a {
	color: #000000;
	font-size: 13px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.myaccount-menu li a:hover {
	color: #4586ff;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.myaccount-menu li .fa {
	color: #000000;
	margin: 0 8px 0 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.myaccount-menu li:hover .fa {
	color: #4586ff;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.myaccount-menu li:hover a {
	color: #4586ff;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.myaccount-menu li a .wishlist span {
    position: relative;
}

.myaccount-menu li a .wishlist span:before {
    content: "(";
}

.myaccount-menu li a .wishlist span:after {
    content: ")";
}


/* search */

#search {
    margin-bottom: 0;
    z-index: 5;
    width: auto;
    float: left;
	margin: 0;
	padding: 0;
    background-color: transparent;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
}

#search .input-lg {
    margin: 0;
    padding: 12px 10px 12px 25px;
    position: relative;
    width: 372px;
    height: 50px;
    color: #808080;
    border: none;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Fira Sans', sans-serif;
	border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #EDEDED;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}

#search .input-lg::placeholder {
	font-size: 13px;
	color: #cfcfcf;
}

/* #search .input-lg:focus {
	background: #f7f7f7 !important;
} */

#search .btn-lg {
	background: transparent;
	color: #000000;
	cursor: pointer;
	font-size: 0;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	z-index: 9;
	line-height: normal;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}

#search .btn-lg:hover {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

#search .input-group-btn {
    font-size: 0;
    white-space: nowrap;
	display: inline-block;
    vertical-align: top;
}

#search .search_button {
	display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
	position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 26px;
    background-color: #4586ff;
    color: #ffffff;
    font-size: 15px;
	line-height: 24px;
    border: 1px solid #4586ff;
    border-radius: 0 30px 30px 0;
}


@media (max-width: 1199px) {
	#search .input-lg {
		width: 300px;
	}
}

@media (max-width: 979px) {
	.search {
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.header-logo {
		position: absolute;
		left: 0;
		right: 0;
		top: 17px;
		width: 130px;
		height: 42px;
		margin: 0 auto;
	}
	.content_headercms_top .container {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	/* .header-logo {
		top: 8px;
		width: 130px;
		left: 60px;
		right: auto;
	} */	
	#search .input-lg {
		width: 230px;
	}
}

@media (max-width: 479px) {
	.header-logo {
		left: 60px;
		right: auto;
	}
}


/* cart */

.header-nav-wrapper {
    background: #4586ff;
   /*  float: left;
    width: 100%; */
}

#cart-total {
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
#cart-total .cart-tot {
    display: none;
}
/* #cart-total span {
	display: none;
	color: #ffffff;
	background-color: #4586ff;
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: -30px;
	right: auto;
	top: 0;
	bottom: auto;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
} */

#cart #cart-total .fa.fa-shopping-cart {
	display: none;
}

#cart {
    float: right;
    position: relative;
  /*   padding: 28px 0 28px 12px;
    margin: 0 0 0 8px; */
}

/* #cart:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 35px;
    bottom: auto;
    height: 30px;
    width: 1px;
    background-color: #e5e5e5;
} */

#cart&gt;.btn {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 0;
}

#cart .cart-icon {
	background-image: url(../image/themeimage/header-cart.svg);
    display: inline-block;
    vertical-align: top;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 25px;
    width: 25px;
    color: #000000;
	margin: 0 5px 0 0;
    position: relative;
    float: left;
}

#cart:hover .cart-icon {
	background-image: url(../image/themeimage/header-cart-hover.svg);
	background-repeat: no-repeat;
}

#cart:hover #cart-total {
	color: #4586ff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#cart #cart-title {
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

#cart:hover #cart-title {
	color: #4586ff;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
}

#cart&gt;.btn.active,
#cart&gt;.btn:active {
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-ms-box-shadow: 0 0 0;
	-o-box-shadow: 0 0 0;
}

#cart.open&gt;.btn {}

#cart.open&gt;.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background-color: #ffffff;
    z-index: 1001;
    color: #000000;
    width: 380px;
    padding: 10px 10px 15px 15px;
    border-radius: 0;
    top: 66px;
    overflow-y: scroll;
    max-height: 400px;
    overflow-x: hidden;
    margin: 0;
    /* display: block !important; */
}

#cart .button-container {
	width: auto;
	margin: 0 0 5px;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
	background-color: transparent;
}

#cart .dropdown-menu .text-center {
	padding: 8px 0 20px !important;
}

#cart .dropdown-menu table.table-striped {
	border-bottom: 1px solid #eeeeee;
}

.cart-menu .table-bordered tr&gt;td,
.cart-menu .table-bordered {
	border: medium none;
	padding: 4px 5px;
}

#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;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0 none;
	color: #525252;
}

#cart table.table-striped .btn-danger:hover {
	color: #525252 !important;
}

#cart .dropdown-menu table td {
	border: none;
	background: none;
}

#cart .dropdown-menu li&gt;div {}

#cart .dropdown-menu li p {
	margin: 0px 0;
}

.cart-menu a {
	color: #525252;
}

.content_headercms_top {
    text-align: center;
    padding: 0;
	margin-bottom: 30px;
    position: relative;
    min-height: inherit;
    background: #ffffff;
    border-bottom: 1px solid #eaebec;
    clear: both;
    float: left;
    width: 100%;
}

.header-tele-cms {
	display: inline-block;
	position: relative;
}

.header-tele-cms .telephone {
	background: url("../image/themeimage/call.png") no-repeat scroll 0 5px transparent;
	float: left;
	height: 40px;
	width: 31px;
}

.cms-data {
	/*border-right: 1px solid #dcdcdc;
     */
	color: #696969;
	font-size: 13px;
	display: inline-block;
	letter-spacing: 0.6px;
	margin: 0 0 0 15px;
	padding-right: 20px;
}

.call {
	float: left;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.call-no {
	clear: both;
	float: left;
}

.header-nav-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    min-height: unset;
    border-top: none;
    border-bottom: none;
    animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
	box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
}

@keyframes slide-down {
	0% {
		transform: translateY(-100%)
	}
	100% {
		transform: translateY(0)
	}
}

@media (max-width: 1199px) {
	#cart&gt;.btn{
		display: none;
	}
	.header .header-cart {
		padding: 15px 0 0;
		background: transparent;
	}
	#cart .cart-icon {
		background-size: 21px;
		margin: 0 0 0 5px;
	}
}

@media (max-width: 979px) {
	#cart #cart-title {
		display: none;
	}
	#cart .cart-icon {
		padding: 0;
	}
	.header .header-cart {
		padding: 0;
	}
	#cart .dropdown-menu {
		top: 48px;
	}
	#cart&gt;.btn {
		margin: 0;
		float: none;
	}
	#cart-total {
		line-height: 15px;
		height: 15px;
		width: 15px;
		position: absolute;
		left: auto;
		right: 0;
		top: -5px;
		bottom: auto;
		font-size: 0;
	}
	#cart-total span {
		position: static;
	}
	#cart:after {
		display: none;	
	}
	.nav-full-wrapper {
		padding: 5px 0;
		background: #243D47;
	}
	#cart&gt;.btn .heading-title {
		display: none;
	}
	.content_headercms_top, 
	.content_headercms_top.fixed {
		margin: 0;
	}
	#cart #cart-title {
		display: none;
	}
	#cart {
		margin: 0;
		padding: 0 0 0 5px;
	}
	.content_headercms_top.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		border-top: none;
		border-bottom: none;
		animation: slide-down 0.7s;
		-webkit-animation: slide-down 0.7s;
		-moz-animation: slide-down 0.7s;
		-o-animation: slide-down 0.7s;
		box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
		-moz-box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
		-webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
	}
}
@media (max-width: 479px) {
	#cart {
		margin: 0;
		padding: 0;
	}
	#cart-total span {
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 10px;
	}
	#cart-total {
		right: 5px;
		top: 0;
	}
}


/* menu */


.nav-inner-cms {
	background: none repeat scroll 0 0 #666666;
}

.content_headercms_bottom {
	text-align: center;
	background: #ffffff;
}

.main-menu {
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.common-home .main-menu {
    float: left;
}

.common-home .header-nav-wrapper.fixed .main-menu {
    margin: 0;
    float: none;
}

.nav-responsive {
	display: none;
}

.responsive-menu {
	background: #545F61;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 10px;
	/*overflow:hidden;
     HIDE CATEGORIES THOSE ARE OUT OF MANU. */
}

ul {
	list-style: none;
	padding: 0;
}

.main-menu ul {
	list-style: none;
	padding: 0;
}

.main-menu&gt;ul&gt;li {
	float: left;
	position: relative;
	margin: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.nav-responsive span,
.main-menu&gt;ul&gt;li&gt;a {
	font-weight: 400;
    padding: 10px 0;
    margin: 0 60px 0 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
}

/* .nav-responsive span:after, .main-menu&gt;ul&gt;li&gt;a:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50px;
    bottom: auto;
    height: 12px;
    width: 1px;
    background-color: rgba( 255, 255, 255, 0.302 );
} */

.main-menu&gt;ul&gt;li:last-child&gt;a:after {
    display: none;
}

.main-menu a:hover {
	text-decoration: none
}

.main-menu .nav&gt;li&gt;a:hover {
    color: #000000;
}

.main-menu&gt;ul&gt;li:hover&gt;a {
	/*background: none repeat scroll 0 0 #646464;
     */
}

.main-menu .column1 ul.childs_1 .dropdown a::after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #525252;
	position: absolute;
	right: 9px;
}

.main-menu .column1 ul.childs_1 .dropdown a:hover::after {
	color: #666666;
}

.main-menu .column1 ul.childs_2 a::after {
	display: none;
}

.main-menu&gt;ul&gt;li&gt;ul,
.responsive-menu .main-navigation {
	display: none;
	background: #ffffff;
	position: absolute;
	z-index: 5;
	padding: 5px;
}

.main-menu&gt;ul&gt;li:hover&gt;ul {
	display: block;
}

.main-menu&gt;ul&gt;li ul&gt;li .dropdown-menu {
	display: block;
	background: #ffffff;
	z-index: 5;
	padding: 15px;
	top: 0;
	bottom: auto;
	left: 100%;
	right: auto;
    margin: 0 !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -moz-transform-origin: top;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.main-menu&gt;ul&gt;li .column3 ul&gt;li .dropdown-menu {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.main-menu&gt;ul&gt;li ul.childs_2 ul.childs_3&gt;li .dropdown-menu {
	display: block;
	background: #ffffff;
	z-index: 5;
	padding: 5px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: top;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.main-menu&gt;ul&gt;li ul.childs_1&gt;li:hover .dropdown-menu,
.main-menu&gt;ul&gt;li ul.childs_2&gt;li:hover .dropdown-menu {
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

.main-menu&gt;ul&gt;li .column3 ul.childs_1&gt;li:hover .dropdown-menu,
.main-menu&gt;ul&gt;li .column3 ul.childs_2&gt;li:hover .dropdown-menu {}

.main-menu&gt;ul&gt;li ul.childs_2 ul.childs_3&gt;li:hover .dropdown-menu {
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: top;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.main-menu ul li ul {
	display: table-cell;
}

.main-menu&gt;ul&gt;li ul+ul {
	/*padding-left: 20px;
     */
}

.main-menu&gt;ul&gt;li ul&gt;li&gt;a,
.main-menu&gt;ul&gt;li li&gt;a {
	padding: 4px 8px;
	color: #666666;
	display: block;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
}

.main-menu&gt;ul&gt;li .column3 ul.childs_1&gt;li&gt;a {
    padding: 5px 8px 5px;
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.main-menu&gt;ul&gt;li .column3 ul.childs_1&gt;li&gt;a:hover {
	color: #4586ff;
}

.main-menu&gt;ul&gt;li .column3 ul.childs_1&gt;li&gt;a:after {
    display: none;
}

.main-menu&gt;ul&gt;li.hiden_menu ul&gt;li&gt;a:after, .main-menu&gt;ul&gt;li.hiden_menu li&gt;a:after {
    display: none;
}

.main-menu&gt;ul&gt;li .column3 ul.childs_1&gt;li&gt;a:hover {
	color: #4586ff;
}

.responsive-menu .main-navigation li a {
	color: #cecece;
	display: block;
	padding: 8px 12px;
	white-space: nowrap;
}

.main-menu&gt;ul&gt;li ul&gt;li&gt;a {
	min-width: 160px;
}

.main-menu&gt;ul&gt;li ul&gt;li&gt;a:hover,
.main-menu&gt;ul&gt;li li&gt;a:hover {
	color: #4586ff;
	background-color: transparent;
}

.responsive-menu .main-navigation li a:hover {
	background-color: #393939;
	border-left: 5px solid #ffe35f;
	color: #ffffff;
	padding: 8px 7px;
}

.main-menu&gt;ul&gt;li ul&gt;li&gt;a.activSub {
	background-image: url(../image/themeimage/cat_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.main-menu&gt;ul&gt;li&gt;ul&gt;ul&gt;li&gt;a {
	color: #FFFFFF;
}

.main-menu&gt;ul&gt;li .column3 ul&gt;li .dropdown-menu {
	position: static;
	box-shadow: none;
	padding: 0;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.main-menu&gt;ul&gt;li ul&gt;li .dropdown-menu a {
	padding: 3px 8px;
}

.main-menu&gt;ul&gt;li ul&gt;li&gt;a {
	display: inline-block;
	vertical-align: top;
}

.main-menu&gt;ul&gt;li .column3 .childs_1 {
	padding: 0 10px;
}

@media (min-width: 980px) {
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		left: 100px;
		top: 35px;
	}
	#menu .dropdown .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		padding: 15px;
		margin: 0!important;
		left: 20px;
		display: block;
		opacity: 0;
		-webkit-opacity:0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity:0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		-moz-transform: scaleY(0);
		transform-origin: top;
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		-o-transform-origin: top;
		-moz-transform-origin: top;
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
		-ms-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
	}
	#menu .hiden_menu .dropdown-menu.megamenu {
		left: auto;
		right: 20px;
	}
	#menu .dropdown:hover .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
		opacity: 1;
		-webkit-opacity:1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity:1;
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
		-ms-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
	}
	#menu .dropdown.hiden_menu .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		left: 100%;
		top: 0;
	}
	.main-menu&gt;ul&gt;li.top_level {
		display: none;
	}
}

@media (max-width: 1199px) {
	.nav-responsive span, .main-menu&gt;ul&gt;li&gt;a {
		margin: 0 30px 0 0;
	}
}

@media (max-width: 979px) {
	.content_headercms_bottom {
		padding: 15px 0;
		clear: both;
	}
	.header-nav-wrapper {
		display: none;
	}
}

@media (max-width: 767px) {
	#menu div.dropdown-inner&gt;ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		color: #fff;
	}
}


/* Vertical Category Start*/
 #nav-one &gt; li &gt; .dropdown-menu {
     left: 100%;
     right: auto;
     padding: 0;
}
 .top_level.hiden_menu {
     position: relative;
}
/*  #nav-one li .megamenu ul.childs_1 {
     padding: 10px;
} */
 #nav-one li .megamenu ul.childs_1:last-child {
}
 #nav-one li ul {
     display: table-cell;
     float: none;
}
 #nav-one ul {
     display: inline-block;
     float: none;
     margin: 0 auto;
     text-align: left;
}
 #nav-one li .megamenu ul.list-unstyled li &gt; a, .hiden_menu .top_level a {
     color: #000000;
     font-size: 14px;
     font-weight: 400;
     padding: 5px 0;
     text-transform: capitalize;
     width: 100%;
}
.hiden_menu .top_level .megamenu ul li a, 
.hiden_menu .top_level .megamenu ul li ul li a {
    color: #666666;
    padding: 1px 8px;
}
.hiden_menu .top_level .megamenu ul li a:hover, 
.hiden_menu .top_level .megamenu ul li ul li a:hover {
    color: #4586ff;
}
 #nav-one li .megamenu ul.list-unstyled li &gt; a:before {
     display: none;
}
 #nav-one &gt; li ul &gt; li &gt; a {
     min-width: 188px;
}
 #nav-one &gt; li ul &gt; li &gt; a {
     min-width: 188px;
}
 #nav-one li ul &gt; li &gt; a, .responsive-menu .main-navigation li a {
     color: #262626;
     display: block;
     font-size: 13px;
     padding: 8px;
     white-space: nowrap;
}
 #nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
     border: medium none;
     margin: 0;
     padding: 0;
     position: relative;
}
 #nav-one li ul {
     display: table-cell;
     float: none;
}
 #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li &gt; a {
	color: #000000;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    border: none;
    margin: 0;
}
 #nav-one li .megamenu ul.list-unstyled.childs_2 a {
     min-width: 145px;
}
 #nav-one li .megamenu.column1 ul.childs_1 {
     border: medium none;
     padding: 0;
}
 #nav-one li .megamenu.column1 ul.list-unstyled li &gt; a, .hiden_menu .top_level &gt; a {
	font-size: 14px;
    font-weight: 400;
    color: #000000;
    border: none;
    margin: 0;
}
 #nav-one li .megamenu.column1 ul.list-unstyled li &gt; a:hover, .hiden_menu .top_level &gt; a:hover{
     color: #4586ff !important;
}
 #nav-one li .megamenu.column1 ul.list-unstyled &gt; li.dropdown .dropdown-menu {
     display: none;
     left: 100%;
     padding: 10px;
     position: absolute;
     top: 0;
}
 #nav-one li .megamenu.column1 ul.list-unstyled &gt; li.dropdown:hover &gt; .dropdown-menu {
     display: block;
     padding: 0;
}
 #nav-one li .megamenu.column1 ul.list-unstyled li:hover &gt; a, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover &gt; a, .hiden_menu .top_level:hover &gt; a {
     color: #000000;
}
 #nav-one .dropmenu li a:before {
     font-family: 'FontAwesome';
     content: '\f0da';
     font-size: 11px;
     font-weight: 400;
     color: #283546;
     margin-right: 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;
}
 #nav-one .dropmenu li:hover a:before {
     color: #4586ff;
}
 .column_left_cms .box.last .list-group {
     border-bottom: medium none;
     margin-bottom: 0;
     padding: 4px 0 0;
}
 .column_left_cms .box.last {
     margin-bottom: 0;
}
 .vertical-category .dropdown-inner {
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 .vertical-category .dropdown-inner:before {
     content: '';
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-right: 10px solid #dddddd;
     position: absolute;
     top: 10px;
     left: -10px;
}
 .vertical-category .list-unstyled .dropdown-inner:before {
     display: none;
}
.vertical-category .top_level a {
	padding: 12.6px 0;
    margin: 0 20px;
    font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid #EDEDED;
	transition: 300ms ease;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-ms-transition: 300ms ease;
	-o-transition: 300ms ease;
}
.vertical-category .top_level a:hover {
     color: #4586ff !important;
     transition: 300ms ease;
     -webkit-transition: 300ms ease;
     -moz-transition: 300ms ease;
     -ms-transition: 300ms ease;
     -o-transition: 300ms ease;
}
.vertical-category li.top_level a.level-top {
    border: none;
}
 .dropmenu li.dropdown.top_level .more a:before{
     display:none;
}
 .dropmenu li.dropdown.top_level .more .dropdown-inner{
     padding: 15px;
}
.vertical-category .top_level .more li.top_level {
    padding: 0;
}
 .vertical-category .top_level .more a {
    padding: 5px 8px;
    border: none;
    min-width: 187px;
    font-size: 14px;
    color: #000000;
    margin: 0;
}
 .vertical-category .dropdown-menu li &gt; a:hover {
     color: #4586ff !important;
     background: transparent;
}
 .vertical-category #nav-one &gt; li .column3 ul &gt; li .dropdown-inner {
     position: static;
     box-shadow: none;
     border: none;
     border-radius: 0;
     padding: 0;
}

 @media (min-width: 980px) {
     .vertical-category {
         position: relative;
         z-index: 15;
         width: 100%;
         float: left;
         margin: 0;
    }
	.common-home #column-left .vertical-category, 
	.common-home #column-right .vertical-category {
		border: none;
	}
	.vertical-content {
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #EDEDED;
	}

	.vertical-category .vertical-heading {
		cursor: pointer;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		text-transform: capitalize;
		color: #000000;
		text-align: left;
		background: #5af388;
		padding: 13px 20px;
		position: relative;
	}
	.vertical-category .vertical-heading:before {
		content: '';
		background-image: url(../image/themeimage/vertical-menu.svg);
		background-size: 18px;
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		height: 24px;
		width: 24px;
		float: left;
		margin: 0 10px 0 0;
	}
	#nav-one li .megamenu.column1 ul.list-unstyled li, .hiden_menu .top_level {
		padding: 0;
	}
	.vertical-content .top-vertical-category.dropmenu li{
		position: relative;	
	    /* padding: 0 13px; */
	}
	#nav-one li .megamenu.column3 ul.list-unstyled li {
		padding: 0;
	}
	#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li {
		padding: 0;
	}
	.vertical-content .top-vertical-category.dropmenu li.top_level.dropdown:before, 
	.vertical-content .top-vertical-category.dropmenu li.top_level.dropdown .megamenu ul li.dropdown:before {
		content: '';
		background-image: url(../image/themeimage/vertical-menu-icon-active.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 8px;
		display: block;
		position: absolute;
		top: 15px;
		bottom: auto;
		right: 26px;
		left: auto;
		padding: 7px 5px;
	}
	.vertical-content .top-vertical-category.dropmenu li.top_level.dropdown .megamenu ul li.dropdown:before {
		top: 10px;
		right: 5px;
	}
	.vertical-content .top-vertical-category.dropmenu li.top_level.dropdown .megamenu.column3 ul li.dropdown:before {
		display: none;	
	}
	.common-home .vertical-content .top-vertical-category {
		display: block;
	}
	.common-home .content_headercms_top.fixed .vertical-content .top-vertical-category {
		display: none;
	}
}
@media (max-width: 1299px) {
	.vertical-content .top-vertical-category{
		padding: 11px 0;
	}
	.vertical-category .top_level a {
		padding: 13px 7px;
	}
}
 @media (max-width: 1199px) {
	.vertical-category .top_level a {
		padding: 12px 7px;
	}
	.vertical-content .top-vertical-category.dropmenu li.top_level.dropdown:before {
		top: 20px;
		right: 20px;
	}
}
 #nav-one li .megamenu.column3 ul.list-unstyled li .dropdown-menu {
     box-shadow: none;
}
 #nav-one li .megamenu.column3 ul.list-unstyled li .dropdown-menu .dropdown-inner:before {
     display: none;
}
 #nav-one li .megamenu.column3 ul.list-unstyled li a {
	font-weight: 500;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
    color: #000000;
}
 #nav-one li .megamenu.column3 ul.list-unstyled li a:hover {
     color: #4586ff !important;
}
 #nav-one li .megamenu ul.list-unstyled .dropdown &gt; a {
     border-bottom: none;
     font-weight: 700;
     font-size: 13px;
     padding: 5px 8px 5px;
     margin: 0 0 5px;
}
 @media (max-width: 979px) {
     .vertical-category {
         display: none;
    }
}
/* Vertical Category end */


/* Tab cms */

.category_tab {
	margin: 0 0 20px;
	position: relative;
	background-color: #ffffff;
}

#Tab_Category_Slider .box-heading {
	text-align: center;
	margin-bottom: 20px;
}

#Tab_Category_Slider .container {
	position: relative;
}

#tab_spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(../image/themeimage/category_load.gif) 50% 50% no-repeat #fff;
}

.category_tab .nav-tabs {
	margin: 0 0 42px;
    width: 100%;
    border: none;
}

/* .etabs {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
} */

.category_tab ul li {
	float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.category_tab .tab-pane .product-block {
	clear: both;
	overflow: hidden;
	/* margin: 0 0 25px;	 */
}

.category_tab .tab-pane .product-block:hover {
	clear: both;
}

.category_tab .owl-item.last_item_tm .product-block-inner {
	margin: 0;
}

.category_tab .tab-pane .product-block-inner {
	position: relative;
}

.category_tab .owl-item .col-lg-12 {
	padding: 0;
}

/* .category_tab .tab-pane {
	padding: 35px 0 0 !important;
	border: medium none !important;
	text-align: center;
	vertical-align: middle;
} */

.category_tab .tab-pane&gt;img {
	margin: 150px auto;
}


.category_tab ul li a {
	font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    padding: 13px 0 0;
    margin: 0 30px 0 0;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    color: #2f2f30;
    position: relative;
}

.category_tab ul li.active a,
.category_tab ul li.active a:hover,
.category_tab ul li a:hover,
.category_tab ul li a:focus {
	color: #4586ff;
    border-bottom: 1px solid #4586ff;
}

.category_tab .tab-content {
	border: medium none;
	overflow: visible;
	position: static;
}

.tab-content {
	position: relative;
	padding: 0px;
	z-index: 2;
	overflow: visible;
	margin-bottom: 15px;
}

.tab-content .tab {
	display: none;
}

.category_tab .tab-pane .owl-carousel {
	position: static;
	margin: 0;
}

.category_tab .tab-pane .owl-next:hover span {
	text-decoration: none;
}

.category_tab:hover .tab-pane .owl-carousel .owl-buttons div {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.category_tab .tab-pane .owl-buttons a:hover {
	color: #666666;
}

.product-box .container {
	position: relative;
}

@media (max-width: 1199px) {
	.category_tab ul li a {
		font-size: 20px;
	}
}

@media (max-width: 979px) {
	.category_tab .nav-tabs {
		padding: 0;
	}
	.category_tab .tab-pane .owl-carousel {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.category_tab ul li a:before {
		display: none;
	}

	.category_tab ul li:after {
		left: 0;
		right: 0;
		top: auto;
		bottom: -8px;
		margin: auto;
		height: 10px;
		width: 2px;
		background-color: #4586ff;
	}
	.category_tab {
		margin: 0;
	}
}

@media (max-width: 480px) 
{
	.category_tab .nav-tabs {
		margin: 0 0 30px;
	}
	.category_tab ul li a {
		font-size: 16px;
		line-height: 18px;
		margin: 0 17px 0 0;
	}

}

@media (max-width: 479px) {
	.category_tab ul li a {
		text-align: center;
	}
	.nav-tabs&gt;li&gt;a {
		float: none!important;
	}
	#Tab_Category_Slider .nav-tabs&gt;li {
		width: 100%;
	}
	#Tab_Category_Slider .nav-tabs&gt;li {
		width: 100%;
		float: none;
		margin: 0 0 5px;
	}
}


/* End Tab cms */


/* Css for category cms start */

#pst_categorycmsblock {
    margin-bottom: 65px;
	clear: both;
	position:relative;
	display: inline-block;
    vertical-align: top;
    width: 100%;
}
ul.pst-categorycmsblock-inner {
    position: static;
	width: auto;
    margin: 0 -15px;
	float: none;
}
#pst_categorycmsblock ul {
    margin: 0 -15px;
}
#pst_categorycmsblock .pst-cat-item {
    padding: 0 15px;
}
#pst_categorycmsblock .pst-cat-details .cat-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 6px;
    text-transform: capitalize;
    display: block;
    text-align: left;
}
#pst_categorycmsblock .pst-cat-details .cat-desc {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    display: block;
    text-align: left;
}
#pst_categorycmsblock .pst-cat-details .more-btn-icon a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    text-align: left;
}
#pst_categorycmsblock .pst-cat-details .more-btn-icon a:hover {
    color: #2f2f30;
    border-color: #2f2f30;
}
.cat_image {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#pst_categorycmsblock .pst-cat-item img {
    max-width: 100%;
    height: auto;
}
.cat_image img {
    transform: scale(1.05) translateX(0);
    transition: transform .6s cubic-bezier(.61,1,.88,1);
}
li.pst-cat-item:hover .cat_image img {
    transform: scale(1.05) translateX(-5px);
    transition: transform .6s cubic-bezier(.61,1,.88,1);
}
#pst_categorycmsblock .pst-cat-item-inner {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	overflow: hidden;
}
#pst_categorycmsblock .pst-cat-image {
	overflow: hidden;
}
#pst_categorycmsblock .pst-cat-item-inner .pst-cat-img img {
    max-width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-item:hover .pst-cat-item-inner .pst-cat-img img {
	transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
}
#pst_categorycmsblock .pst-cat-details {
    text-align: left;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 48px;
    right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
#pst_categorycmsblock .pst-cat-details .cat-text {
    display: block;
    color: #999999;
    padding: 0 0 15px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-text:hover {
	color:#5cc1b9;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-btn {
    position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
#pst_categorycmsblock .pst-cat-details .cat-btn:before {
    content: '';
    background: #5cc1b9;
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: -3px;
    top: auto;
    left: 0;
    right: auto;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-btn:after {
    content: '';
    background: #000000;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -3px;
    top: auto;
    left: 0;
    right: auto;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-btn:hover:after {
	width:0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-btn:hover:before {
	width: 100%;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

@media (max-width: 1299px) {
    #pst_categorycmsblock .pst-cat-details .cat-desc {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    #pst_categorycmsblock .pst-cat-details .more-btn-icon a {
        font-size: 12px;
        line-height: 15px;
    }
    #pst_categorycmsblock {
        margin-bottom: 40px;
    }
}
@media (max-width: 1199px) 
{
	#pst_categorycmsblock .pst-cat-details {
		left: 35px;
	}
}
@media (max-width: 979px) 
{
    #pst_categorycmsblock {
        margin-bottom: 50px;
    }
    #pst_categorycmsblock .pst-cat-details {
        left: 43px;
    }
    #pst_categorycmsblock .pst-cat-details .cat-title {
        font-size: 16px;
        line-height: 19px;
    }
    #pst_categorycmsblock .pst-cat-details .cat-desc {
        font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
    }
}

@media (max-width: 768px) 
{
    #pst_categorycmsblock .pst-cat-details {
        left: 35px;
    }
    #pst_categorycmsblock .pst-cat-details .cat-title {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 3px;
    }
    #pst_categorycmsblock .pst-cat-details .cat-desc {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) 
{
	#pst_categorycmsblock {
		text-align: center;
	}
	#pst_categorycmsblock ul {
		display: inline-block;
		vertical-align: top;
	}
	#pst_categorycmsblock li.pst-cat-item {
		margin: 0 0 20px;
	}
	#pst_categorycmsblock li.pst-cat-item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) 
{
    #pst_categorycmsblock {
        margin-bottom: 20px;
    }
    #pst_categorycmsblock .pst-cat-item {
        margin: 0 0 20px;
    }
    #pst_categorycmsblock .pst-cat-details {
        left: 35px;
    }
    #pst_categorycmsblock .pst-cat-details .cat-title {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 3px;
    }
    #pst_categorycmsblock .pst-cat-details .cat-desc {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) 
{
    #pst_categorycmsblock .pst-cat-details .cat-desc {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    #pst_categorycmsblock .pst-cat-details .cat-title {
        font-size: 13px;
        line-height: 18px;
    }
}


/* Parallax block start */

#pstparallaxcmsblock {
	margin-bottom: 50px;
	background-size: cover;
	background-attachment: fixed;
}

.parallax-wrapper {
	padding: 90px 50px;
	text-align: center;
}

.parallax-text {
	display: block;
	position: relative;
}

.parallax-text .text1 {
	color: #000000;
	font-size: 60px;
	font-weight: 300;
	line-height: 60px;
	margin-bottom: 20px;
	letter-spacing: 5px;
	text-transform: uppercase;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

#pstparallaxcmsblock:hover .text1 {
	text-shadow: 4px 3px 1px #FFFFFF;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.parallax-wrapper .btn {
	color: #ffffff;
	display: inline-block;
	margin: 150px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	background: none;
	text-transform: uppercase;
	background-color: #000000;
	padding: 8px 25px;
}

.parallax-wrapper .btn:hover {
	background-color: #666666;
}

.parallax-text .text2 {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

.parallax-text:after {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 37px;
	right: 0;
	left: 0;
	bottom: auto;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	background-image: url(../image/themeimage/perellex-1.png);
	height: 250px;
	width: 250px;
}

@media (max-width: 767px) {
	.parallax-text .text1 {
		font-size: 30px;
		line-height: 30px;
	}
	.parallax-text .text2 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
	}
	.parallax-wrapper {
		padding: 40px 20px;
	}
}

@media (max-width: 479px) {
	.parallax-text:after {
		top: 0;
	}
	.parallax-text .text1 {
		font-size: 18px;
		line-height: 19px;
	}
	.parallax-text .text2 {
		font-size: 11px;
		line-height: 11px;
		font-weight: 500;
	}
}


/* Parallax block end */


/* Left-Right column css*/


/* 1-col layout */

# .layout-3 #content {
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Content-top */

.content-top {
    margin-bottom: 0;
}

.slider-banner {
	float: left;
	width: 100%;
}

.slider-banner .slide {
	float: left;
	width: 25%;
}

.slider-banner .slide a {
	background: none repeat scroll 0 0 #107789;
	cursor: pointer;
	display: block;
	height: 100%;
	transition: background 0.2s ease 0s;
	-webkit-transition: background 0.2s ease 0s;
	-moz-transition: background 0.2s ease 0s;
	-ms-transition: background 0.2s ease 0s;
	-o-transition: background 0.2s ease 0s;
	width: 100%;
	border-top: 4px solid #064857;
}

.slidebanner1 .cms-title {
	border-left: 0 none;
}

.slidebanner4 .cms-title {
	border-right: 0 none;
}

.cms-title {
	border-color: #064857;
	border-style: solid;
	border-width: 0 1px;
	padding: 15px 20px;
	text-align: center;
}

.slider-banner .slide:hover a {
	border-top: 4px solid #ffe35f;
}

.text1 {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.text2 {
	color: #ffffff;
	font-size: 18px;
}

.owl-buttons {
	/*display: none;
     */
}

.thumbnails .thumbnail {
	margin: 0;
	border: none;
}

@media (max-width: 979px) {
	
}
@media (max-width: 479px) {
	.list_inner {
		float: none;
		position: relative;
		display: inline-block;
	}
}

.content-bottom {
    margin: 0 -15px;
}

/*Megnor category */

ul.dropmenu {
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 1px 0 0;
	position: relative;
	z-index: 9;
}

.dropmenu li {
	position: relative;
	list-style: none;
	margin: 0px;
	display: block;
	cursor: pointer;
}

.dropmenu li:hover {
	/*background-color:#f5f5f5;
     */
}

.dropmenu li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.dropmenu li a:hover {}

.dropmenu li span {
	display: block;
	float: right;
	height: 10px;
	width: 6px;
	position: absolute;
	top: 18px;
	right: 10px;
}

.dropmenu li:hover ul,
.dropmenu li:hover div {
	display: block;
}

.dropmenu li:hover .dropdown-inner {
	animation: fadeInLeft 0.5s;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.dropmenu ul,
.dropmenu div {
	position: absolute;
	display: none;
	min-width: 160px;
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
}

.dropmenu li div ul {
	border: none;
	background: none;
	position: relative;
	display: block;
	left: 0px;
}

.dropmenu ul li {
	float: none;
	border: none;
}

.dropmenu div ul {
	position: relative;
	display: block;
}

.dropmenu li div {
	background-color: #FFFFFF;
	padding: 20px;
	display: none;
	position: absolute;
	z-index: 1;
}

.dropmenu .submenu {
	background-color: #dedede;
}

.box .box-content ul,
#content .content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.box .box-content ul li {}

.box .box-content ul li:last-child a,
.box .box-content ul li ul li a {
	border-bottom: 0 none;
}

.box .box-content ul li a {
	/*border-bottom: 1px solid #e3e3e3;
     */
}

#content .content ul li {
	line-height: 22px;
	padding: 5px;
}

.box .box-content ul li ul li+li {
	border-top: medium none;
}

.box .box-content ul li a,
#content .content ul li a {
	font-weight: normal;
	position: relative;
}

.box .box-content ul li a.active {
	color: #666666;
}

.box .box-content ul li a+a,
.box .box-content ul li a+a:hover {
	background: none;
	padding-left: 0;
}

.box .box-content ul li a:hover,
#content .content ul li a:hover {
	color: #4586ff;
}

.box .box-content ul ul {
	margin-left: 15px;
	width: 100%;
	z-index: 99;
}

.box .box-content ul li ul li a {
	padding: 8px 0 8px 10px;
}

.box.sidebar-category .box-content ul li ul li a.activSub::before {
	right: 3px;
	top: 10px;
}

.box.sidebar-category .box-content ul li {
	padding: 0 12px 0 0;
}

.box .box-content ul li ul li a.activSub:before,
.box .box-content ul li a.activSub:before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 6px;
	font-size: 13px;
	color: #aba9a9;
}

.box .box-content ul li ul li:hover&gt;a.activSub:before,
.box .box-content ul li:hover&gt;a.activSub:before {
	color: #666666;
	content: none;
}

.box .box-content ul li ul li:hover&gt;a.activSub,
.box .box-content ul li:hover&gt;a.activSub {
	background: rgba(0, 0, 0, 0) url("../image/themeimage/menu-hover-arrow.jpg") no-repeat scroll 209px 1px;
	margin-right: -12px;
}

.box .box-content ul ul li ul {
	display: none;
	margin-left: 21px;
}

.box .box-content ul ul li:hover ul {
	display: block;
	top: -1px;
	left: 225px;
}

.product-block-inner a img {
	vertical-align: middle;
}

.box .box-category-heading {
	background: url("../image/themeimage/category.jpg") no-repeat scroll 0 0 #666666;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
}

.heading-img {
	margin-right: 16px;
	padding: 10px 24px;
}


/* tooltip */

.tooltip.top .tooltip-arrow {
	border-top-color: #666666 !important;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #666666 !important;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #666666 !important;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #666666 !important;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #666666 !important;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #666666 !important;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #666666 !important;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #666666 !important;
}

.tooltip-inner {
	background: #666666 !important;
}


/* content */

.content-top #content {
	min-height: 495px;
	margin-bottom: 25px;
}

.common-home #content {
	min-height: inherit;
}

#content {
	min-height: 400px;
}

.single-banner {}

#banner0 {
	float: left;
}

#banner2 {
	float: right;
}

.inner-cms {
	background-color: transparent;
	height: 36px;
	margin: 15px auto;
	position: relative;
	padding-left: 124px;
}

.box-cms-content .content {
	padding: 0;
}

@media only screen and (max-width: 979px) {
	.inner-cms {
		padding-left: 0;
	}
	.inner-cms {
		margin: 40px auto 15px;
	}
	#banner2 {
		float: left;
	}
}

@media only screen and (max-width: 479px) {
	.box-cms-content .second-content.content,
	.box-cms-content .third-content.content {
		padding: 0 0 75px;
	}
}


/* Content Bottom*/


/* Home Service block start */


/* Home Service block start */

#pst_serviceblock {
	padding: 0;
	margin-bottom: 80px;
}

#column-left .pst_serviceblock-block.box .box-content, 
#column-right .pst_serviceblock-block.box .box-content {
	padding: 5px 15px;
	margin: 0;
}

#pst_serviceblock .pst-service-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 0;
    letter-spacing: 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

#pst_serviceblock .pst-image-block {
    float: left;
    margin: 8px 20px 8px 0;
}
#pst_serviceblock .service-right {
	text-align: left;
	width: auto;
	overflow: hidden;
}

#pst_serviceblock li.pst-service-item {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

#pst_serviceblock li.pst-service-item:last-child {
    border: none;
    margin-bottom: 0;
}

#pst_serviceblock .pst-service-item-inner {
    padding: 0;
    text-align: center;;
}
#pst_serviceblock .pst-service-item:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
}

#pst_serviceblock .pst-service-item img {
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
}

#pst_serviceblock .pst-service-item .pst-image-icon {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#pst_serviceblock .pst-service-item:hover .pst-image-block {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon {
	background-image: url(../image/themeimage/service-1.svg);
}

#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon {
	background-image: url(../image/themeimage/service-1-hover.svg);
}

#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon {
	background-image: url(../image/themeimage/service-2.svg);
}

#pst_serviceblock .pst-service-item:nth-child(2):hover .pst-image-icon {
	background-image: url(../image/themeimage/service-2-hover.svg);
}

#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon {
	background-image: url(../image/themeimage/service-3.svg);
}

#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon {
	background-image: url(../image/themeimage/service-3-hover.svg);
}

#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon {
	background-image: url(../image/themeimage/service-4.svg);
}

#pst_serviceblock .pst-service-item:nth-child(4):hover .pst-image-icon {
	background-image: url(../image/themeimage/service-4-hover.svg);
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon {

	animation-duration: 1s;
	animation-timing-function: linear;
	animation-name: "bounceIn";
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "bounceIn";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "bounceIn";
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

@media (max-width: 1299px) {
	#pst_serviceblock .pst-service-title {
		font-size: 15px;
	}
	#pst_serviceblock .pst-service-desc {
		font-size: 13px;
		line-height: 23px;
	}
}

@media (max-width: 1199px) {
	#pst_serviceblock .pst-image-block {
		float: none;
		margin: 0 auto 20px;
	}
	#pst_serviceblock .service-right {
		text-align: center;
	}
}

@media (max-width: 979px) {
	#pst_serviceblock li.pst-service-item {
		margin-bottom: 15px;
	}
	#pst_serviceblock .service-right {
		display: block;
		width: 100%;
		text-align: center;
	}
	#pst_serviceblock .pst-image-block {
		float: none;
		margin: 0 0 20px;
	}

	#pst_serviceblock .container{
		margin:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	#pst_serviceblock li.pst-service-item {
		width: 50%;
		float: left;
		margin: 0;
		padding: 28px 10px;
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: #ebebeb;
	}
	#pst_serviceblock li.pst-service-item:nth-child(3), 
	#pst_serviceblock li.pst-service-item:nth-child(4) {
		border-bottom: 0;
	}
	#pst_serviceblock li.pst-service-item:nth-child(2), 
	#pst_serviceblock li.pst-service-item:nth-child(4) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	#pst_serviceblock ul {
		margin: 0;
	}
	#pst_serviceblock li.pst-service-item {
		padding: 0;
		width: 100%;
	}
}
/* Home Service block end */


/* Home Service block end */


/* Css for block top cms start */

#blocktopcms {
    text-transform: capitalize;
    padding: 7px 0;
    text-align: right;
}

#blocktopcms .customtext {
	margin: 0;
}

#blocktopcms .blocktopcms {
	display: inline-block;
}

#blocktopcms .customtext a {
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 23px;
}

#blocktopcms .customtext a:hovet {
	color: #4586ff;
}

@media (max-width: 979px) {
	#blocktopcms {
		display: none;
	}
}

@media (max-width: 767px) {
	#blocktopcms {
		float: none;
		margin: 0 0 5px;
	}
}


/* Css for block top cms end */


/* Css for block top contact start */

#pstblocktopcontact {
	float: right;
}

#pstblocktopcontact .contact-icon-block {
	display: inline-block;
}

#pstblocktopcontact .contact-details {
	display: inline-block;
	color: #000000;
	text-transform: capitalize;
}

#pstblocktopcontact .contact-details:before {
	content: "\f095";
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 700;
	margin: 2px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}

#pstblocktopcontact ul {
	margin: 0;
}


/* Css for block top contact end */



/* pst_bannerblock start */

#pst_bannerblock {
    display: inline-block;
    margin: 0 0 65px;
    vertical-align: top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#pst_bannerblock .pst-banner-details {
    text-align: left;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50px;
    right: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
}
#pst_bannerblock .banner_image {
    position: relative;
    overflow: hidden;
}
#pst_bannerblock .pst-banner-details .banner-title {
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#pst_bannerblock .pst-banner-details .banner-desc {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 45px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}
#pst_bannerblock .pst-banner-details .more-btn-icon a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    text-align: left;
}
#pst_bannerblock .pst-banner-details .more-btn-icon a:hover {
    color: #2f2f30;
    border-color: #2f2f30;
}
.cms-image-block img {
    max-width: 100%;
}
#pst_bannerblock .cms-item{
    padding: 0 15px;
}
ul.bannerblock-wrapper {
    margin: 0 -15px;
}

#pst_bannerblock .bannerblock-inner{
    position: relative;
    overflow: hidden;
}
#pst_bannerblock .banner_image img {
    max-width: 100%;
    height: auto;
}
#pst_bannerblock .banner_image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.62,.28,.23,.99);
    transition: -webkit-transform 1.2s cubic-bezier(.62,.28,.23,.99);
    -o-transition: transform 1.2s cubic-bezier(.62,.28,.23,.99);
    transition: transform 1.2s cubic-bezier(.62,.28,.23,.99);
    transition: transform 1.2s cubic-bezier(.62,.28,.23,.99),-webkit-transform 1.2s cubic-bezier(.62,.28,.23,.99);
}
#pst_bannerblock:hover .banner_image img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1499px) 
{
    #pst_bannerblock .pst-banner-details .banner-desc {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 38px;
    }
    #pst_bannerblock .pst-banner-details {
        left: 40px;
    }
    #pst_bannerblock .pst-banner-details .banner-title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 8px;
    }
}
@media (max-width: 1299px) {
    #pst_bannerblock .pst-banner-details {
        left: 30px;
    }
    #pst_bannerblock .pst-banner-details .banner-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    #pst_bannerblock .pst-banner-details .banner-desc {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 35px;
    }
    #pst_bannerblock {
        margin: 0 0 45px;
    }
}

@media (max-width: 979px) 
{
    #pst_bannerblock .pst-banner-details {
        left: 50px;
    }
    #pst_bannerblock .pst-banner-details .banner-title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    #pst_bannerblock .pst-banner-details .banner-desc {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 38px;
    }
}

@media (max-width: 768px) {
    #pst_bannerblock .pst-banner-details {
        left: 30px;
    }
    #pst_bannerblock .pst-banner-details .banner-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    #pst_bannerblock .pst-banner-details .banner-desc {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
	#pst_bannerblock .banner-detail {
		top: 20%;
		left: 20px;
	}
    #pst_bannerblock .cms-item{
        margin-bottom:20px;
    }
    ul.bannerblock-wrapper{
        text-align:center;
    }
    #pst_bannerblock .bannerblock-inner{
        display:inline-block;
        vertical-align:top;
    }
    
}
@media (max-width: 480px) {
    #pst_bannerblock .pst-banner-details {
        left: 20px;
    }
    #pst_bannerblock .pst-banner-details .banner-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 3px;
    }
    #pst_bannerblock .pst-banner-details .banner-desc {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 23px;
    }
    #pst_bannerblock .pst-banner-details .more-btn-icon a {
        font-size: 13px;
        line-height: 15px;
    }
}
@media (max-width: 479px) {
    #pst_bannerblock .pst-banner-details .more-btn-icon a {
        display: none;
    }
    #pst_bannerblock .pst-banner-details {
        left: 10px;
    }
    #pst_bannerblock .pst-banner-details .banner-title {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 0px;
    }
    #pst_bannerblock .pst-banner-details .banner-desc {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0;
    }
    #pst_bannerblock {
        margin: 0 0 25px;
    }
}
/* pst_bannerblock end */


.tabfeatured_default_width {
	width: 191px;
}

.tabbestseller_default_width {
	width: 191px;
}

.tablatest_default_width {
	width: 191px;
}

.tabspecial_default_width {
	width: 315px;
}

.htabs {
	height: 49px;
	line-height: 16px;
	border-bottom: 1px solid #dedede;
}

/* .etabs {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
} */

.htabs .etabs li {
	display: inline-block;
	float: left;
	line-height: 17px;
	list-style: outside none none;
	position: relative;
	text-align: center;
}

.htabs a {
	background-color: #ffffff;
	color: #525252;
	float: left;
	font-size: 18px;
	margin-right: 3px;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.htabs a.selected,
.htabs a:hover {
	background: #fe646f;
	border-bottom: 2px solid #666666;
	color: #ffffff;
}

.hometab .tab-content {
	position: relative;
	padding: 0;
	z-index: 0;
	overflow: visible;
	margin-bottom: 0px;
}

.tab-content .tab {
	display: none;
}

.hometab {
	clear: both;
	padding-top: 25px;
	margin-bottom: 25px;
}

.box.product-box {
    clear: both;
    margin-bottom: 15px;
    position: relative;
    background-color: #ffffff;
    padding: 0;
}

.box.special.product-box {
    padding-bottom: 30px;
}

.cms-banner-left {
	float: left;
}

.cms-banner-right {
	float: left;
}

.cms-banner2,
.cms-banner3 {
	float: left;
}

.cms-subbanner2 {
	margin-top: 25px;
}

.cms-banner2 {
	margin: 0 25px;
}

.post-content-top {
	padding: 15px 0 10px;
	overflow: hidden;
	color: #b3b3b3;
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
}

.post_comment {
	float: right;
}

.post_comment a {
	color: #b3b3b3;
}

.byadmin {
	float: left;
}

.post-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #525252;
	font-size: 17px;
}

.post-title a {
	color: #1b1b1b;
	/*font-family: 'Lato', sans-serif;
     */
}

.post-description {
	color: #838383;
}

.post-image {
	height: 198px;
	overflow: hidden;
	position: relative;
	width: 353px;
}

.post-date {
	position: absolute;
	right: 4.5%;
	top: 0;
	background-color: #42cfa6;
	height: 85px;
	min-width: 55px;
	padding: 12px;
	text-align: center;
}

.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	width: 100%;
}

.post-date .date {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}

.post-date .month {
	font-size: 13px;
	color: #fff;
	display: block;
}


/***** Testimonial Css Start *****/

.testimonial-block.box .box-content ul li {
    padding: 0;
}
#column-left .testimonial-block.box .box-content, 
#column-right .testimonial-block.box .box-content {
    width: 100%;
    float: left;
    padding: 20px;
}

#pst_testimonialcmsblock {
    clear: both;
    overflow: hidden;
        position: relative;
}
#pst_testimonialcmsblock #testimonial-carousel {
    position: static;
}
#left-column #pst_testimonialcmsblock .block_content, #right-column #pst_testimonialcmsblock .block_content {
    width:100%;
    float:left;
    padding: 20px;
}
#pst_testimonialcmsblock .name a{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
    color: #2f2f30;
}
#pst_testimonialcmsblock .name a:hover{color:#4586ff;}

#pst_testimonialcmsblock .testmonial-image{     
    display: inline-block;
    height: 95px;
    overflow: hidden;
    width: 95px;
    margin: 10px 0 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.test-image {
    background-color: #F2F2F2;
    padding: 25px 20px;
    display: block;
}

#pst_testimonialcmsblock .testmonial-image img{max-width:100%;height:auto;}

#pst_testimonialcmsblock:hover .testmonial-image{
    border-color:#ffd71e;  
    transition-duration: 300ms;
    -webkit-transition-duration:300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration:300ms;
}
#pst_testimonialcmsblock .owl-pagination {
    margin: 0 0 20px;
}
#pst_testimonialcmsblock .desc{
    font-size: 14px;
    font-weight: 400;
    color: #2f2f30;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
#pst_testimonialcmsblock .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
#pstleftbanner ul {
    margin: 0;
}
#pst_testimonialcmsblock .designation{
    display: inline-block;
    vertical-align:top;
    margin-bottom: 11px;
}
#pst_testimonialcmsblock .designation a {
    font-size: 12px;
    color: #505050;
    font-weight: 400;
}

@media (max-width: 979px) {	
	#left-column #pst_testimonialcmsblock.block .block_title {
		display: block;
	}
	.test-image {
		display: none;
	}
	#pst_testimonialcmsblock .testmonial-image {
		margin: 0 ;
	}
}


/***** Testimonial Css end *****/

.single-banner div,
.cms-banner2,
.cms-banner3 {
	overflow: hidden;
}

.single-banner .swiper-wrapper {
	position: relative;
}

.single-banner .swiper-wrapper a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

/* .single-banner .swiper-wrapper a:before {
	left: 0;
	top: 0;
}

.single-banner .swiper-wrapper a:after {
	bottom: 0;
	right: 0;
} */

/* .single-banner .swiper-wrapper a:before,
.single-banner .swiper-wrapper a:after {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	content: " ";
	height: 0;
	padding: 0;
	position: absolute;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	width: 0;
	transform: rotate(180deg);
	z-index: 1;
} */

/* .single-banner .swiper-wrapper:hover a:before,
.single-banner .swiper-wrapper:hover a:after {
	height: 100%;
	width: 100%;
	transform: rotate(0);
} */

.single-banner div img,
.cms-banner-right .single-banner img {
	/* transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s; */
	display: inline-block;
	vertical-align: top;
}


/***** Subbanner Css Start *****/

#pstsubbanner {
	margin-bottom: 80px;
    text-align: center;
}

#pstsubbanner .subbanner-wrapper {
	overflow: hidden;
    margin: 0;
}

#pstsubbanner .subbanner-item {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#pstsubbanner .subbanner-item-inner {
	display: block;
}

#pstsubbanner .subbanner-item img {
    max-width: 100%;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#pstsubbanner .subbanner-item-inner a {
	display: block;
	position: relative;
}

#pstsubbanner .subbanner-item-inner a:before {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 50%;
	margin: auto;
	opacity: 0.1;
	-khtml-opacity: 0.1;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	position: absolute;
	right: 50%;
	top: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

#pstsubbanner .subbanner-item-inner a:hover:before {
	left: 0;
	right: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

#pstsubbanner .subbanner-item-inner a:after {
	background-color: #000;
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 0.1;
	-khtml-opacity: 0.1;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

#pstsubbanner .subbanner-item-inner a:hover:after {
	bottom: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

@media (max-width: 1299px) {
	#pstsubbanner .subbanner-item:nth-child(3n+1) {
		clear: none !important;
	}
}

@media (max-width: 1199px) {
	#pstsubbanner {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	#pstsubbanner .subbanner-item:nth-child(1) {
		width: 100%;
		margin-bottom: 15px;
	}
	#pstsubbanner .subbanner-item:nth-child(2) {
		width: 100%;
	}
}


/***** Subbanner Css End *****/


/***** Aboutus Css Start *****/

#blockaboutus .block-aboutus img {
	max-width: 100%;
}

#blockaboutus .block-aboutus .block-details {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}

@media (max-width: 979px) {
	#footer .footer-left.column:after {
		display: none;
	}
}


/***** Aboutus Css End *****/

/* .single-banner div:hover img,
.cms-banner-right .single-banner:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-moz-transform: scale(1.08);
} */

.content-bottom #content .swiper-viewport {
	border: medium none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	margin: 0;
}

.content-bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
	display: none;
}

.owl-carousel .owl-item {
	float: left;
}


/* Blog listings */

.blog-module .blog_grid_holder {
	padding-top: 13px;
	font-size: 0;
}

.blog-module .blog_grid_holder.blogcarousel {
	padding-top: 20px;
	width: inherit;
}

#column-left .blog_grid_holder,
#column-right .blog_grid_holder {
	padding-top: 5px;
}

.blog_grid_holder.related {
	padding-top: 0px;
}

.blog_item::after {}

#homeblog .blog_item {
	margin-bottom: 0;
	float: left;
	width: auto;
	padding: 0;
	border-bottom: none;
}

#content #homeblog .box-product .product-block {
    float: left;
    width: 100%;
    padding: 0 15px;
    box-shadow: none;
	background: transparent;
}

#content #homeblog .box .box-content {
    margin: 0 -15px;
}

#homeblog .blog-left {
	float: left;
	padding: 0;
    margin-bottom: 20px;
}

#homeblog .blog-desc {
    text-align: left;
    margin: 0;
    padding: 0;
	clear: both;
}

.blog_item {
    font-size: 14px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
}

.blog_item:last-child {
    margin: 0;
}

#homeblog .owl-pagination {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 40px 0 20px;
}

#homeblog .owl-controls .owl-page span {
	background-color: #000000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#homeblog .owl-controls .owl-page.active span,
#homeblog .owl-controls .owl-page:hover span {
	background: #666666;
}

#homeblog .blog_title&gt;a {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#homeblog .blog_item:hover .blog_title&gt;a {
	color: #4586ff;
}

.blog_title&gt;a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.blog.all-blogs .blog_item .summary .blog_title&gt;a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}

.blog.all-blogs .blog_item .summary .blog_title&gt;a:hover {
    color: #4586ff;
}

.extension-theme_blog-home .image,
.information-blogger-blogs .image {
	margin-bottom: 0px;
	background-position: center center;
	height: 300px;
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
}

.blogcarousel .blog_item {
	width: 100% !important;
	/* carousel */
	margin-bottom: 0px;
}

#column-left .blog_item,
#column-right .blog_item {
	width: 100%;
	/* carousel */
	margin-bottom: 17px;
}

.blog_item .image {
	margin-bottom: 10px;
/* 	margin-top: 5px; */
	float: left;
	position: relative;
	cursor: pointer;
}

#homeblog .image {
	margin: 0;
	overflow: hidden;
}

.column-2 .blog_item .image,
.column-3 .blog_item .image,
.column-4 .blog_item .image,
#column-left .blog_item .image,
#column-right .blog_item .image {
	margin-bottom: 17px;
}

.blog_item .image img {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	max-width: 100%;
	height: auto;
}

.blog_item:hover .image img {
	background: #666666;
	display: block;
}

.blog_item .image img:hover {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.all-blogs .blog_grid_holder .blog_item .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	/* margin-bottom: 30px; */
	overflow: hidden;
	width: 100%;
	float: none;
	position: relative;
}

.blog_item .summary .blog-descr {
    text-align: center;
    padding: 0 15px;
}

.blog_item .summary .blog_title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
}
#homeblog .blog_stats {
    margin: 0;
	padding: 0;
    background-color: transparent;
}
.blog_stats {
	font-size: 14px;
    text-transform: none;
    margin: 0 0 15px;
    background-color: #5af388;
    padding: 5px 10px;
}
#column-left .blog_item .summary .blog_title,
#column-right .blog_item .summary .blog_title {
	font-size: 16px;
	margin: 0 0 7px;
}

.column-2 .summary .blog_title,
.column-3 .summary .blog_title {
	font-size: 24px;
	margin: 0 0 7;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.column-4 .summary .blog_title {
	font-size: 20px;
}

#homeblog .summary .blog_title {
    margin: 0 0 5px;
    clear: both;
}

.single-blog .block-title {
    margin-bottom: 30px;
}

.single-blog .blog-img {
	margin-bottom: 15px;
}

#common-home .blog_stats .date-time {
    margin-bottom: 5px;
}

#homeblog .blog_item .summary .desc p {
	font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#homeblog .readmore {
	padding: 5px 0 5px 0;
}

#homeblog p.btn_readmore {
	margin: 0;
}

#homeblog p.btn_readmore a {
	font-size: 13px;
	font-weight: 700;
	color: #666666;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
}

#homeblog p.btn_readmore a:hover {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	color: #000000;
}

#homeblog p.btn_readmore a:after {
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 1px 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.blog_item .post_hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	bottom: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.blog_item:hover .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	background: rgba(0, 0, 0, 0.2);
}

.blog_item:hover .image img {
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-ms-transform: scale3d(1.1, 1.1, 1.1);
	-o-transform: scale3d(1.1, 1.1, 1.1);
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.blog_item .post_hover .fa {
	font-size: 30px;
}

.icon.zoom {
    top: 39%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: auto;
}

.blog_item:hover .post_hover .icon.zoom {
	transform: rotateY( 0deg ) rotateZ( 0deg );
	-webkit-transform: rotateY( 0deg ) rotateZ( 0deg );
	-ms-transform: rotateY( 0deg ) rotateZ( 0deg );
	-o-transform: rotateY( 0deg ) rotateZ( 0deg );
	-moz-transform: rotateY( 0deg ) rotateZ( 0deg );
}

#column-left .blog_item p,
#column-right .blog_item p {
	font-size: 13px;
	line-height: 20px;
}

.blog_item .icon.zoom {
    background-image: url(../image/themeimage/blog-zoom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4586ff;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    background-size: 20px;
    text-align: center;
    transform: rotateY(45deg) rotateZ(45deg);
	-webkit-transform: rotateY(45deg) rotateZ(45deg);
	-ms-transform: rotateY(45deg) rotateZ(45deg);
	-o-transform: rotateY(45deg) rotateZ(45deg);
	-moz-transform: rotateY(45deg) rotateZ(45deg);
}

.blog_item .icon.zoom:hover {
	background-image: url(../image/themeimage/blog-zoom-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
    background-color: #000000;
}

.blog_item p a .fa.fa-plus {
	display: none;
	color: #ffffff;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background-color: #000000;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
}

.blog_item p a:hover .fa.fa-plus {
	background-color: #666666;
}

.blog_item p a .fa {
	margin-left: 10px;
	vertical-align: middle;
}



/* Blog Post */

.blog_post .main_thumb {
	padding: 0 0 15px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.blog_post .main_thumb:hover {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.blog_post h1 {
	margin-bottom: 17px;
}

.blog_post label {
	font-size: 14px;
}

.blog_post .main_description p {
	margin-bottom: 18px;
}

/* .blog_stats {
	font-size: 13px;
	text-transform: none;
	color: #666666;
	margin: 0 0 25px;
	/* border-bottom: 1px solid #f1f1f1; 
} */

/* .blog_item .summary .blogitem-desc {
    display: block;
    margin-bottom: 30px;
}
.blog_item .summary .readmore&gt;p {
    display: inline-block;
    vertical-align: top;
}
.blog_item .summary .readmore&gt;p a {
	background-color: #4586ff;
	padding: 12px 26px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
}
.blog_item .summary .readmore&gt;p a:hover {
	background-color: #000000;
}
 */
 .blog_item .blogitem-desc {
    display: block;
    margin-bottom: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_item .blogitem-desc p {
    margin: 0;
}
 .blog_item .readmore&gt;p {
    display: inline-block;
    vertical-align: top;
	margin: 0;
}

.blog_item .readmore&gt;p a {
	background-color: #4586ff;
	padding: 12px 26px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
}

.blog_item .readmore&gt;p a:hover {
	background-color: #000000;
}
/* 
#common-home .blog_stats {
	background-color: transparent;
	display: inline-block;
	margin: 0 0 2px;
} */

/* #common-home .blog_stats .date-time {
    color: #4586ff;
    background: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    text-align: center;
} */

#common-home .blog_stats .date {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    display: block;
}

.blog-desc .view-blog {
	display: inline-block;
	vertical-align: top;
}

#homeblog .write-comment a:before {
	content: "\f27a";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: 400;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: top;
}

.column-2 .blog_stats,
.column-3 .blog_stats,
.column-4 .blog_stats,
.blog_post .related .blog_stats {
	font-size: 13px;
	margin: 0 0 12px;
	padding-bottom: 1px;
}

#column-left .blog_stats,
#column-right .blog_stats {
	font-size: 11px;
	margin-bottom: -4px;
	border-bottom: none;
	padding-bottom: 0;
}

.blog_stats span {
	display: inline-block;
	/*margin-right:5px;
     margin-bottom:8px;
     */
	line-height: 12px;
}

.blog_stats span+span {
	padding-left: 7px;
}

.blog_stats .fa {
	margin-right: 5px;
}

.blog_stats .text {
	font-weight: inherit;
}

#column-left .blog_stats .text,
#column-right .blog_stats .text,
.column-2 .blog_stats .text,
.column-3 .blog_stats .text,
.column-4 .blog_stats .text {
	font-size: 0;
}

.blog_stats .hl {
	color: #666666;
}

#common-home .blog_stats .hl {
	color: #2f2f30;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
}

#column-left .blog_stats .hl,
#column-right .blog_stats .hl,
.column-2 .blog_stats .hl,
.column-3 .blog_stats .hl,
.column-4 .blog_stats .hl {
	font-weight: inherit;
}

.blog_post .blog_stats {
	margin: 0 0 22px;
}

.blog_post .tags {
	display: block;
	padding-top: 5px;
	margin-bottom: 25px;
	font-size: 13px;
	color: #aaaaaa;
}

.blog_post .tags a {
	font-size: 14px;
	margin-left: 2px;
}

.blog_post h3 {
	margin: 20px 0 18px;
	padding-bottom: 6px;
	display: block;
	border-bottom: 1px solid #eeeeee;
}

.blog_post h3 i {
	vertical-align: middle;
	margin-right: 7px;
}

.blog_post .share {
	margin-bottom: 40px;
}

.blog_post .share .fa {
	font-size: 19px;
	padding: 0 10px;
	margin: 0 5px 10px 0;
	color: #f5f5f5;
	height: 36px;
	line-height: 36px;
	width: 120px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}

.blog_post .share .fa:hover {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}

.blog_post .share .fa:after {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	margin-left: 10px;
}

.blog_post .share .fa-facebook {
	background: #3b5998;
}

.blog_post .share .fa-facebook:after {
	content: "Facebook"
}

.blog_post .share .fa-twitter {
	background: #00aced;
}

.blog_post .share .fa-twitter:after {
	content: "Twitter"
}

.blog_post .share .fa-google-plus {
	background: #dd4b39;
}

.blog_post .share .fa-google-plus:after {
	content: "Google+"
}

.blog_post .share .fa-navicon {
	background: #EAEAEA;
	color: #888888;
	text-align: center;
	font-size: 17px;
}

.blog_post .at15t_compact,
.at16nc.at16t_compact {
	background-position: -9999px -9999px !important;
}


/* Related blogs */

.blog_post .related .blog_item {
	margin-bottom: 15px;
}

.blog_post .related .blog_title {
	font-size: 18px;
}

.blog_post .related p {
	font-size: 14px;
	line-height: 20px;
}

.blog_post .related p a {
	color: #666666;
}

.blog_post .related p .fa {
	color: #cccccc;
}


/* Comments */

.blog_post #comment {
	margin-bottom: 55px;
}

.blog_post .blog_comment {
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
}


/* Modules */

#homeblog .blog-module {
    margin-bottom: 0;
    position: relative;
    background-color: #ffffff;
    padding: 0;
}

.blog-module {
	margin-bottom: 40px;
}

.blog-module.latest {
	/*margin: 80px auto 70px;
     */
}

#homeblog {
	padding: 0 0 73px 0;
    position: relative;
    border-bottom: 1px solid #EDEDED;
}

.blog-module h3 {
	margin: 15px 0 10px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #f5f5f5;
}

.blog-module h3 a.all {
	float: right;
	font-size: 13px;
	line-height: 24px;
}

.blog-module h3 a.all .fa {
	color: #cccccc;
}

#column-left .blog-module h3 a.all,
#column-right .blog-module h3 a.all {
	display: none;
}


/* Category Module */

.blog-category&gt;ul&gt;li {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

.blog-category ul&gt;li&gt;ul {
	display: none;
	padding-left: 0;
}

.blog-category&gt;ul&gt;li.active&gt;ul {
	display: block;
}

.blog-category&gt;ul&gt;li&gt;a {
	display: block;
	line-height: 34px;
	font-size: 14px;
}

.blog-category .sign {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 34px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	color: #cccccc;
}

.blog-category li .sign .fa-minus,
.blog-category li.open .sign .fa-plus {
	font-size: 0;
}

.blog-category .sign .fa,
.blog-category li.open .sign .fa-minus,
.blog-category li.open ul li.open .sign .fa-minus,
.blog-category li.open ul li .sign .fa-plus {
	font-size: 11px;
}

.blog-category&gt;ul&gt;li ul&gt;li {
	border-top: 1px solid #f5f5f5;
	list-style: none;
}

.blog-category&gt;ul&gt;li ul&gt;li {
	border-top: 1px solid #f5f5f5;
	list-style: none;
}

.blog-category&gt;ul&gt;li ul&gt;li a {
	line-height: 34px;
	font-size: 13px;
}

.blog-category&gt;ul&gt;li ul&gt;li a .fa {
	color: #cccccc;
	font-size: 10px;
	margin: 0 6px;
}

.captcha_wrap img {
	max-width: none;
}

.blog_grid_holder.blog_products {
	padding-top: 5px;
}

.blog_product {
	font-size: 14px;
}

.blog_product .image {
	margin-top: 0;
}

.blog_product .name {
	display: inline-block;
	margin-bottom: 5px;
}

.blog_product .price-old {
	text-decoration: line-through;
}

.blog_product .price-tax {
	font-size: 11px;
	display: block;
	color: #aaaaaa;
}

.blog.all-blogs .blog_item {
    font-size: 14px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 30px;
    width: 50%;
    padding: 0 15px;
    float: left;
    background-color: transparent;
}

.blog.all-blogs .blog_grid_holder {
    margin: 0 -15px;
}

.blog.all-blogs .blog_item .summary {
    padding: 30px 0;
    background-color: #f7f7f7;
}
.all-blogs .blog-descr {
    padding: 10px 0;
}
.all-blogs .blog-left-content, .all-blogs .blog-descr {
    clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	/* .blog_item .summary .blogitem-desc {
		min-height: 75px;
	} */
	.blog_item .blogitem-desc {
		min-height: 75px;
	}
}

@media (max-width: 979px) {
	.blog.all-blogs h2.page-title {
		display: none;
	}
}

@media (max-width: 767px) {
	.blog.all-blogs .blog_item {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#homeblog {
		padding: 0 0 40px 0;
	}
}
@media (max-width: 479px) {
	.blog_item .blogitem-desc {
		margin-bottom: 20px;
	}
	.blog_item .readmore&gt;p a {
		padding: 10px 18px;
		font-size: 12px;
	}
}


/* footer */

.header .footer-top {
	float: left;
	margin: 15px 0 0;
}

.home-about-me.container {
	padding: 0;
}

.content_headercms_top .footer-top {
	margin: 35px 0 0;
	float: left;
}

.header-cart {
	float: right;
	position: relative;
}

.footer-social{
	position:relative;	
}
#footer .column ul.social {
	list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
/* #footer .column ul.social li a {
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
 } */
#footer .column ul.social li a:hover {
	color: #ffffff;
    background-color: #4586ff;
}
#footer .social li:last-child a {
     margin: 0;
}
#footer .column ul.social li a {
	color: #2f2f30;
    background: #F3F3F3;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
    width: 46px;
    font-size: 0;
    text-align: center;
}
#footer .social li a .fa {
	line-height: 46px;
    font-size: 15px;
    display: block;
}
 #footer .social li a:hover {
    color: #4586ff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
 }
  #footer .social &gt; ul {
     display: inline-block;
     list-style: outside none none;
     margin: 0 auto;
     padding: 0;
     width: auto;
}
#footer .social ul li{
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0 5px;
    position: relative;
    line-height: 0;
}
#footer .social ul li:first-child {
    padding-left: 0;
}
#footer .social ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 5px;
    bottom: auto;
    background-color: rgba( 255, 255, 255, 0.102 );
    height: 18px;
    width: 1px;
}
#footer .social ul li:last-child:after {
	display: none;
}
 
#footer .column .social li {
	margin: 5px 5px 5px 0;
	display: inline-block;
	vertical-align: top;
}

 .facebook a:before{
     content:'\f09a';
}
 .twitter a:before{
     content:'\f099';
}
 .rss a:before{
     content:'\f09e';
}
 .youtube a:before{
     content:'\f167';
}
 .google-plus a:before{
     content:'\f0d5';
}
 .pinterest a:before{
     content:'\f0d2';
}
 .vimeo a:before{
     content:'\f27d';
}
 .instagram a:before{
     content:'\f16d ';
}


#footer .footer-social.column {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    padding: 0;
    min-height: unset;
}

#footer .footer-social h5, 
#footer .footer-payment h5 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 12px 0 0;
}

@media (min-width: 1199px) {
	#footer .footer-logo {
		width: 180px;
		height: 53px;
	}
}

@media (min-width: 980px) {
	#footer .footer-social h5:after, 
	#footer .footer-payment h5:after {
		content: ":";
	}
	#footer .footer-social h5, 
	#footer .footer-payment h5 {
		display: none;	
	}
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
	#footer .social ul li {
		margin: 5px 5px 5px 0;
	}
}

@media (max-width: 979px) {
	#footer .footer-social h5, #footer .footer-payment h5 {
		display: block;
		margin: 0;
	}
}

.footer-top-right {
	background-color: #000000;
	float: right;
	height: 90px;
	width: 75%;
}

.tm-about-text:before {
	content: "\f087";
	font-family: 'FontAwesome';
	font-size: 45px;
	color: #fff;
	float: left;
	margin-top: 10px;
}

.tm-about-text {
	float: left;
	margin: 23px 0;
	padding: 0 0 0 40px;
	width: 76%;
}

.content-wrap {
	float: left;
	margin-left: 30px;
}

.footer-top .home-about-me .footer-top-right .tm-about-text h2 {
	margin: 0 0 5px;
}

.footer-top-right .tm-about-description {
	color: #ffffff;
}

.tm-about-description {
	font-weight: 500;
	clear: both;
}

.tm-about-description p {
	margin: 0;
}

.aboutme-read-more {
	float: right;
	position: relative;
}

.aboutme-read-more {
	margin: 37px 25px 0 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}

.aboutme-read-more a {
	color: #ffffff;
	font-weight: bold;
	background-color: #525252;
	padding: 12px;
	color: #ffffff;
	height: 44px;
}

.aboutme-read-more a:hover {
	background-color: #ffffff;
	color: #243D47;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}

.footer-top-right .title1 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer .container {
    padding: 0;
}
#footer {
    clear: both;
    margin: 30px 0 0;
	color: #2f2f30;
  /*   line-height: 35px; */
    font-size: 14px;
}

.common-home #footer {
	margin: 0;
}

#footer .content_footer_top {
    text-align: center;
    padding: 0;
    position: relative;
}
/* 
#footer .content_footer_top:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #353535;
    margin: auto;
} */

#footer .column {
	position: relative;
}
#footer .footer-logo {
    left: 0;
    right: 0;
    width: 210px;
    height: 53px;
    overflow: hidden;
    margin: 3px 0 25px;
}
#footer .Aboutus.column {
	padding: 0;
    min-height: unset;
    padding-bottom: 0;
}

#footer .column.Aboutus .block-details {
    text-align: left;
    width: 90%;
    display: block;
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 400;
    color: #2f2f30;
    line-height: 24px;
}

/* #footer .column.first, 
#footer .column.second {
    padding: 80px 65px 65px;
} */

#footer .column ul li {
	display: block;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
}

#footer .col-sm-3.column.first {
	margin: 0 !important;
	padding: 0 25px 0 0;
	width: 30%;
}

#footer .column.forth {
	width: 16%;
}

#footer #footer_cms_block {
	float: left;
	line-height: 23px;
	margin-left: 12px;
	padding-right: 20px;
}

#footer .content_footer_wrapper {
	overflow: hidden;
}

#footer .content_footer_inner {
    clear: both;
    padding: 96px 0 90px;
}

.col-sm-3.column.second,
.col-sm-3.column.third {
	border-left: 1px solid #d9d9d9;
}

.col-sm-3.column.third {
	border-right: 1px solid #d9d9d9;
}

#footer .col-sm-3.column.fourth {
	padding: 0 0 0 40px;
}

.tm-about-logo {
	margin-bottom: 15px;
}

.tm-about-logo a img {}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

#footer .column li a:before {
	/*font-family:'FontAwesome';
     content:'\f0da';
     font-size:14px;
     padding-right:8px;
     color:#ababab;
     */
}

@media (max-width: 1199px) {
	
}

@media (max-width: 979px) {
	#footer .content_footer_top:after {
		display: none;
	}
	#footer .column.first, 
	#footer .column.second {
		padding: 0 15px;
		clear: both;
	}
	#footer .column.Aboutus .block-details {
		text-align: center;
		margin: 0 auto;
	}
	#footer .content_footer_inner {
		padding: 30px 0 0;
	}
}

#contact{
    color: #ffffff;
    font-weight: 400;
}
 #footer .column li.email a::before{
     content:none;
}
 #footer .column ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
#footer #contact li:before {
    margin: 0 5px 0 0;
    color: #000000;
    display: inline-block;
}
 /* #footer #contact .address::before {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 17px;
    vertical-align: top;
} 
 #footer #contact .ph-no::before {
	content: "\f095";
	font-family: "FontAwesome";
	font-size: 17px;
	vertical-align: top;
}
 #footer #contact .email::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: top;
}
 #footer #contact .fax::before {
	content: "\f1ac";
	font-family: "FontAwesome";
	font-size: 11px;
	padding: 0 4px 0 0;
	vertical-align: top;
 }*/
 #footer #contact .address, 
 #footer #contact .ph-no, 
 #footer #contact .email, 
 #footer #contact .fax {
    padding: 0;
}
 
.footer-right .icon {
    float: left;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    display: block;
    margin: 6px 5px 0 0;
}
.footer-right .icon.address {
    background-image: url(../image/themeimage/contact-icon2.svg);
}

.footer-right .icon.phone {
    background-image: url(../image/themeimage/contact-icon1.svg);
}

.footer-right .icon.email {
    background-image: url(../image/themeimage/contact-icon3.svg);
}
.footer-right .data {
    overflow: hidden;
    margin: 2px 0 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #2f2f30;
}
.footer-right i.fa {
    display: none;
    font-size: 0;
}
#footer #contact ul li .con-title {
    position: relative;
}

 #footer #contact ul li .con-title:after {
    content: ":";
}

@media (max-width: 979px) {
	#contact {
		padding: 0;
	}
}
 
#footer .container .common li a {
	cursor: pointer;
    text-transform: capitalize;
    color: #2f2f30;
    font-size: 14px;
	line-height: 35px;
    font-weight: 400;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

/* #footer .container .column li a:before {
    content: "\f061";
    font-family: fontAwesome;
    font-size: 9px;
    vertical-align: top;
    margin: 0 10px 0 0;
    color: #666666;
    font-weight: 400;
	display: none;
} */

#footer .container .column li a:hover:before {
	color: #ffffff;
}

#footer .container .column .social li a:before {
	display: none;
}

#footer .container .column li:last-child a {
	border: none;
}

#footer .container .column li a:hover {
	color: #4586ff;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

#footer #contact li a:before {
	display: none;
}

#footer #contact ul li a:hover {
	color: #4586ff;
}

#footer .contact-block {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #8E8E8E;
	padding: 0 30px;
}

#footer .contact-label {
	display: inline-block;
}

#footer #contact .address.contact-block {
	margin: 0 30px;
}

#footer .contact-label .contact-text {
	color: #ffffff;
	margin-right: 7px;
	float: left;
	font-weight: 600;
	text-transform: capitalize;
}

#footer h5 {
	color: #2f2f30;
    font-size: 18px;
	line-height: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0;
    letter-spacing: 0.4px;  
}

#footer .copyright-container.container {
	padding: 0;
	clear: both;
}

.content_footer_bottom {
    text-align: center;
	background-color: #4586ff;
}

#footer .content_footer_bottom .container {
    padding: 9.5px 0;
}

.content_footer_right {
	float: right;
}

#footer .footer-payment{
    float: right;
}
#footer .footer-payment .payment-block {
	display: inline-block;
	vertical-align: top;
    margin: 0;
}
.footer-payment.column {
    line-height: 0;
    padding: 0;
    min-height: unset;
}
#footer .footer-payment.column .payment-block li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    line-height: 25px;
}

#footer .footer-payment .payment-block li a:before {
	display: none;
}

#footer .payment-block li:hover a{
	color:#4586ff;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.payment-block &gt; ul {
    padding: 0;
    margin: 0;
}
 #footer .payment-block &gt; ul &gt; li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 3px;
    line-height: 0;
}
#footer .payment-block li a img {
    max-width: 100%;
}
.discover a {
     display: block;
}
.payment-block li .fa {
     font-size: 26px;
     line-height: normal;
}

@media (max-width: 979px) {
	#footer .footer-payment {
		float: none;
		margin: 20px 0 0;
	}
	.content_footer_bottom .container {
		padding: 25px 0;
	}
}

#bottomfooter {
	clear: both;
	float: left;
	margin: 0px 0 3px;
	text-align: left;
	width: 100%;
}

#bottomfooter&gt;ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#bottomfooter&gt;ul&gt;li {
	background: url("../image/themeimage/header_top_links_pipe.jpg") no-repeat scroll right 13px transparent;
	display: inline;
	font-size: 13px;
	padding: 10px 12px 3px 8px;
}

#bottomfooter&gt;ul&gt;li:first-child {
	padding-left: 0;
}

#bottomfooter&gt;ul&gt;li a {
	color: #696969;
}

#bottomfooter&gt;ul&gt;li a:hover {
	color: #666666;
}

#bottomfooter&gt;ul .last {
	background: none repeat scroll 0 0 transparent;
}

.powered {
	color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    float: left;
	margin: 5px 0 0;
}
.powered a{
	color: #ffffff;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.powered a:hover{
	color: #2f2f30;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

#footer .newsletter {
	position: relative;
    background: url(../image/themeimage/Newsletter-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#footer .content_footer_top .newsletter-details {
	position: relative;
    float: none;
    display: block;
    text-align: center;
	padding: 85px 0;
    margin: 0;
    width: 100%;
}
#footer .content_footer_top .newsletter-details h5 {
	font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 35px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.newsletter .desc {
	text-align: center;
    letter-spacing: 0.5px;
    display: block;
    margin: 8px 0 30px 0;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #2f2f30;
}

.newsletter label {
	display: none;
}


#content .newsletter {
	padding: 80px 0 0 70px;
}

.newsletter .newsletter-info {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 30px;
}

.newsletter form {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#txtemail {
	padding: 12px 112px 12px 30px;
    width: 600px;
    height: 50px;
    border: 1px solid #EDEDED;
    border-radius: 30px;
    background: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    line-height: inherit;
    color: #000000;
}

#txtemail:focus {
	background-color: #ffffff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.newsletter .text-danger, .newsletter .text-success {
	color: #D8000C;
	background-color: #FFD2D2;
	padding: 12px 10px;
    width: 100%;
    float: right;
    margin: 13px 0 0;
	text-align: center;
	line-height: 24px;
    clear: both;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
}
.newsletter .text-success{
	background-color: #dff0d8;
    border-color: #d0e9c6;
	color: #3c763d;
}
.subscribe-btn .btn {
	padding: 13px 30px;
    text-transform: uppercase;
    margin-left: 0;
    border-radius: 0 30px 30px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-color: #4586ff;
    color: #ffffff;
}

.subscribe-btn .btn:hover {
	background-color: #000000;
	color: #ffffff !important;
}

.subscribe-btn .btn i {
	color: #666666;
	font-size: 25px;
}

#footer .footer-logo img {
	margin: 0 auto;
	max-width: 100%;
}



@media (max-width: 1299px) {

}

@media (max-width: 1199px) {
	.newsletter-details {
		margin: 0 0 20px;
		float: none;
	}
	#footer .newsletter:after {
		display: none;	
	}
	#footer #contact .address, 
	#footer #contact .ph-no, 
	#footer #contact .email, 
	#footer #contact .fax {
		margin: 0 0 15px;
	}
}

@media (max-width: 979px) {
	#footer .column ul,
	#footer .column .footer-app-wrapper,
	#footer .column ul.social,
	#footer .footer-payment .payment-block {
		display: none;
		padding: 0 0 10px 20px;
		margin: 0;
		text-align: left;
	}
	#footer .footer-payment .payment-block {
		padding: 10px 0 10px 20px;
	}
	#footer .newsletter {
		padding: 0;
	    margin-bottom: 25px;
	}
	.newsletter .newsletter-block {
		width: auto;
		float: none;
		margin: auto;
	}
	.powered {
		float: none;
		text-align: center;
	}
}

@media (max-width: 768px) {
	#footer .content_footer_top .newsletter-details h5 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	#footer .content_footer_top .newsletter-details {
		padding: 50px 0;
	}
	#txtemail {
		width: 460px;
	}
	#footer .content_footer_top .newsletter-details h5 {
		font-size: 24px;
		line-height: 30px;
	}
	.newsletter .desc {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media (max-width: 480px) {
	#footer .content_footer_top .newsletter-details h5 {
		font-size: 20px;
		line-height: 25px;
	}
	.newsletter .desc {
		font-size: 12px;
		margin: 4px 0 15px 0;
	}
	.subscribe-btn .btn {
		padding: 13px 20px;
		font-size: 13px;
	}
	#txtemail {
		width: 380px;
	}
}
@media (max-width: 479px) {
	.newsletter .newsletter-block {
		width: 100%;
	}
	#txtemail {
		width: 270px;
	}
	.subscribe-btn .btn {
		padding: 13px 10px;
		font-size: 12px;
	}
}


/* Category PAge */

.category_description {
	margin-top: 15px;
}

.category_img .img-thumbnail {
	border: medium none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	max-width: 100%;
    height: auto;
}

.refine-search {
	font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px;
}

.copy-right {
	border-top: 1px solid #444;
	padding: 10px 0;
	text-align: center;
}

#content .category_list {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#content .category_list ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    position: relative;
    width: 100%;
}

@media (max-width: 1299px) {
	#content .newsletter {
		padding: 50px 0 0 70px;
	}
	#footer .contact-block {
		padding: 10px 15px;
	}
	#footer #contact .address.contact-block {
		width: 44%;
	}
	#footer .contact-block::before {
		display: block;
		margin: 0 0 5px;
	}
	#footer #contact .address.contact-block {
		margin: 0 15px;
	}
}

@media (max-width: 1199px) {
	#content .newsletter {
		padding: 30px 0 0 50px;
	}
	.refine-search {
		font-size: 20px;
	}
}

@media (max-width: 979px) {
	#footer #links_block_header.column {
		padding: 0 15px;
		border: none;
		margin: 0 0 30px;
	}
	.newsletter .newsletter-desc {
		display: block;
		text-align: center;
	}
	.newsletter .newsletter-icon {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#footer h5, #footer .footer-social h5 {
		margin-bottom: 15px;
		position: relative;
		font-size: 16px;
		line-height: 24px;
		clear: both;
	}
	#footer .column.fifth {
		margin-bottom: 0;
	}
	#content .newsletter {
		padding: 0;
		overflow: hidden;
	}
	.newsletter-title:after {
		width: 100%;
		left: 0;
		right: 0;
		bottom: -15px;
	}
	.newsletter .newsletter-info {
		margin: 0 0 15px;
	}
	#footer .contact-block::before {
		margin: 0 12px 0 0;
		display: inline-block;
	}
	#footer .footer-logo {
		margin: 0 auto 12px;
	}
	#footer .footer-logo ul, #footer .Aboutus.column ul {
		display: block;
		padding: 0;
	}
	#footer #contact ul li:last-child {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.footer-top {
		float: none;
	}
	#footer .column ul {
		margin: 0 0 20px;
	}
}

@media (max-width: 479px) {
	#footer .footer-logo {
		width: 150px;
		height: 43px;
	}
	/* #footer h5 {
		margin-bottom: 10px;
	} */
	.newsletter .text-danger {
		float: none;
		width: 100%;
	}
}


/* alert */

.alert {
	padding: 8px 14px 8px 14px;
}


/* breadcrumb */

ul.breadcrumb {
	position: relative;
    width: 100%;
	margin: 0 0 30px 0;
    padding: 15px 0;
    background-color: #5af388;
    text-align: center;
    clear: both;
}

ul.breadcrumb&gt;li a {
    color: #000000;
	font-size: 16px;
	text-transform: capitalize;
}

ul.breadcrumb&gt;li a:hover {
    color: #4586ff;
}

.common-home #breadcrumb,
.product-quick_view-50 #breadcrumb {
	margin-bottom: 0;
	padding: 0;
}

ul.breadcrumb i {
	font-size: 22px;
}

ul.breadcrumb&gt;li {
    position: relative;
    white-space: nowrap;
    line-height: 24px;
    background: transparent;
}

ul.breadcrumb&gt;li:after {}

@media (max-width: 979px) {
	/* ul.breadcrumb {
		margin: 0 0 15px;
	} */
}

@media (max-width: 479px) {
	ul.breadcrumb {
		padding: 10px 0;
	}
	ul.breadcrumb&gt;li a {
		font-size: 13px;
	}
}

.pagination {
	margin: 0;
}


/* buttons */

.buttons {
	margin: 1em 0;
	display: inline-block;
	margin: 10px 0 0;
	width: 100%;
}

.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group&gt;.btn,
.btn-group&gt;.dropdown-menu,
.btn-group&gt;.popover,
.dropdown-menu.myaccount-menu {
	font-size: 14px;
}

.btn-group&gt;.btn-xs {
	font-size: 9px;
}

.btn-group&gt;.btn-sm {
	font-size: 10.2px;
}

.btn-group&gt;.btn-lg {
	font-size: 15px;
}

.btn-primary,
#cart .text-right .addtocart,
#cart .text-right .checkout,
.btn-default,
#button-cart,
.btn-danger,
.button.aboutus,
.btn-info {
    background: none repeat scroll 0 0 #4586ff;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
	padding: 10px 26px;
    text-transform: none;
    width: auto;
    height: auto;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-primary:hover,
#cart .text-right .addtocart:hover,
#cart .text-right .checkout:hover,
.btn-default:hover,
#button-cart:hover,
.btn-danger:hover,
.button.aboutus:hover,
.btn-info:hover {
	background-color: #000000;
	color: #ffffff !important;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.product-layout.product-list .product-thumb .button-group .addtocart:hover {
	background-color: #000000;
}


#cart .text-right .addtocart strong,
#cart .text-right .checkout strong {
    font-weight: 500;
    line-height: 25px;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.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);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.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);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	background: #363636;
	border: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #525252);
}

@media (max-width: 979px) {
}


/* list group */

.box .filterbox {
	border-width: 0 1px 1px;
    border-style: solid;
    border-color: #EDEDED;
}

.filterbox .list-group a {
	display: block;
	font-weight: 600;
	padding: 0;
	border: 0 none;
	background: none;
	cursor: pointer;
}

.filterbox .list-group-item {
	padding: 0 7px;
}

.filterbox .list-group-item .checkbox {
	line-height: 22px;
}

#column-left .list-group,
#column-right .list-group {
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding: 20px;
	margin-bottom: 0;
}

#column-left .list-group a,
#column-right .list-group a {
	border: none;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 11px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

#column-left .list-group a:first-child,
#column-right .list-group a:first-child,
#column-left .filterbox .list-group a,
#column-right .filterbox .list-group a {
	border-top: medium none;
}

.list-group a {
	border: none;
	color: #888888;
	padding: 8px 0;
	background: none repeat scroll 0 0 transparent;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	background: transparent;
}

.list-group a:hover {
	color: #666666;
}

.filterbox .list-group a:hover {
	color: #666666;
}

.filterbox a.list-group-item::after {
	content: "\f068";
	font-family: 'FontAwesome';
	font-size: 13px;
	font-weight: 400;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	float: right;
}

.filterbox a.list-group-item.collapsed::after {
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 13px;
	font-weight: 400;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	float: right;
}

.filterbox .list-group-items {
	margin: 0 0 15px 0;
}

#column-left .filterbox .list-group a, 
#column-right .filterbox .list-group a {
    padding: 5px 0;
}

@media (max-width: 979px) {
	.filterbox .list-group-item {}
	.filterbox {
		width: 100%;
		float: left;
	}
/* 	#column-left .filterbox .list-group,
	#column-right .filterbox .list-group {
		border: 1px solid #d4d4d4;
		margin-top: -1px;
	} */
}


/* carousel */

.carousel-caption {
	color: #FFFFFF;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


/* product list */

.product-thumb {
	background-color: transparent;
	display: block;
	margin: 0 0 40px;
	padding: 0 15px;
}

.product-thumb .image {
	text-align: center;
	position: relative;
	display: inline-block;
    vertical-align: top;
	overflow: hidden;
}

.product-thumb .image a {
    display: block;
    position: relative;
}

 .product-thumb .image a:hover {
}
 .product-thumb .image img {
     margin-left: auto;
     margin-right: auto;
}
 .product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
     opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     -khtml-opacity: 1;

     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .product-block:hover .image .reg-image {
     position: absolute;
     top: auto;
     right: 0;
     left: 0;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .product-block .image .hover-image, #column-right .image .hover-image, 
 #column-left .image .hover-image .button-group button:hover {
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
 .product-block:hover .image .hover-image, 
 #column-right .product-block:hover .image .hover-image, 
 #column-left .product-block:hover .image .hover-image {
     position: relative;
     opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;

    filter: alpha(opacity=100);

    transform: scale(1.09);
    -webkit-transform: scale3d(1.09,1.09,1.09);
    transform: scale3d(1.09, 1.09, 1.09);
    -moz-transform: scale3d(1.09,1.09,1.09);
    -ms-transform: scale3d(1.09,1.09,1.09);
    -o-transform: scale3d(1.09,1.09,1.09);
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}

.product-thumb h4 {
	display: block;
	margin: 0 0 8px;
}

.product-thumb h4 a {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-thumb h4 a:hover {
	color: #4586ff;
}

.product-grid .product-thumb h4 {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}

.product-grid .product-thumb a {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}

.product-grid .product-thumb .product-details h4,
.product-grid .product-thumb .product-details h4 a {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}

.product-thumb .caption {
	text-align: left;
	position: relative;
	padding: 20px 0 0;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.product-grid .product-thumb .caption {
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}


@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
		text-align: center;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
    margin-bottom: 5px;
	
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.product-thumb:hover .rating {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.product-list .product-thumb .rating {
    margin-bottom: 5px;
}

#content .product-carousel .product-block:hover .rating,
#content .box-product .product-block:hover .rating,
#content .product-block:hover .rating {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.rating .fa-stack,
#review .fa-stack {
	font-size: 8px;
	color: #F9CC55;
}

.fa.fa-star.off {
	color: #dddddd;
	font-size: 13px;
}

.rating .fa-star.off,
#review .fa-star.off {
	color: #dddddd;
	font-size: 13px;
	cursor: no-drop;
}

.rating .fa-star,
#review .fa-star,
.fa-stack .fa {
	color: #F9CC55;
	font-size: 13px;
}

.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o {
	color: #F9CC55;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #757575;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    margin: 0;
}

.product-list .product-thumb .price .price-new {
    color: #757575;
    font-weight: 400;
    font-size: 16px;
}

.product-thumb .price-old {
	color: #757575;
    text-decoration: line-through;
    margin: 0 3px;
    vertical-align: top;
}

.product-thumb .price-tax {
	color: #666666;
	display: none;
	font-size: 13px;
	font-weight: 500;
	width: 100%;

}

.product-block .percentsaving {
    color: #4586ff;
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
}

.product-thumb .button-group {
	overflow: hidden;
}

.product-list .product-thumb .button-group {
	overflow: visible;
}

.product-block .button-group {
	position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    top: auto;
    z-index: 5;

   /*  opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; */
}

/* .product-block:hover .button-group {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;

	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
} */

/* .product-block:hover .button-group .wishlist,
.box-product .product-block:hover .button-group .wishlist,
.product-grid .product-thumb:hover .button-group .wishlist,
.product-list .product-thumb:hover .button-group .wishlist {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	left: 0;
} */

.product-grid .btn-wish-compare,
.product-grid .list-right,
.product-list .btn-list-grid,
.product-list .caption .price {
	display: none;
}

.product-list .product-thumb .button-group button::after {
	display: none;
}

.product-thumb .button-group .addtocart {
	height: 33px;
    width: 33px;
    background-size: 17px;
    font-size: 0;
    background-image: url(../image/themeimage/product-cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
    padding: 0;
    position: relative;
	border: none;
    border-radius: 30px;
    margin: 0 5px 0 0;
    opacity: 0;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    transform: translateY(100%);
    transition: .5s ease;
}

.product-thumb:hover .button-group .addtocart {
    opacity: 1;
    transform: translateY(0);
	-webkit-transform:  translateY(0);
	-moz-transform: translateY(0);
	-ms-transform:  translateY(0);
	-o-transform: translateY(0);

	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	transition-delay: .1s;
}

.product-thumb .button-group .addtocart:hover {
	background-image: url(../image/themeimage/product-cart-hover.svg);
    background-color: #4586ff;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.product-thumb .wishlist {
	height: 33px;
    width: 33px;
	background-image: url(../image/themeimage/product-wishlist.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    border: none;
    background-color: #f7f7f7;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 24px;
    margin: 0 5px 0 0;
    padding: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    transform: translateY(100%);
    transition: .3s ease;
    opacity: 0;
}

.product-thumb:hover .wishlist {
	opacity: 1;
    transform: translateY(0);
    transition: all 500ms ease;
    transition-delay: .3s;
}

.product-thumb .wishlist:hover {
	background-image: url(../image/themeimage/product-wishlist-hover.svg);
    background-color: #4586ff;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

/* .product-thumb .wishlist .fa {
	font-size: 16px;
	color: #000000;
	height: 20px;
	width: 20px;
	line-height: 20px;
}

.product-thumb .wishlist:hover .fa {
	color: #666666;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;;
}

.product-thumb .wishlist:hover .text-wishlist {
	color: #666666;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.product-thumb .text-container {
	max-width: 0;
	overflow: hidden;
	display: inline-block;
	transition: .25s;
	vertical-align: top;
	box-sizing: border-box;
}

.product-thumb .wishlist:hover .text-container {
	max-width: 65px;
} */

/* .product-thumb .text-wishlist {
	margin-left: 6px;
	display: block;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .3px;
	transition: .25s opacity;
} */

.product-thumb .compare {
	background-image: url(../image/themeimage/product-compare.svg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    border: none;
    background-color: #f7f7f7;
    height: 33px;
    width: 33px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border-radius: 30px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    transform: translateY(100%);
    transition: .2s ease;
    opacity: 0;
}

.product-thumb:hover .compare {
	opacity: 1;
    transform: translateY(0);
    transition: all 500ms ease;
    transition-delay: .4s;
}

.product-thumb .compare:hover {
	background-image: url(../image/themeimage/product-compare-hover.svg);
    background-color: #4586ff;
	-webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

/* Quickview css */

.product-thumb .quickview {
	display: inline-block;
    vertical-align: top;
}


.product-thumb .quickview a {
    background-image: url(../image/themeimage/product-view.svg);
	background-size: 17px;
	background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7f7f7;
	height: 33px;
    width: 33px;
    line-height: 33px;
    font-size: 0;
    border-radius: 30px; 
    padding: 0;
    margin: 0 5px 0 0;
    position: relative;
	transform: translateY(100%);
    transition: .4s ease;
    opacity: 0;
}


.product-thumb:hover .quickview a{
	opacity: 1;
    transform: translateY(0);  
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);

	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	transition-delay: .2s;
}

.product-thumb .quickview a:hover {
	background-image: url(../image/themeimage/product-view-hover.svg);
    background-color: #4586ff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

/* .quickview .container {
	width: 100%;
	background: #FFFFFF;
	/* padding:0 10px; 
} */

.quickview .container .row {
	margin: 0;
}

.quickview .top_button {
	display: none;
}

.quickview #product2 {
	float: left;
	width: 100%;
}

.quickview #product2 h3 {
	width: 100%;
}

.productpage-quickview #product2 h3 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
	color: #333333;
}

#cart .dropdown-menu .img-thumbnail {
	width: auto;
	max-width: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border: none;
}

#cart .text-right .addtocart,
#cart .text-right .checkout {
	margin: 0;
}

#cart .text-right .checkout {
	background: #4586ff;
}

#cart .text-right .checkout:hover {
	background: #000000;
}

.product-list .product-thumb .button-group .addtocart .fa {
	margin-right: 10px;
}

.product-list .product-thumb .button-group .quickview a {
	font-size: 0;
}

.product-list .caption {
	margin: 0;
	text-align: left;
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}

.product-list .caption .desc {
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2f2f30;
}

.product-list .caption .price {
	margin-bottom: 12px;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0;
}

#content .product-carousel .product-list .product-block:hover .caption h4,
#content .box-product .product-list .product-block:hover .caption h4,
#content .product-list .product-block:hover .caption h4 {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}


.product-list .list-right {
	border-left: 1px solid #dedede;
	float: left;
	margin: 38px 0;
	padding: 0 10px 0 30px;
	width: 27%;
    display: none;
}

.product-list .price {
	margin: 0 0 6px;
	text-align: left;
}

.product-list .product-thumb .price-tax {
	color: #666666;
}

.list-buttoncart {
	padding-left: 0;
}

.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails&gt;li {}

.thumbnails {}

.thumbnails&gt;img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 0px;
	display: block;
}

.image-additional {}

.thumbnails .image-additional {
	float: left;
}

#input-captcha,
#input-payment-captcha {
	margin-bottom: 10px;
}

/* Theme Start */


/* box */

.box .box-heading {
	font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding: 13px 0 0;
    margin: 0 30px 0 0;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
}


.box.special .box-heading {
    text-align: left;
}

#homeblog .box .box-heading {
	margin: 0 0 30px;
    padding: 0;
    display: block;
    line-height: 27px;
}

.box .box-heading .reguler {
	font-weight: 100;
	padding: 0 7px;
}

.box-heading-desc {
	text-align: center;
}

.box.related {
	margin-top: 30px;
}
.productpage .related .box-heading {
    padding: 0;
    margin: 0 0 30px;
    display: block;
}
.box.related .box-heading,
.box.related .box-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.sidebar-category .box-content {
	min-height: 458px;
	background-color: #efefef;
	border: none;
}

.box .box-content ul,
#content .content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: static;
}

.box .box-content ul li,
#content .content ul li {
	line-height: 20px;
	padding: 0 0 10px 0;
	border: 0;
}

.box .box-content ul li ul li,
#content .content ul li ul li {
	padding: 3px 0;
	margin-top: 5px;
}

.box .box-content ul li a+a,
.box .box-content ul li a+a:hover {
	background: none;
	padding-left: 0;
}

.box .box-content ul li a:hover,
#content .content ul li a:hover {}

@media (max-width: 1299px) {
	.box .box-heading {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 979px) {
	.box .box-heading {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.quickbox {
		display: none;
	}
	.box .box-heading {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.product-list .caption .price {
		text-align: center;
	}
	#content .product-list .button-group {
		text-align: center;
	}
	.product-thumb .quickview {
		left: 55px;
	}
	.product-thumb:hover .quickview {
		left: 15px;
	}
	.product-thumb .compare {
		right: 55px;
	}
	.product-thumb:hover .compare {
		right: 15px;
	}
}
@media (max-width: 479px) {
	.box .box-heading {
		font-size: 17px;
		margin-bottom: 22px;
	}
}


/* Product Grid Start */


/*.product-grid-list {
}
 */

#content .box-product
/*, .product-grid-list ul*/

{
	list-style-type: none;
	position: relative;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	list-style: none;
}

#content .productbox-grid.box-product {
	overflow: hidden;
}

#content #homeblog .box-product {
	position: static;
	text-align: center;
	margin: 0;
}


/*.product-grid-list ul li,*/

#content .box-product .product-items {
	margin-bottom: 14px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.home-products {
	margin: 0 -15px;
}

#featured-grid .product-items {
	width: 300px;
	float: left;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width: 241px;
	float: left;
	display: block;
	text-align: center;
}

.ie7 .product-grid li {
	width: 192px !important;
}

#content .image-additional .slider-item {
	display: inline-block;
	float: left;
}

.zoomContainer {
	overflow: hidden;
}

.product-block-inner {
	position: relative;
	overflow: hidden;
}

.grid_default_width {
	width: 236px;
}

.featured_default_width {
    width: 236px;
}

.module_default_width {
	width: 207px;
}

.latest_default_width {
	width: 236px;
}

.special_default_width {
	width: 295px;
}

.related_default_width {
	width: 236px;
}

.bestseller_default_width {
	width: 236px;
}

.additional_default_width {
	width: 85px;
}

.testimonial_default_width {
	width: 1000px;
}

.blog_default_width {
	width: 120px;
}



.banners-slider-carousel .product-block-inner {
	text-align: center;
}

.banners-slider-carousel .product-block-inner img {
	-webkit-filter: contrast(0);
	-moz-filter: contrast(0);
	-ms-filter: contrast(0);
	-o-filter: contrast(0);
	filter: contrast(0);
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.banners-slider-carousel .product-block-inner:hover img {
	-webkit-filter: contrast(1);
	-moz-filter: contrast(1);
	-ms-filter: contrast(1);
	-o-filter: contrast(1);
	filter: contrast(1);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

#content .product-carousel .product-block,
#content .box-product .product-block {
    background: none repeat scroll 0 0 transparent;
    overflow: hidden;
}

#content .banners-slider-carousel .product-carousel .product-block {
	background: transparent;
}

.product-layout.product-grid .product-block {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.product-layout.product-grid {
	/*border-right:1px solid #e4e4e4;
     */
	text-align: center;
	padding: 0;
}

.product-listgrid .product-grid:last-child {
	border-right: 0 none;
}

.product-layout.product-list .product-block {
	margin: 0 0 30px;
	display: block;
	border: none;
}

.categorypage .product-layout.product-list .product-block .product-block-inner,
#product-manufacturer .product-layout.product-list .product-block .product-block-inner,
#product-search .product-layout.product-list .product-block .product-block-inner {
	border: none;
	padding: 0;
}

#product-special .product-layout.product-list .product-block .product-block-inner {
	border: none;
	padding: 0;
}

#product-special .product-layout.product-list .product-block:hover .caption {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.categorypage .product-layout.product-list .product-block:hover .caption {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

#content .product-list .btn-wish-compare .button-group {
	position: static;
	text-align: left;
}

#content .banners-slider-carousel .product-carousel .product-block {
	border-right: 0 none;
	margin: 0;
	padding: 0 15px;
}

#content .product-carousel .product-block:hover,
#content .box-product .product-block:hover {
	overflow: hidden;
	clear: both;
}

#content .product-block:hover h4 a,
#content .product-carousel .product-block:hover h4 a,
#content .box-product .product-block:hover h4 a,
#content .product-layout .product-block:hover h4 a {
	color: #4586ff;
}

.ie7 #content .product-carousel .product-block,

/*.ie7 #content .product-grid-list .product-block,*/

.ie7 #content .box-product .product-block {
	border: 1px solid #dedede;
}

.ie7 #content .product-carousel .product-block:hover,

/*.ie7 #content .product-grid-list .product-block:hover,*/

.ie7 #content .box-product .product-block:hover {
	border: 1px solid #dedede;
}

.product-grid .product-thumb .desc,
.product-grid .product-thumb .price-tax,
.product-carousel .product-thumb .price-tax,
.box-product .product-thumb .price-tax {
	display: none;
}

.product-list .product-details {
	overflow: hidden;
	padding: 15px 20px;
}

.product-list .product-thumb .image {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.product-list .product-thumb .caption h4 {
}

.product-list .product-thumb .caption h4 a {
	color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-family: 'Fira Sans', sans-serif;
    -webkit-transition: unset;
    transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

#content .product-carousel .product-block-inner,
#content .box-product .product-block-inner
/*,.product-layout.product-grid .product-block-inner*/

{
	position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 0 0;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}

#carousel-0 .product-carousel .product-block-inner {
	padding: 0;
	border: none;
	background: transparent;
}

.banners-slider-carousel {
    position: relative;
    width: 100%;
    padding: 0;
    clear: both;
    background-color: #ffffff;
	margin: 65px 0;
}

.banners-slider-carousel .container {
	position: relative;
}

.product-thumb .sale {
	display: block;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #ffffff;
    padding: 5px 12px;
    text-transform: capitalize;
    background-color: #4586ff;
    position: absolute;
    left: 10px;
    right: auto;
    top: 10px;
    z-index: 9;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.product-thumb:hover .sale {
	opacity: 0;
	-webkit-opacity:0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity:0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

/* .product-thumb .sale:after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -6px;
    display: block;
    width: 12px;
    background: #4586ff;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
} */

@media only screen and (max-width: 979px) and (min-width: 768px) {
	.product-grid .product-thumb .caption {
		min-height: 120px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 641px) {
	.product-layout.product-grid {
		width: 33.33%;
	}
	.product-grid .product-thumb .caption {
		min-height: 100px;
	}
}

@media (max-width: 640px) {
	.product-layout.product-grid {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.banners-slider-carousel {
		margin: 45px 0;
	}
}

/* box products for Left Column and Right Column */

#column-left .box-product,
#column-right .box-product {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: static;
}

#column-left .box-product&gt;div,
#column-right .box-product&gt;div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	/*margin-bottom:15px;
     */
	width: 100%;
}

/* #column-left .box .box-content div.product-items:last-child&gt;div,
#column-right .box .box-content div.product-items:last-child&gt;div,
#column-left .box .box-content div.slider-item:last-child&gt;div,
#column-right .box .box-content div.slider-item:last-child&gt;div {
	border: 0 none;
	margin-bottom: 0;
}

#column-left .box .box-content div.slider-item:last-child div.product-thumb,
#column-right .box .box-content div.slider-item:last-child div.product-thumb {
    margin-bottom: 0;
} */

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin-right: 15px;
	padding: 0;
    width: auto;
    height: auto;
}

#column-left .box-product .image .quickview,
#column-right .box-product .image .quickview {
	display: none;
}

#column-left .box-product .product-block-inner,
#column-right .box-product .product-block-inner {
	padding: 0;
	border: none;
	overflow: hidden;
}

#column-left .product-items .product-details,
#column-right .product-items .product-details {
	float: left;
	/*width:55%;
     */
	/* specify width as per your requirement */
	padding-left: 10px;
	padding-right: 0;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    text-align: left;
  /*   margin: 0;
    min-height: auto; */
    overflow: hidden;
	padding: 12px 0 0;
}

#column-left .box-product .price,
#column-right .box-product .price {
    padding: 0;
}

#column-left .box-product .percentsaving,
#column-right .box-product .percentsaving {
	font-size: 14px;
}

#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
    font-weight: 400;
    font-size: 14px;
	margin: 0 0 5px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#column-left .box-product .product-block-inner .caption h4 {
	display: block;
}


#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}

#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}

#column-left .box-product .cart .button,
#column-right .box-product .cart .button {
	padding: 0;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: auto;
	font-weight: normal;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	color: #555;
	display: block;
	text-align: left;
}

#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
	text-decoration: underline;
}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {
	margin-bottom: 0;
}


/*#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
     margin-bottom:30px;
}
 */

#column-left .box,
#column-right .box,
#column-left .vertical-category,
#column-right .vertical-category {
    margin-bottom: 60px;
    clear: both;
    background-color: #ffffff;
    padding: 0;
    position: relative;
}
#column-left .box.featured {
    margin-bottom: 0;
}
#column-left .vertical-category, 
#column-right .vertical-category {
    border: none;
    margin-bottom: 30px;
}

#column-left .box.product-box, 
#column-right .box.product-box {
    padding: 0;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	position: static;	
    margin-bottom: 5px;
	line-height: 0;
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	
	transition-duration: unset;
	-webkit-transition-duration: unset;
	-moz-transition-duration: unset;
	-ms-transition-duration: unset;
	-o-transition-duration: unset;
}

#column-left .box-product .desc, 
#column-right .box-product .desc {
    display: none;
}

#column-left .product-thumb,
#column-right .product-thumb {
	margin-bottom: 25px;
	background-color: transparent;
	border: none;
	padding: 0;
}

#column-left .sale,
#column-left .price-tax,
#column-left .wishlist,
#column-left .compare,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist,
#column-right .compare,
#column-right .quickview,
#column-left .quickview {
	display: none !important;
}

#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	width: auto;
	line-height: 28px;
}

#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	width: auto;
	height: auto;
	line-height: 24px;
	text-transform: none;
	text-align: left;
	display: none;
	
	transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	-moz-transform: unset;
	
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}

#column-left .product-block:hover.product-thumb .caption,
#column-right .product-block:hover.product-thumb .caption {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

#column-left .product-thumb .button-group button:after,
#column-right .product-thumb .button-group button:after {
	display: none;
}

#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover {
	color: #666666;
}

#column-left .product-block .button-group,
#column-right .product-block .button-group {
	display: none;
    position: static;
    margin-top: 5px;
	
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

#column-left {
	/*padding-left: 0;
	 padding-top: 30px; */
}

#column-right {
    float: right;
}

h5.box-heading {
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 20px 0;
	position: relative;
	margin-bottom: 0;
	background-color: transparent;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
	color: #000000;
    background-color: #5af388;
    font-size: 18px;
	line-height: 20px;
    font-weight: 400;
    padding: 20px;
    text-transform: capitalize !important;
	margin: 0;
    display: block;
}

#column-left .box .box-content, #column-right .box .box-content, .information-blogger-blogs #column-left .list-group {
	background: transparent;
	padding: 20px;
	overflow: hidden;
	border-width: 0 1px 1px;
    border-style: solid;
    border-color: #EDEDED;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	-ms-box-shadow: unset;
	-o-box-shadow: unset;
}
#column-left .box.product-box .box-content, 
#column-right .box.product-box .box-content {
    padding-bottom: 0;
}
#column-left .swiper-viewport #banner0,
#column-right .swiper-viewport #banner0 {
	float: none;
	border: none;
}

.layout-1 #content {
    background-color: #ffffff;
    padding: 0;
}

.layout-1 .row {
    margin: 0;
}

.layout-3 #content .product-layout-wrap {
    background-color: #ffffff;
    padding: 0;
}

.layout-3 #content .category_filter,
.layout-3 #content .pagination-wrapper {
    background-color: #ffffff;
    padding: 0;
}

.layout-3 #content .search-prod-wrap {
    background-color: #ffffff;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.layout-3 #content p.search-empty-msg {
    background: #ffffff;
    padding: 0;
}

#column-left .box-heading-desc,
#column-right .box-heading-desc {
	display: none;
}

#column-left .home-products,
#column-right .home-products {
	margin: 0;
}

#column-left .container,
#column-right .container {
	width: auto;
	padding: 0;
}

#column-left .swiper-viewport .swiper-pagination,
#column-right .swiper-viewport .swiper-pagination {
	display: none!important;
}

#column-left .swiper-viewport .swiper-slide,
#column-right .swiper-viewport .swiper-slide {
	width: 100%!important;
	text-align: left;
}

#column-left .swiper-viewport,
#column-right .swiper-viewport {
	margin: 0 0 60px 0;
	background: #fff;
	z-index: 1;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#column-left .swiper-viewport .banner-title, 
#column-right .swiper-viewport .banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: auto;
    text-align: center;
    display: block;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
#column-left #banner1 {
	margin: 0;
    padding: 0;
    border: none;
}
#column-left .swiper-viewport:first-child, #column-right .swiper-viewport:first-child {
    margin: 0;
}

@media (min-width: 980px) {
	#column-left .swiper-viewport #banner0,
	#column-right .swiper-viewport #banner0 {
		padding: 0;
	}
	#column-left .box.swiper-viewport .box-heading, 
	#column-right .box.swiper-viewport .box-heading {
		display: none;
	}
}

@media (max-width: 1299px) {
	#column-left .box .box-heading, 
	#column-right .box .box-heading, 
	h5.box-heading {
		font-size: 18px;
	}
}

@media (max-width: 979px) {
	#column-left .swiper-viewport .swiper-slide, #column-right .swiper-viewport .swiper-slide {
		text-align: center;
	}
}

/* 2-col layout */

.layout-2 #content {
	/*padding-right: 0;
	 padding-top: 30px; */
}

.layout-2 .content-bottom #content {
	width: 100%;
	margin-bottom: 25px;
	padding: 0;
}

@media (min-width: 1500px){
	#column-left {
		width: 25.5%;
	}
	.layout-2 #content  {
		width: 74.5%;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.layout-2 #content {
		width: 70%;
	}
	.layout-2 #column-left {
		width: 30%;
	}
}

/* 3-col layout */

.layout-3 #column-left,
.layout-3 #column-right {
	width: 25%;
	margin-top: 0;
}

@media (min-width: 980px) {
	.layout-3 #column-left {
		padding-right: 15px;
	}
	
	.layout-3 #column-right {
		padding-left: 15px;
	}
}

@media (min-width: 1500px) {
	.layout-3 #column-left, .layout-3 #column-right {
		width: 20%;
	}
	.layout-3 #content {
		width: 60%;
	}
}

@media (max-width: 1499px) {
	.layout-3 #column-left, .layout-3 #column-right {
		width: 24%;
	}
	.layout-3 #content {
		width: 52%;
	}
}

@media (max-width: 979px) {
	.layout-3 #column-left, .layout-3 #column-right, .layout-3 #content {
		width: 100%;
	}
	.common-home.layout-3 #column-left, .common-home.layout-3 #column-right {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.layout-3 #column-left, 
	.layout-3 #column-right {
		display: block !important;
	    clear: both;
	}
}

.top_button {
	background-image: url(../image/themeimage/gotop.png);
	background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 50px;
    display: none;
    height: 50px;
    position: fixed;
    right: 40px;
    width: 50px;
	font-size: 0;
    text-align: center;
    line-height: 35px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 999;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.top_button:hover {
	margin: 0 0 5px 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

@media (max-width: 1299px) {
	.module_default_width {
		width: 170px;
	}
}

@media (max-width: 979px) {
	#column-left .box,
	#column-right .box {
		margin-bottom: 10px;
		border: none;
		padding: 0;
		float: left;
		width: 100%;
	}
	.top_button {
		bottom: 40px;
	}
	#column-left .box .box-heading,
	#column-right .box .box-heading {
		margin-bottom: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		background: #5af388;
		color: #000000;
		padding: 15px;
		text-align: left;
		margin-left: 0;
	}
	#column-left .box .box-heading:after,
	#column-right .box .box-heading:after {
		display: none;	
	}
	#column-left .product-thumb,
	#column-right .product-thumb {
		display: block;
	}
	#column-left .swiper-viewport,
	#column-right .swiper-viewport {
		margin: 0 0 10px 0;
		background: transparent;
		text-align: left;
	}
	#column-left .container,
	#column-right .container {
		margin: 0;
	}
	/*#column-left .swiper-viewport #banner0,
	#column-right .swiper-viewport #banner0 {
		float: left;
	}*/
	.product-block .button-group {
		text-align: center;
	}
	#column-left .product-thumb .caption,
	#column-right .product-thumb .caption {
		margin: 5px 0 0;
	}
	#content .box-product {
		padding: 0;
	}
	#column-left .special.box .product-thumb, 
	#column-right .special.box .product-thumb {
		padding: 0 15px;
		width: 40%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	#column-left .home-products, 
	#column-right .home-products {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.zoomContainer {
		display: none;
	}
	#content .product-list .btn-wish-compare .button-group {
		text-align: center;
	}
	.product-list .product-details {
		padding: 10px 0;
	}
	.product-list .product-thumb .button-group .quickview a {
		margin: 0;
	}
	.product-layout.product-list .product-block .product-block-inner {
		text-align: center;
	}
}

.manufacturer-wrap {
    margin: 20px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.manufacturer-list {
    background-color: #fff;
    width: 30.4%;
    padding: 8px;
    border: 1px solid #e5e5e5;
    margin: 0 15px 30px;
}

.manufacturer-heading {
	background-color: #f7f7f7;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 15px;
}

.manufacturer-content {
	padding: 15px;
}

.manufacturer-list ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0;
	width: 25%;
}

.category_filter .sort .form-control {
	cursor: pointer;
}

.productpage .box {
	/*margin-top:20px;
     */
}

.tab-content {
	padding: 0;
	overflow: hidden;
	clear: both;
}

.product-tab .tab-content&gt;.active {
	display: block;
}

.product-tab .tab-content&gt;.tab-pane {
    padding: 20px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
}

#form-review {
	padding: 0;
}

.product-tab li a {
	background-color: #f7f7f7;
	color: #000000;
    font-size: 18px;
	margin-right: 10px!important;
}

/*.product-tab li.active a,
.product-tab li:hover a,
.product-tab li:focus a {
    background-color: #4586ff !important;
    color: #ffffff!important;
}*/

.product-tab .table-bordered {
	margin: 0!important;
}

#product-product #form-review .table-bordered:nth-child(1) {
	margin-bottom: -1px !important;
}

.col-sm-4.total_amount {
	margin-top: 70px;
}

.product-tag {
	margin: 5px 0;
}

#content .aboutus {
	clear: both;
	padding: 10px;
}

.aboutus .content {
	margin-bottom: 15px;
	overflow: hidden;
}

.image1 {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -165px;
	float: left;
	height: 50px;
	width: 60px;
}

.image2 {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -116px;
	float: left;
	height: 50px;
	width: 60px;
}

.image3 {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -52px;
	float: left;
	height: 50px;
	width: 60px;
}

.image4 {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px 6px;
	float: left;
	height: 50px;
	width: 60px;
}

.aboutus h2 {
	clear: both;
	font-size: 20px;
}


.about-content {
	overflow: hidden;
}

.information-information .right {
	float: right;
}

@media (max-width: 479px) {
	.product-tab .tab-content&gt;.tab-pane {
		padding: 15px;
	}
}


/*.category_filter #grid-view,.category_filter #list-view{
     background:#eee;
     border:1px solid #dedede;
     color:#666;
}
 .category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{
     background:#dedede;
}
 .category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{
     color:#333;
}
 */
 
 .categorypage .cat-content {
    float: left;
    width: 100%;
	margin: 0 0 30px;
}

.categorypage .product-layout-wrap.cat-content {
    padding-bottom: 0;
    margin-bottom: 0;
}

.category_filter .btn-list-grid .btn-group .grid:hover,
.category_filter .btn-list-grid .btn-group .grid.active {
	background: url("../image/themeimage/sprite.png") no-repeat scroll 5px -138px transparent;
}

.category_filter .btn-list-grid .btn-group .list {
	background: url("../image/themeimage/sprite.png") no-repeat scroll -30px -173px transparent;
	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;
}

.category_filter .btn-list-grid .btn-group .list:hover,
.category_filter .btn-list-grid .btn-group .list.active {
	background: url("../image/themeimage/sprite.png") no-repeat scroll -30px -138px transparent;
}

.category_filter .btn-list-grid .btn-group .grid {
	background: url("../image/themeimage/sprite.png") no-repeat scroll 5px -173px transparent;
	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 15px;
}

.category_filter .btn-list-grid {
	float: left;
	margin: 2px 0 0;
	padding: 0;
	width: auto;
}

.compare-total {
	float: left;
	margin: 4px 0 0 15px;
}

.pagination-right {
	float: right;
	margin: 0;
	width: auto;
}

.category_filter .sort-by {
	float: left;
	margin: 5px 10px 0 0;
	width: auto;
	padding: 0;

}

.category_filter .sort-by label,
.category_filter .show label {
	font-weight: normal;
	font-size: 13px;
}

.category_filter .show {
	float: left;
	margin: 5px 5px 0 0px;
	padding: 0;
}

.sort-by-wrapper {
	margin-right: 10px;
}

.category_filter .sort {
	float: left;
	height: 24px;
	margin: 3px 0 0;
	padding: 0;
	width: 200px;
}

.category_filter .limit {
	float: right;
	height: 24px;
	margin: 3px 0 0;
	padding: 0;
	width: 80px;
}

.sort-by-wrapper,
.show-wrapper {
	float: left;
}

.category_filter .form-control {
	padding: 3px 7px !important;
	height: 28px!important;
}

.category_thumb .category_img,
.category_thumb .category_description {
	float: left;
	width: 100%;
    padding: 0;
}

.category_thumb .category_description p {
    margin: 0;
}

.category_thumb .category_img_wrapper {
	position: relative;
}

.category_thumb .category_img_wrapper:before,
.category_thumb .category_img_wrapper:after {
	background: rgba(195, 195, 195, 0.2) none repeat scroll 0 0;
	content: " ";
	height: 0;
	padding: 0;
	position: absolute;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	width: 0;
	transform: rotate(180deg);
}

.category_thumb .category_img_wrapper:hover:before,
.category_thumb .category_img_wrapper:hover:after {
	height: 100%;
	transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-khtml-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	width: 100%;
}

.category_thumb .category_img_wrapper:after {
	bottom: 0;
	right: 0;
}

.category_thumb .category_img_wrapper:before {
	left: 0;
	top: 0;
}

.refine-search ul {
	padding: 0;
}

.refine-search ul li {
	list-style: none;
}

#content .category_list ul li a {
    padding: 0;
    display: inline-block;
    vertical-align: top;
	margin: 0 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
}

#content .category_list li img {
    max-width: 100%;
	border: 1px solid transparent;
}

#content .category_list li:hover img {
    border: 1px solid #4586ff;
}

#content .category_list ul li:hover a {
	color: #4586ff;
}

.category_list li a:hover {}

#content .category_list li {
    float: left;
    margin: 0;
    overflow: auto;
    position: relative;
    text-align: center;
}

.categorypage .product-layout-wrap .product-list, 
#product-special .product-layout-wrap .product-list, 
#product-manufacturer .product-layout-wrap .product-list,
#product-search .product-layout-wrap .product-list {
    padding: 0;
}

.category_filter {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    border: 1px solid #EDEDED;
}

.category_filter .customSelectInner {
    margin: 0;
    line-height: 22px;
}
.categorypage .category_thumb {
    margin-bottom: 30px;
}

.pagination-wrapper {
    overflow: hidden;
    margin: 20px 0;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
}

.pagination-wrapper .page-link {
	float: right;
	padding: 0;
	width: auto;
}

.pagination-wrapper .page-result {
	float: left;
	padding: 0;
	width: auto;
	margin: 0;
	line-height: 30px;
	color: #000000;
}

@media (max-width: 1299px) {
	
}
@media (max-width: 1199px) {
	.pagination-right {
		float: left;
		margin: 0;
		clear: left;
		margin-top: 10px;
	}
}

@media (max-width: 979px) {
	.category_filter .btn-list-grid .btn-group .list,
	.category_filter .btn-list-grid .btn-group .grid {
		padding: 0;
	}
}

@media (max-width: 480px) {
	#content .category_list li {
		width: 33%;	
	}
	#content .category_list li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	#content .category_list li {
		width: 50%;
		margin: 0 0 10px;
	}
	.sort-by-wrapper {
		margin: 0 0 10px;
	}
	.sort-by-wrapper, .show-wrapper {
		clear: both;
	}
	.category_filter .sort {
		width: 170px;
	}
}


/* Product Page*/

.prodpg-prod-detail {
    background: #ffffff;
    display: block;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.productpage .product-left {
	margin-bottom: 30px;
}

.productpage .product-right {
	margin-bottom: 0;
}


.product-info .image {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}

.quickview-page .product-info .image {
	width: auto;
	border: none;
    margin: 0;
}

.productpage h3 {
	margin-top: 0;
	width: 100%;
}

.productpage h3.product-title {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	text-transform: capitalize;
	padding: 20px 0 0;
    text-align: left;
}

.product-info .zoomContainer {
	z-index: 9;
}


/* It need for ie7 */

.product-info .additional-carousel {
    position: relative;
    width: 85%;
    margin: 0 auto;
    clear: both;
}

.product-info .image-additional {
	clear: both;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.product-info .image-additional img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.product-info .image-additional img:hover {
	border-color: #666666;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.product-info .image-additional a {
	display: block;
}

.product-right .btn-group .wishlist .fa,
.product-right .btn-group .compare .fa {
	margin-right: 5px;
}

#content .image-additional .slider-item .product-block {
	background: none repeat scroll 0 0 #ffffff;
	clear: both;
	/* margin: 4px 5px; */
	margin: 0 7px 0 0;
	overflow: hidden;
	padding: 0;
	border-right: 0 none;
}

#content .image-additional .slider-item .product-block:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.product-info .product-image .additional-carousel:hover .customNavigation span.prev,
.product-info .product-image .additional-carousel:hover .customNavigation span.next {
	display: block;
}

#product .btn-default,
#content.return .input-group.date .btn-default {
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}

#content ul.list-unstyled {
	line-height: 22px;
	margin-bottom: 0;
	padding: 15px 0;
}

#content ul.list-unstyled.price {
	margin-bottom: 5px;
}

#content ul.list-unstyled li {
	color: #666666;
	line-height: 22px;
	padding: 2px 6px 2px 0;
}

#content ul.list-unstyled li span {
	margin-right: 5px;
	font-weight: 500;
	letter-spacing: 0.7px;
}

#content ul.list-unstyled li span.desc {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

#content ul.list-unstyled.price li {
	display: inline-block;
}

#content ul.list-unstyled.price li span {
	margin-right: 0;
}

#content ul.list-unstyled li span.price-old {
	color: #696969;
	font-size: 16px;
}

#content ul.list-unstyled li span.special-price {
	color: #525252;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}

#content .list-unstyled.price li.price-tax {
	color: #666666;
	display: inline-block;
	font-size: 15px;
}

#content ul.list-unstyled.price li.points,
#content ul.list-unstyled.price li.discount {
	color: #666666;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
}

#product h3.product-option {
	padding-top: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

#product .form-group.cart {
	/*background-color: #f9f9f9;
     border-bottom: 1px solid #dedede;
     border-top: 1px solid #dedede;
     margin-bottom: 10px;
     */
	padding: 8px;
	overflow: hidden;
}

#product .qty {
    margin: 8px 0;
}

#product .form-group.cart .form-control {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: auto;
}

#product #input-quantity {
	padding: 10px;
	margin: 0 5px;
	height: 40px;
	line-height: normal;
}

#product .btn-group .wishlist,
#product .btn-group .compare {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline-block !important;
    padding: 0;
    text-transform: capitalize;
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
}
#product .btn-group .wishlist {
    margin: 0 30px 0 0;
}

#product .btn-group .btn:hover {
	color: #4586ff !important;
}

#product .cart span {
    color: #666666;
    display: inline-block;
    vertical-align: top;
    margin: 8px 8px;
}

#product .text-or {
	margin: 0 5px;
}

#product .alert {
	margin-bottom: 10px;
	background-color: #ffffff;
}

.productpage .rating-star {
	border-bottom: 1px solid #dedede;
	padding: 0 0 10px;
}

.productpage .rating-wrapper .addthis_toolbox.addthis_default_style {
	padding: 15px 0 10px;
}

#content.productpage .list-unstyled.price li h2 {
	margin-bottom: 0;
}

.button.aboutus {
	float: right;
}

#button-cart {
    margin-bottom: 15px;
}

@media (max-width: 979px) {
	.productpage h3.product-title {
		font-size: 18px;
		padding: 10px 0 0;
	}
}
@media (max-width: 767px) {
	.product-info .additional-carousel {
		width: 64%;
	}
}

@media (max-width: 479px) {
	.productpage h3.product-title {
		font-size: 16px;
	}
}

/* Css for special block end */


/* Contact us PAge*/

.contact-info .left {
	float: left;
	width: 50%;
}

.contact-info .right {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 20px;
}

.row.contact-info {
	padding: 0 15px;
}

.information-contact .panel-body {
	overflow: auto;
}

.contact-info {
	color: #666;
}

.contact-info .address-detail strong {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -6px -235px transparent;
	padding: 5px 0 0 35px;
	height: 28px;
	margin: 10px 0;
	float: left;
	clear: both;
}

.contact-info .address-detail,
.contact-info .telephone,
.contact-info .fax {
	float: left;
	width: 100%;
}

.contact-info .telephone strong {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -314px transparent;
	padding: 5px 0 0 35px;
	margin: 10px 0;
	height: 28px;
	float: left;
	clear: both;
}

.contact-info .fax strong {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -272px transparent;
	padding: 5px 0 0 35px;
	height: 28px;
	margin: 10px 0;
	float: left;
	clear: both;
}

.contact-info address {
	display: inline-block;
	margin: 0 0 0 36px;
	float: left;
	clear: both;
}

.contact-info a.btn.btn-info {
    float: left;
    clear: both;
    margin: 10px 0;
}

.contact-info .open-time strong {
	background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -355px transparent;
	padding: 5px 0 0 35px;
	margin: 10px 0;
	height: 28px;
	float: left;
	clear: both;
}

.contact-info opentime {
	display: inline-block;
	margin: 0 0 0 36px;
	float: left;
	clear: both;
}

#information-contact form.form-horizontal {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #dedede;
}

#spinner {
	background: url(../image/themeimage/ajax-loader.gif) 50% 50% no-repeat #ffffff;
	background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 64px;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 99999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-slider {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
}

.main-slider .swiper-pagination {
	bottom: 5px;
	display: none;
}

.main-slider .swiper-viewport {
	border: medium none;
	box-shadow: none;
	margin-bottom: 0;
}

.main-slider .swiper-slide .img-responsive {
	width: 100%;
}

.main-slider .swiper-slide.text-center {
	margin-right: 0 !important;
}

.main-slider .swiper-pagination-bullet {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.main-slider .pager {
	margin: 0;
}

.main-slider .pagination {
	display: none;
}

.main-slider .swiper-pagination-bullet-active,
.main-slider .swiper-pagination-bullet:hover {
	color: #666666;
	background: #666666;
}

.information-sitemap .sitge-map ul {
	padding: 0 0 0 20px;
}

.forget-password {
	margin: 5px 0 0;
}

.product-compare .btn-primary {
	margin: 5px 0 5px;
}

.productpage .write-review,
.productpage .review-count {
	margin: 0 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.productpage .write-review:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #dedede;
	left: -12px;
}

.productpage .write-review i {
	margin-right: 10px;
}

.productpage .rating-wrapper {
	margin: 0 0 15px;
}

.quickview-page h3.product-title {
	margin: 0;
}

.checkout-cart .hasCustomSelect {
	width: 95% !important;
}

.page-title,
.aboutus h1,
.affiliate-success h1 {}

.page-title,
.product-title,
.product-option,
.aboutus h1,
.affiliate-success h1 {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: capitalize;
	text-align: left;
}

.single-blog .page-title {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.blog.all-blogs h2.page-title {
	padding: 0 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.affiliate-account h2 {
	font-size: 16px;
}

.affiliate-account .btn-primary .list-group-item,
.affiliate-account .btn-primary .list-group-item:hover {
	padding: 0;
	background: none;
	color: #fff;
}

.shopping-cart .img-thumbnail {
	max-width: none;
}

#accordion label.col-sm-2.control-label {
	margin: 7px 0 0;
	padding: 0 15px 0 0;
	width: 20%;
}

#accordion #collapse-shipping label.col-sm-2.control-label {
	padding: 0 15px;
}

.checkout-cart .input-group-btn:last-child&gt;.btn,
.checkout-cart .input-group-btn:last-child&gt;.btn-group {
    margin-left: 5px;
    font-size: 14px;
    line-height: 26px;
    padding: 7px 15px;
}

.col-sm-3.search_subcategory {
	width: auto;
	margin-top: 7px;
}

#button-search {
	float: right;
}

.product-search h2 {
	clear: both;
	margin: 30px 0;
}

.checkout-cart .input-group.btn-block .form-control {
	padding: 8px 5px;
	text-align: center;
	width: 40px;
	line-height: 22px;
}

.table.table-bordered .input-group-btn {
	float: left;
}

#accordion .panel-title&gt;a {
	color: inherit;
	display: inline-block;
	width: 100%;
}

#accordion .panel-title {
	padding: 15px;
}

#accordion .panel-heading .fa.fa-caret-down {
	float: right;
	margin-top: 3px;
}

#accordion .col-sm-10 {
	width: 75%;
}

#accordion .form-horizontal .control-label {
	text-align: left;
}

#content .well h2 {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

#collapse-checkout-option .panel-body h2,
#collapse-checkout-option .form-group label,
#content legend,
.account-account #content h2,
.account-address h2,
.affiliate-account h2 {
	color: #2f2f30;
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: capitalize;
}

.account-download h2 {
	color: #525252;
}

#information-contact legend {
    padding: 30px;
}

#information-contact .page-title {
	margin: 0 0 30px;
}

.form-horizontal .control-label {
	width: 20%;
}

.form-horizontal .col-sm-10 {
	width: 80%;
}

.account-address .table-hover&gt;tbody&gt;tr&gt;td {
	vertical-align: middle;
}

#input-country,
#input-zone {
	padding: 13px 0;
}

.checkout-cart .hasCustomSelect {
	width: 95% !important;
}
#checkout-cart .customSelectInner {
    margin: 0;
}
#checkout-cart input#input-postcode {
    border-radius: 30px;
}
#checkout-cart .input-group input#input-coupon, #checkout-cart .input-group input#input-voucher {
    border-radius: 30px;
}
#accordion .panel-body {
	padding: 15px 20px 20px;
}

#collapse-payment-address label {
	margin: 5px 0;
}

.checkout-checkout #accordion label.col-sm-2.control-label {
	padding: 0 15px;
}

.row.site-map {
	margin: 0 0 20px;
	padding: 10px 0;
	background-color: #ffffff;
}

#information-sitemap .page-title {
	padding-left: 15px;
	margin-bottom: 10px;
}

.account-wishlist .btn-primary,
.account-wishlist .btn-danger {
	margin-bottom: 2px;
}

.account-wishlist .table-bordered .btn.btn-danger {
	padding: 5px 15px;
}

.slider-item.first_item_tm {
	margin-left: 0;
}

.slider-item.last_item_tm {
	/*margin-right: -15px;
     */
}

#tab-review .form-horizontal .control-label {
	font-weight: bold;
	width: auto;
}

.productpage .prod-desc {
	margin-top: 30px;
}

.product-search .search-checkbox {
	margin: 10px 0 0;
}

.product-search .subcategory {
	width: auto;
}

.product-search .sortcat {
	width: 35%;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td span.active {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget td span:hover {
	background-color: #525252 !important;
	color: #ffffff !important;
}

.account-transaction table td.text-right,
.affiliate-transaction table td.text-right {
	border-right: 1px solid #dedede;
}

.account-wishlist .text-center img {}

.product-compare .table-bordered tbody tr td+td {
	border-left: 1px solid #dedede;
	text-align: center;
}

.product-compare .table-bordered tr td:first-child {
	font-weight: bold;
	text-align: left;
}

.product-compare .table-bordered thead tr td:first-child {
	/*background-color: #f7f7f7;
     */
	text-align: left;
}

.quickview-page {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}

.quickview-page .btn.btn-default {
	background-color: transparent;
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    line-height: 24px;
    margin: 0 30px 10px 0;
    line-height: 24px;
}
.quickview-page .btn.btn-default:hover {
    color: #4586ff !important;
}
.quickview-page #content ul.list-unstyled.short-desc {
	/*border: none;
     */
}
.quickview-page .customSelectInner {
    margin: 0;
}
.quickview-page #button-upload222 {
	margin-left: 10px;
}
.quickview-page .rating-wrapper {
    margin: 0;
}
.quickview-page #input-quantity {
	padding: 8px 10px;
    margin: 0 15px 0 5px;
    line-height: 24px;
}

.quickview-page .form-group.cart-block .form-control {
	display: inline-block;
	text-align: center;
	width: auto;
}

.quickview-page #button-cart2 {
	vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 32px;
}

.quickview-page .btn-group.wish-comp {
	margin-bottom: 0;
}
.quickview-page .form-group {
    margin-bottom: 25px;
}
/* .quickview-page .wish-comp .btn {
	margin-right: 10px;
	margin-bottom: 10px;
} */

.quickview-page .alert-info {
	color: #fff;
}

#content ul.list-unstyled li span.old-price {
	color: #696969;
	font-size: 16px;
}

.product-quick_view-42 div.zoomContainer .zoomWindowContainer {
	display: block;
}

.special {
    position: relative;
}

.special .special-product-carousel {
    position: static;
	margin: 0;
}
#column-left .special-products .box-product .slider-item {
    text-align: left;
    padding: 0 15px;
}
#column-left .box.special.product-box .box-content {
    padding: 20px 5px;
}

@media (max-width: 1299px) {
	.special .special-product-carousel {
		overflow: visible;
	}
}

@media (max-width: 1200px) {
	#column-left .fa-shopping-cart:before,
	#column-right .fa-shopping-cart:before {
		display: none;
	}
	.col-sm-4.total_amount {
		margin-top: 88px;
	}
	.box .box-content ul ul li ul {
		margin-left: 13px;
	}
	.post-image {
		width: 100%;
		height: 100%;
	}
}

@media (max-width:1199px) {
	.text1 {
		font-size: 15px;
	}
	.main-menu.container,
	.header,
	#top .container,
	.container {
		padding: 0;
	}
	.cms-banner-right .cms-banner2.single-banner {
		width: 55%;
	}
	.main-menu.container {
		padding: 0;
	}
	.product-list .caption {
		width: 53%;
	}
	.product-list .list-right {
		width: 37%;
	}
	#product .form-group.cart .btn-group {
		clear: both;
	}
	.title1 {
		font-size: 18px;
	}
	.tm-about-text {
		width: 76%;
	}
	.aboutme-read-more {
		width: 149px;
	}
	.slider-banner .slide {
		width: 50%;
	}
	#column-left .box .box-content,
	#column-right .box .box-content {
		padding: 15px;
	}
	#column-left .product-thumb .caption, #column-right .product-thumb .caption {
		margin: 0;
	}
	#column-left .sidebar-category .box-content {
		padding: 10px 0 10px 10px;
	}
	#column-left .product-items .product-details,
	#column-right .product-items .product-details {
		width: 64%;
	}
	.cms-banner-left {
		width: 26.5%;
	}
	.cms-banner-right {
		width: 73.5%;
	}
	.cms-banner-right .cms-banner2.single-banner {
		width: 55.6%;
	}
	.product-list .caption {
		width: 100%;
	}
	.footer-top-right .title1 {
		font-size: 19px;
	}
	.header-search {
		/*width:341px;
         */
	}
	#footer .col-sm-3.column.fourth {
		/*width:27%;
         */
	}
	.col-sm-3.search_subcategory {
		padding: 0 18px;
	}
	.box .box-content ul li ul li:hover&gt;a.activSub,
	.box .box-content ul li:hover&gt;a.activSub {
		background: url("../image/themeimage/menu-hover-arrow.jpg") no-repeat scroll 146px 1px transparent;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {

	#column-left .box-product .image img,
	#column-right .box-product .image img {
		width: 80px;
		 
	}
	#column-left .special .box-product .image img, 
	#column-right .special .box-product .image img {
		width: 100%;
	}
	#column-left .box-product .image, 
	#column-right .box-product .image {
		margin-right: 10px;
	}
	.productpage .write-review, .productpage .review-count {
		margin: 0 5px;
	}
	.productpage .write-review:before {
		left: -7px;
	}
}

@media (max-width: 979px) {
	#column-left .box.special.product-box .box-content {
		position: static;
	}
	.header-logo img {
		width: auto;
		display: inline-block;
	}
	.main-slider .swiper-pagination {
		display: block;
	}
	#content ul.list-unstyled li span.desc {
		width: 30%;
	}
	.main-menu {
		float: left;
		padding: 0;
		margin: 10px 0;
		display: block;
		position: static;
	}
	.common-home .main-menu,
	.main-menu {
		margin: 2px 0;
	}
	.page-title, .product-title, 
	.product-option, 
	.aboutus h1, 
	.affiliate-success h1, 
	#product h3.product-option,
	.blog.all-blogs h2.page-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	/* css for responsive menu */
	.responsive-menu .top_level {
		padding: 0;
		width: 100%;
	}
	.responsive-menu li.level0 {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.nav.navbar-nav {
		display: none;
	}
	.responsive-menu .nav.navbar-nav {
		height: 500px;
		overflow-y: scroll;
		padding: 12px 20px;
		background: #ffffff;
		position: absolute;
		width: auto;
		z-index: 999;
		box-shadow: 0px 0px 5px 0px rgb(51 51 51 / 30%);
		-webkit-box-shadow: 0px 0px 5px 0px rgb(51 51 51 / 30%);
		-moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
		-ms-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
		-o-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 70px;
	}
	.head-cont {
		box-shadow: none;
	}
	#menu.responsive-menu ul li a.mobile_togglemenu {
		right: 0;
		background: none;
		margin-top: 0;
		float: right;
		width: 33px;
		height: 33px;
	}
	.responsive-menu li.toggle {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		padding: 0;
		float: left;
		width: 100%;
		margin: 0;
	}
	.top_level.home.home_first {
		display: none;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li&gt;a {
		float: left;
	}
	#menu.responsive-menu .dropdown:hover .dropdown-menu {
		display: none;
	}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: none;
		border: medium none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
		margin-left: 0 !important;
	}
	#menu.responsive-menu ul li:hover a,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li&gt;a:hover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		color: #666666;
	}
	#menu.responsive-menu ul li a,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li&gt;a {
		color: #000000;
		display: block;
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		padding: 6px 0;
		text-transform: capitalize;
		float: left;
		width: 100%;
		border: none;
	}
	#menu.responsive-menu ul li a:hover,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li&gt;a:hover {
	    color: #4586ff;
	}
	#menu.responsive-menu ul li a.mobile_togglemenu,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li&gt;a.mobile_togglemenu {
		right: 0;
		background: none;
		margin-top: 0;
		float: right;
		width: 33px;
		padding: 0;
		height: 33px;
		text-align: right;
		line-height: 33px;
		top: 0;
		left: auto;
	}
	#menu.responsive-menu .top_level.dropdown.toggle {
		margin: 0;
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
		padding: 0 0 0 15px;
		float: left;
		width: 100%;
	}
	.responsive-menu ul li .mobile_togglemenu:hover {
		background-color: rgba(0, 0, 0, 0);
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled&gt;li.dropdown:hover&gt;.dropdown-menu {
		display: none;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled&gt;li.dropdown .dropdown-menu {
		width: 100%;
		float: left;
		border: medium none;
		left: 0;
		position: relative;
		top: 0;
		padding: 0 0 0 15px;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li&gt;a {
		color: #525252;
	}
	.top_level.home {
		display: none;
	}
	#menu.responsive-menu .toggle .mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle&gt;a.mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle&gt;a.mobile_togglemenu:before {
		color: #000000;
		content: "\f067";
		font-family: "FontAwesome";
		font-size: 13px;
		line-height: 33px;
		font-weight: lighter;
	}
	#menu.responsive-menu .toggle.active .mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active&gt;a.mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active&gt;a.mobile_togglemenu:before {
		color: #4586ff;
		content: "\f068";
		font-family: "FontAwesome";
		font-size: 13px;
		line-height: 33px;
		font-weight: lighter;
	}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown&gt;a::after {
		content: "";
	}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled&gt;li.dropdown .dropdown-menu {
		padding: 0 0 0 10px;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.childs_1 {
		display: block;
		float: left;
		padding: 0 0 0 15px;
		width: 100%;
		margin: 0;
	}
	#menu.responsive-menu .list-unstyled.childs_1&gt;li {
		padding: 0;
	}
	.newsletter {
		text-align: center;
		width: 100%;
	}
/* 	.newsletter .form-group {
		width: 480px;
		margin: 0 auto;
		padding: 0;
	} */
	.copyright-container.container {
		padding: 10px 15px;
		margin: 0;
	}
	/* end css for responsive menu */
	.content-top #column-left .sidebar-category {
		display: none;
	}
	.layout-2 .content-top #content {
		width: 100%;
		min-height: 0;
		padding: 0 15px;
	}
	.nav-inner {
		display: block;
		background-color: transparent;
	}
	.main-menu.container {
		width: 100%;
		bottom: -52px;
		top: auto;
		background-color: #525252;
		padding-left: 124px;
	}
	.nav-responsive span {
		padding: 0;
		color: #525252;
		margin-right: 6px;
	}
	.nav-responsive:hover span {
		color: #666666;
	}
	.responsive-menu {
		text-align: left;
		border-radius: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-khtml-border-radius: 0px;
	}
	.responsive-menu .main-navigation {
		background: none repeat scroll 0 0 #646464;
	}
	#column-left .box-product .image,
	#column-right .box-product .image {
		margin-right: 15px;
	}
	/* .col-md-4.btn-list-grid {
		margin-bottom: 10px;
	} */
	.pagination-right {
		float: right;
		margin: 0;
		width: auto;
		clear: right;
	}
	.product-compare .table-bordered {
		width: 100%;
		float: left;
		overflow: auto;
		display: inline;
	}
	.layout-2 #content {
		width: 100%;
	}
	.layout-2.left-col #column-left,
	.layout-2.right-col #column-right {
		width: 100%;
	}
	.layout-2.left-col #column-left .toggle .mobile_togglemenu,
	.layout-2.right-col #column-right .toggle .mobile_togglemenu {
		top: 16px;
		color: #000000;
	}
	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .list-group,
	#column-right .list-group {
		display: none;
	}
	#footer .content_footer_wrapper {
		padding: 30px 0;
	}
	#footer .col-sm-3.column {
		padding: 0;
		width: 100%!important;
		margin: 0;
	}
	#footer .col-sm-3.column.third {
		padding: 0 0 20px;
	}
	.box.sidebar-category {
		display: none;
	}
	.slider-banner .slide {
		width: 25%;
	}
	#accordion .form-horizontal .control-label {
		width: 100%;
	}
	#top .container {
		padding: 0 15px;
	}
	.cms-banner-right .cms-banner2.single-banner {
		width: 56.7%;
		margin: 0 15px;
	}
	.cms-banner-right .cms-banner3.single-banner {
		width: 37.3%;
	}
	.cms-subbanner2 {
		margin-top: 15px;
	}
	#footer .column,
	#footer .col-sm-3.column.fourth {
		width: 100%;
		margin: 0;
		padding: 0 15px;
	    min-height: unset;
	}
	#footer .content_footer_top {
		border: none;
	    padding: 0;
		clear: both;
	}
	#footer .footer-social.column, 
	#footer .footer-payment.column {
		clear: both;
		padding: 0;
	}
	#footer #footer_cms_block {
		padding: 0;
		margin: 0 0 10px 0;
	}
	.product-list .product-details {}
	.product-list .list-right {
		width: 37%;
		padding: 0 10px 0 20px;
	}
	.product-block .button-group {}
	.productpage .product-info .product-image .customNavigation span.prev,
	.productpage .product-info .product-image .customNavigation span.next {
		display: block;
	}
	/*.productpage .product-right {
		width: 100%;
		clear: both;
	}
	.productpage .product-right-inner {
		text-align: center;
		padding: 40px 20px;
	}
	.productpage .product-left {
		width: 75%;
		margin: 0 auto;
		float: none;
	}*/
	.addthis_button_tweet.at300b {
		float: none !important;
		vertical-align: top;
	}
	/* .quickview-page .product-left {
		width: 50%;
		margin: 0;
		float: left;
	} */
	/* .quickview-page .product-right {
		width: 50%;
		float: left;
		clear: none;
	} */
	.checkout-cart .table.table-bordered .input-group-btn {
		clear: both;
		margin: 5px 0 0;
		float: left;
	}
	#accordion label.col-sm-2.control-label {
		width: 100%;
	}
	.checkout-cart .input-group-btn:last-child&gt;.btn,
	.checkout-cart .input-group-btn:last-child&gt;.btn-group {
		margin-left: 0 !important;
		margin-right: 3px !important;
	}
	.checkout-cart #accordion .input-group-btn:last-child&gt;.btn,
	.checkout-cart #accordion .input-group-btn:last-child&gt;.btn-group {
		margin-left: 3px !important;
	}
	#accordion .col-sm-10 {
		width: 100%;
	}
	.form-horizontal .control-label {
		width: 22%;
	}
	.form-horizontal .col-sm-10 {
		width: 78%;
	}
	#footer .col-sm-3.column.first {
		padding: 0;
	}
	.social {
		float: none;
	}
	#column-left .product-items .product-details,
	#column-right .product-items .product-details {
		width: 63%;
	}
	/* #column-left .product-thumb .price-new,
	#column-right .product-thumb .price-new {
		display: block;
		margin-top: 2px;
	} */
	.product-search .sortcat {
		width: 60%;
	}
	.cms-banner-right {
		width: 73%;
	}
	.cms-banner-left {
		width: 27%;
	}
	/* .pagination-right {
		margin-left: 5px;
	} */
	.productpage .rating-star {
		display: inline-block;
		width: 100%;
	}
	.newsletter .toggle .mobile_togglemenu {
		display: none;
	}
	#content.return .input-group.date .form-control {
		width: auto;
	}
	.tm-about-text {
		padding: 0 0 0 15px;
	}
	.aboutme-read-more {
		margin: 37px 15px 0 0;
	}
	.contact-info .left,
	.contact-info .right {
		width: 100%;
	}
	.contact-info .right {
		float: left;
		text-align: left;
		clear: both;
	}
	.nav-responsive span {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.main-menu.container {
		padding-left: 0;
	}
	.quickview-page .product-left {
		width: 50%;
	}
	.main-slider .swiper-pagination {
		bottom: 3px;
	}
	.main-slider .swiper-pager {
		display: none;
	}
	.layout-2.left-col #column-left,
	.layout-2.right-col #column-right {
		display: block !important;
		float: left;
	}
	.layout-2 #content,
	.layout-3 #content {
		width: 100%;
	}
	.product-info .image-additional a {
		padding: 1px;
		border: none;
	}
	.layout-2 #content {
		padding: 0 15px;
		float: left;
	}
	.btn-info {
		margin-bottom: 3px;
	}
	.col-sm-4.total_amount {
		margin-top: 20px;
	}
	.checkout-cart .btn.btn-danger {
		margin-top: -2px !important;
	}
	.button_class {
		clear: both;
	}
	/* .show-wrapper {
		clear: both;
		margin: 10px 0 0;
	} */
	.category_filter .show {
		float: left;
		margin: 8px 10px 0 0;
	}
	.product-compare .table-bordered {
		float: left;
		width: 100%;
		overflow: auto;
		display: inline;
	}
	.addthis_toolbox.addthis_default_style {
		margin: 10px 0;
	}
	#content .category_list .filterbox {
		border: 1px solid #dedede;
		margin: 10px 0;
	}
	#content .category_list .filterbox .list-group a {
		border: none;
	}
	.content-top #content {
		min-height: 0;
	}
	.container.content-bottom {
		margin-top: 25px;
	}
	.post-image {
		width: 100%;
	}
	.text2 {
		font-size: 13px;
	}
	.text1 {
		font-size: 10px;
	}
	#banner1 {
		display: inline-block;
		margin: 0;
	}
	.cms-title {
		padding: 15px 12px;
	}
	.post-image img {
		width: 100%;
	}
	#testimonial-blog .slider-item.last_item_tm .single-post,
	#testimonial-blog .slider-item.first_item_tm .single-post {
		margin: 0 20px !important
	}
	.cms-banner-right .cms-banner2.single-banner {
		width: 55%
	}
	.cms-banner-left {
		width: 26%;
	}
	.cms-banner-right {
		width: 74%;
	}
	.cms-banner-right .cms-banner3.single-banner {
		width: 36.1%;
	}
	.cms-banner-right .cms-banner2.single-banner {
		width: 54.8%;
	}
	#content .category_list .filterbox {
		clear: both;
	}
	.filterbox .list-group {}
	.product-list .list-right {
		padding: 0 10px 0 18px;
	}
	.pagination-wrapper {
		margin-bottom: 25px;
	}
	.pagination-right {
		float: left;
		margin: 0;
		clear: left;
		margin-top: 10px;
	}
	.form-horizontal .col-sm-10,
	.form-horizontal .control-label {
		width: 100%;
	}
	.tm-about-text {
		background: none;
		padding: 0 15px 0 30px;
	}
	.cms-banner-right {
		width: 73.5%;
	}
	.cms-banner-left {
		width: 26.5%;
	}
	.banners-slider-carousel .product-block-inner&gt;img {
		max-width: 100%;
	}
	.product-list .product-thumb .image {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.product-search .sortcat {
		width: 100%;
	}
	.productpage .write-review {
		display: block;
	}
	.productpage .write-review:before {
		display: none;
	}
	.account-address .table-bordered .text-right .btn-info,
	.account-order-info .table-bordered .text-right .btn-primary {
		margin-bottom: 0;
	}
	#content.return .input-group.date .form-control {
		width: 100%;
	}
	.tm-about-text::before {
		content: none;
	}
	.content-wrap {
		margin-left: 0;
	}
	.tm-about-text {
		width: 65%;
		padding-left: 15px;
	}
	.cms-banner-right {
		text-align: center;
	}
	#footer .copyright-container.container {
		margin: 0;
		padding: 20px 0;
	}
	#footer .copyright-container.container .footer-container {
		float: none;
	}
	#tabs_info .productpage .nav-tabs&gt;li&gt;a {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 10px;
		margin-right: 0!important;
	}
	.product-tab .nav-tabs&gt;li {
		display: block;
	}
	.col-sm-3.sort {
		margin-top: 5px;
	}
	
}

@media (max-width: 479px) {
	#accordion .panel-body {
		padding: 10px 10px 20px;
		border: none;
	}
	.responsive-menu .nav.navbar-nav {
		top: 65px;
	}
	.header-right {
		padding: 0;
	}
	#menu.responsive-menu {
		padding: 0;
	}
	#product .form-group.cart .btn-group {
		padding: 10px 0 0;
	}
	.table {
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid {
		width: 100% !important;
		text-align: center;
	}
	.productpage .product-right-inner {
		padding: 0 15px;
	}
	.shopping-cart .input-group .form-control {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.account-wishlist .table-bordered {
		float: left;
		width: 100%;
		overflow: auto;
		display: inline;
	}
	#cart .dropdown-menu table {}
	.flex-direction-nav a:before {
		font-size: 27px !important;
	}
	.dropdown-menu.pull-right {
		width: 100%;
	}
	#cart .dropdown-menu li&gt;div {
		min-width: 100%;
	}
	.category_filter .limit {
		float: left;
	}
	.contact-info .left,
	.contact-info .right {
		width: 100%;
	}
	.nav-tabs&gt;li {
		width: 100%;
	}
	.nav-tabs&gt;li&gt;a {
		margin: 0 0 2px;
	}
	.productpage .review-count {
		display: inline-block;
		margin-left: 0;
	}
	.pagination-wrapper .page-link {
		float: left;
		clear: both;
	}
	.pagination-wrapper .page-result {
		/* float: left;
		clear: both; */
		margin-bottom: 5px;
	}
	.checkout-cart .buttons .pull-right {
		clear: both;
		float: left;
		margin: 10px 0;
	}
	.bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
	}
	.checkout-cart #accordion .input-group-btn {
		float: left;
		margin: 5px 0 0;
	}
	.single-banner {
		width: 100%;
		text-align: center;
	}
	.single-banner div,
	.cms-banner-right .single-banner {}
	.cms-banner-left,
	.cms-banner-right {
		width: 100%;
	}
	.cms-subbanner1,
	.cms-banner .cms-banner-left .cms-subbanner2.single-banner {
		width: 100%;
		margin: 10px 0;
	}
	.cms-banner-right .cms-banner2.single-banner {
		width: 100%;
		margin: 10px 0 6px;
	}
	.cms-banner-right .cms-banner3.single-banner {
		width: 100%;
		margin: 10px 0;
	}
	.single-banner div img,
	.cms-banner-right .single-banner img {
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		display: inline;
	}
	.single-banner div:hover img,
	.cms-banner-right .single-banner:hover img {
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-moz-transform: none;
	}
	.slider-banner {
		display: none;
	}
	.container.content-bottom {
		margin-top: 0;
	}
	.content-top #content {
		margin-bottom: 15px;
	}
	.htabs .etabs li {
		display: block;
		float: none;
		margin-top: 3px;
		width: 100%;
	}
	.etabs,
	.nav-tabs&gt;li {
		width: 100%;
	}
	.htabs {
		height: auto;
	}
	.htabs a {
		display: block !important;
		float: none;
		margin: 3px 0 0;
		width: auto;
		background-color: #eeeeee;
		border-bottom: 2px solid #eeeeee;
	}
	.hometab .customNavigation a {
		top: -25px;
	}
	#content .hometab .box .box-content {
		padding: 28px 0 0;
	}
	.owl-pagination {
		/*display: none;
         */
	}
	.product-list .caption {
		width: 100%;
	}
	.product-list .list-right {
		clear: both;
		width: 100%;
		padding: 0 10px;
	}
	.product-list .list-right {
		margin: 0 0 10px;
		border-left: 0 none;
		padding: 0;
	}
	.product-list .caption {
		margin: 15px 0;
	}

	.etabs,
	.nav-tabs&gt;li {
		width: 100%;
	}
	.nav .pull-left {
		display: inline-block;
		float: none;
	}
	.nav.pull-right {
		float: none;
	}
	.nav.pull-left {
		float: none;
	}
	#top .container {
		text-align: center;
	}
	#form-currency .dropdown-menu,
	#form-language .dropdown-menu {
		min-width: 160px;
	}
	.content_headercms_top,
	.header-cart {
		display: block;
	}
	.content_headercms_top {
		position: relative;
	}
	.header-tele-cms {
		right: 0;
	}
	.cms-data {
		padding-right: 0;
	}
	.checkout-cart #accordion .input-group-btn:last-child&gt;.btn,
	.checkout-cart #accordion .input-group-btn:last-child&gt;.btn-group {
		margin: 0 !important;
	}
	.list-buttoncart {
		clear: both;
	}
	.tm-about-text {
		width: 100%;
		padding: 0 15px 15px;
		margin-bottom: 0;
		text-align: center;
	}
	.aboutme-read-more {
		margin: 10px 0 25px 0;
		width: 100%;
		text-align: center;
	}
	.product-search .sortcat {
		width: 100%;
	}
	#top-links {
		padding-top: 0;
	}
	.myaccount .dropdown-menu {
		/*margin: 6px 0 0;
         */
	}
	.box.related .box-heading {
		/*width:77%;
         */
	}
	.row.site-map {
		overflow: auto;
	}
	.contact-info .right {
		text-align: center;
	}
	.main-slider::after {
		top: 50px;
	}
	.main-slider .swiper-pagination {
		bottom: 3px;
	}
	.newsletter {
		padding: 0;
		text-align: center;
	}
	.newsletter .desc {
		font-size: 14px;
	}
	#cart .dropdown-menu {
		width: 290px;
	}
	.newsletter .form-group {
		width: 100%;
	}
	.product-tab-content .nav-tabs li {
		margin: 0 0 10px;
	}
}

@media (max-width: 319px) {
	.product-info .product-image .customNavigation {
		width: 196px;
		margin: 0 auto;
		position: relative;
	}
	.product-info .additional-carousel {
		width: 196px;
		margin: 0 auto;
	}
	.compare-total {
		clear: both;
		margin: 8px 10px 10px 0;
	}
	#cart .text-right .addtocart {
		margin: 0 0 5px;
	}
	#cart .text-right .checkout {
		margin: 0;
	}
	.tm-about-text {
		background: none;
		padding: 0 15px
	}
	.aboutme-read-more {
		margin: 25px 0;
	}
	#footer .column #contact ul {
		overflow: auto;
		width: 100%;
	}
	.post-date {
		min-width: 45px;
	}
	.compare-total {
		margin-left: 5px;
	}
	#product #input-quantity {
		margin-bottom: 5px;
	}
	.account-address .table-bordered .text-right .btn-danger,
	account-order-info .table-bordered .text-right .btn-danger {
		float: left;
		clear: both;
		margin-top: 2px;
	}
	.account-address .table-bordered .text-right .btn-info,
	.account-order-info .table-bordered .text-right .btn-primary {
		float: left;
	}
}

.alert.alert-success.animated.fadeInDown {
	width: 100%;
	text-align: center;
	margin: 0 -5px;
}

.product-compare .btn-block+.btn-block {
	margin-top: 0;
}

.information-sitemap .site-map ul {
	padding: 0 0 0 40px;
	list-style: circle;
}

.information-sitemap .site-map ul ul {
	list-style: circle;
}

.information-sitemap .site-map ul ul ul {
	list-style: square;
}


/*special-products start*/

.special .product-thumb .rating {
	margin: 0 0 25px;
	position: static;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

#column-left .special .product-thumb {
    margin: 0;
}

.special .product-block .percentsaving {
	font-weight: 400;
    font-size: 14px;
    color: #4586ff;
    display: inline;
    vertical-align: top;
    z-index: 2;
}

.special .product-thumb .price-old {
    font-weight: 400;
    font-size: 14px;
}

.special .product-thumb .price {
    color: #4586ff;
    font-size: 20px;
    margin: 0 0 7px;
}

.special .product-thumb .caption-inner p.desc {
    margin-bottom: 35px;
}

.countdown {
	display: block !important;
    overflow: hidden;
    text-align: left;
    border-top: 1px solid #F2F2F2;
    padding: 20px 0 0 0;
    margin: 20px 0 0;
    width: 82%;
}

.countbox .timebox:last-child {
	margin: 0;
}

.countbox .timebox {
	margin: 0 6px 0 0;
	background: #F7F7F7;
	text-align: center;
	position: relative;
	width: 22%;
	float: left;
	padding: 8px 0;
}


.countbox .timebox .timebox-inner strong {
	color: #2f2f30;
	display: block;
	font-size: 17px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	font-weight: 500;
}

.countbox .timebox .timebox-inner {
    position: relative;
	font-size: 12px;
	display: block;
	width: 100%;
	color: #505050;
	padding: 0;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
}

.countbox strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.special .product-thumb h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 8px;
    position: relative;
}

.special .product-thumb h4 a {
    color: #000000;
    font-size: 14px;
	margin: 0 0 5px;
}

.special .product-thumb h4 a:hover {
	color: #4586ff;
}

.special .product-image-thumbnail .special-product-item img {
	max-width: 100%;
}

#content .special .product-carousel .product-block-inner,
#content .special .box-product .product-block-inner {
    display: block;
}

.special .product-image-thumbnail {
	padding: 0;
	position: relative;
	float: left;
}

.special .product-image-thumbnail .owl-controls {
	position: absolute;
	bottom: 10px;
	top: auto;
	left: 0;
	right: 0;
}

#column-left .special .box-product .product-image-thumbnail .image, 
#column-right .special .box-product .product-image-thumbnail .image {
	max-width: 100%;
	margin: 0;
}

#column-left .special .box-product .rating, 
#column-right .special .box-product .rating {
	margin: 0 0 10px;
    line-height: 0;
}

#column-left .special .product-thumb .caption,
#column-right .special .product-thumb .caption {
    overflow: visible;
	clear: both;
    display: block;
	margin-top: 0;
	padding: 20px 0 0;
}

.special .product-thumb .caption-inner {
    margin: 0;
    padding-bottom: 0;
}


/* #column-left .special .box-product .product-block-inner .caption h4,
#column-left .special .box-product .product-block-inner .caption h4 {
	margin-bottom: 8px;
} */

#column-left .special .box-product .price, 
#column-right .special .box-product .price {
	margin: 0 0 5px;
}

#column-left .special .product-thumb .price-new,
#column-right .special .product-thumb .price-new {
	color: #757575;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#column-left .special .product-thumb .button-group button, 
#column-right .special .product-thumb .button-group button {
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    color: #4586ff;
}

#column-left .special .product-thumb .button-group button:hover, 
#column-right .special .product-thumb .button-group button:hover {
	color: #000000;
}

#column-left .product-thumb .button-group .addtocart:after,
#column-right .product-thumb .button-group .addtocart:after {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    background: #4586ff;
    height: 1px;
    width: 100%;
}

#column-left .product-thumb .button-group .addtocart:hover:after,
#column-right .product-thumb .button-group .addtocart:hover:after {
	background: #000000;
}

#column-left .special .product-block .button-group, 
#column-right .special .product-block .button-group {
    display: inline-block;
    vertical-align: top;
}

.special .product-thumb .caption {
	padding: 20px 0 0;
}

.special .product-thumb .quickview {
	display: none;
}

.special .product-thumb .compare {
	display: none;
}

.special .product-thumb .button-group .addtocart {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background-color: #4586ff;
    height: auto;
    width: auto;
    padding: 8px 25px;
    margin: 0;
    color: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    background-image: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    -moz-transform: unset;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.special .product-thumb .button-group .addtocart:hover {
	background-color: #000000;
}

.special .product-block .button-group {
    text-align: left;
    width: auto;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}
@media (min-width: 1300px) {
	.box.special .box-heading.special-caption {
		display: none;
	}
	.box.special .caption .box-heading {
		display: block;
	}
}
@media (max-width: 1699px) {
	/* .countbox .timebox {
		font-size: 11px;
		width: 65px;
		height: 56px;
	}
	.countbox .timebox .timebox-inner {	
		padding: 7px 0 0;
	}
	.countbox .timebox .timebox-inner strong {
		font-size: 20px;
	}
	.special .countdown strong {
		margin: 0 0 4px;
	} */
}

@media (max-width: 1299px) {
	.special .product-image-thumbnail {
		float: none;
		width: auto;
	}
	.special .product-thumb .caption {
		text-align: center;
		padding: 20px 0 0;
		overflow: hidden;
	}
	.box.special .caption .box-heading {
		display: none;
	}
}

@media (max-width: 1199px) {

}

@media (max-width: 979px) {
	.special .product-thumb h4 {
		font-size: 26px;
		line-height: 28px;
	}
	.box.special.product-box .box-content {
		position: relative;
	}
	#content .box.special.product-box .box-content .box-product {
		position: static;
	}
	.special .product-thumb .caption {
		padding: 0;
	}
	.special .product-thumb .image img {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.special .product-thumb .caption {
		padding: 15px 0 0;
		text-align: center;
	}
	.special .product-thumb h4:after {
		width: 100%;
		left: 0;
		right: 0;
		bottom: -10px;
	}
	.special .product-block .button-group {
		text-align: center;
	}
	.special .product-thumb h4 {
		font-size: 20px;
		line-height: 22px;
	}
	.countbox .timebox .timebox-inner strong {
		font-size: 16px;
	}
	.countbox .timebox {
		font-size: 10px;
	}
}

@media (max-width: 480px) {
	#column-left .special.box .product-thumb, #column-right .special.box .product-thumb {
		width: 70%;
	}
}

@media (max-width: 479px) {
	.countdown {
		width: 100%;
	}
	.countbox .timebox {
		height: 65px;
		padding: 3px 0;
	}
	.countbox .timebox .timebox-inner {
		padding: 10px;
	}
	.countbox .timebox.hour:after {
		display: none;
	}
	#content .special .product-carousel .product-block-inner, 
	#content .special .box-product .product-block-inner {
		display: block;
		text-align: center;
	}
	.special .product-image-thumbnail {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	#column-left .special.box .product-thumb, #column-right .special.box .product-thumb{
		width: 100%;
	}
	.countbox .timebox .timebox-inner strong {
		font-size: 13px;
	  }
}


/*special-products end*/

.product-info .flex-control-thumbs .slick-slide {
	cursor: pointer;
	margin-bottom: 30px;
}

.product-info .flex-control-thumbs .slick-slide.slick-current .image-additional img {
	border-color: #666666;
}

/*  advance-search css start */
.search .advance-search{
	width: 189px;
	float: left;
	position:relative;
}
.search .advance-search:after {
	content: '';
	background-color: #DBDBDB;
	position: absolute;
	display: block;
	left: auto;
	right: 0;
	top: 17px;
	bottom: 0;
	height: 18px;
	width: 1px;
	z-index: 1;
}
.search .advance-search .form-control{
	padding: 13px 22px 13px 30px;
color: #000000;
border: none;
line-height: 22px;
font-size: 14px;
font-weight: 400;
border-width: 1px 0 1px 1px;
border-style: solid;
border-color: #EDEDED;
border-radius: 30px 0 0 30px;
-webkit-border-radius: 30px 0 0 30px;
-khtml-border-radius: 30px 0 0 30px;
-moz-border-radius: 30px 0 0 30px;
transition: unset;
-webkit-transition: unset;
-moz-transition: unset;
-ms-transition: unset;
-o-transition: unset;
}
.search .advance-search .customSelectInner:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 15px;
	margin: 6px 0 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 13px;
	width: 13px;
	line-height: 10px;
}

@media (max-width: 1499px) {
	.content_headercms_top .search {
		width: 623px;
	}
	#search .input-lg {
		width: 322px;
	}
}

@media (max-width: 1299px) {
	.content_headercms_top .search {
		width: 573px;
	}
	#search .input-lg {
		width: 272px;
	}
}

@media (max-width: 480px) {
	.search {
		width: 100%;
	}
	.search .advance-search {
		width: 100%;
		float: none;
	}
	.search .advance-search .form-control {
		padding: 13px 20px;
		border: 1px solid #EDEDED;
		border-radius: 30px;
		margin-bottom: 5px;
		width: 100% !important;
	}
	#search .input-group-btn {
		font-size: 0;
		white-space: nowrap;
		width: auto;
		position: absolute;
		left: auto;
		right: 0;
	}
	.search .advance-search .customSelectInner {
		width: 100% !important;
	}
	.search .advance-search .customSelectInner:after {
		float: right;
	}
	#search {
		width: 100%;
		border: 1px solid #EDEDED;
		border-radius: 30px;
	}
	#search .input-lg {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		border: none;
		padding: 12px 100px 12px 25px;
		background-color: transparent !important;
		height: 48px;
		/* border: 1px solid #EDEDED;
		border-radius: 30px 0 0 30px; */
	}
	#search .search_button {
		padding: 11px 14px;
		font-size: 13px;
	}
	.search .advance-search:after{
		display: none;
	}
}

@media (max-width: 479px) {
	/* .search .advance-search {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	} */
	/* #search {
		width: 100%;
	}
	#search .input-lg {
		width: 100%;
		padding: 10px 70px 10px 15px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-khtml-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	#search .input-group-btn {
		font-size: 0;
		white-space: nowrap;
		width: auto;
		position: absolute;
		left: auto;
		right: 0;
	}
	.search .advance-search .form-control {
		width: 100% !important;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-khtml-border-radius: 30px;
		-moz-border-radius: 30px;
	} */
}	
	
/*  advance-search css end */


/* Css for Header Top Link CMS start */
	#Top_link_Cms{
		display: block;
		margin: 27px 0;
		text-align: center;
	}
	#Top_link_Cms .toplink-title{
		font-weight: 700;
		font-size: 13px;
		text-transform: capitalize;
		margin: 0 8px 0 0;
		color: #000000;
		display: inline-block;
		vertical-align: top;
	}
	#Top_link_Cms .header-link{
		margin: 0;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
	} 
	#Top_link_Cms ul li{
		margin: 0 7px;
		display: inline-block;
		vertical-align: top;
	} 
	#Top_link_Cms ul li a{
		color: #000000;
		font-weight: 400;
		font-size: 13px;
		display: inline-block;
		text-transform: capitalize;
		transition-duration: 300ms;
		-webkit-transition-duration:300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration:300ms;
	} 
	#Top_link_Cms ul li a:hover{
		color: #4586ff;
		transition-duration: 300ms;
		-webkit-transition-duration:300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration:300ms;
	}
	
	@media (max-width: 1199px) {
		#Top_link_Cms .toplink-title {
			font-size: 13px;
		}
		#Top_link_Cms ul li {
			margin: 0 3px;
		}
		#Top_link_Cms ul li a {
			font-size: 13px;
		}
	}
	
	@media (max-width: 979px) {
		#Top_link_Cms {
			display: none;
		}	
	}
	
/* Css for Header Top Link CMS end */


/* Css for Header Top CMS start */

	#Header-Top-Cms{
		display: inline-block;
		vertical-align: top;
	}
	#Header-Top-Cms ul{
		margin:0;
	}
	#Header-Top-Cms ul li a{
		font-size: 13px;
		color: #ffffff;
		line-height: 22px;
		font-weight: 400;
		margin: 5px 0 0;
		text-align: center;
		text-transform: capitalize;
		display: block;
		
		transition: unset;
		-webkit-transition: unset;
		-moz-transition: unset;
		-ms-transition: unset;
		-o-transition: unset;
	}
	
	#Header-Top-Cms ul li:hover a{
		color: #000000;
	}
	#Header-Top-Cms ul li{
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 0 15px 0 0;
		margin: 0 15px 0 0;
		
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
	}
	#Header-Top-Cms ul li:last-child {
		margin: 0;
		padding: 0;
	}
	#Header-Top-Cms ul li .headertop-img {
		display: inline-block;
		vertical-align: top;
		height: 45px;
		width: 45px;
		line-height: 45px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 35px;
	    margin-right: 5px;
	}
	#Header-Top-Cms ul li .headertop-title {
		text-align: left;
		width:50%;
		display: inline-block;
		vertical-align: top;
	}
	#Header-Top-Cms ul li:after {
		content: '';
		display: block;
		position: absolute;
		left: auto;
		right: 0;
		top: -5px;
		bottom: auto;
		width: 1px;
		height: 60px;
		background: #ec6d6c;
	}
	#Header-Top-Cms ul li:last-child:after {
		display: none;	
	}
	#Header-Top-Cms ul li:nth-child(1) .headertop-img {
		background-image:url(../image/themeimage/header-cms-icon1.svg);
	}
	#Header-Top-Cms ul li:hover:nth-child(1) .headertop-img {
		background-image:url(../image/themeimage/header-cms-icon1-hover.svg);
	}
	#Header-Top-Cms ul li:nth-child(2) .headertop-img {
		background-image:url(../image/themeimage/header-cms-icon2.svg);
	}
	#Header-Top-Cms ul li:hover:nth-child(2) .headertop-img {
		background-image:url(../image/themeimage/header-cms-icon2-hover.svg);
	}
	#Header-Top-Cms ul li:nth-child(3) .headertop-img {
		background-image:url(../image/themeimage/header-cms-icon3.svg);
	}
	#Header-Top-Cms ul li:hover:nth-child(3) .headertop-img {
		background-image:url(../image/themeimage/header-cms-icon3-hover.svg);
	}
	
	@media (min-width: 1500px) {
		#Header-Top-Cms .topcms-icon {
			display: none;	
		}
	}
	
	@media (max-width: 1499px) {
		#Header-Top-Cms .topcms-icon {
			background-image: url(../image/themeimage/headercms-icon.svg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 20px;
		    background-color: #000000;
			height: 50px;
			width: 50px;
			line-height: 50px;
			display: inline-block;
			vertical-align: top;
		}
		#Header-Top-Cms .topcms-icon:hover {
			background-image: url(../image/themeimage/headercms-icon-hover.svg);
			background-color: #ffffff;	
		}
		#Header-Top-Cms {
			float: right;
			position: relative;
			margin-left: 20px;
		}
		#Header-Top-Cms ul {
			display: none;
			position: absolute;
			left: auto;
			right: 0;
			top: 86px;
			bottom: auto;
			background: #ffffff;
			min-width: 250px;
			z-index: 1000;
			padding: 10px 10px;
			
			box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		}
		#Header-Top-Cms ul li {
			padding: 0;
			margin: 0 0 20px 0;
			display: block;
		}
		#Header-Top-Cms ul li a {
			font-size: 13px;
			margin: 2px 0 0;
			text-align: left;
			color: #000000;

		}
		#Header-Top-Cms ul li a:hover {
		    color: #4586ff;	
		}
		#Header-Top-Cms ul li .headertop-img {
			background-size: 30px;
		}
		#Header-Top-Cms ul li .headertop-title {
			width: auto;
			overflow: hidden;
			margin: 12px 0;
		}
		#Header-Top-Cms ul li:after {
			display: none;	
		}
		#Header-Top-Cms ul li:nth-child(1) .headertop-img {
			background-image:url(../image/themeimage/header-cms-icon1-hover.svg);
		}
		#Header-Top-Cms ul li:hover:nth-child(1) .headertop-img {
			background-image:url(../image/themeimage/header-cms-icon1-res.svg);
		}
		#Header-Top-Cms ul li:nth-child(2) .headertop-img {
			background-image:url(../image/themeimage/header-cms-icon2-hover.svg);
		}
		#Header-Top-Cms ul li:hover:nth-child(2) .headertop-img {
			background-image:url(../image/themeimage/header-cms-icon2-res.svg);
		}
		#Header-Top-Cms ul li:nth-child(3) .headertop-img {
			background-image:url(../image/themeimage/header-cms-icon3-hover.svg);
		}
		#Header-Top-Cms ul li:hover:nth-child(3) .headertop-img {
			background-image:url(../image/themeimage/header-cms-icon3-res.svg);
		}
	}
	
	@media (max-width: 979px) {
		#Header-Top-Cms .topcms-icon {
			height: 30px;
			width: 30px;
			margin: 10px 5px;
		    background-size: 17px;
		}
		#Header-Top-Cms .topcms-icon,
		#Header-Top-Cms .topcms-icon:hover {
			background-color: transparent;	
		}
		#Header-Top-Cms ul {
			top: 60px;	
		}
	}
	@media (max-width: 479px) {
		#Header-Top-Cms ul {
			left: auto;
			right: -80px;
			min-width: 290px;
		}
	}
	
	
/* Css for Header Top CMS end */


/* Css for Footer App Cms start */

	#footer .footer-app-image {
		position: relative;
	}
	.footer-app-image .footer-appicon-1 {
		background-image: url(../image/themeimage/app-icon-1.png);
		background-repeat: no-repeat;
		background-position: center;
	    background-size: 100%;
		display: inline-block;
		vertical-align: top;
		height: 44px;
		width: 146px;
	    margin-bottom: 18px;
	}
	.footer-app-image .footer-appicon-2 {
		background-image: url(../image/themeimage/app-icon-2.png);
		background-repeat: no-repeat;
		background-position: center;
	    background-size: 100%;
		display: inline-block;
		vertical-align: top;
		height: 44px;
		width: 146px;
	}
	
	@media (max-width: 1299px) {
		.footer-app-image .footer-appicon-1, 
		.footer-app-image .footer-appicon-2 {
			width: 130px;
		}	
	}
	
	@media (max-width: 1199px) {	
	}
	
	@media (max-width: 979px) {
		#footer .footer-app-image {
			text-align: left;
		}
		.footer-app-image .footer-appicon-1 {
			margin-right: 15px;
			margin-bottom: 0;
		}
	}


/* Css for Footer App Cms end */


/* Aboutus Css Start */

	#blockaboutus .about-details {
		line-height: 26px;
		display: block;
		margin: 0 0 50px;
		width: 80%;
	}
	
	@media (max-width: 979px) {
		#blockaboutus .about-details {
			width: auto;
		    display: none;
		    margin: 0 0 20px;
		}	
	}
	
/* Aboutus Css End */





/* css for cmsbanner start */

	#cms_bannerblock {
		margin-bottom: 50px;
	}
	#cms_bannerblock .cmsbannrer-wrapper {
		background: #ffffff;
		padding: 0;
	}
	#cms_bannerblock ul.cmsbanner-inner {
		overflow: hidden;
		margin: 0;
	}
	#cms_bannerblock li.cmsbanner-item {
		position: relative;
		text-align: left;
		float: left;
		width: 100%;
	}
	#cms_bannerblock li.cmsbanner-item:first-child {
		margin-bottom: 30px;
	}
	.cmsbanner-item-inner {
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	.cmsbanner-item-wrapp {
		position: relative;
	}
	#cms_bannerblock .cmsbanner-item-wrapper.second li.cmsbanner-item:nth-child(1) {
		margin-bottom: 30px;
	}
	#cms_bannerblock img {
		max-width: 100%;
	}
	#cms_bannerblock li.cmsbanner-item a.cmsbanner-img {
		display: block;
		overflow: hidden;
		padding: 0;
		position: relative;
		text-align: center;
	}
	#cms_bannerblock li.cmsbanner-item .cmsbanner-item-inner a.cmsbanner-img:before {
		content: "";
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.2);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition: 300ms ease-out;
		transition: 300ms ease-out;
	}
	#cms_bannerblock li.cmsbanner-item .cmsbanner-item-inner:hover a.cmsbanner-img:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	#cms_bannerblock li.cmsbanner-item .cmsbanner-details {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 25px;
		right: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	#cms_bannerblock li.cmsbanner-item:last-child .cmsbanner-details {
		left: auto;
		right: 90px;
	}
	#cms_bannerblock li.cmsbanner-item .cmsbanner-item-inner:hover .cmsbanner-details {	
	}
	#cms_bannerblock .cmsbanner-detail-inner {
		background: transparent;
		margin: 0;
		padding: 0;
	}
	#cms_bannerblock li.cmsbanner-item .cmsbanner-offer-text {
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		color: #4586ff;
		margin-bottom: 5px;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration: 300ms;
	}
	#cms_bannerblock li.cmsbanner-item .cmsbanner-item-inner:hover .cmsbanner-offer-text {
		color: #4586ff;	
		
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration: 300ms;
	}
	
	#cms_bannerblock li.cmsbanner-item .cmsbanner-title {
		display: block;
		font-size: 25px;
		font-weight: 500;
		line-height: 35px;
		letter-spacing: 0.1px;
		color: #000000;
		margin-bottom: 15px;
		text-transform: capitalize;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration: 300ms;
	}
	#cms_bannerblock li.cmsbanner-item .cmsbanner-item-inner:hover .cmsbanner-title {
		color: #ffffff;
		text-shadow: -2px -2px 3px #4586ff, 2px 2px 3px #4586ff, 2px 1px 3px #4586ff, -2px 1px 3px #4586ff;
		-webkit-text-shadow: -2px -2px 3px #4586ff, 2px 2px 3px #4586ff, 2px 1px 3px #4586ff, -2px 1px 3px #4586ff;
		-moz-text-shadow: -2px -2px 3px #4586ff, 2px 2px 3px #4586ff, 2px 1px 3px #4586ff, -2px 1px 3px #4586ff;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration: 300ms;
	}

	#cms_bannerblock .cmsbanner-item-wrapper.second li.cmsbanner-item .cmsbanner-title {
		margin-bottom: 63px;
		font-size: 30px;
	}
	#cms_bannerblock li.cmsbanner-item .bannercms-btn {
		font-size: 14px;
		font-weight: 500;
		line-height: 25px;
		color: #ffffff;
		background-color: #4586ff;
		text-transform: uppercase;
		padding: 5px 15px;
		display: inline-block;
		vertical-align: top;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-khtml-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	#cms_bannerblock li.cmsbanner-item .bannercms-btn:hover {
		color: #ffffff;
		background-color: #000000;
	}
	
	@media (max-width: 1199px) {
		#cms_bannerblock li.cmsbanner-item .cmsbanner-title {
			font-size: 20px;
			line-height: 30px;
			margin-bottom: 10px;
		}
		#cms_bannerblock li.cmsbanner-item .cmsbanner-offer-text {
			font-size: 13px;
			line-height: 23px;
		}
		#cms_bannerblock li.cmsbanner-item .bannercms-btn {
			font-size: 11px;
			line-height: 21px;
		}
		#cms_bannerblock li.cmsbanner-item:last-child .cmsbanner-details {
			right: 50px;
		}
	}
	@media (max-width: 979px) {
		#cms_bannerblock .container {
			margin: 0;
		}
	}
	@media (max-width: 767px) {
		#cms_bannerblock li.cmsbanner-item .cmsbanner-item-inner {
			margin-bottom: 30px;
			text-align: center;
		}
		.cmsbanner-item-wrapp {
			display: inline-block;
			vertical-align: top;
		}
		#cms_bannerblock li.cmsbanner-item:last-child .cmsbanner-item-inner {
			margin-bottom: 0;
		}
		#cms_bannerblock li.cmsbanner-item:first-child {
			margin-bottom: 0;
		}	
		#cms_bannerblock li.cmsbanner-item:last-child .cmsbanner-details {
			right: 0;
			left: 0;
			text-align: center;
			background-color: rgba(255,255,255,0.5);
		}
	}
	@media (max-width: 479px) {
		#cms_bannerblock li.cmsbanner-item:last-child .bannercms-btn {
			display: none;
		}
		#cms_bannerblock li.cmsbanner-item:last-child .cmsbanner-title {
			margin-bottom: 0;
		}
	}

/* css for cmsbanner end */



/* css for product tab start */


.product-tab-content.box .title-wrapper {
	float: left;
	margin-bottom: 40px;
}
.product-tab-content.box .title-wrapper .box-heading {
    margin-bottom: 0;
}
.product-tab-content.box .producttab,
.product-tab-content #tabs-0 {
    margin: 0;
    text-align: center;
}
.product-tab-content.box ul.nav-tabs {
	margin: 0 0 42px;
    width: 100%;
    border: none;
}
.product-tab-content {
	margin-bottom: 40px;
	clear: both;
    position: relative;
}

.product-tab-content .title-wrapper:before {
	display: none;
}

.product-tab-content .tab-content {
    margin: 0 -15px;
	overflow: visible;
	clear: both;
    position: static;
}

.product-tab-content .nav-tabs {
	text-align: center;
	border: none;
	position: relative;
	margin: -34px 0 35px;
	float: right;
	background-color: #ffffff
}

.product-tab-content .nav-tabs li {
	float: left;
	display: inline-block;
	vertical-align: top;
}

.product-tab-content .nav-tabs li a {
	font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding: 13px 0 0;
    margin: 0 30px 0 0;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
	color: #2f2f30;
    position: relative;
}

.product-tab-content .nav-tabs&gt;li .selected, 
.product-tab-content .nav-tabs&gt;li .selected:hover, 
.product-tab-content .nav-tabs&gt;li .selected:focus, 
.product-tab-content .nav&gt;li&gt;a:hover, 
#tabs_info .nav-tabs&gt;li&gt;a:hover, #tabs_info .nav-tabs&gt;li.active a, 
#tabs_info.nav-tabs&gt;li.active:hover, #tabs_info .nav-tabs&gt;li.active:focus {
	color: #4586ff;
    border-bottom: 1px solid #4586ff;
}

@media (max-width: 1199px) {
	.product-tab-content {
		margin-bottom: 10px;
	}
	.product-tab-content .nav-tabs li a {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.product-tab-content .nav-tabs{
		float: none;
	}
	.product-tab-content.box ul.nav-tabs {
		margin: 0 0 30px;
	}
}
@media (max-width:480px) {
	.product-tab-content .nav-tabs li a {
		font-size: 16px;
		margin: 0 18px 0 0;
	}
}

/* css for product tab end */


/* category-list css start */

#pstcategorylist {
    padding: 0;
    margin-bottom: 45px;
    position: relative;
}

#pstcategorylist .categorylist-inner .categorylist-inner {
    margin: 0 -15px;
}

#pstcategorylist .categorylist-inner ul {
    margin: 0;
    position: static;
}

#pstcategorylist .categorylist-inner .category_item {
    display: block;
}

#pstcategorylist .categorylist-inner .category_item li.item {
    margin: 0;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 0 15px;
}

#pstcategorylist .category_item .image {
    float: none;
    height: 71px;
    width: 90px;
    margin: 10px auto 25px;
    text-align: center;
}

#pstcategorylist .category_item .image img {
	margin: auto;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-moz-filter: grayscale(1);
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#pstcategorylist .category_item:hover .image img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
	-o-opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#pstcategorylist .category_item .categorylist {
    overflow: hidden;
}

#pstcategorylist .categorylist-inner .category_item .cat-title a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: capitalize;
}

#pstcategorylist .categorylist-inner .category_item .cat-title a:hover {
    color: #4586ff;
}
#pstcategorylist .categorylist-inner .category_item:last-child .cat-title a:after {
	display: none;
}

#pstcategorylist.box .box-content .category_item .viewmore a {
    border-bottom: 1px solid #95a9ac;
    font-size: 12px;
	line-height:16px;
    font-weight: 400;
    color: #658387;
}

#pstcategorylist.box .box-content .category_item .viewmore a:hover {
    border-color: #000000;
    color: #000000;
}

@media (max-width: 1699px) {
	#pstcategorylist .category_item .image {
		margin-right: 20px;
	}
	#pstcategorylist .categorylist-inner .category_item .cat-title a {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 1199px) {
	#pstcategorylist .category_item .image {
		float: none;
		margin: 0 auto 20px;
	}
	#pstcategorylist .categorylist-inner .category_item li.item {
		text-align: center;
	}
}

/* category-list css end */


/* video css start */

#content .video-wrapper {
	position: relative;
	display: block;
	margin: -90px 0 0;
	padding: 0;
}

.video-wrapper-inner {
	padding-bottom: 71%;
}

.video-wrapper a.video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.video-wrapper .video-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 42%;
	bottom: auto;
	text-align: center;
}

.video-wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.video-wrapper video {
	width: 100%;
}

.video-inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

::i-block-chrome,
.video-inner {
	opacity: 1;
}

.video-wrapper .video-wrap img.video-icon {
	height: 70px;
	width: 70px;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.video-wrapper .video-wrap img.video-icon:hover {
	transform: scale(1.07);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

.video-wrapper:hover .video-wrap img.video-icon {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1199px) {
	.product-info .flex-control-thumbs .slick-slide {
		margin-bottom: 20px;
	}
}

@media (max-width: 979px) {
	#content .video-wrapper {
		margin: 60px 0;
		padding: 0;
	}
	.video-wrapper-inner {
		padding-bottom: 61%;
	}
	.product-info .flex-control-thumbs .slick-slide {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.video-wrapper .video-wrap img.video-icon {
		height: 50px;
		width: 50px;
	}
	.video-wrapper-inner {
		padding-bottom: 71%;
	}
}

@media (max-width: 479px) {
	.video-wrapper .video-wrap {
		top: 35%;
	}
}

/* video css end */

/* contact page success message start */
.contact-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px 15px;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.contact-success .fa {
    font-size: 14px;
    margin: 0 5px;
}
.contact-success .con-msg {
    display: inline-block;
    vertical-align: top;
}
.contact-success .con-msg p {
    margin: 0;
}
/* contact page success message end */

/* header wishlist block css start */

.wishlist-block {
    float: right;
    padding: 40px 0 39px 30px;
}

.wishlist-block #wishlist-total.wishlist {
    background-image: url(../image/themeimage/header-wishlist.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    height: 30px;
    font-size: 0;
    width: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.wishlist-block #wishlist-total.wishlist:hover  {
	background-image: url(../image/themeimage/header-wishlist-hover.svg);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.wishlist-block #wishlist-total.wishlist span {
    bottom: auto;
    z-index: 5;
    position: absolute;
    top: -5px;
    right: -8px;
    left: auto;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
    color: #4586ff;
    font-size: 11px;
    font-weight: 500;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
}

@media (max-width: 1199px) {
	.wishlist-block {
		float: right;
		padding: 40px 0 39px 20px;
	}
}

@media (max-width: 979px) {
	.wishlist-block {
		padding: 10px 0 10px 20px;
	}
	.wishlist-block #wishlist-total.wishlist span {
		height: 15px;
		width: 15px;
		line-height: 15px;
		right: -5px;
	}
}
@media (max-width: 479px) {
	.wishlist-block {
		padding: 10px 0 10px 10px;
	}
	.wishlist-block #wishlist-total.wishlist {
		background-size: 20px;
	}
}

/* header wishlist block css end */


/*  common CSS start */

@media (max-width: 1499px) 
{
	.featured_default_width, .latest_default_width, .bestseller_default_width {
		width: 201px;
	}
	.related_default_width {
		width: 201px;
	}
}

@media (max-width: 1199px) 
{
	.featured_default_width, .latest_default_width, .bestseller_default_width {
		width: 212px;
	}
	#footer .column ul.social li a {
		height: 36px;
		width: 36px;
	}
	#footer .social li a .fa {
		line-height: 36px;
	}
}
@media (max-width: 979px) 
{
	.special_default_width {
		width: 370px;
	}
}

@media (max-width: 479px) 
{
	.featured_default_width, .latest_default_width, .bestseller_default_width {
		width: 236px;
	}
	.tabs .product-thumb .caption {
		text-align: center;
	}
}

/*  common CSS end */

/* Theme End */</pre></body></html>