body {
	background-color: #fbf5ff;
	color: #777777;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
}
body.common-home {
	background-color: transparent;
}
:focus {
	outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #999999;
}
/* default font size */

.fa {
	font-size: 13px;
}
.fa-stack {
	width: 12px;
	height: 12px;
}
.fa-stack .fa {
	font-size: 13px;
}
/* Override the bootstrap defaults */

h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #aaaaaa;
}
a:hover {
	text-decoration: none;
	color: #c900a4;
}
legend {
	font-size: 18px;
	padding: 7px 0;
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	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 #e7e7e7;
}
.header-nav .pull-left {
	float: none;
}
/* 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 > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}
/* top */

#top {
	/*background-color: #fff;
     */
	padding: 0;
	text-align: left;
}
@media (max-width: 979px) {
	#top {
		padding: 5px 0;
	}
}
#top .container {
	padding: 0;
}
#top #form-currency .currency-select {
	text-align: left;
	width: 100%;
}
#top #form-currency .currency-select:hover {
	text-shadow: none;
}
#form-language,
#form-currency {
	line-height: 21px;
}
#form-language .btn,
#form-currency .btn {
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding: 3px 10px;
	position: relative;
	border: none;
	color: #aaaaaa;
	font-size: 12px;
}
#form-language .btn:hover,
#form-currency .btn:hover {
	color: #c900a4;
}
#form-language .btn.btn-link.btn-block {
	float: left;
	font-size: 0;
}
#form-currency .dropdown-menu .btn-link {
	float: left;
	width: auto;
	margin-right: 15px;
}
#form-language .btn-group img {
	opacity: 0.2;
	-khtml-opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
}
#form-language li.current .btn.btn-link.btn-block img,
#form-language .btn-group img:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#form-currency .dropdown-menu .current .btn-block {
	color: #F7CD69;
}
.Language-text,
.currency-text {
	display: inline-block;
}
/*@media (max-width: 543px) {
	i.fa.fa-angle-down {
		display: none;
	}
}*/

#form-language .btn.btn-block,
#form-currency .btn.btn-block {
	color: #838383;
	padding: 4px;
}
#form-language .btn.btn-block:hover,
#form-currency .btn.btn-block:hover {
	color: #000000;
}
#top .language-menu .language-select {
	color: #525252;
	width: 100%;
	padding: 2px 10px;
	text-align: left;
}
#top .language-menu .language-select:hover {
	background-color: transparent;
	color: #243D47;
}
#form-currency .dropdown-menu,
#form-language .dropdown-menu,
.affiliate-dropmenu .dropdown-menu {
	position: static;
	display: block !important;
	clear: both;
	box-shadow: none;
	padding: 3px 0 5px 20px;
	margin: 0;
	background: transparent;
	border: none;
}
.header .header-nav-wrapper {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #838383;
}
.header .myaccount a {
	display: block;
}
.user-info-image {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	cursor: pointer;
	background-image: url(../image/themeimage/user-icon.svg);
	background-repeat: no-repeat;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	background-position: center;
	background-size: 19px;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.header .myaccount:hover .user-info-image {
	background-image: url(../image/themeimage/user-icon-hover.svg);
	background-repeat: no-repeat;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.header .myaccount:hover .cart-title .user-info-desc {
	color: #ff173d;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.myaccount .cart-title {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.myaccount .cart-title .user-info-title {
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 15px;
}
.user-info-wrapper {
	display: none;
	vertical-align: top;
	text-align: left;
}
.header .myaccount {
	position: relative;
	z-index: 9;
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 25px 15px 0 0;
}
.header .myaccount:hover {
	cursor: pointer;
}
.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 > li > a {
	color: #aaaaaa;
}
.myaccount .dropdown-menu {
	left: auto;
	right: 0;
	background-color: #ffffff;
	padding: 15px;
	margin: 0;
	z-index: 999;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	top: 55px;
	min-width: 200px;
}
.myaccount .caret {
	vertical-align: 2px;
	display: none;
}
#form-language .dropdown-menu > li > a {
	padding: 2px 10px;
	text-align: left;
}
#form-currency .dropdown-menu .btn {
	border: 0 none;
}
#form-language .dropdown-menu > li > a:hover {
	color: #FFFFFF;
}
#top .btn-link,
#top-links li,
#top-links a {
	font-size: 12px;
	letter-spacing: 0.5px;
	text-decoration: none;
}
#top-links {
	float: none;
	margin: 0 10px;
}
#form-language .dropdown-menu > li > a,
#form-currency .dropdown-menu > li > a,
#top-links .myaccount .dropdown-menu > li > a,
.affiliate-dropmenu .dropdown-menu li a {
	color: #fff;
}
#top-links li {
	padding: 2px 4px 2px 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: #c900a4;
	background-color: transparent;
}
#form-currency .dropdown-menu.currency-menu li:hover .btn,
#form-language .dropdown-menu > li:hover > a,
.myaccount .dropdown-menu > li:hover > a,
.affiliate-dropmenu .dropdown-menu li:hover > a {
	background-color: transparent;
	color: #c900a4;
}
#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 > .btn .fa-shopping-cart:before {
	display: none;
}
@media (max-width: 979px) {
	.myaccount .dropdown-menu {
		top: 50px;
	}
	.user-info-wrapper {
		display: none;
	}
	#form-language .common-btn:after,
	#form-currency .common-btn:after {
		display: none;
	}
	#form-language img.hidden-md.hidden-lg,
	#form-currency span.hidden-md.hidden-lg {
		margin: 0;
		display: none !important;
	}
	#form-language .btn-group span.hidden-xs,
	#form-language .btn-group span.hidden-sm,
	#form-currency .btn-group span.hidden-xs,
	#form-currency .btn-group span.hidden-sm {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.header-nav {
		text-align: center;
	}
	.user-info-desc {
		display: none;
	}
}
@media (max-width: 479px) {
	#form-currency .btn {
		margin: 4px 0 0;
	}
	#form-currency .dropdown-menu,
	#form-language .dropdown-menu,
	.affiliate-dropmenu .dropdown-menu {
		top: 29px;
	}
	.myaccount .dropdown-menu {
		right: -20px;
	}
}
/* Header */

.header-top {
	min-height: 130px;
	text-align: center;
	padding: 20px 0;
	background-color: #fbf5ff;
}
header {
	position: relative;
}
.header .nav-full-wrapper .nav-wrapper-container {
	border-style: solid;
	border-width: 2px 0 2px 0;
	border-color: #ffffff;
}
.header .nav-full-wrapper .nav-wrapper-container .container {
	position: relative;
}
.header > .container {
	position: relative;
	text-align: center;
}
.main-slider .swiper-wrapper {
	direction: ltr !important;
}
.header .header-nav-left {
	float: left;
	padding: 0;
}
.header .header-nav-right {
	float: right;
	padding: 0;
}
.header .header-nav-right .pull-left {
	float: left;
}
/* logo */

.header .header-logo {
    width: 174px;
    height: 75px;
    float: left;
    margin-top: 30px;
}
}
.header {
	z-index: 5;
}

@media (max-width: 979px) {
	.header-top {
		min-height: 70px;
		padding: 15px 0;
		position: relative;
	}
	.header .header-logo {
		margin: 12px 0 0 10px;
		position: absolute;
		left: 0;
		right: 0;
		top: 7px;
		bottom: auto;
		width: 113px;
	}
	.header-bottom {
		padding: 5px 0;
		background-color: #fbf5ff;
	}
}
.myaccount-menu {
	margin-bottom: 0;
}
.myaccount-menu li {
	padding: 0;
}
.myaccount-menu li a {
	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: #c900a4;
	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: #000000;
	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 .dropdown-menu .nav.pull-left {
	margin: 0 10px;
}
@media (max-width: 979px) {
	.dropdown.myaccount {
		margin: 5px 10px 0 0;
	}
	.user-info-image {
		background-size: 18px;
	}
}
/* search */

.header-search {
	display: none;
	background-image: url(../image/themeimage/header-search.svg);
	background-size: 18px;
	-webkit-background-size: 18px;
	-moz-background-size: 18px;
	-ms-background-size: 18px;
	-o-background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 30px;
	position: relative;
	cursor: pointer;
}
.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: 18px auto;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	-ms-background-size: 18px auto;
	-o-background-size: 18px 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;
}
.header #search {
	padding: 0;
	margin: 0;
	box-shadow: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	width: 280px;
}
@media (max-width: 1299px) {
	.header #search {
		width: 230px;
	}
}
@media (max-width: 479px) {
	.dropdown.search {
		display: block;
		width: 100%;
	}
	#search {
		width: 100%;
	}
}
.header .dropdown.search {
	float: right;
	margin: 20px 20px 0;
}
.dropdown.search {
	z-index: 3;
	margin: 20px 0 0 0;
	width: auto;
}
#search .input-lg {
	border-radius: 0;
	float: left;
	height: auto;
	margin: 0;
	padding: 12px 50px 12px 12px;
	vertical-align: middle;
	width: 100%;
	font-size: 13px;
}
.header #search .input-lg {
	font-size: 12px;
	border-width: 1px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-color: rgb(221, 221, 221);
	border-style: solid;
	border-width: 1px;
}
#search .input-lg::placeholder {
	color: #999999;
}
.header #search .input-lg:focus::placeholder {
	font-size: 0;
}
#search .input-lg:focus,
#search .input-lg:active {
	border-color: #000000;
}
#search .btn-lg {
	background: transparent;
	color: #000000;
	cursor: pointer;
	font-size: 0;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	z-index: 1;
}
#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 {
	position: absolute;
	font-size: 0;
	white-space: nowrap;
	right: 10px;
	top: 3px;
	left: auto;
	width: auto;
	height: auto;
	line-height: inherit;
	bottom: auto;
}
#search .search_button {
	background: url(../image/themeimage/header-search.svg) no-repeat scroll center center transparent;
	background-size: 22px;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 0;
	width: 35px;
	height: 35px;
	line-height: 42px;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#search .search_button:hover {
	background: url('../image/themeimage/header-search-hover.svg') no-repeat scroll center center transparent;
	background-size: 22px;
}
#search .input-lg::placeholder {
	color: #999999;
}
@media (max-width: 979px) {
	.header #search .input-lg {
		border: none;
		padding: 10px 40px 10px 12px;
		border-radius: 0;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
	}
	#search .input-group-btn {
	    right: 5px;
	    top: 1px;
	}
	.header #search {
		display: block;
		position: static;
		width: 100%;
	}
	#search .search_button {
		background-size: 18px;
	}
	#search .search_button:hover {
		background-size: 18px;
	}
	.header .dropdown.search {
		width: 340px;
		margin: 0 auto;
		float: none;
		display: block;
		z-index: 5;
	}
	.header-search {
		display: none;
	}
	.search {
		text-align: center;
	}
	.myaccount .dropdown-menu .nav.pull-left {
		float: left;
		margin: 0 20px;
	}
}
@media (max-width: 479px) {
	.header-search {
		width: 25px;
		height: 25px;
		background-size: 19px;
	}
	.header .nav-full-wrapper .dropdown.search {
		margin-top: 5px;
	}
	.nav-full-wrapper #search {
		top: 48px;
		width: 255px;
	}
	.header .dropdown.search {
		width: 100%;
	}
}
/* cart */

.header-cart {
	float: right;
	position: relative;
	margin: 25px 0 0 0;
}
#cart-total {
	display: block;
	color: #ffffff;
	background-color: #000000;
	width: 17px;
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
    position: absolute;
    left: auto;
    right: -1px;
    top: -13px;
    bottom: auto;
}
.header-cart:hover #cart-total {
	background-color: #c900a4;
}
#cart #cart-total .fa.fa-shopping-cart {
	display: none;
}
#cart {
	margin: 0;
	float: right;
	position: static;
}
#cart > .btn {
	display: inline-block;
	vertical-align: top;
	background: transparent;
	padding: 0;
	border: none;
	text-align: center;
}
#cart .cart-icon {
	background-image: url(../image/themeimage/header-cart.svg);
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-size: 21px;
	display: inline-block;
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	float: left;
}
#cart .cart-icon:hover {
	background-image: url(../image/themeimage/header-cart-hover.svg);
}
#cart > .btn #cart-title {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000000;
	display: block;
	line-height: 15px;
}
@media (max-width: 979px) {
	.header-cart {
		margin: 5px 0 0 0;
		background-color: transparent;
	}
	#cart .cart-icon {
		background-size: 18px;
	}
	#cart-total {
		left: auto;
		right: 5px;
		top: -20px;
	}
	.header-cart:before,
	.header-cart:after,
	.header-cart #cart:before,
	.header-cart #cart:after {
		display: none;
	}
}
#cart > .btn.active,
#cart > .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 > .btn {} #cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background-color: #ffffff;
	z-index: 1001;
	color: #000000;
	width: 350px;
	padding: 10px 10px;
	border-radius: 0;
	top: 55px;
}
#cart .dropdown-menu {
	overflow-y: scroll;
	max-height: 400px;
	overflow-x: hidden;
	margin: 0;
}
#cart .button-container {
	width: auto;
	float: right;
	margin: 0 0 5px;
}
#cart .dropdown-menu table {
	margin-bottom: 15px;
	background-color: transparent;
}
#cart .dropdown-menu .text-center {
	padding: 10px 0 !important;
}
#cart .dropdown-menu table.table-striped {
	border-bottom: 1px solid #eeeeee;
}
.cart-menu .table-bordered tr > 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: #000000;
}
#cart table.table-striped .btn-danger:hover {
	color: #c900a4 !important;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
}
#cart .dropdown-menu li > div {} #cart .dropdown-menu li p {
	margin: 0px 0;
}
.checkout-success .row {
	margin: 0;
}
.checkout-success #content {
	background: #ffffff;
	padding: 20px 20px;
}
.cart-menu a {
	color: #525252;
}
.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;
}
@media (min-width: 979px) {
	.header-top.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		background-color: #ffffff;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		animation: slide-down 0.7s;
		-webkit-animation: slide-down 0.7s;
		-moz-animation: slide-down 0.7s;
		-o-animation: slide-down 0.7s;
	}
	@keyframes slide-down {
		0% {
			transform: translateY(-100%)
		}
		100% {
			transform: translateY(0)
		}
	}
}
@media (max-width: 979px) {
	.header-top.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		background-color: #ffffff;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		animation: slide-down 0.7s;
		-webkit-animation: slide-down 0.7s;
		-moz-animation: slide-down 0.7s;
		-o-animation: slide-down 0.7s;
	}
	@keyframes slide-down {
		0% {
			transform: translateY(-100%)
		}
		100% {
			transform: translateY(0)
		}
	}
	#cart .dropdown-menu {
		top: 50px;
	}
	.nav-full-wrapper .container {} #cart > .btn #cart-title {
		display: none;
	}
	#cart > .btn {
		margin-top: 7px;
	}
}
/* menu */

