/** Shopify CDN: Minification failed

Line 223:10 Expected identifier but found whitespace
Line 223:11 Unexpected "100%"

**/
html, body {
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: #464646;
}

h1,h2,h3,h4,h5,h6 {
  font-family: arial_mt, sans-serif;
}

.cta-grey {
    padding: 18px 30px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid rgba(70, 70, 70, .5);
    border-radius: 50px;
    color: #6e7881;
    transition: all .3s ease;
}

.cta-grey:hover {
    background: #6e7881;
    color: #FFFFFF;
    text-decoration: none;
}

.cta-white {
    padding: 18px 30px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    transition: all .3s ease;
}

.cta-white:hover {
    background: #FFFFFF;
    color: #6e7881;
    text-decoration: none;
}

.cta-xmas {
    padding: 18px 30px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #b36163;
    border-radius: 50px;
    color: #FFFFFF;
    transition: all .3s ease;
    background-color: #b36163;
}

.cta-xmas:hover {
    background: #FFFFFF;
    color: #b36163;
    text-decoration: none;
}

::-webkit-scrollbar-thumb {
    background: #40b9e7;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar {
    width: 10px;
}

/* header.liquid */
/* #MainContent,
.shopify-section-group-footer-group {
    position: relative;
    top: -15px;
} */

.nav__logo img {
    max-width: 180px;
    width: 100%;
    margin-left: 100px;
}

.main-nav__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__menu ul li a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #777777;
}

.nav__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav__menu ul li {
    padding: 20px 22px;
}

.nav__cart svg {
  width: 20px;
}

.nav__menu ul li,
.nav__menu ul li a {
  transition: all .3s ease;
}

.nav__menu ul li:hover {
  background: #a1c4d7;
}

.nav__menu ul li:hover a {
  color: #FFFFFF;
  text-decoration: none;
}

.section-header {
    position: fixed;
    top: 0;
    background: #FFFFFF;
    width: 100%;
    z-index: 9999;
}

.burger-line {
    height: 2px;
    margin-bottom: 10px;
    width: 40px;
    background: #464646;
    display: block !important;
    transition: all .3s ease;
}

.burger-line3 {
  margin-bottom: 0;
}

.nav__menu-desktop {
  display: block;
}

.nav__menu-mobile {
  display: none;
}

.main-nav .dropdown-child {
    position: absolute;
    background: #FFFFFF;
    min-width: 200px;
    display: flex;
    justify-content: center;
    display: none;
    top: 60px;
    left: 0;
}

.nav-link-parent {
    position: relative;
    
}

.dropdown-child .menu-link {
    padding: 15px 0;
    width: 100%;
    text-align: center;
}

.dropdown-child li a {
    color: #777777 !important;
}

.nav-link-parent .dropdown-child li:hover a {
    color: #FFFFFF !important;
}

.nav-mobile-dropdown .menu-link {
    width: 100%;
}

.main-nav {
    background-size: 30%;
    background-repeat: no-repeat;
}

/* hero-banner.liquid */
.hero-banner {
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.hero-banner-image {
  min-height: 100% !important;
}

/* .hero-banner {
    /* min-height: 100vh; */
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    flex-direction: column;
} */

.hero-banner__arrow {
    position: absolute;
    bottom: 15px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}

.hero-banner__cta-group a:first-child {
    margin-right: 15px;
}

.arrow-animate {
  animation: MoveUpDown 1.5s linear infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}

.cart-btn {
    display: none;
}

.nav-mobile-dropdown {
  display: none;
}

.nav-mobile-dropdown .mobile-ul {
    list-style: none;
    padding: 20px 25px;
}

.mobile-dropdown-child {
    padding: 15px 25px;
}

.nav-mobile-dropdown .mobile-ul li {
    padding-bottom: 25px;
}

.nav-mobile-dropdown .mobile-ul li:last-child {
    padding-bottom: 0;
}

.mobile-dropdown-child li:last-child {
    padding-bottom: 0;
}

.mobile-dropdown-child li {
    padding-bottom: 15px;
}

.mobile-ul a {
    color: #464646;
    font-weight: bold;
}

.nav-mobile-dropdown .nav-link-parent {
  padding-bottom: 0;
}

.nav__cart {
    position: relative;
}

