<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container.packages-base {
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 20px;
}

.Package_block {
  background-color: #fff;
  margin: 20px 0px 20px 0px;
  border-radius: 5px;
  padding: 20px;
  height: 700px;
}

.Tire_block, .Wheel_block{
  width: 50%;
    height: auto;
}

 
 .left-value,.Wheel_block,.photo_tire,.Features_wheel{float: left}
.Tire_block, .right-value,.photo_wheel,.Features_tire{float: right}

.photo_tire, .photo_wheel{
  background-color: #ffffff;
  border-radius: 7px;
  width: 100%;
  height: 200px;
  display: flex;
  cursor: zoom-in;
  margin-top: 30px;
}

.photo_tire&gt;img, .photo_wheel&gt;img{
  width: 200px;
  height: 200px;
}

.photo_tire&gt;.eye_btn{margin: 230px 0px 0px 170px}
.photo_wheel&gt;.eye_btn{margin: 230px 170px 0px 0px}

.eye_btn{
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #adb9c9;
  border-radius: 6px;

}
.eye_btn:before{
  content: '\1F441';
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: -2px;
  font-size: 25px;
}

.Features_tire, .Features_wheel{width: 290px;}



.Features-item&gt;h4{
  margin-top: 2px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
  text-overflow: ellipsis;
}
.Features-item{
  margin-bottom: -15px;
  font-size: 14px;
  height: 20px;
  border-top: 1px solid #e2e2e2;
}
.Features-item&gt;p{
  height: 15px;
  margin-top: 4px;
  color: #696d77;
}
.Features-item&gt;p.left-value{
  color: #9da0a5;
  font-weight: 500;
}
.ListHead{
  margin-bottom: -5px;
  border-top: 0;
}
.Buttons_block{
  display: flex;
  justify-content: space-between;
  margin-left: 250px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  width: 600px;
}
.Total_price{

  padding: 5px 40px 5px 40px;
}
.Total_price&gt;h4{
  margin: 0;
  font-weight: bolder;
  color: #D9534F;
  font-size: 16px;
}
.Buttons_block&gt;button{
  padding: 5px 25px 5px 25px; !important;
  margin: 0; !important;
}
.Buttons_block&gt;button.btn-danger{background-color: #D9534F !important;}
.Buttons_block&gt;button.btn-success{background-color: #5CB85C !important;}
.Buttons_block&gt;button&gt;h4{
  margin: 0;
  font-weight: bolder;
  font-size: 15px;
}


/* Adaptation */
@media screen and (max-width: 1200px){
  .Tire_block, .Wheel_block{
    width: 440px;
  }
  .photo_tire, .photo_wheel{
    width: 180px;
    height: 230px;
  }
  .photo_tire&gt;img, .photo_wheel&gt;img{
    width: 150px;
    height: 150px;
  }
  .eye_btn{
    width: 30px;
    height: 30px;
  }
  .photo_tire&gt;.eye_btn{margin: 185px 0px 0px 135px}
  .photo_wheel&gt;.eye_btn{margin: 185px 135px 0px 0px}
  .eye_btn:before{
    margin-top: -1px;
    font-size: 21px;
  }
  .Features_tire, .Features_wheel{width: 240px;}
  .Features-item&gt;img{
    width: 80px;
    height: 22px;
  }
  .Features-item&gt;h4{
    margin-top: 0;
    font-size: 18px;
    width: 160px;
  }
  .Features-item{font-size: 13px;}
  .Buttons_block{
    margin-left: 200px;
    width: 500px;
  }
  .Total_price{
    border: 2px solid #D9534F;
    padding: 5px 30px 5px 30px;
  }
  .Total_price&gt;h4{
    font-size: 15px;
  }
  .Buttons_block&gt;button{
    padding: 5px 20px 5px 20px;
  }
  .Buttons_block&gt;button&gt;h4{
    font-size: 14px;
  }
}

@media screen and (max-width: 991px){
  .Tire_block, .Wheel_block{
    width: 332px;
  }
  .photo_tire, .photo_wheel{
    width: 120px;
    height: 155px;
    border-radius: 5px;
  }
  .photo_tire&gt;img, .photo_wheel&gt;img{
    width: 100px;
    height: 100px;
  }
  .eye_btn{
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
  .photo_tire&gt;.eye_btn{margin: 125px 0px 0px 85px}
  .photo_wheel&gt;.eye_btn{margin: 125px 85px 0px 0px}
  .eye_btn:before{
    margin-top: -2px;
    font-size: 17px;
  }
  .Features_tire, .Features_wheel{width: 200px;}
  .Features-item&gt;img{display: none;}
  .Features-item&gt;h4{
    font-size: 16px;
    width: 200px;
  }
  .Features-item{font-size: 12px;}
  .ListHead{margin-bottom: -15px;}
  .Buttons_block{
    margin-left: 132px;
    width: 417px;
    padding-top: 15px;
  }
  .Total_price{
    border: 2px solid #D9534F;
    padding: 4px 20px 4px 20px;
    border-radius: 4px;
  }
  .Total_price&gt;h4{
    font-size: 14px;
  }
  .Buttons_block&gt;button{
    padding: 4px 15px 4px 15px;
  }
  .Buttons_block&gt;button&gt;h4{
    font-size: 13px;
  }
}

@media screen and (max-width: 765px){
  .Package_block {height: 1000px;}
  .Tire_block, .Wheel_block{width: 340px;}
  .Wheel_block, .photo_wheel{float: left;}
  .Features_tire, .Features_wheel{width: 200px;}
  .Features_wheel{margin-left: 20px}
  .Features_wheel&gt;div&gt;h4{text-align: left}
  .Features-item&gt;img{display: none;}
  .Features-item{font-size: 12px;}
  .ListHead{margin-bottom: -15px;}
  .Buttons_block{
    margin-left: 0;
    width: 340px;
    padding-top: 15px;
  }
  .Total_price{
    border: 2px solid #D9534F;
    padding: 3px 5px 3px 5px;
    border-radius: 4px;
  }
  .Total_price&gt;h4{
    font-size: 14px;
  }
  .Buttons_block&gt;button{
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
  }
  .Buttons_block&gt;button&gt;h4{
    font-size: 13px;
  }
}




.container-per-item {
  float: left;
  width: 45%;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  border-width: 1.8px;
  border-style: solid;
  border-color: #ebeff3;
  margin-top: 20px;
}
.container-per-4item {
  float: right;
  width: 45%;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  border-width: 1.8px;
  border-style: solid;
  border-color: #ebeff3;
  margin-top: 20px;
}
.container-per-4item h4 {
  font-size: 20px;
}
.container-per-item h4 {
  font-size: 20px;
}
.price-per-packages {
  color: #03bd5b;
  font-size: 30px;
  font-weight: 520;
  margin-top: 10px;
}
.price-4per-packages {
  color: #0081d5;
  font-size: 30px;
  font-weight: 520;
  margin-top: 10px;
}

#Left
{
  width: 47%;
display:inline-block;
height:auto;
margin-right:15px;
}
#Right
{
  width: 47%;
  display:inline-block;
  height:auto;
  margin-left:15px;
}
.container-per-item{
  width: 115px;float-left;display:inline-block;margin-top:30px;
}
.mega-price
{font-weight: bolder;
  color: #D9534F;
  font-size: 32px;
  margin-top:480px;
  text-align: center;
}
.buttons2
{
  text-align: center;
  margin-bottom: 50px;
}
.per-item-packages{
width: auto;
float-left;
display:inline-block;
margin-top:30px;
text-align: center;
border-radius: 5px;
border-width: 1.8px;
border-style: solid;
border-color: #ebeff3;
}
.per4-item-packages{
width: auto;
float:right;
display:inline-block;
margin-top:30px;
text-align: center;
border-radius: 5px;
border-width: 1.8px;
border-style: solid;
border-color: #ebeff3;
}

#table_pack,#th_pack,#td_pack {
  border-top: 1px solid  #9da0a5;
  border-bottom: 1px solid  #9da0a5;
  border-collapse: collapse;
  padding: 10px;
}
.td_style
{
margin:10px;
}
.td_style_r
{
float:right;
margin:10px;
}
color: #9da0a5;

.content-wrap-contact3 {
 
  
  color: #ffffff;
  z-index: 9999;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-105%);
}</pre></body></html>