/*----------------------------------------------------------------
                                GLOBAL
----------------------------------------------------------------*/
body.wb-rtl .direction-auto {
    direction: rtl !important;
}

body.wb-ltr .direction-auto {
    direction: ltr !important;
}

body.wb-rtl .text-align-auto {
    text-align: right !important;
}

body.wb-ltr .text-align-auto {
    text-align: left !important;
}

/*----------------------------------------------------------------
                                HEADER
----------------------------------------------------------------*/

.custom-list {
    direction: ltr;
    list-style-type: disc;
}

.custom-list li {
    margin-bottom: 15px;
}

#InfoItems3:nth-of-type(even) .list-row {
    flex-direction: row-reverse;
}


.list-row {
    margin-top: 100px;
    margin-bottom: 100px;
}

.list-row .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.list-and-photo-container .col-lg-7 {
    padding-right: 5%;
}

@media screen and (max-width: 678px) {
    .list-row .thumb {
        min-height: 400px;
    }

    .list-and-photo-container .col-lg-7 {
        padding-right: 10%;
    }

    .list-and-photo-container .col-lg-5 {
        padding-right: 0px;
    }
}
@media  screen and (max-width:576px){
    .no-pr-sm {
        padding-right:0px !important;
    }
}

@media  screen and (max-width: 768px){
    .negative-order {
        order: -1;
    }
}

.contactUsForm input::placeholder, .contactUsForm textarea::placeholder {
    text-align:left;
}

.contactUsForm input, .contactUsForm textarea {
    text-align:left;
    direction: ltr;
}
.search-toggle {
    cursor: text;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.header-search {
    position: relative;
}
.ms-filter-input::placeholder {
    font-size: 13px;
}
.widget-title a {
    color: black;
}
.widget-title a:hover {
    color: black;
}
.price .text-secondary {
    font-size: 22px;
}
.price .currency {
    margin-right: 4px;
    font-size: 13px;
}
.wb-add-to-shopping-cart {
    cursor: pointer;
}
