.uploadarea {
	position: relative;
}
.uploadarea .uploadbtn {
	position: relative;
    width: 100%;
    height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px dashed #b1b6bf;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.uploadarea .uploadbtn:before {
    content: "+";
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    color: #939aa6;
    line-height: 1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.uploadarea .uploadbtn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.uploadarea .uploadbtn > input {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.uploadarea .uploadfiles {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    /* justify-content: space-between; */
}

.uploadarea .uploadfiles > .uploadfile {
    position: relative;
    width: 100px;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px dashed #b1b6bf;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 20px;
}

.uploadarea .uploadfiles > .uploadfile .uploadimg {
    float: left;
    width: 90%;
    height: 90%;
    margin: 5%;
    position: relative;
}

.uploadimg > img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
}

.uploadarea .uploadfiles > .uploadfile .uploaddel {
	opacity: 0;
    transition: .3s;
}

.uploadarea .uploadfiles > .uploadfile:hover .uploaddel {
	opacity: 1;
}

.uploadarea .uploadfiles > .uploadfile .uploaddel > span {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    max-height: 100%;
    overflow: hidden;
    font-size: 10px;
    line-height: 12px;
    padding: 3px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.uploadarea .uploadfiles > .uploadfile .uploaddel:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    text-transform: none;
    content: "X";
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #f20000;
    line-height: 1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 21px;
}

#message_alert {
	position: fixed;
    z-index: 99;
    right: 25px;
    top: 25px;
    background: #5d5d5d;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
	max-width: 285px;
	transition: 0.3s;
}
#message_alert:not(.active) {
	pointer-events: none;
	opacity: 0;
}

.shopItemAttributes {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.shopItemAttributes {
		width: 100%;
	}
}

.flexbox {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}
.row>[class*=" col-"], .row>[class^=col-], .row>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.short-item__title {
	height: 80px;
    overflow: hidden;
	margin-bottom: 15px;
}

.full_catalog .inner-top__left {
	width: 100%;
	padding: 0;
}
.full_catalog .inner-top__left:before {
	right: -100%;
}

.inner-top {
	margin-bottom: 10px;
}

.product {
	padding-top: 20px;
}

.product__price {
	font-weight: bold;
	font-size: 40px;
}

.btnBuyed {
	min-width: 250px;
	transition: 0.3s;
}
.btnBuyed:hover {
	opacity: 0.6;
}
.btnBuyed .button__text, .btnBuyed:after	{
    background: #ff8e8e;
}

.btnMessenger a {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	transition: 0.3s;
}
.btnMessenger a:hover {
	opacity: 0.6;
}
.btnMessenger a img {
	/* width: 100%; */
	width: 170px;
}

.nHidden {
	display: none!important;
	visibility: hidden!important;
}

.short-item__image {
	object-fit: cover;
}

.btn-anima {
	cursor: pointer;
	padding: 0 26px;
    height: 52px;
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: sofia_prosemibold, sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
	
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

.btn-anima:hover, .btn-anima.active {
    background-color: #ff4040;
    color: #ffffff;
    border-color: #ff4040;
}

.btn-anima::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.btn-anima:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.product__content {
	min-height: auto;
}

.logo__image {
	height: auto;
}

header .logo {
	margin-top: 0;
}

.product__title {
	padding-bottom: 0;
}

.product__prices > p, .product__top, .product-add .product-add__col {
	padding-bottom: 5px;
}
.btnMessenger a img {
	margin-bottom: 0;
}
@media screen and (max-width: 320px) {
	.btnMessenger a img {
		width: 140px;
	}
}

.linkBlack a {
	color: #000;
}

.listSetRating {
	text-align: center;
}
.listSetRating .ratingSetName {
	
}

.ratingReviews {
	margin-top: 10px;
}

.ratingReviews .reviewsStar {
	height: 14px!important;
	width: 14px!important;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: 0 0!important;
    overflow: hidden!important;
}

.ratingReviews .reviewsStar:before {
	content: "";
	
	width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/svg/star.svg) 0 0/100% 100% no-repeat;
	
}
.ratingReviews .reviewsStar.active:before {
	background: url(../img/svg/star-active.svg) 0 0/100% 100% no-repeat;
}
.breadcrumbs__item:first-child:before {
	display: none;
}
.breadcrumbs__item + .breadcrumbs__item:before {
    content: ">";
    color: #999;
    padding-right: 9px;
}

#forDebugger {
	position: fixed;
    top: 65px;
    right: 20px;
    max-width: 25%;
    width: 100%;
    overflow: auto;
    z-index: 1111;
	max-height: calc(100% - 130px);
}