.nav-inner {
	/*display: none;
     */
}
.nav-inner-cms {
	background: none repeat scroll 0 0 #999999;
}
.content_headercms_bottom {
	text-align: center;
}
.content_headercms_bottom .container {
	padding: 34px 0;
}
.main-menu {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.main-menu #menu {
	margin-top: 5px;
}
.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 > ul > li {
	float: left;
	position: relative;
	z-index: 2;
	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 > ul > li > a {
	color: #222222;
	display: block;
	font-size: 11px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 25px 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 6;
	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;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav>li>a:hover {
	background: none repeat scroll 0 0;
	color: #c900a4;
}
.main-menu > ul > li > a:before {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0px;
	color: transparent;
	content: '.';
	text-shadow: transparent 0px 0px;
	font-size: 30px;
	pointer-events: none;
	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;
	text-align: center;
}
.main-menu > ul > li:hover a:before {
	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;
	color: #c900a4;
	text-shadow: 10px 0 #c900a4, -10px 0 #c900a4;
}
/*product tab effect css start */

.product-tab .nav-tabs>li.active>a,
.product-tab .nav>li>a:hover {
	background: none repeat scroll 0 0 transparent;
	color: #ffffff;
}
.product-tab .nav-tabs>li {
	overflow: hidden;
	margin: 0 7px;
}
.product-tab .nav>li>a {
    margin-right: 0;
    background-color: #ffffff;
    color: #000000;
}
.product-tab .nav-tabs>li.active>a,
.product-tab .nav-tabs>li:hover a {
	color: #ffffff;
}
.product-tab .nav-tabs>li a:before,
.product-tab .nav-tabs>li a:after {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s ease-in-out;
}
.product-tab .nav-tabs>li a:before {
	transform: translate3d(-100%, 0, 0);
	background-color: rgb(0, 0, 0);
	transition: transform 300ms ease-in-cubic;
}
.product-tab .nav-tabs>li a:after {
	background-color: #c900a4;
	border: 1px solid #c900a4;
	transform: translate3d(100%, 0, 0);
	transition: transform 300ms 300ms cubic-bezier(.16, .73, .58, .62);
}
.product-tab .nav-tabs>li a:hover:before,
.product-tab .nav-tabs>li a:hover:after,
.product-tab .nav-tabs>li.active a:before,
.product-tab .nav-tabs>li.active a:after {
	transform: translate3d(0, 0, 0);
	transition: 0.5s ease-in-out;
}
/*product tab effect css end */

.main-menu a:hover {
	text-decoration: none
}
.main-menu > ul > li:hover > a {
	/*background: none repeat scroll 0 0 #646464;
     */
}
.main-menu .column1 ul.childs_1 .dropdown a::after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 15px;
	color: #000000;
	position: absolute;
	right: 0;
}
.main-menu .column1 ul.childs_1 .dropdown a:hover::after {
	color: #777777;
}
.main-menu .column1 ul.childs_2 a::after {
	display: none;
}
.main-menu > ul > li > ul,
.responsive-menu .main-navigation {
	display: none;
	background: #ffffff;
	position: absolute;
	z-index: 5;
	padding: 5px;
}
.main-menu > ul > li:hover > ul {
	display: block;
}
.main-menu > ul > li ul > li .dropdown-menu {
	display: block;
	background: #ffffff;
	z-index: 5;
	padding: 25px;
	left: 100%;
	top: 0;
	right: auto;
	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-origin: top;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	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;
	margin: 0 !important;
}
.main-menu > ul > li .column3 ul > li .dropdown-menu {
	left: 30px;
}
.main-menu > ul > li ul.childs_2 ul.childs_3 > li .dropdown-menu {
	display: block;
	background: #ffffff;
	z-index: 5;
	padding: 5px;
	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;
}
.main-menu > ul > li ul.childs_1 > li:hover .dropdown-menu,
.main-menu > ul > li ul.childs_2 > li:hover .dropdown-menu {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	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;
}
.main-menu > ul > li .column3 ul.childs_1 > li:hover .dropdown-menu,
.main-menu > ul > li .column3 ul.childs_2 > li:hover .dropdown-menu {} .main-menu > ul > li ul.childs_2 ul.childs_3 > li:hover .dropdown-menu {} .main-menu ul li ul {
	display: table-cell;
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;
     */
}
.main-menu > ul > li ul > li > a,
.main-menu > ul > li li > a {
	padding: 5px 0;
	color: #222222;
	display: block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.main-menu > ul > li .column3 ul.childs_1 > li > a {
	padding: 5px 0;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 5px 0;
	color: #000000;
	text-transform: capitalize;
}
.main-menu > ul > li .column3 ul.childs_1 > li > a:hover {
	color: #c900a4;
}
.responsive-menu .main-navigation li a {
	color: #cecece;
	display: block;
	padding: 8px 12px;
	white-space: nowrap;
}
.main-menu > ul > li ul > li:last-child > a {
	margin-bottom: 0;
}
.main-menu > ul > li ul > li > a {
	min-width: 160px;
}
.responsive-menu .main-navigation li a:hover {
	background-color: #393939;
	border-left: 5px solid #ffe35f;
	color: #ffffff;
	padding: 8px 7px;
}
.main-menu > ul > li ul > li > a.activSub {
	background-image: url(../image/themeimage/cat_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
}
.main-menu > ul > li .column3 ul > li .dropdown-menu {
	position: static;
	box-shadow: none;
	border: none;
	padding: 0;
	display: block;
}
.main-menu > ul > li .megamenu.column3 .childs_1 li.dropdown .dropdown-menu {
	box-shadow: none;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}
}
.main-menu > ul > li ul > li > a:hover {
	padding-left: 10px;
}
.main-menu > ul > li ul > li .dropdown-menu a {
	padding: 5px 0;
	margin: 0 0 2px 0;
	position: relative;
	color: #aaaaaa;
}
.main-menu > ul > li ul > li > a:hover,
.main-menu > ul > li li > a:hover {
	color: #c900a4;
	background-color: transparent;
}
.main-menu > ul > li ul > li .dropdown-menu li:last-child a {
	margin-bottom: 0;
}
.main-menu > ul > li ul > li > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #aaaaaa;
}
@media (min-width: 980px) {
	.header-cart .cart-total-ammount {
		display: none;
	}
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
	    left: 100% !important;
	    top: 10px;
	    right: auto;
	}
	#menu .dropdown .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		background-color: #ffffff;
		padding: 25px;
		margin: 0!important;
	}
	#menu .dropdown .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
		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.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;
		padding: 25px;
		margin: 0!important;
		left: 15px;
		display: block;
	}
	#menu .dropdown:hover .dropdown-menu.megamenu,
	#menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		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;
	}
	#menu .hiden_menu .dropdown-menu.megamenu {
		left: auto;
		right: 0;
		padding: 15px;
	}
}
@media (max-width: 979px) {
	.header .language-currency-block {
		float: right;
		width: 30px;
		height: 30px;
		background-size: 23px;
		margin-left: 10px;
	}
	.header .language-currency-block-inner {
		top: 55px;
		right: 0;
		left: auto;
	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > 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;
	}
}
@media (max-width: 479px) {
	.content_headercms_bottom .container {
		display: block;
	}
	.content_headercms_bottom {
		padding: 15px 0;
	}
}
/* Vertical Category Start*/

#nav-one .dropdown:hover .dropdown-menu,
#nav-one .hiden_menu:hover .dropdown-menu {
	display: block;
}
#nav-one .dropdown:hover .megamenu.more,
#nav-one .hiden_menu:hover .megamenu.more {
	padding: 0;
	box-shadow: none;
}
.vertical-category li .megamenu.more a {
	padding: 5px !important;
}
.vertical-category li .megamenu.more a:before {
	display: none;
}
.dropmenu li .megamenu.more .dropdown-inner {
	padding: 25px;
}
#nav-one > li > .dropdown-menu {
	left: 100%;
	right: auto;
	padding: 0;
	border: none;
}
#nav-one > li.hiden_menu > .dropdown-menu {
	padding: 22px;
}
.top_level.hiden_menu {
	position: relative;
}
#nav-one li .megamenu ul.childs_1 {
	padding: 0 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 > a,
.hiden_menu .top_level a {
	color:#aaaaaa;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 8px;
	text-transform: capitalize;
	width: 100%;
}
#nav-one li .megamenu ul.list-unstyled li > a:before {
	display: none;
}
#nav-one > li ul > li > a {
	min-width: 188px;
}
#nav-one > li ul > li > a {
	min-width: 188px;
}
#nav-one li ul > li > 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 > a {
	color: #777777;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	text-transform: capitalize;
	border: none;
}
#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 > a,
.hiden_menu .top_level > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #aaaaaa;
	border: none;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
	padding: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a,
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover > a,
.hiden_menu .top_level:hover > 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: #000000;
}
.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;
}
/* Tab cms */

#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 {
	line-height: normal;
	padding: 0;
	text-align: center;
	margin: 0;
}
.etabs {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#Tab_Category_Slider .etabs {
	margin-bottom: 35px;
}
.category_tab .tab-pane .product-block {
	clear: both;
	padding: 0;
}
.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 .tab-pane {
	padding: 0;
	border: medium none !important;
	text-align: center;
	vertical-align: middle;
}
.category_tab .tab-pane > img {
	margin: 150px auto;
}
.category_tab ul li {
	margin: 0 5px;
}
.category_tab ul li a {
	color: #000000;
	position: relative;
	background: transparent;
	padding: 6px 10px;
	font-weight: 600;
	font-size: 11px;
	margin: 0;
}
#Tab_Category_Slider {
	clear: both;
	position: relative;
	margin: 0 0 30px 0;
	background-color: #fbf5ff;
	padding: 100px 0;
}
 
.category_tab ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: #c900a4;
    margin: 0 auto;
    z-index: -1;
    height: 3px;
    width: 100%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-moz-transform:scale(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;
}
 
.category_tab ul li:hover a:before,
.category_tab ul li.active a:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}


.category_tab .tab-content {
	border: medium none;
	overflow: visible;
	margin-bottom: 0;
}
.tab-content {
	padding: 0px;
	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-buttons a:hover {
	color: #000000;
}
.product-box .container {
	position: relative;
}
@media (max-width: 1299px) {
	#Tab_Category_Slider {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	#Tab_Category_Slider .etabs {
		margin-bottom: 10px;
	}
	.category_tab .tab-content {
		position: relative;
	}
	.category_tab ul li {
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
	}
}
@media (max-width: 479px) {
	.category_tab ul li a {
		text-align: center;
	}
	.nav-tabs > li > a {
		float: none!important;
	}
	#Tab_Category_Slider .nav-tabs>li {
		width: 100%;
	}
	#Tab_Category_Slider {
		padding: 50px 0 30px 0;
	}
}
/* End Tab cms */

/* Left-Right column css*/

/* 1-col layout */

@media (min-width: 1300px) {
	.layout-3 #content {
		width: 60%;
	}
	.layout-3 #column-left,
	.layout-3 #column-right {
		width: 20%;
	}
}
.layout-3 #content {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* Content-top */

.content-top {
	margin-bottom: 30px;
}
.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;
}
.slider-banner .slide:hover a {
	border-top: 4px solid #ffe35f;
}
.text1 {
	color: #ffffff;
	font-size: 18px;
}
.text2 {
	color: #ffffff;
	font-size: 18px;
}
.owl-buttons {
	/*display: none;
     */
}
.thumbnails .thumbnail {
	margin: 0;
	border: none;
}
@media only screen and (max-width: 479px) {
	.list_inner {
		float: none;
		position: relative;
		display: inline-block;
	}
}
/*Megnor category */

