.shop_carousel .carousel-indicators li {
    /*color: #acf1cb;*/
    box-shadow: 1px 1px 7px 0px #00000054;

}

.shop_carousel .carousel-indicators {
    bottom: -38px;
}

.shop_form_wrap{
    margin-top: -50px;margin-bottom: -25px;
}
.shop_card{
    border:1px solid #E5E5E5;
    background: white;
    position: relative;
    z-index: 100;
}

.shop_card_price_block{
    width: 290px;
    text-align: center;
}

.shop_card_price_block_price{
    font-size: 28px;
    font-family: Open Sans;
    font-weight: 400;
    /*line-height: 15px;*/
    word-wrap: break-word
}
.shop_card_price_block_note{

}
.shop_card_title{
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 700;
    word-wrap: break-word;
    background-color: #000;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 86.46%), url('/image/design/trucks/bg_title.jpg');
    background-position-x: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

}

.shop_card_pic{
    width: 264px;
}

.shop_attr{
    font-weight: 600;
}

.shop_item_img{
    width: 100%;
    /*max-height: 500px;*/
    /*margin: 0 20%;*/
}

.shop_card_title a:hover{
    background: initial;
    /*background-position-x: initial;*/
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    text-fill-color: initial;
    color: #000!important;
}

.shop_item_columns{
    columns:2;column-gap: 92px;
}


.shop_item_columns h1,
.shop_item_columns h2
{
    font-size: 150%;
}

.shop_item_columns h3,
.shop_item_columns h4
{
    font-size: 120%;
}

.shop_card_feature{
    height: 30px;
cursor: pointer;
}

.shop_modal label{
    font-weight: bold;
}


.shop_modal .modal-dialog {
    max-width: 573px;
}


@media screen and (max-width: 900px) {

    .shop_form_wrap{
        margin-top: initial;
        margin-bottom: initial;
    }
    .shop_item_img{
        margin: auto;
    }
    .shop_card td{
        display: block;
    }
    .shop_card_pic{
        width: 100%;
        height: auto;
    }

    .shop_card_price_block_price{
        font-size: 23px;
    }

    .shop_card_title{
        font-size: 22px;
        font-family: Open Sans;
    }


    .shop_item_columns{
        columns: auto;
    }
}

@media screen and (min-width: 1270px) {
    .shop_item_price_wrap{
        margin-left: 300px;
    }
}
