.hidden {
	display: none !important;
}
.error {
	color: #F4364C !important;
}
.n_footer-form input {
	background: none;
}
.n_footer-form .submit_group {
	position: relative;
}
.n_footer-form button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../images/arrow2.svg) no-repeat right center;
	border: none;
	cursor: pointer;
}

.inputbox.error input,
.inputbox2.error input{
	background-position: right 15px center;
}

.product-item__brand {
	text-transform: uppercase;
}

.toping-item__img img {
	height: 100%;
	object-fit: cover;
}

.toping-item {
	align-self: flex-start;
}

.button1.disabled {
	background: #DDDDDD;
	cursor: default;
	pointer-events: none
}
.button2.disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none
}

.add-favorite:hover .icon-fav {
	background-image: url(../images/heart-icon2.svg);
}
.add-favorite.active:hover .icon-fav {
	background-image: url(../images/heart-icon3.svg);
}

.pagination-list span{
	width: 40px;
	height: 40px;
	border: 1px solid #838383;
	display: block;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	color: #838383;
}

.pagination-list li.active span{
	border-color:#202C38;
	color: #202C38;
}

.pagination-list span.page-prev,
.pagination-list span.page-next{
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .5;
}

.sidebar-list__drop ul {
	list-style: none;
	padding: 0;
}
.sidebar-list__drop ul ul {
	padding-left: 25px;
}
.sidebar-list__drop ul li {
	margin-top: 15px;
	font-size: 14px;
}
.sidebar-list__drop ul li a {
	color: #202c38;
	text-decoration: none;
	text-transform: uppercase;
}
.sidebar-list__drop ul li.active > a {
	font-weight: bold;
}

.reviews-slider .slick-track,
.product-carousel .slick-track{
	margin-left: unset;
	margin-right: unset;
}

.product-check {
	margin-bottom: 0;
}
.product-share {
	margin-top: 30px;
}

.n_cart-img {
	text-align: center;
}

.loading {
	position: relative;
}
.loading:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5) url(../images/loading.gif) center no-repeat;
}

.n_cart-coupon__apply,
.n_cart-coupon__remove {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url(../images/arrow4.svg) no-repeat center;
}
.n_cart-coupon__remove {
	background-image: url(../images/close2.svg);
}

.orders-item__img {
	text-align: center;
}

.n_header {
	z-index: 110;
}
.n_header.fixed {
	height: auto;
	z-index: 101;
}

.search-form button[type=submit] {
	line-height: 50px;
}

.history-info > a {
	color: #202c38;
}
.history-info.success > a{
	color: #009718;
}
.history-info.no-success > a{
	color: #F4364C;
}

.orders-item {
	position: relative;
}
.orders-item .n_cart-remove {
	top: 5px;
	right: 5px;
}

.distributor .history-drop {
	padding: 25px 0;
}
.distributor .history-col {
	width: 21.5%;
}
.distributor .history-col:last-child {
	width: 14%;
}

.inputbox input, .inputbox2 input {
	height: 50px;
}

.orders-bottom .button1 {
	width: auto;
	padding: 0 15px;
	line-height: 47px;
}
.orders-bottom .button1 span {
	font-size: 12px;
	font-weight: 500;
}

.product-count span,
.checkbox label,
.checkbox strong {
	color: #202C38;
}
.checkbox label,
.checkbox strong {
	font-size: 16px;
}
a, a:focus, a:hover {
	color: #202c38;
}

.video_item__image a {
	display: block;
}

.checkbox label span.error {
	border-color: #F4364C;
}

#button-up {
	display: none;
	background-color: #202c38;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	margin: 0;
	position: fixed;
	top: 50%;
	transform: translate(0,-50%);
	right: 34px;
	transition: background-color .3s;
	z-index: 99;
	text-decoration: none;

}
#button-up:hover {
	cursor: pointer;
	background-color: #fff;
}
#button-up:active {
	background-color: #555;
}
#button-up::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button-up:hover::after {
	content: "\f077";
	color: #202c38;
}

footer p.success {
	font-size: 14px;
	color: #ffffff;
}

.icon-favorite i {
	position: absolute;
	display: flex;
	width: 15px;
	height: 15px;
	background: #D62598;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	right: -12px;
	top: -13px;
	justify-content: center;
	align-items: center;
	font-family: 'Helvetica Neue',sans-serif;
}

.owl-item img{
	width: auto !important;
}

.product-item__img img {
	max-width: 75% !important;
}

input[name='set_filter']{
	display: none;
}

.error-mess2 {
	color: #F4364C;
	font-size: 12px;
	margin-top: 10px;
}

.reg-form__row2 {
	margin: 0 -10px 30px;
}
.reg-form__col {
	flex: 1;
	padding: 0 10px;
}

.toping-search-remove{
	cursor: pointer;
}

.product-rate{
	cursor: pointer;
}

.city-modal{
	overflow: visible !important
}

.has-drop{
	display: none !important;
}

@media(max-width: 768px){
	.product-item__bottom{
		margin-top: 0 !important;
	}
}