@keyframes movein {
	from {
		left: -100%
	}

	to {
		left: 0
	}
}
header .top-header .cart-cnt {
	background: #10ad95
}

header #logo-bar .car-menu a.active {
	color: #10ad95
}

header .search-text:focus {
	border: 1px solid #10ad95
}

header .search-btn {
	background-color: #10ad95
}

.mobile-show {
	background: #10ad95
}

.black .menu ul li a:hover {
	background: #10ad95
}

.black .menu ul li a:hover .category-name {
	border-bottom: 1px solid #10ad95
}

.black .menu .menu-close-block span {
	color: #10ad95
}

.black .menu .menu-close-block a::after,.black .menu .menu-close-block a::before {
	background: #10ad95
}

.black .menu .menu-close-block a:hover::after,.black .menu .menu-close-block a:hover::before {
	background: #10ad95
}

.product-tags ul li a:hover,.product-tags ul li a:focus {
	color: #10ad95;
	border: 1px solid #10ad95
}

.floor-area .floor .floor-title .floor-menu li.active a {
	background-color: #10ad95;
	border: 1px solid #10ad95
}

.floor-area .floor .floor-title span {
	color: #10ad95
}

@media (max-width: 768px) {
	.case .sm-show-title span {
		background: #10ad95;
		width: 100%;
	}
}

.side-floor ul li a:hover {
	background-color: #10ad95
}

.side-floor ul li.active {
	background-color: #10ad95
}

.hot-area .hot .hot-title {
	position: relative;
	display: inline-block;
	color: #303030;
	padding: 10px;
	margin: 0;
	border-bottom: 6px solid #10ad95;
	font-size: 18px
}

.theme-title {
	position: relative;
	display: inline-block;
	color: #303030;
	padding: 10px;
	margin: 0;
	border-bottom: 6px solid #10ad95;
	font-size: 18px
}

.path .cat-path li .fa.fa-home {
	color: #10ad95
}

.ad .owl-dot.active {
	background-color: #10ad95
}

.product-item {
	font-size: 16px
}

.product-item>a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	text-decoration: none;
	color: #303030
}

.product-item>a>div {
	width: 100%
}

.product-item>a .product-item-top {
	text-align: center;
	flex: 1
}

.product-item>a .product-item-top .item-img {
	position: relative;
	overflow: hidden
}

.product-item>a .product-item-top .item-img img {
	transition: all 0.5s;
	transform: scale(1, 1);
	width: 100%
}

.product-item>a .product-item-top .item-img .img-main {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0.9);
	transition: transform 0.5s, opacity 0.5s 0.2s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.product-item>a .product-item-top .item-img .img-preview {
	position: relative
}

.product-item>a .product-item-top .product-name {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
	color: #333;
	height: 2.8em
}

.product-item>a .product-item-bottom {
	display: flex;
	margin-top: 3px;
	flex: 1;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap
}

.product-item>a .product-item-bottom>p {
	margin-bottom: 0
}

.product-item>a .product-item-bottom>p span {
	vertical-align: baseline
}

.product-item>a .product-item-bottom>p .product-price-icon {
	font-size: 12px
}

.product-item>a .product-item-bottom>p .product-price-num {
	font-size: 18px;
	color: #f55753
}

.product-item>a .product-item-bottom>p .product-price-old {
	text-decoration: line-through;
	margin-left: 15px;
	line-height: 25px;
	color: #9e9e9e;
	font-size: 14px
}

.product-item>a .product-item-bottom .go-shopping {
	background: transparent;
	border: 1px solid #eb1c74;
	color: #eb1c74;
	padding: 3px 5px
}

@media (max-width: 768px) {
	.product-item>a .product-item-bottom>p {
		width: 100%
	}

	.product-item>a .product-item-bottom>p span {
		display: block
	}

	.product-item>a .product-item-bottom>p .product-price-old {
		margin-left: 0px
	}

	.product-item>a .product-item-bottom .go-shopping {
		width: 100%
	}
}

.product-item>a:hover {
	cursor: pointer
}

