/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
#gallery {
    column-count: 2;
    gap: .8em;
}

#gallery a {
    display: inline-block;
    margin: 0 0 .5em;
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.wd-product .product-image-link {
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
    max-height: 250px;
}

.wd-product .product-image-link span {
    display: block;
    width: 30px;
    min-height: 30px;
    background-color: white;
    margin: -15px auto;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 0 1px 0px #0b0b0b;
    position: relative;
    cursor: pointer;
}

.wd-product .product-image-link span:after,
.wd-product .product-image-link span:before {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid gray;
    left: 8px;
    top: 7px;
}

.wd-product .product-image-link::-webkit-scrollbar,
.star-rating {
    display: none
}

.wd-product .product-image-link span:before {
    transform: rotate(180deg);
    top: 16px;
}

.car-key-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #8080808a;
    text-align: left;
    gap: 10px;
    padding-bottom: 5px;
}

.car-key-item * {
    margin: 0;
}

.car-key-content span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    color: #464545;
}

.wd-product .wd-entities-title {
    text-align: left;
    color: #ef1d26;
    font-size: 26px !important;
    margin-bottom: 15px;
}

.car_bottom {
    margin-top: auto !important;
}

.wd-product .product-wrapper {
    min-height: 100%;
    height: 100%;
}

.car_bottom a {
    background: red;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.car_bottom {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.car_bottom .price {
    font-size: 20px;
}

.product-wrapper .wd-gallery-item {
    border-bottom: 2px solid #f2f2f2;
}

.product-wrapper .car-key-item svg {
    display: none;
}

.pa-scroll ::-webkit-scrollbar {
    width: 5px
}

/*.pa-scroll ::-webkit-scrollbar-track {*/
/*    background-color: red*/
/*}*/

.pa-scroll ::-webkit-scrollbar-thumb {
    background-color: #ff9933
}

.home ul#menu-menu-car .menu-item:first-child {
    display: none;
}
/* .pars-before-price-text p.price:before {
    content: "Down Payment: ";
    font-size: 16px;
    font-weight: 700;
    color: #333333;
} */

.wd-product .price, .single .price {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-content: flex-start !important;
}

.price del {
    text-decoration: none;
    text-align: left;
}

.price del:before {
    content: "Cash: ";
}

.price ins:before {
    content: "Down Payment: ";
}

.price ins {
    font-size: 18px;
}