#lauout1_cart_text{
float: left;
}
#lauout1_cart_im {
   float: left;
}
#slider-range{
   font-size: 20px;
   margin-top: 20px;
}

#options {


   border:0px solid #074776;
   font-size: 15px;
}

#price,#price2 {
   border:1px solid #1FA2D6;
   padding:5px;
   width:130px;
   font-size: 15px;
}

@font-face {
   font-family: "Roboto Light";
   src: url('../fonts/robotolight.ttf') format('truetype');
}
@font-face {
   font-family: "Roboto Medium";
   src: url('../fonts/robotomedium.ttf') format('truetype');
}
.Line_m{
   display: table;
   height: 18px;
   width: 100%;
   position: static;
   background-color: #FFFFFF;
   border-width: 0;
   color: #FFFFFF;
   margin: 0;
   padding: 0;
}

/*
Футер к низу
*/

* {
   margin: 0;
   padding: 0;
}
.content {
   min-height: calc(100vh - 200px);
   background-color: #FFFFFF;
   max-width: 1280px;
   margin: auto;
}


/*
*Cтили кнопки
*/
#Button_cart {
   background-color: #E80B44;
   background-image: none;
   border: 0px #2E6DA4 solid;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: "Roboto Light";
   font-size: 13px;
   font-weight: normal;
}

.sale{
   width: 60px;
   height: 60px;
}

.popular{
   width: 180px;
   height: auto;
   background-repeat: no-repeat;
}

#FormWidget{
   font-size: 13px;
   text-align: left;
}

@media (max-width: 1024px) {
   #linex2{
      display: none;
   }
}
a {
   cursor: pointer;
}
.wrapper{
   max-width: 1280px;
   margin: auto;
   -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}


