* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button:focus {
  outline: none;
}

div:focus {
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

/* all fonts */

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Black.ttf);
  font-weight: 900;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
}

/* ================
    navbar section
===================*/
header {
  height: 95px;
  display: flex;
  align-items: center;
  z-index: 100;
  position: relative;
  transition: all ease 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  max-width: 140px;
  margin-right: 30px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header_contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
  margin-bottom: 12px;
  position: relative;
}

.header_contact p {
  margin-right: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.header_contact span {
  font-weight: 500;
}

.header_contact i {
  margin-right: 17px;
  font-size: 18px;
  color: #fff;
  transition: all ease 0.2s;
}

.header_contact a:hover i {
  color: #f072ab;
}

.scrolled .header_contact::after,
.dark .header_contact::after {
  content: "";
  display: block;
  height: 1px;
  background: rgb(218, 237, 253);
  background: -moz-linear-gradient(
    90deg,
    rgba(218, 237, 253, 0) 0%,
    rgba(250, 212, 230, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(218, 237, 253, 0) 0%,
    rgba(250, 212, 230, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(218, 237, 253, 0) 0%,
    rgba(250, 212, 230, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daedfd", endColorstr="#fad4e6", GradientType=1);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170%;
}

.header_right {
  flex: 1;
}

.navigation li:last-child {
  margin-right: 0;
}

.navigation li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 20px;
  transition: all ease 0.1s;
}

.navigation li a:hover {
  color: #fff;
  text-decoration: none;
  background: #f072ab;
  border-radius: 3px;
}

.navigation{width: auto;}

.navigation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.navigation-container .header_contact {
  display: none;
}

.navigation-container ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}

.login a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 84px;
  height: 30px;
  background: #1f419b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
  border-radius: 4px;
  transition: all ease 0.2s;
}

.login a:hover {
  background: #f072ab;
  color: #fff;
  text-decoration: none;
}

.logged_in_nav-btn a {
  width: 117px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  background: #1f419b;
  display: flex;
  align-items: center;
  border-radius: 4px;
  transition: all ease 0.2s;
  justify-content: space-between !important;
  padding-left: 10px;
  padding-right: 10px;
}
.logged_in_nav-btn {
  margin-right: 17px;
  margin-bottom: 0;
}

.logged_in_nav-btn .header.links li,.cart_nav .hide-1199{
  margin-bottom: 0;
}


.logged_in_nav-btn a:hover {
  color: #fff;
  text-decoration: none;
  background: #f072ab;
}

.logged_in_nav-btn > a:hover {
  color: #fff;
  text-decoration: none;
  background: #1f419b;
}

.showcart .counter-number{
  font-size: 14px;
}

.minicart-wrapper .action.showcart .counter.qty{
  line-height: normal !important;
}

.cart_icon i {
  color: #fff;
  font-size: 18px;
}

.dropdown_nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1f419b;
  padding: 25px 0 !important;
  padding-top: 14px !important;
  flex-direction: column;
}

.menu_drop_container {
  display: none;
}
.remove_radius a {
  border-radius: 0;
}

.dropdown_nav li a {
  padding: 7px 10px;
  display: block;
  height: auto;
}

#nav-icon {
  width: 50px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-left: auto;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 12px;
}

#nav-icon span:nth-child(3) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1199px) {
  .logged_in_nav-btn > a {
    /*display: none;*/
  }
  .menu_drop_container {
    display: block;
  }
  .dropdown_nav {
    position: static;
    padding: 0 !important;
    background: #fff;
  }

  .dropdown_nav a {
    padding: 5px 20px !important;
    background: #fff;
    color: #000 !important;
  }
  .cart_nav {
    padding: 0 !important;
  }

  .cart_icon {
    padding: 5px 20px !important;
  }
  .navigation-container {
    max-height: 500px;
    overflow-y: scroll;
  }
  .cart_icon i {
    color: #abd358;
  }
  header .cart_nav .logged_in_nav-btn a{
    width: 110px !important;
    color: #fff !important;
  }
  header .cart_nav{
    display: flex !important;
  }
  body .navigation .level0 .submenu{
    border: none;
    position: static;
  }
  .warning-text{
    width: 225px !important;
  }
  .warning-text p{
    font-size: 11px !important;
  }
}
/* ====================
  login form
=======================*/
.login-form {
  background: url("../images/login-bg.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 105vh;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 185px;
  overflow-y: scroll;
  display: none;
}

.login-form::-webkit-scrollbar {
  width: 0;
}

.login-form h3 {
  font-size: 36px;
  color: #1f419b;
  font-weight: 700;
  margin-top: 38px;
}

.login-form form {
  max-width: 349px;
  margin: 0 auto;
}

.login-form .border_image {
  max-width: 229px;
  margin-bottom: 43px;
}

.login-form form label {
  display: block;
  text-align: left;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.login-form input {
  width: 100%;
  margin-bottom: 31px;
  height: 46px;
  border: none;
  border-radius: 3px;
}

.login-form input:focus {
  outline: none;
  padding-left: 10px;
}

.password > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.password > div label {
  margin-bottom: 0;
}

.password > div a {
  display: block;
  font-size: 12px;
  color: #1f419b;
  font-weight: 400;
}

.password > div a:hover {
  color: #f072ab;
  text-decoration: none;
}

.login_submit {
  height: 40px;
  background: #f072ab;
  border-radius: 3px;
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.login_submit:hover {
  background: #1f419b;
  color: #fff;
  border: none;
}

.login-form p {
  font-size: 12px;
  color: #fff;
  margin-top: 34px;
  margin-bottom: 17px;
}

.create-account {
  font-size: 24px;
  font-weight: 400;
  color: #1f419b;
}

@media (max-width: 400px) {
  .login-form h3 {
    font-size: 35px;
  }
    button.material-icons {
        margin-left: 25px;
    }
    .form_container {
        width: 315px;
        margin-left: 10px;
    }

    .payment-method {
        margin-left: 15px;
    }

  #low-order-message {
    margin-top: 90px;
  }
    td.col.price {
        margin-top: 20px;
        margin-left: 9px;
    }

    td.col.qty {
        margin-top: 15px;
        margin-left: -21px;
    }

    td.col.subtotal {
        margin-top: 18px;
        margin-left: 10px;
    }
    .form_container.second {
        width: 315px;
        margin-left: 32px;
    }

}

@media (max-width: 1199px) {
  #nav-icon {
    display: block;
  }
  .form-create-account #password-error{
    line-height: 1;
  }

  .navigation-container {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background: #fff;
    max-width: 250px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: 5;
    padding: 10px 0;
    visibility: hidden;
    transform: translateY(100px);
    opacity: 0;
    transition: all ease 0.2s;
  }

  .navigation-container ul {
    display: block;
  }

  .navigation-container .navigation a {
    color: #222;
    display: block;
  }

  .navigation-container .cart_nav {
    padding: 5px 20px;
  }

  .navigation-container .cart_nav .cart_icon {
    margin-top: 10px;
    display: block;
  }

  .Shown {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
  }

  header ul.navigation .dropdown_header{
    display: block !important;
    background: none !important;
    padding-left: 20px !important;
  }
  .menu-static-links .dropdown_header{
    position: static !important;
  }
}

.scrolled,
.dark {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.scrolled ul li a,
.dark ul li a {
  color: #000;
}

.scrolled .header_contact p,
.dark .header_contact p {
  color: #000;
}

/* .scrolled .header_contact i,
.dark .header_contact i {
  color: #000;
} */

.scrolled .header_contact .fa-facebook-f,
.dark .header_contact .fa-facebook-f {
  color: #1f1f9b;
}

.scrolled .header_contact .fa-twitter,
.dark .header_contact .fa-twitter {
  color: #8acee3;
}
.scrolled .header_contact .fa-instagram,
.dark .header_contact .fa-instagram {
  color: #bc2a8d;
}
/* .scrolled .cart_nav i,
.dark .cart_nav i {
  color: #000;
} */
.scrolled .cart_nav i,
.dark .cart_nav i {
  color: #abd358;
}

.scrolled .cart_nav a,
.dark .cart_nav a {
  color: #fff;
}

.scrolled #nav-icon span,
.dark #nav-icon span {
  background-color: #000;
}

@media (max-width: 500px) {
  .header_contact {
    display: none;
  }
    .form_container {
        width: 315px;
        margin-left: 10px;
    }
    button.material-icons {
        margin-left: 25px;
    }

    .payment-method {
        margin-left: 15px;
    }

    #low-order-message {
        margin-top: 90px;
    }
    td.col.price {
        margin-top: 20px;
        margin-left: 9px;
    }

    td.col.qty {
        margin-top: 15px;
        margin-left: -21px;
    }

    td.col.subtotal {
        margin-top: 18px;
        margin-left: 10px;
    }
    .form_container.second {
        width: 315px;
        margin-left: 32px;
    }

  .navigation-container .header_contact {
    display: block;
    padding-left: 20px;
    padding-bottom: 0;
    border: none;
  }

  .navigation-container .header_contact::after {
    display: none;
  }

  .navigation-container .header_contact p {
    color: #000;
    margin-right: 0;
  }

  .navigation-container .header_contact i {
    color: #000;
  }

  .banner-home h1 {
    font-size: 45px !important;
  }
}

/*=================
    banner section
=====================*/

.banner-home {
  max-height: 640px;
  height: 100%;
   display: flex;
  align-items: center;
  justify-content: center; 
  /*position: relative;*/
  margin-bottom: 100px;
  z-index: 1;
  overflow: hidden;

  /*display: inline-flex;
  justify-content: center;
  align-items: center;*/
  /*following lines for the promotions banner, remove them when replacing video banner back again*/
  /*margin-top: 95px;
  width: 100%;*/
}

.banner-home .banner_art {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -8%;
  left: 0;
  z-index: 2;
}

.banner-home video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  object-fit: fill;
  display: inline-block;
}

.banner-home iframe {
  height: 100vw;
  width: 100vw;
  display: block;
  position: relative;
  max-height: 52vw;
}

.banner-home h1 {
  max-width: 643px;
  text-align: center;
  z-index: 0;
  font-size: 58px;
  font-weight: 700;
  color: #1f419b;
  margin: 0;
  margin-bottom: 110px;
  text-align: left;
}

.star_fish {
  position: absolute;
  bottom: 23%;
  left: 0%;
}

.leave_home-banner {
  position: absolute;
  top: 0%;
  right: 0%;
}

/* .banner-home img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
} */

.banner-small {
  display: none;
}

.banner-content-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.banner-home.banner-small .banner-content-container {
  z-index: 1;
}

.banner-home.banner-small .banner-small {
  background: none;
}



@media(max-width: 600px){
    td.col.price {
        margin-top: 20px;
        margin-left: 9px;
    }

    td.col.qty {
        margin-top: 15px;
        margin-left: -21px;
    }

    td.col.subtotal {
        margin-top: 18px;
        margin-left: 10px;
    }

    .form_container {
        width: 315px;
        margin-left: 10px;
    }

    button.material-icons {
        margin-left: 25px;
    }

    .payment-method {
        margin-left: 15px;
    }

    #low-order-message {
        margin-top: 90px;
    }
    .form_container.second {
        width: 315px;
        margin-left: 32px;
    }
  .cms-index-index header.page-header{
    background-image: url(../images/banner-home-bg.png);
    background-position: 62% 0%;
    background-repeat: no-repeat;
    background-size: 410%;
    background-color: transparent !important;
  }
  .banner-large{
    margin-top: 71px;
    display: block !important;
    height: auto;
    background-image: none !important;
  }
  .banner-home.banner-small {
    display: none;
  }
}



@media(min-width: 1500px){
  .banner-home iframe{
    max-height: 52vw;
  }
}

@media (max-width: 1199px) {
  .banner-home video {
    display: none;
  }


  .banner-home {
    background-image: url("../images/banner-home-bg.png");
  }
}
@media(max-width: 1400px){
 .banner-home {
    background-image: url("../images/banner-home-bg.png");
    max-height: 600px;
    background-size: 100% 20%;
  }
}

@media (max-width: 992px) {
    td.col.price {
        margin-top: 20px;
        margin-left: 9px;
    }

    td.col.qty {
        margin-top: 15px;
        margin-left: -21px;
    }

    td.col.subtotal {
        margin-top: 18px;
        margin-left: 10px;
    }

    .form_container {
        width: 315px;
        margin-left: 10px;
    }

    button.material-icons {
        margin-left: 25px;
    }

    .payment-method {
        margin-left: 15px;
    }

    #low-order-message {
        margin-top: 90px;
    }
    .form_container.second {
        width: 315px;
        margin-left: 10px;
    }
    .form_container {
        width: 315px;
        margin-left: 10px;
    }
  .banner-right-img {
    max-width: 300px;
  }
  .banner-small {
    padding-top: 30px;
  }
  .banner-content-container {
    align-items: center;
  }
}
@media(min-width: 601px) and (max-width: 1100px){
  .banner-home {
    background-image: url(../images/banner-home-bg.png);
    max-height: 360px;
    background-size: 100% 120%;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
  }
  .banner-small{
    display: none;
  }
}

@media(min-width: 770px) and (max-width: 1400px){
  .banner-home {
    background-image: url("../images/banner-home-bg.png");
    max-height: 520px;
    background-size: 100% 20%;
  }
}
/* =================
    about section
=====================*/
.about-section {
  padding-bottom: 110px;
  position: relative;
}

.about-section h2 {
  font-size: 46px;
  font-weight: 700;
  color: #1f419b;
  text-align: center;
  margin-bottom: 40px;
}

.about-section p {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  text-align: center;
  max-width: 725px;
  margin: 0 auto;
}

.about-section h4 {
  font-size: 24px;
  font-weight: 700;
  color: #f072ab;
  text-align: center;
  display: inline-block;
  margin: 63px auto 0;
  position: relative;
  text-transform: uppercase;
}

.about-section h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #f072ab;
  position: absolute;
  bottom: -10px;
}

.about_left_img {
  position: absolute;
  top: -9%;
  left: 0;
}

.about_right_img {
  position: absolute;
  top: -9%;
  right: 0;
}

@media (max-width: 1000px) {
  .about_left_img {
    display: none;
  }
}

@media (max-width: 900px) {
  .about_right_img {
    display: none;
  }
}

/* ========================
home page product slider
=========================*/
.home-products-slider {
  height: 616px;
}


.home-products-slider .slick-slide > div{
  height: 100%;
}


