/* ver. 3.7.1 */
@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans/OpenSans-Regular.ttf);
	font-display: swap
}
a {
  color: #008000;
}
.container {
	max-width: 1380px
}

@media (max-width:1600px) {
	.container {
		max-width: 1200px
	}
}

.slick-slide {
	outline: 0!important
}

.animsition-loading-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.loader05 {
	width: 56px;
	height: 56px;
	border: 4px solid #717fe0;
	border-radius: 50%;
	position: relative;
	animation: loader-scale 1s ease-out infinite;
	top: 50%;
	margin: -28px auto 0 auto
}

@keyframes loader-scale {
	0% {
		transform: scale(0);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}

.btn-back-to-top {
	display: none;
	position: fixed;
	width: 40px;
	height: 38px;
	bottom: 0;
	right: 40px;
	background-color: #717fe0;
	opacity: .5;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	cursor: pointer;
	transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s
}

.symbol-btn-back-to-top {
	font-size: 25px;
	color: #fff;
	line-height: 1em
}

.btn-back-to-top:hover {
	opacity: 1;
	background-color: #717fe0
}

@media (max-width:575px) {
	.btn-back-to-top {
		bottom: 0;
		right: 15px
	}
}

.container-menu-desktop {
	height: auto;
	width: 100%;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.header-v2 .container-menu-desktop {
	height: 84px
}

.header-v3 .container-menu-desktop {
	height: auto
}

.header-v4 .container-menu-desktop {
	height: 125px
}

.top-block {
	width: 71%;
	position: absolute;
	padding: 0px 10px 0 10px
}

.left-top-bar {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.8;
	color: #b2b2b2
}

.right-top-bar a {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.8;
	height: 100%;
	color: #b2b2b2;
	border-right: 1px solid rgba(255, 255, 255, .3)
}

.right-top-bar a:first-child {
	border-left: 1px solid rgba(255, 255, 255, .3)
}

.right-top-bar a:hover {
	color: #6c7ae0
}

.topbar-mobile li {
	padding: 8px 20px;
	border-top: 1px solid rgba(255, 255, 255, .05);
	background-color: #222
}

.wrap-menu-desktop {
	position: fixed;
	z-index: 1100;
	background-color: transparent;
	width: 100%;
	height: 115px;
	left: 0;
	-webkit-transition: height .3s, background-color .3s;
	-o-transition: height .3s, background-color .3s;
	-moz-transition: height .3s, background-color .3s;
	transition: height .3s, background-color .3s
}

.header-v2 .wrap-menu-desktop {
	background-color: #fff;
	top: 0
}

.header-v3 .wrap-menu-desktop {
	background-color: transparent;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-v4 .wrap-menu-desktop {
	background-color: #fff
}

.limiter-menu-desktop {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: transparent
}

.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 29%
}

.logo img {
	width: 100%;
	height: 100%;
	padding: 0 10px
}

.clear {
	clear: both
}

.menu-desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 71%
}

.main-menu {
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: end
}

.main-menu>li {
	display: block;
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0 5px 0 7px
}

.main-menu>li>a {
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #fff;
	padding: 5px 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s
}

.header-v3 .main-menu>li>a {
	color: #fff
}

.wrap-icon-header {
	flex-grow: 1
}

.icon-header-item {
	position: relative;
	font-size: 30px;
	line-height: 1;
	cursor: pointer
}

.icon-header-noti::after {
	content: attr(data-notify);
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #606060;
	line-height: 18px;
	text-align: center;
	display: block;
	position: absolute;
	top: -7px;
	right: 0;
	min-width: 20px;
	height: 20px;
	padding: 0 3px;
	background-color: #fff;
	border: 1px solid #383838;
	border-radius: 10px
}

.wrap-header-mobile .wrap-icon-header {
	flex-grow: unset
}

.modal-search-header {
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	bottom: 101%;
	left: 0;
	background-color: rgba(255, 255, 255, .9);
	padding: 50px 15px 100px 15px
}

.show-modal-search {
	bottom: 0
}

.container-search-header {
	width: auto;
	max-width: 100%;
	position: relative
}

.btn-hide-modal-search {
	position: absolute;
	padding: 5px;
	right: 0;
	top: -45px;
	opacity: .8
}

.btn-hide-modal-search:hover {
	opacity: 1
}

.phone_contact {
	position: relative;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 18px 10px 0 0;
	left: -8px;
	border-radius: 0 5px 5px 0
}

.phone_contact label {
	line-height: 20px;
	padding: 0 2px;
	position: absolute;
	background-color: #008000;
	top: -10px;
	left: 0;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0
}

.phone_contact .k-num {
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	margin-top: -8px
}

.text-phone {
	transform: rotate(45deg)
}

.wrap-search-header {
	width: 960px;
	max-width: 100%;
	height: 30px;
	background: #fff;
	border-radius: 5px
}

.wrap-search-header input {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.2;
	color: #333;
	padding: 0 30px 0 0;
	width: calc(100% - 35px);
	height: 100%;
	background-color: transparent
}

.wrap-search-header button {
	font-size: 30px;
	color: #fff;
	width: 35px;
	height: 100%;
	background: #000;
	border: 1px solid #000;
	border-radius: 0 5px 5px 0
}

.wrap-search-header button:hover {
	color: #6c7ae0
}
@media only screen and (min-width: 768px){
	.side-menu{
		display: block;
	}
	
}
@media (max-width:767px) {
	.wrap-search-header button,
	.wrap-search-header input {
		font-size: 30px
	}
	.wrap-search-header {
		height: 50px
	}
	.crop { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:100px; }
	.side-menu  {
		display: none;
	}
}

@media (max-width:575px) {
	.wrap-search-header button,
	.wrap-search-header input {
		font-size: 20px
	}
	.wrap-search-header button {
		width: 35px
	}
	.wrap-search-header {
		height: 80px
	}
}

.fix-menu-desktop .wrap-menu-desktop {
	height: 70px;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
	height: 70px
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
	background-color: #222;
	border-color: #222
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
	height: 110px
}

.main-menu>li.active-menu>a {
	color: #fff
}

.wrap-header-mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 110px;
	background-color: #fff;
	padding: 15px;
	display: none;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.logo-mobile {
	display: block;
	position: relative;
	height: 80%;
	padding-right: 25px;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1
}

.logo-mobile img {
	max-width: calc(100% - 20px);
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.hamburger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7)
}