.product-item>a:hover .product-item-top .item-img .img-main {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.product-item>a:hover .product-item-top .item-img .img-preview {
	opacity: 0;
	transform: scale(1.1);
	transition: transform 0.5s, opacity 0.4s 0.1s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.product-item>a:hover .product-item-top .product-name {
	color: #10ad95
}

.cat-pages>.pagination>li>a:focus,.cat-pages>.pagination>li>a.active {
	background: #10ad95
}

.same-layer .now-layer {
	background-color: #10ad95
}

.same-layer .other-category ul li>div.next-layer a:hover {
	color: #10ad95
}

.same-layer .other-category ul li.on>div:first-child a {
	color: #10ad95
}

.rearrange-product a:nth-child(3) .fa,.rearrange-product a:nth-child(4) .fa {
	background: -webkit-linear-gradient(top, #f5f5f5 0, #10ad95 100%)
}

.full-page-loading .loading-content {
	color: #10ad95
}

.btn.main-color {
	color: #fff;
	background-color: #10ad95;
	border-color: #10ad95
}

.btn.main-color:focus,.btn.main-color.focus {
	color: #fff;
	background-color: #0c7e6d;
	border-color: #053830
}

.btn.main-color:hover {
	color: #fff;
	background-color: #0c7e6d;
	border-color: #0b7565
}

.btn.main-color:active,.btn.main-color.active,.open>.btn.main-color.dropdown-toggle {
	color: #fff;
	background-color: #0c7e6d;
	border-color: #0b7565
}

.btn.main-color:active:hover,.btn.main-color:active:focus,.btn.main-color:active.focus,.btn.main-color.active:hover,.btn.main-color.active:focus,.btn.main-color.active.focus,.open>.btn.main-color.dropdown-toggle:hover,.open>.btn.main-color.dropdown-toggle:focus,.open>.btn.main-color.dropdown-toggle.focus {
	color: #fff;
	background-color: #095e51;
	border-color: #053830
}

.btn.main-color:active,.btn.main-color.active,.open>.btn.main-color.dropdown-toggle {
	background-image: none
}

.btn.main-color.disabled:hover,.btn.main-color.disabled:focus,.btn.main-color.disabled.focus,.btn.main-color[disabled]:hover,.btn.main-color[disabled]:focus,.btn.main-color[disabled].focus,fieldset[disabled] .btn.main-color:hover,fieldset[disabled] .btn.main-color:focus,fieldset[disabled] .btn.main-color.focus {
	background-color: #10ad95;
	border-color: #10ad95
}

.btn.main-color .badge {
	color: #10ad95;
	background-color: #fff
}

.ocerp-widget .fixed-bag .cart-cnt {
	background: #10ad95
}

.ocerp-widget .add-info .add-info-name a:hover {
	color: #10ad95
}

.loading-sect {
	color: #10ad95
}

.article-item>div:nth-child(2) .to-article-detail:hover {
	background: #10ad95;
	border: 1px solid #10ad95
}

#article-search-form .input-search input {
	color: #10ad95
}

#article-search-form .input-search input:focus {
	border-bottom: 2px solid #10ad95
}

#article-search-form .input-search input:focus ~ .btn-search-article {
	color: #10ad95
}

.cam-product a:hover {
	color: #10ad95
}

.cam-product-assort__btn.active {
	border: 1px solid #10ad95;
	background: #10ad95
}

.cam-cart-title__left>div:first-child .badge {
	background: #10ad95
}

.cam-btn--green {
	background: #10ad95 !important;
	border-color: #10ad95 !important
}

.cam-btn--border-maincolor {
	border: 1px solid #10ad95;
	color: #10ad95 !important
}

.final-price-sector .final-price__chekout a.btn {
	background-color: #10ad95;
	border-color: #10ad95
}

.mobile-checkout-footer .mobile-checkout-footer__right:before {
	background-color: #10ad95
}

.mobile-checkout-footer .mobile-checkout-footer__right:after {
	background-color: #10ad95
}

.purchase-item .purchase-item__purchase-btn {
	background-color: #10ad95;
	border-color: #10ad95
}

.no-prod-msg .no-prod-msg__btn {
	background-color: #10ad95
}

.loading-sect {
	color: #10ad95
}

.ads .bx-wrapper .bx-next:hover,.ads .bx-wrapper .bx-prev:hover {
	background: #10ad95 !important
}

#product .product-tab .nav-tabs>li {
	border-bottom: 2px solid #10ad95
}

#product .product-tab .nav-tabs>li>a:hover,#product .product-tab .nav-tabs>li>a:focus {
	color: #10ad95
}

#product .product-tab .nav-tabs>li.active {
	background: #10ad95
}

#product .pb-left-column .product-image .product-img-thumb li a.zoomGalleryActive {
	border: 2px solid #10ad95
}

.attribute-color li.active {
	border-color: #10ad95;
	background-color: #10ad95
}

.attribute-color li:hover:not(.disabled) {
	border-color: #10ad95;
	background-color: #10ad95
}

.form-action .button-group .btn-contact i {
	color: #10ad95
}

.label.amz-green {
	color: #10ad95;
	border: 1px solid #10ad95
}

.label.amz-blue {
	color: #10ad95;
	border: 1px solid #10ad95
}

.coupon-sector .event-item__title div:nth-child(2) {
	background: #10ad95
}

.coupon-sector .event-item__title div:nth-child(2)::before,.coupon-sector .event-item__title div:nth-child(2)::after {
	background-color: #10ad95
}

.coupon-sector .event-item__body a:hover {
	color: #10ad95
}

