.ecoTour_grid .wps-items .wps-item {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    max-width: 100%;
    flex-flow: wrap;
    justify-content: center;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
}
.ecoTour_grid .wps-items .wps-component .wps-thumbnails-wrapper {
    display: none;
}
.ecoTour_grid .wps-items .wps-item .wps-component {
    width: 100%;
    margin: 0;
}
.ecoTour_grid .wps-items .wps-item .wps-component:nth-child(2n+2) {
    margin: 0;
    border-bottom: 2px solid #E1F2F7;
}
.ecoTour_grid .wps-items .wps-item .wps-component-products-pricing {
    flex: inherit;
    margin: 0 0 0 auto;
    order: 4;
    padding: 24px 24px 24px 0;
    justify-content: center;
}
.ecoTour_grid .wps-items .wps-item .wps-component:last-child {
    margin: 0;
    width: auto;
    order: 3;
    border: none;
    padding: 24px 0 24px 24px;
    justify-content: center;
}
.ecoTour_grid .wps-items .wps-item .wps-component .wps-component-products-add-button {
    margin: 0;
    width: auto;
    padding: 0;
}
.ecoTour_grid .wps-items .wps-item .wps-component .wps-component-products-add-button * {
    margin: 0;
}
.ecoTour_grid .wps-items .wps-item .wps-component .wps-gallery-featured-wrapper {
    max-width: 100%;
    max-height: 400px;
}

.ecoTour_grid .wps-items .wps-item .wps-component h2 {
    font-family: 'FUTURA PT';
    font-weight: 500;
    font-size: 32px;
    padding: 24px;
    text-align: left;
    line-height: 110%;
    color: #003D51;
    text-transform: uppercase;
    transition: all 500ms ease-in;
}
.ecoTour_grid .wps-items .wps-item .wps-component a:hover h2 {
    color: #f7931e;
}
.ecoTour_grid .wps-items .wps-item .wps-component .wps-component-products-add-button a button,
.wps-pagination-controls .wps-btn-next-page {
    display: inline-block;
    text-align: center;
    background-color: #f7931e;
    border: none;
    border-radius: 46px;
    padding: 12px 24px 10px;
    font-family: 'FUTURA PT';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 500ms ease-in;
}
.ecoTour_grid .wps-items .wps-item .wps-component .wps-component-products-add-button a button,
.wps-pagination-controls .wps-btn-next-page:hover {
    color: #fff;
}
.ecoTour_grid .wps-items .wps-item .wps-component .wps-component-products-add-button a button:before,
.wps-pagination-controls .wps-btn-next-page:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #007698;
    z-index: -1;
    transition: all 500ms ease-in;
}
.ecoTour_grid .wps-items .wps-item .wps-component .wps-component-products-add-button a button:hover:before,
.wps-pagination-controls .wps-btn-next-page:hover:before {
    width: 100%;
    left: 0;
}
.ecoTour_grid .wps-items .wps-item .wps-component-products-pricing span.wps-products-price * span {
    margin: 0;
    font-family: 'FUTURA PT';
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    line-height: 110%;
    color: #003D51;
}
.ecoTour_grid .wps-items .wps-item .wps-component-products-pricing span.wps-products-price * div {
    background: #003D51;
}
.ecoTour_grid .wps-items .wps-item .wps-component-products-pricing span.wps-products-price.wps-product-pricing {
    margin: 0;
}
section.wps-pagination-controls {
    padding: 40px 0 0;
    border-top: 1px solid #50B3CF;
}

