/*
 Theme Name:   Motors Child
 Theme URI: https://sharpsyntax.com/
 Description:  Child theme for Motors
 Author:       SharpSyntax
 Author URI:   https://sharpsyntax.com/
 Template:     motors
 Version:      1.0.0
*/


.da-cars-wrapper {
    position: relative;
    z-index: 100000000;
    width: 100%;
    max-width: 900px;
    min-width: 370px;
    margin: 40px auto;
}
.da-cars-wrapper .da-product-card {
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,64,113,0.1);
}
.da-cars-wrapper .da-product-card .da-left-col {

}
.da-cars-wrapper .da-product-card .da-left-col .da-top {

}
.da-cars-wrapper .da-product-card .da-left-col .da-top .da-left {

}
.da-cars-wrapper .da-product-card .da-left-col .da-top .da-left img {
    width: 80%;
    max-width: 240px;
    margin: 0 auto 20px auto;
}
.da-cars-wrapper .da-product-card .da-left-col .da-top .da-right {
    text-align: center;
}
.da-cars-wrapper .da-product-card .da-left-col .da-top .da-right .da-car-class {
    padding: 4px 20px;
    border-radius: 30px;
    display: inline-block;
    color: #aaaaaa;
    font-weight: 700;
    border: 1px solid #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}
.da-cars-wrapper .da-product-card .da-left-col .da-top .da-right .da-car-class p {
    margin: 0;
}
.da-cars-wrapper .da-product-card .da-left-col .da-top .da-right h3 {
    color: #5a5a5a;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}
.da-cars-wrapper .da-product-card .da-left-col .da-bottom {

}
.da-cars-wrapper .da-product-card .da-left-col .da-bottom  .da-attrs-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style-type: none;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 0;
    margin: 10px 0;
}
.da-cars-wrapper .da-product-card .da-left-col .da-bottom  .da-attrs-list li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
    padding: 14px 0;
    margin-bottom: 0;
}
.da-cars-wrapper .da-product-card .da-left-col .da-bottom  .da-attrs-list li p {
    margin: 0;
}
.da-cars-wrapper .da-product-card .da-left-col .da-bottom  .da-attrs-list li div {
    text-align: center;
}
.da-cars-wrapper .da-product-card .da-right-col {
    padding: 10px;
    background-color: #f5faff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.da-cars-wrapper .da-product-card .da-right-col .stm_price_info div {
    display: flex;
    color: #004071;
    justify-content: center;
    margin-bottom: 8px;
}
.da-cars-wrapper .da-product-card .da-right-col .stm_price_info > div:first-of-type {
    font-size: 14px;
    font-weight: 700;
}
.da-cars-wrapper .da-product-card .da-right-col .stm_price_info div.total_price .stm-mcr-price-view .currency {
    display: inline-block;
    font-size: 23px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 700;
}
.da-cars-wrapper .da-product-card .da-right-col .stm_price_info div.total_price .stm-mcr-price-view .price-big {
    font-size: 48px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -2px;
}
.da-cars-wrapper .da-product-card .da-right-col .stm_price_info div.total_price .stm-mcr-price-view .price-small{
    display: inline-block;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: auto;
    line-height: 24px;
    padding-left: 3px;
}
.da-cars-wrapper .da-product-card .da-right-col .rent-btn-wrap {
    display: none;
}

.da-cars-wrapper .da-product-card .da-right-col .da-btn {
    width: 100%;
    text-align: center;
    padding: 14px;
    background-color: #c7181f;
    font-weight: 700;
    font-size: 18px;
    color: white;
}
.da-other-pricing-options {
    margin-top: -20px;
    display: block !important;
}
.da-other-pricing-options p {
    font-weight: 400;
    color: #004071;
    text-align: center;
    margin: 0 0 10px;
    display: block;
}
.da-other-pricing-options p img {
    display: inline-block;
    width: 20px;
    position: relative;
    bottom: 2px;
}
.da-other-pricing-options.da-internal {
    margin-top: 10px;
}
.da-other-pricing-options.da-internal p {
    font-size: 12px;
}
.da-other-pricing-options.da-internal p img {
    width: 15px;
}
@media screen and (min-width: 600px) {
    .da-cars-wrapper .da-product-card {
        display: flex;
        justify-content: space-between;
    }
    .da-cars-wrapper .da-product-card .da-left-col .da-top {
        display: flex;
    }
    .da-cars-wrapper .da-product-card .da-left-col .da-bottom  .da-attrs-list li {
        width: 100px;
        aspect-ratio: 1/1;
    }
    .da-cars-wrapper .da-product-card .da-right-col {
        width: 300px;
    }
    .da-cars-wrapper .da-product-card .da-left-col .da-top .da-right {
        text-align: left;
    }
    .reserv-price-wrap {
        width: 27% !important;
    }
}