ul.dropmenu {
	display: block;
	font-size: 12px;
	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.4s;
	-webkit-animation: fadeInLeft 0.4s;
	-moz-animation: fadeInLeft 0.4s;
}
@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: 200px;
	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: 25px;
	display: none;
	position: absolute;
	z-index: 1;
}
.dropmenu .submenu {
	background-color: #e7e7e7;
}
.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: #c900a4;
}
.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: #c900a4;
}
.box .box-content ul ul {
	margin-left: 15px;
	width: 100%;
	z-index: 99;
}
.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 > a.activSub:before,
.box .box-content ul li:hover > a.activSub:before {
	color: #000000;
	content: none;
}
.box .box-content ul li ul li:hover > a.activSub,
.box .box-content ul li:hover > 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 #000000;
	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: #000000 !important;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #000000 !important;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #000000 !important;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #000000 !important;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #000000 !important;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000000 !important;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #000000 !important;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #000000 !important;
}
.tooltip-inner {
	background: #000000 !important;
}
/* content */

.content-top #content {
	min-height: 495px;
	margin-bottom: 25px;
}
.common-home #content {
	min-height: inherit;
}
#content {
	min-height: 400px;
}
.content_center {
    margin-bottom: 60px;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
        width: 100%;
}
.content_bottom {
    background-image: url('/image/catalog/tbp.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    padding: 90px 0 60px 0;
    margin-bottom: 30px;
    clear: both;
}
.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;
	}
	.content_bottom {
		padding: 50px 0 30px 0;
	}
}
@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*/

/* Css for wishlist start */

#wish-list {
	float: right;
	position: relative;
	margin: 25px 15px 0 0;
}
#wish-list .wishlist-icon {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	background-image: url(../image/themeimage/wishlist-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px;
	height: 30px;
	width: 30px;
}
#wish-list:hover .wishlist-icon {
	background-image: url(../image/themeimage/wishlist-icon-hover.svg);
}
#wish-list .wishlist-total .wishlist-btn {
	display: block;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	width: 17px;
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
    position: absolute;
    left: auto;
    right: -1px;
    top: -13px;
    bottom: auto;
}
#wish-list:hover .wishlist-total .wishlist-btn {
	background-color: #c900a4;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#wish-list #wishlist-total {
	display: block;
}
@media (max-width: 979px) {
	#wish-list {
		margin: 5px 10px 0 0;
	}
	#wish-list .wishlist-total .wishlist-btn {
		left: auto;
		right: 5px;
	}
	#wish-list .wishlist-icon {
		background-size: 18px;
	}
}
/* Css for wishlist end */

/* Css for offer cms strat */

#offercms {
	padding-left: 30px;
	padding-right: 0;
}
#offercms .offercms_inner {
    position: relative;
    background-image: url('https://pic.imgdd.cc/item/684a93923c3a6234d3480f6e.png');
    background-size: cover;        /* 背景图等比缩放填满容器 */
    background-position: center;   /* 背景图居中 */
    background-repeat: no-repeat;  /* 不重复平铺 */
    float: left;
    width: 100%;
}

.offercms-image {
    display: block;
    float: left;
    margin: -30px 0 -30px 15px;;
    position: relative;
}
#offercms img {
	max-width: 100%;
}

#offercms .offercms_inner .offer-detail {
	position: absolute;
	right: 10%;
	left: auto;
	top: 30%;
	bottom: auto;
	text-align: center;
}
#offercms .offer-detail .offer-text1 {
	margin-bottom: 35px;
}
#offercms .offer-detail .offer-text1 .offer-link {
	font-size: 24px;
	color: #c900a4;
	font-weight: 500;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #000000));
	background-image: linear-gradient(to right, #000000, #c900a4 50%, #c900a4 50%);
	background-size: 200% 100%;
	background-position: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
#offercms .offer-detail .offer-text1 .offer-link:hover {
	color: #000000;
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.23, 1);
	transition: all 1s cubic-bezier(0, 0, 0.23, 1);
	background-position: 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;
}
#offercms .offer-detail .offer-text2 {
	margin-bottom: 35px;
	overflow: hidden;
}
#offercms .offer-detail .offer-text2 .offer-discount {
	color: #222222;
	font-size: 151px;
	font-weight: 700;
	line-height: 115px;
	float: left;
}
#offercms .offer-detail .offer-text2 .offer-text {
	float: right;
	font-weight: 700;
	color: #000000;
	overflow: hidden;
}
#offercms .offer-detail .offer-text2 .txt1 {
	font-size: 73px;
	line-height: 70px;
	display: block;
}
#offercms .offer-detail .offer-text2 .txt2 {
	font-size: 38px;
	line-height: 38px;
	display: block;
	text-transform: uppercase;
}
#offercms .offer-detail .offer-text3 {
	font-size: 18px;
	color: #222222;
	display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	#offercms .offer-detail .offer-text2 .offer-discount {
		font-size: 125px;
	}
}
@media (max-width: 1649px) {
	#offercms .offercms_inner .offer-detail {
		right: 5%;
		top: 20%;
	}
	#offercms .offercms-image {
	    margin: -100px 0 0 10px;
	}
}
@media (max-width: 1199px) {
	#offercms .offercms-image {
	    margin: 0;
	    float: none;
	    text-align: center;
	}
	#offercms {
		padding: 0;
		background-color: #fbf5ff;
	}
	#offercms .offercms_inner {
		background-color: transparent;
		    float: none;
	}
 
}
@media (max-width: 767px) {
	#offercms .offercms_inner .offer-detail {
		right: 20px;
		top: 25%;
	}
	#offercms .offer-detail .offer-text2 .offer-text {
		float: none;
	}
	#offercms .offer-detail .offer-text1 {
		margin-bottom: 15px;
	}
	#offercms .offer-detail .offer-text2 .offer-discount {
		font-size: 70px;
		line-height: 70px;
	}
	#offercms .offer-detail .offer-text2 .txt1 {
		font-size: 30px;
		line-height: 40px;
	}
	#offercms .offer-detail .offer-text2 .txt2 {
		font-size: 17px;
		line-height: 17px;
	}
	#offercms .offer-detail .offer-text3 {
		font-size: 15px;
	}
	#offercms .offer-detail .offer-text2 {
		margin-bottom: 15px;
	}
}
@media (max-width: 479px) {
	#offercms .offercms_inner .offer-detail {
	    right: 20px;
	    top: 40%;
	    text-align: center;
	    left: 20px;
	    bottom: auto;
	    background-color: rgba(255, 255, 255, 0.6);
	    padding: 25px;
	}
	#offercms .offer-detail .offer-text2 {
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: top;
	}
	#offercms .offer-detail .offer-text1 {
		margin-bottom: 10px;
	}
	#offercms .offer-detail .offer-text2 .offer-discount {
		font-size: 50px;
		line-height: 50px;
	}
	#offercms .offer-detail .offer-text1 .offer-link {
		font-size: 20px;
	}
	.special-product-block .title-wrapper {
		font-size: 25px;
		line-height: 25px;
	}
}
/* Css for offer cms end */

/* Home Service block start */

#pst_serviceblock {
	margin-bottom: 30px;
	padding: 60px 0;
	background-color: #fbf5ff;
}
#pst_serviceblock ul.pst-service-wrapper {
	margin: 0;
}
#pst_serviceblock .pst-service-right {
	overflow: hidden;
}
#pst_serviceblock span.pst-service-title {
	color: #000;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}
#pst_serviceblock .pst-service-item:hover .pst-service-title {
	color: #c900a4;
}
#pst_serviceblock .service-right {
	margin: 0;
	overflow: hidden;
}
#pst_serviceblock .pst-service-item:hover 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 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-block {
	background-position: center;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	float: left;
	background-size: 70px;
	display: block;
	margin-right: 25px;
	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-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-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 .owl-buttons div {
	top: 20%;
}
#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-block {
	background-image: url('../image/themeimage/service-1.svg');
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-block {
	background-image: url('../image/themeimage/service-2.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-block {
	background-image: url('../image/themeimage/service-3.svg');
}
#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-block {
	background-image: url('../image/themeimage/service-4.svg');
}
#pst_serviceblock .pst-service-item:hover .pst-image-block {
	animation-duration: 0.75s;
	animation-name: "zoomIn";
	webkit-animation-duration: 0.75s;
	-webkit-animation-name: "zoomIn";
	-moz-animation-duration: 0.75s;
	-moz-animation-name: "zoomIn";
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@media (max-width: 1299px) {
	#pst_serviceblock .pst-image-block {
		margin: 0 auto;
		float: none;
		display: block;
	}
	#pst_serviceblock .service-right {
		margin: 10px 0 0 0;
	}
	#pst_serviceblock span.pst-service-title {
		font-size: 16px;
	}
	#pst_serviceblock .pst-service-item .pst-image-block {
		height: 50px;
		width: 50px;
		background-size: 50px;
		margin-right: 10px;
	}
}
@media (max-width: 979px) {
	#pst_serviceblock {
		padding: 40px 0;
	}
	#pst_serviceblock .pst-service-item .pst-image-block {
		margin: 0 auto 10px;
		float: none;
	}
	#pst_serviceblock .service-right {
		display: block;
		text-align: center;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#pst_serviceblock .pst-service-item:nth-child(3),
	#pst_serviceblock .pst-service-item:nth-child(4) {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	#pst_serviceblock .pst-service-item {
		margin-bottom: 30px;
		display: block;
	}
	#pst_serviceblock .pst-service-item:last-child {
		margin-bottom: 0;
	}
	#pst_serviceblock .pst-service-item {
		border-right: none;
	}
}
@media (max-width: 479px) {
	#pst_serviceblock .pst-service-item {
		width: 100%;
	}
}
/* Home Service block end */

/* Css for testimonial cms strat */

#psttestimonialcmsblock #psttestimonial-carousel {
	border-radius: 0;
	margin-bottom: 0;
}
#psttestimonialcmsblock .testimonial-image {
	float: left;
	position: relative;
}
#psttestimonialcmsblock .testimonial-image .cms-img {
	display: block;
	position: relative;
}
#psttestimonialcmsblock .testimonial-image:before,
#psttestimonialcmsblock .testimonial-image:after,
#psttestimonialcmsblock .testimonial-image .cms-img:before,
#psttestimonialcmsblock .testimonial-image .cms-img:after {
	content: '';
	position: absolute;
	right: auto;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 25%;
	height: 100%;
	z-index: 1;
	top: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
}
#psttestimonialcmsblock .testimonial-image:hover:before,
#psttestimonialcmsblock .testimonial-image:hover:after,
#psttestimonialcmsblock .testimonial-image:hover .cms-img:before,
#psttestimonialcmsblock .testimonial-image:hover .cms-img:after {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}
#psttestimonialcmsblock .testimonial-image .cms-img:before {
	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;
}
#psttestimonialcmsblock .testimonial-image:hover .cms-img:before {
	right: auto;
	left: 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;
}
#psttestimonialcmsblock .testimonial-image .cms-img:after {
	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;
}
#psttestimonialcmsblock .testimonial-image:hover .cms-img:after {
	left: 25%;
	right: auto;
	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;
}
#psttestimonialcmsblock .testimonial-image:before {
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
#psttestimonialcmsblock .testimonial-image:hover:before {
	left: 50%;
	right: auto;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
#psttestimonialcmsblock .testimonial-image:after {
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
#psttestimonialcmsblock .testimonial-image:hover:after {
	left: 75%;
	right: auto;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
#psttestimonialcmsblock .testimonial-image img {
	max-width: 100%;
	width: 477px;
	height: 389px;
}
#psttestimonialcmsblock .testimonial-detail {
	text-align: center;
	width: 350px;
	height: 273px;
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: auto;
	top: 15%;
	bottom: auto;
	padding: 30px;
	z-index: 5;
}
#psttestimonialcmsblock .testimonial-detail .desc:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: auto;
	background-image: url(../image/themeimage/testimonial-quote.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 95px;
	height: 80px;
	margin: 0 auto;
	display: none;
}
#psttestimonialcmsblock .testimonial-detail .desc {
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 20px;
    padding-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 290px;
    overflow: hidden;
    margin: 0;
    text-align: left;
}
#psttestimonialcmsblock .testimonial-detail .testimonial-info .name {
	position: relative;
	text-align: center;
}
#psttestimonialcmsblock .testimonial-detail .testimonial-info .name a {
	color: #c900a4;
	font-size: 14px;
	font-weight: 500;
}
#psttestimonialcmsblock .testimonial-detail .testimonial-info .name a:hover {
	color: #000000;
}
#psttestimonialcmsblock .testimonial-detail .testimonial-info .name:after {
	content: '/';
	display: block;
	position: absolute;
	bottom: auto;
	top: 0;
	color: #aaaaaa;
	right: 0;
	left: auto;
	display:none;
}
#psttestimonialcmsblock .testimonial-detail .testimonial-info .designation a {
	font-size: 12px;
	color: #777777;
	padding-left: 10px;
}
#psttestimonialcmsblock .testimonial-detail .testimonial-info .designation a:hover {
	color: #c900a4;
}
#psttestimonialcmsblock .owl-pagination {
	position: absolute;
	right: 0;
	left: auto;
	width: 350px;
	top: auto;
	bottom: 15px;
}
#psttestimonialcmsblock:hover .owl-pagination {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
@media (min-width: 1300px) {
	#psttestimonialcmsblock .owl-pagination {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 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;
	}
}
@media (max-width: 1649px) {
	#psttestimonialcmsblock .testimonial-image img {
		height: 299px;
		width: 367px;
	}
	#psttestimonialcmsblock .testimonial-detail {
		width: 300px;
		height: 233px;
		top: 9%;
		padding: 20px 30px;
	}
	#psttestimonialcmsblock .testimonial-detail .desc {
		width: 230px;
	}
	#psttestimonialcmsblock .testimonial-detail .desc:before {
		width: 75px;
		height: 60px;
		top: 30px;
	}
	#psttestimonialcmsblock .owl-pagination {
		width: 300px;
		bottom: 0;
		margin-top: 5px;
	}
}
@media (max-width: 1299px) {
	#psttestimonialcmsblock .testimonial-image img {
		height: 100%;
		width: 100%;
	}
	#psttestimonialcmsblock .testimonial-detail {
		width: 100%;
		height: 100%;
		position: static;
		padding: 20px;
	}
	#psttestimonialcmsblock .testimonial-detail {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 40px 20px;
	}
	#psttestimonialcmsblock .testimonial-detail .desc {
		width: 100%;
		padding-top: 20px;
	}
	#psttestimonialcmsblock .testimonial-detail .desc:before {
		width: 40px;
		height: 30px;
		top: 20px;
	}
	#psttestimonialcmsblock .owl-pagination {
		width: 100%;
		position: static;
	}
}
@media (max-width: 767px) {
	#psttestimonialcmsblock .testimonial-image {
		float: none;
		display: block;
	}
}
/* Css for testimonial cms end */