.xs-popup-chekcout .xs-popup-chekcout__header .xs-popup-chekcout__info .xs-popup-chekcout__price {
	color: #10ad95
}

#recommend-product .recommend-head__title__icon {
	background: #10ad95
}

#recommend-product .discount-text span:first-child {
	background: #10ad95
}

#article-search-form .input-search input {
	color: #10ad95
}

#article-search-form .input-search input:focus {
	border-bottom: 2px solid #10ad95
}

#article-search-form .input-search input:focus ~ .btn-search-article {
	color: #10ad95
}

.store-head__depiction--mobile .depiction-head .circle-bg {
	background: #10ad95
}

.store-head__depiction--mobile .depiction-head .depiction-toggle:active,.store-head__depiction--mobile .depiction-head .depiction-toggle:focus,.store-head__depiction--mobile .depiction-head .depiction-toggle:hover {
	color: #10ad95
}

.store-head .depiction-col>p .depiction-num {
	color: #10ad95
}

.mobile-category .category-item__name a:first-child:active,.mobile-category .category-item__name a:first-child:focus {
	color: #10ad95
}

/* for success page */
.order_info {
	margin-top: 120px;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
	.order_info {
		margin-top: 90px;
	}
}

.order_info_title {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    height: 44px;
    box-shadow: 0 1px 5px #ddd;
}

.notice {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.notice a {
    text-decoration: underline;
    color: #e2007b;
    font-weight: bold;
}

.order_contents {
    padding: 20px 0;
}

.order_success {
    display: flex;
    justify-content: center;
}

.order_success div {
    padding: 0 10px;
}

.order_success img {
    max-width: 100%;
    width: 100px;
}

.order_success p {
    padding: 3px 0;
}

.order_success p span {
    color: #e2007b;
}

.order_success p.order_success_title {
    font-size: 22px;
    color: #e2007b;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.order_unpaid, .change_to_cod {
    text-align: center;
    font-size: 16px;
    color: #e2007b;
    font-weight: bold;
}

.order_unpaid {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

.order_unpaid img, .change_to_cod img {
    width: auto;
    padding: 3px 0;
}

.order_details, .shipping_details, .tracking_order_details {
    margin-top: 20px;
    padding: 15px 20px;
    box-shadow: 0 1px 5px #ddd;
}

.order_details_title, .shipping_details_title, .tracking_order_details_title {
    font-size: 18px;
    color: #e2007b;
    font-weight: bold;
    padding-bottom: 10px;
}

.order_detail, .shipping_detail {
    padding-left: 10px;
}

.order_detail .order_products {
	padding: 3px 0;
}

.order_detail .order_products p {
	font-weight: bold;
}

.order_detail .order_products p.order_products_detail {
	padding-left: 20px;
	font-weight: normal;
}

.shipping_details .shipping_detail_title {
    font-size: 14px;
    font-weight: bold;
	display: inline-block;
	width: 120px;
	text-align: right;
	padding: 3px 10px 3px 0;
}

.shipping_details .shipping-address {
    text-align: left;
}

.order_total {
    text-align: right;
    font-size: 16px;
    color: #e2007b;
    font-weight: bold;
    padding-top: 10px;
}

.backtohome {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #3abfba;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
}

/* for lists style */
.lists {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
    padding: 0 0 2% 0;
}

.list {
    width: 30%;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    margin: 8px 1% 0 1%;
    box-sizing: border-box;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .list {
        width: 48%;
    }
}
.list_pic a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.list_title {
    font-size: 12px;
    padding: 3px 2%;
}

.list_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list_price {
    padding: 0 2% 3px 2%;
}

.list_price .index_price {
    color: #d62672;
    font-weight: bold;
    font-size: 16px;
}

.list_price .index_price1 {
    font-size: 12px;
    text-decoration: line-through;
    color: #788188;
    padding-left: 1%;
}

/* for category */
.breadcrumbs {
    padding: 10px;
}

.breadcrumbs span {
    color: #666;
}

.breadcrumbs span:before {
    font-family: "FontAwesome";
    content: '\f105';
    font-weight: bold;
    padding: 0 5px;
}

.category_content {
    display: flex;
    position: relative;
}

.list_content .lists{
    background-color: #fff;
}

.category_lists {
    width: 100px;
    min-width: 100px;
    background-color: #f7f7f7;
    padding: 5px 0;
}

.category_content .normal {
    top: 45px;
    position: static;
}

.category_content .fixed {
    top: 45px;
    position: fixed;
}

.category_content .absolute {
    bottom: 0;
    position: absolute;
}

.category_lists ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category_lists li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #fefefe;
	overflow: hidden;
}

.category_lists li a.selected {
    border-left: 3px solid #e40681;
    padding-left: 7px;
    color: #e40681;
    background-color: #fff;
}