.single-wps_products .header {
    position: relative;
    background-color: #fff;
}
.single-wps_products header.is-sticky {
    position: fixed;
}
.single-wps_products .header .logo .l-no {
    display: none;
}
.single-wps_products .header .logo .l-st {
    display: block;
}
.single-wps_products .header.is-sticky .mobile-menu-main .main ul>li>a:hover {
    color: #003D51;
}
.single-wps_products .navbar .mobile-menu-main .btn-search svg path {
    stroke: #003D51;
}
.single-wps_products .wps-product-single .wps-gallery-featured-wrapper {
    max-width: 100%;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
}
.single-wps_products .wps-product-single .wps-gallery-featured-wrapper .wps-product-image-wrapper {    
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.single-wps_products .wps-product-single .wps-thumbnails-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
    max-width: 100%;
    margin-top: 20px;
}
.single-wps_products .wps-product-single .wps-thumbnails-wrapper .wps-component-products-images-thumbnail {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.single-wps_products .wps-product-single .wps-thumbnails-wrapper .wps-component-products-images-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7931e;
    border-radius: 16px;
    opacity: 0;
    transition: all 500ms ease;
}
.single-wps_products .wps-product-single .wps-thumbnails-wrapper .wps-component-products-images-thumbnail img {
    outline: none;
    outline-offset:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.single-wps_products .wps-product-single .wps-thumbnails-wrapper .wps-component-products-images-thumbnail[data-wps-is-active="true"] {
    border: 2px solid #f7931e;
}
.single-wps_products .wps-product-single .wps-thumbnails-wrapper .wps-component-products-images-thumbnail[data-wps-is-active="true"]:after {
    opacity: 0.5;
}
.single-wps_products .wps-product-single .wps-component-products-title h1 {
    color: #003D51;
    font-size: 48px;
    font-weight: 600;
    font-family: 'FUTURA PT';
    font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 14px;
    padding: 0;
}
.single-wps_products .wps-product-single .wps-component-products-pricing {
    margin-bottom: 40px;
}
.single-wps_products .wps-product-single .wps-component-products-pricing .wps-products-price span {
    display: block;
    color: #f7931e;
    font-size: 32px;
    font-weight: 600;
    font-family: 'FUTURA PT';
    font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.single-wps_products .wps-product-single .wps-component-products-description p {
    margin: 0 0 20px;
    color: #414141;
    line-height: 26px;
    font-family: "calibri",sans-serif;
    font-weight: 400;
}
.single-wps_products .wps-product-single .wps-component-products-description p:empty {
    display: none;
}
.single-wps_products .wps-product-single .wps-component-products-description p strong em {
    font-style: normal;
}

.single-wps_products .wps-product-single .wps-component-products-description ul {
    display: flex;
    flex-flow: wrap;
    margin: 0 0 20px;
    row-gap: 10px;
}
.single-wps_products .wps-product-single .wps-component-products-description ul li {
    display: block;
    position: relative;
    width: 100%;
    max-width: 50%;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    color: #414141;
    font-size: 16px;
    line-height: 26px;
    font-family: "calibri",sans-serif;
    font-weight: 400;
}
.single-wps_products .wps-product-single .wps-component-products-description ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f7931e;
    border-radius: 30px;
}
.single-wps_products .wps-product-single .wps-component-products-description table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    height: 100%;
    display: block;
}
.single-wps_products .wps-product-single .wps-component-products-description table tr td {
    border: 1px solid #007698;
    background-color: #fff;
    padding: 0;
}
.single-wps_products .wps-product-single .wps-component-products-description table tr p {
    margin: 0;
    padding: 14px 20px;
    text-align: center;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    font-family: "calibri",sans-serif;
    font-style: normal;
    line-height: 26px;
}
.single-wps_products .wps-product-single .wps-component-products-description table tr:first-child td {
    background-color: #E1F3F9;
    padding: 14px 20px;
    text-align: center;
}
.single-wps_products .wps-product-single .wps-component-products-description table tr:first-child p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #003D51;
    font-size: 20px;
    font-weight: 600;
    font-family: 'FUTURA PT';
    font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
    
}
.single-wps_products .wps-product-single .wps-product-options {
    margin-bottom: 30px;
}
.single-wps_products .wps-product-single .wps-product-options .wps-btn-dropdown label {
    color: #003D51;
    font-size: 24px;
    font-weight: 600;
    font-family: 'FUTURA PT';
    font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
}
.single-wps_products .wps-product-single .wps-product-options .wps-btn-dropdown button {
    background-color: transparent;
    box-shadow: none;
    border-color: #007698;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    font-family: "calibri",sans-serif;
    font-style: normal;
}
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-input {
    box-shadow: rgb(0, 120, 153) 0px 2px 0px 0px inset, rgb(0, 120, 153) 0px -2px 0px 0px inset;
    color: #414141;
    font-weight: 700;
    font-family: "calibri",sans-serif;
}
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-decrement {
    border-right: 0px;
    border-color: #007698;
    border-width: 2px;
}
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-decrement span {
    background-color: #007698;
    height: 2px;
}
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-decrement:hover {
    background-color: #fff;
}