.hamburger:hover {
	opacity: 1
}
@media only screen and (min-width: 991px){
	.slider-area{
		display: block;
	}
	
}
@media (max-width:991px) {
	.wrap-header-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
	.container-menu-desktop {
		display: none
	}
	.slider-area {
		display: none;
	}
}

.menu-mobile {
	width: 100%;
	background-color: #fff;
	display: none
}

.main-menu-m {
	border-bottom: 1px solid #edf3ee;
	box-shadow: 0 0 3px #969696;
	-webkit-box-shadow: 0 0 4px #969696;
	-moz-box-shadow: 0 0 3px #969696;
	-o-box-shadow: 0 0 3px #969696
}

.main-menu-m>li>a {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #383838;
	line-height: 2.8;
	padding: 8px 10px 8px 10px
}

.main-menu-m>li {
	color: #383838;
	border-bottom: 1px solid #edf3ee;
	position: relative
}

.arrow-main-menu-m {
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 2px;
	padding: 10px;
	cursor: pointer
}

.arrow-main-menu-m i {
	transform-origin: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.turn-arrow-main-menu-m i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sub-menu-m {
	background-color: #fff;
	padding: 10px 15px 10px 32px;
	display: none
}

.sub-menu-m a {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #666;
	line-height: 2.5;
	padding: 5px 0 5px 0
}

.sub-menu-m a:hover {
	text-decoration: none;
	color: #555
}

@media (min-width:992px) {
	.menu-mobile {
		display: none
	}
}

.bread-crumb {
	border-bottom: 1px solid #e2e2e2
}

.sec-product-detail {
	margin: 5px
}

.wrap-sidebar {
	position: fixed;
	z-index: 1100;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.sidebar {
	position: fixed;
	z-index: 1100;
	width: 390px;
	max-width: calc(100% - 30px);
	height: 100vh;
	top: 0;
	right: -400px;
	background-color: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .34;
	transition: all .4s;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18)
}

.show-sidebar {
	visibility: visible;
	background-color: rgba(0, 0, 0, .6)
}

.show-sidebar .sidebar {
	right: 0
}

@media (max-width:991px) {
	.wrap-sidebar {
		display: none
	}
}

.sidebar-content {
	flex-grow: 1;
	overflow: auto;
	align-content: space-between
}

.wrap-item-gallery {
	width: calc((100% - 20px)/ 3)
}

.item-gallery {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative
}

.item-gallery::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(103, 117, 214, .8);
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .34;
	transition: all .4s
}

.item-gallery:hover:after {
	opacity: 1
}

.lft {
	float: left
}

.rgt {
	float: right
}

.font-italic {
  font-style: italic;
}

.text-underline {
  text-decoration:underline;
}

