/**
 * Created by Prashamsa Pandey
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ex-transition {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("AvenirNextLTPro-Bold.woff2") format("woff2"), url("AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("AvenirNextLTPro-It.woff2") format("woff2"), url("AvenirNextLTPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("AvenirNextLTPro-Regular.woff2") format("woff2"), url("AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("centurygothic.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("centurygothic_bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------ Site Wide Starts -----------------------------------*/
body {
  /* &.header-background-change{
     #header-wrapper{
       .custom-container{
         .top-header{
           ul{
             li{
               input {
                 border: 1px solid $black-color;
                 color: $black-color;
                 &::placeholder{
                   color: $black-color;
                 }
               }

               &:nth-of-type(1){
                 a{
                   img{
                     !* filter: invert(1);*!
                   }
                 }
               }

               &:nth-of-type(3) {
                 a {
                   color: $black-color;
                   img {
                     filter: invert(1);
                   }
                 }
               }

               &:nth-of-type(4){
                 a{
                   color: $black-color;
                 }
                 &>  a {
                   img{
                     filter: invert(1);
                   }
                 }
                 span{
                   a{
                     h5{
                       &:after {
                         filter: invert(0);
                       }
                     }
                   }

                   ul {
                     background-color: #000000b5;
                     li{
                       a {
                         color: $white-color;
                       }
                       &:not(:last-of-type) {
                         border-bottom: 1px solid $white-color;
                       }
                     }
                   }
                 }
               }

               &:last-of-type{
                 .nav-toggle{
                   .inner{
                     span {
                       background-color: #000;
                     }
                   }
                 }
               }

               &:nth-of-type(3), &.after-login{
                 a{
                   &:nth-of-type(1){
                     span{
                       &.cart-num{
                         background-color: #000;
                         color: #fff;
                       }
                     }
                   }
                 }
               }
             }
           }
         }

         .bottom-header {
           background-color: $black-color;
           &> ul{
             &> li{
               a {
                 color: $white-color;
                 !*&:after{
                   background-color: $white-color;
                 }*!
               }

               &:nth-of-type(1) {
                 a {
                   color: #FFCB3C;
                   font-weight: bold;
                   !*&:after{
                     background-color: #FFCB3C;
                   }*!
                 }
               }
             }
           }
         }
       }
     }
   }*/
}
body.home-page #header-wrapper .custom-container .top-header > ul > li:first-of-type {
  /*  a{
      position: relative;
      height: auto;
      width: 160px;
      img{
        &:nth-of-type(1) {
          display: none;
          opacity: 0;
        }
        &:nth-of-type(2){
          display: block;
          position: absolute;
          left:0;
          top:0;
          height: 100%;
          width: 100%;
        }
      }
    }*/
}

.special-deals.common-featured-section .featured-container .featured-item .image-container:after {
  display: none !important;
}
.special-deals.common-featured-section .featured-container .featured-item .common-product-text-container {
  margin-top: 20px !important;
}

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  width: 100%;
  top: 0;
  position: sticky;
  z-index: 2;
  background-color: #000000;
  border-bottom: 1px solid #dedede;
}
#header-wrapper .top-header .custom-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
#header-wrapper .top-header .custom-container > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header-wrapper .top-header .custom-container > ul > li {
  width: 25%;
  text-align: right;
}
#header-wrapper .top-header .custom-container > ul > li a {
  display: inline-block;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(1) {
  text-align: left;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(1) a img {
  height: auto;
  width: 140px;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(1) a img:nth-of-type(2) {
  display: none;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(2) {
  width: 50%;
  text-align: center;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(3), #header-wrapper .top-header .custom-container > ul > li.after-login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(3) a, #header-wrapper .top-header .custom-container > ul > li.after-login a {
  display: inline-block;
  color: #fff;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(3) a h5, #header-wrapper .top-header .custom-container > ul > li.after-login a h5 {
  font-weight: bold;
  font-size: 14px;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(3) a img, #header-wrapper .top-header .custom-container > ul > li.after-login a img {
  width: 20px;
  height: auto;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(3) a:first-of-type, #header-wrapper .top-header .custom-container > ul > li.after-login a:first-of-type {
  padding-right: 25px;
}
#header-wrapper .top-header .custom-container > ul > li.after-login {
  position: relative;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span {
  display: flex;
  position: relative;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span a h5 {
  padding-left: 40px;
  position: relative;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span a h5:after {
  content: "";
  position: absolute;
  background-image: url("https://pagodalabs.com/evo_beverages/image/dropdown.png");
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  filter: invert(1);
  background-position: center;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span ul {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  left: -20px;
  bottom: -10px;
  transform: translateY(100%);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span ul li {
  position: relative;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span ul li a {
  padding: 10px;
  color: #000;
  display: block;
  text-align: center;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span ul li:after {
  content: "";
  position: absolute;
  left: 0;
  background: #000;
  width: 0;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: all 0.6s ease;
  opacity: 0;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span ul li:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.6s ease;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span ul li:hover a {
  color: #fff;
}
#header-wrapper .top-header .custom-container > ul > li.after-login > span:hover ul {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}
#header-wrapper .top-header .custom-container > ul > li.after-login .login-icon {
  display: none;
}
#header-wrapper .top-header .custom-container > ul > li input {
  outline: none;
  width: 90%;
  background-color: transparent;
  border: 1px solid #989898;
  text-align: center;
  padding: 6px;
  color: #fff;
}
#header-wrapper .top-header .custom-container > ul > li input::placeholder {
  color: #fff;
}
#header-wrapper .top-header .custom-container > ul > li:last-of-type {
  display: none;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(3) > a, #header-wrapper .top-header .custom-container > ul > li.after-login > a {
  position: relative;
}
#header-wrapper .top-header .custom-container > ul > li:nth-of-type(3) > a:nth-of-type(1) span.cart-num, #header-wrapper .top-header .custom-container > ul > li.after-login > a:nth-of-type(1) span.cart-num {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  line-height: 21px;
  text-align: center;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: -6px;
  right: 10px;
  font-size: 11px;
}
#header-wrapper .top-header .custom-container .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header-wrapper .top-header .custom-container .header-inner .header-item:nth-of-type(2) {
  flex: 1;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner {
  display: flex;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .cart-inner-wrapper {
  display: flex;
  align-items: center;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .cart-inner-wrapper a {
  padding-right: 30px;
  color: #fff;
  position: relative;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .cart-inner-wrapper a img {
  width: 20px;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .cart-inner-wrapper a .cart-num {
  right: 20px;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .cart-inner-wrapper .pull-left form {
  margin: 0;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login {
  display: flex;
  align-items: center;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span {
  display: flex;
  position: relative;
  padding: 0px 30px;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span a h5 {
  padding-left: 40px;
  position: relative;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span a h5:after {
  content: "";
  position: absolute;
  background-image: url("https://pagodalabs.com/evo_beverages/image/dropdown.png");
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  filter: invert(1);
  background-position: center;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span ul {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  left: -20px;
  bottom: -10px;
  transform: translateY(100%);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span ul li {
  position: relative;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span ul li a {
  padding: 10px;
  color: #000;
  display: block;
  text-align: center;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span ul li:after {
  content: "";
  position: absolute;
  left: 0;
  background: #000;
  width: 0;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: all 0.6s ease;
  opacity: 0;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span ul li:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.6s ease;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span ul li:hover a {
  color: #fff;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login > span:hover ul {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login .login-icon {
  display: none;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login a {
  position: relative;
  color: #fff;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .cart-nav-inner .cart-inner .after-login a img {
  width: 20px;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .header-logo a {
  display: inline-block;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .header-logo a img {
  height: auto;
  width: 140px;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .search-bar #search {
  text-align: center;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .search-bar #search input {
  outline: none;
  width: 70%;
  background-color: transparent;
  border: 1px solid #989898;
  text-align: center;
  padding: 6px;
  color: #fff;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .search-bar.mobile-show {
  display: none;
}
#header-wrapper .top-header .custom-container .header-inner .header-item .search-bar.tab-view {
  display: block;
}
#header-wrapper .top-header .custom-container .cart-num {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  line-height: 21px;
  text-align: center;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 11px;
}
#header-wrapper .bottom-header {
  background-color: #fff;
  position: relative;
}
#header-wrapper .bottom-header > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
#header-wrapper .bottom-header > ul > li > a {
  display: inline-block;
  color: #000000;
  position: relative;
  padding: 20px 0;
  transition: all 0.6s ease;
  /* &:after{
     content:'';
     background-color: $black-color;
     height: 1px;
     width: 0;
     opacity: 0;
     position: absolute;
     bottom: 0;
     left:0;
     transition: all 0.6s ease;
   }

   &:hover{
     &:after{
       opacity: 1;
       width: 100%;
       transition: all 0.6s ease;
     }
   }*/
}
#header-wrapper .bottom-header > ul > li > a:hover {
  color: #0094de;
  transition: all 0.6s ease;
}
#header-wrapper .bottom-header > ul > li:not(:last-of-type) {
  margin-right: 60px;
}
#header-wrapper .bottom-header > ul > li:nth-of-type(1) a {
  color: #0094de;
  font-weight: bold;
  text-transform: uppercase;
  /*&:after{
    background-color: #FFCB3C;
  }*/
}
#header-wrapper .bottom-header > ul > li .dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 65px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  margin: -10px 0;
  padding: 0 190px;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#header-wrapper .bottom-header > ul > li .dropdown > li {
  width: 25%;
  padding: 10px;
}
#header-wrapper .bottom-header > ul > li .dropdown > li ul {
  display: block;
  text-align: left;
  max-width: 260px;
}
#header-wrapper .bottom-header > ul > li .dropdown > li ul h5 {
  font-weight: bold;
}
#header-wrapper .bottom-header > ul > li .dropdown > li ul a {
  color: #000000;
  padding: 5px 0;
  display: inline-block;
}
#header-wrapper .bottom-header > ul > li .dropdown > li ul:nth-of-type(2) {
  margin-top: 40px;
}
#header-wrapper .bottom-header > ul > li:hover .dropdown {
  opacity: 1;
  pointer-events: initial;
  padding: 30px 190px;
  transition: all 0.3s ease;
}
#header-wrapper .bottom-header > ul > li:hover a:after {
  opacity: 1;
  width: 100%;
  transition: all 0.6s ease;
}
#header-wrapper .bottom-header > ul > li.dropdown:hover .dropdown-menu {
  pointer-events: initial;
  opacity: 1;
  transition: all 0.3s ease;
}
#header-wrapper .bottom-header > ul > li.dropdown .dropdown-menu {
  top: 64px;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #dedede;
  left: -25px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  display: block;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: all 0.3s ease;
}
#header-wrapper .bottom-header > ul > li.dropdown .dropdown-menu .dropdown-inner ul li {
  position: relative;
}
#header-wrapper .bottom-header > ul > li.dropdown .dropdown-menu .dropdown-inner ul li a {
  display: block;
  padding: 10px 20px;
  color: black;
  border-bottom: 1px solid #dedede;
  transition: all 0.6s ease;
}
#header-wrapper .bottom-header > ul > li.dropdown .dropdown-menu .dropdown-inner ul li:last-of-type a {
  border-bottom: 0;
}
#header-wrapper .bottom-header > ul > li.dropdown .dropdown-menu .dropdown-inner ul li:after {
  content: "";
  position: absolute;
  left: 0;
  background: #000;
  width: 0;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: all 0.6s ease;
  opacity: 0;
}
#header-wrapper .bottom-header > ul > li.dropdown .dropdown-menu .dropdown-inner ul li:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.6s ease;
}
#header-wrapper .bottom-header > ul > li.dropdown .dropdown-menu .dropdown-inner ul li:hover a {
  color: #fff;
}

