File: /home/aliazzsr/html.vqode.com/page-code/assets/css/custom.css
body
{
font-family: "Raleway", sans-serif;
}
.bg-light
{
background: #F5F5F5;
}
.container
{
max-width: 1170px;
margin: 0 auto;
}
.bg-white
{
background-color: white;
border-radius: 20px;
padding: 20px;
margin-top: 30px;
}
h2
{
margin: 0;
}
h3, h6
{
color: #3DAAF8;
text-align: center;
margin: 0;
}
h5
{
margin: 0;
margin-bottom: 10px;
}
p
{
color: #5E6880;
}
.flex
{
display: flex;
justify-content: space-between;
align-items: center;
}
.price-tile
{
background-color: #F8F8F8;
padding: 20px;
border-radius: 10px;
}
.w-100
{
max-width: 100%;
border-radius: 20px;
}
.margin-top
{
margin-top: 10px;
}
.margin-right
{
margin-right: 10px;
}
.d-flex
{
display: flex;
}
.w47
{
width: 47%;
}
.title
{
color: #5F6779;
text-align: left;
font-weight: normal;
font-size: 16px;
margin-bottom: 10px;
}
.brand
{
color: #242F4A;
text-align: left;
margin: 0;
}
.web-none
{
display: none;
}
@media only screen and (max-width: 700px)
{
.flex
{
display: unset;
}
.sm-none
{
display: none;
}
.web-none
{
display: block;
}
.sm-flex
{
display: flex;
justify-content: space-between;
}
.d-flex
{
display: unset;
}
.sm-size
{
font-size: 50px;
}
.item-senter
{
align-items: center;
}
.center
{
justify-content: center;
}
.sm-price-color
{
background-color: #3DAAF8;
border-radius: 10px;
padding: 10px;
}
.white
{
color: white;
margin: 0;
}
}