/* Smartphones (вертикальная и горизонтальная ориентация) ----------- */
@media only screen and (min-width : 320px) and (max-width : 364px) {

	.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: inherit!important;
}

.jqcart-cart-label {
    position: relative;
    text-align: center;
    letter-spacing: -0.36em;
    white-space: inherit!important;
    cursor: pointer;
    margin-top: 4%;
}
.jqcart-cart-label .jqcart-title {
    width: 70%;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: 1px solid #F7F7F7;
    text-align: left;
}
.jqcart-cart-label .jqcart-total-cnt {
    width: 20%;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 17px 0 17px!important;
    position: relative!important;
    bottom: 9px!important;
}
}

/* Smartphones (вертикальная и горизонтальная ориентация) ----------- */
@media only screen and (min-width : 364px) and (max-width : 480px) {

.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: inherit!important;
}

.mb{
	margin-bottom: 10px;
}

	.items-sorting {
	width: 100%;
    margin-bottom: 10px;
}

	.items-view {
	width: 100%;
}

.bx_catalog_line_img {
	width: 100%!important;
    background-size: cover!important;
    height: 260px!important;
    margin-bottom: 10px;
}
.text {
    font-size: 90%;
    display: inline-block;
    width: 51%;
    vertical-align: middle;
}
.page__header {
    height: 310px;
}
.page__header__caption {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    flex-flow: column;
	padding: 77px 15px;
}
.page__header__text {
    position: relative;
    z-index: 5;
    margin: 0px 0px 0 auto;
    width: 100%;
    font-size: 30px;
    color: #fff;
}
.page__header__class {
	font-size: 16px;
    margin: 0 0px 20px auto;
    line-height: 20px;
}


.horiz-scroll {
    overflow: auto;
    overflow-y: hidden;
    max-width: 375px;
    background: #fbfbfb;
}
.header_center {text-align: center!important;}
.pull-right {
    float: none!important;
}
.phones {
    text-align: center!important;
}
.price-list div {
    min-height: 70px;
}
.col-mobile-form {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.box-shadow {
    width: 100%;
}
body .order-block td+td {
    padding-top: 0;
}
table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}
body .order-block td {
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px;
}

.text>img {
    display: none!important;
}
.order-block td .text {
    min-height: auto;
    padding: 0;
    text-align: center;
}
.price {
    float: none;
}
.share > span {
    margin-bottom: 10px;
}

#callmeform {
    width: 100%;
}

}
/* Smartphones (вертикальная и горизонтальная ориентация) ----------- */
@media only screen and (min-width : 480px) and (max-width : 768px) {
	
	.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: inherit!important;
}
.pull-right {
    float: none!important;
}
.header_center {
    text-align: center!important;
}
.phones {
    margin-bottom: 5px;
    color: #000000;
    text-align: center;
}
body .order-block td+td {
    padding-top: 0;
}
table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}
body .order-block td {
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px;
}
.order-block td .text {
    min-height: auto;
    padding: 0;
    text-align: center;
}
.text>img {
    display: none!important;
}
.price {
    float: none;
}

}

/* iPads (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: inherit!important;
}
.horiz-scroll {
    overflow: auto;
    overflow-y: hidden;
    max-width: 768px;
    background: #fbfbfb;
}
.price-list div {
    min-height: 70px;
}



}
/* iPads (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: inherit!important;
}

.jqcart-cart-label {
    position: relative;
    text-align: center;
    letter-spacing: -0.36em;
    white-space: inherit!important;
    cursor: pointer;
    margin-top: 4%;
}
.jqcart-cart-label .jqcart-title {
    width: 70%;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: 1px solid #F7F7F7;
    text-align: left;
}
.jqcart-cart-label .jqcart-total-cnt {
    width: 20%;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 17px 0 17px!important;
    position: relative!important;
    bottom: 9px!important;
}

}