@font-face {
  font-family: 'Antenna Extra Light';
  src: local('Antenna Extra Light'), local('AntennaExtraLight'), url(../fonts/AntennaExtraLight.woff2) format("woff2"), 
      local('Antenna Extra Light'), local('AntennaExtraLight'), url(../fonts/AntennaExtraLight.woff) format("woff")
}
@font-face {
  font-family: 'Proxima Nova Regular';
  src: local('Proxima Nova Regular'), local('ProximaNovaRegular'), url(../fonts/ProximaNovaRegular.woff2) format("woff2"), 
      local('Proxima Nova Regular'), local('ProximaNovaRegular'), url(../fonts/ProximaNovaRegular.woff) format("woff")
}
:root {
  --head1:36px; 
  --head2:30px;
  --head3:24px;
  --head4:18px;
  --para1:16px;
  --para2:14px;
  --para-line-h: 24px;
  --head-para-color:#4C5458;
  --font-cap: capitalize;
  --white:#fff;
  /* --espri-blue-primary: #001874; */
  --espri-blue-primary: #0120a0;
  --espri-blue-secondary: #0021A0;
  --espri-black-primary: #4C5458;
  --espri-black-secondary: #232729;
  --espri-red: #EB4021;
  --espri-orange: #F28726;
  --espri-gray: #f8f7f7;
  --espri-equa: #2F9699;
  --font-family-proxima: "Proxima Nova Regular", Arial, sans-serif;
  --font-family-antenna: "Antenna Extra Light", Arial, sans-serif;
  --espri-web-blue-primary: #0120a0;
  --espri-action-blue-primary: #0120a0;
  --espri-action-blue-primary-hover: #1061FF;

}
body {
  font-family: var(--font-family-proxima);
  -webkit-backface-visibility: hidden;
  font-size: var(--para1);
  overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-antenna);
  color:var(--head-para-color);
  font-weight: normal;
}
p {
  font-size: var(--para1);
  line-height: var(--para-h);
  color:var(--head-para-color);
}
h1{
  font-size: var(--head1);
}
h2{
  font-size: var(--head2);
}
h3{
  font-size: var(--head3);
}
h4{
  font-size: var(--head4);
  font-family: var(--font-family-proxima);
}
.main-wrapper {
  width: 100%;
  position: relative;
  height: auto;
  overflow-x: hidden;
}
a, a:hover, a:focus, .btn.focus, .btn:focus, .btn:hover {
  text-decoration: none;
  outline: none !important;
}
.page-wrapper{
  overflow-x: hidden;
}
.pd0 {
  padding:0 !important;
}

/* ************************************************
  Home Header CSS
************************************************ */
.header {
  background: var(--white);
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  opacity: 1;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  z-index: 99;
  transition: top .2s ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.header.header-fixed {
  background: rgba(255, 255, 255, .97);
  transition: all .4s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}
.header .navbar-brand {
  padding-top: 0px;
}
.header .navbar-brand .navbar-logo {
  max-width: 220px;
}
.header .navbar-nav li {
  margin-bottom: 12px;
}
.header .navbar-default .navbar-nav>li>a {
  padding: 25px 15px !important;
  white-space: normal;
  color: var(--espri-black-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.flipper .front {
  width: 100%;
  height: 180px;
  position: relative;
  border-radius: 5px;
  background-color: #EB4021;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .navbar-default .navbar-nav>.open>a, .header .navbar-default .navbar-nav>.open>a:focus, .header .navbar-default .navbar-nav>.open>a:hover {
  background: #fff;
  color: var(--espri-black-primary) !important;
}
.header .navbar-default .navbar-nav li:hover a.main-nav-link, .header .navbar-default .navbar-nav li:focus a.main-nav-link {
  background: #fff;
  color: var(--espri-black-primary);
}
.header .navbar-default .navbar-nav li.service-dropdown {
  position: relative;
}

@media (min-width: 768px) {
  .nav li:hover>ul.dropdown-menu {
    display: block;
  }
}
.header .navbar-default .navbar-nav li.service-dropdown.dropdown.open ul.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  float: left;
  height: auto;
  list-style-type: none;
  box-shadow: none;
}
.header .navbar-default .navbar-nav .service-dropdown .dropdown-menu {
  min-width: 33%;
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
}
.header .navbar-default .navbar-nav .service-dropdown .dropdown-menu .dropdown-submenu {
  position: static;
  padding: 0px 15px;
  display: block;
}
.header .navbar-default .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0px;
  min-height: 215px;
  max-height: 435px;
}
.header .navbar-default .dropdown-submenu:hover>a:after {
  border-left-color: #555;
}
.header .navbar-default .dropdown-menu>li>a:hover, .header .navbar-default .dropdown-menu>.active>a:hover {
  text-decoration: none;
}
.header .navbar-default .service-dropdown .dropdown-menu>li>a {
  padding: 8px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.header .navbar-default .service-dropdown .dropdown-submenu>.dropdown-menu {
  background: #fff;
  width: max-content;
}
.header .navbar-default .service-dropdown .dropdown-submenu>.dropdown-menu li a {
  text-decoration: none;
  color:var(--espri-black-primary);
  padding: 5px 10px;
}
.header .navbar-default .service-dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
  background: #f8f7f7;
  width: 100%;
}
.header .navbar .nav > li > a > .label {
  position: absolute;
  top: 11px;
  right: 3px;
  text-align: center;
  font-size: 9px;
  padding: 0;
  line-height: 20px;
}
header span.label.label-warning {
  background: var(--espri-red);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header {
  padding: 7px 10px;
  border-bottom: 1px solid #ececec;
  color: var(--espri-black-primary);
  box-shadow: none;
  height: auto;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a  {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f8f7f7;
  text-decoration: none;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: ' ';
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.img-circle {
  border-radius: 50%;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: var(--espri-black-primary);
  font-size: 11px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: var(--espri-black-primary);
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 10px;
  color: var(--espri-black-primary);
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: var(--espri-black-primary) !important;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: var(--espri-black-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 12px;
}
.navbar-nav
  > .notifications-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.header .navbar-default .navbar-nav>li.header-btn a {
  background: #EB4021;
  padding: 10px 20px;
  color: #fff;
  margin-top: 13px;
  border-radius: 30px;
}
.header .navbar-default .navbar-nav>li.header-btn a:hover {
  background: #EB4021;
}
@media (max-width: 767.98px) {
  .header .navbar-brand .navbar-logo {
    max-width: 170px;
    padding-top: 7px;
  }
  .header .navbar-brand .navbar-logo {
    padding-top: unset;
  }
}
.minicart-wrapper .product .action.edit, .block-minicart .subtotal {
  display: none !important;
}
.minicart-items .update-cart-item{
  padding: 8px 15px 7px;
  border-radius: 10px;
}
.minicart-items-wrapper{
  max-height: 268px;
}
.ws-shop-menu-checkout{
  padding-top: 30px;
  width: 100%;
  position: relative;
  float: left;
}
.minicart-wrapper .action.showcart .counter.qty { position: relative; }
.mycart .badge { top: -17px; left: -69px; }
.loading-mask { left: -115px; top: -35px; background-color: transparent;}

/* ************************************************
  Main Body CSS
************************************************ */
.full-width-banner {
  width: 100%;
  /* min-height: 100vh; */
  /* float: left; */
  position: relative;
  background: #f8f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding : 20px 0 /*90px 0*/;
}
.full-width-banner .banner-headline {
  /* padding: 80px 0 40px;
  margin-top: 60px; */
}
.banner-title {
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  color: var(--espri-blue-secondary);
  line-height: 48px;
}
.banner-title span {
  display: block;
}
h3.banner-title-slogan {
  font-size: 20px;
  margin: 10px 0 30px 0;
  font-weight: 400;
  line-height: 1.5;
}
h3.banner-title-slogan .breaktext{
  display: block;
}
.esprigas-banner-stats {
  width: 100%;
  float: left;
  position: relative;
  margin: 50px auto 30px;
  clear: both;
}
.banner-stats-title {
  font-size: 36px;
  font-weight: 550;
  color: var(--espri-blue-primary);
  display: block;
  margin-bottom: 10px;
}
.banner-title .subtext{
  font-size: 30px;
}
.banner-stats-text {
  font-size: 20px;
  font-weight: 700;
}
.esprigas-form-wrapper {
  width: 100%;
  float: left;
  position: relative;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, .08);
  border-radius: 1rem;
  z-index: 2;
  bottom: -24px;
}
.esprigas-form-wrapper .form-control, .login-right .form-control {
  height: 42px;
  border-color: #ced4da;
  color: #232e45;
  background: #ffffff;
  border-radius: 0.25rem;
  border-radius: 30px;
  box-shadow: none;
}
.esprigas-form-wrapper .form-control:hover {
  border-color: #EB4021;
}
.esprigas-form-wrapper .form-group {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.esprigas-form-wrapper .form-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 32px;
}
.btn-secondary.btn-common-orange {
  background: #0021A0!important;
  border-color: #0021A0!important;
  color: #fff!important;
  font-weight: 700!important;
  letter-spacing: .3px;
  padding: 10px 20px;
  border-radius: 8px;
}
.banner-headline .esprigas-form-wrapper .control-label {
  font-weight: 500;
}

/* ************************************************
  Home Services CSS
************************************************ */
.align-item-center {
  align-items: center;
}
.bg-color-white {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0px;
  background: #fff;
  clear: both;
}
.bg-color-grey {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0px;
  clear: both;
  background: #f8f7f7;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  min-height: 350px;
}
.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 30px);
}
.services .icon img{
  max-width: 80px;
}
.services .icon i {
  font-size: 52px;
  line-height: 1;
  transition: 0.5s;
}
.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}
.services .description {
  font-size: 16px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
.services .flip-container{
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.services .flip-container, .services .front, .services .back{
  overflow: hidden;
  border-radius: 10px;
}
.services .flipper .front {
  background-color: #fff;
  display: block;
  text-align: initial;
}
.services .flipper .front .description{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services .flipper .back{
  display: block;
  border:none;
}
.services .flipper .back .description{
  margin-left: auto;
}

/* ************************************************
  Home FAQ CSS
************************************************ */
.home-faq-section .heading2{
  font-size: 22px;
  margin-bottom: 30px !important;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eee;
}
.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eee;
}
h3.panel-title {
  padding: 0;
}
h3.panel-title>a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  line-height: 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.more-less {
  float: right;
  color: #666;
  margin-top: 12px;
  font-size: 12px;
}
.bg-color-grey .panel-group .panel, .bg-color-white .panel-group .panel {
  margin-bottom: 15px;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .3);
  border-radius: 0;
  border-color: #eee;
}
.bg-color-grey .panel-default>.panel-heading {
  padding: 0;
}
.bg-color-grey .panel-default>.panel-heading .panel-title a, .bg-color-white .panel-default>.panel-heading .panel-title a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 20px;
}
.home-faq-section .container{
  position: relative;
  z-index: 1; 
}
.home-slide-faq{
  display: none;
}

/* Footer CSS */
.footer {
  width: 100%;
  padding: 15px 0;
  background-color: #0021A0;
}
.footer .copyright {
  margin-top: 5px;
  color: #fff;
  padding: 15px 0;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  color: #ccc;
}

/* ************************************************
  Back to Top CSS
************************************************ */
.back-to-top {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: var(--espri-web-blue-primary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .2);
  -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .2);
  -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .2);
}
.back-to-top:hover {
  background-color: var(--espri-action-blue-primary-hover);
  color: #fff;
}

/* ************************************************
  Call to actin  CSS
************************************************ */
.call-to-action {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #EB4021;
  text-align: center;
  display: none;
}
.call-to-action-title {
  font-weight: 600;
  font-size: 26px;
  text-transform: none;
  letter-spacing: 0px;
  margin: 0px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.call-to-action-tagline {
  color: #fff;
  text-align: center;
  text-transform: none;
  letter-spacing: 0px;
  margin: 0px;
  margin-bottom: 30px;
  font-size: 16px;
}
.btn-secondary.btn-common-white {
  background: #EB4021!important;
  border-color: #fff!important;
  color: #ffffff!important;
  font-weight: 700!important;
  letter-spacing: .3px;
  padding: 10px 20px;
  border-radius: 30px;
  border-width: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}
.btn-secondary.btn-common-white:hover, .btn-secondary.btn-common-border-white:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: .3s;
  transition: .3s;
  background: #ffffff !important;
  color: #EB4021 !important;
}
.btn-secondary.btn-common-border-white {
  background: transparent!important;
  border-color: #EB4021!important;
  color: #EB4021!important;
  font-weight: 700!important;
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid #fff;
}
.btn-secondary.btn-common-border-white.btn-product:hover {
  background: #EB4021 !important;
  color: #fff !important;
}
.btn-secondary.btn-common-white.chat-us {
  background: #ffffff !important;
  color:#4c5458 !important;
}
.btn-secondary.btn-common-border-white.chat-us {
  border-color: #fff !important;
  color: #ffffff !important;
}
.btn-secondary.btn-common-border-white.chat-us:hover {
  color:#232729 !important;
}
.btn-secondary.btn-common-white.chat-us:hover {
  background: transparent !important;
  color: #fff !important;
}
.btn-common-white.btn-product:hover {
  background: #ffffff !important;
  color: #EB4021 !important;
  border-color: #EB4021 !important;
}

