.travel-product-list-highlights-block .image-wrapper {
    position: relative;
}

.travel-product-list-highlights-block .info-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.travel-product-list-highlights-block .info-item img {
    height: 21px;
}

.travel-product-list-highlights-block i {
    font-size: 1.3rem;
}

.travel-product-list-highlights-block .product-item .alert-small {
   padding: .1rem .2rem;
   display: inline-block;
   font-size: 0.8rem;
   margin-bottom: 10px;
}

.travel-product-list-highlights-block .product-item .price {
   display: block;
   margin-bottom: 10px;
}

.main-search-filter form {
    display: initial;
}

.main-search-filter .product-main-filter {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main-search-filter .main-filters {
    padding: 50px 0 60px 0;
}

.main-search-filter .product-filter {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main-search-filter .product-filter .dropdown-body,
.main-search-filter .product-main-filter .dropdown-body {
    padding: 0.5rem 1rem;
}

.main-search-filter .dropdown-body .form-check,
.main-search-filter .dropdown-body .form-group {
    margin-bottom: 0;
}

.product-main-filter .calendar-dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
}

.main-search-filter .product-main-filter .form-control {
    text-align: left;
}

.main-search-filter .search-button {
    word-break: normal;
    min-width: 130px;
    margin-bottom: 10px;
}

.main-search-filter .input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}

.main-search-filter .input-group-prepend .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.main-search-filter .checkbox-wrapper {
    column-count: 3;
}

.main-search-filter .filter-title,
.main-search-filter .filter-wrapper {
    display: inline-block;
}

.main-search-filter .filter-title,
.main-search-filter .filter-tag {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 100%;
}

.main-search-filter .filter-tag i,
.main-search-filter .filter-tag .close {
    color: #151515;
    opacity: 1;
    font-size: 1rem;
}

.datepicker {
    min-width: 245px;
}
.datepicker .datepicker-days table.table-condensed {
    width: 100%;
}

.product-filters .datepicker__month-name {
    cursor: pointer;
}
.product-filters .datepicker__month-name:hover {
    text-decoration: underline;
}

.main-search-filter .tag-text {
    margin-right: 6px;
}

.main-search-filter .badge-light {
    background-color: var(--light);
}

.main-search-filter .additional-filters {
    padding: 1.5rem 0;
}

.product-list .info-item {
    display: inline-block;
    margin-right: 10px;
}

.product-list .image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-list .product-item {
    height: 100%;
}

.product-list .text-wrapper {
    padding: 1rem 0 0 0;
}

/*Product Badges*/

.product-badge-wrapper .display-badge-wrapper {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 1rem;
    z-index: 1;
}

.product-badge-wrapper .card-badge,
.product-badge-wrapper .display-badge,
.product-badge-wrapper .card-tag,
.product-badge-wrapper .display-tag {
    color: #ffffff;
    font-size: 1rem;
    margin-right: 2px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-badge-wrapper .display-badge {
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
}

.product-badge-wrapper .display-tag {
    padding: 10px;
}

.product-badge-wrapper .card-badge {
    width: 24px;
    height: 24px;
}

.product-badge-wrapper .badge-primary {
    background-color: var(--primary);
}

.product-badge-wrapper .badge-outdoor {
    background-color: #fe5616;
}

.product-badge-wrapper .badge-family {
    background-color: #742186;
}

.product-badge-wrapper .badge-environment {
    background-color: #09b64a;
}

.product-badge-wrapper .badge-relax {
    background-color: #f61a7b;
}

.product-badge-wrapper .badge-remotework {
    background-color: #0cacdc;
}

/*Product list small grid*/

.product-list-small-grid .price-wrapper,
.product-list-small-grid .btn-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.product-list-small-grid .text-md-right.btn-wrapper {
    text-align: left !important;
}

.product-list-small-grid .display-badge-wrapper {
    display: none !important;
}

/*Card layout*/

.card-layout .product-list .text-wrapper {
    padding: 1rem;
}

.card-layout .product-item {
    border: 1px solid #dddddd;
    background: #ffffff;
}

.product-list-wrapper .spinner-wrapper {
    text-align: center;
    padding: 40px;
}

.product-list-wrapper #spinner-icon-container > * {
    width: 40px;
    height: 40px;
    animation: spin 1.5s linear infinite;
}

.product-list-wrapper #spinner-icon-container > svg {
    color: #2c5d4f;
}

.product-list-wrapper .spinner-text {
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
    margin-top: 20px;
}

.product-list-wrapper .basic-spinner {
    border: 4px solid #dddddd;
    border-top: 4px solid var(--dark);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 40px auto;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (pointer: fine) {

    .zoomeffect .product-list .image-wrapper img:hover {
        transform: scale(1.1);
    }

    .zoomeffect .product-list .image-wrapper img,
    .zoomeffect .product-list .image-wrapper img:hover {
        transition: transform 600ms ease-in-out;
    }

}

@media screen and (max-width:1199px) {

    .main-search-filter .checkbox-wrapper {
        column-count: 1;
    }

}

@media screen and (max-width:575px) {

    .main-search-filter .product-list .button-wrapper {
        display: none;
    }

}