.wrap-header-cart {
	position: fixed;
	z-index: 1100;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.header-cart {
	z-index: 1100;
	width: 390px;
	max-width: calc(100% - 30px)
}

.header-cart::after {
	content: "";
	display: block;
	width: 100%;
	height: 9%;
	min-height: 30px
}

.show-header-cart {
	visibility: visible;
	background-color: rgba(0, 0, 0, .6)
}

.show-header-cart .header-cart {
	right: 0
}

.header-cart-title {
	width: 260px;
	max-width: 100%;
	height: 16.5%;
	min-height: 85px
}

.header-cart-content {
	flex-grow: 1;
	overflow: auto;
	align-content: space-between
}

.header-cart-wrapitem {
	flex-grow: 1
}

.header-cart-item-img {
	width: 60px;
	position: relative;
	margin-right: 20px;
	cursor: pointer
}

.header-cart-item-img img {
	width: 100%
}

.header-cart-item-img::after {
	content: '\e870';
	font-family: Linearicons-Free;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	opacity: 0
}

.header-cart-item-img:hover:after {
	opacity: 1
}

.header-cart-item-txt {
	width: calc(100% - 80px)
}

.header-cart-item-name {
	display: block;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #555;
	line-height: 1.3
}

.header-cart-item-info {
	display: block;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #888;
	line-height: 1.5
}

.header-cart-total {
	font-family: OpenSans-Regular;
	font-size: 18px;
	color: #222;
	line-height: 1.3
}

@media (max-width:575px) {
	.header-cart {
		padding: 30px
	}
	.header-cart-title {
		padding-bottom: 35px
	}
}

.wrap-slick3 {
	position: relative
}

.wrap-slick3-arrows {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: calc(40% - 20px)
}

.arrow-slick3 {
	font-size: 12px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #008000;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.arrow-slick3:hover {
	background-color: rgba(0, 0, 0, .9)
}

.prev-slick3 {
	left: 0
}

.next-slick3 {
	right: 0
}

.wrap-slick3-dots {
	width: 100%
}

.slick3 {
	width: 100%
}

.slick3-dots li {
	display: inline-block;
	position: relative;
	width: 20%;
	margin: 0 0 .2% 1%;
	padding: 5px;
	border: 1px solid #e2e2e2
}

.slick3-dots li img {
	width: 100%
}

.slick3-dot-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.slick3-dot-overlay:hover {
	border: 1px solid #008000
}

.slick3-dots .slick-active .slick3-dot-overlay {
	border: 1px solid #008000
}

.preview_img {
	box-shadow: 0 0 3px #969696;
	-webkit-box-shadow: 0 0 4px #969696;
	-moz-box-shadow: 0 0 3px #969696;
	-o-box-shadow: 0 0 3px #969696;
	margin-bottom: 10px
}

.thumb-image{
   position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.mfp-bg {
	z-index: 10000;
	background-color: #000;
	opacity: .9
}

.mfp-wrap {
	z-index: 10000
}

.mfp-arrow:after,
.mfp-arrow:before {
	display: none
}

.mfp-arrow {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

button.mfp-arrow-right {
	background-image: url(../images/icons/icon-next.png);
	background-position: center center;
	background-repeat: no-repeat
}

button.mfp-arrow-left {
	background-image: url(../images/icons/icon-prev.png);
	background-position: center center;
	background-repeat: no-repeat
}

button.mfp-close {
	width: 75px!important;
	height: 58px!important;
	line-height: 44px;
	position: fixed;
	right: 0;
	top: 0;
	color: transparent!important;
	background-image: url(../images/icons/icon-close.png)!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	cursor: pointer!important;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .9
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.tabs {
	width: 100%;
	color: #383838
}

[role=tablist] {
	margin: 0 0 -.1em;
	overflow: visible;
	padding: 0
}

[role=tab] {
	position: relative;
	margin: 0;
	padding: .3em .5em .4em;
	border: 1px solid #bebebe;
	border-radius: .2em .2em 0 0;
	box-shadow: 0 0 .2em #bebebe;
	overflow: visible;
	font-family: OpenSans-Regular;
	text-transform: uppercase;
	font-size: 12px;
	background: #e7e7e7;
	font-weight: 700
}

[role=tab]:focus::before,
[role=tab]:hover::before,
[role=tab][aria-selected=true]::before {
	position: absolute;
	bottom: 100%;
	right: -1px;
	left: -1px;
	border-radius: .2em .2em 0 0;
	border-top: 3px solid #008000;
	content: ''
}

[role=tab][aria-selected=true] {
	border-radius: 0;
	background: #fff;
	outline: 0
}

[role=tab][aria-selected=true]:not(:focus):not(:hover)::before {
	border-top: 5px solid #008000
}

[role=tab][aria-selected=true]::after {
	position: absolute;
	z-index: 3;
	bottom: -1px;
	right: 0;
	left: 0;
	height: .3em;
	background: #fff;
	box-shadow: none;
	content: ''
}

[role=tab]:active,
[role=tab]:focus,
[role=tab]:hover {
	outline: 0;
	border-radius: 0;
	color: inherit
}

[role=tab]:focus::before,
[role=tab]:hover::before {
	border-color: #008000
}

[role=tabpanel] {
	position: relative;
	z-index: 2;
	padding: .5em .5em .7em;
	border: 1px solid #b6b7b8;
	border-radius: 0 .2em .2em .2em;
	box-shadow: 0 0 .2em #b6b7b8;
	background: #fbfcfd
}

[role=tabpanel]:focus {
	outline: 0
}

[role=tabpanel]:focus::after {
	position: absolute;
	bottom: 0;
	right: -1px;
	left: -1px;
	content: ''
}

[role=tabpanel] p {
	margin: 0
}

[role=tabpanel] *+p {
	margin-top: 1em
}

.show-filter .icon-filter,
.show-search .icon-search {
	display: none
}

.show-filter .icon-close-filter,
.show-search .icon-close-search {
	display: unset
}

.show-filter,
.show-search {
	background-color: #f2f2f2;
	border-color: #e7e7e7;
	position: relative
}

.show-filter::after,
.show-search::after {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #f2f2f2;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(50% - 7px);
	bottom: -8px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.show-filter:hover:after,
.show-search:hover:after {
	background-color: #717fe0;
	border-color: #717fe0
}

.filter-col1 {
	width: 27%
}

.filter-col2 {
	width: 27%
}

.filter-col3 {
	width: 26%
}

.filter-col4 {
	width: 20%
}

.filter-link {
	color: #aaa;
	border-bottom: 1px solid transparent
}

.filter-link:hover {
	color: #6c7ae0;
	border-bottom: 1px solid #6c7ae0
}

.filter-link-active {
	color: #6c7ae0;
	border-bottom: 1px solid #6c7ae0
}

@media (max-width:767px) {
	.filter-col1,
	.filter-col2,
	.filter-col3,
	.filter-col4 {
		width: 50%
	}
}

@media (max-width:575px) {
	.filter-col1,
	.filter-col2,
	.filter-col3,
	.filter-col4 {
		width: 100%
	}
}

.wrap-num-product {
	width: 175px;
	height: 35px;
	border: 1px solid #008000;
	border-radius: 3px;
	overflow: hidden
}

.btn-num-product-down,
.btn-num-product-up {
	width: 35px;
	height: 100%;
	cursor: pointer
}

.num-product {
	width: calc(100% - 70px);
	height: 100%;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	background-color: #f7f7f7
}

input.num-product {
	-moz-appearance: textfield;
	appearance: none;
	-webkit-appearance: none
}

input.num-product::-webkit-inner-spin-button,
input.num-product::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.tooltip100 {
	position: relative
}

.tooltip100::after {
	content: attr(data-tooltip);
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #888;
	line-height: 18px;
	white-space: nowrap;
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	height: 20px;
	padding: 0 8px;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .18);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	visibility: hidden;
	opacity: 0
}

.tooltip100:hover:after {
	visibility: visible;
	opacity: 1
}

.wrap-modal1 {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9000;
	overflow: auto;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	visibility: hidden;
	opacity: 0
}

.overlay-modal1 {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .8
}

.show-modal1 {
	visibility: visible;
	opacity: 1
}

.block1 {
	position: relative;
	border: 1px solid #e6e6e6
}

.block1-txt {
	background-color: rgba(103, 117, 214, 0)
}

.block1-name {
	color: #333
}

.block1-info {
	color: #555
}

.block1-txt-child2 {
	border-bottom: 2px solid #fff;
	overflow: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}

.block1-link {
	-webkit-transform: translateY(250%);
	-moz-transform: translateY(250%);
	-ms-transform: translateY(250%);
	-o-transform: translateY(250%);
	transform: translateY(250%)
}

.block1-txt:hover {
	background-color: rgba(103, 117, 214, .8)
}

.block1-txt:hover .block1-txt-child2 {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.block1-txt:hover .block1-link {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.block1-txt:hover .block1-info,
.block1-txt:hover .block1-name {
	color: #fff
}

.block2-pic {
	position: relative
}

.block2-btn {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.block2-pic:hover .block2-btn {
	bottom: 20px
}

.block2-txt-child1 {
	width: calc(100% - 30px)
}

.block2-txt-child2 {
	width: 30px
}

.btn-addwish-b2 .icon-heart2 {
	opacity: 0
}

.btn-addwish-b2:hover .icon-heart2 {
	opacity: 1
}

.btn-addwish-b2:hover .icon-heart1 {
	opacity: 0
}

.js-addedwish-b2 .icon-heart2 {
	opacity: 1
}

.js-addedwish-b2 .icon-heart1 {
	opacity: 0
}

.label-new {
	position: relative
}

.label-new::after {
	content: attr(data-label);
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	min-width: 50px;
	height: 22px;
	border-radius: 11px;
	padding: 0 6px;
	background-color: #66a8a6;
	top: 42px;
	left: 12px
}

.cl0 {
	color: #fff
}

.cl1 {
	color: #717fe0
}

.cl2 {
	color: #333
}

.cl3 {
	color: #008000
}

.cl4 {
	color: #999
}

.cl5 {
	color: #222
}

.cl6 {
	color: #888
}

.cl7 {
	color: #383838
}

.cl8 {
	color: #666
}

.cl9 {
	color: #aaa
}

.cl10 {
	color: #1d1d1d
}

.cl11 {
	color: #f9ba48
}

.cl12 {
	color: #ccc
}
.cl13 {
	color: #EB0000;
}

.stext-101 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.466667;
	text-indent: 5px;
	font-weight: 700
}

.stext-102 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.7
}

.stext-103 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.7;
	font-weight: 700
}
.stext-104 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 2.2
}

.stext-105 {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 1.466667;
}

.stext-106 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.2;
	text-decoration:underline;
}

.stext-107 {
	font-family: OpenSans-Regular;
	font-size: 13px;
	line-height: 1.5
}
.stext-108 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: underline overline;
}
.stext-109 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.833333
}