/* Trust section */
.trust-sect {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 60px 0px;
  background-color: #f8f7f7;
  text-align: center;
}
.trust-sect h4{font-weight: 600;}
.trust-icon {
  text-align: center;
  margin-bottom: 15px;
  font-size: 26px;
}
.trust-icon i{
  color: var(--espri-red);
}
.trust-title {
  font-size: 16px;
  color:#4c5458!important;
  font-weight: 700!important;
}
.product-name {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.back {
  background: lightblue;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flipper:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.bulklbps {
  background-image: #EB4021 url(../images/TMG-Cylinders.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(244, 0, 0, .1);
  z-index: 1;
  padding: 60px 30px;
}
.web-info-container {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.column-container {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding: 10px 16px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(103, 151, 255, .09), 0 4px 6px 0 rgba(103, 151, 255, .09);
  transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  border: 1px solid #fff;
}
.web-info-container .column-container .social-icon {
  font-size: 24px;
  color: #3b5999;
  margin-bottom: 5px;
}
.web-info-container .column-container a:hover {
  text-decoration: none;
}
.web-info-container .column-container a {
  color: #001874;
}
.web-info-container .column-container a span {
  display: block;
}
.column-container:hover, .column-container.active {
  background: #fafafa;
  border: 1px solid #EB4021;
  color: #EB4021;
}
.column-container.active .no-of-users {
  color: #EB4021;
}
.column-container.active .active-status {
  background: #EB4021;
  border-color: #990000;
  box-shadow: 0px 4px 10px -3px rgb(244 0 0 / 47%);
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
}
.column-container.active .active-status::after {
  content: "";
  height: 14px;
  width: 7px;
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffff;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  top: 4px;
  left: 8px;
}
.box-background {
  /* background-image: url(../images/pageelements.png), url(../images/pageelements.png);*/
  /*start BEV-2723*/
  background-image: url(../images/Shape2_Grey@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62% 85%;
  margin-top: 0px;
  padding-top: 60px;
  /*end BEV-2723*/
}
.espri-image{
  width:100%;
  text-align: center;
  padding: 30px;
}

/* Cart DropDown */
ul.dropdown-cart {
  min-width: 250px;
}
ul.dropdown-cart li .item {
  display: block;
  padding: 3px 10px;
  margin: 3px 0;
}
ul.dropdown-cart li .item:hover {
  background-color: #f3f3f3;
}
ul.dropdown-cart li .item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.dropdown-cart li .item-left {
  float: left;
}
ul.dropdown-cart li .item-left img, ul.dropdown-cart li .item-left span.item-info {
  float: left;
}
ul.dropdown-cart li .item-left img {
  max-width: 50px;
}
ul.dropdown-cart li .item-left span.item-info {
  margin-left: 10px;
}
ul.dropdown-cart li .item-left span.item-info span {
  display: block;
}
ul.dropdown-cart li .item-right {
  float: right;
}
ul.dropdown-cart li .item-right button {
  margin-top: 14px;
}
.mycart .badge {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  color: #EB4021;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #e20202;
  padding: 3px 0px;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.text-muted {
  color: #6c757d!important;
}
.float-right {
  float: right!important;
}

/********************************************
 Login CSS
*********************************************/
.login-box {
  position: relative;
  display: flex;
}
.login-left {
  width: 34%;
  float: left;
  background-color: #efefef;
  color: #fff;
  text-align: center;
  padding: 40px 25px;
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.topShape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
}
.bottomShape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 55%;
}
.login-left-img {
  max-width: 100%;
  width: 260px;
}
.login-left h2 {
  font-size: 20px;
  margin-top: 0;
}
.login-right {
  width: 66%;
  float:left;
  padding: 35px 35px;
  position: relative;
  background-color: #fff;
  overflow-x: hidden !important;
  max-height: 520px;
  overflow-y: scroll;
}
.customer-popup .modal-content::-webkit-scrollbar, .login-right::-webkit-scrollbar {
  display: none;
}
.login-right .form-control, .espri-login-container .espri-login-page-default .form-control {
  height: 30px;
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
}
.close {
  position: absolute;
  background: #ffffff !important;
  right: -10px;
  top: -10px;
  color:#4c5458;
  z-index: 8;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  opacity: 1;
}
button.action-close {
  position: absolute;
  background: #ffffff !important;
  right: -10px;
  top: -10px;
  color:#4c5458;
  z-index: 8;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  opacity: 1;
}
.forget-pass {
  margin-top: 20px;
  color:#4c5458;
  text-align: center;
}
.forget-pass a {
  color: #EB4021;
}
input[type=checkbox] {
  margin-top: 3px;
}
.terms_of_service input[type=checkbox], .privacy_policy input[type=checkbox]{
  width:14px;
  height: 14px;
  z-index: 2;
}
.login-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.checkbox-right {
  text-align: right;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox.float-left {
  float: left;
}
.button.close {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.close:hover {
  opacity: 1 !important;
}
.close:focus, .close:hover {
  opacity: 1;
}
/* Default Login/Signup CSS */
.customer-account-login .page-main{
  background-color: #fff;
}
.customer-account-login .page-main .main .page.messages{
  margin-top: 15px;
}
.login-container, .customer-account-forgotpassword .customer-login-container {
  position: relative;
  width:100%;
}
.customer-account-forgotpassword .customer-login-container {
  padding:40px 0 0;
}
.espri-login-container {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%);
}
.customer-account-login .page-main .page-title-wrapper,
.customer-account-forgotpassword .page-main .page-title-wrapper{
  display: none;
}
.login-container-left{
  background-color: #f8f7f7;
  min-height: 465px;
  display: flex;
  align-items: center;
  position: relative;
}
.customer-account-forgotpassword .customer-login-container .login-container-left{
  min-height: 504px;
}
.customer-account-login .page-main .espri-login-page-default,
.customer-account-forgotpassword .page-main .espri-login-page-default{
  padding:20px;
}
.login-container-left h2 {
  margin-top:0;
  font-size: 24px;
}
.customer-account-login .page-main .block-new-customer,
.customer-account-forgotpassword .page-main .block-new-customer{
  display: none;
}
.customer-account-forgotpassword .customer-login-container .form.password.forget{
  width:100% !important;
  min-width: 100%;
}

/**********************************************************
 Product List and Details Section 
***********************************************************/
.products-details-section {
  width: 100%;
  float: left;
  padding: 24px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
}
.products-details-section .product-heading {
  font-size: 20px;
  margin: 0px;
  font-weight: 700;
  margin-bottom: 15px;
}
.products-details-section .product-name {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
  color:#4c5458;
}
.order-info {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #e3e3e3;
}
.order-info .order-date, .order-info .delivery-date {
  padding-bottom: 15px;
}
.details-price {
  font-size: 20px;
  color:#4c5458;
  line-height: 18px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.product-item .price-box .price, .product-info-main .price-box .price-wrapper .price{
  color: var(--espri-web-blue-primary);
}
.action.primary{
  background: var(--espri-action-blue-primary);
  border-color: var(--espri-action-blue-primary);
  border-radius: 10px;
}

.action.primary:focus, .action.primary:active {
  background: var(--espri-action-blue-primary);
  border-color: var(--espri-action-blue-primary);
}

.user-facing-issues p {
  margin-top: 10px;
}
.singleorder-contact {
  padding: 10px 0;
}
.header .navbar-default .navbar-nav>li.header-btn a {
  background: #EB4021;
  padding: 10px 20px;
  color: #fff;
  margin-top: 13px;
  border-radius: 30px;
}
.product-container {
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%);
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
.product-container:hover {
  box-shadow: 0 12px 29px 0 rgb(68 88 144 / 12%);
  text-decoration: none;
}
.product-image {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.product-image img {
  max-width: 100%;
}
.produt-title {
  font-size: 16px;
  font-weight: 700;
  color:#4c5458;
  margin-bottom: 15px;
}
.produt-title a {
  color:#4c5458;
}
.produt-title a:hover {
  color: #000;
  text-decoration: none;
}
.produt-price {
  font-size: 18px;
  color: #EB4021;
  font-weight: 600;
}
.product-info {
  padding: 5px 15px 30px;
}
.cart-button a {
  background: #EB4021;
  padding: 10px 20px;
  color: #fff;
  margin-top: 13px;
  border-radius: 30px;
}
.product-image-container {
  width: 100%;
  position: relative;
}
.product-image-container img {
  max-width: 100%;
}
.product-details-container .produt-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.details-produt-price {
  font-size: 20px;
  color: var(--espri-web-blue-primary);
}
.product-desc {
  font-size: var(--para1);
  line-height: var(--para-line-h);
  color:var(--head-para-color);
  margin-top: 15px;
  border-top: 1px solid#ececec;
  border-bottom: 1px solid #ececec;
  padding: 1rem 0;
}
.product.attribute.overview {
  margin: 20px 0;
  word-break: break-word;
  white-space: normal;
}
.product-delivery-details {
  padding: 15px 0;
}
.storage-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.storage-list li {
  display: inline-block;
  margin-right: 10px;
}
.storage-list li .storage-item {
  padding: 10px 20px;
  color: #757575;
  text-align: center;
  border: 1px dashed #eee;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.storage-list li .storage-item.selected, .storage-list li .storage-item:hover {
  border-color: #EB4021;
  color: #EB4021;
}
.quantity-section__content {
  display: inline-flex;
  max-width: 138px;
  height: 38px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
}
.quantity-section__button {
  flex-grow: 0;
  flex-shrink: 0;
  border: 0;
  background-color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 36px;
  height: 36px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  color: #424242;
  cursor: pointer;
}
.quantity-section__value {
  text-align: center;
  display: inline-flex;
  border: 0;
  flex-shrink: 0;
  flex-grow: 1;
  color: #757575;
  font-size: 20px;
  line-height: 36px;
  height: 36px;
  width: 64px;
  padding: 0;
  outline: none;
}
.emergency-text-color {
  margin-right: 15px;
  color: #EB4021
}
.shiping-option {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.btn-secondary.btn-common-orange {
  background: #0021A0!important;
  border-color: #0021A0!important;
  color: #fff!important;
  font-weight: 700!important;
  letter-spacing: .3px;
  padding: 10px 20px;
  border-radius: 8px;
}
.product-details-container {
  width: 100%;
  position: relative;
}
.page-products .product-item-info .product-image-container{
  padding: 25px 15px;
}
.checkout-shipping-address .new-address-popup{display: none;}

/* simple */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container:hover .front, .flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* END: Accommodating for IE */
.flip-container, .front, .back {
  width: 100%;
  height: 180px;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: lightgreen;
  z-index: 2;
}
.back {
  background: #ffffff;
  transform: rotateY(-180deg);
  border: 2px solid #EB4021;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .name {
  font-size: 2em;
  display: inline-block;
  background: rgba(33, 33, 33, 0.9);
  color: #f8f8f8;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 60px;
  left: 25%;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.05em#4c5458;
  display: none;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.back-logo {
  width: 117px;
  height: 117px;
  background: url(../images/product-1.png) 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
.back-logo2 {
  background: url(../images/product-bulk.png) 0 0 no-repeat;
  background-size: contain;
}

/* vertical */
.vertical.flip-container {
  position: relative;
}
.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.vertical.flip-container .flipper {
  -webkit-transform-origin: 100% 213.5px;
  -moz-transform-origin: 100% 213.5px;
  -ms-transform-origin: 100% 213.5px;
  transform-origin: 100% 213.5px;
}
/* START: Accommodating for IE */
.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.opc-block-shipping-information{
  display: none;
}

/************** about **********/
.cms-about-us .page-main{
  background-color: #fff;
}
.block--aboutpage {
  height: 200px;
  position: relative;
}
.img-abs {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
}
.block--aboutpage .container {
  height: 100%;
  justify-content: center;
  align-items: center;
  color:#232729;
  display: flex;
  position: relative;
}
.block--aboutpage h1 {
  font-size: 36px;
  margin: 0;
}
.block--aboutpage1 {
  padding: 60px 0;
  text-align: center;
}
.block__title {
  margin-top: 0;
  margin-bottom: 30px;
}
.block--aboutpage1 p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.block--partner {
  background: #f8f7f7;
}
.block__flex {
  display: flex;
}
.kindness__column {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 15px;
  color: #171f2d;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.kindness__column img {
  margin-bottom: 15px;
  height: 90px;
}
.kindness__column a {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  padding-bottom: 2px;
  color: #EB4021;
  font-size: 18px;
}
b, strong {
  font-weight: 600;
}
.main--products {
  padding-top: 70px;
}
.modal-dialog {
  width: 800px;
}
.img-fluid {
  max-width: 100%;
}
.dropdown-menu__item {
  letter-spacing: 1px;
  list-style: none;
  padding-left: 0;
  float: left;
  position: relative;
  width: 100%;
}
.minicart-content-details {
  padding-top: 20px;
}
.dropdown-menu__item img {
  max-width: 70px;
  margin-right: 20px;
  margin-top: 15px;
  height: auto;
}
.dropdown-menu__detail {
  vertical-align: middle;
}
.dropdown-menu__detail h3 {
  color:#4c5458;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 0;
  margin-bottom: 5px;
}
.dropdown-menu__detail h3 a {
  color:#4c5458;
}
.dropdown-menu.dropdown-cart {
  width: 370px;
  box-shadow: 0 1px 14px rgba(0, 0, 0, .06);
  padding: 20px;
  border: none;
}
.ws-001-icon:before {
  transform: rotate(45deg);
}
.ws-001-icon:before, .ws-001-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color:#4c5458;
}
.ws-001-icon {
  width: 15px;
  height: 15px;
  opacity: 1;
  -ms-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.ws-001-icon:after {
  transform: rotate(-45deg);
}

span.minicart-content-remove {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

span.minicart-content-remove a {
  color: #353535;
  -ms-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.minicart-content-total {
  border-top: 1px solid #f2f2f2;
  padding-top: 18px;
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 18px;
}
.minicart-content-total h3 {
  color:#4c5458;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  margin: 0;
}
.minicart-content-total h3 span.amount {
  float: right;
}
.btn.btn-sm.btn-view {
  padding: 13px 20px;
  width: 150px;
  border: 2px solid;
  font-weight: 500;
  letter-spacing: .3px;
  border-color: #929191;
  color: #929191;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
}
.btn.btn-sm.btn-view.btn-checkout {
  background: #EB4021;
  color: #fff;
  border: #EB4021;
}
.bot__wrapper {
  position: fixed;
  bottom: 60px;
  right: 15px;
  width: 110px;
  height: 110px;
  padding: 10px;
  animation: 1s ease infinite pulse;
}
.bot__wrapper-top .tooltip {
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  animation: 1s ease infinite pulse;
}
.bot__wrapper img {
  max-width: 100%;
}
.tooltip img {
  width: 100%;
}
.dropdown.mycart .dropdown-toggle {
  background: #0021A0 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:1px;
}
.about-img {
  border-radius: 10px;
  overflow: hidden;
}
.header .navbar-default .dropdown.mycart.open .dropdown-toggle {
  color: #ffffff !important;
}
.main-banner-bg {
  position: absolute;
  left: -21%;
  opacity: .1;
  width: 50%;
  animation: spin 12s ease-in-out infinite;
  -webkit-animation: spin 12s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
  from {
    -webkit-transform: rotate(0deg);
  }
}

/* CMS CSS*/
.cms-home .page-title-wrapper {
  display: none;
}
.cms-page-view .page-main, .cms-home .page-main {
  padding-top: 0px;
}
.page-main {
  padding-left: 0px;
  padding-right: 0px;
  max-width: none;
  padding-top: 60px;
  background: #f3f5f7;
}
.page-products .page-main,.catalog-category-view.page-layout-1column .column.main,.page-products .columns,
.catalog-product-view .page-main {
  background: #fff;
}
.footer.content {
  padding: 0px;
  max-width: none;
  margin: 0px;
  border: 0px;
}
.page-title-wrapper {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 14px !important;
}
.page-layout-custom .columns {
  max-width: none;
  margin-left: 0px;
  margin-right: 0px;
}
.cms-page-view .page-title-wrapper {
  display: none;
}
div#heading2 {
  background: #fafafa;
  padding: 0px;
}
.navbar-brand {
  height: auto;
  padding: 15px 5px;
}
section.footer-trust-section {
  background: #f8f7f7;
}
.label {
  color:#4c5458;
}
.page-footer {
  width: 100%;
  float: left;
}

/* Model pop up */
.modal-popup .modal-footer {
  display: none;
}
.modal-popup .modal-header, .modal-popup .modal-content, .modal-slide .action-close {
  padding: 0px;
}
.modal-content {
  border: 0px;
}
.modal-popup._inner-scroll .modal-inner-wrap{
  width:800px !important;
}
.modal-inner-wrap .modal-header{
  display: none;
}
.modal-popup.confirm .modal-inner-wrap .modal-header{
  display: block;
  border-bottom:none;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer{
  display: block;
  border-top: none;
  padding-top: 0;
  text-align: right;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept{
  background-color: #EB4021;
  color: #fff;
}
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close{
  padding: 0px !important;
}
.modal-popup.confirm .modal-inner-wrap .modal-content{
  box-shadow: none;
  padding:30px;
}
.modal-popup .modal-inner-wrap {
  width: 65%;
}
.modal-inner-wrap {
  overflow-x: hidden;
  overflow-y: hidden;
}
.action-close {
  position: absolute;
  background: #ffffff !important;
  right: -10px;
  top: -10px;
  color:#4c5458;
  z-index: 8;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  opacity: 1;
}
.password-strength-meter{
  display: none;
}
.customer-popup-login, .modal-popup._inner-scroll .modal-content {
  overflow-x: hidden !important;
}
.modals-overlay{
  z-index: 99 !important;
}
.product-info-main .product.attribute.overview p{
  line-height: 24px;
  margin-bottom: 0;
}
.product-info-main .box-tocart .action.tocart{
  background: var(--espri-action-blue-primary) !important;
  border: 1px solid var(--espri-action-blue-primary) !important;
  color: #fff!important;
  font-weight: 700!important;
  letter-spacing: .3px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
}
.product-info-main .box-tocart .action.tocart:hover{
  border-color: var(--espri-action-blue-primary-hover) !important;
  background: var(--espri-action-blue-primary-hover) !important;
}
.opc-wrapper .shipping-address-item {
  background: #fff;
}
#checkout-shipping-method-load {
  background:#fff;
  padding: 15px;
  margin-bottom: 15px;
}
.checkout-cart-index .cart-container .cart.table-wrapper{
  box-shadow: 0px 1rem 2rem 6px rgb(0 0 0 / 8%);
}
.opc-block-summary, .cart-summary{
  background:#fff;
}
.checkout-cart-index .cart-summary{
  position: relative;
  padding: 2rem;
  background: #fff;
  box-shadow: 0px 1rem 2rem 6px rgb(0 0 0 / 8%);
  border-radius: 1rem;
  margin: 0 0 1rem;
}
.cart-summary>.title{
  margin: 0;
  padding-bottom: 20px;
}
#cart-totals .totals .mark{
  background: #fff;;
}
.payment-method-billing-address {
  background: #fff;
  padding: 15px;
}
.cart-summary .block.shipping {display: none;}
.payment-option.opc-payment-additional{
  background: #fff;
}
.catalog-product-view .product.media{
  background: #fff;
  padding: 30px;
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%);
  margin-top:0;
}
.page-layout-1column .product.media{
  width: 33.33333333% !important;
}
.page-layout-1column .product-info-main{
  width: 63.66666667% !important;
  margin-top: 0px !important;
  padding-top: 10px;
}
.page-layout-1column .product-info-main::-webkit-scrollbar {
  display: none;
}
.product-info-main .box-tocart{
  width:100%;
}
.product-info-price .price-final_price:before{
  content: none;
}
.product-info-main .box-tocart .fieldset{
  margin-bottom: 0;
}
.product-info-main .box-tocart .qty .label{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: none;
}
.product-info-main .box-tocart .input-text.qty {
  height: 36px;
  width: 100px;
}
.product-info-main .box-tocart .actions{
  padding-top: 0;
  vertical-align: top;
}
.product-info-main .box-tocart .control{
  position: relative
}
.product-info-main .box-tocart .control .more, .product-info-main .box-tocart .control .less{
  position: absolute;
  z-index: 1;
  top:0;
  cursor: pointer;
}
.product-info-main .box-tocart .control .more{
  padding: 8px;
  right: 0;
}
.product-info-main .box-tocart .control .less{
  padding: 8px;
}
.showprice{
  display: block !important;
}
/* Checkout page css */
.checkout-cart-index .cart-container{
  margin-top: 30px;
}
.checkout-cart-index .cart-container .table>thead>tr>th {
  border-bottom: 1px solid #ddd;
}
.checkout-cart-index .cart-container .product-image-container img{
  max-width: 100px;
  margin:0;
}
.cart.table-wrapper .col.qty{
  position: relative;
}
.cart.table-wrapper .col.qty .more, .cart.table-wrapper .col.qty .less{
  position: absolute;
  z-index: 1;
  top:16px;
  cursor: pointer;
}
.cart.table-wrapper .col.qty .more{
  font-size: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 20px;
  line-height: 28px;
  border: 1px solid #e3e3e3;
  right: 0;
}
.cart.table-wrapper .col.qty .less{
  font-size: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 20px;
  line-height: 28px;
  border: 1px solid #e3e3e3;
  left: 15px;
}
.cart.table-wrapper .col.qty div[id$="-qty-error"]{
  position: absolute;
  width: 90%;
  font-size: 11px;
  font-weight: 600;
  text-align: center ;
}

@media (min-width: 992px) {
  .cart.table-wrapper .col.qty .less{
    left: 40px !important;
  }
}
.cart.table-wrapper .col.qty .input-text.qty{
  border: none;
  width: 85px;
}
.cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax{
  font-size: 14px;
}
.cart.table-wrapper .col.qty .input-text.qty:focus{
  box-shadow: none;
}
.checkout-cart-index .cart.table-wrapper .items>.item{
  border-bottom: none;
}
.checkout-cart-index .cart-totals {
  border-top:none;
  padding-top:none;
}
@media (min-width: 768px) {
  .cart.table-wrapper .item .col.item{
    padding: 20px 8px 10px;
  }
}
.osc-place-order-wrapper button.action.primary.checkout{
  background-color: #EB4021;
}
#shopping-cart-table.cart .subtotal{
  display: none !important;
}
.modal-popup.confirm header.modal-header .modal-title{
  padding: 7px 25px;
}
div#qty-error{position: fixed;}
nav#sidebar {
  display: none;
  position:relative;
}

@media (max-width:767.98px) {
  .banner-headline .block__flex{display: block;}
  .flip-container, .front, .back{margin-bottom: 15px;}
  .box-background .page-title {margin-top: 0px;}
  .columns .column.main {padding-bottom: 0;}
  .navbar-default .navbar-toggle{float: left;/*margin: 18px 0px 18px 10px;*/}
  .action.nav-toggle {display: none;}
  #sidebar {width: 280px;position: fixed;top: 0;left: -285px;height: 100vh;z-index: 9999;background: #fff;color: #fff;transition: all 0.3s;overflow-y: scroll;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);}
  #sidebar.active {left: 0;display: block !important;}
  #dismiss {width: 35px;height: 35px;line-height: 35px;text-align: center;position: absolute;top: 0px;right: 0px;color: #EB4021;font-size: 30px;cursor: pointer;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;text-decoration: none;}
  #dismiss:hover {background: #fff;color: #7386D5;}
  .menu-overlay {position: fixed;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.7);z-index: 1031;display: none;}
  #sidebar .sidebar-header {background: #f8f7f7 !important;width: 100%;float: left;clear: both;padding:10px 10px; font-size: 18px;}
  #sidebar .sidebar-header .navbar-brand{padding: 0;}
  #sidebar .sidebar-header .mobile-user-icon{width:32px;}
  #sidebar .sidebar-header .mobile-user-name {color: #EB4021;font-weight: 700;}
  #sidebar ul{width: 100%;float: left;clear: both;list-style: none;padding: 0px;margin-bottom: 0px;}
  #sidebar ul li{margin-bottom: 0;}
  #sidebar ul li.mobile-menu-divider{padding: 0; border-bottom: 2px solid #d5dbdb;}
  #sidebar ul li a {padding: 10px !important;font-size: 14px;display: block;color: var(--white);text-decoration: none;/*border-bottom: 1px solid;border-color:#f8f7f7;*/text-align: left;}
  #sidebar ul li a:hover {color: #EB4021 !important;background: #f8f7f7!important;}
  #sidebar ul li a:nth-last-child(1):hover {background: transparent;}
  #sidebar ul li ul li a{padding-left: 30px;}
  #sidebar ul li.active > a, a[aria-expanded="true"] {color: #EB4021;background: #f8f7f7;}
  a[data-toggle="collapse"] {position: relative;}
  a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {content: '\f054';display: block;position: absolute;right: 20px;font-family: 'FontAwesome';font-size: 0.6em;top: 15px;}
  a[aria-expanded="true"]::before {content: '\f078';}
  .esprigas-banner-stats {width:100%;margin-top:0px;}
  .mobileCartIcon {float: right; margin-right: 0px; margin-top: 0px; color: var(--espri-red); font-size: 14px;position: absolute;right: 0;top:-10px}
  .trust-sect{padding: 15px 0px;min-height: 212px;}
  .full-width-banner .banner-headline {padding: 80px 0 60px;}
  .banner-title {font-size: 36px;}
  .banner-stats-title {font-size: 28px;}
  .banner-title .subtext{font-size: 20px;}
  .block--aboutpage {margin-bottom:0px;}
  .kindness__column a{font-size: 16px;}
  .page-products .products-grid .product-item{
    width:100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin:0 !important;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1), .page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-layout-3columns .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {margin-left:0;}
  .page-products .product-item-info, .page-products.page-layout-1column .products-grid .product-item {
    width:100% !important;
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .page-layout-1column .product.media {
    width: 100% !important;
    padding:15px;
  }
  .page-layout-1column .product-info-main {
    width: 100% !important;
    margin-top: 0px;
    padding:15px;
  }
  .opc-wrapper .shipping-address-item {
    background: #fff;
  }
  #checkout-shipping-method-load {
    background:#fff;
    padding: 15px;
    margin-bottom: 15px;
  }
  .modal-popup._inner-scroll .modal-inner-wrap{
    width: 320px !important;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .login-left{
    display: none;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .login-right{
    width: 100%;
    padding:15px;
  }
  .modal-popup.modal-slide{
    left:20px;
    top:20px;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class]{
    background: transparent;
  }
  .esprigas-form-wrapper{
    margin-bottom:25px;
  }
  .home-faq-section::after{
    content: none;
  }
  .product-info-main .box-tocart .field.qty{
    margin-bottom: 30px;
  }
  .product-info-main .box-tocart .input-text.qty{
    width: 100%;
  }
  div#qty-error{position: relative;}
}
@media (min-width:768px) and (max-width:991.98px) {
  .header .navbar-default .navbar-nav>li>a{padding: 25px 9px;}
  .esprigas-banner-stats{width: 90%;}
  .banner-headline .block__flex{display: block;}
  .trust-sect{padding: 15px 0px;}
  .page-products .products-grid .product-item{
    width:25% !important;;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin:0 !important;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1), .page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-layout-3columns .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {margin-left:0;}
  .page-products .product-item-info {
    width:100%;
    min-height:263px;
  }
  .page-layout-1column .product-info-main{
    width: 55% !important;
    margin-top: 60px;
    padding: 0 15px;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    width: 730px !important;
  }
  #shopping-cart-table .product-image-container {
    width:70px !important;
  }
  .checkout-success{
    padding: 15px;
    text-align:center !important;
  }
  .checkout-success .actions-toolbar .primary{
    float:none !important;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .column-container {padding: 10px 15px;}
  .esprigas-banner-stats {width: 90%;}
  .page-products .products-grid .product-item{
    width:25 !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin:0 !important;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1), .page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-layout-3columns .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {margin-left:0;}
  .page-products .product-item-info {
    width:100%;
    min-height:322px;
  }
}

/****************************************************************
 Dashboard CSS 
*****************************************************************/
.page-main {padding-top: 40px;}
.sidebar.sidebar-main{
  background-color: #232729;
  min-height: calc(100vh - 0px);
}
.sidebar.sidebar-additional{
  background-color: #232729;
  display: none;
}
.sidebar.sidebar-main .account-nav .content{
  background: transparent;
}
.account-nav .item a, .account-nav .item>strong{
  color:#fff;
}
.account-nav .item a:hover{
  background:transparent;
  border-color: #EB4021;
}
.account-nav .item.current a, .account-nav .item.current strong {
  border-color: #EB4021;
  font-weight: 600;
}
.account-nav .item .delimiter {
  display: none;
}
.sidebar.sidebar-additional{
  margin-top:0;
  padding-left:15px;
}
.sidebar.sidebar-additional .block-compare .block-title,
.sidebar.sidebar-additional .block-reorder .block-title{
  color:#fff;
}
.sidebar.sidebar-additional .block-compare .empty{
  color:#ccc;
}
#cart-sidebar-reorder .product-item .product-item-name, 
#cart-sidebar-reorder .product-item .product-item-name a{color:#fff;padding-left: 5px;}
.account .page-title-wrapper {
  display: none;
}
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}
.account .columns .column.main {
  /* padding-top:40px; */
  padding: 40px 20px 0px;
}
.block.block-dashboard-info, 
.block.block-dashboard-addresses, 
.block.block-dashboard-orders,
.block.block-addresses-default,
.block.block-addresses-list,
.form.new-saved-card,
.form.form-edit-account,
.cart.table-wrapper {
  background: #fff;
  padding: 15px;
}
.block-dashboard-info .box-newsletter .box-actions{
  display: none;
}
.account .footer-trust-section{
  display: none;
}
.account .page-footer, .account .footer{
  background-color:#232729;
}
.table-wrapper.orders-history{
  background: #fff;
  padding: 15px;
}
/* User Logedin Menu css*/
/*Code fix for dropdown issue */
.header .navbar-default .navbar-nav>li.user-menu a.dropdown-toggle {
  /* padding: 25px 10px 30px; */
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22ch;
}
.header .navbar-default .navbar-nav>li.user-menu .dropdown-menu>li>a{
  padding: 10px 20px;
}
.header .navbar-default .navbar-nav>li.user-menu .dropdown-menu{
  width: 230px;
}
.header .navbar-default .navbar-nav>li.user-menu .dropdown-menu:before, .header .navbar-default .navbar-nav>li.user-menu .dropdown-menu:after {
  content: '';
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -18px;
  z-index: 2;
  left: 48%;
}
.header .navbar-default .navbar-nav>li>a .user-image{
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
.navbar-nav>.user-menu>.dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
  background-color: #000;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255,255,255,0.2);
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
  z-index: 5;
  color: #fff;
  color:#fff;
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
  display: block;
  font-size: 12px;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
  float: left;
  width: 100%;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before, .navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
  content: " ";
  display: table;
}
.product-item .price-box, .product-info-main .price-box, .action.primary.addtocart{
  display: none;
}
.product-item-inner {margin-top:15px;margin-bottom: 15px;}
.action.primary:hover{
  border: 1px solid var(--espri-action-blue-primary-hover);
  background-color: var(--espri-action-blue-primary-hover) !important;
}
.product-item-details .produt-title{
  min-height: 50px;
  display: block;
}

/* DropDown Menu End */
.new-saved-card .legend,
.form-edit-account .legend {margin-left: 0;padding-bottom: 15px;}
.action.order{
  margin-bottom: 0;
  color: #EB4021;
  background: #fbd4d4;
  border: 1px solid #fbd4d4;
  border-radius: 4px;
  padding: 3px 9px;
}
.action.view {
  margin-bottom: 0;
  background: #EB4021;
  color: #fff;
  border: 1px solid #EB4021;
  border-radius: 4px;
  padding: 3px 9px;
}
.minicart-items .product-item-name {
  color:#4c5458;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 0;
  margin-bottom: 5px;
}
.minicart-items .product-item-name a {
  color:#4c5458;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
}
.minicart-items .item-qty {
  width: 64px;
  border-radius: 10px;
}
.block-minicart .subtitle {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}

/* New Account Setup CSS */
.new-account-info-container {
  background: #fff;
  width:100%;
  padding:40px 25px;
  border-radius: 10px;
}
.account-info-icon, .account-info-content {
  text-align: center;
  margin-bottom: 10px;
}
.account-info-icon {
  height: 70px;
}
.account-info-icon img {
  max-width: 64px;
}
.account-info-content {
  min-height:150px;
}
.new-account-info-container p{
  font-size: 14px;
  color: #5E6164;
}
.btn-secondary.btn-common-success {
  background: #87A956!important;
  border-color: #87A956!important;
  color: #fff!important;
  font-weight: 700!important;
  letter-spacing: .3px;
  padding: 10px 20px;
  border-radius: 30px;
}
.btn-secondary.btn-common-orange-border {
  background: #fff!important;
  border-color: #EB4021!important;
  color: #5E6164!important;
  font-weight: 500!important;
  letter-spacing: .3px;
  padding: 10px 20px;
  border-radius: 8px;
}
.preview-account-container {
  width:100%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border:1px solid #EAEFF5;
  overflow: hidden;
}
.preview-account-container .icon{
  width: 115px;
  height: 115px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-content {
  padding:0 20px;
}
.text-b-u {
  text-decoration: underline;
  font-weight: 600;
}
.title-icon {
  position: relative;
}
.title-icon::after{
  content: "";
  position: absolute;
  width: 104px;
  height: 104px;
  background:url(../images/dashboard/espri-title-icon.png) no-repeat;
  background-position: center center;
  top: 50%;
  right: 38%;
  transform: translate(-50%, -50%);
}

/******************************************************* 
404 Error Page 
********************************************************/
.page-not-found-sect {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 70px 0;
  background: #fff;
}
.cms-no-route .columns .column.main{
  background: #fff;
}
.coke-text-color{
  color:#EB4021;
}
.page-error-icon {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  clear: both;
}
.page-error-icon img{
  max-width: 250px;
}
.error-title{
  font-size: 42px;
}
/***************************************************
  CSS for Did You Know 
***************************************************/
.block__didYou__line{
  position: relative;
}
.block__didYou ul{
  list-style:none;
  margin: 0px;
  padding: 0px;
}
.block__didYou__item{
  width: 100%;
  padding: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.didyou__icon{
  position:absolute;
}
.didyou__icon img {
  max-width: 50px;
}
.block__didYou__item p{
  font-size: 16px;
  line-height: 24px;
  padding-left: 75px;
}
.block__didYou h2{
  padding-bottom: 25px;
  position: relative;
  margin-top:0;
}
.block__didYou h2 b{
  font-weight: 800;
} 
.block__didYou h2:after{
  content: "";
  background: #EB4021;
  width: 130px;
  position: absolute;
  height: 2px;
  left: 0px;
  bottom: 10px;
}
.block__didYou__line::after {
  content: "";
  background: #ececec;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.heading2 {
  margin-top:0;
}
@media (max-width: 767.98px) {
  .box-background .block__flex{
    display: block;
  }
  .block__didYou__line::after{
    content: none;
  }
  .block__didYou__item{
    padding:15px 0;
  }
  .services .icon-box{
    padding: 15px;
    min-height: auto;
  }
}

/************************************************************************
 CokeCo2 page CSS 
************************************************************************/
.full-width-banner.esprimarketing-banner{
  background: #F5f5f5 url(../images/EG_ZoomPricing.png) center right no-repeat local;
  float: none;
}
.cms-cokeco2 .page-main{
  background: #fff;
}
.cms-cokeco2 .full-width-banner .banner-headline{
  padding: 50px 0 50px;
}
.marketing-call-to-action{
  display: block !important;
  background-color: #fff4f6;
}
.marketing-call-to-action .call-to-action-title, .marketing-call-to-action .call-to-action-tagline{
  color: #4c5458;
}
.cms-cokeco2 .esprimarketing-banner .login-right.cokeco2 {
  width:100% !important;
  z-index: 1;
}

/**********************************************************
Footer Top Section
***********************************************************/
.footer-top {
  width: 100%;
  position: relative;
  padding:50px 0;
  background-color: #fff;
  border-top:2px solid var(--espri-blue-secondary);
}
.footer-links-container{
  width:100%;
  position: relative;
  margin-bottom: 15px;
}
.footer-links-container h4, .footer-top h4{
  color: #4c5458;
  line-height: 24px;
  text-transform: uppercase;
  margin:0;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-cont p{
  font-size: 14px;
}
.footer-links-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-links-container li {
  display: block;
  text-align: left;
  margin-bottom: 1rem !important;
}
.footer-links-container a {
  color: #0021A0;
  font-size: 14px;
}
.footer-links-container a:hover {
  color: #0021A0;
  text-decoration:underline;
}
.footer-logo{
  width:100%;
  display: none;
  margin-bottom: 15px;
}
.footer-logo img{
  max-width: 180px;
}
.social-icon-round {
  margin-left: 0px;
  background: transparent;
  padding: 0px;
  position: relative;
}
.footer-top .social-icon-round {
  margin-top: 20px;
}
.social-icon-round ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-icon-round li {
  display: inline-block;
  border: 1px solid #c3c3c3;
  text-align: center;
  cursor: pointer;
  margin: 5px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.footer-top .social-icon-round li {
  border: 1px solid #767676;
  margin-right:5px !important;
}
.social-icon-round li a {
  display: block;
  font-size: 19px;
  line-height: 20px;
  width: 42px;
  height: 42px;
  color: #c3c3c3;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.social-icon-round li a:before {
  position: relative;
  top: 11px;
}
.footer-top .social-icon-round li:hover {
  border: 1px solid #0021a0;
}
.social-icon-round li a:hover {
  color: #0021a0;
}
header .fa {
  font-size: 17px;
  color: #f28726;
}

/*********************************************
 Troubleshooting css FAQ's 
 ********************************************/
.espri-troubleshoot-faq-banner{
  width: 100%;
  position: relative;
  padding: 100px 0px;
  background-image: url(../images/index_head_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.espri-troubleshoot-faq-banner::after{
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,.7);
  z-index: 1;
}
.espri-troubleshoot-faq-banner .container{
  position: relative;
  z-index: 2;
}
.espri-troubleshoot-faq-banner h1, .espri-troubleshoot-faq-banner h2{
  color: #fff;
}
.espri-troubleshoot-faq h2 {
  padding-bottom: 25px;
  position: relative;
  margin-top: 0;
}
.espri-troubleshoot-faq h2:after {
  content: "";
  background: #EB4021;
  width: 130px;
  position: absolute;
  height: 2px;
  left: 0px;
  bottom: 10px;
}
.faq-more-less{
  float: left;
  color: rgb(102, 102, 102);
  margin-top: 7px;
  font-size: 12px;
  margin-right: 10px;
}

/***************************************************
 Troubleshooting FAQ page 
****************************************************/
.bg-color-white.espri-troubleshoot-faq .panel-group .panel {
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0px;
  border: none;
}
.bg-color-white.espri-troubleshoot-faq .panel-group .panel #heading2{
  background: transparent;
}
.bg-color-white.espri-troubleshoot-faq .panel-group .panel .allow.active .panel-title,
.bg-color-white.espri-troubleshoot-faq .panel-group .panel .allow.active .panel-title i{
  color: #EB4021;
}
.troubleshoot-faq-image{
  text-align: center;
}
.troubleshoot-faq-image img{
  max-width: 100%;
  max-height: 400px;
}
.espri-troubleshoot-faq h1{
  margin-bottom: 60px;
}
.troubleshooting-guide-content{
  list-style: none;
  padding:0;
  margin:0;
}
.troubleshooting-guide-content li{
  display: block;
  position: relative;
  padding: 15px 0 15px 25px;
  text-decoration: none;
  line-height: 28px;
  font-size: 15px;
  font-family: var(--font-family-antenna);
}
.troubleshooting-guide-content li::before{
  content: "\f178";
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  font-size: 1em;
  color:var(--espri-red);
}

.espri__troubleshoot--content {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.troubleshooting-list {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding-left: 25px;
  margin-bottom: 60px;
}
.troubleshooting-list li {
  position: relative;
  padding: 6px 0 6px 10px;
  text-decoration: none;
  line-height: 28px;
  font-size: 15px;
  font-family: var(--font-family-antenna);
  z-index: 1;
}
.troubleshooting-list li::marker {
  color: #fff;
}
.troubleshooting-list li::before{
  content: counter(item) "  "; 
  counter-increment: item;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: -24px;
  font-size: .8em;
  background-color: var(--espri-red);
  color: white;
  border-radius: 50%;
  top: 8px;
  z-index: -1;
  line-height: 2;
}
.installing-tak-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.installing-tak-list li{
  position: relative;
  display: inline-block;
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  font-family: var(--font-family-antenna);
}
.installing-tak-list li:not(:last-child){
  border-right: 1px solid #e3e3e3;
  height: 200px;
}
.margin-top-bottom-30{
  margin-top: 60px;
  margin-bottom: 60px;
}

.caution-btn {
  background-color: var(--espri-red);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  font-weight: 900;
  text-transform: uppercase;
}
.small-red-circle {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: var(--espri-red);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
}
.troubleshoot-icon {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media(max-width:575.98px){
  .troubleshoot-list-image{
    margin-bottom: 30px;
  }
  .installing-tak-list li:not(:last-child) {
    border-right:none;
    margin-bottom: 50px;
  }
}

.troubleshoot-text{
    font-family: var(--font-family-antenna);
}
/***************************************************
 Checkout page 
****************************************************/
.checkout-index-index .page-wrapper, .checkout-index-index .page-main{
  background: #fff;
}
.opc-wrapper .step-title, #opc-sidebar .order-summary.hoverable .step-title{
  color: var(--espri-black-primary);
  font-size: 22px;
}
.one-step-checkout-wrapper .hoverable {
  box-shadow: 0rem 0rem 1rem .5rem rgb(0 0 0 / 8%) !important;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.one-step-checkout-container .fa-stack.fa-2x > i, .fa.fa-gift.fa-2x, .fa.fa-check-circle{
  color: var(--espri-red) !important;
}
.checkout-index-index .page-wrapper .step-content{
  padding-top:0px !important;
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item{
  margin-bottom: 0px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: var(--espri-red) !important;
}
.opc-wrapper .shipping-address-item.selected-item:after{
  background: var(--espri-red) !important;
}
.onestepcheckout-index-index .checkout-payment-method .payment-method-title{
  padding: 10px 0;
}
.onestepcheckout-index-index .fieldset:last-child {
  margin-bottom: 0px;
}

/* // BEV-2829 */
.onestepcheckout-index-index .minicart-items .product-item-name {
  font-weight: 900;
  font-size: var(--para2) !important;
}
#opc-sidebar .order-summary.hoverable .step-title{
  border-radius: 5px 5px 0 0;
}
/***************************************************
 Order Success Page 
****************************************************/
.checkout-onepage-success .page-main, .checkout-cart-index .page-main{
  background: #fff;
}
.checkout-onepage-success .page-title-wrapper{
  text-align: center;
  margin-bottom: 10px;
}
.checkout-onepage-success .page-title-wrapper .page-title, .checkout-success .order-number{
  color: var(--espri-red);
}

/***************************************************
 Product List Page 
****************************************************/
.product-item .price-box .price-label, .product-info-main .price-box .price-label{
  display: none;
}
.product-item .price-box .old-price .price, .product-info-main .price-box .old-price .price-wrapper .price{
  color: var(--espri-black-primary);
  font-size: var(--para2);
  margin-left: 10px;
}
.product-item .price-box.price-final_price .special-price, .product-item .price-box.price-final_price .old-price,
.product-info-main .price-box .special-price, .product-info-main .price-box .old-price {
  display: inline-block;
}
.price-including-tax .price, .price-excluding-tax .price{
  font-weight: 500;
}
.page-print .page-main .table .invMain__totalamount .mark{
  background-color:#fff;
}

/* cokeco2 new UI */
.how-works-sect {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.how_it_work_list {
  padding: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.how_it_work_list::after {
  content: "";
  background: #ececec;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.stepCircle{
  width: 48px;
  height: 48px;
  line-height: 20px;
  padding: 15px;
  display: inline-block;
  background: #EB4021;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  margin:0 15px 15px 0;
}
.membership_annual_box{
  width:100%;
  padding:15px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px 0 15px 0;
  box-shadow: 0px 1px 16px 0 rgb(0 0 0 / 8%);
}
.membership_annual_box .h3{
  margin-top:0;
}
.text-uppercase {
  text-transform: uppercase;
}
.m-price-info-text{
  font-size: 14px;
  min-height: 39px;
}
.membership_price_info{
  width:100%;
  min-height: 250px;
  padding:20px 18px;
  color:#fff;
  background: rgb(143, 143, 143);
  position: relative;
  border-radius: 15px 0 15px 0;
  text-align: center;
}
.membership_price_info p{
  color:#fff;
}
.membership_price {
  font-size: 26px;
  /* font-weight: 700; */
}
.member_divider {
  width:100%;
  height:1px;
  background-color:#fff;
  margin-top:15px;
  margin-bottom: 15px;
}
#radio-group .selected {
  background-color: transparent !important;
}
#radio-group .selected .membership_annual_box {
  border:1px dashed var(--espri-red) !important;
}
.selected .membership_annual_box:after {
  position: absolute;
  content: '\f00c';
  width: 24px;
  height: 24px;
  border: 1px solid var(--espri-red);
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  background: var(--espri-red);
  top: -10px;
  right: -10px;
  font-size: 16px;
  color: #fff;
  font-family: 'fontAwesome';
}
#radio-group .radio+.radio{
  margin-top:10px;
}
.membership_price_info .table:not(.cart):not(.totals) > tbody > tr > td{
  border:none;
  padding:2px;
}
.text-left{
  text-align: left !important;
}
.pd-10 {
  padding-top:9px !important;
}
.mt-65{margin-top:41px !important;}
.panel-title--faq a{
    color: var(--espri-red);
    position: relative;
}
.panel-title--faq a.collapsed,.panel-body--faq a{
    color: inherit;
}
.panel-body--faq a:hover{
    text-decoration: underline;
}
.panel-title--faq a.collapsed{
    position: relative;
    padding-right: 36px !important;
}
.panel-title--faq a::before{
    content: "\f068";
    position: absolute;
    right: 20px;
    top:50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
}
.panel-title--faq a.collapsed::before{
    content: "\f067";
}

@media(max-width:575.98px){
    .banner-title{
        font-size: 3.5rem;
    }
}
/* Espri Resource Center CSS */
.espri-resource-lists {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top:15px;
}
.espri-resource-lists li {
  display: block;
  position: relative;
}
.espri-resource-lists li a {
  display: block;
  position: relative;
  padding: 5px 0 5px 25px;
  text-decoration: none;
  line-height: 28px;
  font-size: 15px;
  color:var(--espri-black-primary);
  font-family: var(--font-family-antenna);
}
.espri-resource-lists li a::before {
  content: "\f178";
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  font-size: 1em;
  color: var(--espri-red);
}
.term-list-layer2, .term-list-layer3{
  margin-top: 15px;
}
.faq-page-banner{
  background:#fff url(../images/faq-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 420px;
  display: flex;
  align-items: center;
}
.faq-bottom-image{
  background:#fff url(../images/EG_ZoomPricing.png) no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (min-width:768px) and (max-width:991.98px) {
  .banner-title {
    margin-top:65px;
  }
  .footer-top .social-icon-round{
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .column-container{padding:10px 8px;}
  .cms-cokeco2 .block__flex {display: block;}
  .kindness__column {max-width: 100%;margin-bottom: 15px;}
  .how_it_work_list{padding:6px 0;}
  .stepCircle{width:32px; height: 32px;margin-right:0;padding:6px;font-size: 16px;}
  .how_it_work_list::after{content: none;}
  .full-width-banner.esprimarketing-banner{background: #F5f5f5 url(../images/EG_ZoomPricing.png) center bottom no-repeat local;}
  #stripe-payments-card-number {
    width: 98%;
  }
  #stripe-payments-card-expiry, #stripe-payments-card-cvc{width:48%;}
  .opc-estimated-wrapper .minicart-wrapper .action.showcart{display:none;}
  .opc-estimated-wrapper .estimated-block{float:none;}
  [type=radio]:checked + label, .one-step-checkout-wrapper [type=radio]:not(:checked) + label, .checkout-payment-method .payment-method-title {
    padding-left: 20px !important;
  }
  .minicart-wrapper .block-minicart{width:360px;}
  .minicart-items .product-item-details{
    position: relative;
  }
  .minicart-items .action.edit:before, .minicart-items .action.delete:before{
    position: absolute;
    top: 0;
    right: 0;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label{
    display: inline-block;
  }
  .opc-estimated-wrapper .estimated-block .estimated-price {
    float: right;
  }
  .one-step-checkout-wrapper .hoverable{width: 100% !important;margin-left: 0 !important;}
}
.payment-method-title .label {
  font-family: var(--font-family-antenna) !important;
}

/* Forget Passowrd UI CSS */
#popup-modal .closePopbtn{
  margin-top: 10px;
  right: 0px;
  color: #eb4021;
  font-size: 32px;
  position: absolute;
  background: none;
  border: 0px;
}
#popup-modal .closePopbtn:hover {
  color: #f28726;
}
.changeCurrentPassword .login-right {
  width: 100%;
  padding: 0px;
}
.changeCurrentPassword .fieldset {
  margin: 0px;
}
.form-edit-account.changeCurrentPassword .actions-toolbar {
  width: auto;
  float: right;
  margin: 20px 0px;
}
.form-edit-account.changeCurrentPassword .actions-toolbar .canclebtn {
  float: left !important;
  margin-right: 10px;
}
.form-edit-account.changeCurrentPassword .actions-toolbar .primary {
  float: right !important;
  margin: 0px;
}
.form-edit-account.changeCurrentPassword .actions-toolbar .action.save.primary {
  background: #eb4021 !important;
}
.modal-popup.popup-change-password._inner-scroll .modal-inner-wrap {
  width: 500px !important;
}
.popup-change-password #popup-modal .login-right {
  width: 100%;
  padding: 0px;
}
.popup-change-password #popup-modal .info .legend span {
  margin-bottom: 20px;
  color: #232729 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.popup-change-password #popup-modal .closePopbtn {
  margin-top: 10px;
  right: 0px;
  color: #eb4021;
  font-size: 32px;
  position: absolute;
  background: none;
  border: 0px;
}
.popup-change-password #popup-modal .closePopbtn:hover {
  color: #f28726;
}
.closePopup .modals-overlay {
  display: none;
}
.closePopup .modal-popup {
  display: none;
}
.popup-change-password #popup-modal .fieldset {
  margin: 0px;
}
.popup-change-password .form-edit-account .actions-toolbar {
  width: auto;
  float: right;
  margin: 20px 0px;
}
.popup-change-password .form-edit-account .actions-toolbar .canclebtn {
  float: left !important;
  margin-right: 10px;
}
.popup-change-password .form-edit-account .actions-toolbar .primary {
  float: right !important;
  margin: 0px;
  box-shadow: none;
}
.popup-change-password .form-edit-account .actions-toolbar .closePopbtn {
  margin-top: 0px !important;
  color: #fff !important;
  font-size: 16px !important;
  position: static !important;
  background: #eb4021 !important;
  border: 0px !important;
}
.popup-change-password .form-edit-account .actions-toolbar .closePopbtn:hover {
  color: #fff !important;
}
.popup-change-password .form-edit-account .actions-toolbar .action.save.primary {
  color: var(--white) !important;
  border-color: var(--espri-action-blue-primary) !important;
  background-color: var(--espri-action-blue-primary) !important;
}
[type=radio]:checked + label, .one-step-checkout-wrapper [type=radio]:not(:checked) + label{
  font-family: var(--font-family-antenna) !important;
}
@media (max-width: 767.98px) {
  ul.terms-list {
    padding-left: 15px;
  }
  .term-list-layer2, .term-list-layer3{
    padding-left: 15px;
  }
  .term-list-layer3 ul {
    padding-left: 15px;
  }
  .faq-page-banner{
    height: 200px;
  }
  .checkout-onepage-success .page-main, .checkout-cart-index .page-main{
    padding-top:70px;
  }
  .cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before{
    content:none !important;
  }
  .cart.table-wrapper .col.qty .less {
    left: 1px;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp{
    width:auto;
    display: table-cell;
    float: none;
  }
  .table-responsive {
    overflow-x:auto !important;
  }
  .cart.table-wrapper .item .item-info{
    display: table-row !important;
  }
  .cart.table-wrapper .item .col.item{
    display: table-cell !important;
    padding: 15px 0 10px 75px;
  }
  .cart.table-wrapper .product-item-details{
    white-space:nowrap !important;
  }
  .cart.table-wrapper .product-item-photo{
    top: 3px;
  }
  [type=radio]:checked + label, .one-step-checkout-wrapper [type=radio]:not(:checked) + label{
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
  }
  .checkout-success{
    padding: 15px;
    text-align:center !important;
  }
  .checkout-success .actions-toolbar .primary{
    float:none !important;
  }
  .checkout-onepage-success .page-title-wrapper .page-title{
    padding-top:20px;
  }
   .terms_of_service input[type=checkbox], .privacy_policy input[type=checkbox] {
    width: 24px;
    height: 24px;
    z-index: 10;
  }
}
.customer-account-logoutsuccess .page-main {
  background: #fff;
  padding: 70px 15px 15px;
}
.login-container .fieldset:after{
  text-align: left !important;
  margin-top:20px !important;
}
.magnifier-preview:not(.hidden) {
  border: 1px solid #eeeeee !important;
}
.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-cell;
  cursor: -moz-cell;
  cursor: -o-cell;
  cursor: -ms-cell;
  cursor: cell !important;
}
.product-item .price-box.price-final_price .old-price, .old-price {
	display:none;
}
.banner-title-slogan-info {
  margin-top: 15px;
}
.banner-title-slogan-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--font-family-antenna);
  color: var(--head-para-color);
}
.scroll__link{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.scroll__link li{
  display: block;
  padding-right: 15px;
  color: inherit;
}
.scroll__link li a{
  color: inherit;
  text-decoration: none;
}
.scroll__link li a:hover{
  color: var(--espri-red);
}
.heading2__slogan--text, .heading2__slogan--text a {
  font-size: .4em;
  position: absolute;
  left: 135px;
  bottom: 5px;
  color:var(--espri-red);
  text-decoration:none;
}


/* BEV-2573 Start */

.breadcrumbs {
  position: relative;
  top: 15px !important;
}

.customer-login-link {
  display: none !important;
}
.title-primary-bold {
  color: #0120a0 !important;
  /* font-weight: 600 !important; */
  padding-bottom: 14px !important;
}
.banner-headline .v7-btn-primary {
    background-color: #0120a0 !important;
    border-radius: 10px;
    /* padding: 11px 60px; */
    font-size: 15px;
    transition: #0120a0 0.3s ease; /* Smooth transition */
}
.input-text {
    border-radius: 10px !important;
    padding: 0px 3px !important;
}
.input-text:hover {
    border-color: #0120a0 !important;
}
.forget-pass a {
    color : #1979c3 !important;
}
.v7-btn-primary:hover {
  background-color: #1061FF !important;
  border-color: #1061FF !important;
  transition: #1061FF 0.3s ease !important;
}

.esprigas-process {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 40px;
  /* background-color: #f5f5f5; */
}

.esprigas-process h4 {
  color: #333;
  margin-bottom: 5px;
  text-align: left;
}

.titles {
  /* position: relative;
  left: 8%; */
}

.esprigas-process h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 5px;
  text-align: left;

}

.subtitle {
  color: #777;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;

}

.process-container {
  display: flex;
  justify-content: center;
  gap: 162px;
  margin-top: 20px;
}

.process-item {
  background: #fff;
  padding: 51px;
  width: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.process-item .icon {
  height: 60px;
  width: 60px;
  margin: 0 auto 15px;
  /* border: 2px solid #1a73e8; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #1a73e8;
}

.process-item .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.process-item h3 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.process-item p {
  color: #777;
  font-size: 16px;
  line-height: 1.6;
}

.login-btn {
  width: 41% !important;
  position: relative;
  left: 30%;
}

.home-circle-small {
  position: relative;
  bottom: 156px;
  right: 366px;
  width: 31px;
  animation: homeJump 8s ease-in-out infinite;
}

.home-circle-medium {
  position: relative;
  bottom: 44px;
  right: 368px;
  width: 46px;
  animation: homeJump 4s ease-in-out infinite;
}

.home-circle-large {
  width: 88px;
  animation: homeJump 7s ease-in-out infinite;
  right: 454px;
  position: relative;
}

/* FAQ  Start*/
.faq-container {
  text-align: center;
}

.faq-title {
  font-size: 28px;
  margin-bottom: 50px;
  color: #333;
}

.circle-container {
  display: flex;
  justify-content: center;
  gap: 160px;
}

.circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid;
  color: #333;
  font-size: 25px;
  font-weight: bold;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.circle.medical {
  border-color: #009688;
}
.circle.beverage {
  border-color: #ff5722;
}
.circle.industrial {
  border-color: #ff9800;
}
.circle:hover {
  border-color: #0120a0;
  color: #fff;
  background-color: #0120a0 ;
  text-decoration: underline;
}

.circle:hover a{
  color: #fff;
}

/* FAQ End */

/* simplicity start */
.simplicity-section {
  text-align: center;
  /* max-width: 700px; */
  margin: 0 auto;
}

.simplicity-section h1 {
  font-size: 2em;
  color: #003366;
  margin-bottom: 1rem;
}

.simplicity-section p {
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.simplicity-section .footer-text {
  font-size: 1.1em;
  color: #555555;
  font-weight: bold;
}

.graphic {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: 1rem;
}

.circle-large img,
.circle-medium img,
.circle-small img,
.circle-large-faq img,
.circle-large-footer img,
.circle-medium-footer img,
.circle-small-footer img {
  position: absolute;
  border-radius: 50%;
}

/* .circle-large img { */
  /* width: 40px;
  height: 40px; */
  /* left: 0;
  top: 0;
} */

.circle-large-faq img {
  left: 143px;
  top: -15px;
  width: 106px;
  animation: jump 3s ease-in-out infinite;
}

.circle-large img {
  left: 576px;
  top: 24px;
  width: 100px;
  animation: jump 3s ease-in-out infinite;
}

.circle-medium img {
  bottom: 5px;
  position: relative;
  left: 554px;
  width: 40px;
  animation: homeJump2 5s ease-in-out infinite;
}

.circle-small img {
  left: 548px;
  top: 6px;
  width: 27px;
  animation: jump 3s ease-in-out infinite;
}

.circle-large-footer img {
  left: -120px;
  top: 6px;
  width: 27px;
  animation: jump 3s ease-in-out infinite;
}

.circle-medium-footer img {
  bottom: 14px;
  position: relative;
  left: -93px;
  width: 40px;
  animation: homeJump2 5s ease-in-out infinite;
}

.circle-small-footer img {
  top: 53px;
  left: -98px;
  animation: homeJump 4s ease-in-out infinite;
}

/* .circle-medium img { */
  /* width: 25px;
  height: 25px; */
  /* bottom: 5px;
  left: 20px;
} */

/* .circle-small img { */
  /* width: 10px;
  height: 10px; */
  /* top: 5px;
  left: 35px;
} */
/* simplicity end */

/* Footer STart */

.font-weight-bold {
  font-weight: 600;
}

.text-title-primary {
  color: #0120a0 !important;
}

.text-number {
  text-decoration: underline;
}

/* .footer-cont {
  position: relative;
  bottom: 71px;
} */

/* Footer End */

/* forgot Password Start */

.forget-pass a{
  color: #003366 !important;
}

.topShape {
  position: absolute;
  top: 24px;
  right: 140px;
  width: 25%;
}

.topShape-second {
  position: absolute;
  top: 80px;
  right: 40px;
  width: 15%;
}

.bottomShape {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 12%;
}

.bottomShape-second {
  position: absolute;
  bottom: 75px;
  left: 149px;
  width: 25%;
}

.home-circle-large-lg {
  position: relative;
  left: 480px;
  animation: jump 6s ease-in-out infinite;
}

.home-circle-medium-lg {
  position: relative;
  left: 500px;
  width: 103px;
  animation: jump 4s ease-in-out infinite;
}

.home-circle-small-lg {
  position: relative;
  left: 577px;
  bottom: 152px;
  width: 44px;
  animation: jump 5s ease-in-out infinite;
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes homeJump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

@keyframes homeJump2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

.topShape,
.topShape-second,
.bottomShape,
.bottomShape-second {
  animation: jump 4s ease-in-out infinite; /* 3s for slow, smooth animation */
}

/* Forgot Password End */

/* Login STart */
.bubble-container {
  position: relative;
  width: 100%;
  /* height: 100px; */
  /* text-align: center; */
}
.bubble-container .bubble {
  position: absolute;
  border-radius: 50%;
}
.bubble-container .bubble1 {
  width: 52px;
  background-size: cover;
  top: -39px;
  left: 109%;
  opacity: 1;
  animation: homeJump s ease-in-out infinite;
}
.bubble-container .bubble2 {
  width: 69px;
  background-size: cover;
  top: -52px;
  left: 97%;
  opacity: 1;
  animation: homeJump 4s ease-in-out infinite;
}
.bubble-container .bubble3 {
  width: 30px;
  background-size: cover;
  top: -53px;
  left: 115%;
  opacity: 1;
  animation: homeJump 7s ease-in-out infinite;
}

/* Login End */

/* PostLogin Start */

/* .esprigas-form-wrapper {
  display: none;
} */

/* PostLogin End */


/* Media Queries */

/* Large desktops (min-width: 1200px) */
@media (min-width: 1200px) {
  /* Adjust specific styles for large screens if necessary */
  .process-container {
    gap: 102px !important;
  }

  .circle-container { 
    gap: 85px !important;
  }

  .circle {
    width: 225px !important;
    height: 225px !important;
  }
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
  .circle-container {
    gap: 50px;
    align-items: center;
  }

  .circle {
    width: 150px;
    height: 150px;
    font-size: 20px;
  }

  .faq-title {
    font-size: 24px;
  }

  .header {
    height: 60px;
  }

  .header .navbar-default .navbar-nav>li>a {
    padding: 20px 20px;
  }

  /* Footer styles for tablets */
  .footer .social-icon-round li a {
    width: 35px;
    height: 35px;
  }

  .circle-large-faq img {
    left : 45px;
  }
}

@media (max-width: 1024px) {
  .process-container {
      gap: 10px !important;
  }
  .circle-container {
    gap: 71px !important;
  }

  .esprigas-form-wrapper {
    bottom: 0px !important;
    top: 36px !important;
  }

  .circle-small-footer img {
    top: 179px;
    left: 262px;
  }

  .circle-medium-footer img {
    bottom: 0px;
    position: relative;
    left: 217px;
    width: 40px;
    animation: homeJump2 5s ease-in-out infinite;
    top: 165px;
  }

  .circle-large-footer img {
    left: 300px;
    top: 138px;
  }

  .row.block__flex.justify-content-center.align-item-center {
    margin-top : 52px !important;
  }

  .bubble-container .bubble2 {
    left: 80% !important;
  }

  .bubble-container .bubble1 {
    left: 95% !important;
  }

  .bubble-container .bubble3 {
    left: 102% !important;
  }

  .login-btn {
    width: 51% !important;
    left: 25% !important;
  }
  .info-box-number {
    font-size: 12px !important;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .circle-container {
    gap: 20px;
    flex-direction: row;
    align-items: center;
    /* width: 172px;
    height: 174px; */
    font-size: 16px;
    text-decoration: underline;
  }

  .circle {
    width: 185px;
    height: 185px;
    font-size: 22px;
  }

  .faq-title {
    font-size: 25px;
  }

  .header {
    height: 55px;
  }

  .header .navbar-brand .navbar-logo {
    max-width: 150px;
  }

  /* Smaller font sizes for mobile */
  body {
    font-size: var(--para2);
  }
  
  /* Adjust bubble animations */
  .bubble-container .bubble1,
  .bubble-container .bubble2,
  .bubble-container .bubble3 {
    animation: homeJump 6s ease-in-out infinite;
  }


  .circle-large-faq img {
    left: 54px !important; 
  }

  .home-circle-small {
    right: 307px !important;
  }

  .home-circle-medium {
    right: 320px !important;
    bottom: 172px !important;
  }

  .home-circle-large {
    right: 345px !important;
    bottom: 53px !important;
    width: 70px;
  }

  .process-container {
    gap:10px !important;
  }

  .esprigas-form-wrapper {
    top: 71px;
    bottom: 0px;
  }

  .bubble-container .bubble3 {
    top: 29px;
    left: 96%;
  }

  .bubble-container .bubble1 {
    top: -14px;
    left: 88%;
  }

  .col-md-7.col-sm-12.col-md-pull-5.text-center {
    margin-top: 66px;
  }

  .header .navbar-default .navbar-nav>li>a {
    padding: 17px 36px;
  }

  .dropdown.mycart .dropdown-toggle {
    background: #0021A0 !important;
    color: #fff !important;
    font-size: 13px !important;
    height: 55px;
  }

  .minicart-wrapper .action.showcart .text {
    line-height: 57px;
  }

  .minicart-wrapper .action.showcart:before {
    line-height: 50px;
  }

  .nav-toggle {
    top: 6px !important;
  }

  .bubble-container .bubble2 {
    left: 87% !important;
  }
}

/* Small Mobile (max-width: 576px) */
@media (max-width: 576px) {
  .faq-container {
    padding: 10px;
  }
  .navbar-default .navbar-toggle {
    margin: 4px 0px 18px 10px !important;
  }

  .circle-container {
    flex-direction: column;
    gap: 15px;
  }

  .circle {
    width: 200px;
    height: 200px;
    font-size: 23px;
  }

  .faq-title {
    font-size: 25px;
  }

  /* Navbar adjustments for small mobile */
  .header {
    height: 50px;
  }

  .header .navbar-default .navbar-nav>li>a {
    padding: 15px 8px;
    font-size: 12px;
  }
  
  /* Adjust footer icons */
  .footer .social-icon-round li a {
    width: 35px;
    height: 35px;
  }

  .process-container {
    flex-direction : column;
    align-items: center;
  }

  .banner-title {
    position: relative;
    top: 21px;
  }

  .dropdown.mycart .dropdown-toggle {
    height: 50px;
  }

  .navbar-default .navbar-toggle {
    /* margin: 9px 0px 18px 10px !important; */
  }

  .full-width-banner .banner-headline {
    padding : 0px !important; 
  }

  .banner-headline .v7-btn-primary {
    padding : 10px 20px !important;
  }

  .banner-title span {
    font-size: 25px !important;
  }

  .circle-container {
    gap : 20px !important;
  }

  .social-icon-round li a:before {
    top : 8px !important;
  }

  .login-btn {
    width: 60% !important;
    left: 21% !important;
  }

  .title-primary-bold {
    font-size: 24px !important;
  }
}

@media only screen 
and (min-width: 1024px) 
and (max-width: 1366px) 
and (min-height: 1024px) 
and (max-height: 1366px) {
    .full-width-banner {
        min-height: 0vh;
    }
}

/* BEV-2573 end */

/* CSS fixed bubble issue for all devices */

@media (min-width:1200px) and (max-width:1399px) {
  .bubble-container .bubble1{
      left: 99%;
  }
  .bubble-container .bubble2{
      left: 88%;
  }
  .bubble-container .bubble3{
      left: 105%;
  }
  .home-circle-large{
      right: 390px;
  }
  .home-circle-medium{
      right: 300px;
  }
  .home-circle-small{
      right: 316px;
  }
  .circle-large img{
      left: 576px;
      top: -10px;
  }
  .circle-medium img{
      left: 524px;
      bottom: -4px;
  }
  .circle-small img{
      left: 556px;
      top: -24px;
  }
  .circle-large-footer img{
      left: -70px;
  }
  .circle-medium-footer img{
      left: -45px;
  }
  .circle-small-footer img{
      left: -65px;
  }
}

@media (min-width:820px) and (max-width:920px) {
  .bubble-container .bubble2{
      left: 84% !important;
  }
  .home-circle-large{
      right: 365px;
  }
  .home-circle-medium{
      right:276px;
  }
}

@media (min-width:992px) and (max-width:1024px) {
  .home-circle-large{
      right: 270px;
  }
  .home-circle-medium{
      right: 180px;
  }
  .home-circle-small{
      right: 220px;
  }
  .circle-medium img{
      left: 288px;
  }
  .circle-small img{
      left: 318px;
      top: -40px;
  }
  .circle-large img{
      left: 341px;
      top: -7px;
  }
}

@media (max-width: 767.98px) {
  .banner-stats-title {
      font-size: 26px;
  }
  .banner-headline .row.block__flex.justify-content-center.align-item-center{
      margin-top: 0!important;
  }
  .esprigas-form-wrapper {
      top: 5px !important;
  }
  .home-circle-large{
      right: 180px !important;
      bottom: -30px !important;
  }
  .home-circle-medium{
      right: 110px !important;
      bottom: 22px !important;
  }
  .home-circle-small{
      right: 115px !important;
      bottom: 93px;
  }
  .circle-large-faq img{
      width: 60px;
      left: 10px !important;
  }
  .circle-small-footer img{
      top: 170px;
      left: 280px;
  }
  .circle-medium-footer img{
      top: 160px;
      left: 240px;
  }
  .circle-large-footer img{
      left: 300px;
      top: 132px;
  }
}

@media (min-width: 768px) {
  .page-wrapper .sections.nav-sections {
    margin-bottom: 0;
  }
}

/* CSS fixed bubble issue for all devices */

/* product to checkout page css */
.login-right .form-control, .espri-login-container .espri-login-page-default .form-control{
  border-radius:0 !important;
}
.product-info-main .box-tocart .action.tocart, .btn.btn-sm.btn-view.btn-checkout, .btn-secondary.btn-common-orange{
  background: var(--espri-action-blue-primary) !important;
  border: 1px solid var(--espri-action-blue-primary) !important;
  border-radius: 10px !important;
}
.product-info-main .box-tocart .action.tocart:hover, .btn.btn-sm.btn-view.btn-checkout:hover, .btn-secondary.btn-common-orange:hover{
  background:var(--espri-action-blue-primary-hover) !important;
  border-color:  var(--espri-action-blue-primary-hover) !important;
}
.one-step-checkout-container .fa-stack.fa-2x > i, .fa.fa-gift.fa-2x, .fa.fa-check-circle, .one-step-checkout-container .cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong, .checkout-onepage-success .page-title-wrapper .page-title, .checkout-success .order-number, .checkout-onepage-success .page-title-wrapper .page-title, .checkout-success .order-number{
  color: var(--espri-action-blue-primary) !important;
}
.opc-wrapper .shipping-address-item.selected-item{
  border-color:var(--espri-action-blue-primary) !important;
}
.opc-wrapper .shipping-address-item.selected-item:after, .one-step-checkout-container .remove-wrapper .button-action{
  background:var(--espri-action-blue-primary) !important;
}
.osc-place-order-wrapper button.action.primary.checkout{
  width: auto !important;
  border-radius: 6px;
}
.osc-place-order-wrapper .place-order-primary button.primary.checkout{
  background-color: var(--espri-action-blue-primary) !important;
  border-color: var(--espri-action-blue-primary) !important;
}
.osc-place-order-wrapper .place-order-primary button.primary.checkout:hover{
  background-color:var(--espri-action-blue-primary-hover) !important;
  border-color:  var(--espri-action-blue-primary-hover) !important;
}
.input-group-btn:last-child>.btn.action-apply.btn.btn-danger{
  color: var(--espri-action-blue-primary) !important;
  border-color: var(--espri-action-blue-primary) !important;
  background-color: #f7f7f7 !important;
}
.input-group-btn:last-child>.btn.action-apply.btn.btn-danger:hover{
  color: var(--white) !important;
  border-color: var(--espri-action-blue-primary) !important;
  background-color: var(--espri-action-blue-primary) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--espri-action-blue-primary) !important;
  color: white;
}

.input-group-btn:last-child>.btn.action-apply.btn.btn-danger {
    border-radius: 4px;
    margin-left: -10px;
} 

.dashboard-info-btn{
  background-color: #f7f7f7;
  color: #0120a0 !important;
  border: 1px solid #0120a0;
  font-weight: 600;
  border-radius: 6px;
}

.popup-change-password #popup-modal .closePopbtn:hover {
  color: #4c5458;
}

.popup-change-password #popup-modal .closePopbtn {
  color: #4c5458;
}

#co-place-order-area .osc-place-order-wrapper .place-order-primary button.primary.checkout {
  color: var(--white) !important;
  border-color: var(--espri-action-blue-primary) !important;
  background-color: var(--espri-action-blue-primary) !important;
  border-radius: 6px !important
}

#co-place-order-area .osc-place-order-wrapper .place-order-primary button.primary.checkout:hover {
  color: var(--white) !important;
  border-color: var(--espri-action-blue-primary-hover) !important;
  background-color: var(--espri-action-blue-primary-hover) !important;
}

#co-place-order-area .actions-toolbar {
  display: flex  ;
  justify-content: center;
  align-items: center;
}

/* updated Code */

button.action-secondary.action-dismiss, button#add-row-button{
  background-color: #f7f7f7 !important;
  color: var(--espri-action-blue-primary) !important;
  border: 1px solid var(--espri-action-blue-primary) !important;
  border-radius: 6px !important;
}
button.action-secondary.action-dismiss:hover, button#add-row-button:hover{
  background-color: var(--espri-action-blue-primary) !important;
  color: var(--white) !important;
  border-color: var(--espri-action-blue-primary) !important;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept{
  background-color: var(--espri-action-blue-primary) !important;
  border-radius: 6px !important;
  border: 1px solid var(--espri-action-blue-primary) !important;
  padding: 8px 15px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept:hover{
  background-color: var(--espri-action-blue-primary-hover) !important;
  border-color: var(--espri-action-blue-primary-hover) !important;
}


#radio-group .selected .membership_annual_box{
  border:1px dashed var(--espri-action-blue-primary) !important;
}
.selected .membership_annual_box:after{
  background:var(--espri-action-blue-primary) !important;
  border:1px dashed var(--espri-action-blue-primary) !important;
}


.uaOfg{
  background-color:var(--espri-action-blue-primary) !important;
  border: 1px solid var(--espri-action-blue-primary) !important;
  border-radius: 6px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: .3px;
  padding: 10px 20px;
}
.uaOfg:hover{
  background-color:var(--espri-action-blue-primary-hover) !important;
  border: 1px solid var(--espri-action-blue-primary-hover) !important;
}
@media (max-width: 992px) {
  .header .navbar-default .navbar-nav>li>a {
      padding: 20px 10px !important;
  }
  .header {
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  #sidebar ul li a:hover, #sidebar .sidebar-header .mobile-user-name, #dismiss {
      color: var(--espri-action-blue-primary) !important;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .navbar-nav.navbar-right {
    margin-top: 15px !important;
  }
}
@media (max-width: 576px) {
  .navbar-nav.navbar-right {
    margin-top: 7px !important;
  }
}
.btn-danger.modal-close{
  background-color: var(--espri-action-blue-primary) !important;
  color: var(--white) !important;
  border-color: var(--espri-action-blue-primary) !important;
}
button.primary.close-modal-form.dashboard-info-btn:hover, .btn-danger.modal-close:hover {
  background-color:var(--espri-action-blue-primary) !important;
  border: 1px solid var(--espri-action-blue-primary) !important;
  color: var(--white) !important;
}
.popup-change-password .form-edit-account .actions-toolbar .action.save.primary:hover{
  background-color:var(--espri-action-blue-primary-hover) !important;
  border: 1px solid var(--espri-action-blue-primary-hover) !important;
}
.input-group-btn:last-child>.btn.action-apply.btn.btn-danger{
  z-index: 4;
}
.checkout-own-stripecards .btn-danger{
  background-color: var(--espri-action-blue-primary) !important;
  border-color: var(--espri-action-blue-primary) !important;
}
.checkout-own-stripecards .btn-danger:hover{
  background-color: var(--espri-action-blue-primary-hover) !important;
  border-color: var(--espri-action-blue-primary-hover) !important;
}

.minicart-items .update-cart-item{
  background-color: #f7f7f7 !important;
  color: var(--espri-action-blue-primary) !important;
  border: 1px solid var(--espri-action-blue-primary) !important;
  border-radius: 6px !important;
}
.minicart-items .update-cart-item:hover{
  background-color: var(--espri-action-blue-primary) !important;
  color: var(--white) !important;
  border-color: var(--espri-action-blue-primary) !important;
}
.v7-po-number .label{
  padding-left: 0;
}
@media (max-width: 768px) {
  .mobileCartIcon{
      color:#333;
  }
  .navbar-nav.navbar-right {
    margin-top: 2px;
  }
  #navbar ul.nav.navbar-nav.navbar-right {
    margin-right: 12px;
  }
}

.popup-change-password .login-right .form-control {
  padding: 10px !important;
}

.coke-text-color{
    color: var(--espri-action-blue-primary);
}
.input-text{
    padding: 0px 9px !important;
}
.amcompany-customer-account .page-main .action.primary, .action.save.primary, .action.primary{
    background-color: var(--espri-action-blue-primary) !important;
    color: var(--white) !important;
    border-color: var(--espri-action-blue-primary) !important;
    border-radius: 6px;
}
.amcompany-customer-account .page-main .action.primary:hover, .action.save.primary:hover, .action.primary:hover{
    background-color: var(--espri-action-blue-primary-hover) !important;
    color: var(--white) !important;
    border-color: var(--espri-action-blue-primary-hover) !important;
}
.chk-popup-btn {
    text-align: center;
}
.chk-popup-btn .btn.btn-secondary.btn-common-orange:hover{
    background-color: var(--espri-action-blue-primary-hover) !important;
    color: var(--white) !important;
    border-color: var(--espri-action-blue-primary-hover) !important;
}

.nav-ach .btn.btn-secondary.btn-common-orange{
    background-color: var(--espri-action-blue-primary) !important;
    color: var(--white) !important;
    border-color: var(--espri-action-blue-primary) !important;
}
.nav-ach .btn.btn-secondary.btn-common-orange:hover{
    background-color: var(--espri-action-blue-primary-hover) !important;
    color: var(--white) !important;
    border-color: var(--espri-action-blue-primary-hover) !important;
}

tr.location-item:hover {
    background-color: var(--espri-action-blue-primary) !important;
    color: #fff !important;
}
.Input:focus, .p-Input--focused{
    outline: var(--espri-action-blue-primary) !important;
    border-color: var(--espri-action-blue-primary) !important;
}
.stripe-payments.btn-info, .form-edit-account .btn-danger{
    background-color: var(--espri-action-blue-primary) !important;
    border-color: var(--espri-action-blue-primary) !important;
}
.stripe-payments.btn-info:hover, .form-edit-account .btn-danger:hover{
    background-color: var(--espri-action-blue-primary-hover) !important;
    border-color: var(--espri-action-blue-primary-hover) !important;
}
.close, .modal-close{
    color: var(--espri-action-blue-primary) !important;
}
ul.stripe-dropdown-list li:hover{
    background-color: var(--espri-action-blue-primary) !important;
    color: var(--white) !important;
}
.orders-history a:hover, .order-action ul li a:hover {
    color: var(--espri-action-blue-primary) !important;
}
.action.primary.addtocart {
    background-color: var(--white) !important;
    color: var(--espri-action-blue-primary) !important;
    border-color: var(--espri-action-blue-primary) !important;
}
.action.primary.addtocart:hover {
    background-color: var(--espri-action-blue-primary) !important;
    color: var(--white) !important;
    border-color: var(--espri-action-blue-primary) !important;
}
.account .new-saved-card .primary .primary{
    background: var(--espri-action-blue-primary) !important;
    border-color: var(--espri-action-blue-primary) !important;
    color: #fff !important;
    border-radius: 6px !important;
}
.account .new-saved-card .primary .primary:hover{
    background: var(--espri-action-blue-primary-hover) !important;
    border-color: var(--espri-action-blue-primary-hover) !important;
    color: #fff !important;
}

/* gallery CSS */
.fotorama__thumb-border {
    border: 1px solid var(--espri-action-blue-primary) !important;
}
.checkout-onepage-success .page-title-wrapper{
    margin-top: 60px;
}

.account .new-saved-card .primary .primary{
    background: var(--espri-action-blue-primary) !important;
    border-color: var(--espri-action-blue-primary) !important;
    color: #fff !important;
    border-radius: 6px !important;
}
.account .new-saved-card .primary .primary:hover{
    background: var(--espri-action-blue-primary-hover) !important;
    border-color: var(--espri-action-blue-primary-hover) !important;
    color: #fff !important;
}

#alert-location-message-modal .btn.btn-secondary.btn-common-orange{
    background: var(--espri-action-blue-primary) !important;
    border: 1px solid var(--espri-action-blue-primary) !important;
    color: var(--white) !important;
    border-radius: 6px !important;
}
#alert-location-message-modal .btn.btn-secondary.btn-common-orange:hover{
    background: var(--espri-action-blue-primary-hover) !important;
    border-color: var(--espri-action-blue-primary-hover) !important;
}
#custom-modal-message .close{
    right: -5px;
    top: 5px;
}
ul.stripe-dropdown-list li:hover, ul.stripe-dropdown-list li:hover a, ul.stripe-dropdown-list li a:hover{
    background-color: var(--espri-action-blue-primary) !important;
    color: var(--white) !important;
}
.stripe-payments.btn-info {
    background-color: transparent !important;
    border-color: var(--espri-action-blue-primary) !important;
    color: var(--espri-action-blue-primary) !important;
}
.stripe-payments.btn-info:hover {
    background-color: var(--espri-action-blue-primary) !important;
    border-color: var(--espri-action-blue-primary) !important;
    color: var(--white) !important;
}
/* start BEV-2725 */
.customer-account-forgotpassword .page-main , .customer-account-login .page-main {
  padding-top: 60px;
}
/* end BEV-2725 */

/* BEV-2828 Responsive */

#co-place-order-area {
  width: 100%; 
}

@media (max-width: 768px) {
    #co-place-order-area {
      width: 96%;
      padding: 0px !important;
      margin: 9px 5px !important;
  }
  .page-wrapper .sections.nav-sections {
    width: 300px;
  }
  .nav-open .page-wrapper {
    left: 300px;
  }
  .nav-open nav#sidebar {
    display: block !important;
  }
  nav#sidebar {
    display: none !important;
    width: 300px;
    max-width: 300px;
    height: 1100px;
    background: #0120a0 !important;
  }
  .components a {
    color: #fff;
    padding: 0px 18px 0px 15px !important;
  }
  .nav-open .nav-toggle:after {
    display:none;
  }
  .header .navbar-brand {
    padding-left: 20px;
  }
}