.nav__cart .cart-quantity {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 10px;
    background: #7dacd3;
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cart-btn { position: relative; }

.cart-btn .cart-quantity {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 15px;
    background: #7dacd3;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/* .banner_image {
    max-width: 250px;
    margin: 0 auto;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}  */

.banner_image {
    width: 100%;
    margin: 0 auto;
    bottom: 80px;
    left: 50%;
    max-width: 600px;
}

.hero-banner__content h1 {
    padding: 30px 0;
    margin-bottom: 0;
    color: #1F70DB;
    /* color: #773c3c; */
    /* color: #b36163; */
    /* -webkit-text-stroke: 4px #Ffffff;
    paint-order: stroke fill; */
}

.hero-banner_subtitle {
    font-size: 20px;
    padding-bottom: 20px;
    color: #1F70DB;
    /* color: #773c3c; */
    /* color: #b36163; */
    /* -webkit-text-stroke: 4px #Ffffff;
    paint-order: stroke fill; */
}

.hero-banner__content {
  text-align: center;
  max-width: 800px;
  padding: 0 15px;
  padding-top: 100px;
}



/* Slider Section */
.image-slider {
    text-align: center;
    padding: 70px 0;
}

.image-slider__card,
.image-slide__bg-container{
    min-height: 320px;
    border-radius: 5px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.image-slider__container .slick-list {
  margin: 0 -10px;
}

.image-slider__container .slick-slide>div {
    padding: 0 10px;
}

.image-slider .image-slide__desc {
    font-size: 20px;
    color: #464646;
    padding-bottom: 80px;
}

.image-slider h2 {
    font-size: 55px;
    color: #464646;
}

.card-text-container {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.card-text-container .card-title {
    font-size: 24px;
    padding-bottom: 15px;
}
.card-text-container .card-category {
    font-size: 16px;
    margin-bottom: 0;
}

.image-slider__left svg, 
.image-slider__right svg {
    fill: white;
    width: 50px;
    height: 50px;
    color: #40B9E7;
}

.image-slider__wrapper {
  position: relative;
}

.image-slider__left {
    position: absolute;
    left: -25px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.image-slider__right {
    position: absolute;
    right: -25px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.nav-mobile-dropdown .mobile-ul li a {
    color: #40b9e7;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}

.nav-mobile-dropdown {
    height: 100vh;
}

.open-burger-3 {
    transform: rotate(315deg);
    transform-origin: left;
    width: 35px;
}

.open-burger-2 {
    opacity: 0;
}

.open-burger-1 {
    transform: rotate(45deg);
    transform-origin: left;
    width: 35px;
}

/* Footer */
.main-footer {
    padding: 70px 0 0 0;
    background: #faf9f3;
    position: relative;
}

.footer-icon-desc {
    font-size: 16px;
}

.footer-icon-title {
    font-size: 26px;
    padding-top: 15px;
}

.top-footer {
  text-align: center;
}

.top-footer a {
  color: #464646;
  text-decoration: none;
}

.top-footer a:hover {
  text-decoration: none;
}

.footer-icon-card:hover {
    transform: translateY(-15px);
}

.footer-icon-card {
    transition: all .3s ease;
    display: inline-block;
}

.bottom-footer {
    background: #40b9e7;
    margin-top: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 20px 0;
}

.bottom-footer ul li {
    padding: 0 5px;
}

.bottom-footer ul li a {
    font-size: 14px;
    color: #FFFFFF;
    transition: .3s ease color;
}

.bottom-footer ul li a:hover, .bottom-footer ul li a:focus {
    color: #23527c;
    text-decoration: none;
}

.footer-copyright {
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
}

.footer-copyright p {
  margin: 0;
}

.social-icons a {
    color: #FFFFFF;
    display: inline-block;
    padding: 0 5px;
}

.social-icons {
    padding-right: 15px;
}

.footer-icon-card img {
    max-width: 100px;
}

.top-footer .row {
    justify-content: center;
}

.footer-popup-group {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-popup, .footer-popup-group {
  display: none;
}

.footer-popup {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.footer-popup ul {
    margin: 0;
    padding: 0;
}

.footer-popup li {
    padding-bottom: 15px;
    font-size: 25px;
}

.footer-popup-close svg {
    width: 40px;
    height: 40px;
}

.footer-popup-close {
    position: absolute;
    right: 50%;
    bottom: 15px;
}

.footer-popup p {
    max-width: 800px;
    text-align: center;
    font-size: 20px;
}

/* Featured Image */
.featured-image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.featured-image__text-wrapper h3 {
    padding-bottom: 35px;
    color: #40B9E7;
}

.featured-image__text-wrapper h3, .featured-image__text-wrapper p {
    font-size: 20px;
}

.featured-image__text-wrapper h2 {
    font-size: 40px;
}

.featured-image__text-wrapper {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.featured-image__icons .icon-wrapper img {
    padding: 0 10px;
    max-width: 95px;
}

.featured-image__icons {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.featured-image__text-wrapper span {
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
}

.featured-image__icons .icon-wrapper .big-image {
    max-width: 200px !important;
}

.featured-mobile-image {
    display: none;
  }

/* Numbers */
.numbers__stats .stats-card {
    text-align: center;
    width: 20%;
    padding: 0 10px;
    color: #FFFFFF;

}

.numbers__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stats-number {
    font-size: 60px;
}

.stats-desc {
    margin: 0;
    font-size: 16px;
}

.numbers {
    background-color: #B1CFEF;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.numbers__headings {
    text-align: center;
    padding-bottom: 50px;
}

.numbers__headings h2,
.numbers__headings h3 {
    color: #ffffff;
}

.numbers-badge {
    position: absolute;
    bottom: -150px;
    left: 125px;
}

.numbers-badge img {
    max-width: 80px;
    margin: 0 15px;
}

.numbers .container {
    position: relative;
}

/* Product Listing */
.product-listing {
    background: #1F70DB;
    color: #FFFFFF;
    padding: 140px 0 70px 0;
    text-align: center;
}

.product-listing p {
    font-size: 17px;
    padding-top: 10px;
}

.product-listing h3 {
    font-size: 17px;
    padding-top: 20px;
}

.product-listing .col-lg-3 {
    padding-bottom: 50px;
}

.product-listing .col-lg-3 a {
  color: #FFFFFF;
}

.product-listing h1 {
    font-size: 50px;
    padding-bottom: 100px;
}

.product-listing a:hover {
  text-decoration: none;
}

.product-image {
    overflow: hidden;
}

.product-image img {
  transition: scale .5s ease;
}

.product-listing .col-lg-3:hover img {
    scale: 1.2;
}

.long-photo-price {
    text-align: center;
    padding: 50px 20px;
}

/* Installations */
.installations {
    padding: 140px 0 70px;
    background-color: #40B9E7;
}

.installations .container {
    max-width: 1060px;
    margin: 0 auto;
}

.installations-featured-image {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.installations-text-content {
    background: #FFFFFF;
    padding: 25px;
}

.installations .container .col-lg-6 {
    padding-bottom: 50px;
}

.installations .title {
    color: #40b9e7;
    font-size: 20px;
}

.installations .desc p {
    margin-bottom: 0;
}

.installations .date {
    font-size: 13px;
}

.installations-video {
  height: 250px;
}

.installations-heading {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 50px;
}

.installations .cta-grey {
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 25px;
}

.installation-modal img, .installation-modal .modal-desc {
    max-width: 500px;
}

.installation-modal {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #40B9E7;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
    text-align: center;
}

.modal-flex {
  display: flex;
}

.modal-close svg {
    width: 50px;
    height: 50px;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 10px;
}

.modal-title, .modal-image {
  padding-bottom: 15px;
}

.modal-video {
    max-width: 500px;
    width: 100%;
}

/* About Us */

.about-us__modal .modal-desc {
    padding-top: 25px;
}

.about-us {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-desc {
    padding-bottom: 25px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
}

.about-us__modal .modal-desc h4 {
    color: #40b9e7;
    font-size: 35px;
    margin-bottom: 25px;
}

.about-us__modal .modal-desc {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about-us__modal {
    position: fixed;
    height: 100vh;
    z-index: 99999;
    width: 100%;
    background: #FFFFFF;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
}

.about-close {
    position: absolute;
    top: 10px;
    right: 5px;
}

.modal-container h2 {
    font-size: 45px;
    margin-bottom: 50px;
}

.about-flex {
  display: flex !important;
}

.about-mobile-image {
  display: none;
}

.about-us {
  color: #FFFFFF;
}

/* Support */
.support {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.support__container p {
    margin: 0;
    font-size: 24px;
    padding: 15px 0 50px 0;
}

.support .cta-grey {
  display: none;
}

.support .cta-white {
  display: inline-block;
}

.support-mobile-image {
  display: none;
}

/* Single Product Page */
.product-featured {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.product-featured__desc .row-fluid {
    display: flex;
    justify-content: center;
}

.product-featured__desc {
    COLOR: #ffffff;
    TEXT-ALIGN: RIGHT;
    DISPLAY: FLEX;
    justify-content: right;
}

.product-featured__desc h2 {
    margin-bottom: 30px;
}

.product__video iframe {
  height: 100vh
}

#add-to-cart-form-new:hover input[type=submit] {
    color: #7dacd3;
}

#add-to-cart-form-new:hover {
    background: #FFFFFF;
    transition: all .3s ease;
}

#add-to-cart-form-new input[type=submit] {
    COLOR: #FFFFFF;
    font-size: 25px;
    padding: 10px 20px;
}

#add-to-cart-form-new {
    background: #7dacd3;
    transition: all .3s ease;
}

#add-to-cart-form-new {
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 999999999;
}

.product-banner-image .image-desktop {
  display: block;
}

.product-banner-image .image-mobile {
  display: none;
}

.product-featured__desc-mobile {
  display: none;
}

.product-features-desc p {
    margin: 0;
}

.product-features {
    background: #001740;
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
}

.product-features p span, 
.product-features li span {
    color: #FFFFFF !important;
}

.specs-price ul li {
    padding-bottom: 15px;
}

.specs-price ul li:before {
    content: '-';
    padding-right: 10px;
}

.specs-price ul {
    list-style: none;
    padding-left: 0;
    padding-top: 25px;
    text-align: left;
}

.product-features-price {
    padding-top: 25px;
    display: flex;
    justify-content: space-around;
}

.product-divider {
    position: relative;
}

.product-divider:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
}

.product-features .col-lg-6 {
    padding: 0 40px;
}

.featured-image-desktop {
  display: block;
}

.featured-image-mobile {
  display: none;
}

.filter-section {
    overflow-x: hidden;
}

.filter-section, 
.filter-section .col-lg-6 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.filter-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.filter-price {
    margin-top: 50px;
}

.filter-bg img {
    display: none;
}

.filter-content-text {
    padding: 0 25px;
}

.popup-image {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.popup-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
}

.popup-image__close {
    position: absolute;
    top: -30px;
    right: 20px;
}

.popup-image__close {
  cursor: pointer;
}

.popup-youtube {
  max-width: 100%;
}

.popup-youtube-wrapper {
  aspect-ratio: 16 / 9;
}

/* Christmas Stylings */
.popup-image__christmas-img img {
    max-width: 200px;
}
.popup-image__christmas-img {
    position: absolute;
    top: -64px;
    left: -65px;
    transform: rotate(-26deg);
}

.hero-banner__cta-group {
    padding-bottom: 50px;
    /* padding-top: 75px; */
}

/* .hero-banner img {
  padding-bottom: 60px;
} */

.hero-new-desktop {
  display: block;
}

.hero-new-mobile {
  display: none;
}

.hero-banner-video {
  text-align: center;
  padding: 0 20px 50px 20px;
}

.popup-video, 
.hero-banner-video video {
  /* max-width: 640px;
  height: auto; */
  width: 100%;
  object-fit: cover;
  height: 100%;
  background: #000000;
}

/* New Cart Page Styling */
#main-cart-items {
    max-width: 1200px;
    margin: 0 auto;
}

#main-cart-footer {
    max-width: 1200px;
    margin: 0 auto;
}

#checkout {
    border: 2px solid black;
    padding: 10px;
    display: inline-block;
}

.support-textarea {
  padding: 50px 0;
}

.rental-system-banner-desktop {
  display: block;
}

.rental-system-banner-mobile {
  display: none;
}

.rental_price i {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.popup-second {
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    display: none;
}

.popup-second-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-second-image img {
    max-width: 525px;
    padding: 0 25px;
}

.popup-second-image {
    position: relative;
}

.popup-second-image__close {
    position: absolute;
    top: -30px;
    right: 25px;
}

.popup-second-image__close {
  cursor: pointer;
}

/* Media Queries */
@media(max-width: 992px){

  .hero-new-desktop {
    display: none;
  }
  
  .hero-new-mobile {
    display: block;
    padding-top: 70px;
  }

  .rental-system-banner-desktop {
    padding-top: 50px;
  }

  .rental-system {
    padding-top: 0 !important;
  }
  
  .nav__menu {
    display: none;
  }

  .nav__logo img {
    margin-left: 0;
  }

  .main-nav {
    padding: 15px 10px;
  }

  .nav__menu-desktop {
    display: none;
  }
  
  .nav__menu-mobile {
    display: block;
  }

  .footer-icon-card {
    padding-bottom: 35px;
  }

  .bottom-footer {
    margin-top: 0;
    flex-direction: column;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 25px;
  }

  .bottom-footer ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .social-icons {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .image-slider__left svg, 
  .image-slider__right svg {
      width: 40px;
      height: 40px;
  }

  .image-slider__left {
    left: 5px;
  }

  .image-slider__right {
    right: 5px;
  }

  .numbers__stats .stats-card {
    width: 50%;
    padding-bottom: 30px;
  }

  .numbers .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .numbers {
    background-image: none !important;
  }

  .numbers-badge {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 100px;
  }

  .modal-video {
    max-width: 800px;
    width: 100%;
    padding: 0 15px;
  }

  .modal-close {
    top: unset;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .modal-video iframe {
    height: 200px !important;
  }

  .modal-desc {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us__modal {
    overflow-y: scroll;
  }

  .about-flex {
    padding: 150px 0 50px 0;
  }

  .featured-image {
    background-image: none !important;
    height: auto;
    padding: 50px 0;
  }

  .featured-mobile-image img {
    width: 100%;
    padding-bottom: 35px;
  }

  .featured-mobile-image {
    display: block;
  }

  .cart-btn {
    display: block;
    padding: 0 15px;
  }

  .cart-btn a {
    color: #464646;
    background: #FFFFFF;
    border: 2px solid #7dacd3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-slider h2 {
    font-size: 40px;
  }

  .featured-image__text-wrapper h2 {
    font-size: 30px;
  }

  .nav-link-parent .menu-link a {
    color: #464646 !important;
    text-decoration: none;
  }

  .about-us {
    background-image: none !important;
  }

  .about-mobile-image {
    display: block;
    padding-bottom: 30px;
  }

  .support {
    background-image: none !important;
    flex-direction: column;
    color: #464646;
    height: 100%;
    margin-top: 75px;
  }

  .support__container h1 {
    font-size: 35px;
    padding-top: 25px;
  }

  .support .cta-grey {
    display: inline-block;
  }

  .support .cta-white {
    display: none;
  }

  .support__container {
    padding-bottom: 70px;
  }

  .support-mobile-image {
    display: block;
  }

  .about-us {
    height: 100%;
    flex-direction: column;
    padding: 75px 0 50px 0;
  }

  #add-to-cart-form-new {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }


  .product-banner-image .image-desktop {
    display: none;
  }
  
  .product-banner-image .image-mobile {
    display: block;
  }
  
  .product-featured__desc-mobile {
    display: block;
  }

  .product-featured__desc-mobile {
    padding: 40px 25px;
    text-align: center;
  }

  .product-mobile-height {
      height: 70px;
  }

  .product__video iframe {
    height: 500px;
  }

  .product-divider:after {
    display: none;
  }

  .product-features .col-lg-6 {
    padding: 0 30px;
  }

  .product-features-desc {
    padding-bottom: 50px;
  }

  .product-features {
    padding: 50px 0;
  }

  .featured-image-desktop {
    display: none;
  }

  .featured-image-mobile {
    display: block;
  }

  .footer-popup ul {
    padding: 0 50px;
  }

  .product-features-price {
    flex-direction: column;
  }

  .cash_price {
    padding-bottom: 50px;
  }

  .filter-section, .filter-section .col-lg-6 {
    height: unset;
  }

  .filter-bg img {
    display: block;
  }

  .filter-content {
    padding: 50px 0;
  }

  .about-us__modal img {
      padding-bottom: 20px;
  }
  
  .about-us__modal .modal-desc h4 {
      font-size: 25px;
      margin-bottom: 10px;
  }
  
  .about-us__modal h2 {
      font-size: 30px;
      margin: 20px 0 20px;
  }
  
  .about-us__modal.about-flex {
      height: unset;
      padding: 0;
  }

  .about-us__modal .modal-desc {
    padding: 0 !important;
  }

  .modal-container {
    display: block;
  }

  .about-us__modal.about-flex {
      height: 100vh;
      width: 100vw;
      padding: 0;
  }

  .about-us__modal {
    align-items: start;
  }

  .about-us {
    color: #464646;
  }

  .about-us .cta-white {
      padding: 18px 30px;
      display: inline-block;
      font-size: 16px;
      border: 1px solid rgba(70, 70, 70, .5);
      border-radius: 50px;
      color: #6e7881;
      transition: all .3s ease;
  }
  
  .about-us .cta-white:hover {
      background: #6e7881;
      color: #FFFFFF;
      text-decoration: none;
  }

  .popup-image__christmas-img {
    position: absolute;
    top: -48px;
    left: -30px;
    transform: rotate(-26deg);
  }

  .popup-image__christmas-img img {
    max-width: 150px;
  }

  .main-nav {
    background-size: contain;
  }

  /* .hero-banner {
    min-height: calc(120vh + 50px);
  } */

  .image-slider {
    padding-top: 30px;
  }

  .cart-item {
    display: flex !important;
    flex-direction: column;
  }

  .rental-system-banner-desktop {
    display: none;
  }
  
  .rental-system-banner-mobile {
    display: block;
    padding-top: 60px;
  }
  
  .popup-second-image img {
    padding: 0 15px;
  }

  .popup-second-image__close {
    right: 15px;
  }

}










