@media screen and (min-width: 900px) and (max-width: 8000px) { 
    .searchfixed {
        width: 25%;
        float: left;
        box-sizing: content-box;
        max-height: 470px;
        position: static;
        margin-left: 7%;
        margin-right: 2%;
        margin-top: 6.5%;
        background: #fcfcfc;
        display: inline;
        font-size: 12px;
        padding: 15px;
        overflow: hidden;
        border: 2px solid #c4c2c2;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1240px) { 
    .searchfixed {
        width: 320px;
        height: 500px;
        margin-left: 20px;
        margin-top: 40px;
        background: #fcfcfc;
        font-size: 12px;
        padding: 15px;
        overflow: hidden;
        border: 2px solid #c4c2c2;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
    }
}

@media screen and (min-width: 100px) and (max-width: 900px) { 
    .searchfixed {
        width: 320px;
        height: 500px;
        margin-left: 20px;
        margin-top: 40px;
        background: #fcfcfc;
        font-size: 12px;
        padding: 15px;
        overflow: hidden;
        border: 2px solid #c4c2c2;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
    }
}

@media screen and (min-width: 900px) and (max-width: 8000px) { 
    .container_vivod {
        margin-right: 90px;
        margin-top: 5%;
        margin-bottom: 10%;
        float: rigth;
        width: 65%;
        display: inline;
        box-sizing: content-box;
    }
}

.container_vivod h1{
        color: #d50000;
    }

@media screen and (min-width: 100px) and (max-width: 900px) { 
    .container_vivod {
        margin-top: 5%;
        margin-bottom: 2px;
        margin-left: 10px;
        width: 300px;
        box-sizing: content-box;
    }
}

@media screen and (min-width: 900px) and (max-width: 8000px) { 
    .conteiner-1 {
        box-sizing: content-box;
        background: #144184;
        border-radius: 5px;
        margin-top: 20px;
        margin-right: 30px;
    }
}


@media screen and (min-width: 100px) and (max-width: 900px) { 
    .conteiner-1 {
        box-sizing: content-box;
        background: #144184;
        border-radius: 5px;
        margin-left 5px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 900px) and (max-width: 8000px) { 
    .conteiner-2 {
        box-sizing: content-box;
        background: #ffffff14;
        border-radius: 5px;
    }
}

@media screen and (min-width: 100px) and (max-width: 900px) { 
    .conteiner-2 {
        box-sizing: content-box;
        background: #ffffff14;
        border-radius: 5px;
        margin-left: 30px;
    }
}

@media screen and (min-width: 100px) and (max-width: 900px) { 
    .otp_str {
        margin-left: 10% !important;
    }
}

.otp-label {
    margin-left: 100px;
}

.select {
    width: 100px !important;
    height: 40px !important;
}

.select_2 {
    width: 177px !important;
    height: 40px !important;
}

.select_21 {
    width: 126px !important;
    height: 40px !important;
}

.display-inline { 
    display:inline-block;
}

.button_color {
    width: 180px !important;
    height: 40px;
    background: #D50000 !important;
    color: white !important;
    appearance: none;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
}

.button_color:hover {
     width: 185px !important;
     height: 45px;

}

@media screen and (min-width: 900px) and (max-width: 8000px) { 
    .img_wrapper {
        border: 1px solid #b6b4b4;
        border-radius: 4px;
        height: 120px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        width: 180px;
    }
}

@media screen and (min-width: 200px) and (max-width: 900px) { 
        .img_wrapper {
        border: 1px solid #b6b4b4;
        border-radius: 4px;
        height: 150px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        width: 260px;
    }
}
    

.img_wrapper12 {
    border: 1px solid #b6b4b4;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 191px;
    width: 206px;
}

.img_size {
    margin-top: 15px;
    height: 40px;
    width: 110px;
} 

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.color_h {
    background-color:#ffffff;
    border-radius: 4px;
    margin-left: 10px;
    width: 45;
    text-align: center;
}

.color_h:hover {
    color:#D50000;
}

@media screen and (min-width: 900px) and (max-width: 8000px) { 
    .product {
        border: 1px solid #b6b4b4;
        border-radius: 4px;
        height: 370px;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        width: 220px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media screen and (min-width: 100px) and (max-width: 900px) { 
    .product {
        border: 1px solid #b6b4b4;
        border-radius: 4px;
        height: 370px;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        width: 190px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

.img_product {
    height: 95px;
    width: 110px;
}

.inline {
    display: inline-block;
}

.color_text {
    color: #144184;
}

.prod_description .desc_wrap p {
    margin:0;
}
.prod_description .desc_wrap p.desc {
    font-size: 25px;
    font-style: italic;
}
.prod_description .desc_wrap p.desc a {
    color: #1f83a8;
    font-style: normal;
}
.prod_description .desc_wrap p.desc span {
    font-style: normal;
}
.prod_description .desc_wrap .buy {
    margin-top: 15px;
	font-size: 25px;
}

.prod_description .desc_wrap .buy label{
	display:inline;
}
.prod_description .desc_wrap .buy .price {
    float: left;
    margin-right: 20px;
}
.prod_description .desc_wrap .buy .price p span {
    font-size: 50px;
    font-weight: bold;
}
@media screen and (min-width: 900px) and (max-width: 8000px) { 
    .prod_img .img_wrapper img {
        max-width: 206px;
        max-height: 211px;
    }
}
@media screen and (min-width: 200px) and (max-width: 900px) { 
    .prod_img .img_wrapper img {
        max-width: 150px;
        max-height: 160px;
    }
}

.left_column {
    display: inline;
    width: 200px !important;
    margin-bottom: 50px;
}

@media screen and (min-width: 900px) and (max-width: 8000px){
    .left_container_filter {
        box-sizing: content-box;
        padding: 20px;
    }
}
@media screen and (min-width: 200px) and (max-width: 900px){
    .left_container_filter {
        display: block; padding-left: 5px;
    }
}

@media screen and (min-width: 200px) and (max-width: 900px){
    .otp_mobile {
        white-space: pre-line;
    }
}
@media screen and (min-width: 200px) and (max-width: 900px){
    .div_width {
        box-sizing: content-box;
    }
}

@media screen and (min-width: 1300px) and (max-width: 8000px){
    .style_filter_word {
        color: black; display: inline; margin-left: 20px;
    }
    
    .style_filter_word1 {
        color: black; display: inline;
    }
    .style_filter_word2 {
        color: black; display: inline; margin-left: 20%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1299px){
    .style_filter_word {
        color: black; display: inline; margin-left: 20px;
    }
    
    .style_filter_word1 {
        color: black; display: inline;
    }
    .style_filter_word2 {
        color: black; display: inline; margin-left: 5%;
    }
}

@media screen and (min-width: 900px) and (max-width: 8000px){
    .mobil_prod {
        display: none;
    }

}

.img_wrapper12 img{
   vertical-align: middle;
}
@media screen and (min-width: 900px) and (max-width: 8000px){
    .flex_f{
        display: flex;
    }
}

@media screen and (min-width: 100px) and (max-width: 900px){
    .flex_f{

    }
}

.tires_select {
    margin-bottom: 10px;
    overflow: hidden;
    padding:0;
}
.tires_select li {
    padding: 10px 0px;
    border-bottom: 3px solid #dedede;
    list-style: none;
    overflow: hidden;
}
.tires_select li:last-child {
    border: none;
}
.tires_select li .img_wrapper3 {
    width: 100px;
    height: 90px;
    float: left;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tires_select li .img_wrapper3 img {
	max-width:100px;
	max-height:85px;
}

.tires_select li a.item_name {
    color: #1f83a8;
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
}
.tires_select li .season {
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
}
.tires_select li .item_content {
    float: left;
    width: 185px;
}
.tires_select li p {

}
.tires_select li p.item_desc {
    margin-left:15px;
    font-size: 14px;
    font-style: italic;
}
.tires_select li p.item_desc span {
    font-style: normal;
}
.tires_select li .buy_item {
    float: right;
    width: 120px;
}
.tires_select li .buy_item .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
}
.tires_select li .buy_item .buy_btn {
    float: right;
    margin: 10px 0 0 0;
}
.tires_select li .buy_item .input_wrapper {
    float: right;
}
.tires_select li label {
    padding-top: 2px;
    display: block;
    margin-left: 25px;
}
.tires_select li input {
    background: url("../img/select_bg.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    font-size: 14px;
    height: 21px;
    padding-left: 5px;
    width: 23px;
}