.stext-110 {
	font-family: OpenSans-Regular;
	font-size: 15px;
	line-height: 1.466667
}

.stext-111 {	
	font-family: OpenSans-Regular;	
	font-size: 10px;	
	line-height: 1.2;	
	text-decoration:underline;	
}

.stext-112 {
	font-family: OpenSans-Regular;
	font-size: 13px;
	line-height: 1.6923;
	text-transform: uppercase
}
.stext-114 {	
	font-family: OpenSans-Regular;	
	font-size: 10px;	
	line-height: 2.2	
}
.stext-115 {
	font-family: OpenSans-Regular;
	font-size: 15px;
	line-height: 1.666667
}

.stext-116 {
	font-family: OpenSans-Regular;
	font-size: 15px;
	line-height: 1.266667
}
.stext-117 {
	font-family: OpenSans-Regular;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 700;
	height:50px;
}
.stext-301 {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700
}

.mtext-101 {
	font-family: OpenSans-Regular;
	font-size: 18px;
	line-height: 1.333333
}

.mtext-102 {
	font-family: OpenSans-Regular;
	font-size: 16px;
	line-height: 1.6
}

.mtext-103 {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 1.333333;
	text-transform: uppercase
}

.mtext-104 {
	font-family: OpenSans-Regular;
	font-size: 16px;
	line-height: 1.6
}