div#checkoutSteps {
  width: 100% !important;
}
/* BEV-2828 Responsive */
/* // BEV-2829 */
.bold-text {
  font-weight: bold;
}

/*for making design compatible with bootstrap 4.6.2 BEV-2747*/
.header .navbar-default {
    background-color: transparent !important;
    border: none;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .col-md-push-7 {
        left: 58.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .full-width-banner {
      padding: 90px 0 ;
    }
}
@media (min-width: 577px) and (max-width: 767.98px) {
  .navbar-default .navbar-toggle {
      float: left;
      margin: 7px 0px 18px 10px;
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
@media (max-width: 578px) and (max-width: 767px) {
  .navbar-nav.navbar-right {
      margin-top: 7px !important;
  }
}
@media  (min-width: 768px) and  (max-width: 1023px) {
  .nav.navbar-right>li:nth-child(2) {
    display:none
  }
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
nav>div.container {
    height: 60px;
}
.minicart-wrapper .dropdown-toggle::after {
    display: block;
    border: unset;
}
.btn {
  font-size:14px
}
#wizard ul li .media {
  align-items: center;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.bg-info {
  background-color: #d9edf7 !important;
}
.block-collapsible-nav-content .nav {
  flex-direction: column;
}
.navbar-nav.navbar-right{
  /* align-items: center; */
  margin-top: -5px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /* font-weight: 700; */
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.field.required.site_business_hours label::after {
  display:none;
}
.goods-receiving-hours table > tbody > tr > td {
  padding: 0px 10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#wizard-p-2 .row {
  justify-content: center;
}
.saved-cards tr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row.block__flex.justify-content-center.align-item-center {
  display: flex;
  /* flex-direction: column; */
}
nav.navbar>div.container {
  display:unset;
}
div.navbar-header {
  float: left;
}
.nav.navbar-right>li:nth-child(2) {
  padding: 20px 0px;
  /* margin-top: -12px; */
}
.membership_price_info .table, .sidebar-header a {
  color:#fff
}
div.h3 {
  font-size: 24px;
}
table .col {
  width: unset;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.dropdown-menu {
  font-size:14px
}
.label {
  color: #4c5458;
}
.row>.espri-login-container{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
nav#sidebar>a {
  font-size: 25px;
  position: absolute;
  right: 5px;
}
.sidebar-header {
  padding: 15px;
}
/* QA issue sheet-63 */
/* .header-location {
  padding:unset !important;
} */
.mobile-user-name {
  color:var(--white)
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: black;
}

p {
  padding: 10px !;
}

.user-menu .dropdown-toggle::after {
  display: none;
}
.gallery-placeholder .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows.fotorama__wrap--no-controls {
  height: 275px !important;
  width: 330px !important;
}
.gallery-placeholder .fotorama__stage {
   height: 275px !important;
  width: 330px !important;
}
.gallery-placeholder .fotorama__stage__shaft {
  height: 275px !important;
  width: 330px !important;
}
.header .navbar-default .navbar-nav>li.user-menu .dropdown-menu {
  position: absolute;
}
ul.navbar-nav.navbar-right {
  align-items: unset !important;
}
/*for making design compatible with bootstrap 4.6.2 BEV-2747*/
