.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: linear-gradient(90deg, rgba(255,227,210,1) 39%, rgba(255,147,78,1) 100%); }
.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear; }

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0; }
  .loaded_hiding .preloader .loaded .preloader {
    display: none; }

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg); } }

.s-blog-art .card a{
	text-decoration: none;
	color: #ed6f1e;
}

.s-catalog .widget_body_page .widget_body_menu .current-active a {
			color: #ed6f1e;
		}

.filter_title {
	font-size: 16px;
	opacity: .9;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;	
}
#mse2_filters label {
		margin-bottom: 0px;
    font-size: 14px;
}
#mse2_filters .form-control {
	margin: 5px 10px;
}
.btn-add-to-cart {
    width: 100%;
    margin-top: 10px;
    background: #950001;
    border: none;
    color: #fff;
}	
#msMiniCart {
	position:relative;
}
.ms_mini_cart a {
	text-decoration: none;
}
.not_empty>.counter {
    display: block;
    position: absolute;
    padding: 6px;
    -webkit-border-radius: 30%;
    border-radius: 30%;
    transform: translate(-50%,-50%);
    left: 95%;
    top: 10%;
    background: #900c0d;
    font-size: 12px;
    line-height: 4px;
    text-align: center;
    color: #fff;
}
.ms_mini_cart {
    float: right;
    margin-top: 10px;
    margin-left: 10px;	
}

.sort-panel .sort a {
  text-decoration: none;
  color: #ed6f1e;
  padding: 5px;
}

.header-second .cart {
    display: flex;
    text-align: end;
}
.header-second .cart .fas {
    color: #686868;
    font-size: 16px;
    display: inline-grid;
    position: relative;
    text-align: center;
}
.header-second .cart .fas:before {
	color: #ed6f1e;
	font-size: 35px;
	padding-bottom: 3px;
}

#msCart a {
    color: #686868;
    text-decoration: none;
    font-weight: 600;
}
.ui-menu {
	border-radius: 10px;
	padding: 10px!important;
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{
	border:1px solid #f8f9fa!important;
	background:#f8f9fa!important;
	font-weight:normal;
	color: #000!important;
	border-radius: 10px!important;
	padding: 10px;
}
.mse2-ac-item .card-body ins {
    font-size: 18px;
    color: #fd3c4f!important;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
}
.mse2_tpl ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.mse2_tpl ul li a {
		text-decoration: none;
    color: #ed6f1e;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: bottom;
} 

.mse2_tpl a.active {
	color: #ed6f1e!important;
	opacity: .5;
}
.ms2_form .status_art {
    background-color: #068965;
    display: block;
    max-width: 140px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
} 
.s-delivery h5 {
	color: #686868;
}
.s-delivery h2 {
	opacity: .9;
}
.ara-absent,
.in_stock_n {
    background-color: #e0e0e0;
    -webkit-filter: grayscale(100%);
}
.in_stock_n .btn {
    pointer-events: none;
    opacity: .65;
}

.sidebar {
	width: 100%;
}

.sidebar-toggle,.sidebar-close {
	display: none;
}

@media (max-width:768px) {
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		width: 320px;
		height: 100%;
		padding: 42px 24px 30px;
		background-color: #fff;
		box-shadow: 0 0 0 0 rgba(0,0,0,0.15);
		z-index: 9910;
		overflow-y: auto;
		-ms-overflow-style: none;
	}

	.sidebar-offcanvas.position-right {
		right: -320px;
		transition: right 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.position-left {
		left: -320px;
		transition: left 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.open {
		box-shadow: 0 0 50px 3px rgba(0,0,0,0.15);
	}

	.sidebar-offcanvas.open.position-right {
		right: 0;
	}

	.sidebar-offcanvas.open.position-left {
		left: 0;
	}

	.sidebar-close {
		display: block;
		position: absolute;
		top: 8px;
		left: 25px;
		color: #606060;
		font-size: 24px;
		cursor: pointer;
	}

	.sidebar-offcanvas::-webkit-scrollbar {
		display: none;
	}

	.sidebar-toggle {
		display: block;
		position: fixed;
		top: 50%;
		width: 48px;
		height: 48px;
		margin-top: -24px;
		background-color: #fff;
		color: #606060;
		font-size: 24px;
		line-height: 48px;
		text-align: center;
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
		cursor: pointer;
		z-index: 990;
	}
	.sidebar-toggle .fa {
		color: #ed6f1e;
	}

	.sidebar-toggle.position-right {
		right: 0;
		transition: right .3s ease-in-out;
	}

	.sidebar-toggle.position-right.sidebar-open {
		right: -48px;
	}

	.sidebar-toggle.position-left {
		left: 0;
		transition: left .3s ease-in-out;
	}

	.sidebar-toggle.position-left.sidebar-open {
		left: -48px;
	}
	.sidebar-offcanvas {
    -webkit-overflow-scrolling: touch;
}
}

.ms2_form .availability_n .status_art {background-color: #c92e2f;}