.mtext-105 {
	font-family: OpenSans-Regular;
	font-size: 24px;
	line-height: 1.5
}

.mtext-106 {
	font-family: OpenSans-Regular;
	font-size: 16px;
	line-height: 1.388888;
	font-weight: 700
}

.mtext-107 {	
	font-family: OpenSans-Regular;	
	font-size: 14px;	
	line-height: 1.388888;	
	font-weight: 700	
}

.mtext-108 {
	font-family: OpenSans-Regular;
	font-size: 20px;
	line-height: 1.3
}

.mtext-109 {
	font-family: OpenSans-Regular;
	font-size: 22px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700
}

.mtext-110 {
	font-family: OpenSans-Regular;
	font-size: 16px;
	line-height: 1.222222;
	font-weight: 700
}

.ltext-101 {
	font-family: OpenSans-Regular;
	font-size: 28px;
	line-height: 1.2857
}

.ltext-202 {
	font-family: OpenSans-Regular;
	font-size: 28px;
	line-height: 1.2857
}

.size-101 {
	min-width: 175px;
	height: 35px
}

.size-102 {
	min-width: 139px;
	height: 40px
}

.size-103 {
	min-width: 179px;
	height: 46px
}

.size-104 {
	min-width: 94px;
	height: 40px
}

.size-105 {
	min-width: 111px;
	height: 40px
}

.size-106 {
	width: 88px;
	height: 100%
}

.size-107 {
	min-width: 145px;
	height: 40px
}

.size-108 {
	width: 40px;
	height: 40px
}

.size-109 {
	width: 25px;
	height: 25px
}

.size-110 {
	width: 100%;
	min-height: 100px
}

.size-111 {
	width: 100%;
	height: 40px
}

.size-112 {
	min-width: 134px;
	height: 43px
}

.size-113 {
	width: 38px;
	height: 60px
}

.size-114 {
	width: calc(100% - 38px);
	height: 60px
}

.size-115 {
	min-width: 185px;
	height: 45px
}

.size-116 {
	width: 100%;
	height: 50px
}

.size-117 {
	width: 220px;
	height: 45px
}

.size-118 {
	min-width: 163px;
	height: 45px
}

.size-119 {
	min-width: 156px;
	height: 45px
}

.size-120 {
	width: 100%;
	height: 175px
}

.size-121 {
	width: 100%;
	height: 46px
}

.size-122 {
	width: 55px;
	height: 100%
}

.size-123 {
	width: 70px;
	min-height: 70px
}

.size-124 {
	width: 100%;
	min-height: 250px
}

.size-125 {
	min-width: 180px;
	height: 40px
}

.size-201 {
	max-width: 270px
}

.size-202 {
	width: calc(100% / 3)
}

.size-203 {
	width: 105px
}

.size-204 {
	width: calc(100% - 105px)
}

.size-205 {
	width: 145px
}

.size-206 {
	width: calc(100% - 145px)
}

.size-207 {
	width: calc(100% - 78px)
}

.size-208 {
	width: 30%
}

.size-209 {
	width: 70%
}

.size-210 {
	width: 50%
}

.size-211 {
	width: 60px
}

.size-212 {
	width: calc(100% - 45px)
}

.size-213 {	
	width: calc(100% - 35px)	
}

.size-214 {
	width: 90px
}

.size-215 {
	width: calc(100% - 110px)
}

.size-216 {
	width: 55px
}

.size-217 {
	width: calc(100% - 55px)
}

.size-218 {
	max-width: 286px
}
.size-219 {
	width: 10%
}
.size-220 {
	width: 15%
}
.size-221 {
	width: 20%
}
.size-222 {
	width: 25%
}
.size-223 {
	width: 40%
}
.size-224 {
	width: 5%
}
.size-225 {
	width: 200px
}
.size-301 {
	min-height: 30px
}

.size-302 {
	min-height: 80px
}

.size-303 {
	height: 390px
}
.size-304 {
	height: 70px
}
.bg-none {
	background-color: transparent
}

.bg0 {
	background-color: #fff
}

.bg1 {
	background-color: #717fe0
}

.bg2 {
	background-color: #008000
}

.bg3 {
	background-color: #F2F2F2
}