.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-increment {
    border-left: 0px;
    border-color: #007698;
    border-width: 2px;
}
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-increment span,
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-increment span:after {
    background-color: #007698;
    height: 2px;
}
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-increment span:after {
    top: calc(50% - 1px);
}
.single-wps_products .wps-product-single .wps-quantity-container .wps-quantity-increment:hover {
    background-color: #fff;
}
.single-wps_products .wps-product-single .wps-add-to-cart {
    display: inline-block;
    text-align: center;
    background-color: #f7931e;
    border: none;
    border-radius: 46px;
    padding: 12px 24px 10px;
    font-family: 'FUTURA PT';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 500ms ease-in;
}
.single-wps_products .wps-product-single .wps-add-to-cart:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #007698;
    z-index: -1;
    transition: all 500ms ease-in;
}
.single-wps_products .wps-product-single .wps-add-to-cart:hover:before {
    width: 100%;
    left: 0;
}
.single-wps_products .wps-product-single .wps-component-products-buy-button {
    margin: 40px 0 0;
}
@media only screen and (min-width: 1024px) {
    .single-wps_products .header .mobile-menu-main .main ul>li>a {
        color: #003D51;
    }
    .single-wps_products .header .mobile-menu-main .main ul>li>a:hover {
        color: #f7931e;
    }
}

@media only screen and (min-width: 825px) and (max-width: 1199px) {
    .ecoTour_grid .wps-items.wps-items-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ecoTour_grid .wps-items .wps-item .wps-component h2 {
        font-size: 24px;
    }
    .single-wps_products .wps-product-single .wps-component-products-title h1 {
        font-size: 32px;
    }
    .single-wps_products .wps-product-single .wps-component-products-pricing .wps-products-price span {
        font-size: 24px;
    }
}
@media only screen and (max-width: 824px) {
    .ecoTour_grid .wps-items.wps-items-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .ecoTour_grid .wps-items .wps-item .wps-component h2 {
        font-size: 24px;
    }
    .ecoTour_grid .wps-items .wps-item .wps-component .wps-gallery-featured-wrapper {
        max-height: 380px;
    }
    .single-wps_products .wps-product-single .wps-component-products-title h1 {
        font-size: 24px;
    }
    .single-wps_products .wps-product-single .wps-component-products-pricing .wps-products-price span {
        font-size: 24px;
    }
}
@media only screen and (max-width: 800px) {
    .single-wps_products .wps-product-single .wp-block-column {
        width: 100%;
    }
    .single-wps_products .wps-product-single .wps-component-products-description ul li {
        max-width: 100%;
    }
    .single-wps_products .wps-product-single .wps-component-products-description table {
        width: 100%;
        overflow-x: auto;
        display: block;
        height: 100%;
    }
    .single-wps_products .wps-product-single .wp-block-column:first-child {
        margin-bottom: 40px;
    }
    .single-wps_products .wps-product-single .wps-quantity-container {
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 575px) {
    .ecoTour_grid .wps-items .wps-item .wps-component-products-pricing {
        padding: 24px 0;
        margin: 0;
        width: 100%;
        order: 3;
    }
    .ecoTour_grid .wps-items .wps-item .wps-component-products-pricing span.wps-products-price.wps-product-pricing {
        margin: auto;
    }
    .ecoTour_grid .wps-items .wps-item .wps-component:last-child {
        padding: 0 0 24px;
       order: 4; 
    }
}