#forDebugger .forCloseDebugger {
    padding: 2px 10px;
    background: #ad0a0a;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
	transition: .3s;
	color: #fff;
}
#forDebugger .forCloseDebugger:hover {
	opacity: .7;
}

.preDebugger {
	visibility: hidden;
    display: none;
	background: rgba(0,0,0,0.75);
}
#forDebugger > .preDebugger {
	display: block;
	visibility: visible;
}
.preDebugger + .preDebugger {
	margin-top: 10px;
}
.preDebugger > .preOpen {
	text-align: left;
    width: 100%;
    display: block;
    padding: 5px 20px;
	color: #fdfdfd;
	transition: .3s;
	cursor: pointer;
}
.preDebugger > .preOpen > i {
	float: right;
}
.preDebugger > .preOpen:hover {
	color: #fff;
    background: rgba(116, 96, 238, 0.6);
}
.preDebugger .preDump {
	position: relative;
    color: lightgreen;
    padding: 10px;
    white-space: pre-wrap;
    word-break: break-all;
    margin-bottom: 0;
    border-top: 1px solid #e8eaf6;
    font-size: 14px;
    line-height: normal;
}

.loader-pos {
	position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1055;
    text-align: center;
}

.loader-pos .loader-ele {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #000;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media screen and (min-width: 1025px) {
	.inner-catalog .short-item {
		width: 25%;
	}
}
@media screen and (max-width: 1024px) {
	.fullBtnBuyed {
		width: 100%!important;
	}
	
	.fullOtherBtn > a {
		width: 100%;
	}
	.fullOtherBtn > a + a {
		margin-top: 10px;
	}
}


/* Editor */
teedit {
	position: relative;
}
teedit tebtn {
	pointer-events: none;
	border-radius: 3px;
    background: #000;
    display: block;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
    background-image: url(../img/edit.png);
    background-size: 15px 15px;
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: 10px!important;
    padding-left: 25px;
	transition: .3s;
	color: #c2a38f!important;
	text-align: center;
}
teedit tebtn:hover {
    background-color: #5d2828;
}

teedit:hover tebtn {
	pointer-events: auto;
	opacity: 1;
}


body.removeScroll {
	overflow: hidden;
}
#modal-text, #popup-newsletter {
	top: 0;
	position: fixed;
    height: 100%;
    width: 100%;
	background: rgb(0 0 0 / 65%);
    z-index: 9999;
	display: none;
	overflow-x: hidden;
    overflow-y: auto;
}
#modal-text.active, #popup-newsletter.active {
	display: block;
}

#modal-text .modal, #popup-newsletter .modal {
	display: block;
    width: 600px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin: 1.75rem auto;
}

#modal-text .modal-header, #popup-newsletter .modal-header {
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid;
    padding: 10px 15px;
}
#modal-text .modal-body, #popup-newsletter .modal-body {
	padding: 15px;
}
#modal-text .modal-footer, #popup-newsletter .modal-footer {
	padding: 15px;
    border-top: 1px solid;
}

.modal-footer .right {
	float: right;
}

.form-control {
	padding: 10px;
    width: 100%;
    height: 140px;
    resize: vertical;
}