.bg5 {
	background-color: rgba(0, 0, 0, .5)
}

.bg6 {
	background-color: #383838
}

.bg7 {
	background-color: #ededed
}

.bg8 {
	background-color: #f3f3f3
}

.bg9 {
	background-color: #343434
}

.bg-overlay1::before {
	content: "";
	position: absolute;
	z-index: -100;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .5
}

.bg-img1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.bor0 {
	border-radius: 50%
}

.bor1 {
	border-radius: 3px 3px 3px 3px
}

.bor2 {
	border-radius: 20px
}

.bor3 {
	border-bottom: 1px solid transparent
}

.bor4 {
	border: 1px solid #e6e6e6;
	border-radius: 3px
}

.bor5 {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5
}

.bor6 {
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.bor7 {
	border: 1px solid #ccc;
	border-radius: 15px
}

.bor8 {
	border: 1px solid #008000;
	border-radius: 2px
}

.bor9 {
	border-right: 1px solid #e6e6e6
}

.bor10 {
	border: 1px solid #e6e6e6
}

.bor11 {
	border-radius: 21px
}

.bor12 {	
	border-bottom: 1px solid #edf3ee	
}	
.bor12:last-child {	
	border-bottom: transparent;	
}

.bor13 {
	border: 1px solid #e6e6e6;
	border-radius: 22px
}

.bor14 {
	border-radius: 25px
}

.bor15 {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.bor16 {
	border-left: 3px solid #e6e6e6
}

.bor17 {
	border: 1px solid #e6e6e6;
	border-radius: 25px
}

.bor18 {
	border-top: 1px solid #e6e6e6
}

.bor18:last-child {
	border-bottom: 1px solid #e6e6e6
}

.bor19 {
	border: 1px solid #d9d9d9;
	border-radius: 2px
}

.bor20 {
	border-top: 40px solid #008000
}
.bor21 {	
	border-bottom: 1px solid #edf3ee	
}
.plh0::-webkit-input-placeholder {
	color: #999
}

.plh0:-moz-placeholder {
	color: #999
}

.plh0::-moz-placeholder {
	color: #999
}

.plh0:-ms-input-placeholder {
	color: #999
}

.plh1::-webkit-input-placeholder {
	color: #b2b2b2
}

.plh1:-moz-placeholder {
	color: #b2b2b2
}

.plh1::-moz-placeholder {
	color: #b2b2b2
}

.plh1:-ms-input-placeholder {
	color: #b2b2b2
}

.plh2::-webkit-input-placeholder {
	color: #333
}

.plh2:-moz-placeholder {
	color: #333
}

.plh2::-moz-placeholder {
	color: #333
}

.plh2:-ms-input-placeholder {
	color: #333
}

.plh3::-webkit-input-placeholder {
	color: #555
}

.plh3:-moz-placeholder {
	color: #555
}

.plh3::-moz-placeholder {
	color: #555
}

.plh3:-ms-input-placeholder {
	color: #555
}

.plh4::-webkit-input-placeholder {
	color: #888
}

.plh4:-moz-placeholder {
	color: #888
}

.plh4::-moz-placeholder {
	color: #888
}

.plh4:-ms-input-placeholder {
	color: #888
}

.js-addedwish-detail {
	color: #6c7ae0
}

.label1 {
	position: relative
}

.label1::after {
	content: attr(data-label1);
	font-family: OpenSans-Regular;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: absolute;
	top: 3px;
	right: -9px;
	height: 15px;
	min-width: 32px;
	border-radius: 7px;
	padding: 0 4px;
	background-color: #f74877
}

.label1.rs1::after {
	top: calc(50% - 8px);
	right: auto;
	left: 90%
}

.how-active1 {
	color: #333;
	border-color: #797979
}

.wrap-input1 {
	position: relative;
	border-bottom: 2px solid rgba(204, 204, 204, .1)
}

.input1 {
	background-color: transparent;
	width: 100%
}

.focus-input1 {
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #6774d5;
	left: 0;
	bottom: -2px
}

.input1:focus+.focus-input1 {
	width: 100%
}

.how-pagination1 {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: grey;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #e6e6e6
}

.how-pagination1:hover {
	background-color: #999;
	border-color: #999;
	color: #fff
}

.active-pagination1 {
	background-color: #999;
	border-color: #999;
	color: #fff
}

.how-shadow1 {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.how-pos1 {
	position: absolute;
	top: 10px;
	right: 10px
}

.how-pos2 {
	padding-left: 10.7%;
	padding-right: 11%
}

@media (max-width:991px) {
	.how-pos2 {
		padding-left: 8%;
		padding-right: 8%
	}
}

.how-pos3-parent {
	position: relative
}

.how-pos3 {
	position: absolute;
	top: -35px;
	right: 0
}

.how-pos4-parent {
	position: relative
}

.how-pos4 {
	position: absolute;
	top: calc(50% - 9px);
	left: 28px
}

.how-pos5-parent {
	position: relative
}

.how-pos5 {
	position: absolute;
	top: 15px;
	left: 10px
}

.how-bor1,
.how-bor2 {
	position: relative;
	z-index: 1
}

.how-bor1::before,
.how-bor2::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 3px solid #ccc
}

.how-bor1::before {
	bottom: -21px;
	left: -21px
}

@media (max-width:767px) {
	.how-bor1::before {
		bottom: -21px;
		right: -21px;
		left: auto
	}
}

.how-bor2::before {
	bottom: -21px;
	right: -21px
}

.focus-in0:focus::-webkit-input-placeholder {
	color: transparent
}

.focus-in0:focus:-moz-placeholder {
	color: transparent
}

.focus-in0:focus::-moz-placeholder {
	color: transparent
}

.focus-in0:focus:-ms-input-placeholder {
	color: transparent
}

.hov-cl0:hover {
	color: #fff
}

.hov-bg0:hover {
	background-color: #fff
}

.hov-cl1:hover {
	color: #008000
}

.hov-bg1:hover {
	background-color: #717fe0
}

.hov-img0 {
	display: block;
	overflow: hidden
}

.hov-img0 img {
	width: 100%;
	-webkit-transition: transform .9s ease;
	-o-transition: transform .9s ease;
	-moz-transition: transform .9s ease;
	transition: transform .9s ease
}

.hov-img0:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.hov-btn1:hover {
	border-color: #222;
	background-color: #222;
	color: #fff
}

.hov-btn1:hover i {
	color: #fff
}

.hov-btn2:hover {
	border-color: #fff;
	background-color: #fff;
	color: #717fe0
}

.hov-btn3:hover {
	border-color: #008000;
	background-color: #008000;
	color: #fff
}

.hov-btn3:hover i {
	color: #fff
}

.hov-tag1:hover {
	color: #717fe0;
	border-color: #717fe0
}

.hov-ovelay1 {
	position: relative
}

.hov-ovelay1::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(103, 117, 214, .8);
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s
}

.hov-ovelay1:hover:after {
	opacity: 1
}

.hov1:hover {
	color: #333;
	border-color: #797979
}

.hov2:hover {
	background-color: #f2f2f2
}

.hov3 {
	opacity: .6
}

.hov3:hover {
	opacity: 1
}

@media (max-width:991px) {
	.m-0-lg {
		margin: 0
	}
	.m-lr-0-lg {
		margin-left: 0;
		margin-right: 0
	}
	.m-lr-15-lg {
		margin-left: 15px;
		margin-right: 15px
	}
	.m-l-0-lg {
		margin-left: 0
	}
	.m-r-0-lg {
		margin-right: 0
	}
	.m-l-15-lg {
		margin-left: 15px
	}
	.m-r-15-lg {
		margin-right: 15px
	}
	.p-0-lg {
		padding: 0
	}
	.p-lr-0-lg {
		padding-left: 0;
		padding-right: 0
	}
	.p-lr-15-lg {
		padding-left: 15px;
		padding-right: 15px
	}
	.p-l-0-lg {
		padding-left: 0
	}
	.p-r-0-lg {
		padding-right: 0
	}
	.p-l-15-lg {
		padding-left: 15px
	}
	.p-r-15-lg {
		padding-right: 15px
	}
	.w-full-lg {
		width: 100%
	}
}

@media (max-width:767px) {
	.m-0-md {
		margin: 0
	}
	.m-lr-0-md {
		margin-left: 0;
		margin-right: 0
	}
	.m-lr-15-md {
		margin-left: 15px;
		margin-right: 15px
	}
	.m-l-0-md {
		margin-left: 0
	}
	.m-r-0-md {
		margin-right: 0
	}
	.m-l-15-md {
		margin-left: 15px
	}
	.m-r-15-md {
		margin-right: 15px
	}
	.p-0-md {
		padding: 0
	}
	.p-lr-0-md {
		padding-left: 0;
		padding-right: 0
	}
	.p-lr-15-md {
		padding-left: 15px;
		padding-right: 15px
	}
	.p-l-0-md {
		padding-left: 0
	}
	.p-r-0-md {
		padding-right: 0
	}
	.p-l-15-md {
		padding-left: 15px
	}
	.p-r-15-md {
		padding-right: 15px
	}
	.w-full-md {
		width: 100%
	}
}

@media (max-width:575px) {
	.m-0-sm {
		margin: 0
	}
	.m-lr-0-sm {
		margin-left: 0;
		margin-right: 0
	}
	.m-lr-15-sm {
		margin-left: 15px;
		margin-right: 15px
	}
	.m-l-0-sm {
		margin-left: 0
	}
	.m-r-0-sm {
		margin-right: 0
	}
	.m-l-15-sm {
		margin-left: 15px
	}
	.m-r-15-sm {
		margin-right: 15px
	}
	.p-0-sm {
		padding: 0
	}
	.p-lr-0-sm {
		padding-left: 0;
		padding-right: 0
	}
	.p-lr-15-sm {
		padding-left: 15px;
		padding-right: 15px
	}
	.p-l-0-sm {
		padding-left: 0
	}
	.p-r-0-sm {
		padding-right: 0
	}
	.p-l-15-sm {
		padding-left: 15px
	}
	.p-r-15-sm {
		padding-right: 15px
	}
	.w-full-sm {
		width: 100%
	}
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger:hover {
	opacity: .7
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -10px
}

.hamburger-inner::after {
	bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: .1s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top .1s .14s ease, opacity .1s ease
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .14s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .1s ease, opacity .1s .14s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1)
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
.mitte {
    padding: 10px;
    font-size: 14px;
	  color: #008000;
	  text-align:center;
}
.mitte ul, .mitte li{
	display: inline-block;
}
.mitte input.link, .mitte input.current, .mitte input.disabled {
   display:inline;
}
.mitte .disabled, .mitte .link {
    padding: 3px 7px;
    margin: 5px;
    background: none;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 40%), rgb(255 255 255 / 10%) 0 1px 0;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 40%), rgb(255 255 255 / 10%) 0 1px 0;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.25);
    color: #008000;
}
.mitte .disabled {
    color: #999;
    cursor: default;
}
.mitte .current {
    padding: 3px 7px;
    margin: 5px;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 40%), rgb(255 255 255 / 10%) 0 1px 0;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 40%), rgb(255 255 255 / 10%) 0 1px 0;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.25);
    color: #EB0000;
	font-weight:bold;
}