.tabfeatured_default_width {
	width: 296px;
}
.tabbestseller_default_width {
	width: 296px;
}
.tablatest_default_width {
	width: 296px;
}
.tabspecial_default_width {
	width: 1428px;
}
.htabs {
	height: 49px;
	line-height: 16px;
	border-bottom: 1px solid #e7e7e7;
}
.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 #000000;
	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 {
	margin-bottom: 30px;
	position: relative;
	background-color: #fbf5ff;
	padding: 50px 0;
}
.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;
}
.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: 12px;
	color: #fff;
	display: block;
}
.single-banner div,
.cms-banner2,
.cms-banner3 {
	overflow: hidden;
}
.single-banner .swiper-wrapper {
	position: relative;
}
.single-banner .swiper-wrapper a:before {
	right: 0;
	bottom: 0;
}
.single-banner .swiper-wrapper a:after {
	left: 0;
	top: 0;
}
.single-banner .swiper-wrapper a:before {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	border: 12px solid #000;
	transition-duration: 1.3s;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	z-index: 3;
}
.single-banner .swiper-wrapper:hover a:before {
	height: 100%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	-webkit-opacity: 0.3;
	transition-duration: 1.3s;
}
.single-banner .swiper-wrapper img {
	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;
}
.single-banner .swiper-wrapper:hover img {
	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;
	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);
}
.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;
}
.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.blogcarousel {
	padding-top: 20px;
	width: inherit;
}
.blog_grid_holder.related {
	padding-top: 0px;
}
.blog_item::after {} #homeblog .blog_item {
	margin-bottom: 0;
	padding: 0;
	display: block;
	width: auto;
	float: none;
}
#homeblog .blog-left {
	overflow: hidden;
	float: left;
	height: 389px;
	width: 477px;
	position: relative;
}
#homeblog .blog-detail {
	width: 350px;
	height: 273px;
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: auto;
	top: 15%;
	bottom: auto;
	padding: 55px 30px;
}
#homeblog .blog-module .owl-item {
	position: relative;
	padding: 0 15px;
}
.blog_item {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	position: relative;
	padding: 0 15px;
	width: 50%;
	float: left;
}
.information-blogger-blogs #content {
	background-color: transparent;
}
.blog_item:last-child {
	border-bottom: none;
}
.bx-wrapper .bx-pager {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -5px;
	background: #ffffff;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #D9D9D7;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #c900a4;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.blog.all-blogs .blog_item .blog-desc .blog_title > a {
	font-size: 17px;
}
.blog_title > a {
	font-weight: 600;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
.blog_title > a:hover {
	color: #c900a4;
}
.all-blogs .blog_item .blog_stats {
	margin: 0 0 10px 0;
}
.extension-theme_blog-home .image,
.information-blogger-blogs .image {
	margin-bottom: 0px;
	background-position: center center;
	height: 400px;
	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: 0;
}
.blog_item .image {
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.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: inherit;
	height: auto;
	width: 100%;
}
.blog_item:hover img {
	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;
	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);
}
.all-blogs .blog_grid_holder .blog_item .summary .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	float: none;
	position: relative;
}
.blog.all-blogs .blog_item .blog-desc .blog_title {
	margin: 0 0 10px 0;
}
.blog_item .summary .blog_title {
	margin: 0 0 15px 0;
}
.blog.all-blogs .blog-desc .comment a, 
.blog.all-blogs .blog-desc .calendar {
    margin: 0 5px;
    color: #c900a4;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
        cursor: pointer;
}
.blog.all-blogs .blog-desc .comment a:hover, 
.blog.all-blogs .blog-desc .calendar:hover{
	 color: #aaaaaa;
}

.all-blogs .blog_item .readmore-btn a {
	display: inline-block;
	vertical-align: top;
	color: #c900a4;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
	background-color: transparent;
	position: relative;
	border-bottom: 1px solid #c900a4;
}
.blog.all-blogs .blog-desc {
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    color: #aaaaaa;
    clear: both;
}
.blog.all-blogs .blog-desc p {
	margin: 10px 0;
}
.all-blogs .blog_item .readmore-btn a:hover {
	color: #000000;
	border-color: #000000;
}
#column-left .blog_item .summary .blog_title,
#column-right .blog_item .summary .blog_title {
	margin: 0 0 10px;
}
.column-2 .summary .blog_title,
.column-3 .summary .blog_title {
	font-size: 24px;
	margin: 0 0 7px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.column-4 .summary .blog_title {
	font-size: 20px;
}
.single-blog .block-title {
	margin-top: 30px;
}
.single-blog .blog-img {
	margin-bottom: 10px;
}
/* blog css strat */

#homeblog .blog-detail .title-wrapper {
	color: #ffffff;
	text-align: left;
	margin-bottom: 40px;
}
#homeblog .blog_item .summary .desc p {
	color: #aaaaaa;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#homeblog p.btn_readmore {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
#homeblog p.btn_readmore a {
	text-transform: capitalize;
	font-size: 12px;
	color: #c900a4;
	display: block;
	border-bottom: 1px solid #c900a4;
}
#homeblog p.btn_readmore a:hover {
	color: #000000;
    border-color: #000000;
}
.blog_item .product-block .blog-stats-wrapper .post_hover {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0;
}
.blog-icon {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blog_item:hover .blog-icon {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blog_item .post_hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: solid 3px #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blog_item:hover .post_hover {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.all-blogs .blog_item .fa-search-plus {
	font-size: 15px;
}
.blog_item .product-block .blog-stats-wrapper .post_hover .text.zoom {
	color: #000000;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}
.blog_item .product-block .blog-stats-wrapper .post_hover .text.zoom:hover {
	color: #000;
}
.blog_item .product-block .blog-stats-wrapper .post_hover .fa-angle-double-right {
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #777777;
}
#homeblog .owl-pagination {
	position: absolute;
	right: 0;
	left: auto;
	width: 350px;
	top: auto;
	bottom: 15px;
}
#homeblog:hover .owl-pagination {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
@media (min-width: 1300px) {
	#homeblog .owl-pagination {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 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;
	}
}
@media (max-width: 1649px) {
	#homeblog .blog-left {
		height: 389px;
		width: 367px;
	}
	#homeblog .blog-detail {
		width: 300px;
		height: 233px;
		top: 9%;
		padding: 35px 30px;
	}
	#homeblog .owl-pagination {
		width: 300px;
		bottom: 22%;
	}
}
@media (max-width: 1299px) {
	#homeblog .blog-left {
		height: 100%;
		width: 100%;
	}
	#homeblog .blog-detail {
		width: 100%;
		height: 100%;
		position: static;
		padding: 20px;
	}
	#homeblog .owl-pagination {
		width: 100%;
		position: static;
		opacity: 1;
		margin-top: 5px;
	}
}
@media (max-width: 979px) {
	.blog_item {
	    width: 100%;
	    float: none;
	}

}
@media (max-width: 767px) {
	#homeblog .blog-detail {
		width: 100%;
		height: 100%;
		position: static;
	}
	.all-blogs .blog_item .blog_stats {
		width: 100%;
	}
	#homeblog {
		margin-bottom: 50px;
	}
}
/* blog css end */

#column-left .blog_item .summary p,
#column-right .blog_item .summary p {
	font-size: 13px;
	line-height: 20px;
}
.blog_item .post_hover:hover {
	background-color: #c900a4;
}
.blog_item .summary p a .fa.fa-search {
	color: #ffffff;
	line-height: 40px;
	margin: 0;
	background-color: transparent;
	font-size: 15px;
}
.blog_item .summary p a .fa {
	margin-left: 5px;
}
/* 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;
}
#column-left #homeblog .blog-left .image {
	margin: 0;
	width: auto;
	height: auto;
}
.blog.all-blogs .blog_item:hover .blog_stats {
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
}
.blog_item .product-block .blog-stats-wrapper {
	text-transform: none;
	margin: 0;
	text-align: right;
	border-top: 1px solid #dcdcd9;
	background-color: #ffffff;
	padding: 15px 20px;
}
/*#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: 12px;
	margin: 0 0 12px;
	padding-bottom: 1px;
}
.blog_stats span {
	display: inline-block;
	/*margin-right:5px;
     margin-bottom:8px;
     */
	line-height: 12px;
}
.all-blogs .blog_item .blog_stats span {
	padding: 0 10px;
}
.all-blogs .blog_item .blog_stats span + span {
	border-right: none;
}
.all-blogs .blog_item .blog_stats .comment,
.all-blogs .blog_item .blog_stats span + span {
	text-align: center;
}
.all-blogs .blog_item .blog_stats .comment a,
.all-blogs .blog_item .blog_stats span + span {
	color: #000000;
}
.all-blogs .blog_item .blog_stats .comment a:hover {
	color: #c900a4;
}
.blog_stats .fa {
	color: #999999;
}
.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: #aaaaaa;
	font-size: 12px;
	font-weight: 400;
}
.blog-desc .view-blog a {
	font-size: 12px;
	color: #ffffff;
}
#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: #999999;
}
.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.latest.blog {
	position: relative;
}
#homeblog .title-desc {
	text-align: center;
	font-size: 14px;
	color: #777777;
	line-height: 28px;
	margin-bottom: 40px;
	font-weight: 300;
}
#homeblog .container {
	position: relative;
}
#column-left #blog-carousel.box-product {
	overflow: visible;
}
.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 > ul > li {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.blog-category ul > li > ul {
	display: none;
	padding-left: 0;
}
.blog-category > ul > li.active > ul {
	display: block;
}
.blog-category > ul > li > 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 > ul > li ul > li {
	border-top: 1px solid #f5f5f5;
	list-style: none;
}
.blog-category > ul > li ul > li {
	border-top: 1px solid #f5f5f5;
	list-style: none;
}
.blog-category > ul > li ul > li a {
	line-height: 34px;
	font-size: 13px;
}
.blog-category > ul > li ul > 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;
}

@media screen and (max-width: 767px) {
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 50%;
	}
	
	.blog.all-blogs .summary {
		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	.column-2 .blog_item,
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 50%;
	}
	.blog_item {
		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	.column-2 .blog_item,
	.column-3 .blog_item,
	.column-4 .blog_item {
		width: 100%;
	}
}
/* footer */

.header .footer-top {
	float: left;
	margin: 15px 0 0;
}
.home-about-me.container {
	padding: 0;
}
.header-bottom .footer-top {
	margin: 35px 0 0;
	float: left;
}
#footer .social-cms {
	padding: 30px 0;
}
.social li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	color: #eeeeee;
	vertical-align: top;
	text-align: center;
	line-height: 33px;
}
.social li a .fa {
	font-size: 16px;
}
.social li a:hover {
	color: #c900a4;
}
.social-cms .social li .fa {
	font-size: 15px;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.social-cms .social li:hover .fa {
	color: #c900a4;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.footer-social li {
	margin: 0 5px;
}
.social-cms .social li a {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	vertical-align: top;
	width: 30px;
	line-height: 30px;
	background-color: transparent;
	font-size: 0;
	text-align: center;
	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;
}
.social-cms .social {
	display: inline-block;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
}
.social-cms .social li:first-child {
	padding: 0 5px 0 0;
}
.social-cms .social li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
}
.social li a:before {
	font-family: 'FontAwesome';
	font-size: 15px;
	display: block;
	margin: 0;
	color: #aaaaaa;
	background-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 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;
}
.social li a:hover:before {
	background-color: #c900a4;
	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;
}
.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-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 {
	clear: both;
	position: relative;
	overflow: hidden;
}
.common-home .footer-top {
	background-color: transparent;
	padding: 0;
}
#footer .footer-logo {
	margin-bottom: 15px;
}
#footer .footer-logo #logo {
    width: 174px;
    height: 75px;
	background-image: url(../image/themeimage/footer-logo.png);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	background-size: 100%;
}
@media (min-width: 980px) {
	#blockaboutus h5 {
		display: none;
	}
}
/* footer contact css strat */

