.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: -12px;
}

.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;
	}
}