.side-menu ul li a::before {
    content: "\0025B9";   
    margin-right: 5px;
}

.content-title .float-l:before {
 content:"";
 position:absolute;
 left:0;
 bottom:0;
 height:1px;
 width:15%;
 border-bottom:3px solid #008000
}
.slider-area {
    background-image: url(../images/banner.png);
    position: relative;
    height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.mySlides {
    float: left;
    width: 100%;
}

.slider-area .prev, .slider-area .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    color: #383838;
    font-weight: bold;
    font-size: 14px;
    transition: .6s ease;
    height: 27px;
    padding: 2px 10px 10px 8px;
    border-radius: 20px;
    border: 1px solid #008000;
    background-color: #eee9e9;
}

.slider-area .prev {
 left:10px
}
.slider-area .next {
 right:10px
}
/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.masonry .brick {
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
}

/* Bordered masonry */
.masonry.bordered {
  column-gap: 5px;
}

.masonry.bordered .brick {
  width: 285px;
}
.masonry.bordered .brick li {
    list-style-type: square;
    margin-left: 15px;
}
/* Masonry on tablets */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .masonry {
    column-count: 2;
  }
  .masonry.bordered .brick {
	width: 270px;
  }
}
/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .masonry {
    column-count: 2;
  }
}
/* Masonry on small screens */
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .masonry {
    column-count: 3;
  }
}
/* Masonry on big screens */
@media only screen and (min-width: 1200px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 4;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 80px;
  padding: 0 10px;
}