#footer #contact li .data {
	font-size: 12px;
}
@media (max-width: 1299px) {
	.social-cms .social li {
		padding: 0 1px;
	}
	.social-cms .social li:first-child {
		padding: 0 1px 0 0;
	}
}
@media (max-width: 479px) {
	#footer .social-cms {
		padding: 10px 0;
	}
}
/* footer contact css end */

.footer-center-content {
	line-height: 30px;
	padding: 60px 0;
	text-align: left;
	background-color: #fbf5ff;
	color: #aaaaaa;
	font-size: 12px;
	border-width: 0;
	border-style: solid;
	border-color: #ffffff;
}
#footer .footer-bottom {
	background-color: #fbf5ff;
	padding: 20px 0;
}
.footer-left #contact,
.footer-center.footer-center {
	padding-left: 65px;
}
#footer .footer-link {
	margin-bottom: 30px;
}
#footer .footer-bottom .footer-link .list-unstyled {
	margin: 0;
}
#footer .footer-bottom .footer-link li {
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
	position: relative;
}
#footer .footer-bottom .footer-link li a {
	font-size: 12px;
	text-transform: uppercase;
}
#footer .footer-bottom .footer-link li a:hover {
	color: #c900a4;
}
#footer .footer-bottom .footer-link li:first-child {
	padding: 0 22px 0 0;
}
@media (max-width: 1299px) {
	.footer-left #contact,
	.footer-center.footer-center {
		padding-left: 15px;
	}
}
@media (max-width: 979px) {
	.social-cms .social li a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.footer-title {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#footer .footer-bottom .footer-link {
		display: block;
		margin-bottom: 10px;
	}
	.footer-center-content {
		padding: 30px 0;
	}
}
.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;
     */
}
#footer .column li.email a::before {
	content: none;
}

.footer-left ul li a:hover {
	color: #c900a4;
}
#footer .column ul {
	list-style: outside none none;
	margin: 0;
	padding-left: 0;
}
#footer #contact .address,
#footer #contact .ph-no,
#footer #contact .email,
#footer #contact .fax {
	padding: 0
}
#footer li {
	letter-spacing: 1.1px;
}
#footer .link-block ul a {
	font-size: 12px;
	color: #aaaaaa;
	cursor: pointer;
	position: relative;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#footer .link-block ul a:hover{
	color: #c900a4;
}
#footer .footer-center .link-block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 5px 0;
	position: relative;
}
 
#footer .footer-center .link-block ul li:after {
	content: '/';
	display: block;
	position: absolute;
	bottom: auto;
	top: 0;
	color: #aaaaaa;
	right: 5px;
	left: auto;
}
#footer .footer-center .link-block ul li:last-child:after {
	display: none;
}
#footer #contact .email,
#footer #contact .ph-no {
	line-height: 30px;
}
#footer h5 {
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 600;
}
#footer .footer-bottom #links_block_footer {
	text-align: center;
	margin: 0 0 30px 0;
}
#footer .footer-bottom #links_block_footer li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px;
}
.content_footer_bottom {
	text-align: center;
}
.content_footer_right {
	float: right;
}
.footer-payment {
	float: left;
	margin: 0;
}
#footer .payment-block li a {
	display: block;
	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 .payment-block li a:hover {
	color: #c900a4;
}
#paymentcmsblock {
	float: left;
	margin-top: 5px;
	margin-left: 40px;
}
.payment-block > ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
#footer .payment-block > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
#footer .payment-block > ul > li:first-child {
	margin: 0 2px 0 0;
}
.visa a {
	/*background: url("../image/themeimage/payment.png") no-repeat scroll -165px 0 transparent;
     padding: 2px 18px;
     */
}
.paypal a {
	display: block;
}
.discover a {
	display: block;
}
.mastercard a {
	margin-left: 7px;
	display: block;
}
.payment-block li .fa {
	font-size: 20px;
	line-height: normal;
}
#bottomfooter {
	clear: both;
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
#bottomfooter > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#bottomfooter > ul > li {
	display: inline-block;
	vertical-align: top;
}
#bottomfooter > ul > li:first-child a {
	padding-left: 0;
}
#bottomfooter > ul > li a {
	color: #d0d0d0;
	position: relative;
	padding: 0 15px;
}
#bottomfooter > ul > li a:before {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
	bottom: auto;
	width: 1px;
	height: 10px;
	background-color: #d0d0d0;
}
#bottomfooter > ul > li a:hover {
	color: #c900a4;
}
#bottomfooter > ul > li:last-child a:before {
	display: none;
}
.copyright-container {
	float: right;
}
.powered {
	font-size: 12px;
	text-align: center;
	color: #999999;
}
.powered a {
	color: #000000;
	font-weight: 600;
	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: #c900a4;
	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;
}
/* newsletter css start */

.newsletter label {
	display: none;
}
.newsletter .newsletter-block {
	position: relative;
	width: 100%;
}
.newsletter .newsletter-info {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	margin: 0 0 10px;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 24px;
}
.newsletter .form-group {
	overflow: hidden;
	margin: 0;
}
.newsletter .subscribe-btn {
	display: block;
}
#txtemail {
	height: auto;
	padding: 10px 40px 10px 0;
	width: 100%;
	border: 0;
	background-color: transparent !important;
	font-size: 12px;
	border: none;
	margin: 0;
	color: #000000;
	border-bottom: 1px solid rgb(170, 170, 170);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
#txtemail:focus {
	border-color: #000000;
}
.newsletter .text-danger {
	color: #D8000C;
	background-color: #FFD2D2;
	padding: 8px 10px;
	width: 100%;
	margin: 10px auto;
	text-align: left;
	line-height: 24px;
}
.subscribe-btn .btn {
	padding: 0;
	background-color: transparent;
	background-image: url(../image/themeimage/newsletter-icon.svg);
	background-size: 21px;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	font-size: 0;
	position: absolute;
	left: auto;
	right: 0;
	bottom: auto;
	top: 5px;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.subscribe-btn .btn:hover {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	background-color: transparent;
	background-image: url(../image/themeimage/newsletter-icon-hover.svg);
}
@media (max-width: 1299px) {
	#footer h5 {
		font-size: 15px;
		line-height: 15px;
	}
}
@media (max-width: 979px) {
	#footer .footer-center .link-block ul li {
		display: block;
		padding: 0;
	}
	#paymentcmsblock {
		float: none;
		margin: 0;
		text-align: center;
	}
	.newsletter .newsletter-desc {
		float: none;
		margin: 0 0 30px 0;
		text-align: center;
	}
	#footer .footer-center .link-block ul li:after {
		display: none;
	}
	.newsletter .newsletter-block {
		width: 500px;
		margin: 0 auto;
	}
	.subscribe-btn .btn {
		top: 0;
	}
	.copyright-container {
		display: block;
		float: none;
	}
	#footer .column .newsletter {
		padding-top: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.newsletter .newsletter-block {
		width: 400px;
	}
}
@media (max-width: 479px) {
	#paymentcmsblock:before {
		display: none;
	}
	.newsletter .form-group {
		width: 100%;
	}
	.newsletter .form-group .input-news {
		width: 100%;
	}
	.newsletter .newsletter-block {
		width: 100%;
	}
	.newsletter .text-danger {
		float: none;
		width: 100%;
	}
}
/* newsletter css end */

/* Category PAge */

.category_description {
	margin-top: 15px;
}
.category_img .img-thumbnail {
	border: medium none;
	border: medium none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
}
.refine-search {
	font-size: 18px;
	margin: 10px 0 25px;
}
.copy-right {
	border-top: 1px solid #444;
	padding: 10px 0;
	text-align: center;
}
#content .category_list {
	margin-bottom: 20px;
	padding: 0;
}
#content .category_list ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
@media (max-width: 979px) {
	#footer h5 {
		font-size: 17px;
	}
	#footer .third .newsletter-block {
		margin-bottom: 0;
	}
	#footer .third .newsletter {
		margin: 0 0 20px 0;
	}
	#footer .column ul,
	#blockaboutus .aboutus-inner {
		padding: 0 0 0 20px;
		margin: 0;
		display: none;
		text-align: left;
	}
	#footer .column .newsletter h5 {
		text-align: left;
	}
	.footer-left ul {
		padding: 0 0 0 20px;
	}
	#footer .footer-center-content .second li {
		display: block;
	}
	#footer #links_block_header.column {
		margin: 0 0 15px;
		width: 100%;
	}
	.powered {
		float: none;
		margin: 5px 0 0 0;
	}
	.newsletter .newsletter-info {
		padding: 10px 20px;
	}
	#footer h5 {
		margin: 15px 0;
		position: relative;
		text-align: left;
	}
	.footer-payment {
		float: none;
		margin: 0 0 10px 0;
	}
	#footer .column.fifth {
		margin-bottom: 0;
	}
	#footer {
		margin: 0;
		text-align: left;
	}
	#footer .column.fourth {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.footer-payment {
		display: block;
	}
	.footer-top {
		float: none;
	}
	.newsletter .newsletter-info {
		padding: 0;
		border: none;
	}
}
@media (max-width: 479px) {
	.payment-block > ul {
		padding: 0;
	}
	#pstpaymentcmsblock .payment-block:after {
		display: none;
	}
	.social ul li {
		margin: 0 7px 0 0;
	}
	#footer #links_block_header.column {
		padding: 0;
	}
}
/* alert */

.alert {
	padding: 8px 14px 8px 14px;
}
.content-bottom {
	clear: both;
}
/* breadcrumb */

ul.breadcrumb {
	padding: 20px 0;
	float: right;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	background-color: #ffffff;
}
.common-home #breadcrumb,
.product-quick_view-50 #breadcrumb {
	margin: 0;
	border: none;
}
ul.breadcrumb i {
	font-size: 15px;
}
ul.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	line-height: 24px;
}
ul.breadcrumb > li:after {} .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 > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover,
.dropdown-menu.myaccount-menu,
#form-currency .dropdown-menu .btn-link {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .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 #c900a4;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 12px;
	width: auto;
	height: auto;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	line-height: normal;
}
.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;
	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 .wishlist, .product-layout.product-list .product-thumb .button-group .compare, .product-layout.product-list .product-thumb .button-group .quickview a{
     border-radius:0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     position:static;
     transition: unset;
     -webkit-transition: unset;
     -moz-transition: unset;
     -ms-transition: unset;
     -o-transition: unset;
}
 */

#cart .text-right .addtocart strong,
#cart .text-right .checkout strong {
	font-weight: 500;
}
.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: #000000;
	background-image: linear-gradient(to bottom, #c900a4, #525252);
}
@media (max-width: 979px) {
	#breadcrumb {
		border: none;
	}
}
/* list group */

.box .filterbox {} .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 .box .box-heading,
#column-right .box .box-heading {
	font-size: 17px;
	color: #000000;
	padding: 15px 20px;
	position: relative;
	font-weight: 600;
	margin-bottom: 0;
	background: #f6f6f6;
	text-align: left;
	display: block;
	margin-bottom: 2px;
}
#column-left .list-group,
#column-right .list-group {
	background-color: transparent;
	padding: 20px;
	margin-bottom: 0;
}
#column-left .list-group a,
#column-right .list-group a {
	border: none;
	font-size: 12px;
}
#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;
}
#column-left .box .box-heading .lastWord {
	font-weight: 400;
}
.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: #c900a4;
}
.filterbox .list-group a:hover {
	color: #555555;
}
.filterbox a.list-group-item::after {
	content: "\f068";
	font-family: 'FontAwesome';
	font-size: 12px;
	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: 12px;
	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;
}
@media (max-width: 979px) {
	.filterbox .list-group-item {} #column-left .box-product .product-block-inner .price-old {
		margin: 0 5px 0 0;
	}
	.filterbox {
		width: 100%;
	}
}
/* 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 */