.nav-section {
  display: none;
  z-index: 20;
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: #F8F8F8;
  overflow-y: scroll;
  overflow-x: hidden;
  right: -1000px;
  padding: 80px 60px;
  transition: all 0.6s ease;
}
.nav-section .nav-logo-container {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
.nav-section .nav-logo-container > a img {
  width: 160px;
  height: auto;
}
.nav-section .nav-logo-container .close-toggle {
  position: absolute;
  top: -38px;
  right: 25px;
  height: 20px;
  width: 20px;
}
.nav-section .navigation {
  /*overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 195px);
  &::-webkit-scrollbar {
    width: 8px;
  }
  !* Track *!
  &::-webkit-scrollbar-track {
    background: transparent;
  }

  !* Handle *!
  &::-webkit-scrollbar-thumb {
    background: #eeeeee;
    border-radius: 50px;
  }

  !* Handle on hover *!
  &::-webkit-scrollbar-thumb:hover {
    background: #eeeeee;
  }*/
}
.nav-section .navigation > ul > li:nth-of-type(1) a {
  color: #0094de;
  font-weight: bold;
}
.nav-section .navigation > ul > li > a {
  color: #000000;
  padding: 10px 0;
  display: block;
}

.overlay {
  position: fixed;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100vh;
  width: 100%;
  opacity: 0;
  top: 0;
  pointer-events: none;
}

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper {
  /*padding-bottom: 561.8px;*/
}
#content-wrapper #home-page .order-section {
  background-color: #F8F8F8;
}
#content-wrapper #home-page .order-section .order-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -100px;
}
#content-wrapper #home-page .order-section .order-container .order-item {
  width: 50%;
  padding: 100px;
}
#content-wrapper #home-page .order-section .order-container .order-item .section-title h2 {
  font-weight: bold;
}
#content-wrapper #home-page .order-section .order-container .order-item .image-container {
  height: 470px;
}
#content-wrapper #home-page .order-section .order-container .order-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item {
  width: 75%;
  padding: 0 15px;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item:nth-of-type(1) .inner > ul {
  display: flex;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item:nth-of-type(1) .inner > ul > li {
  width: 100%;
  /* margin-right: 30px;
   &:nth-of-type(1){
     width: 30%;
     margin-right: 0;
   }*/
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item:nth-of-type(2) {
  width: 25%;
  text-align: center;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item:nth-of-type(2) .inner {
  position: relative;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner {
  background-color: #F8F8F8;
  height: 100%;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li {
  position: relative;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li a {
  padding: 25px 50px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
  letter-spacing: 3px;
  justify-content: center;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li a span {
  margin-left: 10px;
  display: flex;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li a span img {
  width: 14px;
  height: auto;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li a:hover {
  color: #0094de;
  transition: all 0.6s ease;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition: all 0.6s ease;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li:hover ul li {
  position: relative;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li:hover ul li:after {
  content: "";
  position: absolute;
  left: 0;
  background: #000;
  width: 0;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: all 0.6s ease;
  opacity: 0;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li:hover ul li:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.6s ease;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li:hover ul li:hover a {
  color: #fff;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li ul {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #f8f8f8;
  bottom: 0px;
  transform: translateY(100%);
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease;
  z-index: 1;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li ul li {
  border-top: 2px solid #e6e6e6;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li ul li a {
  padding: 15px;
  transition: all 0.6s ease;
}
#content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li ul li a:hover, #content-wrapper #product-listing-page .brands-display-section .product-listing-navigation .navigation-sort-item .inner > ul > li ul li a:focus {
  color: #fff;
  transition: all 0.6s ease;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item {
  width: 50%;
  padding: 0 15px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li:not(:last-of-type) {
  margin-bottom: 30px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.section-title {
  border-bottom: 1px solid #cdcdcd;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.section-title h2 {
  font-weight: bold;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.content {
  max-width: 547px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.content .section-title h4 {
  font-weight: bold;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-price h5 {
  font-weight: bold;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-quantity form .form-group {
  margin-bottom: 0;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-quantity form input[type=number]::-webkit-inner-spin-button,
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-quantity form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-quantity form input[type=number] {
  -moz-appearance: textfield;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-size h6 {
  margin-bottom: 20px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-size ul {
  display: flex;
  flex-wrap: wrap;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-size ul li:not(:last-of-type) {
  margin-right: 10px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-size ul li a {
  display: inline-block;
  padding: 10px 25px;
  background-color: transparent;
  transition: all 0.6s ease;
  color: #000000;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-size ul li a.active, #content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-size ul li a:hover, #content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.product-size ul li a:focus {
  background-color: #000000;
  transition: all 0.6s ease;
  color: #fff;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.add-to-cart-btn .evo-btn {
  margin-top: 0;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.detail-table {
  display: flex;
  margin: 0 -15px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.detail-table ul {
  width: 50%;
  padding: 0 15px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.detail-table ul li {
  display: flex;
  border-bottom: 1px solid #c3c3c3;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.detail-table ul li span {
  width: 50%;
  padding: 12px 0;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item > ul > li.detail-table ul li span:nth-of-type(1) {
  font-weight: bold;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item .image-container {
  height: 495px;
  position: sticky;
  top: 275px;
}
#content-wrapper #product-detail-page .product-detail-section .detail-container .detail-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown ul {
  display: flex;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown ul li {
  color: #fff;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown ul li span {
  display: block;
  text-align: center;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown ul li span:nth-of-type(1) {
  border: 1px solid #fff;
  font-size: 42px;
  height: 78px;
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown ul li span:nth-of-type(2) {
  font-size: 14px;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown ul li:not(:last-of-type) {
  margin-right: 30px;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown ul li:not(:last-of-type) span:nth-of-type(1):after {
  content: ":";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown .expired {
  display: none;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown .expired h4 {
  color: #fff;
  font-weight: bold;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown.remove-countdown ul {
  display: none;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title .countdown.remove-countdown .expired {
  display: block;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .section-title:nth-of-type(2) h1 {
  font-weight: bold;
  margin-top: 10px;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .offer-price-btn ul {
  display: flex;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .offer-price-btn ul li.old-price {
  text-decoration: line-through;
  color: #fff;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .offer-price-btn ul li:not(:last-of-type) {
  margin-right: 30px;
}
#content-wrapper #offer-page .common-banner-section .image-container .custom-container .text-container .offer-price-btn .evo-btn {
  min-width: 345px;
}
#content-wrapper #offer-page .offer-slider-section .offer-slider-container {
  margin: 0 -20px;
}
#content-wrapper #offer-page .offer-slider-section .offer-slider-container .offer-item {
  padding: 0 20px;
}
#content-wrapper #offer-page .offer-slider-section .offer-slider-container .offer-item .image-container {
  height: 315px;
}
#content-wrapper #offer-page .offer-slider-section .offer-slider-container .offer-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content-wrapper #offer-page .offer-slider-section .offer-slider-container.slick-slider .slick-next {
  right: -60px;
}
#content-wrapper #offer-page .offer-slider-section .offer-slider-container.slick-slider .slick-prev {
  left: -60px;
}
#content-wrapper #offer-page .order-section {
  background-color: #F8F8F8;
}
#content-wrapper #offer-page .order-section .order-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -100px;
}
#content-wrapper #offer-page .order-section .order-container .order-item {
  width: 50%;
  padding: 100px;
}
#content-wrapper #offer-page .order-section .order-container .order-item .section-title h2 {
  font-weight: bold;
}
#content-wrapper #offer-page .order-section .order-container .order-item .image-container {
  height: 470px;
}
#content-wrapper #offer-page .order-section .order-container .order-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content-wrapper #product-detail-page, #content-wrapper #cart-page, #content-wrapper #checkout-page, #content-wrapper #login-page, #content-wrapper #signup-page, #content-wrapper #profile-page, #content-wrapper #order-history-page, #content-wrapper #billing-info-page, #content-wrapper #terms-conditions-page, #content-wrapper #search-page {
  /* padding-top: 172px;*/
}
#content-wrapper #cart-page .cart-display-section .section-title h2 {
  font-weight: bold;
}
#content-wrapper #cart-page .cart-display-section .cart-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -75px;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item {
  width: 60%;
  padding: 0 75px;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item:nth-of-type(2) {
  width: 40%;
  padding: 0px 30px;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item:nth-of-type(2) .custom-container.small-padding {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item .image-container {
  height: 744px;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item .panel-group {
  margin-bottom: 0;
  margin-top: 20px;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item .panel-group .panel {
  border-radius: 0;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item .panel-group .panel .panel-heading {
  background-color: rgba(245, 245, 245, 0.4588235294);
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item .panel-group .panel .input-group input {
  outline: none;
  border: 1px solid black;
  border-radius: 0;
}
#content-wrapper #cart-page .cart-display-section .cart-container .cart-item .panel-group .panel .input-group span input {
  background-color: transparent;
  color: black;
  outline: none;
  border: 1px solid black;
  border-radius: 0;
}
#content-wrapper #checkout-page {
  background-color: #F8F8F8;
}
#content-wrapper #checkout-page #checkout {
  background: black;
  color: #fff;
  margin-top: 40px;
}
#content-wrapper #profile-page, #content-wrapper #order-history-page, #content-wrapper #billing-info-page {
  background-color: #F8F8F8;
}
#content-wrapper #terms-conditions-page .terms-condition-section {
  display: flex;
  flex-wrap: wrap;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation {
  width: 30%;
  position: relative;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .custom-container {
  padding-right: 0;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs > li > a {
  margin-right: 0;
  line-height: initial;
  border: 0;
  border-radius: 0;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs > li.active > a, #content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs > li.active > a:focus, #content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs > li.active > a:hover {
  color: #000000;
  cursor: default;
  background-color: transparent;
  border: 0;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs li {
  width: 100%;
  opacity: 0.2;
  transition: all 0.6s ease;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs li.active {
  opacity: 1;
  transition: all 0.6s ease;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs li a {
  color: #000000;
  outline: none;
  display: block;
  padding: 25px 0;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs li a:hover, #content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs li a:focus {
  background-color: transparent;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation .nav-tabs li:nth-of-type(1) a {
  padding-top: 0;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-navigation:after {
  content: "";
  position: absolute;
  background-color: #707070;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-content {
  width: 70%;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-content .tab-content .content-section .content-item:first-of-type .section-title {
  padding-bottom: 0;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-content .tab-content .content-section .content-item:first-of-type .section-title h4 {
  margin-bottom: 45px;
}
#content-wrapper #terms-conditions-page .terms-condition-section .terms-condition-content .tab-content .content-section .content-item:not(:last-of-type) {
  /* margin-bottom: 100px;*/
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner .common-table tbody tr td .btn-info {
  color: #000;
  background-color: #efefef;
  border-color: #efefef;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner table.order-inside-table {
  margin-bottom: 45px;
  /*&:last-of-type{
    margin-bottom: 0;
  }*/
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner table.order-inside-table thead tr td, #content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner table.order-inside-table tbody tr td, #content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner table.order-inside-table tfoot tr td {
  padding: 15px 20px;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item {
  display: flex;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item label {
  width: 100%;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item label .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #000000;
  background-color: transparent;
  border-radius: 50%;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item label:hover input ~ .checkmark {
  background-color: #000000;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item label input:checked ~ .checkmark {
  background-color: #000000;
}
#content-wrapper #order-history-page .common-profile-section .profile-container .profile-item .inner form .common-fields .form-group.radio-section .item label input:checked ~ .checkmark:after {
  display: block;
}
#content-wrapper #thankyou-page .thank-section {
  max-width: 700px;
  margin: auto;
}
#content-wrapper #thankyou-page .thank-section .custom-container {
  padding: 100px 0px;
}
#content-wrapper #thankyou-page .thank-section .custom-container .content-item {
  text-align: center;
}
#content-wrapper #thankyou-page .thank-section .custom-container .content-item .thank-title h1 {
  font-size: 70px;
  text-align: center;
  font-weight: bold;
  color: #0095df;
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  background-color: #000000;
  position: relative;
  width: 100%;
  bottom: 0;
}
#footer-wrapper .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -50px;
}
#footer-wrapper .footer-container .footer-item {
  padding: 0 50px;
}
#footer-wrapper .footer-container .footer-item h6 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
#footer-wrapper .footer-container .footer-item > ul {
  column-gap: 50px;
}
#footer-wrapper .footer-container .footer-item > ul > li {
  color: #fff;
}
#footer-wrapper .footer-container .footer-item > ul > li a {
  color: #fff;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
#footer-wrapper .footer-container .footer-item > ul > li a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0;
  opacity: 0;
  transition: all 0.6s ease;
  height: 1px;
  bottom: 0;
  left: 0;
}
#footer-wrapper .footer-container .footer-item > ul > li a:hover:before, #footer-wrapper .footer-container .footer-item > ul > li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: all 0.6s ease;
}
#footer-wrapper .footer-container .footer-item > ul > li:not(:last-of-type) {
  margin-bottom: 5px;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) h6 a {
  display: block;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) h6 a img {
  width: 120px;
  height: auto;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) > ul {
  /* column-count: 2;*/
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) > ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) .social-media-icons {
  margin-top: 25px;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) .social-media-icons ul {
  display: flex;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) .social-media-icons ul:not(:last-of-type) {
  margin-bottom: 25px;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) .social-media-icons ul li a {
  display: block;
  color: #fff;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) .social-media-icons ul li a .fa {
  font-size: 25px;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) .social-media-icons ul li a img {
  width: 60px;
  height: auto;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(1) .social-media-icons ul li:not(:last-of-type) {
  margin-right: 20px;
}
#footer-wrapper .footer-container .footer-item:nth-of-type(2) ul {
  column-count: 4;
}
#footer-wrapper .footer-media-container {
  background-color: #fff;
}
#footer-wrapper .footer-media-container .custom-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer-wrapper .footer-media-container .custom-container .media-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  justify-content: space-between;
  align-items: center;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item {
  padding: 0 40px;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item h5 {
  margin-bottom: 20px;
  font-weight: bold;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item ul {
  display: flex;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item ul li a img {
  width: 70px;
  height: auto;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item ul li:not(:last-of-type) {
  margin-right: 20px;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item h6 a {
  color: #000000;
  transition: all 0.6s ease;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item h6 a span img {
  width: 20px;
  height: auto;
}
#footer-wrapper .footer-media-container .custom-container .media-container .media-item h6 a:hover {
  color: #5d8f4a;
  transition: all 0.6s ease;
}

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
#cart-featured-items .product-item {
  width: 100%;
}
#cart-featured-items .product-item .inner {
  padding: 15px;
}
#cart-featured-items .product-item .image-text-container a {
  display: flex;
  align-items: center;
}
#cart-featured-items .product-item .image-text-container .image-container {
  height: 120px !important;
  width: 25%;
}
#cart-featured-items .product-item .image-text-container .image-container img {
  object-fit: contain !important;
}
#cart-featured-items .product-item .image-text-container .common-product-text-container {
  margin-top: 0;
  text-align: left;
}

.common-banner-section {
  /*background-color: $black-color;*/
  position: relative;
}
.common-banner-section .image-container .custom-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.common-banner-section .image-container .custom-container .text-container {
  max-width: 600px;
  z-index: 2;
  padding-top: 100px;
}
.common-banner-section .image-container .custom-container .text-container h1, .common-banner-section .image-container .custom-container .text-container h2, .common-banner-section .image-container .custom-container .text-container h4 {
  color: #fff;
}
.common-banner-section .image-container .custom-container .text-container .content h1 {
  font-weight: bold;
  margin-bottom: 15px;
}
.common-banner-section .image-container img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.common-banner-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.common-banner-section .slick-dots {
  bottom: 50px;
}
.common-banner-section .slick-dots li {
  width: 90px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.common-banner-section .slick-dots li button:before {
  display: none;
}
.common-banner-section .slick-dots li button:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 10px;
  background-color: #343434;
  top: 0;
  left: 0;
  line-height: 20px;
  transition: all 0.6s ease;
  border-radius: 10px;
}
.common-banner-section .slick-dots li.slick-active {
  transition: all 0.6s ease;
}
.common-banner-section .slick-dots li.slick-active button:after {
  background-color: #fff;
  transition: all 0.6s ease;
}
.common-banner-section .slick-dots li:not(:last-of-type) {
  margin-right: 20px;
}
.common-banner-section.small-banner .image-container .custom-container .text-container .content h1 {
  margin-bottom: -15px;
}
.common-banner-section.text-alignment-change .image-container .custom-container {
  justify-content: flex-end;
}
.common-banner-section.text-alignment-change .image-container .custom-container .text-container {
  min-width: 600px;
}

.common-ad-section .image-container {
  height: 270px;
}
.common-ad-section .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.common-product-display-section .section-title {
  text-align: center;
}
.common-product-display-section .section-title h3 {
  letter-spacing: 3px;
}
.common-product-display-section .product-container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.common-product-display-section .product-container .product-item {
  width: 25%;
  padding: 20px;
  text-align: center;
}
.common-product-display-section .product-container .product-item .inner {
  background-color: #F8F8F8;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common-product-display-section .product-container .product-item .inner .image-container {
  /*height: 220px;*/
}
.common-product-display-section .product-container .product-item .inner .image-container img {
  width: 100%;
  height: auto;
  /*height: 100%;
  object-fit: contain;
  object-position: center;*/
}
.common-product-display-section .product-container .product-item .inner .image-text-container a {
  display: block;
  color: #000000;
}
.common-product-display-section .product-container .product-item .inner .image-text-container .common-product-text-container ul {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.common-product-display-section .product-container .product-item .inner .image-text-container .common-product-text-container ul li {
  width: 100%;
}
.common-product-display-section .product-container .product-item .inner .image-text-container .common-product-text-container ul li:nth-of-type(2) {
  margin-top: 0;
}
.common-product-display-section .product-container .product-item.no-stock-status .inner .button-section .evo-btn {
  color: #fff;
  border: 0;
  background-color: #b12704;
}
.common-product-display-section .product-container .product-item.no-stock-status .inner .button-section .out_of_stock {
  color: #b12704;
  margin-top: 8px;
  font-weight: bold;
}
.common-product-display-section.change-background {
  background-color: #F8F8F8;
}
.common-product-display-section.change-background .product-container .product-item .inner {
  background-color: #fff;
}
.common-product-display-section.change-background .view-all-button {
  text-align: center;
}
.common-product-display-section.change-background .view-all-button .evo-btn {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  transition: all 0.6s ease;
}
.common-product-display-section.change-background .view-all-button .evo-btn:hover, .common-product-display-section.change-background .view-all-button .evo-btn:focus {
  background-color: transparent;
  color: #000000;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.common-product-display-section.offer-page-product .product-container .product-item {
  position: relative;
}
.common-product-display-section.offer-page-product .product-container .product-item .discount-offer {
  position: absolute;
  padding: 15px 40px;
  background-color: #000000;
  top: 0;
  transform: translateY(50%);
}
.common-product-display-section.offer-page-product .product-container .product-item .discount-offer span {
  color: #fff;
}
.common-product-display-section.offer-page-product .product-container .product-item .inner .image-container img {
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
}

.common-product-text-container {
  margin-top: 30px;
}
.common-product-text-container ul li h5 {
  line-height: 1.3em;
}
.common-product-text-container ul li:nth-of-type(2) {
  margin-top: 10px;
}
.common-product-text-container ul li:nth-of-type(2) h5 {
  font-weight: bold;
}

.common-featured-section .section-title {
  text-align: center;
}
.common-featured-section .section-title h3 {
  letter-spacing: 3px;
}
.common-featured-section .featured-container .featured-item {
  text-align: center;
}
.common-featured-section .featured-container .featured-item.no-stock-status .common-product-text-container ul li .evo-btn {
  color: #fff;
  border: 0;
  background-color: #b12704;
}
.common-featured-section .featured-container .featured-item.no-stock-status .common-product-text-container ul li .out_of_stock {
  color: #b12704;
  margin-top: 8px;
  font-weight: bold;
}
.common-featured-section .featured-container .featured-item .image-container {
  position: relative;
  z-index: 1;
  height: 250px;
}
.common-featured-section .featured-container .featured-item .image-container:after {
  content: "";
  opacity: 0;
  position: absolute;
  background-color: #EBEBEB;
  height: 250px;
  width: 250px;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 100%;
  transition: all 0.6s ease;
}
.common-featured-section .featured-container .featured-item .image-container img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common-featured-section .featured-container .featured-item .common-product-text-container {
  margin: auto;
  margin-top: 80px;
  width: 210px;
}
.common-featured-section .featured-container .featured-item .common-product-text-container ul li .evo-btn {
  opacity: 0;
  transition: all 0.6s ease;
}
.common-featured-section .featured-container .featured-item.slick-slide {
  opacity: 0.6;
  transition: all 0.6s ease;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.common-featured-section .featured-container .featured-item.slick-center {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease;
}
.common-featured-section .featured-container .featured-item.slick-center .image-container:after {
  opacity: 1;
  transition: all 0.6s ease;
}
.common-featured-section .featured-container .featured-item.slick-center .image-container img {
  margin: auto;
}
.common-featured-section .featured-container .featured-item.slick-center .common-product-text-container ul li .evo-btn {
  opacity: 1;
  transition: all 0.6s ease;
}
.common-featured-section .featured-container .featured-item > a {
  display: block;
  color: #000000;
}
.common-featured-section.similar-products .featured-container .featured-item .image-container:after {
  display: none;
}
.common-featured-section.similar-products .featured-container .featured-item.slick-slide {
  opacity: 1;
  transform: none;
}
.common-featured-section.similar-products .featured-container .featured-item.slick-center {
  transform: none;
}
.common-featured-section.change-background {
  background-color: #F8F8F8;
}

.common-celebration-section {
  height: 526px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.common-celebration-section .custom-container {
  /* padding: 0;
   padding-left: 450px;*/
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.common-celebration-section .custom-container .inner {
  max-width: 520px;
}
.common-celebration-section .custom-container .inner .section-title h1 {
  font-weight: bold;
}
.common-celebration-section .custom-container .inner .order-btn a {
  margin-top: 0;
}
.common-celebration-section.offer-page .custom-container {
  padding-left: 100px;
}
.common-celebration-section.offer-page .custom-container .inner .section-title h1 {
  color: #fff;
}
.common-celebration-section.offer-page .custom-container .inner .section-title h1 span {
  font-weight: 500;
}

.common-gift-section .section-title {
  text-align: center;
}
.common-gift-section .gift-container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.common-gift-section .gift-container .gift-item {
  width: 50%;
  padding: 20px;
}
.common-gift-section .gift-container .gift-item .image-container {
  height: 562px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.common-gift-section .gift-container .gift-item .image-container .common-product-text-container {
  margin-top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 100px;
}
.common-gift-section .gift-container .gift-item .image-container .common-product-text-container ul {
  width: 275px;
}
.common-gift-section .gift-container .gift-item .image-container .common-product-text-container ul li {
  color: #fff;
}
.common-gift-section .gift-container .gift-item .image-container .common-product-text-container ul li h4 {
  font-weight: bold;
}
.common-gift-section .gift-container .gift-item .image-container .common-product-text-container ul li:nth-of-type(2) h5 {
  font-weight: normal;
}

.common-pagination {
  margin-top: 80px;
}
.common-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-pagination ul li a {
  color: #000000;
  display: flex;
  padding: 10px;
  transition: all 0.6s ease;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  font-size: 14px;
  border: 0;
}
.common-pagination ul li a:hover {
  transition: all 0.6s ease;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.common-pagination ul li a img {
  width: 10px;
  height: auto;
}
.common-pagination ul li.active span {
  color: #0094de;
  font-weight: bold;
  font-size: 20px;
  background: none;
  border: 0;
}
.common-pagination ul li.active span:hover {
  background: none;
  color: #0094de;
}

.common-number-input {
  display: flex;
  width: 20%;
}
.common-number-input button, .common-number-input input {
  padding: 5px 10px;
}
.common-number-input button {
  width: 40%;
  border: 1px solid #000000;
  outline: none;
  background-color: transparent;
}
.common-number-input input {
  width: 60%;
  outline: none;
  border: 1px solid #000000;
  font-size: 14px;
  color: #000000;
  text-align: center;
  border-left: 0;
  border-right: 0;
}
.common-number-input input::placeholder {
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.common-checkout-container-section .checkout-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.common-checkout-container-section .checkout-container .checkout-item {
  width: 70%;
  padding: 0 15px;
}
.common-checkout-container-section .checkout-container .checkout-item:nth-of-type(2) {
  width: 30%;
}
.common-checkout-container-section .checkout-container .checkout-item:nth-of-type(2) .item-inner .payment-method-container .inner {
  padding: 38px;
}
.common-checkout-container-section .checkout-container .checkout-item:nth-of-type(2) > .image-container {
  height: 745px;
}
.common-checkout-container-section .checkout-container .checkout-item:nth-of-type(2) > .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner {
  padding-bottom: 40px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner > .section-title h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner {
  padding: 68px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.0784313725);
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label {
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CBCBCB;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label:last-of-type {
  border-bottom: 0;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #000000;
  background-color: transparent;
  border-radius: 50%;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label:hover input ~ .checkmark {
  background-color: #000000;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label input:checked ~ .checkmark {
  background-color: #000000;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods label input:checked ~ .checkmark:after {
  display: block;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single {
  width: 33.33%;
  padding: 15px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner {
  background: #F4F4F6;
  padding: 30px;
  outline: none;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner img {
  width: 50px;
  height: 100%;
  object-fit: contain;
  margin-right: 15px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner input {
  padding: 0;
  border-radius: unset;
  background: transparent;
  width: 100%;
  opacity: 0;
  position: absolute;
  height: 100%;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner input:after {
  content: "";
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  transition: all 0.6s ease;
  opacity: 0;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner label {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner label span {
  font-weight: 700;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner:hover {
  background: rgba(0, 0, 0, 0.6705882353);
  transition: all 0.6s ease;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner:hover input {
  color: #fff;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single .button-inner:hover label span {
  color: white;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single.active .button-inner {
  background: rgba(0, 0, 0, 0.6705882353);
  transition: all 0.6s ease;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single.active .button-inner input {
  color: #fff;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .button-single.active .button-inner label span {
  color: white;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner > h5 {
  text-align: center;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .price-container .price-item ul {
  display: flex;
  justify-content: space-between;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .price-container .price-item ul:not(:last-of-type) {
  margin-bottom: 8px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .price-container .price-item:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .same-billing-address {
  padding-top: 20px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .image-container {
  height: 745px;
  padding-top: 48px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner .checkout-btn button {
  width: 100% !important;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner:nth-of-type(2) .payment-method-container .section-title {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 45px;
}
.common-checkout-container-section .checkout-container .checkout-item .item-inner:last-of-type {
  padding-bottom: 0;
}
.common-checkout-container-section .checkout-container .checkout-item .login-inner .section-title {
  text-align: center;
}
.common-checkout-container-section .checkout-container .checkout-item .login-inner .section-title h3 {
  font-weight: bold;
  margin-bottom: 65px;
}
.common-checkout-container-section .checkout-container .checkout-item .login-inner .section-title a {
  color: #000000;
  transition: all 0.6s ease;
}
.common-checkout-container-section .checkout-container .checkout-item .login-inner .section-title a:hover {
  color: #E3AA0C;
  transition: all 0.6s ease;
}
.common-checkout-container-section .checkout-container .checkout-item .login-inner.signup-inner .section-title {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 45px;
}
.common-checkout-container-section .checkout-container .checkout-item .login-inner.signup-inner .section-title h5 {
  color: #989898;
  text-align: left;
  max-width: 500px;
}
.common-checkout-container-section.login-section .checkout-container .checkout-item {
  width: 100%;
}
.common-checkout-container-section.login-section .checkout-container .checkout-item:nth-of-type(2) {
  width: 100%;
}

.common-form-inner {
  text-align: center;
  max-width: 465px;
  margin: auto;
}
.common-form-inner form .fields .form-group {
  position: relative;
  margin-bottom: 30px;
}
.common-form-inner form .fields .form-group img {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: auto;
}
.common-form-inner form .fields .form-group input {
  width: 100%;
  padding: 15px;
  border: 1px solid #000000;
  outline: none;
  padding-left: 55px;
}
.common-form-inner form .forget-password-section {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.common-form-inner form .forget-password-section label {
  font-weight: normal;
  padding-left: 20px;
}
.common-form-inner form .forget-password-section label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.common-form-inner form .forget-password-section label .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #000000;
}
.common-form-inner form .forget-password-section label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common-form-inner form .forget-password-section label input:checked ~ .checkmark {
  border: 1px solid #000000;
}
.common-form-inner form .forget-password-section label input:checked ~ .checkmark:after {
  display: block;
}
.common-form-inner form .forget-password-section a {
  color: #000000;
  transition: all 0.6s ease;
}
.common-form-inner form .forget-password-section a:hover {
  color: #E3AA0C;
  transition: all 0.6s ease;
}
.common-form-inner form .form-action ul li .evo-btn {
  width: 100% !important;
}
.common-form-inner form .form-action ul li.facebook .evo-btn {
  background-color: #3B5998;
  border: 1px solid #3B5998;
  color: white;
}
.common-form-inner form .form-action ul li.facebook .evo-btn:hover {
  background-color: transparent;
  color: #3B5998;
}
.common-form-inner form .form-action ul li.facebook .evo-btn:hover .fa {
  color: #3B5998;
}
.common-form-inner form .form-action ul li.facebook .evo-btn .fa {
  font-size: 16px;
  color: white;
}
.common-form-inner form .form-action ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-form-inner form .form-action ul li button img, .common-form-inner form .form-action ul li button .fa {
  margin-right: 30px;
}
.common-form-inner form .form-action ul li.facebook .evo-btn, .common-form-inner form .form-action ul li.google .evo-btn {
  margin-top: 0;
}
.common-form-inner form .form-action ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
.common-form-inner form .form-action ul span {
  font-size: 12px;
}
.common-form-inner.sign-up-form {
  max-width: 100%;
}
.common-form-inner.sign-up-form form .common-fields .form-group label {
  text-align: left;
}
.common-form-inner.sign-up-form form .forget-password-section {
  flex-wrap: wrap;
  margin-top: 50px;
}
.common-form-inner.sign-up-form form .forget-password-section label {
  width: 100%;
  text-align: left;
  position: relative;
}
.common-form-inner.sign-up-form form .forget-password-section label a {
  color: #E3AA0C;
}
.common-form-inner.sign-up-form form .forget-password-section label:not(:last-of-type) {
  margin-bottom: 20px;
}
.common-form-inner.sign-up-form form .form-action ul li {
  text-align: left;
}
.common-form-inner.sign-up-form form .form-action ul li .evo-btn {
  width: auto !important;
}
.common-form-inner.sign-up-form form .form-action ul li a {
  color: #000000;
  transition: all 0.6s ease;
}
.common-form-inner.sign-up-form form .form-action ul li a:hover {
  color: #E3AA0C;
  transition: all 0.6s ease;
}

.common-fields {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.common-fields .form-group {
  width: 50%;
  margin: 0;
  padding: 15px;
}
.common-fields .form-group label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.common-fields .form-group input, .common-fields .form-group select {
  width: 100%;
  padding: 10px;
  outline: none;
}
.common-fields.account-page {
  margin: -25px;
}
.common-fields.account-page .form-group {
  padding: 25px;
}
.common-fields.account-page .form-group label {
  color: #A6A6A6;
}
.common-fields.account-page .form-group#email-address {
  width: 100%;
}

.common-account-banner .image-container {
  height: 224px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common-profile-section .section-title.remove-padding {
  padding-bottom: 0;
}
.common-profile-section .section-title h2 {
  font-weight: bold;
}
.common-profile-section .account-navigation-title {
  padding: 80px 0;
}
.common-profile-section .account-navigation-title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin: auto;
}
.common-profile-section .account-navigation-title ul li {
  width: 33.33%;
  text-align: center;
}
.common-profile-section .account-navigation-title ul li a {
  color: #D3D3D3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.common-profile-section .account-navigation-title ul li a h5 {
  font-weight: bold;
}
.common-profile-section .account-navigation-title ul li a span {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.common-profile-section .account-navigation-title ul li a:hover, .common-profile-section .account-navigation-title ul li a.active {
  transition: all 0.6s ease;
  color: #000000;
}
.common-profile-section .profile-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.common-profile-section .profile-container .profile-item {
  width: 70%;
  padding: 0 15px;
}
.common-profile-section .profile-container .profile-item:nth-of-type(1) {
  width: 30%;
}
.common-profile-section .profile-container .profile-item:nth-of-type(1) .inner {
  background: #fff;
  padding: 15px;
  position: sticky;
  top: 175px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0784313725);
}
.common-profile-section .profile-container .profile-item:nth-of-type(1) .inner ul li {
  padding-bottom: 15px;
}
.common-profile-section .profile-container .profile-item:nth-of-type(1) ul li .image-container {
  height: 215px;
  width: 215px;
  border-radius: 100%;
  position: relative;
  margin: auto;
}
.common-profile-section .profile-container .profile-item:nth-of-type(1) ul li .image-container > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.common-profile-section .profile-container .profile-item:nth-of-type(1) ul li .image-container a {
  position: absolute;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  right: 30px;
  top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3607843137);
}
.common-profile-section .profile-container .profile-item:nth-of-type(2) .inner {
  background-color: #fff;
  padding: 80px 70px;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0784313725);
}
.common-profile-section .profile-container .profile-item:nth-of-type(2) .inner .edit-button {
  position: absolute;
  right: 45px;
  top: 22px;
}
.common-profile-section .profile-container .profile-item:nth-of-type(2) .inner .edit-button button {
  border: 0;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.common-profile-section .profile-container .profile-item:nth-of-type(2) .inner .edit-button button span {
  margin-right: 5px;
  display: flex;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item {
  width: 100%;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner {
  position: relative;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .edit-button {
  position: absolute;
  right: 68px;
  top: 68px;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .edit-button button {
  border: 0;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .edit-button button span {
  margin-right: 5px;
  display: flex;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .method-item {
  width: 33.33%;
  text-align: center;
  position: relative;
  padding: 0 30px;
  opacity: 0.2;
  transition: all 0.6s ease;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .method-item:not(:last-of-type):after {
  content: "";
  position: absolute;
  background-color: #C4C4C4;
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .method-item .logo {
  min-height: 86px;
  margin-bottom: 35px;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .method-item label {
  display: inline-block;
  width: auto;
}
.common-profile-section .profile-container .profile-item .common-checkout-container-section .checkout-container .checkout-item .item-inner .payment-method-container .inner .methods .method-item.active {
  opacity: 1;
  transition: all 0.6s ease;
}

table.common-table {
  width: 100%;
}
table.common-table tr {
  border-top: 1px solid #C3C3C3;
}
table.common-table tr th, table.common-table tr td {
  padding: 20px 10px;
}
table.common-table tr:last-of-type {
  border-bottom: 1px solid #C3C3C3;
}
table.common-table tr th:nth-of-type(2) {
  text-align: center;
}
table.common-table tr td:nth-of-type(1) {
  max-width: 130px;
}
table.common-table tr td:nth-of-type(2) {
  text-align: center;
}
table.common-table tr td form .form-group {
  margin-bottom: 0;
}
table.common-table tr td form input[type=number]::-webkit-inner-spin-button,
table.common-table tr td form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table.common-table tr td form input[type=number] {
  -moz-appearance: textfield;
}
table.common-table tr td ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -15px;
}
table.common-table tr td ul li {
  width: 50%;
  padding: 15px;
}
table.common-table tr td ul li img {
  width: 115px;
  height: auto;
}
table.common-table tr td ul li span {
  display: block;
}
table.common-table tr td ul li span:nth-of-type(2) {
  color: #c5c0c0;
  margin-top: 5px;
}
table.common-table tr td .common-number-input {
  width: 50%;
  margin: auto;
}
table.common-table tr td > button {
  outline: none;
  background-color: transparent;
  border: 0;
}
table.common-table thead tr {
  border-top: 0;
}
table.common-table thead tr th {
  padding-top: 0;
}
table.common-table.order-table tr td:not(:first-of-type), table.common-table.order-table tr th:not(:first-of-type) {
  text-align: center;
  max-width: 200px;
}

.common-select {
  display: none;
}

.mobile-cart-table {
  display: none;
}

#validation-quantity {
  color: #ce0404;
  display: block;
  margin-bottom: 10px;
}

#notification-modal {
  top: 50%;
  transform: translateY(-50%);
}
#notification-modal .modal-dialog .modal-content {
  background: #fff;
  text-align: center;
}
#notification-modal .modal-dialog .modal-content .modal-body #notification {
  color: #000;
  font-size: 18px;
}
#notification-modal .modal-dialog .modal-content .modal-body #notification a {
  color: #0094de;
  font-weight: bold;
}

.evo-btn.no-stock-status {
  cursor: not-allowed;
  color: #fff;
  border: 0;
  background-color: #b12704;
}

#form-currency .btn-group .dropdown-menu {
  display: none !important;
  opacity: 0;
  background: #eaeaea;
  padding: 0;
}
#form-currency .btn-group .dropdown-menu li {
  padding: 5px;
  padding-right: 0;
}
#form-currency .btn-group .dropdown-menu li button {
  color: #000;
  text-align: left;
  outline: none;
}
#form-currency .btn-group .dropdown-menu li button:hover {
  color: #ffffff;
}
#form-currency .btn-group .dropdown-menu li:hover {
  background-color: #000;
  transition: all 0.6s ease;
}
#form-currency .btn-group .dropdown-menu li:hover button {
  color: #fff;
}
#form-currency .btn-group.open .dropdown-menu {
  display: block !important;
  opacity: 1;
}
#form-currency .btn-group .dropdown-toggle {
  color: #fff;
}
#form-currency .btn-group .dropdown-toggle:hover {
  text-decoration: none;
}

#NotifyWhenAvailable_popup .modal-dialog .modal-content {
  background-color: white;
}
#NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body .nwa-inner-wrapper .NWA_popover-title {
  padding: 15px 25px;
}
#NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body .nwa-inner-wrapper .NWA_popover-content {
  padding: 30px 25px;
}
#NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body p, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body h1, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body h2, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body h3, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body h4, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body h5, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body h6, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body ul li, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body ol li, #NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body span {
  color: black;
}
#NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body .form-title {
  margin-bottom: 15px;
}
#NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body .fields .form-item {
  margin-bottom: 15px;
}
#NotifyWhenAvailable_popup .modal-dialog .modal-content .modal-body .fields .form-item .form-control {
  margin-top: 10px;
  width: 100%;
  border: 1px solid black;
  border-radius: 0;
  padding: 20px 10px;
}

/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 1;
  height: 40px;
  width: 40px;
  top: 40%;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-prev:after, .slick-slider .slick-next:after {
  content: "";
  height: inherit;
  width: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .slick-prev {
  left: -30px;
}
.slick-slider .slick-prev:after {
  background-image: url("https://pagodalabs.com/evo_beverages/image/left.png");
  left: 0;
}
.slick-slider .slick-next {
  right: -30px;
}
.slick-slider .slick-next:after {
  background-image: url("https://pagodalabs.com/evo_beverages/image/right.png");
  right: 0;
}

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal-dialog {
  margin: 70px auto;
}
.modal-dialog .modal-header {
  padding: 0;
  border: 0;
}
.modal-dialog .modal-header button {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  opacity: 1;
}
.modal-dialog .modal-content {
  background: black;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-body {
  padding: 30px 26px;
}
.modal-dialog .modal-content .modal-body .modal-loading-gif {
  height: 130px;
  position: relative;
}
.modal-dialog .modal-content .modal-body .modal-loading-gif img {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.modal-dialog .modal-content .modal-body p, .modal-dialog .modal-content .modal-body h1, .modal-dialog .modal-content .modal-body h2, .modal-dialog .modal-content .modal-body h3, .modal-dialog .modal-content .modal-body h4, .modal-dialog .modal-content .modal-body h5, .modal-dialog .modal-content .modal-body h6, .modal-dialog .modal-content .modal-body ul li, .modal-dialog .modal-content .modal-body ol li, .modal-dialog .modal-content .modal-body span {
  color: #fff;
}

#popup-modal .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup-modal .modal-dialog .modal-content {
  background-color: white;
  padding: 50px 35px;
  min-width: 800px;
}
#popup-modal .modal-dialog .modal-content .modal-header, #popup-modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 25px !important;
}
#popup-modal .modal-dialog .modal-content .modal-header {
  text-align: center;
}
#popup-modal .modal-dialog .modal-content .modal-header h2 {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
#popup-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#popup-modal .modal-dialog .modal-content .modal-body p {
  color: black;
  text-align: center;
  line-height: 36px;
}
#popup-modal .modal-dialog .modal-content .modal-footer {
  border-top: 0;
  padding: 0;
  text-align: initial;
}
#popup-modal .modal-dialog .modal-content .modal-footer h3 {
  color: black;
  text-align: center;
}

/*--------------------------------------- Modal Ends --------------------------------------*/
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.alert {
  visibility: hidden; /* Hidden by default. Visible on click */
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8784313725);
  border-color: #000000;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
}
.alert a {
  color: #ffffff;
  text-decoration: underline;
}
.alert .close {
  color: #fff;
  outline: none;
  opacity: 1;
}
.alert.alert-success {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

body.evobev-pricelist {
  font-family: "Century Gothic", sans-serif;
  line-height: 1.5;
  color: #22292f;
  margin: 0;
  padding: 0;
}
body.evobev-pricelist .background img {
  max-width: 100%;
}
body.evobev-pricelist .slider {
  margin: 40px auto;
}
body.evobev-pricelist .slider .slick-track {
  gap: 64px;
}
body.evobev-pricelist .slider img {
  max-width: 170px;
  width: 100%;
  height: auto;
  margin: 0px 10px;
}
body.evobev-pricelist .slider div {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.evobev-pricelist .heading-search-container {
  position: sticky;
  top: 0;
  background-color: white;
  padding: 20px;
  z-index: 999;
}
body.evobev-pricelist .heading-container {
  text-align: center;
  margin-bottom: 64px;
}
body.evobev-pricelist .heading-container h1 {
  font-weight: 700;
  font-size: 32px;
}
body.evobev-pricelist .heading-container p {
  color: #495A69;
}
body.evobev-pricelist .heading-container .authorized-title {
  font-weight: 500;
}
body.evobev-pricelist .pricelist-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}
body.evobev-pricelist .search-container {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
body.evobev-pricelist .search-input {
  width: calc(100% - 34px);
  padding: 16px;
  font-size: 16px;
  border: 1px solid #dde4f8;
  border-radius: 8px;
  box-shadow: 0px 4px 16px #dde4f8;
}
body.evobev-pricelist .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.evobev-pricelist .category {
  font-size: 20px;
  font-weight: 500;
  color: #0094de;
  z-index: 1;
}
body.evobev-pricelist .category,
body.evobev-pricelist .subcategory {
  display: flex;
  flex-direction: column;
}
body.evobev-pricelist .category-title,
body.evobev-pricelist .subcategory-title {
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
  border-radius: 4px;
  margin: 0;
}
body.evobev-pricelist .category-title {
  text-align: center;
  text-transform: uppercase;
}
body.evobev-pricelist .subcategory-title {
  background-color: #fef2cb;
}
body.evobev-pricelist .subcategories-container {
  z-index: 1;
}
body.evobev-pricelist .product-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  position: sticky;
  top: 300px;
  z-index: 999;
}
body.evobev-pricelist .product-table th,
body.evobev-pricelist .product-table td {
  padding: 16px;
  text-align: left;
}
body.evobev-pricelist .category tr th {
  padding: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
body.evobev-pricelist .category,
body.evobev-pricelist .product-table tr {
  box-shadow: 0px 4px 12px #dde4f8;
  border-radius: 8px;
}
body.evobev-pricelist .product-table th {
  background-color: #dde4f8;
  font-weight: 500;
}
body.evobev-pricelist .product-table td {
  background-color: white;
}
body.evobev-pricelist .product-table tr td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.evobev-pricelist .product-table tr td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: right;
}
body.evobev-pricelist .product-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  table-layout: fixed;
}
body.evobev-pricelist .product-table th,
body.evobev-pricelist .product-table td {
  padding: 16px;
  text-align: left;
}
body.evobev-pricelist .product-table td:first-child,
body.evobev-pricelist .product-table th:first-child {
  width: 60%;
}
body.evobev-pricelist .product-table th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
body.evobev-pricelist .product-table th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.evobev-pricelist .product-table td:not(:first-child),
body.evobev-pricelist .product-table th:not(:first-child) {
  width: 20%;
}
body.evobev-pricelist .product-table th:not(:first-child),
body.evobev-pricelist .product-table td:not(:first-child) {
  text-align: right;
}
body.evobev-pricelist .hidden {
  display: none;
}

@media only screen and (max-width: 600px) {
  body.evobev-pricelist .slider {
    margin: 0px auto;
  }
  body.evobev-pricelist .slider .slick-track {
    gap: 32px;
  }
  body.evobev-pricelist .heading-search-container {
    top: -2px;
  }
  body.evobev-pricelist .container {
    padding-top: 0;
  }
  body.evobev-pricelist .product-table {
    top: 220px;
  }
  body.evobev-pricelist .product-table th {
    white-space: nowrap;
  }
  body.evobev-pricelist .product-table td:first-child {
    width: 40%;
  }
  body.evobev-pricelist .heading-container {
    margin-bottom: 32px;
  }
  body.evobev-pricelist .search-container {
    margin-bottom: 32px;
  }
  body.evobev-pricelist .heading-container * {
    font-size: 16px;
  }
  body.evobev-pricelist .content * {
    font-size: 12px;
  }
}

/*# sourceMappingURL=thestyles.css.map */