.table-shopping-cart .column-2 {
  width: 250px;
  font-size: 15px;
}

.table-shopping-cart .column-3 {
  width: 120px;
  font-size: 16px;
}

.table-shopping-cart .column-4 {
  width: 100px;
  text-align: right;
}

.table-shopping-cart .column-5 {
  width: 100px;
  padding-right: 50px;
  text-align: right;
  font-size: 16px;
}
.table-shopping-cart .column-6 {
  width: 100px;
  padding-left: 20px;
}
.table-shopping-cart .column-7 {
  width: 50px;
  padding-left: 20px;
}
.table-shopping-cart .table_row {
  height: 100px;
  background: #F2F2F2;
}
.table-shopping-cart tr:nth-of-type(2n+1) {
    background: #FFF;
}
.table-shopping-cart .table_row td {
  padding-bottom: 10px;
}

.table-shopping-cart .table_row td.column-1 {
  padding-bottom: 10px;
}

.table-shopping-cart .table_head th {
  font-family: OpenSans-Regular;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-shopping-cart td {
  font-family: OpenSans-Regular;
  color: #555;
  line-height: 1.6;
}

.wrap-table-checkout-cart {
  overflow: auto;
}

.table-checkout-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}
.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 25px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #008000
}

.steps .step.completed .step-icon {
    border-color: #008000;
    background-color: #008000;
    color: #fff
}
.steps .step.process .step-icon {
    border: 1px solid #FFCB2F;
    background: #FFCB2F;
    color: #FFF;
}
.steps .step.notcompleted .step-icon {
    border: 1px solid #E63D46;
	background-color: #E63D46;
	color: #fff;
}
@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}
.stars {
	width: 120px;
}

.star {
	font-size: x-large;
	width: 20px;
	display: inline-block;
	color: gray;
}

.stars:hover .star {color: gold; }
.star:hover ~ .star { color: grey !important;  } 
.star:last-child {
	margin-right: 0;
}
.star:before {
	content: '\2605';
}
.star.on {
	color: gold;
}
.star.half:after {
	content: '\2605';
	color: gold;
	margin-left: -20px;
	width: 10px;
	position: absolute;
	overflow: hidden;
}
@media (max-width: 1200px) {

.header-cart #ts-logo{
	margin-top:-5px;
}
}
@media (max-width: 991px) {
	.header-cart #ts-logo{
		display:none;
	}
}
.red-box{
border: 2px solid #FF0000;
}

.black-box{
border: 2px solid #000;
}
.help-block{
	 color:#EB0000;
}