#home-product {
  background-size: cover;
  padding-top: 130px;
  height: 100%;
  background-repeat: no-repeat;
}

.home-products-slider .product_inner > img {
  max-width: 242px;
  margin:0 !important;
}

.home-products-slider img {
  margin: -70px auto 0 auto;
}

.home-products-slider p {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  margin: 46px 0 40px;
}

.product_inner {
  max-width: 424px;
}

.product_inner a {
  font-size: 24px;
  font-weight: 700;
  color: #208d43;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  transition: all ease 0.1s;
}

.product_inner a::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #208d43;
  transition: all ease 0.1s;
}

.product_inner a:hover {
  color: #f072ab;
  text-decoration: none;
}

.product_inner a:hover::after {
  background: #f072ab;
}

.slider_controls {
  z-index: 2;
  position: relative;
  /* padding: 0 20px; */
  overflow: scroll;
  width: 100%;
}

.slider_controls_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_controls::-webkit-scrollbar {
  width: 0;
}

.slider_controls img {
  margin-right: 53px;
  max-width: 100%;
  cursor: pointer;
  opacity: 0.4;
}

.slider_controls img:last-child {
  margin-right: 0;
}

.home-products-slider .slick-list {
  height: 100%;
}

.home-products-slider .slick-track {
  height: 100%;
}

.slider_controls .dot_active {
  opacity: 1;
}

.blueWater_product {
  background: url("../images/bw2-bg.jpg");
  background-position: center !important;
  background-size: cover;
}
.blueWater_product a {
  color: #fff;
}

.blueWater_product a::after {
  background: #fff;
}

.blueWater_alkaline{
  background: url("../images/bw-bg.png");
}

.blueWater_alkaline a{
color: #fff;
}
.blueWater_alkaline a::after{
  background: #fff;
}

.cranplus_product{
 background: url("../images/cran-bg.jpg");
 background-position: center;
}
.cranplus_product a{
color: #fff;
}
.cranplus_product a::after{
  background: #fff;
}
.juice_product {
  background: url("../images/juse-bg.jpg");
}

.caribbean_product {
  background: url("../images/caribbean-carousel-banner-bottles.png");
}
.stamina_product{
 background: url("../images/stamina-bg.jpg");
}
.stamina_product a{
color: #fff;
}
.stamina_product a::after{
  background: #fff;
}
.tampico_product {
  background: url("../images/tampico-bg.jpg");
}
.tampico_product a{
color: #fff;
}
.tampico_product a::after{
  background: #fff;
}
.witluv_product {
  background: url("../images/witluv-bg.jpg");
}
/*.witluv_product a{
color: #fff;
}
.witluv_product a::after{
  background: #fff;
}*/
.top_decor {
  position: absolute;
  top: -3.4vw;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.bottom_decor {
  position: absolute;
  bottom: -2vw;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1136px) {
  .slider_controls_inner {
    /*width: 120%;*/
    justify-content: center;
    padding-right: 30px;
    flex-wrap: wrap;

  }
  .slider_controls_inner img{
    margin-bottom: 20px;
  }

  .slider_controls_inner img:last-child {
    padding-right: 30px;
  }
}

@media (max-width: 1140px) {
  #home-product {
    background-position: center;
  }
}

@media (max-width: 992px) {
  .banner-home .container {
    flex-direction: column;
    height: auto !important;
  }
  .banner-home h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .banner-home h1 {
    font-size: 40px;
    text-align: center;
  }
  .slider_controls img{
    margin-right: 20px;
    width: 106px;
    height: 70px;
    object-fit: contain;
  }
   .slider_controls_inner {
    justify-content: space-around;
   }
}

@media (max-width: 680px) {
  #home-product {
    background-position: 70%;
  }
}

@media (max-width: 500px) {
  .banner-home h1 {
    font-size: 8vw !important;
  }
}

/* ======================
    our brands page
 ======================= */
 .bluewaters-product img{
  max-width: none;
}
.our_brands-banner {
  background: url("../images/our-brand-water-bg.png");
  margin-top: 95px;
  height: 316px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: top;
  position: relative;
}

.brands_banner_wave {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 132px;
}

.our_brands-banner h2 {
  font-size: 48px;
  font-weight: 700;
  color: #1f419b;
}

/* all_brands  */
.all_brands {
  margin-bottom: 100px;
}

.bluewaters-product {
  min-height: 670px;
  max-height: 670px;
  display: flex;
  align-items: center;
  width: 100%;
}

.bluewaters-product .splash {
  position: absolute;
  top: -50px;
  right: -140px;
}

.bluewaters-product .green__mark {
  position: absolute;
  left: -20%;
  bottom: -3%;
}