.btn-success {
	background: #369325;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}
.btn-danger {
	background: #a10f0f;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}
/* Editor */

.fullBtnBuyedCustom .button__text, .fullBtnBuyedCustom:after {
    background: #00c357;
}

.fullBtnBuyedCustom:hover .button__text, .fullBtnBuyedCustom:hover:after {
    background: #00c357!important;
}

.fullBtnOtherCustom:after {
	display: none;
}
.fullBtnOtherCustom .button__text {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
.fullBtnOtherCustom:hover .button__text {
	color: #fff;
}

.item-tag {
	height: auto;
	padding: 5px 15px;
	font-size: 20px;
}

.position-right-reviews {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}

@media screen and (max-width: 1279px) {
	.position-right-reviews {
		width: 25%;
	}
}

@media screen and (max-width: 991px) {
	.position-right-reviews {
		position: relative;
		width: 100%;
		top: 30px;
	}
}

@media screen and (max-width: 376px) {
	.btnBuyed {
		min-width: 190px;
		width: 190px;
	}
}
@media screen and (max-width: 321px) {
	.btnBuyed {
		min-width: 140px;
		width: 140px;
	}
}

.error-input,
select.error-input + .selectize-control > .selectize-input {
	border-color: red!important;
}

.cookies_accept {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.10em;
    z-index: 5;
}
.cookies_accept > p {
    width: 90%;
    padding-bottom: 0;
    line-height: 1.4;
}
.btn-cookies_accept {
    cursor: pointer;
    background: #000;
    color: #fff;
    padding: 1px 15px;
    text-align: center;
    float: right;
    border-radius: 3px;
    opacity: 0.7;
    transition: 0.3s;
	margin-top: 5px;
}
.btn-cookies_accept:hover {
    opacity: 1;
}

/* Live Rating */
.liveRating {
	display: inline-flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 12px 16px;
    background-color: rgb(250, 250, 250);
    border-radius: 8px;
    margin: 20px;
    position: fixed;
    bottom: 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 6px 12px 0px;
    left: auto;
    right: 0;
    cursor: pointer;
	z-index: 10;
}

.liveRating .logoRating {
	display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
	z-index: 2;
}

.logoRating .icoRating {
	display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: relative;
    left: 0px;
    z-index: 3;
	width: 24px;
    height: 24px;
}

.icoRating > svg {
    display: block;
    width: inherit;
    height: inherit;
}

.liveRating .titleRating {
	margin-top: 4px;
	text-align: center;
    color: rgb(17, 17, 17);
    font-size: 18px;
    white-space: nowrap;
}

.liveRating .listRating {
    margin-top: 4px;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.listRating .rateRating {
	font-weight: 700;
    line-height: normal;
    font-size: 22px;
    color: rgb(17, 17, 17);
	margin-right: 13px;
}

.listRating .starRating {
	display: inline-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
	position: relative;
    overflow: hidden;
}

.starRating .stRating {
	position: relative;
    width: 22px;
    height: 22px;
}

.stRating .stRicon {
	width: 100%;
	height: 100%;
	fill: rgba(17, 17, 17, 0.2) !important;
}

.starRating .coverRating {
	background-color: rgba(252, 191, 2, 1) !important;
	height: 100%;
	overflow: hidden;
	mix-blend-mode: color;
	position: absolute;
	top: 0;
}

.liveRating .countRating {
	margin-top: 4px;
	line-height: 1.17;
    text-align: center;
    color: rgba(17, 17, 17, 0.5);
    font-size: 12px;
    text-decoration: underline;
}

.liveRating .coverLink {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}

@media screen and (max-width: 768px) {
	.liveRating {
		padding: 5px;
		margin: 5px;
	}
	.liveRating .titleRating {
		font-size: 14px;
		margin-top: 0;
		line-height: 1;
	}
	.liveRating .listRating {
		margin-top: 0;
	}
	.listRating .rateRating {
		font-size: 16px;
		margin-right: 5px;
	}
	.starRating .stRating {
		width: 16px;
		height: 16px;
	}
	.liveRating .countRating {
		font-size: 10px;
	}
}
/* Live Rating */

/* clip-path: inset(0px 18.4066% 0px 0px); */

/* Slick Slider Full */
@font-face{font-family:slick-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	width: calc(25px/ 44 * 27);
	height: 25px;
	margin-top: calc(0px - (25px/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	opacity: 0.5;
	transition: .3s;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}

.slick-prev {
	left: 10px;
	right: auto;
}

.slick-next {
	right: 10px;
	left: auto;
}

.slick-prev:after {
	content: 'prev';
}
.slick-next:after {
	content: 'next';
}
.slick-next:after, .slick-prev:after {
	font-family: slick-icons;
	font-size: 25px;
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}


.product-slider__image-nav {
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
}

.product-slider-nav.loaded{height:150px;overflow:hidden}
.product-slider__link-nav{height:150px;display:block}
.product-slider__image-nav{width:100%;height:100%;margin:0;object-fit:contain}

@media screen and (max-width: 1024px) {
	.product-slider.loaded, .product-slider__link {
		height: 350px;
	}
	
	.product-slider-nav.loaded, .product-slider__link-nav {
		height: 100px;
	}
}
@media screen and (max-width: 991px) {
	.product-slider.loaded, .product-slider__link {
		height: 230px;
	}
	
	.product-slider-nav.loaded, .product-slider__link-nav {
		height: 60px;
	}
}
@media screen and (max-width: 479px) {
	.product-slider.loaded, .product-slider__link {
		height: 260px;
	}
	
	.product-slider-nav.loaded, .product-slider__link-nav {
		height: 85px;
	}
}
@media screen and (max-width: 376px) {
	.product-slider.loaded, .product-slider__link {
		height: 225px;
	}
	
	.product-slider-nav.loaded, .product-slider__link-nav {
		height: 70px;
	}
}
@media screen and (max-width: 320px) {
	.product-slider.loaded, .product-slider__link {
		height: 185px;
	}
	
	.product-slider-nav.loaded, .product-slider__link-nav {
		height: 55px;
	}
}
/* Slick Slider Full */

.available-status {
    margin-bottom: 10px;
    color: #00c357;
}
.available-status.available-delivery {
    color: #c30000;
}