textarea,
input{
	outline: none!important;
}

button:focus{
	outline: none!important;
}

.content img{
	max-width: 100%;
}

*{
	word-wrap: normal;
}

.shop2-product__additional .product-label__item,
.product-item .product-label__item{
	color: #fff !important;
}

.product-label__item.product-new{
    color: rgba(0, 0, 0, 0.7) !important;
}

input[type="submit"]:not(.search-button){
	background: #ff533b;
    color: #fff;
    border: none;
    padding: 7px 10px;
}

.product-list.product-list-simple .product-item__image img,
.product-list.product-list-thumbs .product-item__image img {
    opacity: 1;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}


.product-list.product-list-thumbs .product-item__image a {
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list.product-list-simple .product-item__image a{
    background: none !important;
}

.card-page .shop2-product .card-slider__image a{
	visibility: hidden;
}

.card-page .shop2-product .card-slider__image img{
	visibility: initial;
	opacity: 1;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.site__wrapper{
	overflow: hidden;
}

@media(max-width:480px){
	textarea,
	input{
		max-width: 100% !important;
	}
}