/* ****************************** check sizes **************************** */


/* iphone 8 Plus */
@media only screen and (max-width:414px) {
	body {
/* 		border-top:3px solid purple; */
	  }
}

/* iphone 8 */
@media only screen and (max-width:375px) {
	  body {
/* 	    border-top:3px solid red; */
	  }
}

/* iphone SE */

@media only screen and (max-width:320px) {
	  body {
/* 	    border-top:3px solid green; */
	  }
}

@media only screen and (max-width:767px) {
	body {
/* 	    border-top:3px solid yellow; */
	  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
	body {
/* 	    border-top:3px solid pink; */
	  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	body {
/* 	    border-top:3px solid gray; */
	  }
}
@media only screen and (min-width:1200px) and (max-width:1499px) {
	
	body {
/* 	    border-top:3px solid red; */
	  }
}

@media only screen and (min-width:1500px){
	
	body {
/* 	    border-top:3px solid black; */
	  }
}

/* ****************************** END check sizes **************************** */


@media only screen and (min-width:992px){
	#mobileFilterButton {
		visibility: hidden;
	}
}

@media only screen and (max-width:767px) {
	#smart_form {
/* 		display: none; */
	}
	.sidebar-widget .tag {
/* 		display: none; */
	}
}

/* re update styles*/

.modal-skeleton {
	
	--color: rgb(223,223,223);
	--bcolor: rgb(199,199,199);
	--rcolor: rgb(246, 221, 221);
	
	animation: fade 0.5s linear infinite alternate;
	
	background-repeat: no-repeat;
	min-height: 550px;	
	background-image: 
		linear-gradient( var(--color) 397px, transparent 0),
		linear-gradient( var(--bcolor) 30px, transparent 0),
		linear-gradient( var(--color) 16px, transparent 0),
		linear-gradient( var(--color) 16px, transparent 0),
		linear-gradient( var(--color) 16px, transparent 0),
		linear-gradient( var(--bcolor) 26px, transparent 0),
		linear-gradient( var(--color) 16px, transparent 0),
		linear-gradient( var(--color) 16px, transparent 0),
		linear-gradient( var(--color) 1px, transparent 0),
		linear-gradient( var(--rcolor) 16px, transparent 0),
		linear-gradient( var(--rcolor) 16px, transparent 0),
		linear-gradient( var(--rcolor) 16px, transparent 0),
		linear-gradient( var(--color) 1px, transparent 0)
		;		
	background-size: 
		397px 397px,
		198px 31px,
		377px 31px,
		377px 31px,
		150px 31px,
		190px 31px,
		240px 31px,
		190px 31px,
		380px 1px,
		370px 31px,
		370px 31px,
		370px 31px,
		380px 1px
		;
	background-position: 
		30px 30px,
		460px 30px,
		460px 80px,
		460px 108px,
		460px 136px,
		460px 175px,
		460px 215px,
		460px 255px,
		460px 285px,
		460px 315px,
		460px 338px,
		460px 362px,
		460px 400px
		;
}

#scrollUp -> .rotate{
	animation:spin 4s linear infinite;
}

@keyframes fade {
	from {
		opacity: .4;
	}
	to {
		opacity: 1;
	}
	
}

@keyframes spin { 
	100% { transform: rotate(360deg)} 
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .f_red {
	color: #904023;
}

.hidden-params {
	display: none;
}

.modal-body img:hover {
	opacity: 0.5;
}

/* static pages*/

.blog-post-content-inner ul, ol {
	margin: 20px 0px;
	list-style: inside;
}

.blog-post-content-inner ol li {
	display: block;
	list-style-type: decimal;
	padding-left: 20px;
	line-height: 20px;
}

.blog-post-content-inner ul li {
	margin-bottom: 12px;
	display: list-item;
	color: rgb(101, 101, 101);
	padding-left: 20px;
	line-height: 20px;
	
}

/* mobile filter*/

.filterLoader {
	opacity: 1;
	background-color: rgba(27, 186, 252, 0.05);
	z-index: 1000;
	overflow: hidden;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.filterLoader::after {
	content: 'Загрузка...';
	color: white;
	font-weight: 600;
	font-size: 16px;
	background-image: linear-gradient(130deg,#7a87a1,#4480e9);
	padding: 15px 20px;
	border: 2px solid white;
	border-radius: 10px;
	position: fixed;
	width: 150px;
	text-align: center;
	top:50%;
	left: 50%;
	transform: translate(-75px, 0);
}

.offcanvas-menu-search-form .shop-sidebar-wrap .sidebar-widget  h4 {
    display: block;
    clear: both;
    color: #272727;
    font-size: 21px;
    padding: 0;
    border: none;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 24px;
    text-transform: inherit;
    font-weight:400
}

.ajax-loader {
    background: url("/_tm/img/loader.svg") no-repeat scroll center center transparent;
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 100000
}

/* zoom images*/

.caption {
	position: relative;
	padding: 15px 15px;
	background:	linear-gradient(169deg, #efefef, white 65%);
}

.caption h4 {
	font-size: 1rem;
}

/* set filter colors */

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.red {
	background: #fa4828;
	box-shadow:2px 2px 4px 0 rgba(0, 0, 0, .2)
}

/* search*/

.search-collection a{
	margin-left: 10px;
}

.cookie-notice-area{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline:0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(247, 247, 247, 0.6);
}

.product-details-content .pro-details-rating-wrap {
	max-width: 100%;
	width: auto;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.modal-dialog .product-details-content p.quickview-inline{
	font-size: 14px;
	color: #1d1d1d;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight:400
}

.product-details-content .pro-details-rating-wrap img {
	width: 100%;
}

.product-details-content .pro-details-rating-wrap a img{
	width: 100%;
}

.shop-category-area .shop-top-bar .shop-sort-tab p {
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    float: left;
    color: #535151;
    font-weight: 400;
    text-transform: inherit;
    margin-left:20px
}

.shop-category-area .shop-top-bar .shop-sort-tab i {
    font-size: 18px;
    line-height: 30px;
    color:#c1c1c1
}
/*
.shop-category-area .shop-top-bar .shop-sort-tab {
    flex: 0 0 40%;
    width: 40%
}
*/

.shop-category-area .shop-top-bar .shop-sort-tab {
    flex: 0 0 45%;
    width: 45%
}

.shop-sort-tab a, .shop-sort-tab span, .shop-sort-tab button {
	margin-right: 5px;
}

.shop-sort-tab a, .shop-sort-tab button {
	color: blue;
}

.shop-category-area .shop-top-bar .shop-tab {
  flex: 0 0 55%;
  width: 55%
}

@media only screen and (max-width:767px) {
  .shop-category-area .shop-top-bar .shop-sort-tab {
    flex: 0 0 100%;
    width: 100%
  }
  .shop-category-area .shop-top-bar .shop-tab {
	  flex: 0 0 100%;
    width: 100%
  }
}

/* detail*/

.product-details-content .info {
	background-color: rgba(255, 159, 0, 0.13);
	padding: 10px 10px;
	border-left: 2px solid #ff8f00;
}

/* articles */

.single-post-content img {
	margin: 0px 15px;
}

.single-post-content ul li{
	margin: 0 0 10px;
	list-style-type:disc;
	display:block;
}

/* lazy */

img:not([src]) {
	visibility: hidden;
}

@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}

/* compare */
.remove {
	color: red;
	font-size: 20px;
}
.diff_tr {
	background-color: rgb(247, 247, 247);
}

/* forms */

.required-fields{
/* 	border: 1px solid red !important; */
}