.box.product-box .box-content .slider-item {
	text-align: center;
}
.product-thumb {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 35px;
}
.box.latest .product-thumb .image,
.box.special .product-thumb .image {
	margin-bottom: 0;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	padding: 0;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {} .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.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: 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;
}
.product-block:hover .image .reg-image {
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	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;
}
.product-block .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image .button-group button:hover {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	height: auto;
	left: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	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;
}
.product-block:hover .hover-image,
#column-right .product-block:hover .image .hover-image,
#column-left .product-block:hover .image .hover-image {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	position: relative;
	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;
}
.product-list .product-thumb .image {
	float: left;
}
.product-thumb .caption {
	text-align: left;
	padding: 10px 0;
	position: relative;
}
.product-thumb h4 {
	margin: 0 0 10px 0;
	-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;
}
.product-thumb .caption .rating {
	margin-bottom: 5px;
}
#column-left .product-thumb h4 a,
#column-right .product-thumb h4 a {
	font-size: 13px;
	line-height: 24px;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
	font-size: 13px;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
	font-size: 13px;
}
#column-left .box-product .percentsaving,
#column-right .box-product .percentsaving {
	font-size: 13px;
	line-height: 13px;
}
.product-thumb h4 a {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: 400;
}
.product-thumb h4 a:hover {
	color: #c900a4;
}
.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-thumb a {
	text-transform: capitalize;
}
.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-list .product-thumb .image .rating {
	display: none;
}
.product-list .product-details .rating {
	position: static;
	margin-bottom: 10px;
}
.product-layout.product-grid .product-details .rating-block {
	display: none;
}
@media only screen and (min-width: 1300px) and (max-width: 1699px) {
	.box.latest .product-block-inner .rating,
	.box.special .product-block-inner .rating {
		float: none;
	}
}
@media (max-width: 1299px) {
	.product-thumb .caption .product-info {
		float: none;
		text-align: left;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
		text-align: center;
	}
	.product-list .product-details .rating-group .rating {
		text-align: center;
	}
}
#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: #ffd200;
	width: 11px;
	height: 11px;
}
.fa.fa-star.off {
	color: #dcdcdc;
	font-size: 11px;
}
.rating .fa-star.off,
#review .fa-star.off {
	color: #dcdcdc;
	font-size: 12px;
	cursor: no-drop;
}
.rating .fa-star,
#review .fa-star,
.fa-stack .fa {
	color: #ffd200;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {
	color: #ffd200;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}
.product-thumb .price-new {
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
}
.product-thumb .price-old {
	color: #a4a4a4;
	font-size: 13px;
	font-weight: 300;
	margin: 0 2px;
	line-height: 22px;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	display: none;
	font-size: 12px;
	width: 100%;
}
.product-block .percentsaving {
	color: #c900a4;
	font-size: 13px;
	line-height: 22px;
	font-weight: 600;
}
.product-list .product-thumb .button-group {
	overflow: visible;
}
.product-list .product-details .btn-wish-compare,
.product-layout.product-grid .btn-wish-compare {
	display: none;
}
.product-thumb .product-block-inner .button-group {
	position: absolute;
	top: auto;
	left: 25px;
	right: 25px;
	bottom: 15px;
	padding: 5px 0;
	background: rgb(237, 237, 237);
	z-index: 1;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	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;
}
.product-thumb:hover .product-block-inner .button-group {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	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;
}
/* addtocart css style start */

.product-thumb .addtocart {
	background-image: url(../image/themeimage/product-addtocart.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	border: none;
	background-color: transparent;
	font-size: 0;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	height: 40px;
	width: 40px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
}
.product-thumb .addtocart:hover {
	background-image: url(../image/themeimage/product-addtocart-hover.svg);
}
.product-list .product-thumb:hover .addtocart {
	display: inline-block;
	vertical-align: top;
}
/* addtocart css style end */

.product-thumb button .fa {
	font-size: 17px;
	color: #ffffff;
}
.product-thumb .compare {
	background-image: url(../image/themeimage/product-compare.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	font-size: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	vertical-align: top;
	border: none;
	position: relative;
}
.product-thumb .compare:hover {
	background-image: url(../image/themeimage/product-compare-hover.svg);
}
/* wishlist css */

.product-thumb .wishlist {
	background-image: url(../image/themeimage/product-wishlist.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	padding: 0;
	font-size: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background-color: transparent;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	position: relative;
}
.product-thumb .wishlist:hover {
	background-image: url(../image/themeimage/product-wishlist-hover.svg);
}
/*whishlist css end */

/* Quickview css */

.quickview .container {
	width: 100%;
	background: #FFFFFF;
}
.quickview {
	display: inline-block;
	vertical-align: top;
}
.product-thumb .quickview a {
	background-color: transparent;
	background-image: url(../image/themeimage/product-view.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 0;
	height: 40px;
	width: 40px;
	line-height: 35px;
	text-align: center;
	position: relative;
	border: none;
}
.product-thumb .quickview a:hover {
	background-image: url(../image/themeimage/product-view-hover.svg);
}
.product-thumb .quickview .fa {
	font-size: 18px;
	line-height: inherit;
	display: block;
}
.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: #c900a4;
}
#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;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cart .dropdown-menu .img-thumbnail:hover {
	border-color: #000000;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#cart .text-right .addtocart,
#cart .text-right .checkout {
	margin: 0;
	padding: 12px 20px;
}
#cart .text-right .checkout {
	background: #000000;
	color: #ffffff;
}
#cart .text-right .checkout:hover {
	background: #c900a4;
}
.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;
	padding: 0;
	text-align: left;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	position: static;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}
.product-list .caption .desc {
	margin-bottom: 10px;
}
.product-list .list-right {
	border-left: 1px solid #e7e7e7;
	float: left;
	margin: 38px 0;
	padding: 0 10px 0 30px;
	width: 27%;
}
.product-list .price {
	margin-bottom: 20px;
	padding: 0;
}
.product-layout.product-list .product-block:hover .price {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}
.product-list .product-thumb .price-tax {
	color: #999999;
}
.list-buttoncart {
	padding-left: 0;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {} .thumbnails {} .thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 0px;
	display: block;
}
.image-additional {} .thumbnails .image-additional {
	float: left;
}
/*@media (min-width: 980px) and (max-width: 1199px) {
     #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
         clear:left;
    }
}
*/

@media (min-width: 768px) and (max-width: 979px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}
#input-captcha,
#input-payment-captcha {
	margin-bottom: 10px;
}
/* Theme Start */

/* box */

.title-wrapper {
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 3px;
}
.box .box-heading .reguler {
	font-weight: 100;
	padding: 0 7px;
}
.sidebar-category .box-content {
	min-height: 458px;
	background-color: #efefef;
	border: none;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.box .box-content ul,
#content .content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.box .box-content ul li,
#content .content ul li {
	line-height: 20px;
	padding: 0 0 10px 0;
	border: 0;
	font-size: 13px;
}
.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) {
	.product-thumb .product-group .rating {
		float: none;
		display: block;
	}
	.product-thumb .product-group .button-group {
		float: none;
		display: block;
	}
}
@media (max-width: 1649px) {
	.product-thumb .product-block-inner .button-group {
		left: 5px;
		right: 5px;
		bottom: 5px;
	}
}
@media (max-width: 1299px) {
	.social ul li {
		margin-bottom: 10px;
	}
}
@media (max-width: 979px) {
	#footer .social-cms {
		padding: 0;
	}
	#footer .social-cms ul.social {
		display: block !important;
		padding: 0;
		text-align: center;
	}
	#footer .column #contact ul li:first-child {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.quickbox {
		display: none;
	}
	.product-list .caption .price {
		text-align: center;
	}
	#content .product-list .button-group {
		text-align: center;
	}
	#content .product-list .product-details .button-group {
		text-align: center;
	}
	#Tab_Category_Slider .title-wrapper {
		margin-bottom: 20px;
	}
	.title-wrapper {
		font-size: 25px;
		letter-spacing: 1px;
	}
}
/* 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 {
	text-align: center;
	margin: 0 -15px;
	width: auto;
	position: static;
	padding: 0;
}
.home-products {
	margin: 0 -15px;
}
/*.product-grid-list ul li,*/

#content .box-product .product-items {
	margin-bottom: 14px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
/* count down css start */

.box.special-product-block {
	background-color: #fbf5ff;
	padding-top: 95px;
}
.box.special-product-block .product-image-thumbnail {
	text-align: center;
}
#special-carousel {
	margin: 0;
	overflow: visible;
	position: static;
}
.box.special-product-block .product-image-thumbnail .image {
	display: inline-block;
	vertical-align: top;
}
.special-product-block .product-thumb {
	display: block;
	margin-bottom: 0;
	padding: 0;
}
.special-product-block .caption {
	padding: 50px 0 0 0;
}
.special-product-block .title-wrapper {
	text-align: left;
	font-size: 45px;
	color: #222222;
	line-height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	overflow: hidden;
}
.special-product-block .product-thumb .caption a {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}
.special-product-block .product-thumb .caption .price {
	font-size: 25px;
	margin-bottom: 15px;
}
.special-product-block .product-thumb .caption .price .price-new {
	font-size: 25px;
}
.special-product-block .product-thumb .caption .price .price-old {
	font-size: 20px;
}
.special-product-block .product-thumb .caption .price .percentsaving {
	font-size: 20px;
}
#column-left .box .special-products .countdown,
#column-right .box .special-products .countdown {
	display: none;
}
.special-product-block .countdown {
	display: block;
	padding: 35px 0 0;
	clear: both;
}
#content .special-product-block .product-block-inner {
	display: block;
}
.special-product-block .countdown span.timebox {
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	color: #777777;
	text-align: center;
	position: relative;
	height: 60px;
	width: 60px;
	font-size: 12px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0 23px 0 0;
	background-color: #252525;
}
.special-product-block .countdown strong {
	display: block;
	text-align: center;
	width: 100%;
	bottom: 0;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	margin: 0;
}
.special-product-block .countdown span.timebox:after {
	content: ':';
	position: absolute;
	right: -22px;
	left: auto;
	top: 25%;
	bottom: auto;
	width: 20px;
	height: 30px;
	color: #000000;
	font-size: 25px;
}
.special-product-block .countdown span.timebox.second:after {
	display: none;
}
.special-product-block .countdown span.timebox:last-child {
	margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
	.special-product-block .countdown span.timebox {
		height: 45px;
		width: 45px;
	}
	.special-product-block .countdown strong {
		font-size: 15px;
		line-height: 45px;
		height: 45px;
	}
}
@media (max-width: 1849px) {
.box.special-product-block {
    padding-top: 50px;
}

}

@media (max-width: 1649px) {
	.box.special-product-block {
		background-color: #fbf5ff;
		padding-top: 40px;
	}
	.special-product-block .title-wrapper {
		font-size: 31px;
		line-height: 31px;
		margin-bottom: 20px;
	}
}
@media (max-width: 1299px) {
	.special-product-block .caption {
	    padding: 0;
	}
}

@media (max-width: 1199px) {
	.box.special-product-block {
	    margin-bottom: 30px;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.special-product-block .caption {
	    padding: 50px 0 0 0;
	}

}
@media (max-width: 767px) {
	.box.special-product-block .product-image-thumbnail {
		margin-top: 0;
		padding: 0;
	}
	.box.special-product-block {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.special-product-block .caption {
		padding: 30px 0;
		text-align: center;
	}
	.special-product-block .title-wrapper {
		text-align: center;
		width: 100%;
		font-size: 25px;
	}
}
@media (max-width: 479px) {
	.special-product-block .title-wrapper {
		font-size: 25px;
		line-height: 30px;
	}
	.special-product-block .countdown span.timebox {
		height: 45px;
		width: 45px;
	}
	.special-product-block .countdown strong {
		font-size: 15px;
		line-height: 45px;
		height: 45px;
	}
	.special-product-block .countdown {
		text-align: center;
	}
}
/* special product cssm end */

#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;
}
.grid_default_width {
	width: 270px;
}
.featured_default_width {
	width: 280px;
}
.module_default_width {
	width: 300px;
}
.latest_default_width {
	width: 280px;
}
.special_default_width {
	width: 1000px;
}
.related_default_width {
	width: 280px;
}
.bestseller_default_width {
	width: 280px;
}
.additional_default_width {
	width: 90px;
}
.testimonial_default_width {
	width: 1000px;
}
.blog_default_width {
	width: 120px;
}
.banners-slider-carousel .product-block-inner {
	text-align: center;
	margin: 0;
	background-color: #ffffff;
}
.banners-slider-carousel .product-block-inner img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.banners-slider-carousel .product-block-inner:hover img {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
#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: #ffffff;
}
/*@media (min-width: 980px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}*/

@media (max-width: 767px) {
	.additional_default_width {
		width: 150px;
	}
}
@media (max-width: 479px) {
	.featured_default_width {
		width: 400px;
	}
	.bestseller_default_width {
		width: 400px;
	}
	.latest_default_width {
		width: 400px;
	}
	.related_default_width {
		width: 400px;
	}
	.special_default_width {
		width: 400px;
	}
}
.product-layout.product-grid {
	text-align: center;
	padding: 0;
}
.product-listgrid .product-grid:last-child {
	border-right: 0 none;
}
.product-layout.product-list .product-block {
	display: block;
	padding: 0;
	overflow: hidden;
}
#product-search .product-layout.product-list .product-block-inner {
	padding: 0;
	border: none
}
.categorypage .product-layout.product-list .product-block .product-block-inner {
	border: none;
	padding: 0;
	text-align: center;
}
#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;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
}
#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;
}
#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: #c900a4;
}
.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/

.ie7 #content .box-product .product-block {
	border: 1px solid #e7e7e7;
}
.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 #e7e7e7;
}
.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: 0 15px;
}
.product-list .product-thumb .image {
	position: relative;
	overflow: hidden;
}
.product-list .product-thumb .caption h4 {
	margin-bottom: 10px;
	-webkit-transition: unset;
	transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
}
.product-list .product-thumb .caption h4 a {
	font-size: 18px;
	font-weight: 500;
}
.product-list .product-thumb .caption h4 a {
	-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;
	display: inline-block;
	vertical-align: top;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}
.product-block-inner {
	overflow: hidden;
}
#carousel-0 .product-carousel .product-block-inner {
	padding: 0;
	border: none;
	background: transparent;
}
.banners-slider-carousel {
	position: relative;
	width: 100%;
	clear: both;
}
.banners-slider-carousel .slider-item {
	position: relative;
	padding: 0 20px;
}
.banners-slider-carousel .container {
	position: relative;
}
.sale {
	z-index: 2;
	background-color: #c900a4;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 10px;
	position: absolute;
	left: 10px;
	right: auto;
	top: 15px;
	display: none;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-name: "jello";
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "jello";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "jello";
}
.product-thumb:hover .sale {
	display: block;
}
@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.sale:before {
	content: '';
	position: absolute;
	top: -10px;
	bottom: auto;
	left: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: -1;
	border-style: solid;
	border-width: 2px 0px 0px 0;
	border-color: #000000;
}
/* box products for Left Column and Right Column */

