.site-main { !important
    width: 1400px;
}

.inventory-location-container {
    background: #c60c29;
    border-radius: 5px;
    padding: 20px;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.inventory-location-container > h3 {
    color: white !important;
    text-align: center;
    margin-bottom: 0;
}
.inventory-location-container > h3 > img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.inventory-location-container > span {
    display: block;
    text-align: center;
    color: white;
}

#myDropdown a {
    color: white;
}
#depotInput {
    position: relative;
    z-index: 3;
    outline: none;
    border: 2px solid white;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 10%) inset; */
    border-radius: 5px 0 0 5px;
}
.depot-options {
    display: flex;
    flex-direction: column;
    background: white;
    position: absolute;
    z-index: 2;
    width: 99%;
    left: 0.5%;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#myDropdown {
    max-width: 500px;
    position: relative;
    margin: 15px auto auto auto;
}

#myDropdown .depot-options > a:not(:first-child) {
    border-top: 1px solid #eee;
}

#myDropdown .depot-options > a {
    display: flex;
    color: #c60c29;
    padding: 6px 20px;
    padding-left: 25px;
    transition: background-color 100ms;
    cursor: pointer;
    position: relative;
    line-height: 1.3em;
    font-size: 14px;
}
#myDropdown .depot-options > a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon-pin-location.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 6px;
    top: calc(50% - 7.5px);
}
#myDropdown .depot-options > a:hover {
    background-color: #eee;
}
.input-container {
    display: flex;
}
#myDropdown .btn-search {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 2px solid white;
    border-radius: 0px 5px 5px 0;
    transition: all 300ms;
    background-color: #aaa;
    cursor: pointer;
    width: 215px;
    text-align: center;
}
#myDropdown .btn-search.active {
    background-color: #c60c29;
}
#myDropdown .btn-search.active:hover {
    background-color: #97091f;
}
.btn-current-location {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    margin-top: 15px;
    font-weight: 400 !important;
    max-width: 240px;
    margin: 25px auto auto;
    padding: 8px;
}
.btn-current-location > img {
    width: 20px;
    margin-right: 5px;
}
.inventory-location-container .result-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nearest-depot {
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto 0px;
    border: white 2px solid;
    background: transparent;
    color: white !important;
    transition: 300ms all;
}
.nearest-depot:hover {
    background-color: white !important;
    color: #c60c29 !important;
}

.input-container::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 20px;
    background-image: url(../images/loading.gif);
    background-size: cover;
    background-position: center;
    top: 45px;
    background-repeat: no-repeat;
    left: calc(50% - 17.5px);
    z-index: 0;
    display: none;
}
.input-container.active::after {
    display: block !important;
}
.btn-current-location {
    position: relative;
}
.btn-current-location {
    border: 2px solid white;
    transition: 300ms all;
}

.btn-current-location:hover {
    background-color: #b60722;
}

.btn-current-location:hover::after,
.btn-current-location:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

@media (max-width: 768px) {
    .inventory-location-container > h3 > img {
        margin-right: 5px;
    }
}

/* review listing css */
.review-content{
    width: auto;
    margin-bottom: 50px;
    float: none;
    overflow: auto;
    font-family: Poppins,Sans-serif;
}
.review-summary{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-summary-box{
    float: left;
    display: inline-block;
}

.review-summary-box-title-left{
    color: #cc0033;
    font-size: 4em;
    font-weight: 600;
    padding: 5px;
    font-family: Poppins,Sans-serif;
}

.review-summary-box-title-center{
    color: #cc0033;
    font-size: .9em;
    width: 8%;
    padding-left: 10px;
    font-family: Poppins,Sans-serif;
}

.review-summary-box-date{
    font-size: .9em;
    font-style: italic;
    font-weight: 500;
    color: #000;
    font-family: Poppins,Sans-serif;
}

.review-box{
    border: solid 1px darkgray;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    width: 48%;
    float: left;
    min-height: 320px;
}


.review-row{
    width: 50%;
    float: left;
    /*border: solid 1px red;*/
}

.review-row img{
    width: 80%;
    float: right;
}

.review-row p{
    font-size: .8em;
    font-weight: 400;
}

.review-row-from{
    width: 50%;
    float: left;
    font-size: .8em;
    /*border: solid 1px red;*/
    text-align: right;
}

.review-row-img{
    width: 50%;
    float: right;
    font-size: .8em;
    /*border: solid 1px red;*/
}

.review-row-left {
    text-align:left;
    margin-bottom: 10px;
    display: flex;
}

.review-author{
    text-align: left;
    font-size: .8em;
    float: left;
    padding-right: 5px;
}

.review-date{
    text-align: left;
    font-size: .8em;
    font-style: italic;
    float: left;
    padding-left: 5px;
}

.review-details{
    font-weight: 400;
    text-align: justify;
    padding-top: 15px;
    display: inline-block;
}

.review-title{
    color: #fff;
    line-height: 200px;
    height: 200px;
    text-align: center;
    font-size: 4.5em;
    font-weight: 600;
    font-family: "Bebas Neue",Sans-serif;
    text-shadow: -1px 5px 5px #000;
}

.review-title-bottom{
    width: auto;
    text-align: center;
    font-size: 4em;
    font-weight: 600;
    color: #cc0033;
    font-family: "Bebas Neue",Sans-serif;
}
.review-title-bottom h1{
    font-size: 60px;
}
.review-title-description{
    width: auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    color: #000;
    font-family: Poppins,Sans-serif;
}

.product-preview-container {
    /*display: none;*/
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 10px;
}

@media (max-width: 800px)  {
    .review-title{
        color: #fff;
        line-height: 40px;
        padding-top: 50px;
        height: 200px;
        text-align: center;
        font-size: 1.5em;
        font-weight: 600;
        font-family: "Bebas Neue",Sans-serif;
        text-shadow: -1px 5px 5px #000;
    }

    .review-title-bottom{
        font-size: 1.5em;
    }

    .review-title-description{
        font-size: .9em;
    }

    .product-preview-container {
        /* display: none; */
        width: auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 200px;
        margin-bottom: 10px;
    }

    .review-summary-box-title-center{
        width: 18%;
    }

    .review-box{
        width: 98%;
    }

}