.brand_product_inner {
  background: rgba(31, 31, 155, 0.95);
  width: 510px;
  height: 510px;
  border-radius: 50%;
  text-align: center;
  padding: 38px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.yellow_curve {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 1;
}

.pink_curve {
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: 1;
}

.head,
.product_price {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.product_desc {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  /*margin-top: 33px;*/
  /*margin-bottom: 10px;*/
  max-width: 250px;
  margin:0 auto 10px;
}

.brand_slider img {
  margin: 0 auto;
  max-width: 216px;
  width: 194px;
  height: 271px;
  object-fit: contain;
}

.brand_slider .slick-next:before {
  content: url(../images/arrow-right.png);
}

.brand_slider .slick-prev:before {
  content: url(../images/arrow-left.png);
}

.brand_slider .slick-prev {
  left: 30px;
  top: 40%;
  z-index: 1;
}

.brand_slider .slick-next {
  right: 30px;
  top: 40%;
  z-index: 1;
}

.Our_brand_desc {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  margin-top: 45px;
  margin-bottom: 34px;
  max-width: 434px;
  min-height: 115px;
}

.our-brand-cta {
  width: 170px;
  height: 40px;
  background: #f072ab;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  transition: all ease 0.2s;
}

.our-brand-cta:hover {
  text-decoration: none;
  background: #208d43;
  color: #fff;
}

/* alkaline */
.alkaline_water_product {
  padding: 100px 0;
}

.alkaline_water_product .splash {
  position: absolute;
  top: -31%;
  left: -150px;
  z-index: -1;
}

.alkaline_water_product .leaf1 {
  position: absolute;
  top: 10%;
  right: 34px;
  z-index: 3;
}

.alkaline_water_product .leaf2 {
  position: absolute;
  top: 10%;
  left: 34px;
  z-index: 3;
}

.alkaline_water_product .brand_product_inner {
  background: rgba(111, 27, 199, 0.95);
}

.leaves_group {
  position: absolute;
  top: 0;
  right: -60px;
}

.Juice_leaf {
  position: absolute;
  bottom: -160px;
  right: -140px;
  max-width: 400px !important;
}

.brand_product_slider {
  max-width: 514px;
  max-height: 514px;
  margin: 0 auto;
}

.caribbean{
  background: #00bdd9;
}

.caribbean_circle{
  position: absolute;
  bottom: -6%;
  left: -25%;
  z-index: 0;
  max-width: none;
}

.cranx {
  background: #eb1635;
}

.brand_product_inner.juice {
  background-color: rgb(56, 179, 74, 0.95);
}

.cranx_decor {
  position: absolute;
  bottom: -6%;
  left: -25%;
  z-index: 0;
  max-width: none;
}

.cranx_grapes {
  position: absolute;
  bottom: 13%;
  left: -18%;
  z-index: 10;
}

.plus_sign {
  position: absolute;
  bottom: 5%;
  right: 7%;
  z-index: 10;
}

.ourbrand_juice_left {
  position: absolute;
  top: -14%;
  left: -26%;
}

.juice_leaf-left {
  position: absolute;
  bottom: 27%;
  right: -12%;
  z-index: 10;
}

.juice_splash {
  position: absolute;
  bottom: -80px;
  right: -10%;
}

.tampico-left_image {
  position: absolute;
  left: -80%;
  bottom: -20%;
  max-width: none;
}

.tampico-right_image {
  position: absolute;
  right: -12%;
  bottom: 0;
  transform: rotate(12deg);
}

.stamina_decor {
  position: absolute;
  top: -33%;
  left: -25px;
}

.stamina {
  background-color: rgb(0, 0, 0, 0.97) !important;
}

.stamina_recovery {
  padding-top: 400px;
}

.stamina_desc {
  margin-top: 22px;
}

.tampico_section {
  padding-bottom: 80px;
}

.stamina_recovery {
  max-height: 840px;
}



@media (max-width: 1199px) {
  .bluewaters-product {
    max-height: none;
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .alkaline_water_product .splash {
    top: -20%;
  }

  .alkaline_water_product {
    overflow: hidden;
  }

  .Juice_leaf {
    bottom: -90px;
  }

  .tampico_section .brand_product_slider {
    margin-bottom: 90px;
  }

  .bluewaters-product.stamina_recovery {
    padding-top: 200px;
  }

  .Juice_leaf {
    display: none;
  }
}

@media (max-width: 540px) {
  .yellow_curve,
  .pink_curve,
  .alkaline_water_product .leaf2,
  .alkaline_water_product .leaf1,
  .leaves_group,
  .cranx_grapes,
  .cranx_decor,
  .plus_sign,
  .juice_leaf-left,
  .juice_splash,
  .ourbrand_juice_left,
  .Juice_leaf,
  .juice_splash,
  .juice_leaf-left,
  .stamina_decor,
  .tampico-left_image,
  .tampico-right_image,.witluv-brand-center {
    display: none;
  }

  .brand_product_inner {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
  }

  .brand_slider .slick-next {
    right: 0;
  }

  .brand_slider .slick-prev {
    left: 0;
  }

  .bluewaters-product .green__mark {
    display: none;
  }

  .bluewaters-product.stamina_recovery {
    padding-top: 50px;
  }
  .witluv_brand_section{
    margin-top: 0;
  }
}

/* ========================
    shop details page
===========================*/
.shop-details-product {
  padding: 152px 0 117px;
}

.shop-details-product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 444px;
  object-fit: contain;
  z-index: -1;
}

.Slide_item.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Slide_item img {
  margin: 0 auto;
}

.shop_detail_productSlider {
  height: 444px;
}

.shop_detail_productSlider .slick-list {
  height: 100%;
}

.shop_detail_productSlider .slick-list .slick-track {
  height: 100%;
}

.shop_detail_productSlider .slick-next {
  right: 60px;
  z-index: 2;
  opacity: 1 !important;
}

.shop_detail_productSlider .slick-prev {
  left: 60px;
  opacity: 1 !important;
  z-index: 2;
}

.shop_detail_productSlider .slick-next:before {
  content: url(../images/arrow-right.png);
  opacity: 1;
  z-index: 1;
}

.shop_detail_productSlider .slick-prev:before {
  content: url(../images/arrow-left.png);
  z-index: 1;
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

.details_select {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}

.details_select select {
  border: 3px solid #fcda1a;
  appearance: none;
  width: 162px;
  height: 40px;
  padding-left: 10px;
}

.details_select select:focus {
  outline: none;
}

.details_select .caret_select {
  position: absolute;
  top: 0;
  right: 0px;
  background: #fcda1a;
  width: 38px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.size_count {
  width: 162px;
  height: 40px;
  border: 3px solid #1f419b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}

.size_count input{
  border: none;
}

.size_count span {
  font-size: 18px;
  font-weight: 600;
}

.size_count .decrement,
.size_count .increment {
  background: none;
  border: none;
  height: 100%;
  width: 30px;
  font-size: 20px;
  color: #1f419b;
}

.details_price {
  font-size: 36px;
  font-weight: 600;
  color: #f072ab;
  margin-bottom: 0;
  /*margin-left: 48px;*/
}

.addToCart {
  background: #1f419b;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 318px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 3px;
  margin: 32px auto 0;
  transition: all ease 0.2s;
  font-family: "Poppins";
}

.catalog-product-view #product-addtocart-button {
  background: #1f419b;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 318px;
  min-width: 300px;
  height: 50px;
  border: none;
  border-radius: 3px;
  margin: 32px auto 0;
  transition: all ease 0.2s;
  font-family: "Poppins";
}

.addToCart:hover,#product-addtocart-button:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

.addToCart i {
  margin-right: 11px;
}

.details_slider_decor {
  position: absolute;
  bottom: -48px;
  right: -28%;
}

.SD-leave1 {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: -1;
}

.SD-leave2 {
  position: absolute;
  right: 0;
  bottom: -30%;
}

.slick-slider .slick-arrow:focus{
  background: none !important;
  border: none !important;
}

@media (max-width: 991px) {
  .shop_detail_productSlider {
    max-width: 444px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .SD-leave2,
  .related_product_decor {
    display: none;
  }
}

@media (max-width: 690px) {
  .details_slider_decor {
    right: 0%;
    max-width: 550px;
  }

  .shop-details-product {
    padding-bottom: 30px !important;
  }

  .addToCart {
    margin-top: 82px;
  }

  .details_select {
    margin-right: 30px;
  }
}

@media (max-width: 548px) {
  .size_count,
  .details_price {
    margin-left: 0;
    margin-top: 20px;
  }

  .shop_item .price-box{
    margin-top: 20px;
  }

  /*.details_price {
    margin-left: 40px;
  }*/

  .shop-details-product-bg {
    object-fit: cover;
  }

  .shop_detail_productSlider .slick-next {
    right: 20px;
  }

  .shop_detail_productSlider .slick-prev {
    left: 20px;
  }
}

@media (max-width: 345px) {
  .details_price {
    margin-left: 20px;
    font-size: 30px;
  }
}

/* product description section */
.about_product_section {
  height: 462px;
  background: url("../images/product_description-bg.png");
  background-size: cover;
  background-position: top;
  padding-top: 146px;
}

.shopdetails_tabs {
  border: none;
  flex-wrap: nowrap;
}

.shopdetails_tabs li a {
  border: none !important;
  padding: 0;
  margin-right: 50px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  transition: all ease 0.1s;
}

.shopdetails_tabs li a.active {
  color: #1f419b !important;
  font-weight: 600;
  position: relative;
  background: transparent !important;
}

.shopdetails_tabs li a.active::after {
  content: url("../images/active-tab-dcor.png");
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.shopdetails_tabs li:last-child a {
  margin-right: 0px;
}

.shop_details_tabContent {
  margin-top: 81px;
}

.product_desc_para {
  font-size: 16px;
  font-weight: 300;
  color: #222;
}

@media (max-width: 767px) {
  .nav_tabs_container {
    overflow-x: scroll;
  }

  .shopdetails_tabs {
    width: calc(100% + 220px);
    height: 48px;
  }

  .shopdetails_tabs li a {
    margin-right: 20px;
    font-size: 17px;
  }

  .shop_details_tabContent {
    margin-top: 61px;
  }
}

/* related products  */
.related__products {
  margin-bottom: 140px;
  padding-top: 118px;
  position: relative;
}

.related_product_decor {
  position: absolute;
  top: -30px;
  left: 0;
}

.related_item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 17px 18px 13px;
}

.related_item .related_product_img {
  height: 140px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 5px;
}

.related_item h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  max-height: 42px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  min-height: 42px;
}

.related_item p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #888888;
  min-height: 21px;
}

.related_item .size_count {
  width: 93px;
  background: #eeeeee;
  border: none;
  border-radius: 3px;
}

.related_item .size_count .decrement {
  color: #888888;
  font-size: 16px;
}

.related_item .size_count .increment {
  font-size: 16px;
}

.related_item .size_count span {
  font-size: 16px;
}

.related_item .related_price {
  font-size: 24px;
  font-weight: 600;
  color: #f072ab;
  margin-bottom: 0;
}

.related_item .addToCart {
  margin-top: 11px;
  width: 100%;
  height: 35px;
}

.related__products h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1f419b;
  margin-bottom: 52px;
}


.cms-blue-waters .packing-available .slider-card h1{
  min-height: 52px;
  max-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cms-blue-waters .packing-available .slider-card .price-label{
  font-size: 14px;
  display: block;
  color: rgb(240, 114, 171);
}

.category-shops .shop_item .related_price .price-label{
  display: block;
  height: 20px;
  font-size: 14px;
  color: #1f419b;
}

@media (max-width: 348px) {
  .related__products h2 {
    font-size: 33px;
  }
}

/*our-services*/
.our-services {
  background: url("../images/services-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.our-servicesinner {
  max-width: 630px;
  margin: auto;
}

.our-servicesinner h1 {
  font-size: 48px;
  color: rgb(31, 65, 155);
  font-weight: bold;
  text-align: center;
}

.our-servicesinner p {
  font-size: 24px;
  color: rgb(34, 34, 34);
  line-height: 1.25;
  text-align: center;
}

.services-picture {
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  margin: 95px auto;
  align-items: flex-end;
  flex-wrap: wrap;

}

@media (max-width: 1199px) {
  .our-services {
    background-size: cover;
  }
}

.rental {
  width: 140px;
}

.rental img {
  width:100%;
  height 100%;
  max-width: 65px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.rental h1 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-top: 15px;
  border-bottom: 5px solid #1f419b;
  padding-bottom: 5px;
}

.Distribution {
  width: 140px;
}

.Distribution img {
  width:100%;
  height 100%;
  max-width: 65px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.Distribution h1 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-top: 15px;
  border-bottom: 5px solid #1f419b;
  padding-bottom: 5px;
}

.Filtration {
  width: 140px;
}

.Filtration img {
  width: 58px;
  height: 65px;
  display: block;
  margin: 0px auto;
  object-fit: contain;
}

.Filtration h1 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-top: 15px;
  border-bottom: 5px solid #1f419b;
  padding-bottom: 5px;
}

.news-events {
  width: 100%;
  background: rgb(218, 237, 253);
  background: -moz-linear-gradient(
    0deg,
    rgba(218, 237, 253, 1) 0%,
    rgba(49, 192, 248, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(218, 237, 253, 1) 0%,
    rgba(49, 192, 248, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(218, 237, 253, 1) 0%,
    rgba(49, 192, 248, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daedfd", endColorstr="#31c0f8", GradientType=1);
}

.news-eventsinner h2 {
  text-align: center;
  font-size: 48px;
  color: rgb(31, 65, 155);
  font-weight: bold;
  margin-bottom: 50px;
}

.news-eventsinner {
  margin-top: -210px;
}

@media (max-width: 929px) {
  .left-img {
    display: none;
  }

  .news-eventsinner {
    margin-top: 0;
  }
}

.left-sideeventimg {
  position: relative;
  max-height: 430px;
  height: 100%;
}

.left-sideeventimg img {
  width: 100%;
  height: 100%;
}

.left-sideeventimg p {
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgba(226, 126, 172, 0.8);
  position: absolute;
  height: 60px;
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 10px 0px 25px 25px;
}

.right-sideeventimg {
  width: 100%;
}

.event-imgtop {
  height: 200px;
  width: 100%;
  background: red;
  position: relative;
}

.event-imgtop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.event-imgdown {
  height: 200px;
  width: 100%;
  background: red;
  margin-top: 30px;
  position: relative;
  object-fit: cover;
  object-position: top;
}

.event-imgdown img {
  width: 100%;
  height: 100%;
}

.event-imgtop p {
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgba(218, 190, 13, 0.8);
  position: absolute;
  height: 60px;
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 16px;
}

.event-imgdown p {
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgba(218, 190, 13, 0.8);
  position: absolute;
  height: 60px;
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 10px 16px;
}

@media (max-width: 992px) {
  .event-imgtop {
    margin-top: 30px;
  }
}

/*footer-button*/
.footer-button {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.home_footer_upper {
  background: #dceefd;
}

.footer-button img {
  right: 0%;
  position: absolute;
  bottom: -120px;
}

.footer-button button {
  background-image: -moz-linear-gradient(
    -29deg,
    rgb(228, 91, 223) 0%,
    rgb(182, 22, 242) 100%
  );
  background-image: -webkit-linear-gradient(
    -29deg,
    rgb(228, 91, 223) 0%,
    rgb(182, 22, 242) 100%
  );
  background-image: -ms-linear-gradient(
    -29deg,
    rgb(228, 91, 223) 0%,
    rgb(182, 22, 242) 100%
  );
  width: 100%;
  height: 180px;
  border-radius: 80px;
  border: none;
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.375;
  display: block;
  text-align: center;
  border: none;
}

.footer-button button span {
  font-size: 30px;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 30px;
}

.footerbutten-right {
  background-image: -moz-linear-gradient(
    -29deg,
    rgb(242, 158, 10) 0%,
    rgb(242, 203, 22) 100%
  );
  background-image: -webkit-linear-gradient(
    -29deg,
    rgb(242, 158, 10) 0%,
    rgb(242, 203, 22) 100%
  );
  background-image: -ms-linear-gradient(
    -29deg,
    rgb(242, 158, 10) 0%,
    rgb(242, 203, 22) 100%
  );
  height: 180px;
  border-radius: 80px;
  width: 100%;
  text-align: center;
}

.footerbutten-right a i {
  margin-top: 25px;
}

.footerbutten-right p {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footerbutten-right {
    margin-top: 20px;
  }
}

.footer {
  background: url("../images/footer-backgroundimg.png");
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 80%;
}

.home_footer_lower {
  background: url("../images/footer-backgroundimg.png"),
    -moz-linear-gradient(180deg, rgba(218, 237, 253, 1) 0%, rgba(
            49,
            192,
            248,
            0
          )
          34%);
  background: url("../images/footer-backgroundimg.png"),
    -webkit-linear-gradient(180deg, rgba(218, 237, 253, 1) 0%, rgba(
            49,
            192,
            248,
            0
          )
          34%);
  background: url("../images/footer-backgroundimg.png"),
    linear-gradient(
      180deg,
      rgba(218, 237, 253, 1) 0%,
      rgba(49, 192, 248, 0) 25%
    );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daedfd", endColorstr="#31c0f8", GradientType=1);
  /* background-image: url("../images/footer-backgroundimg.png"); */
}

.brands h2 {
  font-size: 16px;
  color: #1f419b;
  margin: 35px 0px;
  font-weight: 600;
}

.brands h3 {
  font-size: 14px;
  color: #222222;
}

.brands h4 span {
  color: #222222;
  font-size: 14px;
}

.brands h4 {
  font-size: 14px;
  color: #222222;
  margin-top: 30px;
}

.brands ul li {
  list-style: none;
}

.brands ul li a {
  color: #222222;
  font-size: 14px;
}

.brands input {
  width: 100%;
  height: 40px;
  position: relative;
  border: none;
  margin-top: 12px;
  padding-left: 10px;
}

footer .brands label {
  width: 100%;
}

.brands button {
    /* width: 20px; */
  border: none;
  background: transparent;
  position: absolute;
  right: 4%;
  height: 40px;
  margin-top: 12px;
}

.brands h5 {
  font-size: 14px;
  color: #222222;
  margin-top: 30px;
  letter-spacing: 0.9px;
  font-weight: 300;
}

.footerline {
  background: #aaaaaa;
  height: 2px;
  width: 99%;
}

p.end {
  font-size: 12px;
  color: #888888;
  padding: 20px 0px 20px 0px;
}

.facebook_footer {
  font-size: 14px;
  color: #222222;
  text-transform: capitalize;
}

.facebook_footer i {
  color: #2b4ca1;
  margin-right: 10px;
  width: 16px;
}

.twitter_footer {
  color: #222222;
  text-transform: capitalize;
  width: 16px;
}

.twitter_footer i {
  color: #00bbf8;
  margin-right: 10px;
}

.twitter_contact_footer,.instagram_contact_footer {
  font-size: 45px;
  color: #ffffff;
  margin-left: 50px;
  transition: all ease 0.2s;
}

.facebook_contact_footer {
  font-size: 45px;
  color: #ffffff;
  transition: all ease 0.2s;
}

.facebook_contact_footer:hover{
  color: #3b5998;
}

.twitter_contact_footer:hover{
  color: #00acee;
}

.instagram_contact_footer:hover{
  color: #3f729b;
}


@media (max-width: 1030px) {
  .footer {
    background-position: 84% !important;
  }
}

@media (max-width: 500px) {
  .footer-button button {
    font-size: 30px;
  }

  .footerbutten-right p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .footer-button img {
    display: none;
  }
}

/*alkaline-banner*/
.alkaline-banner {
  background-image: url(../images/alkaline.png);
  background-size: cover;
  background-position: top;
  height: 300px;
  width: 100%;
  margin-top: 95px;
  position: relative;
  display: flex;
  align-items: center;
}
.alkaline-banner .logo_alkaline-left {
  margin-bottom: 90px;
  margin-top: 40px;
}

.alkaline_banner_right_img {
  max-width: 770px;
  margin-top: -20px !important;
}

.alkaline-banner .alkaline_banner_art {
  position: absolute;
  bottom: -5.6vw;
  left: 0;
  width: 100%;
  margin: 0 !important;
  top: auto;
  right: 0;
}

.alkaline-banner p {
  font-size: 24px;
  color: #fefeff;
  margin-bottom: 0;
}

.alkaline-banner h1 {
  font-size: 48px;
  color: rgb(254, 254, 255);
  font-weight: bold;
  margin-bottom: 0;
}

.alkaline-banner img {
  position: absolute;
  top: 30px;
  right: 0;
}

.alkaline-intro {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 90px;
}

.intro-write h2 {
  font-size: 36px;
  color: rgb(31, 65, 155);
  font-weight: bold;
}

@media (max-width: 769px) {
  .alkaline-banner img {
    display: none;
  }
}

.intro-img {
  width: 100%;
  align-items: center;
}

.intro-img img {
  width: 251px !important;
  height: 181px !important;
  object-fit: contain;
}

.intro-write span {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin: 30px 0px;
  display: block;
}

.intro-write p {
  font-size: 16px;
  color: rgb(34, 34, 34);
}

/*alkaline-slider*/
.alkaline-slider {
  min-height: 800px;
  width: 100%;
  background-image: url(../images/alkaline-slider-backg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 154px 0 190px;
}

.alkaline-leftleave {
  top: -35px;
  left: 0;
  position: absolute;
}

.alkaline-rightleaves {
  position: absolute;
  right: 0%;
  top: -65px;
}

.packing-available {
  width: 100%;
}

.alkaline-slider h1 {
  font-size: 36px;
  font-weight: 600;
  color: #1f419b;
  margin: 0px auto;
  text-align: center;
}

.slider_alkaline .slick-dots {
  bottom: -51px;
}

.slider_alkaline .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

.slider_alkaline .slick-dots .slick-active {
  background: #f072ab;
}

@media (max-width: 937px) {
  .alkaline-leftleave {
    display: none;
  }

  .alkaline-slider-inner {
    margin: 0;
  }
}

@media (max-width: 604px) {
  .alkaline-rightleaves {
    display: none;
  }
}

/*slider-items*/
.slider-items {
  display: flex;
  margin-top: 35px;
}

.slider-card {
  border-width: 4px;
  border-color: rgb(171, 211, 88);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 268px;
  z-index: 75;
  padding: 23px 20px 23px 20px;
  text-align: center;
}

.slider-card-img {
  width: 100%;
  height: 233px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.slider-card-img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.slider-card h2 {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  max-height: 39px;
  min-height: 34px;
  overflow: hidden;
}

.slider-card h1 {
  font-size: 30px;
  color: #1f419b;
  margin-top: 15px;
}

.slider-card p {
  font-size: 14px;
  color: #222222;
  z-index: 77;
  min-height: 42px;
}

.slider-card button {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 170px;
  height: 40px;
  z-index: 79;
  border: none;
  margin-top: 35px;
  font-size: 600;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

@media (max-width: 1199px) {
  .slider-card {
    max-width: none;
    width: 100%;
    margin-right: 14px;
  }
}

/*RealCustomers-Reviews*/
.RealCustomers-Reviews {
  width: 100%;
  position: relative;
}

.ratind-divbackgroundstarleft {
  left: 0;
  top: -90px;
  position: relative;
}

.ratind-divbackgroundstarright {
  right: 0;
  top: -135px;
  position: absolute;
}

.RealCustomers-Reviews-inner {
  margin-top: -150px;
}

.RealCustomers-Reviews-button {
  max-width: 430px;
  text-align: center;
  margin: 0px auto;
}

@media (max-width: 534px) {
  .ratind-divbackgroundstarleft {
    display: none;
  }

  .ratind-divbackgroundstarright {
    display: none;
  }
}

.RealCustomers-Reviews-button button {
  border-radius: 37px;
  background: #1f419b;
  width: 304px;
  height: 96px;
  z-index: 110;
  font-size: 24px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 600;
  border: none;
}

.RealCustomers-Reviews-button img {
  margin-top: -50px;
  width: 100%;
  pointer-events: none;
}

/*Reviews-card*/
.Reviews-card {
  text-align: center;
  padding-bottom: 280px;
}

.Reviews-card h1 {
  font-size: 36px;
  color: rgb(36, 70, 157);
  font-weight: 600;
  margin-top: 120px;
}

.Reviews-card-item {
  display: flex;
}

.Reviews-card-item .row{
  width: 100%;
}

.Reviews-card-itemcard {
  /* background-color: rgb(255, 255, 255); */
  /* max-width: 338px; */
  padding: 60px 20px 60px 20px;
  margin-top: 60px;
  /* margin-left: 30px; */
  background-image: url("../images/review-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.Reviews-card-itemcard p {
  font-size: 16px;
  margin-top: 40px;
  color: #222222;
}

.rating-star-icon {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/*our-services*/
.our-services-banner {
  width: 100%;
  margin-top: 95px;
  background-image: url(../images/our-services-banner.png);
  height: 300px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 40%;
}

.ourservices-rightimg {
  position: absolute;
  right: 0;
  top: 155px;
}

@media (max-width: 456px) {
  .ourservices-rightimg {
    display: none;
  }
  .our-services-banner {
    background-position: center;
  }
}

.our-services-banner-write h1 {
  align-items: center;
  font-size: 48px;
  color: rgb(254, 254, 255);
  font-weight: bold;
}

.rantals {
  padding-top: 120px;
  padding-bottom: 35px;
}

.rantals-write h1 {
  font-size: 36px;
  color: rgb(31, 65, 155);
  font-weight: bold;
}

.rantals-write p {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 50px;
}
.sanitization-message{
  font-size: 16px;
}
.sanitization-message p {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 34px;
}

.sanitization-message span {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 20px;
}

.rantals-write span {
  display: block;
  font-size: 16px;
  color: rgb(34, 34, 34);
}

.Rentals-number {
  max-width: 387px;
  width: 100%;
  height: 68px;
  background: #1f419b;
  border-radius: 50px;
  margin-top: 25px;
  display: flex;
}

.Rentals-number p {
  font-size: 24px;
  color: rgb(255, 255, 255);
  text-align: center;
  align-items: center;
  margin: auto;
  font-weight: 400;
}

.Rentals-number span {
  font-size: 16px;
  display: inline-block;
  color: #fff;
}

.rantal-ShopNow a {
  border-radius: 3px;
  background-color: rgb(164, 208, 88);
  width: 170px;
  height: 40px;
  border: none;
  margin-top: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffff;
  font-weight: 600;
  text-decoration: none;
}

.rantals-write ul {
  margin-top: 44px;
}

.rantals-write ul li {
  margin-top: 30px;
  list-style: none;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.Rentals-slider {
  border-width: 5px;
  border-color: rgb(240, 114, 171);
  border-style: solid;
  border-radius: 20px;
  max-width: 418px;
  width: 100%;
  padding: 27px 0 32px;
}

.warning-text{
  width: calc(100% + 50%)!important;
}

@media (max-width: 1100px) {
  .Rentals-slider {
    margin-left: 0;
  }
}

@media (max-width: 993px) {
  .Rentals-slider {
    margin-top: 30px;
  }
}

@media (max-width: 380px) {
  .Rentals-number p {
    font-size: 18px;
  }
}

@media(max-width: 768px){
  .our-services-banner-write h1{
    font-size: 29px;
  }
  .our-services-banner-write h1:last-child{
    margin-bottom: 80px;
  }
  .warning-text{
    width: 275px !important;
  }
}

.slider-heading-design {
  max-width: 165px;
  margin: 0px auto;
  text-align: center;
}

.slider-heading-design h1 {
  font-size: 24px;
  color: rgb(31, 65, 155);
  font-weight: bold;
  text-align: center;
}

.water-dispancer img {
  max-width: 350px;
  width: 100%;
  margin: 21px auto 25px;
  display: block;
}

.water-dispancer p {
  font-size: 12px;
  color: rgb(34, 34, 34);
  text-align: center;
  margin-bottom: 7px;
}

.water-dispancer h2 {
  font-size: 24px;
  color: rgb(34, 34, 34);
  text-align: center;
  margin-bottom: 0;
}

.rental_carousel .slick-next {
  right: 55px;
  z-index: 3;
  opacity: 1 !important;
}

.rental_carousel .slick-prev {
  left: 55px;
  z-index: 3;
  opacity: 1 !important;
}

.rental_carousel .slick-next:before {
  content: url(../images/arrow-right.png);
  opacity: 1 !important;
}

.rental_carousel .slick-prev:before {
  content: url(../images/arrow-left.png);
  opacity: 1 !important;
}

/*Distribution*/
.servic-Distribution {
  background-image: url(../images/distribution-background.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 110%;
  position: relative;
  padding: 140px 0px 160px 0px;
}

.Distribution-left-leavs {
  top: 0;
  left: 0;
  position: absolute;
}

@media (max-width: 684px) {
  .Distribution-left-leavs {
    display: none;
  }
}

.Distribution-left-side {
  margin-top: 143px;
}

.Distribution-left-side h1 {
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.Distribution-left-side p {
  font-size: 16px;
  color: rgb(255, 254, 254);
}

.Distributor-Agents {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 98;
  padding: 53px 10px 35px 26px;
  margin-top: 82px;
}

.Distributor-Agents h2 {
  font-weight: 600;
  font-size: 24px;
  color: rgb(31, 65, 155);
  margin-bottom: 20px;
}

.tab-butn {
  max-width: 200px;
  width: 100%;
}

.tab-butn a {
  position: relative;
}

.tab-butn a.active::after {
  content: url("../images/distribution-aero.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab-data {
  max-width: 320px;
  margin-left: 100px;
  margin-top: 35px;
}

.colum_layout {
  flex-direction: column;
}

@media (max-width: 994px) {
  .tab-data {
    margin-left: 50px;
  }
}

@media (max-width: 500px) {
  .colum_layout {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 200%;
  }

  .Distributor-Agents-inner {
    flex-direction: column;
  }

  .tab-butn {
    max-width: none;
    overflow: hidden;
    overflow-x: scroll;
  }

  .colum_layout a {
    margin-right: 20px;
    flex-grow: 1;
    min-width: 140px;
  }

  .tab-butn a.active::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .tab-data {
    margin-left: 0;
  }

  .distributer-van {
    display: none;
  }
}

@media (max-width: 576px) {
  .filter-dispencer {
    margin: 0 auto;
  }
}

.Distributor-Agents-inner {
  display: flex;
}

.Distributor-Agents-inner .nav-pills a {
  padding-left: 0;
  padding-right: 0;
}

#v-pills-tab a {
  background: none;
  font-size: 14px;
  color: #3333;
  border-bottom: 1px solid;
  border-radius: 0;
  margin: 2px;
}

.distribution-right-side {
  max-width: 700px;
  width: 100%;
}

p.pann {
  font-size: 16px;
  color: rgb(31, 65, 155);
  margin-bottom: 0;
}

.dist_email {
  font-size: 14px;
  color: rgb(136, 136, 136);
  margin-bottom: 0;
}

.dist_address {
  font-size: 14px;
  color: rgb(34, 34, 34);
  margin-top: 38px;
  line-height: 1.714;
  text-align: left;
}

.distribution-phone {
  font-size: 14px;
  color: rgb(34, 34, 34);
  margin-top: 28px;
  font-weight: 300;
}

.distribution-phone span {
  font-weight: 400;
}

.distribution-fax {
  font-size: 14px;
  color: rgb(34, 34, 34);
  margin-bottom: 0;
  display: block;
  font-weight: 300;
}

.distribution-fax span {
  font-weight: 400;
}

.distributer-van {
  position: absolute;
  right: 1%;
  bottom: -20px;
}

/*distribution-Filtration*/
.distribution-Filtration {
  width: 100%;
  padding: 140px 0px 140px 0px;
}

.distribution-Filtration h2 {
  font-size: 36px;
  color: rgb(31, 65, 155);
  font-weight: bold;
}

.distribution-Filtration p {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 33px;
  font-weight: 300;
}

.filter-dispencer {
  border-width: 5px;
  border-color: rgb(240, 114, 171);
  border-style: solid;
  border-radius: 10px;
  padding: 17px 22px 17px 25px;
  width: 116px;
}

.filter-dispencer img {
  width: 100%;
}

.filtration-ul ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.margin-right-22 {
  margin-right: 22px;
}

/* =========================
    tips page styles
=========================*/
.tips-banner {
  width: 100%;
  margin-top: 95px;
  position: relative;
  background: #81bf3d;
  background-size: cover;
  background-position: top right;
  min-height: 305px;
}

.tips-rite-img {
  position: absolute;
  right: 0;
  bottom: -15%;
  z-index: 2;
}

.tips-right-image {
  z-index: 0;
  max-width: 100%;
  position: absolute;
  top: 20px;
  right: 8%;
}

.art_tips {
  position: absolute;
  bottom: -78px;
  left: 0;
  width: 100%;
  height: 132px;
  z-index: 1;
}

@media (max-width: 887px) {
  .tips-rite-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .tips-right-image {
    position: static;
    margin: 0 auto;
  }
  .tips-heading {
    height: auto !important;
    justify-content: center;
  }
  .tips-banner {
    padding-top: 50px;
  }
}

@media (max-width: 735px) {
  .tips-girl-img {
    display: flex;
    justify-content: flex-start;
  }

  .tips-banner {
    background-position: 80% 0%;
  }
}

.tips-heading {
  width: 100%;
  display: flex;
  height: 340px;
  align-items: center;
}

.tips-heading h1 {
  font-size: 48px;
  font-family: "Poppins";
  color: rgb(254, 254, 255);
  font-weight: bold;
}

.tips-girl-img {
  display: flex;
  justify-content: center;
}

.Healthier-Lifestyle-inner {
  margin-top: 109px;
}

.Healthier-Lifestyle-inner p {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 50px;
}

.Healthier-Lifestyle-inner h1 {
  font-size: 36px;
  color: rgb(31, 65, 155);
  font-weight: bold;
}

.key-to-health-img {
  margin-bottom: 0px;
}

.key-to-health-img img {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  width: 100%;
}

.Healthier-Lifestyle-lastinner h1 {
  font-weight: 600;
  font-size: 18px;
  color: rgb(129, 191, 61);
  margin-top: 34px;
  margin-bottom: 0;
}

.Healthier-Lifestyle-lastinner p {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 24px;
  font-weight: 300;
}

.Healthier-Lifestyle-last {
  margin-top: 90px;
}

.Healthier-Lifestyle-lastinner img {
  width: 100%;
  height: 347px;
  object-fit: cover;
  border-radius: 10px;
}

/*quick-tips*/
.quick-tips {
  width: 100%;
  background: url("../images/quick-tips-background.png");
  min-height: 1033px;
  padding-top: 195px;
  position: relative;
  background-position: right;
  background-size: cover;
}

.quick-left-img {
  position: absolute;
  left: 0;
  top: -30px;
}

.quick-tips-inner {
  margin-top: 100px;
  max-width: 720px;
  width: 100%;
  justify-content: center;
}

.quick-tips-inner h1 {
  font-size: 36px;
  color: rgb(31, 65, 155);
  font-weight: bold;
}

.quick-tips-ul ul {
  margin-top: 69px;
}

.quick-tips-ul li {
  margin-top: 23px;
  list-style: none;
  font-size: 16px;
  color: rgb(34, 34, 34);
}

.quick-tips-ul ul img {
  display: inline-block;
}

.quick-tips-ul .slick-dots {
  margin-top: 0;
  text-align: left;
  padding-left: 32px;
}

.quick-tips-ul .slick-dots li {
  width: 18px;
  height: 18px;
  background: #81bf3d;
  border-radius: 50%;
  opacity: 0.3;
}

.quick-tips-ul .slick-dots li.slick-active {
  opacity: 1;
}

.slick-slide:focus {
  outline: none;
}

@media (max-width: 400px) {
  .quick-tips-ul li {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  li.long {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 487px) {
  li.long {
    font-size: 11px;
    font-weight: 500;
  }
}

@media (max-width: 450px) {
  li.long {
    font-size: 9px;
    font-weight: 500;
  }
}

@media (max-width: 400px) {
  li.long {
    font-size: 7px;
    font-weight: 500;
  }
}

/*Frequently-Asked-Questions-inner*/
.Frequently-Asked-Questions {
  padding-top: 0px;
}

.Frequently-Asked-Questions-inner h1 {
  font-size: 36px;
  color: rgb(31, 65, 155);
  font-weight: 700;
}

.card-header {
  border: none;
  border-bottom: 1px solid #dcdcfb;
  background-color: #fff;
  margin-left: 0px;
  padding-left: 0;
}

.btn-link {
  text-decoration: none;
}

.card {
  border: none;
}

.card-header button {
  font-size: 18px;
  color: rgb(34, 34, 34);
  font-weight: bold;
  font-weight: 600;
  padding-left: 0;
  background: transparent;
}

.card-header button:focus {
  outline: none;
  box-shadow: none;
}

.card h1 {
  font-size: 24px;
  color: rgb(31, 65, 155);
  font-weight: bold;
  margin-top: 70px;
  font-weight: 600;
}

@media (max-width: 769px) {
  .tips-girl-img {
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 583px) {
  .quick-left-img {
    display: none;
  }
}

@media (max-width: 435px) {
  .card-header button {
    text-align: left;
    font-size: 16px;
  }
}

@media (max-width: 352px) {
  .Frequently-Asked-Questions-inner > h1 {
    font-size: 30px;
  }

  .card > h1 {
    font-size: 23px;
  }
}

/* =====================
      shop page
======================== */
.shop_banner {
  margin-top: 95px;
}

.shop-banner-inner {
  padding-top: 57px;
  min-height: 560px;

  background-size: cover !important;
  background-position: right !important;
}

.shop-banner-inner img {
  max-width: 242px;
  object-fit: contain;
}

.shop-banner-inner h2 {
  color: #fc0134;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 19px;
  line-height: 0.8;
}

.shop-banner-inner span {
  font-size: 48px;
}

.shop-banner-inner .sub_line {
  font-size: 36px;
  font-weight: 400;
  color: #fc0134;
  margin-bottom: 25px;
  line-height: 1;
}

.shop-banner-inner p {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 0;
}

.shop_banner_slider .slick-dots {
  bottom: 10px;
  z-index: 2;
}

.shop_banner_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  opacity: 0.1;
  transition: all ease 0.2s;
}

.shop_banner_slider .slick-dots .slick-active {
  background: #f072ab;
  opacity: 1;
}

.brand_selection {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  max-width: 298px;
  width: 100%;
  text-align: left;
}

.brand_selection select,
.brand_selection input {
  width: 100%;
  height: 40px;
  border: 3px solid #f072ab;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  appearance: none;
  border-radius: 3px;
}

.select_input {
  margin-top: 12px;
}

.brand_selection .caret_image {
  object-fit: contain;
  background: #f072ab;
  width: 38px;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  cursor: pointer;
}

select:focus {
  outline: none;
}

input:focus {
  outline: none;
}

.shop_sortBy {
  max-width: 178px;
  margin-left: 13px;
}

.shop_sortBy select {
  border-color: #fcda1a;
}

.shop_sortBy .caret_image {
  background: #fcda1a;
}

.input_search {
  display: block;
  max-width: none;
}

.input_search input {
  width: 100%;
  border-color: #abd358;
}

.input_search .caret_image {
  background: #abd358;
  pointer-events: all;
  border: none;
}

.shop_item_container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 126px;
}

.shop_item_container .shop_item {
  max-width: 262.5px;
  width: 100%;
}

.shop_single_brand_outer {
  background: url("../images/shop-single-brand-bg.png");
  background-size: 100% 140%;
  background-position: 0% 90%;
  background-repeat: no-repeat;
  min-height: 450px;
  margin-top: 110px;
  z-index: 0;
}

.shop_single_brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 129px;
}

.shop_single_brand div {
  min-width: 390px;
}

.shop_single_brand h4 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.shop_single_brand p {
  font-size: 54px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.shop_single_bg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 1100px;
  width: 100%;
}

.shop_main-section .shop_decor_1 {
  position: absolute;
  top: 90px;
  right: -2%;
  pointer-events: none;
}

.shop_main-section .shop_decor_2 {
  position: absolute;
  top: 450px;
  left: -2%;
  pointer-events: none;
}

.shop_main-section .shop_decor_3 {
  position: absolute;
  top: 90px;
  left: -10%;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .shop_item_container .shop_item {
    max-width: 296px;
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .shop_single_brand_outer {
    background-size: 110% 140%;
    background-position: 50% 90%;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .shop-banner-inner {
    background-position: 54% 0% !important;
  }
}

@media (max-width: 900px) {
  .shop_single_brand p {
    font-size: 44px;
  }

  .shop_single_brand h4 {
    font-size: 50px;
  }

  .shop_single_brand div {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .shop_item_container .shop_item {
    max-width: 245px;
  }

  .shop_main-section .shop_decor_1,
  .shop_main-section .shop_decor_2,
  .shop_main-section .shop_decor_3 {
    display: none;
  }
}

@media (max-width: 750px) {
  .shop_single_brand {
    flex-direction: column;
    padding-left: 0;
  }

  .shop_single_brand_outer {
    overflow: visible;
    padding-top: 150px;
  }

  .shop_single_bg {
    top: 27%;
  }

  .shop_single_brand div {
    min-width: 0;
    max-width: 390px;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 70px;
  }

  .shop_single_brand img {
    max-width: 100%;
  }
}

@media (max-width: 539px) {
  .shop_item_container {
    justify-content: center;
  }

  .shop_item_container .shop_item {
    max-width: 330px;
  }
}

@media (max-width: 520px) {
  .shop_single_brand h4 {
    font-size: 45px;
  }

  .shop_single_brand p {
    font-size: 40px;
  }

  .shop_single_bg {
    height: 160px;
  }

  .shop_single_brand_outer {
    padding-top: 30%;
  }
}

@media (max-width: 430px) {
  .shop_single_brand h4 {
    font-size: 30px;
  }

  .shop_single_brand p {
    font-size: 18px;
  }

  .shop_single_bg {
    height: 110px;
  }
}

/* =======================================
      my orders and orders detials  page
========================================== */

.my_orders-banner {
  background: url("../images/my-orders-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 95px;
  min-height: 305px;
  padding-top: 55px;
}

.my_orders-banner h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}

.my_orders-banner span {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 17px;
  display: block;
}

.orders__section {
  margin-bottom: 300px;
}

.Order_search_bar label {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  max-width: 346px;
  width: 100%;
}

.Order_search_bar input {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  display: block;
  height: 40px;
  border: 3px solid #1f419b;
  border-radius: 3px;
  width: 100%;
  margin-top: 12px;
  padding-left: 10px;
}

.orders_status_select {
  max-width: 178px;
}

.Order_search_bar {
  max-width: 346px;
  width: 100%;
}

.order__status {
  max-width: 178px;
  width: 100%;
}

.single__order {
  padding: 26px 24px;
  border: 2px solid #d2ebf1;
  border-radius: 5px;
  margin-bottom: 68px;
  padding-bottom: 0;
}

.orders_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}

.order-details-head {
  padding-bottom: 21px;
  border-bottom: 1px solid #ebf5f7;
  margin-bottom: 22px;
}

.order-details-head p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.order-details-head span {
  font-weight: 300;
}

.product__details h5 {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  margin-bottom: 12px;
  line-height: 1;
}

.product__details p,
.product__qty p,
.product_status p {
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  margin-bottom: 0;
}

.product__qty h5 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.product__qty {
  min-width: 100px;
}

.order-details-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 18px;
}

.ordered_product_img {
  width: 80px;
  height: 79px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 10px;
  margin-right: 29px;
  min-width: 80px;
}

.ordered_product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-img-wrapper {
  display: flex;
  align-items: flex-start;
  min-width: 290px;
  max-width: 320px;
  width: 100%;
}

.Order_product_price {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  min-width: 100px;
}

.product_status h5 {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  min-width: 170px;
  text-align: right;
}

.reOrder_section {
  padding-top: 11px;
  border-top: 1px solid #ebf5f7;
  padding-bottom: 11px;
}

.reOrder_section button,
.reOrder_section a {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  background: #f8dc1f;
  border: none;
  width: 179px;
  height: 40px;
  border-radius: 3px;
}

.single_order_detail {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #d2ebf1;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.single_order_detail .product-img-wrapper {
  padding-bottom: 20px;
}

.single_order_details_body {
  padding-bottom: 2px;
}

.single_order_detail .product__qty {
  text-align: right;
}

.status_timeline {
  background: #94c039;
  padding: 28px 38px;
  max-width: 349px;
  text-align: center;
  border-radius: 5px;
}

.status_timeline h5 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

.status_timeline .v-line {
  width: 1px;
  height: 39px;
  background: #fff;
  display: block;
  margin: 11px auto;
}

.status_timeline .placement_time {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.status_timeline p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.status_timeline .v-line-small {
  width: 1px;
  height: 18px;
  background: #fff;
  display: block;
  margin: 15px auto;
}

.order_eta {
  border: 2px solid #fcd408;
  border-radius: 5px;
  padding: 11px;
}

.order_eta p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.order_eta .PD {
  font-size: 16px;
  font-weight: 600;
}

.payment-details_section {
  margin-top: 38px;
}

.payment-details_section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1f419b;
}

.payment-details_section .t_payment {
  color: #222;
}

.payment-details_section .credit_card_details p {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 12px;
  line-height: 1;
}

.payment-details_section .credit_card_details span {
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  display: block;
  line-height: 1;
}

.payment-details_section .credit_card_details {
  margin-bottom: 37px;
}

.PD_head {
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  .product-img-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .order__status {
    margin-left: 20px;
  }

  .status_timeline {
    max-width: 100%;
  }
}

@media (max-width: 471px) {
  .order-details-body {
    flex-direction: column;
  }

  .single_order_details_body {
    flex-direction: row;
  }

  .single_order_details_body .product__qty {
    min-width: 0;
  }

  .single_order_details_body .product__details p,
  .single_order_details_body .product__qty p {
    font-size: 14px;
  }

  .product__qty,
  .Order_product_price {
    margin-bottom: 20px;
  }

  .product_status h5,
  .product_status p {
    text-align: left !important;
  }

  .product-img-wrapper {
    min-width: 0;
  }

  .order-details-head p:first-child {
    min-width: 125px;
  }

  .order__status {
    max-width: 140px;
  }
}

@media (max-width: 354px) {
  .product__details p {
    font-size: 14px;
  }
}

/*========================
    news page css
=========================*/

.news-banner {
  background: url("../images/news-banner.png");
  min-height: 320px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: 95px;
  background-size: cover;
}

.news-banner-inner {
  width: 100%;
  min-height: 200px;
  height: 100%;
  display: flex;
  align-items: center;
}

.news-banner-inner h1 {
  font-size: 48px;
  font-family: "Poppins";
  color: rgb(31, 65, 155);
  font-weight: bold;
}

.news-serchbar {
  background-color: white;
  width: 100%;
  padding-top: 95px;
}

.news-serchbar-inner h1 {
  font-size: 30px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.news-serchbar-inner h1 span {
  font-size: 30px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  font-weight: 600;
}

.news-serchbar-inner-search {
  display: flex;
}

.news-serchbar-inner-search input {
  border-width: 3px;
  border-color: rgb(31, 65, 155);
  border-style: solid;
  border-radius: 5px;
  width: 100%;
  position: relative;
  height: 44px;
  padding-left: 18px;
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(136, 136, 136);
}

.news-serchbar-inner-search button {
  border-radius: 5px;
  background-color: rgb(31, 65, 155);
  position: absolute;
  height: 44px;
  right: 0;
  top: 0;
  border: none;
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  width: 143px;
}

.news-picture-container-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-picture-container-img-inner {
  max-width: 755px;
  width: 100%;
}

.news-picture-container-img-inner img {
  padding-top: 63px;
  width: 100%;
}

.news-container-div-one {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 202px;
}

.news-picture-container-inner {
  padding-top: 75px;
}

.news-container-div-one-img {
  width: 100%;
  position: relative;
  height: 200px;
  margin-top: 25px;
}

.news-container-div-one-img img {
  width: 100%;
  height: 100%;
}

.news-container-div-one-write {
  width: 100%;
  background-color: rgb(252, 212, 8);
  opacity: 0.902;
  position: absolute;
  top: 140px;
  height: 62px;
}

.news-container-div-one-write h2 {
  font-size: 16px;
  color: #fff;
  padding-left: 14px;
  padding-top: 16px;
}

@media (max-width: 700px) {
  .news-banner-inner {
    min-height: 150px;
  }
}

@media (max-width: 800px) {
  .news-banner {
    background-position: 80% 0%;
  }
}

/*news-detail-*/
.news-detail-banner {
  width: 100%;
  background-image: url(../images/news-detail-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 95px;
}

.news-detail-banner-inner span {
  padding-top: 198px;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 0;
  display: block;
}

.news-detail-banner-inner h1 {
  padding-bottom: 158px;
  font-size: 48px;
  color: #ffffff;
}

.news-detail-container {
  width: 100%;
}

.news-detail-containe {
  margin-top: -48px;
  height: 100px;
  width: 100%;
}

.news-detail-container-inner {
  border-bottom: 1px solid #cccccc;
}

.news-detail-container-inner-writeside h1 {
  font-size: 36px;
  color: #1f419b;
  font-weight: 600;
  padding-bottom: 93px;
}

.buttonside {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.buttonside button {
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.buttonside button img {
  width: 100%;
  height: 100%;
}

.news-detail-all {
  padding-top: 15px;
  border-bottom: 1px solid #cccccc;
}

.news-detail-all p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(34, 34, 34);
    /*padding-bottom: 24px;*/
}

.news-detail-all p:last-of-type {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(34, 34, 34);
    padding-bottom: 100px;
}

.news-detaillpara {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  padding-bottom: 24px;
}

.news-detaillpara-end {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  padding-bottom: 200px;
}

.Related-News {
  width: 100%;
  padding-top: 63px;
}

.Related-News h1 {
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  color: #1f419b;
}

@media (max-width: 767px) {
  .news-container-div-one-img {
    max-width: 400px;
    width: 100%;
  }

  .news-container-div-one-write {
    max-width: 400px;
    width: 100%;
  }

  .buttonside {
    justify-content: flex-start;
    padding-bottom: 30px;
  }

  .news-detail-container-inner-writeside h1 {
    padding-bottom: 59px;
  }
}

/*shop-cstd*/
.shopcard-banner {
  background-image: url(../images/shop-cart-banner-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  margin-top: 95px;
  min-height: 200px;
  height: 100%;
}

.shopcard-banner-inner {
  min-height: 150px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.shopcard-banner-inner h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
}

.shopcard-banner-inner h1 span {
  display: block;
  font-size: 24px;
  color: #ffffff;
}

.shop-card-inner {
  padding-top: 35px;
  padding-bottom: 200px;
}

.product_detail_table {
  width: 100%;
  margin-top: 30px;
}

.product_detail_table th {
  padding-bottom: 21px;
}

.product_detail_table td {
  border-top: 1px solid rgb(221, 221, 221);
}

.shop-card-botte-pic {
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  width: 79px;
  height: 78px;
  z-index: 60;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-card-left-inner {
  display: flex;
  padding-top: 25px;
  padding-bottom: 12px;
}

.shop-card-left-inner h1 {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  padding-top: 10px;
  padding-left: 50px;
}

.shop-card-left-inner h1 span {
  display: block;
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(136, 136, 136);
  padding-top: 10px;
}

.quantity-btn-pluss-min {
  border-width: 2px;
  border-color: rgb(221, 221, 221);
  border-style: solid;
  border-radius: 3px;
  width: 87px;
  height: 26px;
  z-index: 70;
  display: flex;
  justify-content: space-around;
}

.quantity-btn-pluss-min button {
  border: none;
  background: transparent;
  width: 30px;
  transition: all ease 0.2s;
}

.quantity-btn-pluss-min button:hover{
  background: #f072ab !important;
}

.quantity-btn-pluss-min input{
  border: none;
  height: 23px;
  text-align: center;
}


.td-inner h1 {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.product-dead {
  padding-left: 135px;
}

.shoping-button {
  display: flex;
  align-items: center;
  padding-top: 50px;
  border: none;
  padding-right: 19px;
}

.shop-card-shoppingbtn {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 349px;
  height: 51px;
  border: none;
  font-size: 16px;
  color: #ffffff;
}

.shop-card-proceedbtn {
  border-radius: 3px;
  background-color: rgb(31, 65, 155);
  width: 349px;
  height: 51px;
  border: none;
  font-size: 16px;
  color: #ffffff;
}

.shop-card-oroceedbtn {
  border: none;
  padding-top: 50px;
  padding-left: 19px;
}

.shop-card-summary {
  border-radius: 5px;
  background-color: rgb(252, 212, 8);
  width: 100%;
  padding-top: 32px;
  padding-right: 38px;
  padding-left: 38px;
}

.shop-card-summary-h {
  display: flex;
  justify-content: center;
  width: 100%;
}

.shop-card-summary-h h1 {
  font-size: 36px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 28px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
}

.summary-item h5 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.summary-item h4 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  font-weight: bold;
}

.summary-itemm {
  display: flex;
  justify-content: space-between;
}

.summary-itemm h5 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.summary-itemm h4 {
  font-weight: bold;
  font-size: 16px;
  font-family: "Myriad Pro";
  color: rgb(34, 34, 34);
}

.summary-total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0bd0b;
  padding-top: 23px;
  padding-bottom: 114px;
}

.summary-input {
  width: 100%;
  padding-bottom: 29px;
  padding-top: 26px;
}

.summary-input input {
  width: 100%;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 40px;
  border: none;
}

.summary-Delivery {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 29px;
}

.summary-Delivery h5 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.summary-Delivery h4 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  font-weight: bold;
}

.summary-total h2 {
  font-size: 24px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.summary-total h1 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  font-weight: bold;
}

/*shop-checkout-banner*/
.shop-checkout-banner {
  background-image: url(../images/shop-cart-banner-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  margin-top: 95px;
  min-height: 215px;
  height: 100%;
  background-size: cover;
}

.shop-checkout-banner-inner {
  min-height: 150px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.shop-checkout-banner-inner h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
}

.shop-checkout-banner-inner h1 span {
  display: block;
  font-size: 24px;
  color: #ffffff;
}

.shop-checkout-center-navelinkk-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 55px;
}

.shop-checkout-navlink {
  max-width: 480px;
  width: 100%;
}

.shop-checkout-navlink ul li {
  list-style: none;
  justify-content: space-between;
  display: inline-block;
  padding-right: 30px;
}

.shop-checkout-navlink ul li a {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(31, 65, 155);
  font-weight: 600;
  text-decoration: none;
}

.shop-chrckout-checkout {
  padding-bottom: 450px;
}

.Shipping-Information {
  width: 100%;
}

.Shipping-Information h1 {
  font-size: 24px;
  font-family: "Poppins";
  color: rgb(31, 65, 155);
  font-weight: 600;
  padding-bottom: 27px;
  padding-top: 42px;
}

.frist-name-input {
  width: 100%;
}

.frist-name-input label {
  display: block;
  padding-bottom: 0;
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.frist-name-input input {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 34px;
}

.last-name-input {
  width: 100%;
  padding-top: 31px;
}

.last-name-input label {
  display: block;
  padding-bottom: 0;
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.last-name-input input {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 34px;
}

.delivery-address-input {
  width: 100%;
  padding-top: 31px;
}

.delivery-address-input label {
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.delivery-address-input textarea {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 74px;
}

.country-section {
  padding-top: 28px;
}

.country-section label {
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.select_input {
  width: 100%;
}

.select_input select {
  width: 100%;
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  height: 34px;
}

.inputradio {
  padding-top: 24px;
  display: flex;
  align-items: center;
}

.inputradio div{
  align-items: center;
  margin-right: 20px;
}

.inputradio label {
  padding-left: 5px;
  margin-bottom: 0;
  margin-right: 20px;
  cursor: pointer;
}

.inputradio div label{
  margin-right: 10px;
}

.inputradio input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  width: 20px;
  height: 20px;
  padding: 4px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #f072ab;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

/* appearance for checked radiobutton */
.inputradio input[type="radio"]:checked {
  background-color: #f072ab;
}

.inputradioo input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  width: 20px;
  height: 20px;
  padding: 4px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #f072ab;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

/* appearance for checked radiobutton */
.inputradioo input[type="radio"]:checked {
  background-color: #f072ab;
}

.inputradioo {
  display: flex;
}

.inputradioo label {
  padding-left: 5px;
}

/*Delivery-Schedule*/
.Delivery-Schedule {
  width: 100%;
}

.Delivery-Schedule h1 {
  font-size: 24px;
  font-family: "Poppins";
  color: rgb(31, 65, 155);
  font-weight: 600;
  padding-bottom: 12pxpx;
  /*padding-top: 42px;*/
}

.checkout-index-index .Delivery-Schedule {
  padding-top: 44px !important;
}

.checkout-index-index .opc-wrapper .checkout-shipping-address{
  padding-top: 38px !important;
}

.checkout-index-index .opc-wrapper .checkout-payment-method .step-title{
  padding-top: 12px;
}

.Delivery-Schedule h2 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(31, 65, 155);
  font-weight: 600;
  padding-top: 14px;
}

.Delivery-Schedule h2 span {
  display: block;
  font-size: 15px;
  font-family: "Poppins";
  color: #535353;
  padding-top: 7px;
}

.Delivery-notification {
  border-radius: 5px;
  background-color: rgb(255, 243, 140);
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 33px;
  padding: 13px 16px 9px 16px;
}

.Delivery-notification h2 {
  font-size: 14px;
  font-family: "Poppins";
  color: #535353;
}

.Delivery-notification h2 span {
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins";
  color: #222222;
  font-weight: 600;
}

.discount-item {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.discount-item h5 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.discount-item h4 {
  font-size: 16px;
  font-family: "Myriad Pro";
  color: rgb(34, 34, 34);
  font-weight: 600;
}

.summary-code {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 18px;
}

.summary-code h5 {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
}

.summary-code input {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 108px;
  height: 30px;
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
}

.shop-card-inner-bable {
  overflow-x: scroll;
}

.shop-card-inner-bable {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.shop-card-inner-bable::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.shop-checkout-next-btn-inner {
  padding-top: 191px;
}

.shop-checkout-next-btn-inner a {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.summary-full-code {
  width: 100%;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 40px;
  margin-top: 26px;
}

/*shop-check-out-2*/
.delivery-date-day-notification {
  width: 100%;
  border-radius: 5px;
  background-color: rgb(240, 114, 171);
  height: 70px;
  padding: 22px 21px 18px 21px;
  margin-top: 21px;
}

.delivery-date-day-notification h2 {
  font-size: 17px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
}

.delivery-date-day-notification h2 span {
  display: block;
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.shop-checkout-checkbox {
  display: flex;
  padding-top: 19px;
  display: none;
}

.shop-checkout-checkbox label {
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(34, 34, 34);
  padding-left: 5px;
}

.shop-checkout-checkbox input {
  border-width: 3px;
  border-color: rgb(240, 114, 171);
  border-style: solid;
  border-radius: 5px;
  width: 18px;
  height: 18px;
}

#shipping .inputradio{
  margin-bottom: 10px;
}

.date-time-inputs {
  width: 100%;
  display: flex;
  padding-top: 28px;
}

.input-day-shopcheckout {
  width: 45%;
  position: relative;
}

.input-day-shopcheckout select {
  width: 100%;
  height: 34px;
  outline: none;
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
}

.input-time-shopcheckout {
  width: 45%;
  margin-left: 45px;
}

.input-time-shopcheckout input {
  width: 100%;
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  height: 34px;
  outline: none;
  padding-right: 34px;
}

/* Chrome, Safari, Edge, Opera */
.input-time-shopcheckout input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-time-shopcheckout input[type="number"] {
  -moz-appearance: textfield;
}

.input-time-shopcheckout {
  position: relative;
}

.input-time-btn-img {
  border-radius: 3px;
  background-color: #eeeeee;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 32px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-checkout-next-btnn-inner {
  padding-top: 30px;
}

.shop-checkout-next-btnn-inner a {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  text-decoration: none;
}

@media (max-width: 991px) {
  .shop-card-summary {
    margin-top: 50px;
  }
}

.payment-confirm-btn {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  border: none;
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  margin-top: 120px;
}

.shop-chrckout-checkoutt {
  padding-bottom: 944px;
}

@media (max-width: 991px) {
  .shop-checkout-next-btn-inner {
    padding-top: 80px;
  }
}

/*about*/
.about-banner {
  background-image: url(../images/about-banner-bg.png);
  background-size: cover;
  background-position: top;
  height: 300px;
  width: 100%;
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}

.about-banner-heading {
  font-size: 48px;
  font-family: Poppins;
  font-weight: 700;
  color: #1f419b;
}

.our-story-section {
  width: 100%;
  position: relative;
}

.our-story-section-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 110px;
  padding-bottom: 78px;
}

.our-story-section-inner h2 {
  color: #1f419b;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 41px;
}

.our-story-section-inner p {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 60px;
  text-align: center;
}

.story-video-div {
  background-color: rgb(220, 220, 251);
  max-width: 937px;
  height: 550px;
  z-index: 64;
  width: 100%;
  position: relative;
}

.about-story-section-leavs {
  position: absolute;
  right: 0;
  top: 200px;
}

.about-story-section-plant {
  position: absolute;
  left: 0;
  top: 400px;
}

.water-source {
  background-image: url(../images/about-water-src-bg.png);
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 178px;

}

.water-source-inner {
  max-width: 740px;
  width: 100%;
  padding-bottom: 144px;
}

.water-source-inner h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.water-source-inner h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding-right: 150px;
}

.water-source-inner p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.about-source-greenpic {
  right: 0;
  bottom: -49px;
  position: absolute;
}

.about-Manufacturing-Process {
  width: 100%;
  padding-top: 129px;
}

.about-manufacturing-heading {
  color: #1f419b;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.about-Manufacturing-Process-inner h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}

.about-Manufacturing-Process-inner h2 span {
  font-size: 36px;
  font-weight: 500;
  color: #fcd408;
  width: 43px;
  display: inline-block;
}

.about-Manufacturing-Process-inner p {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 21px;
}

.Manufacturing-detail {
  width: 100%;
  padding-top: 54px;
  padding-bottom: 126px;
}

.our-vion-mission {
  background-image: url(../images/mission-bg.png);
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 53px;
  position: relative;
  background-repeat: no-repeat;
  min-height: 610px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-girl {
  width: 100%;
}

.mission-girl img {
  width: 100%;
}

.mossion-detail {
  width: 100%;
}

.Our-Mission-section {
  width: 100%;
}

.Our-Mission-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1f419b;
}

.Our-Mission-section p {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.Our-Vision-section {
  width: 100%;
}

.Our-Vision-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1f419b;
}

.Our-Vision-section p {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.mission-yellow-mark {
  bottom: -60px;
  left: 0;
  position: absolute;
  z-index: 1;
  max-width: 575px;
  width: 100%;
}

.Our-History {
  width: 100%;
  padding-top: 149px;
}

.Our-History-inner {
  width: 100%;
}

.history-head-para {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.history-head-para h2 {
  color: #1f419b;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 33px;
}

.history-head-para p {
  font-size: 16px;
  color: #222222;
  font-weight: 300;
  text-align: center;
  width: 97%;
}

.established {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.established-para {
  color: #222222;
  font-size: 14px;
  font-weight: 300;
}

.aero-img-back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 27px;
}

.aero-img-next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 27px;
}

@media (max-width: 992px) {
  .water-source-inner h4 {
    padding-right: 0 !important;
  }
}

@media (max-width: 790px) {
  .about-story-section-plant {
    display: none;
  }
}

@media (max-width: 590px) {
  .about-story-section-leavs {
    display: none;
  }
}

.water-source-leave {
  position: absolute;
  top: -110px;
  left: -50px;
  height: 120%;
  max-width: 718px;
  width: 100%;
}

@media (max-width: 992px) {
  .mission-yellow-mark {
    left: 222px;
    position: absolute;
    z-index: 1;
    max-width: 500px;
    width: 100%;
    top: 881px;
  }

  .water-source-leave {
    position: absolute;
    top: 0;
    left: 0;
    height: 932px;
    width: 964px;
  }
}

@media (max-width: 1100px) {
  .our-vion-mission {
    background-image: url(../images/secnd-bg-vion-misson.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mission-yellow-mark {
    display: none;
  }
}

/*support*/
.support-banner {
  background-image: url(../images/support-banner-bg.png);
  background-size: cover;
  background-position: 0 17%;
  min-height: 340px;
  width: 100%;
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.promotions-banner {
  background-image: url(../images/promotion-carnival-2.jpg);
  background-size: cover;
  /*background-position: 0 17%;*/
  min-height: 1029px;
  width: 100%;
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.support-headding {
  font-size: 48px;
  color: #1f419b;
  font-weight: 700;
}

.support-banner-img {
  position: absolute;
  top: -123px;
  left: 0;
}

.bannertab {
  position: absolute;
  bottom: -260px;
  left: -1px;
  z-index: 1;
  width: 100%;
}

/*get-live-suport*/
.get-live-suport {
  width: 100%;
  position: relative;
  padding-bottom: 210px;
}

.live-left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.live-left img {
  max-width: 100%;
  margin-bottom: 25px;
}

.live-left h2 {
  font-size: 24px;
  color: #1f419b;
  font-weight: 700;
  margin-bottom: 0;
}

.live-left p {
  font-size: 16px;
  color: #222222;
  font-weight: 300;
  text-align: center;
}

.live-left button {
  border: none;
  border-radius: 3px;
  background-color: rgb(31, 65, 155);
  width: 84px;
  height: 30px;
  z-index: 77;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}

.live-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.live-right img {
  max-width: 100%;
  margin-bottom: 25px;
}

.live-right h2 {
  font-size: 24px;
  color: #1f419b;
  font-weight: 700;
  margin-bottom: 0;
}

.live-right p {
  font-size: 16px;
  color: #222222;
  font-weight: 300;
  text-align: center;
}

.live-right button {
  border: none;
  border-radius: 3px;
  background-color: rgb(31, 65, 155);
  width: 84px;
  height: 30px;
  z-index: 77;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}

.support_head {
  color: #1f419b;
  font-size: 36px;
  font-weight: 700;
  margin-top: 140px;
  margin-bottom: 55px;
  text-align: center;
}

.support_left_leave {
  position: absolute;
  left: -4px;
  top: 26%;
}

.support_right_leave {
  position: absolute;
  right: 0;
  top: 26%;
}

.get-live-suport .curve-image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.store_locator {
  margin-top: 118px;
}

.store-location-select {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}

.store-location-select select {
  border: 3px solid #f072ab;
  appearance: none;
  width: 162px;
  height: 40px;
  padding-left: 10px;
}

.store-location-select select:focus {
  outline: none;
}

.store-location-select .caret_select {
  position: absolute;
  top: 0;
  right: 0px;
  background: #f072ab;
  width: 38px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.map_section {
  height: 721px;
  width: 100%;
}

.map_section img {
  height: 100%;
  object-fit: cover;
}

.contact__section {
  padding-top: 96px;
  margin-bottom: 140px;
}

.contact__section h3 {
  color: #1f419b;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 51px;
}

.contact_left span {
  color: #222222;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.contact_left p {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
}

.number_contact span {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.right_form label {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 31px;
}

.right_form input, .right_form select {
  width: 100%;
  display: block;
  border: 3px solid #f072ab;
  height: 40px;
  margin-top: 11px;
  border-radius: 3px;
  font-size: 14px;
}

.right_form textarea {
  width: 100%;
  display: block;
  border: 3px solid #f072ab;
  height: 145px;
  resize: none;
  margin-top: 11px;
  border-radius: 3px;
}

.right_form .submit__btn {
  background: #1f419b;
  width: 97px;
  height: 34px;
  border: 2px solid #1f419b;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all ease 0.2s;
}

.right_form .submit__btn:hover {
  background: none;
  color: #1f419b;
}

@media (max-width: 490px) {
  .support_left_leave,
  .support_right_leave {
    display: none;
  }
}

@media (max-width: 767px) {
  .live-left {
    margin-bottom: 40px;
  }

  .contact_left {
    margin-bottom: 40px;
  }

  .support-banner-img {
    position: absolute;
    top: -73px;
    right: -60px;
    max-width: 350px;
    left: auto;
  }

  .support-banner {
    background-position: center;
  }
}

@media (max-width: 510px) {
  .support-headding {
    padding-top: 110px;
  }

  .support-banner-img {
    position: relative;
    top: 77px;
    right: -20px;
    max-width: 350px;
    left: auto;
  }
}

.slide_date h3 {
  width: 52px;
  height: 52px;
  background: #fcd408;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.slick-current .slide_date h3 {
  width: 110px;
  height: 110px;
  background: #2d20a5;
  border-radius: 50%;
  border: 4px solid #fcd408;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  flex-shrink: 0;
}

.slide_date {
  display: flex;
  align-items: center;
}

.slide_date img {
  margin: 0 8px;
  flex-shrink: 0;
}

.histroy_detail {
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  position: absolute;
  top: 105%;
  left: 0;
  display: block !important;
  max-width: 258px;
  margin-top: 10px;
}

.Our-History-inner{
  overflow: hidden;
}

.slick-current .histroy_detail {
  position: relative;
  top: 105%;
  left: 0;
  display: block !important;
  max-width: 338px;
  opacity: 1;
  visibility: visible;
}

.slick-current .histroy_detail h1 {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0;
}

.history_slider {
  min-height: 0px;
  height: auto;
  margin-top: 90px;
}



.Our-History {
  margin-bottom: 153px;
}

.history_slider .slick-track {
  position: relative;
  height: auto;
  display: flex;
}

.history_slider .slick-list {
  height: 100%;
}

.history_slider .slick-slide {
  display: flex !important;
  min-width: 290px;
  align-items: center;
}

.history_slider .slick-slide:last-child .histroy_detail{
  left: -72px;
}

.history_slider .slick-slide > div {
  width: 100%;
}

.date_history {
  position: relative;
}

.history_slider .slick-current.slick-slide {
  display: flex;
  min-width: 345px;
}

.next-pag-ankr {
  margin-top: 50px;
}

.play__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-account-create div.mage-error[generated]{
  bottom: 10px !important;
}

.customer-account-create div#email_address-error{
  bottom: 3px !important;
  left: 0;
  text-align: left;
  line-height: 1;
  height: 24px;
}

#recaptcha-validate--error.mage-error{
  bottom: -10px !important;
}

@media (max-width: 992px) {
  .date_history.slick-slide,
  .slick-current.date_history.slick-slide {
    min-width: 0;
  }
}

@media (min-width: 1200px) {
  .dropdown_header {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 115%;
    left: 0;
    background: #abd358;
    font-size: 14px;
    padding: 0;
    margin: 0;
    width: 280px;
    padding: 15px 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
  }

  .dropdown_header a {
    padding: 0;
    text-align: left;
    display: block;
    color: #fff !important;
  }

  .dropdown_header li {
    display: block;
    width: 100%;
  }

  .drop__container:hover .dropdown_header {
    opacity: 1;
    visibility: visible;
  }
}

@media(max-width:767px){
  .customer-account-create .fieldset.fieldset.create.info .field-name-firstname, .customer-account-create .fieldset.fieldset.create.info .field-name-lastname, .customer-account-create .fieldset.fieldset.create.account .field1.email, .customer-account-create .fieldset.fieldset.create.account .field1.password, .customer-account-create .fieldset.fieldset.create.account .field1.confirmation, .customer-account-create .fieldset.fieldset.create.account .half-wd{
    display: block;
    width: 100%;
  }
  .customer-account-create .fieldset.fieldset.create.info .field-name-firstname, .customer-account-create .fieldset.fieldset.create.info .field-name-lastname, .customer-account-create .fieldset.fieldset.create.account .field1.email, .customer-account-create .fieldset.fieldset.create.account .field1.password, .customer-account-create .fieldset.fieldset.create.account .field1.confirmation, .customer-account-create .fieldset.fieldset.create.account .half-wd{
    margin: 0;
  }

  .customer-account-create #city{
    margin-bottom: 31px;
  }
}

/* brands pages  */

.stamina_banner {
  background-image: url("../images/stamina-energy-bg-revised.jpg");
}

.intro-img img {
  width: 251px;
  height: 181px;
  object-fit: contain;
}

@media (max-width: 500px) {
  .stamina_banner {
    background-position: -350px 40%;
    background-size: 270% 110%;
    background-position: top;
  }
}

.tampico_banner {
  background-image: url(../images/tampico-banner-bg.png);
  background-position: 0px 55%;
  height: 360px;
}

.tampico_banner img {
  margin-bottom: 60px;
}

.tampico_about img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.tampico_about strong {
  font-weight: 600;
  color: #222222;
}

.witluv_banner {
  background-image: url(../images/witluv-banner-bg.png);
  background-position: center;
}

.witluv_banner img {
  margin-bottom: 100px;
}

.witluv__about .intro-img img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.witluv__about .intro-write h2 {
  margin-bottom: 35px;
}

.bluewater__about .intro-img {
  text-align: center;
}

.bluewater__about .intro-img img {
  max-width: 100%;
  width: auto;
  height: 100% !important;
  object-fit: none;
}

.bluewater__about .intro-write h2 {
  margin-bottom: 35px;
}

.bluewater_banner {
  background-image: url("../images/bluewater-banner-bg.png");
  background-position: top;
}

.cran_banner {
  background-image: url("../images/cranplus-banner-bg.png");
  background-position: top;
}

.yellow-bg-para {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  background: #ffffb3;
  padding: 5px 14px;
}

.cran__about .intro-write span {
  margin: 0 !important;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.cran__about .intro-write h2 {
  margin-bottom: 42px;
}

.cran__about {
  padding: 60px 0 0;
  min-height: 400px;
  height: auto;
}

.cran__about .intro-img img {
  width: 100%;
  height: 100%;
}

.juse__banner {
  background-image: url("../images/juse-banner-bg.png") !important;
  background-position: center;
  background-size: cover;
  /*overflow: hidden;*/
}

.juse__banner .juse-banner_art {
  position: absolute;
  bottom: -5.6vw;
  left: 0;
  width: 100%;
  margin: 0 !important;
  top: auto;
  right: 0;
}

.juse__banner img {
  margin-bottom: 90px;
  margin-top: 40px;
}

.juse_banner_right_img {
  max-width: 770px;
  margin-top: -20px !important;
}


.caribbean_banner {
  background-image: url("../images/tradition-banner.png");
  background-position: top;
}


.malt__banner {
  background-image: url('../images/malt-banner-background.png');
  background-position: center;
  background-size: cover;
}

.malt__banner .malt-banner_art {
  position: absolute;
  bottom: -5.6vw;
  left: 0;
  width: 100%;
  margin: 0 !important;
  top: auto;
  right: 0;
}

.malt__banner img {
  margin-bottom: 90px;
  margin-top: 40px;
}

.malt_banner_right_img {
  max-width: 770px;
  margin-top: -20px !important;
}

@media(max-width:769px) {

  .malt_banner_right_img,
  .malt__banner .malt-banner_art {
    display: block !important;
  }
}

@media(max-width:767px) {
  .malt__banner {
    max-height: none !important;
  }

  .malt__banner .medium-wrap {
    flex-direction: column;
  }

  .malt_banner_right_img {
    position: static !important;
    margin-bottom: 0 !important;
    max-width: 100%;
  }

  .malt__banner .logo_malt-left {
    max-width: 200px;
    margin: 40px auto;
  }
}

/* bevsol */

.bevsol-content-left ul {
  margin-top: 33px;
}

.bevsol-content-left ul li {
  margin-top: 14px;
}

.bevsol-content-left h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.mt-35 {
  margin-top: 35px;
}

.bevsol-content-left span strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.bevsol-content-left p strong {
  font-size: 16px;
  font-weight: 700;
}

.bevsol-content-left p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 21px;
}
.bevsol-content-left .small_text {
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  margin-top: 0;
}
.bevsol-right-image img {
  margin-bottom: 53px;
}
.bevsol-right-image h2 {
  font-size: 24px;
  font-weight: 700;
}

.coffee_witluv-section {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 152px;
}

.coffee_witluv-section h3 {
  margin-top: 31px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.coffee_witluv-section p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.coffee_witluv-section .specification-head {
  margin-top: 23px;
  margin-bottom: 17px;
}

.coffee_witluv-section ul {
  font-size: 16px;
  font-weight: 300;
}
.coffee_witluv-section .col_1 {
  width: 317px;
}
.coffee_witluv-section .col_2 {
  width: 253px;
}

.coffee_witluv-section table {
  border-left: 0;
  border-right: 0;
}

.coffee_witluv-section thead th {
  background: #fff;
  padding: 17px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #1f419b;
}

.coffee_witluv-section tbody td {
  padding: 18px 18px 11px 18px;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
}

.coffee_witluv-section tbody td,
.coffee_witluv-section thead th {
  border-left: 0;
}
.coffee_witluv-section thead th {
  border-top: none;
  border-bottom: none;
}
.coffee_witluv-section tbody td:last-child,
.coffee_witluv-section thead th:last-child {
  border-right: 0;
}

.coffee_witluv-section tbody td:not(:first-child),
.coffee_witluv-section thead th:not(:first-child) {
  text-align: center;
}
.coffee_top_art,
.coffee_bottom_art {
  position: absolute;
}

.coffee_witluv-section .dim_text {
  color: #888888;
}

.coffee_top_art {
  top: -55px;
  left: 0;
  width: 100%;
  height: 100px;
}

.coffee_bottom_art {
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 100px;
}

.juse_section_bevsol {
  background: #fff;
}

.witluv_banner{
   position: relative;
   overflow: hidden;
   height:auto;
   max-height: 600px;
   width: 100%;
   background: #000 !important;
 }

 .witluv_banner iframe{
   width: 100vw !important;
   height: 100vw !important;
   display: block;
 }

 .witluv_brand_section{
   margin-top: 141px;
 }

 .witluv_brand{
   background: #ac1f2df2;
   border: 1px solid #000000;
 }

 .witluv-brand-center{
  position: absolute;
  top: 8%;
  right: 55%;
  transform: translateX(50%);
 }

.witluv_brand_section .Our_brand_desc{
  margin-top: 24px;
 }

 .witluv_brand_section .brand_slider img{
  filter: drop-shadow(0 2px 20px rgba(255,255,255,0.4));
 }

 .story-video-div{
  height: 530px !important;
 }

 @media(max-width:992px){
  .witluv__about{
    height: auto;
  }
 }

 @media(max-width:1088px){
  .witluv_banner iframe{
    width: 100vw !important;
    height: 58vw !important;
    display: block;
  }
 }

 @media(max-width:992px){
  #video{
    max-height: 530px !important;
    display: block;
    height: 100%;
    object-fit: fill;
  }
  .story-video-div{
    height: 390px !important;
  }
 }

 @media(max-width:767px){
  #video{
    max-height: 530px !important;
    display: block;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transform-origin: center;
    object-fit: fill;
  }
  .story-video-div{
    height: 290px !important;
    background: none;
  }
 }

 button:focus{
  background: #f072ab !important;
  color: #fff !important;
  border-color: #f072ab !important;

 }

#btnPlaceOrder{
  border-radius: 3px;
  background-color: #f072ab;
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Poppins";
  color: #ffffff;
  text-decoration: none;
  border: none;
  margin-top: 40px;
}

.checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .month{
  width:69% !important;
}

.checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .year{
  width:29% !important;
}

.checkout-index-index .checkout-payment-method .ccard .month .select,.checkout-index-index .checkout-payment-method .ccard .year .select{
  width:100% !important;
}

.block-dashboard-orders .block-title.order strong{
  font-weight: 700 !important;
  color: #1f419b;
  font-size: 2rem !important;
}

#my-orders-table td{
  font-size: 14px;
}

.checkout-cart-index .item-info .shop-card-left-inner{
  padding-top: 11px;
}
.checkout-cart-index .item-info .shop-card-left-inner .product-item-name{
  padding-top: 0px;
  margin-top: 0;
}
.checkout-cart-index .item-info .shop-card-left-inner .item-options{
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-family: "Poppins";
}
.checkout-cart-index .item-info .shop-card-left-inner .item-options dd{
  margin-left: 10px !important;
}

.catalog-product-view #product_addtocart_form {
  display: flex;
}

.catalog-product-view #product_addtocart_form .product-options-wrapper,.catalog-product-view #product_addtocart_form .product-options-bottom{
  flex: 1;
}

.catalog-product-view #product_addtocart_form .product-options-wrapper select {
  border: 3px solid #fcda1a;
  appearance: none;
  width: 162px;
  height: 40px;
  padding-left: 10px;
}

.catalog-product-view #product_addtocart_form .product-options-wrapper select:focus {
  outline: none;
}

.catalog-product-view #product_addtocart_form .control{
  position: relative;
  width: 162px;
  min-height: 40px;
}

/*.catalog-product-view #product_addtocart_form #product-options-wrapper .control::after{
  content: url('../images/select_caret.png');
  position: absolute;
  top: 0;
  right: 0px;
  background: #fcda1a;
  width: 38px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}*/

.slick-dots button:focus{
  background: transparent !important;
  border-color:transparent !important;
}

.popup-authentication .form-login .actions-toolbar .secondary a {
  color: #1f419b !important;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Poppins';
    width: 135px;
    height: 30px;
    background: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    border-radius: 4px;
    transition: all ease 0.2s;
}

.popup-authentication .form-login .actions-toolbar .secondary a:hover {

background: #fff !important;
    color: #1f419b !important;
    text-decoration: none;
}

.popup-authentication .form-login .actions-toolbar .primary .action-login {
  background-color: #1f419b !important;
    color: #fff !important;
    border-radius: 5px;
}

.popup-authentication .form-login .actions-toolbar .primary .action-login:hover {
  background-color: : #f072ab !important;
  text-decoration: none;
}

.popup-authentication .block-new-customer .block-content p {
  font-size: 15px;
}

.popup-authentication .block-new-customer .block-content ul {
  font-size: 12px;
}
.list-pagination .toolbar-products .row{
  display: none !important;
}
.list-pagination .toolbar-products .pages{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.pages strong.page {
    background: #f072ab !important;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    color: #ffffff !important;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
}

.pages ul li a{
    font-size: 15px;
    color:#000000;
}
.customer-account-index .orders-recent table > thead >tr> th{
  font-size: 12px !important;
  min-width: 100px;
}


@media(max-width:575px){
  .page-footer p.end{
    margin-left: 15px !important;
  }
  .RealCustomers-Reviews-inner{
    margin-top: -110px !important;
  }
  .Reviews-card-item h3{
    text-align: center;
    width: 100%;
    padding-left: 10px;
  }

  .shop-banner-inner.shop_page_slide .container{
    min-height: 560px;
  }

  .distribution-Filtration{
    padding-top: 0px !important;
    padding-bottom: 60px !important;
  }
  .rantals{
    padding-top: 0 !important;
  }
  .our-story-section-inner{
    padding-top: 0 !important;
  }

  .water-source{
    background: #0a57bf !important;
  }
  .water-source .water-source-inner{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .about-source-greenpic{
    bottom: -19px !important;
  }

  .history_slider .slick-slide{
    min-width: 225px !important;
  }
  .quick-tips{
    padding-top: 1px !important;
    min-height: 0 !important;
    padding-bottom: 100px !important;
    background: #c7ecfb !important;
  }

  .quick-tips-ul li.long{
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .news-serchbar{
    padding-top: 0 !important;
  }

  .checkout-index-index .modal-inner-wrap #opc-sidebar{
    margin-top: 20px;
  }
  .shop-checkout-banner{
    min-height: 235px !important;
    background-size: 230% 160% !important;
    background-position: 80% 0% !important;
  }
  .shop-checkout-center-navelinkk-inner{
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }
  .checkout-cart-index .cart-container form.form-cart{
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-summary{
    margin-left: auto;
    margin-right: auto;
  }
  .user-logged-in.checkout-index-index .modal-popup._inner-scroll{
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .user-logged-in.checkout-index-index .modal-popup .modal-inner-wrap{
    transform: none !important;
  }
  .Our-History{
    padding-top: 30px !important;
  }
  .Frequently-Asked-Questions button{
    white-space: normal !important;
  }
}


.sales-order-view .box-order-shipping-address address,.sales-order-view .box-order-billing-address address{
  font-size: 14px;
}

.sales-order-view .box-order-shipping-method .box-content,.block-order-details-view .box-content .payment-method .title,.block-order-details-view .box-content .payment-method dd table{
  font-size: 14px;
}

header .cart_nav .logged_in_nav-btn .user-name{
  width: 100px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    padding-top: 4px;
}


.related_price .special-price .price-label,.related_price .old-price .price-label{
  display: none !important;
}
.related_price .special-price .price{
  display: block;
  height: 19px;
}

.related_price .old-price .price{
  font-size: 14px !important;
  text-decoration: line-through;
  color: #807e7e !important;
  height: auto !important;
}

.details_price .old-price .price-label{
  font-size: 14px !important;
}
.details_price .old-price{
  margin-bottom: 20px;
}
.details_price .old-price,.details_price .special-price{
  display: block;
  line-height: 1;
}

.details_price .old-price .price{
  font-size: 24px !important;
  text-decoration: line-through;
}

/*.discount-code .message-error [data-ui-id=checkout-cart-validationmessages-message-error]{
  display: none !important;
}*/

.packing-available .price-final_price .old-price{
  display: block;
}
.packing-available .price-final_price .old-price .price-label{
  font-size: 14px;
}

.packing-available .price-final_price .old-price .price{
  color: #666 !important;
  font-size: 24px !important;
  text-decoration: line-through;
}

.history_slider .slick-current.slick-center{
  margin-top: -27px;
}
.history_slider .slick-list{
  overflow: visible !important;
}



.negative-m-57{
  margin-top: -57px;
}
.negative-m-57 img{
  max-width: none;
  margin:20px auto 0;
}

.category-shops .category-view .category-cms{
  position: relative;
}

.shop-banner-art{
  position: absolute;
    bottom: -32px;
    z-index: 1;
    width: 100%;
}

.shop_banner_slider .slick-slide{
    height: 470px;
    overflow: hidden;
}
.shop_banner_slider{
  height: 520px;
}

.cms-brands .malt_brands .col-xl-5.offset-xl-1 img{
  max-width: 106px;
}

.cms-brands .malt_brands .brand_product_inner{
  background: #343132 !important;
}


.malt__product_home .col-md-7.text-center{
  margin-top: 20px;
}

.block.newsletter .field .control:before{
  display: none;
}


.related_item .stock.unavailable{
  height: 35px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f419bbd;
  color: #fff;
}

.related_item .stock.unavailable span{
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
}

.packing-available .stock.unavailable{
  border-radius: 3px;
    background-color: rgba(240, 114, 171,0.7);
    width: 170px;
    height: 40px;
    z-index: 79;
    border: none;
    margin-top: 35px;
    font-size: 600;
    font-size: 18px;
    display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.packing-available .stock.unavailable span{
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
}

.shop-details-product .stock.unavailable{
  background: #1f419bbd;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 318px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 3px;
  margin: 32px 0 0;
  transition: all ease 0.2s;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-details-product .stock.unavailable span{
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
}

.minicart-items-wrapper{
  max-height: 410px !important;
}
.cart.table-wrapper .product-item-photo{
  padding-right: 0 !important;
}

.checkout-cart-index .grand.totals :is(th, td){
  border-top: 0 !important;
}

.cart-summary .block > .title{
  border-top:none;
}

.checkout-cart-index .cart.table-wrapper .product-item-details{
  padding-top: 0 !important;
}

.checkout-index-index .minicart-items .product-item:first-child{
  padding-top: 20px;
}

footer .block.newsletter input{
  padding-left: 15px;
  font-weight: 400 !important;
}

.cms-index-index .footer{
  background-position: 80% !important;
}

header .minicart-wrapper .minicart-widgets{
  display: none;
}

header .block-minicart .block-content > .actions{
  margin-top: 24px;
}



.list-pagination .item span{
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 14px;
  color: #1f419b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 !important;
}

.list-pagination .item a{
  padding: 0;
}
.list-pagination .item a:hover{
  background: #f072ab;
  border-radius: 4px;
}

.list-pagination .item a:hover span{
  color: #fff;
}

.list-pagination .item.current strong{
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 !important;
}

.list-pagination .item.current strong span{
  color: #fff !important;

}
.list-pagination .item.pages-item-next .next{
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-pagination .item.pages-item-next .next{
  width: 50px;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  background: #f072ab !important;
}

.list-pagination .item.pages-item-next .next:hover{
  background: #f5599f !important;
}

.list-pagination .item.pages-item-next .next::after{
  display: none !important;
}

.list-pagination .item.pages-item-next .next span:last-child{
  position: static !important;
  width: auto !important;
  height: auto !important;
}

.list-pagination .item.pages-item-next .next::after{
  display: none;
}


.list-pagination .item.pages-item-next span{
  color: #fff !important;

}


.list-pagination .item.pages-item-previous .previous{
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-pagination .item.pages-item-previous .previous{
  width: 75px;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  background: #f072ab !important;
}

.list-pagination .item.pages-item-previous .previous:hover{
  background: #f5599f !important;
}

.list-pagination .item.pages-item-previous .previous::after{
  display: none !important;
}

.list-pagination .item.pages-item-previous .previous span:last-child{
  position: static !important;
}

.list-pagination .item.pages-item-previous span{
  color: #fff !important;
  width: auto !important;
}

#btn-minicart-close:focus{
  background: none !important;
  color: #000 !important;
}

#btn-minicart-close:hover{
  color: #000;
}

.popup-authentication .block-customer-login .form-login .fieldset.login{
  margin-bottom: 0 !important;
}
.popup-authentication .actions-toolbar .action-register{
  background: #f072ab !important;
  border-color:#f072ab !important;
}

.popup-authentication .action-close:focus{
  background: none !important;
}

@media(max-width: 768px){
  .shop_banner_slider .slick-slide {
    height: 490px;
    overflow: hidden;
  }
  .shop_banner_slider {
    height: 580px;
  }
  .shop-banner-inner{
    min-height: 0;
  }

  .shop-banner-art {
    position: absolute;
    bottom: 38px;
    z-index: 1;
    width: 100%;
  }
  .negative-m-57 {
    margin-top: 0;
  }
  .negative-m-57 img{
    max-width: 100%;
  }
}
@media(max-width: 767px){
  .shop_banner_slider .slick-slide{
    height: 770px;
    overflow: hidden;
  }
  .shop_banner_slider{
    height: 830px;
  }

  .shop-banner-art {
    position: absolute;
    bottom: 38px;
    z-index: 1;
    width: 100%;
  }
  .negative-m-57 {
    margin-top: 0;
  }
  .negative-m-57 img{
    max-width: 100%;
  }
}

@media(max-width:1199px){
  .logged_in_nav-btn ul.header.links{
    display: block !important;
  }
  .menu_drop_container .dropdown_nav li a {
    color: #000 !important;
  }
}


@media(max-width: 767px){
  .home-products-slider{
    height: 830px;
  }
  .home-products-slider img{
    margin-top: 10px !important;
    max-height: 257px;
  }
}

@media(max-width:500px){
  .Our-History-inner{
    padding-left: 20px;
  }
}

@media(min-width: 500px){
  .transform__none{
    transform: none !important;
  }
}


.about-Us_last_sec a{
  color: #f072ab;
}

.related_price .price-wrapper.price-excluding-tax .price{
  font-size: 12px !important;
}
.related_price .price-wrapper.price-including-tax{
  text-align: right;
}

.brand_product_slider .price-including-tax + .price-excluding-tax:before, .weee[data-label]:before{
  color: #fff;
}


.price-final_price .price {
  position:relative;
}
.vat_incl .price-final_price .price:after {
    content: 'VAT INCL.';
    font-size: 8px;
    color: #888888;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.related_price .old-price .price:after {
    display: none !important;
}

.cms-brands .price-final_price .price:after {
    font-size: 10px !important;
    color: #fff !important;
    bottom: -7px !important;
}

.price-final_price .price:after{
  bottom: -2px !important;
}

.price-wrapper.price-excluding-tax .price::after{
  bottom: -6px !important;
}


.packing-available .price-excluding-tax .price::after,.details_price .price-excluding-tax .price::after{
  position: relative;
  display: block;
  text-align: left;
}

.packing-available .price-including-tax .price::after,.details_price .price-including-tax .price::after{
  position: relative;
  display: block;
  text-align: left;
}

.account.sales-order-view .sidebar.sidebar-main ul.nav.items,
.account.sales-order-invoice .sidebar.sidebar-main ul.nav.items{
  flex-direction: column;
}

.account.sales-order-view .sidebar.sidebar-main ul.nav.items a,
.account.sales-order-invoice .sidebar.sidebar-main ul.nav.items a{
  width: 100%;
}
.account.sales-order-view .items.order-links .nav.item,
.account.sales-order-invoice .items.order-links .nav.item{
  font-size: 14px;
}

.account.sales-order-invoice #my-invoice-table-7 td{
  font-size: 14px;
}

.account.sales-order-view #my-orders-table th,
.account.sales-order-invoice #my-invoice-table-7 th{
  min-width: 110px;
}

.account.sales-order-view .sidebar.sidebar-main ul.nav.items .delimiter,
.account.sales-order-invoice .sidebar.sidebar-main ul.nav.items .delimiter{
  width: 100%;
}
.account.sales-order-view .page-title-wrapper .order-date,
.account.sales-order-invoice .page-title-wrapper .order-date{
  margin-top: 0 !important;
}

#recurring-orders-table td{font-size: 14px;}


/*.bevsol-right-image img{
  width: 100% !important;
}*/


@media(max-width: 1024px){
  .rantals.coffee_witluv-section:not(.juse_section_bevsol) .container .row{
    align-items: center;
  }

  .rantals.coffee_witluv-section:not(.juse_section_bevsol) .container .col-lg-9{
    max-width: 55% !important;
  }
}

@media(max-width: 992px){
  .rantals.coffee_witluv-section:not(.juse_section_bevsol) .container .col-lg-9{
    max-width: 100% !important;
  }
}


@media(max-width: 600px){
  .rantals.coffee_witluv-section:not(.juse_section_bevsol) .container .col-lg-3 img{
    max-width: 100% !important;
  }
  .catalog-product-view #product_addtocart_form{
    flex-wrap: wrap;
  }
  .page-footer{
    overflow-x: hidden;
  }
}



#options-1-list input[type="radio"]:checked {
    background-color: #f072ab;
}

#options-1-list input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  padding: 4px;
  background-clip: content-box;
  border: 2px solid #f072ab;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

.admin__field-option label {
  padding-left: 5px;
  margin-bottom: 0;
  cursor: pointer;
}

.choice.admin__field.admin__field-option{
  display: flex;
  align-items: center;
}