#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
#column-left .box-product > div,
#column-right .box-product > div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	width: 100%;
}
#column-left .box .box-content div.product-items:last-child > div,
#column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div,
#column-right .box .box-content div.slider-item:last-child > div {
	border: 0 none;
	margin-bottom: 0;
}
#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin: 2px;
	padding: 0;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#column-left .box-product .image img,
#column-right .box-product .image img {
	z-index: 9;
}
#column-left .box-product .image:before,
#column-right .box-product .image:before {
	display: none;
}
#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 {
	margin: 0;
	box-shadow: 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 {
	overflow: hidden;
	text-align: left;
	padding: 0;
	width: auto;
	padding-left: 15px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
#column-left .saleback,
#column-right .saleback {
	display: none;
}
#column-left .box-product .price,
#column-right .box-product .price {
	padding: 0;
	font-size: 13px;
}
#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
	font-weight: 400;
	font-size: 13px;
	margin: 0px 0 3px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#column-left .box-product .product-thumb:hover .price,
#column-right .box-product .product-thumb:hover .price {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}
#column-left .box-product .product-block-inner .caption h4 {
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
#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;
	display: block;
}
/*#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
     margin-bottom:30px;
}
 */

#column-left #button-filter,
#column-right #button-filter {
	background-color: #c900a4;
	color: #ffffff;
	padding: 10px 15px;
	letter-spacing: 0.5px;
	border: none;
	position: relative;
}
#column-left #button-filter:hover,
#column-right #button-filter:hover {
	background-color: #000000;
}
#column-left .box,
#column-right .box {
	clear: both;
	margin: 0 0 30px 0;
	background-image: none;
	background-color: #ffffff;
	width: 100%;
	padding: 0;
}
#column-left .box-product .rating,
#column-right .box-product .rating {
	margin: 0 0 5px 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	position: static;
}
#column-left .product-thumb,
#column-right .product-thumb {
	margin-bottom: 30px;
	background-color: transparent;
	border: none;
	padding: 0;
	display: block;
}
#column-left .product-thumb .product-group {
	display: none;
}
#column-left .sale,
#column-left .price-tax,
#column-left .wishlist,
#column-left .quickview,
#column-left .addtocart,
#column-left .compare,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist,
#column-right .quickview,
#column-right .compare,
#column-right .addtocart {
	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;
}
#column-left .product-thumb .button-group .addtocart:after,
#column-right .product-thumb .button-group .addtocart:after {
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 0 0 0 6px;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	line-height: 24px;
	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;
}
#column-left .product-thumb .button-group .addtocart:hover:after,
#column-right .product-thumb .button-group .addtocart:hover:after {
	color: #000000;
	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;
}
#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: #000000;
}
#column-left .product-block .button-group,
#column-right .product-block .button-group {
	display: none;
}
#column-left .box .addtocart_btn,
#column-right .box .addtocart_btn {
	display: none;
}
#column-left .box .title-wrapper,
#column-right .box .title-wrapper {
	font-size: 15px;
	line-height :24px;
	padding: 15px;
	position: relative;
	font-weight: 600;
	margin-bottom: 0;
	background: transparent;
	text-align: left;
	display: block;
	letter-spacing: 1px;
	border-bottom: 1px solid #f2f2f2;
}
#column-left .box .title-wrapper:before,
#column-right .box .title-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: -1px;
	width: 80px;
	height: 2px;
	background: #c900a4;
}
#column-left .box .box-content,
#column-right .box .box-content {
	padding: 15px;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	-ms-box-shadow: unset;
	-o-box-shadow: unset;
}
#column-left .swiper-viewport #banner0,
#column-right .swiper-viewport #banner0 {
	float: none;
}
.layout-1 #content {} #column-left .box-heading-desc,
#column-right .box-heading-desc {
	display: none;
}
#column-left .home-products,
#column-right .home-products {
	margin: 0;
	width: 100%;
}
#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;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport {
	margin: 0 0 30px 0;
	background: transparent;
	z-index: 1;
	border: medium 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 .swiper-slide a,
#column-right .swiper-viewport .swiper-slide a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
#column-left #banner1 {
	margin: 0;
}
/* 2-col layout */

.layout-2 #content {
	margin-bottom: 30px;
}
#column-right {
	margin-bottom: 30px;
}
.layout-2 .content-bottom #content {
	margin-bottom: 25px;
	padding-left: 0;
}
@media (max-width: 979px) {
	#column-left .box .title-wrapper,
	#column-right .box .title-wrapper {
		border: none;
	}
	.layout-2 .content-bottom #content {
		padding: 0;
	}
	#column-left .swiper-viewport .swiper-container,
	#column-right .swiper-viewport .swiper-container {
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.banners-slider-carousel .box-heading {
		padding: 20px;
		text-align: left;
	}
}
.layout-2.left-col #content {} .layout-2.right-col #content {}
/* 3-col layout */

.layout-3 #column-left,
.layout-3 #column-right {
	margin-top: 30px;
}
.top_button {
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    width: 45px;
    right: 35px;
    bottom: 50px;
    display: none;
    position: fixed;
    z-index: 95;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 5px;
    background-size: 15px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}

.top_button:hover {
    background-image: url(../image/themeimage/top_arrow.svg);
    font-size: 0;
    padding: 0;
    background-color: #c900a4;
}

@media (min-width: 980px) {
	.layout-3 #column-left {
		padding-left: 0;
	}
	.layout-3 #column-right {
		padding-right: 0;
	}
}
@media (max-width: 1299px) {
	.module_default_width {
		width: 200px;
	}
	#column-left .box-product .image,
	#column-right .box-product .image {
		width: 62px;
	}
}
@media (max-width: 979px) {
	#column-left .box-product .image,
	#column-right .box-product .image {
		width: auto;
		height: auto;
	}
	#column-left .box,
	#column-right .box {
		padding: 0;
		margin-bottom: 15px;
	}
	#column-left #banner1 {
		display: inline-block;
		vertical-align: top;
		padding: 15px 0;
	}
	#column-left .product-thumb,
	#column-right .product-thumb {
		display: block;
	}
	#column-left .container,
	#column-right .container {
		margin: 0;
	}
	#column-left .swiper-viewport #banner0,
	#column-right .swiper-viewport #banner0 {
		display: inline-block;
		vertical-align: top;
		padding: 0 0;
	}
	.product-block .button-group {
		text-align: center;
	}
	#column-left .product-thumb .caption,
	#column-right .product-thumb .caption {
		margin: 5px 0 0;
	}
	#column-left .box-product .price,
	#column-right .box-product .price {
		font-size: 13px;
	}
	#column-left .box .box-heading,
	#column-right .box .box-heading {
		border: none;
		text-align: left;
	}
	.layout-3 #column-left .mobile_togglemenu,
	.layout-3 #column-right .mobile_togglemenu {
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 767px) {
	.zoomContainer {
		display: none;
	}
	.product-layout.product-list .product-block {
		margin: 0 0 30px 0;
	}
	#column-left .box .box-heading,
	#column-right .box .box-heading {
		font-size: 16px;
		line-height: 20px;
	}
	#content .product-list .btn-wish-compare .button-group {
		text-align: center;
	}
}
@media (max-width: 479px) {
	.product-layout.product-grid .product-block {
		margin: 0 0 30px;
	}
	.box.product-box {
		padding: 30px 0;
	}
}
.manufacturer-list {
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
}
.manufacturer-heading {
	background-color: #E3E3E3;
	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 .product-left,
.productpage .product-right {
	margin-bottom: 100px;
}
.productpage #tabs_info {
	margin: 0 0 50px 0;
	width: 100%;
}
.tab-content {
	padding: 0;
	overflow: hidden;
}
.product-tab .tab-content > .active {
	display: block;
}
.product-tab .tab-content > .tab-pane {
	padding: 25px;
	background-color: #ffffff;
	border-radius: 20px;
}
.product-tab #form-review {
    padding: 0;
}
.product-tab li a {
	background-color: #ffffff;
	color: #000000;
}
.product-tab .table-bordered {
	margin: 0!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;
}
/*.category_filter #grid-view,.category_filter #list-view{
     background:#eee;
     border:1px solid #e7e7e7;
     color:#666;
}
 .category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{
     background:#e7e7e7;
}
 .category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{
     color:#333;
}
 */

.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: right;
	margin: 0 0 0 15px;
	background-color: #f2f2f2;
	padding: 3px 10px;
}
.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: 14px;
}
.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: 1px 0 0;
	padding: 0;
	width: 180px;
}
.category_filter .limit {
	float: right;
	height: 24px;
	margin: 1px 0 0;
	padding: 0;
	width: 80px;
}
.sort-by-wrapper,
.show-wrapper {
	float: left;
}
.category_filter .form-control {
	padding: 5px 7px !important;
	height: 30px!important;
}
.category_thumb .category_img,
.category_thumb .category_description {
	float: left;
	width: 100%;
}
.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 {
	background-color: #ffffff;
	display: block;
	padding: 5px 10px;
}
#content .category_list ul li a:hover {
	background-color: #c900a4;
	color: #ffffff;
}
.category_list li a:hover {} #content .category_list li {
	float: left;
	margin: 0 7px 7px 0;
	overflow: auto;
	padding: 0;
	position: relative;
}
.category_filter {
	background-color: #ffffff;
	color: #777777;
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
	width: 100%;
}
.pagination-wrapper {
	overflow: hidden;
	margin: 10px 0 40px;
	padding: 15px;
	background-color: #ffffff;
}
.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: #777777;
}
/* Product Page*/

.productpage .product-right-inner {
	text-align: left;
}
.product-info .image {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.productpage h3 {
	margin-top: 0;
	width: 100%;
}
.productpage h3.product-title {
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
}
.product-info .zoomContainer {
	z-index: 9;
}
/* It need for ie7 */

.product-info .additional-carousel {
	position: relative;
	width: 70%;
	margin: 0 auto;
}
.product-info .image-additional {
	clear: both;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	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 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 {
	clear: both;
	overflow: hidden;
	margin: 0 10px;
}
.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: 10px 12px;
}
#content ul.list-unstyled {
	line-height: 22px;
	margin-bottom: 0;
	padding: 20px 0;
}
#content ul.list-unstyled.price {
	margin-bottom: 20px;
}
#content ul.list-unstyled li {
	color: #222222;
	line-height: 22px;
	padding: 5px;
}
#content ul.list-unstyled li span {
	margin-right: 5px;
	font-weight: 500;
	letter-spacing: 0.7px;
}
#content ul.list-unstyled li span.desc {
	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: #888888;
	font-size: 18px;
	font-weight: 400;
}
#content ul.list-unstyled li span.special-price {
	color: #525252;
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}
#content .list-unstyled.price li.price-tax {
	color: #aaaaaa;
	display: inline-block;
	font-size: 14px;
}
#content ul.list-unstyled.price li.points,
#content ul.list-unstyled.price li.discount {
	color: #4d4d4d;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}
#product h3.product-option {
	/*border-top: 1px solid #e7e7e7;
     */
	padding-top: 10px;
}
#product .form-group.cart {
	/*background-color: #f9f9f9;
     border-bottom: 1px solid #e7e7e7;
     border-top: 1px solid #e7e7e7;
     margin-bottom: 10px;
     */
	padding: 10px;
}
.addthis_toolbox.addthis_default_style .addthis_button_tweet {
	float: none;
}
#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: 41px;
	line-height: normal;
}
#product .btn-group .wishlist,
#product .btn-group .compare {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	display: block !important;
	padding: 0;
	text-transform: none;
	color: #aaaaaa;
	float: none;
}
#product .btn-group .btn:hover {
	color: #c900a4 !important;
}
#product .cart span {
	color: #999999;
}
#product .alert {
	margin-bottom: 10px;
	background-color: #ffffff;
}
.productpage .rating-star {
	border-bottom: 1px solid #e7e7e7;
	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;
	font-weight: 700;
}
.button.aboutus {
	float: right;
}
.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 .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;
}
.main-menu .level0 .tooltip {
	position: absolute;
	top: 50px;
	bottom: auto;
	left: 0;
	right: 0;
}
#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: url('../image/themeimage/ajax-loader.gif') 50% 50% no-repeat #fff;
	background-size: 250px;
}
.main-slider .swiper-pagination {
	bottom: 0;
	display: none;
}
.main-slider {
    margin-bottom: 30px;
    background-color: #fbf5ff;
    padding-bottom: 50px;
}
.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 {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
}
.main-slider .swiper-pagination-bullet-active,
.main-slider .swiper-pagination-bullet:hover {
	background: #c900a4;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.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;
}
.productpage .write-review:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #e7e7e7;
	left: -12px;
}
.productpage .write-review i {
	margin-right: 10px;
}

