#product-video iframe{
	max-width: 100%;
}
.my_group_item .image{
	background-size: contain;
}

.nolink{
	text-decoration: none;
	color: #333;
}

.order_item_image img {
	max-width: 150px;
	height: auto;
}

.order_item_name,
.order_item_price_type,
.order_item_discount,
.order_item_quantity,
.order_item_price {
	text-align: center;
}

#ORDER_DESCRIPTION {
	resize: both;
	max-width: 100%;
	min-width: 50%;
}
.sale_order_table {
	width: 100%;
}

.search_field1{
	display: block;
}

.header {
    max-width: 1920px;
    background: #fff url('./images/header_background.jpg') no-repeat top center/cover;
}

.header * {
	font-family: Roboto, sans-serif;
}

.header .container {
    max-width: 1060px;
    margin: 0 auto;
	padding: 40px 10px 29px;
	box-sizing: content-box;
}

.site-logo {
    max-width: 100%;
}

.wrapper {
    padding-bottom: 150px;
	box-sizing: content-box;
}

.custom-fancy-content-wrapper {
    display: none;
}

@media screen and (max-width: 1100px) {
	.header .container {
		max-width: 942px;
	}
}

@media screen and (max-width: 992px) {
	.header .container {
		max-width: 718px;
	}
}

@media screen and (max-width: 768px) {
	.header .container {
		max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
    .header .container {
        max-width: 310px;
    }
}

.empty_items{
	margin: 48px 0px !important;
    font-size: 3em;
}

.d-flex.align-items-center.mb-3 {
    padding: 25px 0px;
}

.col.pr-0.widget-payment-checkout-info {
    padding-top: 13px;
}

.widget-payment-checkout-info span.widget-paysystem-checkout-sum {
    font-size: 21px;
}

.widget-payment-checkout-info {
	padding-top: 13px;
}