.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: 18px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: capitalize;
}
.page-info-title {
	font-size: 22px;
}
#information-information {
	font-size: 12px;
}
.blog.all-blogs {
	margin: 0 -15px;
}
.blog.all-blogs h2.page-title {
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: 600;
	padding: 0 15px;
}
.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 > .btn,
.checkout-cart .input-group-btn:last-child > .btn-group {
	margin-left: 5px;
	font-size: 14px;
}
.col-sm-3.search_subcategory {
	width: auto;
	margin-top: 7px;
}
#button-search {
	float: right;
}
.product-search h2 {
	clear: both;
}
#product-search #content {
	margin-bottom: 30px;
}
#product-search .product-search-inner {
	background: #ffffff;
	padding: 20px 20px;
}
.checkout-cart .input-group.btn-block .form-control {
	padding: 9px 5px;
	text-align: center;
	width: 50px;
}
.table.table-bordered .input-group-btn {
	float: left;
}
#accordion .panel-title > 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: #525252;
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: capitalize;
}
.account-download h2 {
	color: #525252;
}
#information-contact .page-title,
#information-contact legend {
	padding: 15px;
}
#information-contact .page-title {
	margin: 0 0 10px;
}
.form-horizontal .control-label {
	width: 20%;
}
.form-horizontal .col-sm-10 {
	width: 80%;
}
.account-address .table-hover > tbody > tr > td {
	vertical-align: middle;
}
#input-country,
#input-zone {
	padding: 13px 0;
}
.checkout-cart .hasCustomSelect {
	width: 95% !important;
}
#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 {
	border: none;
	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;
}

.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 #e7e7e7;
}
.account-wishlist .text-center img {} .product-compare .table-bordered tbody tr td + td {
	border-left: 1px solid #e7e7e7;
	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 {
	padding: 10px 12px;
}
.quickview-page #content ul.list-unstyled.short-desc {
	/*border: none;
     */
}
.quickview-page #button-upload222 {
	margin-left: 10px;
}
.quickview-page #input-quantity {
	padding: 10px;
	margin: 0 5px;
}
.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;
	padding: 10px 12px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.quickview-page .btn-group.wish-comp {
	margin-bottom: 20px;
}
.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;
}
@media (max-width: 1200px) {
	.product-info .image-additional {
		width: 100%;
	}
	#column-left .fa-shopping-cart:before,
	#column-right .fa-shopping-cart:before {
		display: none;
	}
	#column-left .hidden-xs,
	#column-left .hidden-sm,
	#column-left .hidden-md {
		display: block !important;
		text-transform: capitalize;
		font-weight: normal;
		margin-top: -25px;
	}
	.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: 1299px) {
	.text1 {
		font-size: 15px;
	}
	.main-menu.container,
	.header,
	#top .container,
	.container {} .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;
		padding: 10px 0 0 !important;
	}
	.title1 {
		font-size: 18px;
	}
	.tm-about-text {
		width: 76%;
	}
	.aboutme-read-more {
		width: 149px;
	}
	.slider-banner .slide {
		width: 50%;
	}
	#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%;
	}
	#column-left .box-product .image img,
	#column-right .box-product .image img {
		/*width:52px;
         */
	}
	.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 > a.activSub,
	.box .box-content ul li:hover > a.activSub {
		background: url("../image/themeimage/menu-hover-arrow.jpg") no-repeat scroll 146px 1px transparent;
	}
}
@media (max-width: 979px) {
	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .list-group,
	#column-right .list-group {
		padding: 20px;
	}
	.header-top.fixed .myaccount .myaccount-menu {
		height: 254px;
		overflow-y: scroll;
	}
	.main-slider {
	    padding: 15px 0;
	}
	.main-menu {
		float: left;
		padding: 0;
		position: static;
		margin: 0;
	}
	/* css for responsive menu */
	.responsive-menu .top_level {
		padding: 4px 0 0 0;
		width: 100%;
	}
	.nav.navbar-nav {
		display: none;
	}
	.responsive-menu .nav.navbar-nav {
		height: 450px;
		overflow-y: scroll;
		padding: 10px 20px;
		background: #ffffff;
		position: absolute;
		width: auto;
		z-index: 999;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 100%;
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.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 > 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 a:hover,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover,
	#menu.responsive-menu .top_level.active a,
	#menu.responsive-menu ul.nav li .megamenu .dropdown.toggle a:hover {
		color: #c900a4;
	}
	#menu.responsive-menu ul li a,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
		color: #000000;
		display: block;
		font-size: 12px;
		line-height: 24px;
		padding: 7px 0;
		text-transform: capitalize;
		float: left;
		width: 100%;
		background-color: #ffffff;
	}
	#menu.responsive-menu ul li a.mobile_togglemenu,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a.mobile_togglemenu {
		right: 0;
		background: none;
		margin-top: 0;
		float: right;
		width: 35px;
		padding: 0;
		height: 35px;
		text-align: center;
		line-height: 35px;
		top: 4px;
		left: auto;
		margin: 0;
		border: none;
	}
	#menu.responsive-menu .top_level.dropdown.toggle {
		margin: 0;
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
		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 > li.dropdown:hover > .dropdown-menu {
		display: none;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {
		width: 100%;
		float: left;
		border: medium none;
		left: 0;
		position: relative;
		top: 0;
		margin: 0;
		padding: 0 0 0 15px;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover {
		color: #c900a4;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	.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 > a.mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu:before {
		color: #000000;
		content: "\f067";
		font-family: "FontAwesome";
		font-size: 12px;
		line-height: 33px;
	}
	#menu.responsive-menu .toggle.active .mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before,
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before {
		color: #c900a4;
		content: "\f068";
		font-family: "FontAwesome";
		font-size: 12px;
		line-height: 33px;
	}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a::after {
		content: "";
	}
	#menu.responsive-menu ul.nav li .megamenu ul.childs_1 {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 0 0 15px;
	}
	#menu.responsive-menu .list-unstyled.childs_1 > li {
		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: #000000;
	}
	.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;
	}
	.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%;
	}
	.common-home.layout-3 #column-left,
	.common-home.layout-3 #column-right,
	.common-home.layout-3 #content {
		padding: 0;
	}
	.layout-2.left-col #column-left .toggle .mobile_togglemenu,
	.layout-2.right-col #column-right .toggle .mobile_togglemenu {
		top: 15px;
		right: 15px;
		color: #000000;
	}
	#column-left .swiper-viewport,
	#column-right .swiper-viewport {
		text-align: left;
	}
	#column-left .box .box-content,
	#column-right .box .box-content,
	#column-left .list-group,
	#column-right .list-group {
		display: none;
	}
	#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,
	#footer .column.third {
		width: 100%;
		clear: both;
	}
	#footer .footer-right {
		margin-top: 40px;
	}
	.col-sm-3.column.second,
	.col-sm-3.column.third,
	#footer .col-sm-3.column.fourth {
		border-left: 0 none;
	}
	.col-sm-3.column.third {
		border-right: 0 none;
	}
	#footer #footer_cms_block {
		padding: 0;
		margin: 0 0 10px 0;
	}
	.product-list .product-details {
		border: none;
	}
	.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: 50%;
		padding: 0 15px;
	}
	.productpage .product-left {
		width: 50%;
	}
	.productpage #product-product .row {
		margin: 0 -10px;
	}
	.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 > .btn,
	.checkout-cart .input-group-btn:last-child > .btn-group {
		margin-left: 0 !important;
		margin-right: 3px !important;
	}
	.checkout-cart #accordion .input-group-btn:last-child > .btn,
	.checkout-cart #accordion .input-group-btn:last-child > .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;
	}
	#footer .column .footer-social ul {
		display: block;
		padding: 0;
	}
	#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;
	}
	.product-search .sortcat {
		width: 60%;
	}
	.cms-banner-right {
		width: 73%;
	}
	.cms-banner-left {
		width: 27%;
	}
	.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;
	}
	.sidebarFilter {} .nav-responsive span {
		display: none !important;
	}
	#menu .level0 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.compare-total {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;
	}
	.product-list .product-thumb .caption h4 {
		text-align: center;
	}
	.product-list .product-thumb .caption .product-info {
		text-align: center;
	}
	.main-menu.container {
		padding-left: 0;
	}
	.main-slider .swiper-pagination {
		display: block;
	}
	.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;
	}
	.product-info .image,
	.product-info .additional-carousel {
		margin: 0 auto 15px;
		width: 330px;
	}
	.addthis_toolbox.addthis_default_style {
		margin: 10px 0;
	}
	#content .category_list .filterbox {
		border: 1px solid #e7e7e7;
		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: 12px;
	}
	.text1 {
		font-size: 10px;
	}
	.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%;
	}
	.footer-container,
	.content_footer_bottom {} #bottomfooter,
	.powered {
		text-align: left;
	}
	#content .category_list .filterbox {
		clear: both;
	}
	.filterbox .list-group {} .product-list .list-right {
		padding: 0 10px 0 18px;
	}
	.pagination-wrapper {
		margin-bottom: 25px;
	}
	.productpage .product-left {
		width: 100%;
		margin-bottom: 50px;
	}
	.productpage .product-right {
		width: 100%;
	}
	.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 > img {
		max-width: 100%;
	}
	.product-list .product-thumb .image {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 0 15px;
	}
	.product-list .caption .rating {
		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;
	}
	.productpage .nav-tabs > li > a {
		display: block;
		margin: 0!important;
	}
	.product-tab .nav-tabs>li {
		display: block;
		margin: 0 0 10px 0;
	}
	.tab-content {
		padding: 0;
	}
	.col-sm-3.sort {
		margin-top: 5px;
	}
}
@media (max-width: 479px) {
	.header .header-logo {
		left: 50px;
		top: 13px;
		right: auto;
		width: 85px;
	}
	#accordion .panel-body {
		padding: 10px 10px 20px;
		border: none;
	}
	.header-right {
		padding: 5px 15px;
	}
	#menu.responsive-menu {
		padding: 0;
	}
	.table {
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid {
		width: 100% !important;
		text-align: center;
	}
	.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 > div {
		min-width: 100%;
	}
	.category_filter .limit {
		float: left;
	}
	.contact-info .left,
	.contact-info .right {
		width: 100%;
	}
	.product-info .image {
		width: 100%;
	}
	.product-info .additional-carousel {
		width: 150px;
	}
	.nav-tabs > li {
		width: 100%;
	}
	.nav-tabs > li > a {
		margin: 0 0 2px;
	}
	.productpage .review-count {
		display: inline-block;
		margin-left: 0;
	}
	.pagination-wrapper .page-link {
		float: left;
	}
	.pagination-wrapper .page-result {
		float: left;
		clear: both;
	}
	.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 {} #banner1 {
		margin: 15px 0;
	}
	.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 > 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;
	}
	.productpage .nav-tabs > li > a {
		display: block !important;
		width: auto;
	}
	.etabs,
	.nav-tabs > 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;
	}
	#cart {
		/*margin-top:10px;
         */
	}
	.cms-data {
		border-right: 0 none;
	}
	.header {
		/*height: 180px;
         */
	}
	.header-search {
		/*top:212px;
         */
	}
	.header-bottom {
		/*margin-top:0;
         */
		position: relative;
	}
	.header-tele-cms {
		right: 0;
	}
	.cms-data {
		padding-right: 0;
	}
	#cart > .btn {
		margin-right: 0;
		margin-left: 0;
	}
	.checkout-cart #accordion .input-group-btn:last-child > .btn,
	.checkout-cart #accordion .input-group-btn:last-child > .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%;
	}
	#cart > .btn {
		margin-left: 0;
	}
	#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;
	}
	#cart .dropdown-menu {
		width: 290px;
	}
	.newsletter .text-danger {
		width: 100%;
		margin: 10px auto;
	}
}
@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;
	}
}
/* Theme End */

.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;
}




.rating {
  display: none !important;
}



.main-menu a[href*="route=information/blogger/blogs"] {
    display: none !important;
}


#banner1 .swiper-pagination {
    display: none !important;
}

#banner1 img:hover {
  transform: none !important;
  transition: none !important;
}

.product-block h4 a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	    word-break: break-all;
}

.single-banner .swiper-wrapper a:before {
    display: none !important;
}

.telephone {
  display: none!important;
}



a[href*="route=account/download"] {
  display: none !important;
}

/* 隐藏“Recurring payments”链接 */
a[href*="route=account/recurring"] {
  display: none !important;
}

/* 隐藏“Reward Points”链接 */
a[href*="route=account/reward"] {
  display: none !important;
}




/* 默认 PC 端样式 */
.relax-text {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin: 60px 0 40px 80px;
}

.relax-time {
  font-size: 86px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #000;
  margin-left: 80px;
}

.relax-relax {
  font-size: 86px;
  font-weight: 900;
  font-family: Notable;
  color: #000;
  margin-left: 20px;
}

.relax-image img {
  max-width: 100%;
  height: auto;
  margin-left: 80px;
  margin-top: 20px;
}

/* 手机端样式（屏幕宽度小于768px） */
@media (max-width: 767px) {
  .relax-text {
    margin: 40px 10px 10px 10px;
    text-align: center;
  }

  .relax-time,
  .relax-relax {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .relax-time {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #000;
}

.relax-relax {
  font-size: 30px;
  font-weight: 900;
  font-family: Notable;
  color: #000;
  margin: 10px;
}

  .relax-image img {
    margin: 0 auto;
    display: block;
    max-width: 50%;
  }
}

.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
  background-color: #000;
}

.flex-direction-nav a.flex-prev:hover,
.flex-direction-nav a.flex-next:hover {
  background-color: #c900a4;
}

