/*@import url(//db.onlinewebfonts.com/c/105007d99d9df64c50cc24d696d79555?family=Graphik+Web+Regular);*/
@font-face {
  font-family: "alexbrush";
  src: url("../css/fonts/alexbrush.ttf");
}

@font-face {
  font-family: 'Aileron-Black';
  src: url('../font/aileron/Aileron-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Aileron-Heavy';
  src: url('../font/aileron/Aileron-Heavy.ttf') format('truetype');
}
@font-face {
  font-family: 'Aileron-Regular';
  src: url('../font/aileron/Aileron-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../font/opensans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../font/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../font/OpenSans-SemiBold.ttf') format('truetype');
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}
body,
.header,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
}

header {
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -ms-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -o-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  border-bottom: 1px solid rgba(64, 64, 64, 0.13);
}

.container {
  max-width: 1353px !important;
  margin: 0 auto;
  padding: 0 !important;
}

.fs-22 {
  font-size: 22px !important;
}

.pad-none {
  padding: 0;
}

.header-outter {
  max-width: 1353px;
  margin: 0 auto;
  padding: 5px 0 15px 0;
  position: relative;
}

.logo-div {
  width: 15%;
  float: left;
}

.nav-bar-outter {
  float: left;
  /* width: 67%; */
  width: 85%;
  display: inline-block
    /* justify-content: center; */
}

.nav-bar-outter ul li a:hover {
  color: #233d98 !important;
}

.nav-bar-outter li a {
  font-size: 17px;
}

.nav-bar-outter .navbar-light .navbar-nav .nav-link {
  color: #233d98;
  text-transform: uppercase;
}

.nav-bar-outter .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #8cc641;
}

.nav-bar-outter .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 9px;
}

.nav-bar-outter .navbar-expand-lg .navbar-nav li:nth-child(5) ul li:nth-child(1) .nav-link {
  padding-left: 18px;
}

ul.nav-bar-inner li {
  float: left;
  list-style: none;
}

ul.nav-bar-inner li a {
  color: #404040 !important;
}

ul.nav-bar-inner li a:hover {
  color: #8cc641 !important;
}

li.nav-item.Nurture:after {
  content: "|";
  color: #8cc641;
  font-size: 24px;
  position: absolute;
  right: -3px;
  top: -3px;
}

.header-inner {
  width: 100%;
  margin: 0 auto;
}

.inr-coupon-blackfriday p {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.inr-coupon-blackfriday p span {
  color: #253e9b;
}

.coupon-blackfriday {
  background-color: #8dc742;
  padding: 10px 0;
}

.nav-bar-outter a.nav-link.shop {
  font-size: 17px;
  line-height: 1;
}

.header-inner .navbar-nav .nav-bar-inner.sq-pipe-line-h {
  position: relative;
  padding-left: 9px;
  margin-left: 9px;
}

.header-inner .navbar-nav .nav-bar-inner.sq-pipe-line-h:before {
  content: '|';
  display: inline-block;
  position: absolute;
  left: -2px;
  top: -4px;
  color: #8cc641;
}

/*
.header-inner .navbar-nav .nav-item:first-child a{
	padding-right:0px;	
}
.header-inner .navbar-nav .nav-item:first-child:after , .header-inner .navbar-nav .nav-item:last-child:after{
	display:none;	
} 
.about_meu a{
  padding-right: 10px !important;
} 
.about_meu a:after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #8cc641;
}
*/

.nav-bar-outter li.nav-item {
  line-height: 1;
  position: relative;
}

.my-account {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 16px;
  text-align: right;
}

.my-account li {
  float: left;
  list-style: none;
  padding: 15px 17px;
  position: relative;
  color: #404040;
  font-size: 20px;
  font-weight: 200;
}

li.account:after {
  content: "|";
  color: #8cc641;
  position: absolute;
  right: 0px;
  top: 14px;
}

.my-account ul {
  position: relative;
  display: inline-block;
  margin: 0;
}

nav.navbar.navbar-expand-lg.navbar-light {
  width: 100%;
}

.collapse.navbar-collapse.side-bar-new {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-inner .navbar-nav {
  margin: 0 auto;
}

.my-account i {
  color: #8cc641;
}

.cart-inner {
  position: absolute;
  z-index: 999;
  color: #777777;
  border: 2px solid #e6e6e6;
  padding: 13px 20px;
  padding-top: 26px;
  display: none;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  top: 50px;
  min-width: 356px;
  right: 0;
  left: auto;
  -webkit-box-shadow: 0 2px 8px 1px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 2px 8px 1px rgb(0 0 0 / 7%);
  -ms-box-shadow: 0 2px 8px 1px rgb(0 0 0 / 7%);
  -o-box-shadow: 0 2px 8px 1px rgb(0 0 0 / 7%);
  box-shadow: 0 2px 8px 1px rgb(0 0 0 / 7%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: initial;
}

.account-inner {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  width: 100%;
}

.account-inner img {
  float: left !important;
  margin-right: 10px;
  width: 80px !important;
  border: 1px solid #ededed;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-radius: 0;
}

.remove-close {
  width: 100%;
  float: left;
  position: relative;
}

.remove-close span {
  position: absolute;
  z-index: 3;
  text-align: center !important;
  font-size: 19px;
  top: 9px !important;
  right: -14px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #fff;
  color: #474747 !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
  -ms-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
  -o-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
  line-height: 20px;
}

.account-inner span {
  font-size: 14px;
  font-weight: 500;
  color: #404040 !important;
}

.account-left {
  width: 30%;
  float: left;
  padding: 0 15px 0 0;
}

.account-right {
  float: left;
  width: 60%;
}

.account-right a {
  font-size: 13px;
  float: left;
  width: 100%;
  color: #777777 !important;
}

.subtotal strong {
  color: #474747;
  font-size: 13px;
  margin: 8px 0 12px 0;
  text-transform: uppercase;
  float: none;
  display: block;
}

.subtotal {
  text-align: center;
  border-top: 1px solid #e6ebee !important;
  margin: 15px 0 0 0;
}

.my-account .subtotal a,
.my-account .subtotal button {
  padding: 12px 25px;
  width: 100%;
  float: left;
  background: #8cc641;
  color: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
  border: none;
  cursor: pointer;
}

.blue-color-hover a:hover,
.my-account .subtotal a:hover,
.blue-color-hover button:hover,
.my-account .subtotal button:hover,
.blue-color-hover input[type="submit"]:hover {
  background: #2d449c !important;
  text-decoration: none;
  color: #fff !important;
}

.block.push-bit.login-form::after {
  box-shadow: none;
}

.login-error-msg {
  width: 100%;
  padding-top: 3px;
  padding-left: 5px;
  text-align: left;
}

.main-login-form,
.main-forgot-form,
.main-register-form {
  width: 100%;
  float: left;
  padding: 80px 20px;
}

.main-login-form h1,
.main-forgot-form h1,
.main-register-form h1 {
  padding-bottom: 30px;
}

.main-register-form {
  padding: 60px 20px;
}

.wid-100 {
  width: 100%;
  float: left;
}

.res-failure {
  color: red;
}

.res-success {
  color: green;
}

.res-failure,
.res-success {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding-top: 5px;
}

.for-outer-border {
  border: 1px solid #d3ced2;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.cart-inner .cross-icon-head {
  /* position: absolute;
  top: 0;
  right: 0; */
  width: 10%;
  float: left;
}

.cart-inner .cross-icon-head a {
  background-color: #fff;
  padding: 0px 7px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
}

.cart-inner .cross-icon-head a:hover {
  color: #000 !important;
}

.com-pro-details {
  display: flex;
  padding: 60px 20px;
  /* grid-template-columns: 33.3% 33.3% auto; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
}

.com-pro-details .inner-com-pro-details {
  background-color: #f0f0f0;
  padding: 20px;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}

input[type="radio"] {
  vertical-align: middle;
}

.com-pro-details .inner-com-pro-details:last-child {
  margin-bottom: 0;
}

.com-pro-details .inner-com-pro-details.pro-dark-gray {
  background-color: #e8e8e8;
}

.pro-img,
.pro-details-head,
.pro-details-main {
  display: inline-block;
  width: 100%;
  float: left;
}

.pro-details-main .pro-det-subhead,
.pro-details-main .pro-price {
  color: #404040;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  padding-top: 20px;
}

.pro-details-main .pro-price {
  font-weight: 500;
}

.pro-details-main ul li {
  position: relative;
}

.pro-details-main ul li span {
  position: absolute;
  left: 13px;
  font-weight: 400;
  font-size: 10px;
}

.pro-details-main .orange-list li span {
  color: #f38c2b;
}

.pro-details-main .green-list li span {
  color: #8dc741;
}

.pro-details-main .pink-list li span {
  color: #e68fae;
}

.pro-orange-color .cost-btn {
  background-color: #f38c2b !important;
}

.pro-green-color .cost-btn {
  background-color: #8dc741 !important;
}

.pro-pink-color .cost-btn {
  background-color: #e68fae !important;
}

.pro-details-main ul li:nth-child(2n) {
  background-color: rgba(230, 230, 230, 1);
}

.pro-details-main .green-list {
  width: 100%;
  float: left;
}

.com-pro-checkout-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.btn-primary:focus,
.btn-success:focus,
.login-btn button {
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  -ms-box-shadow: unset !important;
  -o-box-shadow: unset !important;
  box-shadow: unset !important;
}

.inner-com-pro .com-pro-checkout-btn:first-child {
  padding-top: 60px;
}

.inner-com-pro .com-pro-checkout-btn:last-child {
  padding-bottom: 60px;
}

.com-pro-checkout-btn a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: #404040;
  border: 1px solid #404040;
  padding: 15px 39px;
  display: inline-block;
}

.com-pro-checkout-btn a:hover {
  color: #fff;
  background-color: #213890;
  border: 1px solid #213890;
}

.pro-dark-gray .pro-details-main ul li:nth-child(2n) {
  background-color: rgba(220, 220, 220, 1);
}

.com-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
}

.inner-com-popup {
  /* position: relative; */
  width: 100%;
  float: left;
  /* vertical-align: middle;
  display: inline-grid; */
}

.innr-popup-for-newsletter {
  background-color: #fff;
  max-width: 300px;
  margin: 0 auto;
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px 20px;
  text-align: center;
}

.popup-for-newsletter {
  display: none;
}

#chat-widget-container {
  bottom: 70px !important;
  z-index: 9999 !important;
}
.floating-icon-cart{
  display: none;
}

.innr-popup-for-newsletter .popup-for-sub-cross {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.innr-popup-for-newsletter input[type="submit"] {
  background-color: #8dc742;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 0;
  margin-top: 15px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  width: 100%;
  cursor: pointer;
}

.innr-popup-for-newsletter h3 {
  color: #242b71;
  text-align: center;
  font-size: 25px;
  font-family: 'Roboto';
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
}

.innr-popup-for-newsletter input[type="email"] {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 42px;
  color: #404040;
}

.swal-modal .swal-text {
  font-family: 'Roboto';
  color: #424242;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.swal-modal .swal-footer button {
  background-color: #8cc641;
  font-family: 'Roboto';
}

.swal-modal .swal-footer button:hover {
  background-color: #2d449c;
}
.swal-footer{
  text-align: center !important;
}
.swal-modal .swal-footer .swal-button:focus {
  box-shadow: none;
}

.account-table.custom-table.table-responsive {
  padding: 15px 20px;
}

.new-home-top .compare-pro-row-one.compare-pro-for-mobile .flex-control-nav.flex-control-paging {
  display: inline-block !important;
}

.database-backup h1,
.my-orders .header-section h1 {
  text-align: center;
  margin: 0;
}

.backup-btn {
  padding: 10px;
  display: inline-flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.database-backup {
  padding-bottom: 25px;
}

.innr-database-backup .table {
  padding: 0 20px;
}

.innr-database-backup {
  max-width: 500px;
  margin: 0 auto;
  float: none;
  padding: 0 20px;
}

.database-backup h1,
.my-orders .header-section {
  padding: 50px 0;
}

.payment-info .coupon-fields label {
  width: 100%;
}

.payment-info .coupon-fields button {
  margin-top: 32px;
  font-size: 22px !important;
  padding: 0 25px !important;
  line-height: 22px !important;
  height: 40px !important;
}

.payment-info .coupon-fields input {
  height: 42px !important;
}

.myorder-pagination {
  padding: 0 0 20px;
  text-align: center;
}

.myorder-pagination .current {
  padding: 5px 10px;
  background-color: #86be46;
  color: #fff;
  margin: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #86be46;
}

.pron-page .sec1 .container,
.pron-page .sec2 .container {
  padding: 0;
}

.compare-pro-for-mobile .jordan-img {
  text-align: center;
  padding-top: 25px;
}

/* update home page start */
.home-container {
  margin: 0 auto;
  max-width: 1353px;
}

.new-home-banner-sec {
  background: rgb(36, 42, 112);
  background: linear-gradient(90deg, rgba(36, 42, 112, 1) 0%, rgba(20, 24, 77, 1) 100%);
}

.inner-home-banner-sec {
  color: #fff;
  display: inline-grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  padding: 60px 0 40px;
  position: relative;
}

.inner-home-banner-sec .home-banner-right img {
  max-width: 720px;
  position: absolute;
  top: 0;
  right: 0;
}

.inner-home-banner-sec .home-banner-left {
  text-align: center;
}

.inner-home-banner-sec .home-banner-left p {
  font-weight: 700;
  font-size: 41.85px;
  margin: 0;
  line-height: 46px;
}

.inner-home-banner-sec .home-banner-left h1 {
  font-size: 67.28px;
  font-weight: 700;
  line-height: 72px;
}

.inner-home-banner-sec .home-banner-left span {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  padding-top: 25px;
}

.inner-home-banner-sec .home-banner-left a,
.innr-compare-pro-chart .compare-pro-row-btn a,
.new-home .outer-home-mid-third .home-mid-third-r a {
  background-color: #8dc742;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 25px;
  margin-top: 25px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.new-home .outer-home-mid-third .home-mid-third-r a {
  margin-top: 0;
}

.new-home .outer-home-mid-third {
  padding: 0 20px;
}

.new-home .home-mid-third-l video {
  max-width: 660px;
  width: 100%;
  height: auto;
}

.new-home .outer-home-mid-third .home-mid-third-r {
  padding-left: 43px;
}

.new-home .home-mid-third-r ul li {
  list-style: none;
  padding: 7px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.new-home .home-mid-third-r ul li:first-child {
  padding-top: 0;
}

.inner-com-pro {
  padding: 0 20px 80px;
}

.new-home .home-mid-third-r ul li:before {
  content: '';
  background: url('../images/blue-tick.webp') no-repeat center/cover;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.new-home .home-mid-third {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
  margin-top: 80px;
}

.new-home .home-mid-third-r h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 39px;
  text-align: left;
  color: #0613a6;
}

.new-home-module3 img {
  width: 100%;
}

/* .header-outter .navbar-expand-lg .navbar-nav {
  padding-left: 240px;
} */
.header-outter .update-add-line a:after {
  content: '|';
  color: #8dc741;
  padding-left: 15px;
}

/*
.header-outter .nav-bar-outter li.nav-item.active a {
  padding-right: 0;
}
*/
.header-outter .nav-bar-outter>.nav-item:last-child {
  padding-right: 5px;
}

/* .innr-compare-pro-chart .tableContainer {
  overflow: auto;
  height: 200px;
} */
.innr-compare-pro-chart thead tr {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.innr-compare-pro-chart .mobileColumnGroup {
  display: none;
}

.innr-compare-pro-chart .rowHeader,
.innr-compare-pro-chart [scope="colgroup"] span {
  left: 0;
  position: sticky;
}

.innr-compare-pro-chart table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.innr-compare-pro-chart td,
.innr-compare-pro-chart th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  min-width: 100px;
  background: #ffffff;
}

.innr-compare-pro-chart .featureCheck {
  color: #7a7a7a;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.innr-compare-pro-chart td .com-title,
.innr-compare-pro-chart .title-for-mobile-view td {
  color: #424242;
  font-size: 16px;
  font-family: "Roboto";
}

.innr-compare-pro-chart .title-for-mobile-view td {
  text-align: center;
  font-weight: 500;
}

.innr-compare-pro-chart .title-for-mobile-view,
.innr-compare-pro-chart .compare-pro-row-one.compare-pro-for-mobile {
  display: none;
}

.compare-pro-row-one.compare-pro-for-mobile .flex-control-nav .flex-active {
  background: #8dc742;
}

.compare-pro-row-one.compare-pro-for-mobile .flexslider {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.compare-pro-row-one.compare-pro-for-mobile .flex-direction-nav .flex-next {
  right: -20px;
}

.compare-pro-row-one.compare-pro-for-mobile .flex-direction-nav .flex-prev {
  left: -20px;
}

.compare-pro-row-one.compare-pro-for-mobile .flex-direction-nav a::before {
  font-size: 15px;
  color: #242a70;
}

.compare-pro-row-one.compare-pro-for-mobile .flex-direction-nav a {
  width: 10px;
  height: 20px;
}

.compare-pro-row-one td,
.compare-pro-row-btn td {
  border: 0;
}

.innr-compare-pro-chart .compare-pro-row-btn a {
  margin-top: 18px;
  padding: 15px 41px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Roboto";
  text-transform: uppercase;
}

.compare-pro-row-btn td {
  text-align: center;
}

.compare-pro-chart h2 {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 35px;
  padding: 80px 0 20px;
  margin: 0;
  line-height: 35px;
  color: #282828;
}

.innr-compare-pro-chart .compare-pro-detail {
  background-color: #f7f7f7;
  min-height: 210px;
  text-align: center;
  font-family: "Roboto";
  color: #424242;
  padding: 60px 18px 14px;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.innr-compare-pro-chart .compare-pro-detail .compare-pro-seller {
  background-color: #242a70;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  padding: 3px 30px;
  position: absolute;
  top: 20px;
  right: -30px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
}

.innr-compare-pro-chart .compare-pro-detail h3 {
  font-size: 22px;
  font-weight: 600;
}

.innr-compare-pro-chart .compare-pro-detail p {
  font-size: 16px;
  line-height: 21px;
}

.innr-compare-pro-chart .compare-pro-detail .com-pro-rate {
  font-size: 16px;
  line-height: 21px;
  color: #8dc742;
  font-weight: 500;
  display: flex;
  flex: 0;
  align-items: end;
  justify-content: center;
}

.innr-compare-pro-chart tr td {
  width: 325px;
}

.innr-compare-pro-chart tr td:first-child {
  width: 343px;
}

.innr-compare-pro-chart .compare-pro-img {
  padding-bottom: 20px;
  position: relative;
}

.innr-compare-pro-chart .compare-pro-img::after {
  content: '';
  background: url('../images/30-days-money-back-guarantee.webp') no-repeat center/contain;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 45px;
}
.cust-chko-img img{
  max-width:80%;
}
.innr-compare-pro-chart.for-offer-img .compare-pro-img::after {
  right: 0;
}
.text-black{
  color:#000 !important;
  font-weight: 400 !important;
}
.compare-pro-chart-for-footer .compare-pro-img a img {
  max-width: 412px;
}
.text-left{
  text-align:left;
}
.innr-for-product-offer-sec .compare-pro-img img {
  max-width: 300px;
}
.ne_summerfont h4{
  font-size: 19.5px !important;
}
.innr-for-product-offer-sec .compare-pro-img {
  text-align: center;
}

.innr-for-product-offer-sec .innr-compare-pro-chart .compare-pro-detail {
  min-height: unset;
  display: inline-block;
  width: 100%;
  padding: 0px 18px;
  background-color: unset;
}

.innr-for-product-offer-sec .innr-compare-pro-chart .compare-pro-detail .com-pro-rate {
  font-size: 18px;
  font-weight: 600;
}

.innr-for-product-offer-sec .innr-compare-pro-chart .compare-pro-detail p {
  font-family: 'Roboto';
  color: #424242;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin: 6px 0 0;
}

.innr-for-product-offer-sec .innr-compare-pro-chart .compare-pro-row-btn a {
  margin-top: 0;
}

.innr-for-product-offer-sec .innr-compare-pro-chart .compare-pro-img:after {
  background: unset;
}

.compare-pro-chart-for-footer .innr-compare-pro-chart .compare-pro-img::after {
  width: 100px;
  height: 100px;
  right: 75px;
}

.home-crazy-sec {
  background-color: #e5f1fc;
  padding: 80px 20px;
  font-family: 'Roboto';
}

.new-home .land-prod-benefit {
  padding: 80px 0;
}

.home-crazy-sec h2 {
  color: #74bc1f;
  text-align: center;
  font-weight: 600;
  font-size: 48.17px;
  line-height: 53px;
}

.home-crazy-sec p {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
}

.innr-home-crazy-sec {
  display: inline-grid;
  grid-template-columns: 50% 50%;
  padding-top: 55px;
  align-items: center;
}

.innr-crazy-detail h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #74bc1f;
  margin: 0;
}

.innr-crazy-detail p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  padding-top: 15px;
}

.home-crazy-sec p strong,
.innr-crazy-detail p strong {
  font-weight: 500;
}

.innr-home-crazy-sec .crazy-img {
  text-align: right;
}

.innr-home-crazy-sec .crazy-img {
  text-align: right;
  padding-right: 70px;
  position: relative;
}

.innr-home-crazy-sec .crazy-img img {
  position: relative;
  z-index: 9;
}

.innr-home-crazy-sec .crazy-square {
  width: 500px;
  height: 499px;
  background-color: #74bc1f;
  position: absolute;
  top: 27px;
  right: 44px;
  z-index: 8;
}

.innr-home-crazy-sec .innr-crazy-detail:before {
  content: '';
  background: url('../images/crazy-sec-icon.webp') no-repeat center/contain;
  width: 37px;
  height: 59px;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0;
}

.innr-home-crazy-sec .innr-crazy-detail:first-child::before {
  top: -13px;
  left: 0;
}

.innr-home-crazy-sec .innr-crazy-detail {
  position: relative;
  padding-left: 60px;
  padding-top: 30px;
}

.innr-home-crazy-sec .innr-crazy-detail:first-child {
  padding-top: 0;
}

/* update home page end */
/* unsubscribe page start */
.unsubscribe-page-container {
  max-width: 605px;
  margin: 0 auto;
}

.unsubscribe-page-header-logo {
  text-align: center;
  padding: 0 20px 20px;
}

.unsubscribe-page-template {
  padding: 45px 0;
}

.unsubscribe-main-content {
  border: 1px solid #cecece;
}

.unsubscribe-content-title h1 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.unsubscribe-content-title {
  background: #2c449c;
  padding: 5px 0px;
}

.unsubscribet-sub-title {
  margin-top: 30px;
  margin-bottom: 1rem;
}

.unsubscribet-sub-title h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #2c449c;
  margin-bottom: 7px;
}

.unsubscribe-form-main-content label {
  color: #2c449c;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: 'Roboto';
}

.unsubscribe-form-main-content .field-wraper label {
  text-align: left;
  color: #645c59;
  font-weight: 400;
  word-spacing: 1px;
  font-size: 16px;
}

.unsubscribe-form-main-content input[type="email"]::placeholder,
.unsubscribe-form-main-content textarea::placeholder {
  color: #645c59;
  font-family: 'Roboto';
}

.unsubscribe-form-main-content input[type="email"]:focus,
.unsubscribe-form-main-content textarea:focus {
  outline: none;
}

.unsubscribe-form-main-content input[type="email"],
.unsubscribe-form-main-content textarea {
  color: #645c59;
  width: 100%;
  padding: 5px;
  border: 2px solid #2c449e;
  font-size: 16px;
  border-radius: 2px;
  line-height: 25px;
  font-family: 'Roboto';
}

.field-wraper {
  float: left;
  width: 100%;
  padding: 16px 65px 17px;
}

.radio-list-item input[type='radio'] {
  accent-color: #2c449c;
  width: 20px;
  height: 20px;
}

.radio-hidden textarea {
  margin: 20px 0 0;
  height: 70px;
}

.unsbtn-outter {
  text-align: center;
  padding: 10px 0 25px;
}

.unsbtn-outter input {
  background-color: #2c449c;
  font-weight: 400;
  margin-top: 0;
  padding: 8px 37px;
  line-height: 27px;
  font-size: 18px;
  border-radius: 0;
  font-family: 'Roboto';
  color: #fff;
  border: none;
  cursor: pointer;
}

.unsubscribe-form-main-content .radio-outter .radio-list-item {
  padding: 10px 0;
  display: block;
}

.unsubscribe-page-footer {
  padding: 15px;
  text-align: center;
}

.unsubscribe-page-footer a {
  color: #2c449c;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 23px;
  display: inline-block;
}

/* unsubscribe page end */
.new-prod-page .innr-popup-for-sub {
  position: absolute;
  background-color: #fff;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  font-family: 'Roboto';
  padding: 20px 10px;
}

.new-prod-page .popup-for-sub {
  display: none;
}

.new-prod-page .compare-pro-chart {
  padding: 0 20px 0;
}

.for-product-offer-sec {
  padding: 0 20px;
}

.new-prod-page .innr-popup-for-sub .popup-for-sub-cross {
  position: absolute;
  top: 0px;
  right: 11px;
  font-size: 20px;
  cursor: pointer;
}

.popup-for-sub .innr-popup-for-sub .for-desc-sub-cross p {
  display: inline-block;
  text-align: center;
  padding: 20px 10px 4px;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.popup-for-sub .innr-popup-for-sub .for-desc-sub-cross p span {
  display: inline-block !important;
  font-size: 16px;
  line-height: 21px;
}

.new-prod-page .innr-popup-for-sub .rc_popup__block__content {
  position: absolute;
  top: 87px;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 0 10px;
  display: none;
}

.new-prod-page .innr-popup-for-sub .del-can-tol:hover .new-prod-page .innr-popup-for-sub .rc_popup__block__content {
  display: block;
}

.new-prod-page .innr-popup-for-sub .innr_rc_popup__block__content {
  background-color: #424242;
  color: #fff;
  padding: 10px;
  text-align: left;
}

.new-prod-page .innr-popup-for-sub .innr_rc_popup__block__content p strong {
  font-weight: 500;
  font-size: 19px;
  padding-bottom: 10px;
  display: inline-block;
}

.new-prod-page .innr-popup-for-sub h3 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: #404040;
}

.new-prod-page .innr-popup-for-sub span,
.new-prod-page .innr-popup-for-sub .del-can-tol {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #404040;
  font-family: 'Roboto';
}

.new-prod-page .deliver-link .del-mo {
  font-size: 13px !important;
  line-height: 18px;
}

.new-prod-page .innr-popup-for-sub .del-can-tol {
  color: #708c8a;
}

.new-prod-page .innr-popup-for-sub .lp-quantity-inputs {
  justify-content: center;
  padding: 10px 0 15px;
}

.new-prod-page .deliver-link {
  display: inline-grid;
  grid-template-columns: 17% 17% 17%;
  justify-content: center;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  padding-top: 10px;
}

.new-prod-page .innr-popup-for-sub .del-btn {
  text-align: center;
  padding-top: 13px;
}

.new-prod-page .innr-popup-for-sub .del-btn a {
  background-color: #8dc741;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto';
  line-height: 20px;
}

.new-prod-page .deliver-link>span {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 5px;
  cursor: pointer;
}

.deliver-link .del-no {
  font-size: 25px !important;
  line-height: 30px;
}

.myorder-pagination .new-pagination a,
.myorder-pagination .new-pagination .disabled {
  border: 1px solid #86be46;
  padding: 5px 10px;
  margin: 0 5px;
  color: #000;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.cust-order-detail {
  display: inline-flex;
}

.cust-order-detail,
.order-product-price,
.order-product-detail {
  padding-top: 40px;
}

.order-product-price .cart-total-inner {
  float: right;
}

.order-now-btn {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0 10px;
}

.order-now-btn button {
  color: #fff !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  -webkit-text-shadow: 0 2px 1px #3b700a;
  -moz-text-shadow: 0 2px 1px #3b700a;
  -ms-text-shadow: 0 2px 1px #3b700a;
  -o-text-shadow: 0 2px 1px #3b700a;
  text-shadow: 0 2px 1px #3b700a;
  margin-top: 10px;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  border-bottom: 2px solid #38680e !important;
  background: #60ba0f;
  background: -moz-linear-gradient(top, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: -ms-linear-gradient(to bottom, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: -o-linear-gradient(to bottom, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: linear-gradient(to bottom, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  border: none;
  cursor: pointer;
  line-height: 25px;
}

.com-popup-common {
  position: absolute;
  background-color: #fff;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.com-popup-top .cross-icon {
  position: absolute;
  top: 10px;
  width: auto;
  right: 18px;
}

.popup-top-right {
  text-align: right;
  /* width: 100%; */
}

.com-popup-top div {
  width: 100%;
}

.com-popup-top div {
  font-size: 16px;
  color: #404040;
}

.com-popup-mid .popup-proimg {
  width: 10%;
  float: left;
}

.com-popup-mid,
.popup-prodet-first {
  display: inline-flex;
  align-items: center;
}

.popup-prodet-second .checkout-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 15px 54px;
  display: inline-block;
  background-color: #8cc641;
  cursor: pointer;
}

.popup-prodet-first .cart_count,
.popup-prodet-first .pop-pro-name,
.popup-prodet-first .popup-prodet-price {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #404040;
}

.popup-prodet-first .cart_count,
.popup-prodet-first .popup-prodet-price {
  font-weight: 400;
}

.popup-prodet-first .pipe-sym {
  padding: 0 8px;
  color: #404040;
}

.popup-prodet-first .cart_count {
  color: #8cc641;
}

.popup-prodet-first {
  width: 100%;
}

.com-popup-bottom {
  text-align: center;
  padding: 32px 64px;
}

.com-popup-bottom a,
.com-popup-bottom button {
  text-decoration: none;
  color: #404040;
  padding: 10px 28px 9px;
  border: 1px solid #404040;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
}

.com-popup-bottom button,
.com-popup-bottom button:hover {
  background-color: transparent;
}

.com-popup-bottom a:hover {
  color: #404040;
}

.com-popup-top,
.com-popup-mid {
  background-color: #f8f8f7;
}

.com-popup-mid {
  padding: 0 64px 32px;
}

.popup-prodet-second {
  width: 100%;
  float: right;
  text-align: right;
}

.popup-prodet {
  width: 90%;
  float: left;
  display: inline-flex;
  position: relative;
}

.com-popup-mid .subscription-form,
.com-popup-mid.outer-subscription-form {
  display: inline-block;
}

.com-popup-mid.outer-subscription-form h2 {
  text-align: center;
  font-size: 35px;
}

.com-popup-mid .subscription-form,
.com-popup-mid .subscription-form textarea {
  width: 100%;
}

.my-orders .com-popup-common,
.main-subscription .com-popup-common {
  width: 700px;
}

.com-popup-mid .subscription-form .login-btn {
  text-align: center;
}

.popup-prodet-second .checkout-btn:hover {
  background-color: #233d98;
}

.com-popup-top .cross-icon span {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  line-height: 24px;
}

.com-popup-top {
  display: inline-flex;
  justify-content: space-between;
  padding: 32px 64px 15px;
}

.pro-details-main ul li {
  padding: 10px 5px 10px 35px;
  font-size: 22px;
  line-height: 25px;
  list-style: none;
  text-align: left;
}

.pro-details-main ul li::before {
  content: "\f111";
  font-family: 'fontAwesome';
  font-size: 10px;
  position: absolute;
  left: 17px;
}

.pro-green-color .pro-details-main ul li::before {
  color: #8dc741;
}

.pro-orange-color .pro-details-main ul li::before {
  color: #f38c2b;
}

.pro-pink-color .pro-details-main ul li::before {
  color: #e68fae;
}

.pro-buy-now {
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  align-items: end;
  justify-content: center;
}

.pro-buy-now a:hover {
  color: #fff;
}

.pro-buy-now a {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 10px 35px;
  background-color: gray;
}

.pro-details-head .pro-img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  float: none;
}

.pro-details-head .pro-img img {
  max-width: 350px;
  width: 100%;
}

.pro-orange-color h2 {
  color: #f38c2b;
}

.pro-pink-color h2 {
  color: #e68fae;
}

.pro-green-color h2 {
  color: #8dc741;
}

.pro-details-head h2 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
}

.pro-details-head p {
  color: #404040;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* new product page start */
.products-slider .simplegallery {
  width: 100%;
}

.products-slider .simplegallery .content {
  width: 711px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #9c9c9c;
  min-height: unset;
  height: auto;
}

.products-slider .simplegallery .content img {
  width: 56%;
  border: none;
}

.products-slider .simplegallery .thumbnail .thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.customers-review-rating {
  padding-bottom: 10px;
}

.new-prod-detail .product-slider-right {
  padding-left: 40px;
}

/* .new-prod-page .prod-quantity {
  max-width: 80%;
  margin: 0 auto;
  float: none;
} */
.new-prod-page .prod-quantity {
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -ms-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  -o-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  background-color: #f7f7f7;
  margin-top: 130px;
}

.new-prod-page .lp-quantity-inputs .inc-dec-btn {
  display: inline-flex;
  position: relative;
}

.lp-quantity-inputs .inc-dec-btn input[type="number"] {
  width: 130px !important;
  font-size: 21px;
  padding: 15px 30px !important;
}
.cust-bot-cart-mar{
  margin-bottom:20px;
}
.cust-price-pad{
  padding-bottom:5px;
}
.new-prod-page .lp-quantity-inputs .inc-dec-btn input[type="button"]:first-child {
  font-size: 45px;
  padding-left: 15px;
}

.new-prod-page .lp-quantity-inputs .inc-dec-btn input[type="button"]:last-child {
  right: 0;
  padding-right: 15px;
}

.new-prod-page .lp-quantity-inputs .inc-dec-btn input[type="button"] {
  margin: 0;
  background-color: unset;
  color: #404040;
  font-weight: 300;
  font-size: 25px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 59px;
  width: unset;
}

.new-prod-page .innr-prod-quantity h4 {
  margin: 0;
  width: 100%;
  color: #404040;
}

.new-prod-page .comfort-tab-pic {
  padding-right: 80px;
}

.new-prod-page .innr-prod-quantity {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 65px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.new-prod-page .lp-quantity-inputs {
  width: 100%;
  justify-content: flex-end;
}

.new-prod-page .lp-quantity .lp-quantity-inputs {
  width: 100%;
  justify-content: flex-start;
}

.new-prod-page .overview-inner {
  padding: 0 45px 0 65px;
}

.new-prod-page .lp-quantity-inputs input[type="button"] {
  width: auto;
  padding: 15px 20px;
}

.mini-cart-btn a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 15px 41px;
  font-weight: 700;
  background: #8cc641;
  color: #fff;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
}

.prod-add-btn a:hover,
.mini-cart-btn a:hover,
.prod-checkout-btn a:first-child:hover {
  color: #fff;
  background-color: #2d449c;
}

.new-prod-page .mini-cart {
  -webkit-box-shadow: 0px 0px 6px rgb(140, 198, 65);
  -moz-box-shadow: 0px 0px 6px rgb(140, 198, 65);
  -ms-box-shadow: 0px 0px 6px rgb(140, 198, 65);
  -o-box-shadow: 0px 0px 6px rgb(140, 198, 65);
  box-shadow: 0px 0px 6px rgb(140, 198, 65);
  z-index: 99;
}

.new-prod-page .innr-popup-for-sub .del-can-tol::before {
  content: '\f05a';
  font-family: 'Fontawesome';
  padding-right: 4px;
  font-size: 16px;
}

.mini-cart .custom-cart .innr-mini-cart {
  display: inline-block;
  padding: 5px 65px;
}

.mini-cart .custom-cart .innr-mini-cart .mini-prod-bar h3 {
  font-size: 26px;
}

.mini-cart .custom-cart .innr-mini-cart .mini-prod {
  display: none;
}

.mini-cart .custom-cart .innr-mini-cart .mini-prod-bar {
  max-width: 100%;
}

.innr-mini-cart {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 65px;
  opacity: 1;
  height: auto;
}

.mini-prod img {
  max-width: 17%;
  border: 1px solid #9c9c9c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
}

.mini-prod span {
  color: #404040;
  font-size: 16px;
  padding-left: 10px;
}

.mini-prod,
.mini-cart-btn {
  max-width: 25%;
  width: 100%;
}

.mini-cart-view-top {
  display: inline-grid;
  padding: 20px 65px;
  grid-template-columns: 90% 10%;
  align-items: center;

}

.mini-cart-view-top i {
  text-align: right;
  color: #404040;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  z-index: 10;
}

.mini-prod-bar h3,
.mini-prod-bar span {
  color: #404040;
  margin: 0;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  line-height: 31px;
  display: inline-block;
}

.mini-prod-bar span.forMobile-mini-cart-heading,
.mini-cart-title-sec .forMobile-mini-cart-heading {
  display: none;
}

.mini-cart-view-top h2 {
  color: #404040;
  font-size: 35px;
  margin: 0;
}

.mini-cart-view-top span {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 21px;
  color: #404040;
}

.mini-cart-btn {
  text-align: right;
}

.mini-prod-bar {
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.mini-cart-view-bottom {
  padding: 0 65px 20px;
}

.innr-mini-cart-bottom:first-child {
  padding-right: 40px;
  border-right: 1px solid #ddd;
}

.innr-mini-cart-bottom:last-child {
  padding-left: 40px;
}

.cart-view-sec {
  display: inline-grid;
  grid-template-columns: 20% 60% 20%;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 20px;
  align-items: center;
  margin-bottom: 10px;
}

.cart-view-sec:last-child {
  margin-bottom: 0;
}

.prod-detail h4 {
  color: #404040;
  font-size: 20px;
  font-weight: 700;
}

.prod-detail span {
  font-size: 16px;
  font-weight: 400;

  display: inline-block;
}

.prod-detail .lp-quantity-inputs {
  justify-content: flex-start;
}

.prod-detail .lp-quantity-inputs input[type="number"] {
  width: 55px;
  height: 45px;
}

.prod-price {
  text-align: right;
  display: inline-grid;
}

.prod-price i {
  color: #404040;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 50px;
  cursor: pointer;
  z-index: 10;
}

.prod-price span {
  color: #8cc641;
  font-weight: 700;
}

.cart-view-add-prod {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 20px;
}

.cart-view-adding-prod {
  display: inline-grid;
  grid-template-columns: 20% 60% 20%;
  align-items: center;
}

.prod-add-btn a {
  border-radius: 0;
  padding: 5px 20px;
  font-weight: 700;
  background: #8cc641;
  color: #fff;
  font-size: 22px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

.cart-view-add-prod h3 {
  color: #404040;
  font-size: 20px;
  text-align: center;
}

.prod-checkout-btn {
  padding-top: 10px;
  text-align: center;
}

.prod-checkout-btn a {
  color: #8cc641;
}

.prod-checkout-btn a:first-child {
  border-radius: 0;
  padding: 5px 20px;
  font-weight: 700;
  background: #8cc641;
  color: #fff;
  font-size: 22px;
  margin: 0;
  cursor: pointer;
  display: block;
  text-align: center;
}

.prod-checkout-btn a {
  color: #8cc641;
  font-size: 23px;
  padding-top: 10px;
  display: inline-block;
  font-weight: 400;
}

.prod-checkout-btn a i {
  padding-right: 10px;
}

.prod-checkout-btn a:hover {
  color: #8cc641;
}

.prod-subtotal span {
  display: inline-block;
  color: #404040;
  font-size: 20px;
  font-weight: 700;
}

.prod-subtotal span:first-child,
.prod-subtotal span:last-child {
  float: left;
  width: 50%;
}

.prod-subtotal {
  padding-top: 20px;
}

.prod-subtotal span:last-child {
  text-align: right;
}

.mini-cart-view {
  opacity: 0;
  height: 0;
}

.mini-cart {
  position: fixed;
  bottom: 0;
  background-color: #fff;
}

.mini-cart-view {
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  bottom: 0;
}

.mini-cart .innr-mini-cart-bottom .cart-view-sec {
  width: 100%;
}

.cart-goal-mini-prog-bar {
  background: #f2f2f2;
  height: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #8cc641;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.cart-goal-mini-prog-bar .mini-cart-bar {
  width: 14%;
  display: block;
  background: #8cc641;
  height: 100%;
  max-width: 100%;
  -webkit-transition: ease-in-out width .35s;
  -moz-transition: ease-in-out width .35s;
  -ms-transition: ease-in-out width .35s;
  -o-transition: ease-in-out width .35s;
  transition: ease-in-out width .35s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.cart-goal-mini-prog-bar .mini-cart-level,
.cart-goal-mini-prog-bar .mini-cart-level2,
.cart-goal-mini-prog-bar .mini-cart-level3 {
  border: 1px solid #8cc641;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
}

.cart-goal-mini-prog-bar .mini-cart-level2 {
  left: 60%;
}

.cart-goal-mini-prog-bar .mini-cart-level3 {
  left: 99%;
}

.cart-goal-mini-prog-bar .mini-cart-level::before,
.cart-goal-mini-prog-bar .mini-cart-level2::before,
.cart-goal-mini-prog-bar .mini-cart-level3::before {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\f023';
  font-family: 'Fontawesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cart-view-add-prod .cart-goal-mini-prog-bar .mini-cart-level3 {
  left: 96%;
}

/* new product page end */

/* new checkout2 page start */
.new-checkout-page {
  padding: 30px;
}
.ship-today-grid,
.innr-new-checkout-page {
  display: inline-grid;
  grid-template-columns: 55% 45%;
}

.new-checkout-page .ship-today-grid {
  align-items: center;
}

.ship-today-grid .ship-today-ordern {
  font-size: 20px;
  color: #86be46;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.innr-new-checkout-page .shop-pay a {
  background-color: #5a31f4;
  display: inline-block;
}

.new-chkout-payment-method .wid-33 {
  padding-right: 10px;
}

.new-chkout-payment-method .wid-33:last-child,
.innr-new-checkout-page .input-field .wid-50:last-child,
.innr-new-checkout-page .input-field .wid-33:last-child {
  padding-right: 0;
}

.innr-new-checkout-page .input-field .wid-50,
.innr-new-checkout-page .input-field .wid-33 {
  padding-right: 9px;
}

.innr-new-checkout-page .wid-33 a img {
  max-width: 60%;
}

.innr-new-checkout-page .paypal a,
.innr-new-checkout-page .shop-pay a,
.innr-new-checkout-page .gpay a {
  height: 59px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innr-new-checkout-page .paypal a {
  background-color: #ffc439;
}

.innr-new-checkout-page .gpay a {
  background-color: #000;
}

.new-chkout-payment-method {
  border: 1px solid #e6e6e6;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.innr-new-checkout-page .input-field {
  padding: 5px;
}

.innr-new-checkout-page .street {
  margin: 0;
}

.innr-new-checkout-page .input-field input.strt-chkot {
  margin-top: 5px;
}

.innr-new-checkout-page .input-field input,
.innr-new-checkout-page .input-field select,
.innr-new-checkout-page .input-field textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 42px;
  color: #404040;
}

.innr-new-checkout-page .input-field select {
  background-color: #fff;
}

.innr-new-checkout-page .input-field textarea {
  height: auto;
}

.innr-new-checkout-page .input-field input:focus,
.innr-new-checkout-page .input-field select:focus,
.innr-new-checkout-page .input-field textarea:focus,
.innr-new-checkout-page .coupon .input-text:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6 !important;
}

.innr-new-checkout-page .input-field input[type="checkbox"] {
  width: auto;
  height: auto;
}

.new-chkout-prod-detail .coupon input::placeholder,
.new-chkout-prod-detail .coupon input::-webkit-input-placeholder,
.innr-new-checkout-page .input-field input::placeholder,
.innr-new-checkout-page .input-field input::-webkit-input-placeholder,
.innr-new-checkout-page .input-field textarea::placeholder,
.innr-new-checkout-page .input-field textarea::-webkit-input-placeholder {
  color: #737373;
  font-weight: 400;
}

.new-chkout-login-btn span {
  color: #404040;
  font-weight: 400;
  font-size: 20px;
}

.new-checkout-page .check-paypal-btn {
  padding-top: 10px;
  max-width: 100%;
  z-index: 1;
  position: relative;
}

.paypal-button-row{
  height:45px !important;
}

.new-checkout-page .check-paypal-btn .paypal-button-container .paypal-button-row .paypal-button-text {
  font-size: 25px;
  font-family: 'Roboto';
  line-height: 30px;
}

.new-chkout-login-btn span a {
  color: #8cc641;
}

.new-checkout-heading.checkout-sec h1 {
  margin: 0;
}

.new-chkout-page-sec h3 {
  color: #404040;
}

.new-chkout-page-sec h3,
.chkout-payment-method h3 {
  color: #404040;
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
}

.chkout-payment-method h3 {
  padding-top: 0;
}

.innr-new-checkout-page .proceed-to-checkout {
  text-align: left !important;
}

.innr-new-checkout-page .proceed-to-checkout label,
.innr-new-checkout-page .proceed-to-checkout p {
  text-align: left;
}

.chkout-payment-method.Credit-Card-div {
  border: none;
  padding: 0;
}

.new-home-top .compare-pro-chart {
  padding: 0 20px;
}

.innr-new-checkout-page .input-field .amazon-txt {
  color: #000;
  font-size: 14px;
}

.innr-new-checkout-page .input-field .amazon-txt a {
  color: #8cc641;
}

.new-chkout-page-sec:first-child {
  padding-right: 50px;
}

.new-chkout-prod-detail {
  background: #fcfcfc;
}

.new-chkout-page-sec .proceed-to-checkout {
  margin-top: 10px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}

.new-chkout-page-sec .proceed-to-checkout button {
  margin: 0;
}

.new-chkout-border {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-top: 20px;
}

.new-chkout-prod-detail .cart-view-sec {
  border: none;
  padding-bottom: 0;
}

.new-chkout-prod-detail {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.new-chkout-subtotal {
  padding: 0 15px;
}

.new-chkout-subtotal.chkout-total-p {
  padding-bottom: 15px;
}

.new-chkout-subtotal .chkout-price {
  float: right;
  font-weight: 600;
}

.new-chkout-subtotal span {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.new-chkout-prod-detail .coupon {
  padding: 0 15px;
  justify-content: space-between;
  display: inline-grid;
  grid-template-columns: 55% 45%;
}

.new-chkout-prod-detail .coupon input {
  width: 100%;
}

.new-chkout-page-sec .proceed-to-checkout.place-div {
  text-align: center !important;
}

.new-chkout-page-sec .innr-payment-stripe h5,
.new-chkout-page-sec #paypal {
  text-align: left;
}

/* new checkout2 page end */

/* new home page start */
.learn-slide-btn {
  text-align: center;
  padding-top: 20px;
  font-family: 'Roboto';
}

.learn-slide-btn a,
.learn-slide-btn a:hover {
  color: #404040;
}

.learn-slide-btn h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.learn-slide-btn>a {
  padding: 10px 28px 9px;
  border: 1px solid #404040;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
}

.new-home-top .top-slide-1 {
  background: url('../images/hero-image.webp') no-repeat center/cover;
}

.new-home-top .top-slide-2 {
  background: url('../images/slider-comfort.webp') no-repeat center/cover;
}

.new-home-top .top-slide-3 {
  background: url('../images/slider-nurture.webp') no-repeat center/cover;
}

.new-home-top .flex-outer .flex-direction-nav,
.new-home-top .flex-control-nav.flex-control-paging {
  display: none !important;
}

.new-home-top .slider {
  background-color: #fff;
}

.new-home-top .slider2 {
  padding-top: 64px;
}

.new-home-top .slider2 h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #404040;
}

.new-home-top .flexslider.carousel {
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.new-home-top .slider {
  border-bottom: none;
}

.new-home-top .flexslider {
  margin-bottom: 0;
  border: none;
}

.new-home-top .flex-outer .flex-caption {
  padding: 150px 50px;
}

.wid-15 {
  width: 15%;
  float: left;
}

.wid-85 {
  width: 85%;
  float: left;
}

.new-home-top .flexslider .flex-caption h1 {
  font-size: 60px;
  font-family: 'Roboto';
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.new-home-top .flexslider .flex-caption p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #fff;
  width: 30%;
}

.new-home-top .flexslider .flex-caption a {
  padding-top: 15px;
  padding-right: 48px;
  padding-bottom: 15px;
  padding-left: 48px;
  background-color: #8dc741;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

.wid-60 {
  width: 60%;
  float: left;
}

.wid-40 {
  width: 40%;
  float: left;
}

.wid-33 {
  width: 33.3%;
  float: left;
}

.home-mid-fourth h2,
.home-mid-first h2,
.home-mid-third h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  color: #404040;
  padding-bottom: 15px;
}

.home-mid-third h2,
.home-mid-fourth h2 {
  text-align: center;
  padding-bottom: 30px;
}

.wid-50 {
  width: 50%;
  float: left;
}

.home-mid-third {
  padding-top: 100px;
}

.home-mid-second {
  padding-top: 100px;
  display: inline-flex;
  align-items: center;
}

.home-mid-first h3,
.home-mid-second h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #404040;
}

.home-mid-first p,
.home-mid-second p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #404040;
  padding-top: 20px;
}

.home-mid-first a,
.home-mid-second a,
.innr-running-mid1 .running-mid-contant a,
.innr-running-mid2 .running-mid-contant a {
  border: 1px solid #404040;
  vertical-align: middle;
  text-align: center;
  padding: 12px 28px 11px;
  background: #ffffff;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #404040;
  display: inline-block;
}

.home-mid-first .home-mid-first-l {
  padding: 0 130px 0 110px;
}

.home-mid-second .home-mid-second-r {
  padding: 0 110px 0 130px;
}

.home-mid-first a:hover,
.home-mid-second a:hover,
.innr-running-mid1 .running-mid-contant a:hover,
.innr-running-mid2 .running-mid-contant a:hover {
  color: #404040;
}

.home-mid-first {
  display: inline-flex;
  align-items: center;
  padding-top: 40px;
}

.home-mid-third-r h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  color: #404040;
  padding-bottom: 15px;
}

.home-mid-third-r p {
  text-align: left;
  color: #404040;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto';
}

.home-mid-third-r p img {
  float: right;
  margin: 5px 0 20px 20px;
  height: auto;
  max-width: 100%;
}

.outer-home-mid-third {
  padding: 0 100px;
  display: inline-flex;
  align-items: center;
}

.second-v-new-home .outer-home-mid-third {
  display: inline-grid;
  align-items: center;
  grid-template-columns: 30% 70%;
}

.second-v-new-home .home-mid-third-l {
  text-align: center;
}

.outer-home-mid-third .home-mid-third-r {
  padding-left: 90px;
}

.outer-home-mid-third .home-mid-third-r a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  background-color: #81bb35;
  color: #fff;
  padding: 15px 48px;
  display: inline-block;
}

.wid-6 {
  width: 6%;
  float: left;
}

.wid-94 {
  width: 94% !important;
  float: left;
}

.home-mid-fourth .verified-buyer {
  text-align: left;
  padding-top: 30px;
}

.home-mid-fourth .container {
  padding: 0;
}

.home-mid-fourth section ul li {
  list-style: none;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 23px;
}

/* new home page end */
/* how it works page start */
.it-works {
  padding: 50px 60px 20px;
}

.it-works h1 {
  font-family: 'Roboto';
  color: #404040;
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}

.it-works-top {
  display: inline-grid;
  grid-template-columns: 20% 55% 25%;
}

.it-works-top p,
.main-it-works-mid .innr-it-works-mid p,
.main-it-works-bottom .innr-it-works-bottom p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #404040;
}

.it-works-top .innr-it-works-top {
  display: inline-block;
  z-index: 1;
  position: relative;
}

.it-works-top .innr-it-works-top .it-work-doc {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
}

.it-works-top .innr-it-works-top .it-work-pro {
  position: absolute;
}

.it-works-top .innr-it-works-top .it-work-doc img {
  width: 100%;
}

.it-works-top .innr-it-works-top.it-work-pro {
  text-align: center;
}

.it-works-top .innr-it-works-top.it-work-pro img {
  max-width: 250px;
}

.it-works-top h2,
.main-it-works-mid .innr-it-works-mid h2,
.main-it-works-bottom .innr-it-works-bottom h2 {
  font-size: 32px;
  color: #404040;
  font-weight: 600;
  line-height: 37px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.main-it-works-mid .innr-it-works-mid h2 {
  color: #233d98;
  z-index: 1;
  position: relative;
}

.main-it-works-mid .innr-it-works-mid h2,
.main-it-works-bottom .innr-it-works-bottom h2 {
  padding-top: 0;
}

.main-it-works-mid,
.main-it-works-bottom {
  display: inline-grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  padding-bottom: 30px;
}

.main-it-works-mid:last-child,
.main-it-works-bottom:last-child {
  padding-bottom: 0;
}

.it-works-mid {
  padding-top: 25px;
  padding-bottom: 40px;
}

.main-it-works-mid .innr-it-works-mid:first-child,
.main-it-works-bottom .innr-it-works-bottom:first-child {
  text-align: center;
  padding-right: 20px;
}

.main-it-works-mid .innr-it-works-mid:last-child,
.main-it-works-bottom .innr-it-works-bottom:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.main-it-works-mid:last-child .innr-it-works-mid:last-child,
.main-it-works-bottom:last-child .innr-it-works-bottom:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.it-work-shop-btn {
  padding-top: 30px;
  text-align: center;
}

.it-work-shop-btn a {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 31px;
  padding: 15px 39px;
  font-family: 'Roboto';
  color: #404040;
  border: 1px solid #404040;
  display: inline-block;
}

.it-work-shop-btn a:hover {
  background-color: #2d449c;
  border-color: #404040;
  color: #fff;
}

/* how it works page end */
/* contact page start */
/* .contact {
  padding: 0 25px;
} */
.contact>p {
  text-align: center;
  font-family: 'Roboto';
  line-height: 400;
  font-size: 24px;
  line-height: 29px;
  color: #404040;
  padding: 40px 25px 20px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.contact-form {
  display: inline-grid;
  grid-template-columns: 50% 40%;
  padding: 10px 400px 40px;
  grid-gap: 10%;
}

.contact-form .input-field label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #404040;
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
}

.contact-form .input-field input,
.contact-form .input-field textarea {
  padding: 6px 12px;
  font-size: 14px;
  color: #404040;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 19px;
  border-radius: 0;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
}

.contact-form .input-field input {
  height: 43px;
}

.contact-form .input-field input:focus,
.contact-form .input-field textarea:focus {
  border-color: #e6e6e6 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.track-order-form .track-btn button,
.contact-form .input-field.send-btn button {
  padding: 15px 40px 15px;
  background-color: #86be46;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-family: 'Roboto';
  border-radius: 5px
}

.track-order-form .track-btn button:hover,
.contact-form .input-field.send-btn button:hover {
  background-color: #233d98;
}

.contact-form .input-field label span {
  color: red;
}

.contact-form .input-field {
  padding-bottom: 15px;
}

.contact-form .input-field:last-child {
  padding-bottom: 0;
}

.contact-form .innr-contact-form h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #404040;
  padding-bottom: 20px;
  margin: 0;
}

.contact-form .innr-contact-form p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #404040;
  font-family: 'Roboto';
}

.contact-form .innr-contact-form p a {
  color: #86be46;
}

.contact-form .innr-contact-form p a:hover {
  color: #233d98;
}

/* contact page end */
/* running page start */
.running-top {
  display: inline-grid;
  grid-template-columns: 33% 67%;
}

.running-top h1 {
  color: #404040;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
}

.running-top p,
.running-mid-contant ul li,
.innr-running-mid1 .running-mid-contant p,
.innr-running-mid2 .running-mid-contant p {
  font-size: 24px;
  line-height: 30px;
  color: #404040;
  font-family: 'Roboto';
}

.running-mid-contant ul li {
  list-style-position: outside;
}

.running-mid-contant ul {
  padding-left: 40px;
}

.running-top .innr-running-top:first-child {
  padding: 40px 40px 0;
}

.running-mid h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  padding: 30px 20px 15px;
  color: #404040;
  width: 100%;
  float: left;
}

.innr-running-mid1,
.innr-running-mid2 {
  display: inline-grid;
  grid-template-columns: 65% 35%;
  align-items: center;
}

.innr-running-mid2 {
  grid-template-columns: 35% 65%;
}

.innr-running-mid1 .running-mid-contant,
.innr-running-mid2 .running-mid-contant {
  padding-left: 60px;
  padding-right: 50px;
}

.innr-running-mid1 .running-mid-contant h3,
.innr-running-mid2 .running-mid-contant h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #404040;
}

.running-bottom {
  display: inline-grid;
  grid-template-columns: 32.5% 32.5% 32.5%;
  padding: 40px 25px;
  justify-content: space-between;
}

.running-bottom .innr-running-bottom {
  border: 1px solid #e3e3e3;
  padding: 0 20px 20px;
  text-align: center;
}

.running-bottom .innr-running-bottom h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #404040;
}

.running-bottom .innr-running-bottom span {
  margin-top: 20px;
  margin-bottom: 15px;
}

.running-bottom .innr-running-bottom p,
.running-bottom .innr-running-bottom span {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #404040;
  display: inline-block;
}

.running-bottom .innr-running-bottom a {
  display: inline-block;
  width: 100%;
}

.running-bottom .innr-running-bottom .buy-btn {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  background-color: #8dc741;
  color: #fff;
  padding: 15px 51px;
  width: auto;
  margin: 10px 0 20px;
}

.running-bottom .innr-running-bottom .compare-btn {
  color: #f58f05;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto';
}

/* running page end */
/* blog page start */
.innr-blog {
  padding: 0 70px;
}

.blog .wp-pagenavi {
  text-align: center;
  padding: 40px 0;
  color: #404040;
  max-width: 300px;
  margin: 0 auto;
  font-size: 0;
}

.cust-ccmsenlink a {
  color: #86be46;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline !important;
}

.new-chkout-page-sec.cust-ccm-quant-sect {
  width: calc(100% - 55px);
}

.cust-ccmsenlink {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.cust-ccms-sctext {
  font-size: 16px;
}

.blog .wp-pagenavi .current {
  border-color: #e6e6e6;
  color: #fff;
  background: #233d98;
  font-weight: normal;
}

.blog .wp-pagenavi a,
.blog .wp-pagenavi span {
  border: 1px solid #e6e6e6;
  margin: 0;
  padding: 6px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  display: inline-block;
  border-right: none;
  color: #8cc641;
}

.blog .wp-pagenavi> :first-child {
  color: #404040;
}

.blog .wp-pagenavi a:last-child {
  border-right: 1px solid #e6e6e6;
}

.main-blog {
  display: inline-grid;
  grid-template-columns: 30% 65%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 50px 0;
}

.outer-blog-page-content .main-blog,
.outer-blog-page-content .blog-page-content .main-blog {
  padding: 10px 0 20px;
  border: none;
}

.outer-blog-page-content .main-blog p {
  display: inline-block;
}

.innr-blog>.main-blog:last-child {
  border: none;
  padding-bottom: 0;
}

.main-blog h2 a {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Roboto';
  line-height: 45px;
  color: #404040;
}

.main-blog h2 a:hover {
  color: #233d98;
}

.main-blog .blog-date {
  color: #233d98;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Roboto';
  font-weight: 400;
  padding-bottom: 25px;
}

.main-blog .read-btn,
.blog-page-btn a {
  font-size: 22px;
  line-height: 27px;
  color: #8cc641;
  font-family: 'Roboto';
  font-weight: 400;
}

.blog-page-btn a {
  font-size: 18px;
  line-height: 23px;
}

.outer-blog-page-content a {
  color: #8cc641;
}

.blog-page-btn a:hover,
.outer-blog-page-content a:hover {
  color: #233d98;
  text-decoration: underline !important;
}

.main-blog p {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #404040;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-blog .read-btn:hover {
  color: #404040;
  text-decoration: underline !important;
}

.main-blog-page h1 {
  background-color: #243d99;
  color: #fff;
  text-align: center;
  font-family: 'Roboto';
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  padding: 40px 20px;
  margin: 0;
}

.outer-blog-page-content {
  padding: 40px 70px 0;
}

.outer-blog-page-content ul {
  padding: 10px 0 10px 35px;
}

.outer-blog-page-content ul li {
  list-style-position: outside;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  color: #404040;
  font-family: 'Roboto';
}

.outer-blog-page-content .blog-date {
  color: #243d99;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: 'Roboto';
  padding-bottom: 20px;
  display: inline-block;
}

.blog-page-content ol li,
.outer-blog-page-content p {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Roboto';
  color: #404040;
  font-weight: 400;
}

.blog-page-content ol {
  padding-left: 30px;
}

.blog-page-content ol li {
  margin-bottom: 5px;
  list-style-position: outside;
}

.outer-blog-page-content h2,
.outer-blog-page-content h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #404040;
  padding: 30px 0 10px;
}

.blog-page-btn {
  padding: 0 70px 30px;
}

.outer-blog-page-content .main-blog-page-img {
  text-align: center;
}

.main-blog-page-img.mom-odor-blog-page img {
  padding-bottom: 30px;
}

.out-blog-page-content {
  display: inline-grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}

.blog-page-btn {
  display: inline-grid;
  grid-template-columns: 50% 50%;
  border-top: 1px solid #e6e6e6;
  padding: 10px 70px 10px;
  align-items: center;
}

.blog-page-btn a:first-child::before {
  content: '\f177';
  font-family: 'Fontawesome';
  padding-right: 6px;
}

.blog-page-btn a:last-child {
  text-align: right;
}

.blog-page-btn a:last-child::after {
  content: '\f178';
  font-family: 'Fontawesome';
  padding-left: 6px;
}

/* blog page end */
/* track order page start */
.innr-track-order {
  padding: 30px 40px;
}

.innr-track-order p,
.track-order-form label {
  font-size: 24px;
  font-family: 'Roboto';
  line-height: 29px;
  font-weight: 400;
  color: #404040;
}

.track-order-form {
  display: inline-grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}

.track-order-form input {
  width: 100%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  --box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e6e6e6 !important;
  padding: 8px 12px;
}

.track-order-form input:focus {
  border: 1px solid #e6e6e6 !important;
}

.track-order-form .track-btn {
  padding-top: 15px;
}

/* track order page end */
/* policy and terms page start */
.policy-content {
  padding: 20px;
}

.policy-content h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  font-family: 'Roboto';
  color: #404040;
  text-align: center;
  padding-bottom: 15px;
}

.policy-content p {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #404040;
  line-height: 29px;
}

/* policy and terms page end */
/* new checkout page start */
.new-checkout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.new-checkout-l {
  padding-right: 20px;
}

.new-checkout h1,
.new-checkout h2 {
  box-sizing: border-box;
  margin: 0px 0px 1rem;
  min-width: 0px;
  color: rgb(29, 29, 29);
  font-family: "Graphik Web Regular";
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
}

.ncheckout-field {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 100%;
  font-family: "Graphik Web Regular";
  font-size: 0.75rem;
  line-height: 1;
  z-index: 1;
  cursor: text;
  position: relative;
  display: flex;
}

.inner-new-checkout {
  display: inline-grid;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  padding: 40px 0;
}

.ncheckout-input,
.new-checkout-l select {
  padding: 14px 13px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  font-size: 1rem;
  font-family: "Graphik Web Regular";
  line-height: 1.1;
  color: rgb(0, 0, 0);
  width: 100%;
  margin-bottom: 3px;
}

.ncheckout-input::placeholder {
  color: #000;
}

.ncheckout-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.ncheckout-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.ncheckout-input:hover,
.new-checkout-l select:hover {
  border: 2px solid #8cc641;
}

.new-checkout-l .login-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Graphik Web Regular";
  padding-top: 10px;
}

.new-checkout-l .login-btn p {
  display: inline-block;
}

.new-checkout-l .login-btn a {
  color: #8cc641;
  text-decoration: underline !important;
}

.inner-new-checkout input[type=number]::-webkit-inner-spin-button,
.inner-new-checkout input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}

.inner-new-checkout input[type=number],
.inner-new-checkout input[type=number] {
  -moz-appearance: textfield;
}

.new-checkout-l,
.new-checkout-r {
  display: inline-block;
}

.inner-new-checkout .continue-btn {
  padding: 20px 0;
}

.inner-new-checkout .continue-btn a,
.inner-new-checkout .continue-btn button {
  padding: 11px 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  border: none;
  background-color: #8cc641;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Graphik Web Regular";
  cursor: pointer;
}

.inner-new-checkout .continue-btn a:hover,
.inner-new-checkout .continue-btn button:hover {
  background-color: #213890;
}

.inner-new-checkout-r {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 38px;
  font-family: "Graphik Web Regular";
}

.inner-right-bottom {
  display: inline-flex;
  justify-content: space-between;
}

.inner-right-bottom span {
  width: 100%;
  float: left;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 13px;
  font-weight: 400;
}

.inner-new-checkout-r .right-bottom .save-amount {
  font-size: 14px;
  text-align: right;
}

.inner-right-bottom.payment-due span {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.inner-new-checkout-r .right-bottom {
  padding-top: 30px;
}

.new-site-landing {
  overflow: hidden;
}

.inner-right-bottom span:last-child {
  text-align: right;
}

.new-cart h1,
.new-cart-r h2,
.inner-new-checkout-r h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}

.inner-new-checkout-r .right-top,
.inner-new-checkout-r .right-mid {
  display: inline-flex;
  font-family: "Graphik Web Regular";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}

.inner-new-checkout-r .right-mid {
  justify-content: space-between;
}

.inner-new-checkout-r .right-top .proimg,
.inner-new-checkout-r .right-top .proprice {
  width: 20%;
  float: left;
}

.inner-new-checkout-r .right-top .prodes {
  width: 65%;
  float: left;
}

.inner-new-checkout-r .right-mid input {
  width: 67%;
  float: left;
}

.inner-new-checkout-r .right-mid .submit-btn {
  width: 30%;
  float: left;
}

.inner-new-checkout-r .right-mid .submit-btn button {
  padding: 13px 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  border: none;
  background-color: #8cc641;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Graphik Web Regular";
  cursor: pointer;
  width: 100%;
}

.inner-new-checkout-r .right-mid .submit-btn button:hover {
  background-color: #213890;
}

.inner-new-checkout-r .right-top .prodes h3,
.inner-new-checkout-r .right-top .prodes span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Graphik Web Regular";
}

.inner-new-checkout-r .right-top .prodes h3 {
  margin-bottom: 0;
}

.inner-new-checkout-r .right-top .prodes span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  float: left;
  text-transform: capitalize;
}

.inner-new-checkout-r .right-top .prodes .sub-head {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 8px;
}

.inner-new-checkout-r .right-top .proprice span {
  font-weight: 700;
}

.new-checkout form {
  width: 100%;
  float: left;
}

/* new checkout page end */

/* new cart page start */
.new-cart {
  font-family: "Graphik Web Regular";
}

.new-cart-l,
.new-cart-r {
  display: inline-block;
  width: 100%;
}

.new-cart-l .s-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  display: inline-grid;
  grid-template-columns: 65% 20% 15%;
}

.pro-det-top {
  display: inline-flex;
  align-items: center;
}

.new-cart-l {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
}

.cart-r-top .save-amount {
  text-align: right;
  font-size: 14px;
}

.new-cart .inner-new-checkout {
  grid-template-columns: 66% 30%;
}

.cart-r-bot {
  text-align: center;
}

.cart-r-bot span {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.cart-r-top {
  padding-top: 30px;
}

.new-cart .pro-det-top .proimg,
.new-cart .pro-det-top .proprice {
  width: 15%;
  float: left;
}

.new-cart .pro-det-top .prodes {
  width: 50%;
  float: left;
}

.new-cart .pro-det-top .procount {
  width: 20%;
  float: left;
}

.new-cart h1 {
  text-align: left;
}

.new-cart .pro-det-top .procount .in-procount {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 9px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
}

.new-cart .pro-det-top .procount .in-procount i {
  padding: 5px 7px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.new-cart .pro-det-top .procount .in-procount i:hover {
  background-color: #8cc641;
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

.new-cart .pro-det-top .procount input {
  width: 20px;
  height: 20px;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
}

.pro-det-top .proprice .over-line {
  position: relative;
  width: auto !important;
  float: right;
}

.over-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -moz-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  -o-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
  width: 110%;
  height: 2px;
  background-color: #213890;
}

.new-cart-l .pro-det-bot {
  display: inline-grid;
  grid-template-columns: 15% 85%;
}

.new-cart-l .pro-det-bot ul li {
  position: relative;
  list-style: none;
  padding: 0 0 10px 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
}

.new-cart-l .pro-det-bot ul li::before {
  content: "\f111";
  font-family: 'fontAwesome';
  font-size: 8px;
  position: absolute;
  left: 0;
  color: #8cc641;
  top: 5px;
}

.new-cart .pro-det-top .prodes h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  line-height: 20px;
}

.pro-det {
  padding-top: 20px;
}

.s-head .proprice,
.pro-det-top .proprice span {
  text-align: right;
}

.pro-det-top .proprice span {
  width: 100%;
  display: inline-block;
}

/* new cart page end */
/* new landing page outdoor start */
.out-pro-detail {
  text-align: center;
  color: #404040;
}

.out-pro-detail h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.out-pro-detail p {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Roboto';
  font-weight: 400;
}

.out-pro-image {
  text-align: center;
}

.out-pro-image img {
  max-width: 450px;
}

.outdoors .product-slider-right {
  padding: 0 50px 0 10px;
}

.outdoors .product-slider-right h4 {
  font-size: 30px !important;
  line-height: 35px !important;
}

.outdoors .overview-outter {
  padding: 80px 0 0 0;
}

.outdoors .as-seen-inner {
  width: 33.3%;
}

.outdoors .as-seen-inner img {
  max-width: 117px;
}

.outdoors .top-slide-1 {
  display: inline-block;
  width: 100%;
  float: left;
}

.outdoors .flex-outer {
  margin: 0;
}

.outdoors .flexslider {
  border-radius: 0;
}

.outdoors .product-slider-right {
  padding: 0 20px;
}

/* new landing page outdoor end */
/* new landing page biking start */
.outdoors.lpbiking .new-home-top.biking-hero-img .top-slide-1 {
  background: url('../images/lp-biking-hero.webp') no-repeat center/cover
}

.lpbiking .new-home-top .flexslider .flex-caption h1 {
  margin-bottom: 0;
}

.lpbiking .new-home-top .flexslider .flex-caption h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}

/* new landing page biking end */
/* new landing page gen start */
.outer-pro-uses {
  display: inline-grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.innr-pro-uses {
  text-align: center;
}

.innr-pro-uses span {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #0f308f;
  font-size: 26px;
  line-height: 30px;
}

.lpgen-pro-uses.our-customers-outter h2,
.lpgen-pro-uses.our-customers-outter p {
  color: #0f308f;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

.lpgen-pro-uses.our-customers-outter p {
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
  display: inline-block;
  margin: 0;
}

/* new landing page gen end */
/* new landing page running start */
.lprunning .innr-running-mid1 {
  grid-template-columns: 55% 45%;
}

.lprunning .running-top .innr-running-top:first-child {
  padding: 0 40px 0;
}

.lprunning .running-mid h2 {
  font-size: 32px;
  line-height: 37px;
}

.lprunning .innr-running-mid1 .running-mid-contant h3 {
  padding-bottom: 20px;
}

.lprunning .innr-running-mid1 .running-mid-contant {
  padding-left: 90px;
  padding-right: 60px;
}

.lprunning .innr-running-mid1 .running-mid-contant a {
  background-color: #8dc741;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border: none;
  margin-top: 20px;
}

.lprunning-slider h2 {
  color: #404040;
  font-weight: 500;
  font-size: 32px;
}

.lprunning-slider {
  background-color: #f9f9f9;
  text-align: center;
  padding: 60px 20px;
  margin-top: 40px;
}

.lprunning-slider .flexslider {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #2d439c;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 22px 40px 13px;
  min-height: 394px;
}

.lprunning-slider .flexslider h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.lprunning-slider .flexslider p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.lprunning-slider .flexslider span {
  font-size: 19px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding-top: 20px;
}

.lprunning-slider .customers-review-rating i {
  float: none;
  font-size: 20px;
  color: #ffac33;
}

.lprunning-slider .customers-review-rating {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.lprunning-slider .flex-control-nav {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lprunning-slider .flex-control-paging li a.flex-active {
  background: #fff;
}

.lprunning-slider .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.3);
}

.lprunning-slider .flex-direction-nav .flex-next {
  right: 21px;
}

.lprunning-slider .flex-direction-nav .flex-prev {
  left: 21px;
}

.lprunning-slider .flex-direction-nav a::before {
  font-size: 18px;
  color: #fff;
}

.lprunning-slider .flex-direction-nav a {
  width: 20px;
  height: 20px;
}

.lprunning .product-slider-right {
  background-color: #f7fdf0;
  padding: 60px 75px 40px 36px;
}

.lprunning .products-div {
  padding: 0;
}

.lprunning .product-slider-right p {
  font-size: 27px;
  line-height: 33px;
  font-weight: 700;
}

.lprunning-obli {
  display: inline-grid;
  grid-template-columns: 16% 84%;
  padding-top: 30px;
}

.lprunning-obli-content h3 {
  color: #404040;
  font-size: 20px;
  line-height: 25px;
}

.lprunning .lprunning-obli-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.lprunning-obli-img {
  padding-right: 10px;
}

.lprunning-obli-content {
  margin: 0 20px;
  border-bottom: 1px solid #bf181d;
  padding-bottom: 30px;
}

.lprunning-obli:last-child .lprunning-obli-content {
  border-bottom: none;
  padding-bottom: 0;
}

.lprunning .out-pro-detail p {
  font-size: 24px;
  font-weight: 700;
  padding: 25px;
}

.lprunning .out-pro-detail span {
  font-size: 24px;
  line-height: 29px;
  display: inline-block;
  padding-bottom: 30px;
}

.lprunning .products-slider {
  padding: 0 20px 0 65px;
}

.lprunning-testi h2 {
  text-align: center;
  color: #404040;
  font-size: 36px;
  line-height: 41px;
  padding: 50px 0 0;
}

.lprunning-testi-contant p,
.lprunning-testi-contant h3,
.lprunning-testi-contant span {
  color: #2d449c;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.lprunning-testi-contant span {
  color: #404040;
}

.lprunning-testi-contant p {
  color: #404040;
  font-weight: 400;
  padding-top: 25px;
}

.innr-lprunning-testi .lprunning-testi-comnt {
  display: inline-grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}

.innr-lprunning-testi .lprunning-testi-comnt:last-child {
  padding-bottom: 0;
  border: 0;
}

.innr-lprunning-testi {
  max-width: 1130px;
  margin: 0 auto;
}

.lprunning-testi .share-buttons-inner {
  text-align: center;
  padding: 40px 0;
}

.lprunning-testi {
  padding: 0 30px;
}

/* new landing page running end */
/* for new site landing page running start */
.landing-hero-sec-test {
  background: url('../images/landing/landing-hero-testimonial.webp') no-repeat center/cover;
  color: #fff;
}

.landing-hero-sec {
  background: url('../images/landing/landing-hero.webp') no-repeat center/cover;
  color: #fff;
}

.landing-hero-sec.holiday-special {
  background: url('../images/landing/heroholidayspecial.webp') no-repeat center/cover;
  color: #fff;
}

.sports-landing .landing-hero-sec {
  background: url('../images/landing/Tennis.webp') no-repeat center/cover;
}

.marathon-landing .landing-hero-sec {
  background: url('../images/landing/marathon-hero.webp') no-repeat center/cover;
}

.biking-landing .landing-hero-sec {
  background: url('../images/landing/biking_hero.webp') no-repeat center/cover;
}

.hiking-landing .landing-hero-sec {
  background: url('../images/landing/hiking_hero.webp') no-repeat center/cover;
}

.biking-landing .landing-hero-sec .product-land-img img {
  max-width: 450px;
}

.biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
  max-width: 500px;
  width: 500px;
}

.biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
  left: 80px;
}

.newland-for-comfort .product-land-img img {
  max-width: 450px;
}

.outer-landing-hero-sec {
  position: relative;
}

.for-lander-header .collapse.navbar-collapse.side-bar-new {
  position: unset;
  transform: unset;
}

.for-lander-header .header-inner .navbar-nav {
  margin: unset;
}

.for-lander-header .navbar-collapse {
  justify-content: end;
}

.for-lander-header .d-flex {
  align-items: center;
}

.intent-popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  float: left;
}

.intent-popup-show .intent-popup {
  display: inline-block;
}

.intent-container {
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.innr-intent-popup {
  display: inline-grid;
  grid-template-columns: 40% 60%;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  align-items: center;
  box-shadow: 0px 0px 14px #8dc742;
  border: 1px solid #8dc742;
}

.innr-intent-popup p {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 400;
  color: #404040;
}

.innr-intent-popup .intent-pop-right .intent-btn a {
  background-color: #8dc742;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 25px;
  margin-top: 1rem;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.innr-intent-popup .intent-pop-right .intent-btn a:hover {
  background: #2d449c !important;
  text-decoration: none;
  color: #fff !important;
}

.intent-pop-right span.cin-code {
  color: #8dc742;
  font-size: 30px;
  line-height: 35px;
}

.innr-intent-popup p .intent-pop-first {
  color: #242a70;
  font-weight: 500;
}

.innr-intent-popup .intent-cross {
  position: absolute;
  top: 15px;
  right: 20px;
}

.innr-intent-popup .intent-cross i {
  background-color: #676666;
  color: #fff;
  padding: 6px 7px 6px 7.5px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
}

.innr-lasting-com-cheek-sec .land-social-icon span {
  color: #404040;
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 3px;
  display: inline-block;
  font-family: 'Roboto';
}

.land-social-icon ul {
  margin-bottom: 0;
}

.for-lander-header .nav-bar-outter .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 28px;
}

.header-outter.for-lander-header {
  padding: 15px 0 15px 0;
}

.landing-hero-sec .product-land-img {
  position: absolute;
  bottom: -36px;
  right: 20px;
}

.innr-landing-hero-sec {
  padding: 200px 35px;
  width: 50%;
}
.captain-colin-lndre .innr-landing-hero-sec {
  width: 90%;
}
.landing-hero-sec.holiday-special span.forholidaycoupon {
  text-transform: lowercase;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 27px;
}

.landing-hero-sec.holiday-special span.special-chrcter {
  font-family: 'alexbrush';
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 36px;
  line-height: 41px;
}

.innr-land-why-it span,
.innr-land-high-sec span,
.innr-land-money-back span,
.innr-landing-hero-sec span,
.innr-land-prod-benefit span,
.innr-land-testi-main span,
.innr-lasting-com-cheek-secn span,
.innr-lasting-com-cheek-sec span,
.new-site-landing .compare-pro-chart .fpro-span {
  color: #8dc741;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 500;
}

.innr-land-why-it span,
.innr-land-high-sec span,
.innr-land-money-back span,
.new-site-landing .compare-pro-chart .fpro-span {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.innr-landing-hero-sec h1 {
  font-size: 80px;
  font-weight: 600;
  font-family: 'Roboto';
  line-height: 85px;
}
.captain-colin-lndre .innr-landing-hero-sec h1 {
	font-size: 60px;
	line-height: 70px;
}
.landing-hero-sec.holiday-special .innr-landing-hero-sec h1 {
  font-size: 67px;
  line-height: 72px;
}

.innr-landing-hero-sec p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Roboto';
}

.innr-land-testi-main a,
.innr-land-money-back a,
.innr-landing-hero-sec a {
  background-color: #8dc742;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 36px;
  margin-top: 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.innr-land-testi-main a:hover,
.innr-land-money-back a:hover,
.innr-landing-hero-sec a:hover {
  color: #fff;
}

.land-after-hero .innr-land-after-hero {
  display: inline-grid;
  grid-template-columns: 386px 386px;
  grid-column-gap: 20px;
  padding: 0 20px;
  margin-top: -41px;
}

.land-after-hero .innr-land-after-hero .land-after-hero-main {
  display: inline-flex;
  align-items: center;
  background-color: #242a70;
}

.for-mobile-land-afhero {
  display: none;
}

.land-after-hero .innr-land-after-hero .land-after-hero-main div:nth-child(2) {
  padding: 25px;
}

.innr-land-afhero-main h2 {
  color: #fff;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
}

.innr-land-afhero-main a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  padding-top: 7px;
  display: inline-block;
}

.innr-land-afhero-main a:hover {
  color: #fff;
}

.innr-land-afhero-main a::after {
  content: '\f061';
  padding-left: 8px;
  font-family: 'Fontawesome';
  font-weight: 400;
  font-size: 15px;
}

.land-prod-benefit {
  padding-top: 100px;
}

.new-prod-page .land-prod-benefit {
  padding: 80px 0;
}

.new-prod-page {
  padding: 80px 0 0;
}

.innr-land-prod-benefit {
  padding: 0 20px;
}

.innr-land-prod-benefit span {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.innr-land-why-it h2,
.innr-land-high-sec h2,
.innr-land-testi-main h2,
.innr-land-money-back h2,
.innr-land-prod-benefit h2,
.innr-lasting-com-cheek-secn h2,
.innr-lasting-com-cheek-sec h2 {
  color: #282828;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  font-family: 'Roboto';
  padding: 8px 0 20px;
}

.innr-land-high-sec h2,
.innr-land-testi-main h2 {
  color: #fff;
}

.innr-land-testi-main h2,
.innr-lasting-com-cheek-secn h2 {
  text-align: left;
}

.innr-lasting-com-cheek-sec h2 {
  text-align: left;
  padding: 10px 230px 0 0;
}


.innr-land-why-it p,
.innr-land-prod-benefit p,
.innr-land-money-back p,
.prod-benefit-multisec p,
.lasting-com-cheek-sec p,
.block-imgcont-sec p {
  text-align: center;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.lasting-com-cheek-sec p,
{
text-align: left;
padding-right: 130px;
padding-top: 25px;
}

.innr-lasting-com-cheek-secn p {
  padding: 0;
}

.lasting-com-cheek-sec .innr-lasting-com-cheek-secn:last-child {
  padding-right: 320px;
}

.prod-benefit-multisec {
  display: inline-grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-column-gap: 1.3%;
  padding-top: 20px;
}

.prod-benefit-multisec .add-to-cart-btn-mobile a {
  padding: 14px 41px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Roboto";
  background-color: #8dc742;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
}

.prod-benefit-multisec .add-to-cart-btn-mobile a:hover {
  background: #2d449c !important;
}

.prod-benefit-multisec .add-to-cart-btn-mobile {
  text-align: center;
  padding: 20px 0 40px;
  display: none;
}

.new-home .prod-benefit-multisec .add-to-cart-btn-mobile,
.new-prod-page .prod-benefit-multisec .add-to-cart-btn-mobile {
  padding: 20px 0 17px;
}

.prod-benefit-multisec h3 {
  color: #4c4c4c;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 25px;
  font-family: 'Roboto';
}

.prod-benefit-multisec .benefit-multisec-content {
  padding: 50px 10px 0;
}

.prod-benefit-multisec .benefit-multisec-img1::after,
.prod-benefit-multisec .benefit-multisec-img2::after,
.prod-benefit-multisec .benefit-multisec-img3::after,
.prod-benefit-multisec .benefit-multisec-img4::after {
  content: ' ';
  background: url('../images/landing/foot01.webp') no-repeat center/contain;
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prod-benefit-multisec .benefit-multisec-img2::after {
  background-image: url('../images/landing/chafing.webp');
}

.prod-benefit-multisec .benefit-multisec-img3::after {
  background-image: url('../images/landing/foot03.webp');
}

.prod-benefit-multisec .benefit-multisec-img4::after {
  background-image: url('../images/landing/foot04.webp');
}

.prod-benefit-multisec .benefit-multisec-img {
  position: relative;
}

.lasting-com-cheek-sec,
.block-imgcont-sec {
  display: inline-grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.lasting-com-cheek-sec .innr-lasting-com-cheek-sec:nth-child(2),
.block-imgcont-sec .innr-lasting-com-cheek-sec:nth-child(2) {
  padding-left: 20px;
}

.for-mobile-lasting-com-cheek {
  display: none;
}

.container-fornine {
  max-width: 1920px;
  margin: 0 auto;
}
.landr-warning p {
	padding: 35px 15px 0;
	display: inline-block;
	color: #8dc742;
	font-size: 18px;
}
.lasting-com-cheek-sec .innr-lasting-com-cheek-sec:last-child {
  background: url('../images/landing/comfort-bg.webp') no-repeat center/cover;
  padding: 70px 40px;
  text-align: right;
  position: relative;
}
.captain-colin-lndre .lasting-com-cheek-sec .innr-lasting-com-cheek-sec:last-child {
  text-align: center;
}
.lasting-com-cheek-sec .innr-lasting-com-cheek-sec:last-child img {
  max-width: 500px;
  text-align: right;
}

.land-cheek-sec .land-cheek-head,
.innr-land-why-it .land-cheek-head,
.innr-land-testi .land-testi-h2 {
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 110px;
  font-weight: 600;
  line-height: 115px;
}

.innr-land-testi .land-testi-h2 {
  color: #393f7e;
  text-align: left;
}

.innr-land-why-it .land-cheek-head {
  text-align: right;
}

.lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
  max-width: 700px;
  width: 700px;
}

.hiking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
  max-width: 554px;
  width: 554px;
}

.lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
  position: absolute;
  top: 70px;
  left: -50px;
}

.innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail {
  max-width: 400px;
  padding-bottom: 30px;
  padding-top: 30px;
  float: right;
}

.innr-lasting-com-cheek-sec .lasting-com-prod p {
  padding: 0;
  text-align: center;
}

.lasting-com-prod .compare-pro-detail .compare-pro-seller {
  top: 16px;
  right: -27px;
}

.lasting-com-prod .compare-pro-detail .compare-pro-seller span {
  font-size: 10px;
  letter-spacing: 0;
  color: #fff;
}

.lasting-com-prod .lasting-com-prod-img img {
  max-width: 350px;
  position:relative;
  z-index:1!important;
}

.lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli .lasting-com-prod-img img {
  max-width: 290px;
}

.lasting-com-prod.innr-compare-pro-chart {
  position: relative;
  background: url('../images/landing/lasting-com-bg-border.webp') no-repeat left/contain;
  padding: 60px 190px 60px 0;
  margin-top: 30px;
}

.lasting-com-prod-img {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: -17px;
}

.lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli .lasting-com-prod-img {
  left: -5px;
}

.lasting-com-cheek-sec .innr-lasting-com-cheek-sec:first-child {
  padding-left: 246px;
}

.lasting-com-cheek-sec .innr-lasting-com-cheek-secn:first-child {
  padding-right: 150px;
}

.outer-lasting-com-prod-imgn {
  position: relative;
}

.outer-lasting-com-prod-imgn .lasting-com-prod-imgn img {
  max-width: 350px;
}

.outer-lasting-com-prod-imgn .lasting-com-prod-imgn {
  position: absolute;
  bottom: -20px;
  right: -130px;
}

.land-why-it-sec {
  display: inline-grid;
  grid-template-rows: 382px;
  grid-template-columns: 32.3% 32.3% 32.3%;
  grid-column-gap: 18px;
  padding-top: 40px;
}

.land-why-it-sec .for-why-it-sec-span {
  position: relative;
}

.innr-land-why-it .main-land-why-it {
  padding: 0 115px 80px;
}

.land-why-it-sec .for-why-it-sec-span p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

.out-land-why-it {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* .out-land-why-it .for-why-it-sec-span,  */
.out-land-why-it .for-why-it-sec-flip {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.out-land-why-it .for-why-it-sec-flip {
  background-color: #242a70;
  color: white;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 10px;
}

.out-land-why-it .for-why-it-sec-flip h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.out-land-why-it .for-why-it-sec-flip p {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.out-land-why-it .for-why-it-sec-span {
  background-color: #bbb;
  color: black;
}

.innr-land-why-it-sec:hover .out-land-why-it {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.land-high-sec {
  background-color: #242a70;
  padding: 100px 0;
}

.out-land-high-mainsec {
  padding: 0 150px;
}

.land-high-mainsec .land-high-mainsec-in {
  position: relative;
}

.land-high-mainsec .land-high-mainsec-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 20px;
  color: #fff;
}

.land-high-mainsec .land-high-mainsec-con h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.out-land-high-mainsec.land-why-it-sec {
  grid-row-gap: 18px;
  grid-template-rows: unset;
}

.new-site-landing .compare-pro-chart h2 {
  padding-top: 0;
}

.new-site-landing .compare-pro-chart {
  padding: 88px 20px 60px;
}

.land-money-back {
  background: url('../images/landing/money-back-bg.webp') no-repeat center/cover;
  padding: 85px 0 40px;
}

.land-money-back .money-back-btn {
  text-align: center;
}

.innr-land-money-back a,
.innr-land-testi-main a {
  font-size: 18px;
  padding: 7px 19px;
}

.innr-land-money-back .money-back-video {
  text-align: center;
  padding-top: 20px;
}

.innr-land-money-back .money-back-video video {
  max-width: 1122px;
  width: 100%;
  height: auto;
}

.innr-land-money-back {
  padding: 0 112px;
}

.innr-land-testi {
  background: url('../images/landing/land-testi-bg.webp') no-repeat center/cover;
  background-color: #242a70;
  padding: 115px 0;
}

.sports-landing .innr-land-testi {
  background: url('../images/landing/sports-banner.webp') no-repeat center/cover;
  background-color: #242a70;
  padding: 115px 0;
}
.captain-colin-lndre .innr-land-testi {
  background: url('../images/landing/colin-testi-bg.webp') no-repeat center/cover;
}
.innr-land-testi .innr-land-testi-main {
  padding: 0 20px 0 40px;
  position: relative;
}

.innr-land-testi .land-boy-testi img {
  position: absolute;
  bottom: -110px;
  right: 0;
  max-width: 200px;
}

.hiking-landing .innr-land-testi .land-boy-testi img {
  bottom: -115px;
  right: -110px;
  max-width: 600px;
  width: 600px;
}

.marathon-landing .innr-land-testi .land-boy-testi img {
  max-width: 310px;
}

.land-testi-slider {
  max-width: 700px;
}

.land-testi-slider .flexslider {
  margin: 0;
}

.innr-top-land-sec .user-info img {
  max-width: 9%;
}

.innr-top-land-sec .user-land-detail h3 {
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #282828;
  margin-bottom: 0;
  text-align: left;
}

.innr-top-land-sec .user-land-detail {
  padding-left: 10px;
}

.innr-top-land-sec .land-social-icon ul li i {
  color: #ffd04c;
  font-size: 20px;
}

.innr-top-land-sec .land-social-icon ul {
  list-style: none;
}

.innr-top-land-sec .land-social-icon ul li {
  display: inline-block;
}

.innr-top-land-sec {
  align-items: start !important;
  width: 100%;
}

.innr-top-land-sec .land-social-icon {
  text-align: right;
  width: 100%;
}

.innr-top-land-sec .user-land-detail span {
  color: #8dc742;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: lowercase;
  text-align: left;
}

.land-testi-slider .innr-top-land-sec .user-land-detail span {
  text-transform: capitalize;
}

.innr-top-land-sec,
.innr-top-land-sec .user-info {
  display: inline-flex;
  align-items: center;
}

.innr-top-land-sec .user-info {
  width: 100%;
}

.innr-top-land-sec {
  padding: 10px;
}

.top-land-sec .innr-top-land-sec p {
  margin-bottom: 0;
}

.innr-top-land-sec:first-child {
  border-bottom: 1px solid #e1e8ed;
}

.innr-top-land-sec .land-social-icon img {
  max-width: 15%;
  float: right;
}

.land-testi-slider .flex-control-paging li a {
  padding: 0 !important;
}

.land-testi-slider .flex-control-paging li .flex-active {
  background: #8dc742;
}

.land-testi-slider .flex-direction-nav a {
  background-color: unset;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.land-testi-slider .flex-direction-nav a::before {
  font-size: 16px;
  color: #fff;
}

.land-testi-slider .flex-direction-nav a {
  width: 10px;
  height: 27px;
}

.land-testi-slider .flex-direction-nav .flex-next {
  right: -20px;
}

.land-testi-slider .flex-direction-nav .flex-prev {
  left: -20px;
}

.innr-land-testi-main .land-shop-now {
  padding-top: 40px;
}

/* for new site landing page running end */
.login-btn input.btn,
.login-btn button.btn,
.email-btn button.btn,
.register-btn button.btn,
.my-orders .login-btn a.btn {
  width: auto !important;
  padding: 10px 20px !important;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  border: none;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -ms-border-radius: unset !important;
  -o-border-radius: unset !important;
  border-radius: unset !important;
  background-color: #86be46;
}

.my-orders .login-btn a.btn {
  padding: 0 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.my-orders .download-invoice-btn {
  color: #86be46 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.my-orders.main-subscription .login-btn a.btn {
  width: 100% !important;
}

.login-btn button.btn:hover,
.email-btn button.btn:hover,
.register-btn button.btn:hover,
.my-orders .login-btn a.btn:hover {
  background-color: #2d449c !important;
  color: #fff;
}

.login-hypen,
.forget-link .col-xs-12 .forget-link-line,
.forget-link .col-xs-12 a {
  font-size: 20px;
  color: #86be46;
  font-weight: 400;
}

.for-remember,
.for-term-agree .register-terms {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.col-xs-6.for-term-agree .register-terms {
  color: #86be46;
}

.forget-link .col-xs-12 a:hover,
.col-xs-6.for-term-agree .register-terms:hover {
  color: #2d449c;
}

.login-btn i {
  padding-right: 4px;
}

.form-group.col-50 {
  width: 100%;
  float: left;
}

.form-group.col-50 .col-xs-6 {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.form-group.col-50 .col-xs-6 .form-control {
  border-radius: 0;
}

.form-group.col-50 .col-xs-6:last-child {
  padding-right: 0;
}

/* .cart-popup:hover .cart-inner {
  display: block;
  
} */
span.cart-items-count {
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  min-width: 32px;
  min-height: 32px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-border-radius: 0 0 0.3em 0.3em;
  -moz-border-radius: 0 0 0.3em 0.3em;
  -ms-border-radius: 0 0 0.3em 0.3em;
  -o-border-radius: 0 0 0.3em 0.3em;
  border-radius: 0 0 0.3em 0.3em;
  border-width: 2px;
  border-style: solid;
  padding: 0 0.4em;
  border-color: #8cc641;
  cursor: pointer;
  color: #8cc641 !important;
}

span.cart-items-count::after {
  bottom: 100%;
  margin-bottom: 0;
  height: 0.8em;
  width: 0.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.6em;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
  border-bottom: 0;
}

a {
  text-decoration: none !important;
}

.my-account.FOR-MOBILE {
  display: none;
}

.nav-bar-outter.d-flex.align-items-end.nav-bar-mobile {
  display: none !important;
}

.my-account ul li a:hover {
  color: #8cc641 !important;
}

.my-account ul li a {
  color: #404040 !important;
}

.footer-outter {
  width: 100%;
  float: left;
  color: #fff;
}

section.main-footer {
  background-color: #404040;
  padding: 60px 0;
}

.e-mail-list-div {
  width: 25%;
  float: left;
}

.e-mail-list-div:first-child.footer-menu {
  padding: 0;
}

.e-mail-list-div h4 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}

.e-mail-list-div p {
  color: #ccc;
  font-size: 22px;
  margin-bottom: 20px;
}

.e-mail-list-div label {
  color: #fff;
  font-size: 22px;
  float: left;
  width: 100%;
}

.e-mail-list-div input {
  padding: 8px !important;
  width: 100%;
  margin-bottom: 22px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.e-mail-list-div input::placeholder {
  color: unset;
}

input.submit {
  width: auto;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 6px 0 !important;
  float: left;
  font-weight: 700 !important;
  background: #8cc641;
  border: #8cc641;
  color: #fff;
}

input.submit {
  width: auto;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 11px 41px !important;
  float: left;
  font-weight: 700 !important;
  background: #8cc641;
  border: #8cc641;
  color: #fff;
  font-size: 22px;
  margin: 0 !important;
  cursor: pointer;
}

input.submit:hover {
  background: #2d449c;
}

.footer-menu li {
  list-style: none;
  line-height: 1.85;
}

.footer-menu li a {
  color: #fff;
  font-size: 22px;
}

.e-mail-list-div.connect-with i {
  color: #8dc741 !important;
  font-size: 30px;
  padding: 0 8px;
}

.textwidget {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.e-mail-list-div.footer-logo img {
  margin-bottom: 40px;
}

.e-mail-list-div.footer-menu {
  padding: 0;
}

.e-mail-list-div.footer-logo {
  float: right;
  text-align: right;
  width: 20%;
}

.e-mail-list-div.connect-with {
  padding: 0;
  width: 30%;
}

.container-fluid.banner-mobile {
  background: url(../images/sc-comfort-blend-web-2.webp);
  background-size: cover;
  background-position: center;
  padding: 520px 0;
  display: none;
}

.footer1 {
  background: #404040 !important;
  padding: 23px 0 50px !important;
  width: 100%;
  border-top: 1px solid #7a7a7a !important;
  font-size: 18px !important;
}

.cart-alert {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  color: #404040;
  font-weight: bold;
  padding: 20px 25px 17px 25px;
}

.cart-alert h4 {
  font-size: 18px !important;
}

.cart-alert h4 {
  float: left;
  width: 100%;
  margin: 0;
}

.cart-div h1 {
  font-size: 60px !important;
  color: #404040;
  font-weight: 600;
  text-transform: inherit;
  line-height: 65px;
  margin-top: 40px;
}

.cart-div table {
  border-radius: 0;
  border-collapse: collapse;
  font-size: 24px;
  line-height: 29px;
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  text-align: left;
  width: 100%;
}

.cart-div table th {
  border-bottom: 2px solid #e6e6e6;
  padding: 18px 10px;
  font-weight: 700;
  line-height: 1.5em;
  color: #404040;
}

.cart-div table i {
  color: red;
  font-weight: 400;
  font-size: 19px;
  width: 26px;
  padding: 3px 5px 5px;
  background: transparent;
  height: 26px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
}

.cart-div table i:hover {
  background: red;
  color: #fff;
}

.cart-div table img {
  width: 100px;
  max-width: 100%;
}

td.nurture-baby a {
  font-size: 24px !important;
  color: #8cc641;
}

td.nurture-baby a:hover {
  color: #233d98;
}

.table-radio-btn label {
  font-size: 20px;
  color: #404040;
}

.cart-div table select {
  border: 1px solid #ddd;
  padding: 0.75em;
  color: #666;
}

.time-purchase-outter [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 2px solid #676767;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}

label.lp-subscription-label {
  position: relative;
}


.product-slider-right input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  width: 0;
}

.time-purchase-outter [type="radio"]:checked+label:before {
  border-color: #8cc641;

}

.time-purchase-outter [type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #8fc33b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}

.time-purchase-outter [type="radio"]:checked+label:after {

  content: '';
  width: 10px;
  height: 10px;
  background: #8fc33b;
  position: absolute;
  top: 10px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

}

p.replenishment {
  font-size: 10px !important;
  color: #666666;
  line-height: 14px;
  padding-top: 10px;
}

.cart-div table td {
  font-size: 24px !important;
  color: #404040;
  padding: 18px 10px;
}

td.number-product input {
  height: 40px;
  padding: 0;
  font-size: 14px;
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  color: #666;
}

.checkout h4 a {
  cursor: pointer;
}

.checkout .coupon {
  padding-top: 10px;
}

.coupon input {
  height: 55px !important;
  line-height: 0.5 !important;
  border: 1px solid #e6e6e6;
  width: 200px;
  padding: 15px 10px;
  color: #666 !important;
  font-size: 14px;
  font-weight: 300;
}

.coupon button {
  background-color: #86be46;
  line-height: 0.5 !important;
  height: 55px !important;
  padding: 15px 40px;
  font-size: 24px !important;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin: 0 0 0 4px;
  border: none;
}

.coupon button:hover {
  background-color: #233d98;
}

td.actions {
  border-top: 1px solid #e6e6e6;
}

.cart-total {
  width: 50%;
  float: right;
  padding: 21px 0 0 0;
}

.payment-info .coupon {
  margin-top: 10px;
}

.payment-info .coupon button {
  padding: 15px 18px;
}

.cart-total-inner h2 {
  font-size: 40px;
  color: #404040;
  font-weight: 700;
  margin-bottom: 20px;
}

.cart-total-inner table th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

.cart-total-inner table {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  font-size: 24px;
  width: 100%;
  color: #404040;
}

.login-form {
  width: 100%;
  float: left;
}

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

.cart-total-inner table td {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}

.proceed-to-checkout a {
  color: #fff;
  background-color: #86be46;
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 700;
  margin: 16px 0;
}

.proceed-to-checkout a:hover {
  background-color: #2d449c !important;
  color: #ffffff;
}

section.cart-sec {
  padding: 133px 0 79px 0;
}

.cart-alert.checkout h4 {
  font-size: 24px !important;
  color: #404040;
}

.cart-alert.checkout h4 a {
  font-size: 24px !important;
  color: #8cc641;
  margin: 0px 0 0 3px;
}

.cart-alert.checkout h4 a:hover {
  color: #233d98;
}

.checkout-sec h1 {
  font-size: 60px !important;
  color: #404040;
  font-weight: 600;
  text-transform: inherit;
  line-height: 65px;
}

.proceed-to-checkout button,
.proceed-to-checkout.place-div input[type="submit"] {
  background-color: #86be46;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  margin: 22px 0;
  cursor: pointer;
  text-align: center;
}

.proceed-to-checkout button:hover,
.proceed-to-checkout.place-div input[type="submit"]:hover {
  background-color: #233d98;
}

.cart-alert.checkout {
  margin: 0 0 50px 0px;
}

.belling-detail {
  float: left;
  width: 100%;
}

.belling-detail-left {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}

.belling-detail-right {
  width: 50%;
  float: left;
  padding: 0 0 0 20px;
}

.belling-detail-left h3 {
  font-size: 40px;
  color: #404040;
  font-weight: 700;
}

.billing-form {
  width: 100%;
  float: left;
}

.billing-form-left {
  width: 50%;
  float: left;
}

.billing-form-left.right-billing {
  padding: 0 0 0 7px;
}

.billing-form-right {
  width: 50%;
  float: left;
}

.belling-detail label {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  /* margin: 20px 0 0 0; */
}

.pay-card label {
  margin-top: 20px;
  margin-bottom: 0;
}

.billing-form-left input {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 7px;
}

.belling-detail input {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 7px;
  font-size: 14px;
  color: #666;
}

.belling-detail select {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 7px;
  font-size: 18px;
  color: #444;
}

p.message-checkout {
  font-size: 13px !important;
  margin-top: 6px;
  font-weight: 500;
}

p.message-checkout a {
  color: #8cc641;
}

p.message-checkout a:hover {
  color: #233d98;
}

input.street {
  margin: 8px 0 0 0;
}

.ship-different-add input {
  width: auto;
}

.ship-different-add span {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  margin: 0 0 0 3px;
}

.belling-detail textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 7px;
  font-size: 14px;
  color: #666;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

::placeholder {
  color: #b7b7b7;
}

.belling-detail-right h3 {
  font-size: 40px;
  color: #404040;
  font-weight: 700;
  margin: 0 0 14px 0;
}

.belling-detail-right.cart-total-inner table td {
  padding: 10px !important;
}

.Credit-Card-div {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 1em;
  margin: 5px 0 0 0;
  border-bottom: none;
}

.Credit-Card-div h5 {
  color: #404040;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.pay-card {
  background: #f7f7f7;
  color: #404040;
  margin: 20px 0 20px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  width: 100%;
  position: relative;
  padding: 1em;
}

.pay-card p {
  font-size: 24px;
  color: #404040;
  margin: 0 0 0 0;
}

.Credit-Card-div i {
  position: absolute;
  right: 28px;
  top: 112px;
  font-size: 20px;
  color: #75787c;
}

.pay-card input {
  padding: 4px 6px !important;
}

.billing-form-left.cvc-billing {
  padding: 0 0 0 35px;
}

.payment-info-sec label,
.payment-info-sec input[type="radio"] {
  width: auto;
  margin: 0;
  float: unset;
}

.payment-info-sec h5 {
  font-size: 20px;
  /* font-weight: 700; */
  padding-bottom: 10px;
}

.innr-payment-stripe h5 {
  padding-bottom: 10px;
}

.payment-info-sec label {
  font-weight: 400;
  padding-left: 10px;
  font-size: 18px !important;
}

.innr-payment-info-sec {
  display: inline-flex;
  padding-left: 8px;
  vertical-align: middle;
  align-items: center;
}

.innr-payment-info-sec.innr-payment-paypal img {
  max-width: 75px;
  padding-left: 15px;
}

.innr-payment-info-sec.innr-payment-card img {
  max-width: 130px;
  padding-left: 15px;
}

.payment-info-sec {
  padding-bottom: 20px;
}

.caret-up {
  position: relative;
}

.coupon {
  display: flex;
}

.caret-up i {
  position: absolute;
  top: -52px;
  left: 0;
  font-size: 51px;
  color: #dfdcde;
}

.proceed-to-checkout.place-div {
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 1em;
}

.proceed-to-checkout img {
  text-align: center;
}

section.checkout-sec {
  padding: 139px 0 74px 0;
}

.error-message {
  background-color: #fff2f3;
  border: 1px solid #b84048;
  color: #b84048;
  float: left;
  width: 100%;
  padding: 20px 25px;
}

.error-message p {
  float: left;
  color: #b84048;
  font-size: 16px;
}

.pay-card .billing-form {
  padding-bottom: 20px;
}

header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  position: -webkit-sticky;
}

.ordersuccess h1 {
  color: #86be46;
  font-size: 30px;
  text-align: center;
  border: 1px solid #d3ced2;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 60%;
  margin: 170px auto;
}

.main-subscription {
  overflow-x: hidden;
}

.cart-div.cart-table-mobile th {
  border: none !important;
}

.cart-div.cart-table-mobile tr {
  border: 1px solid #e6e6e6 !important;
}

.cart-div.cart-table-mobile td {
  text-align: right;
}

.cart-div.cart-table-mobile .table-radio-btn label {
  width: auto;
  float: initial;
}

.cart-div.cart-table-mobile .table-radio-btn input {
  width: auto;
  float: initial;
  margin: 9px 00 0 0;
}

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

.comfort-bottle {
  float: left;
  padding: 0 0 0 60px !important;
  width: 50%;
  display: flex;
}

.bottel-div {
  width: 35%;
  float: left;
  padding: 00 0px 0 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.comfort-tittle {
  float: left;
  padding: 66px 0 0 0 !important;
  width: 60%;
}

.comfort-tittle {
  float: left;
}

.comfort-tittle h1 {
  color: #404040;
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
}

.comfort-tittle h2 {
  color: #404040;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  margin: 20px 0;
}

.comfort-tittle p {
  color: #404040;
  font-size: 24px;
  margin: 20px 0;
}

.comfort-tittle {
  float: left;
  padding: 66px 0 0 0 !important;
}

.comfort-blend {
  width: 100%;
  float: left;
}

.comfort-bottle-right {
  float: left;
  width: 50%;
}

.comfort-bottle-right img {
  min-height: 740px;
  object-fit: cover;
}

.verified-buyer {
  width: 100%;
  float: left;
  text-align: center;
  padding: 55px 0 0 0;
}

.verified-inner-text h3 {
  background-color: #2d449c;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  text-align: center;
  height: 45px;
  position: relative;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 19px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.verified-inner-text {
  position: relative;
  display: inline-block;
}

.product-slider-right ul {
  padding: 0 0 0 25px;
}

.verified-inner-text i {
  position: absolute;
  left: 34px;
  font-size: 17px;
  bottom: -4px;
  color: #8cc640;
  background-color: #fff;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  padding: 0;
}

.cart-div table td {
  display: table-cell;
}

.cart-div table td.pro-price {
  min-width: 105px;
}

.product-tittle {
  display: none;
}

.L-Fowers {
  float: left;
  width: 100%;
}

.L-Fowers p {
  font-size: 24px;
  color: #404040;
}

.L-Fowers p strong {
  color: #233d98;
  padding-right: 5px;
}

.rating-star i {
  color: #ffd500;
  padding-right: 1px;
  font-size: 17px;
}

.rating-star {
  float: left;
  width: 100%;
}

.L-Fowers b {
  font-size: 24px;
  color: #404040;
  margin: 18px 0 11px 0;
  float: left;
  width: 100%;
}

.rght_txt label {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}


.overview-outter {
  width: 100%;
  float: left;
  display: flex;
  padding: 40px 0 0 0;
}

.overview-inner {
  width: 50%;
  float: left;
  padding: 0 20px 0 117px;
  display: grid;
  align-items: center;
}

.overview-inner button {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #404040 !important;
  padding: 0 !important;
}

.as-seen-on {
  max-width: 1050px;
  margin: 0 auto;
  padding: 75px 0 0 0;
}

.as-seen {
  width: 100%;
  float: left;
}

.as-seen-inner {
  width: 25%;
  float: left;
}

.as-seen h2 {
  font-size: 36px;
  color: #404040;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
}

.overview-inner button:hover {
  text-decoration: none !important;
}

.overview-inner button:focus {
  text-decoration: none !important;
}

.overview-inner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
}

.overview-inner li {
  font-weight: 400;
  font-size: 24px;
  color: #404040;
}

.card-header {
  background-color: transparent !important;
  border-bottom: transparent !important;
}

.overview-inner .card {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

button.btn.btn-link.collapsed {
  padding: 0 !important;
  width: 100%;
  text-align: left;
}

.card-header:first-child {
  padding: 10px 0;
}

.card-body {
  padding: 5px 0 0 0 !important;
}

.comfort-tab-pic {
  width: 50%;
  float: left;
}

.card-body ul {
  padding: 0 0 0 18px;
}

.card-body th {
  font-size: 24px;
  color: #404040;
  width: 150px;
  padding: 8px;

}

.card-body td {
  font-size: 24px;
  color: #404040;
  font-style: italic;
}

.card-body tr {
  border-top: 1px solid #e6e6e6;
}

tr.dimensions {
  background: #f9f9f9;
}

.products-div {
  width: 100%;
  float: left;
  padding: 50px 0 0 0;
}

.products-slider {
  width: 50%;
  float: left;
  padding: 0 0 0 25px;
}

.carousel-control-prev-icon {
  background-color: black !important;
}

.carousel-control-next-icon {
  background-color: black !important;
}

.carousel-inner {
  border: 1px solid #ebebeb;
}

.products-slider-inner {
  margin-top: 100px;
  margin-bottom: 100px
}


#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px
}

#custCarousel .carousel-indicators>li {
  width: 100px
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75
}

.carousel-item img {
  width: 80%
}

.products-div .modal-content {
  background: transparent;
}

a.carousel-control-prev {
  color: #646464 !important;
  font-size: 24px !important;
  opacity: 1 !important;
}

a.carousel-control-next {
  color: #646464 !important;
  font-size: 24px !important;
  opacity: 1 !important;
}

.products-slider.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #646464 !important;
}






/* Create four equal columns that floats next to eachother */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px !important;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #424242;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: red;
  font-weight: bold;
  font-size: 40px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

a.prev {
  left: -95px;
  color: #bfbfbf !important;
}

a.next {
  right: -95px;
  color: #bfbfbf !important;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.carousel-indicators li {
  height: auto !important;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */


/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -moz-animation-name: zoom;
  -ms-animation-name: zoom;
  -o-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.product-slider-right h2 {
  font-size: 56px;
  color: #404040;
  font-weight: bold;
  margin: 0 0 12px 0;

}

.product-slider-right h4 {
  font-size: 40px;
  color: #404040;
  font-weight: bold;
  line-height: 45px;
  margin: 0;
  margin-bottom: 40px;
}

.product-slider-right p {
  font-size: 24px;
  color: #404040;
  margin: 0 0 16px 0;
}

.product-slider-right li {
  font-size: 24px;
  color: #404040;
  list-style-position: outside;
  margin: 0;
}

.product-slider-right li::marker {
  color: #8dc741;
}

.product-slider-right {
  float: left;
  width: 50%;
  padding: 0 150px 0 80px;
  position: relative;
}

/* .product-slider-right li::before{
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    position: relative;
    top: -4px;
    left: -5px;
    color: #8dc741;
} */
span.wpc-label-span {
  padding-left: 25px;
  font-weight: bold;
  font-size: 22px;
  color: #404040;
  float: left;
}

span.wpc-single-price {
  float: right;
  padding-left: 28px;
  font-weight: bold;
  font-size: 22px;
  color: #404040;
}

label.lp-one-time-label {
  float: left;
  width: 100%;
  margin: 0;
}

.lp-free-shipping-price {
  font-size: 18px;
  color: #404040;
  font-weight: bold;
  float: left;
  width: 100%;
}

.Quantity-shipping {
  float: left;
  width: 100%;
  padding: 0 0 0 25px;
}

.sub-para-line p {
  padding-top: 20px;
}

.product-slider-right .lp-free-shipping-price p {
  display: inline-block;
  color: #8cc641 !important;
  padding-left: 4px !important;
  margin-bottom: 13px;
  font-size: 18px !important;
  font-weight: bold !important;
}

.lp-quantity-inputs input[type="number"] {
  border: 1px solid #ddd !important;
  background: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit- border-radius: 0 !important;
  -moz- border-radius: 0 !important;
  -ms- border-radius: 0 !important;
  -o- border-radius: 0 !important;
  border-radius: 0 !important;
  color: #666 !important;
  height: 59px;
  padding: 0.75em !important;
  width: 70px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.428571429;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}

.lp-quantity-inputs {
  width: 100%;
  display: flex;
}

.one_time_area.lp-quantity span {
  font-size: 16px;
  color: #404040;
  font-weight: bold;
  margin: 0 0 4px 0;
  float: left;
}

.lp-quantity-inputs input[type="button"] {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px;
  margin-left: 16px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 68%;
  font-weight: bold;
  line-height: 29px;
  background: #86be46;
  border: none;
  color: #fff;
  cursor: pointer;
}

.lp-quantity-inputs input[type="button"]:hover {

  background: #2d449c;
}

.time-purchase {
  float: left;
  width: 100%;
  margin: 11px 0 10px 0;
  display: flex;
  position: relative;
  align-items: center;
}

.time-purchase-outter {
  border-top: 1px solid #cccccc;
}

/*input[type="radio"]:not(:checked)
{
    width: 20px;
    height: 20px;
    border: 2px solid #676767;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:before
{
      border-color: #8cc641;
    appearance: none;

}*/

.lp-savings {
  float: left;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
  background-color: #8cc641 !important;
  background: url("../images/tag.webp") no-repeat;
  background-repeat: no-repeat;
  background-size: 30px 100%;
  letter-spacing: 0.5px;
  padding-left: 21px;
  padding-right: 13px;
  padding-top: 3px;
  padding-bottom: 0px;
  display: inline-block;
  line-height: 28px;
  margin-left: 7px;
  vertical-align: top;
}

.lp-free-shipping-price h4 {
  font-size: 18px;
  margin: 0 0 14px 0;
  line-height: 1;
}

.replenishment-text p {
  font-size: 11px;
  color: #666666;
}

.tab {
  overflow: hidden;
  border: 1px solid #ddd;
  width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-top: none;
  border-right: 1px solid #ddd;
  width: 33.3%;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: #404040;
}

.tab button:nth-child(4n) {
  border-right: none;
}

button:focus {
  outline: none !important;
}


/* Create an active/current tablink class */
.tab button.active {
  background-color: #86be46;
  color: #fff !important;
}

/* Style the tab content */
.subscription_area .tabcontent {
  padding: 0;
}

.tabcontent {
  display: none;
  padding: 25px 0 0 0;
  border-top: none;
}

.tabcontent p {
  font-size: 11px !important;
  font-weight: normal !important;
  line-height: 14px !important;
  color: #666666;
}

button.tablinks.month {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.lp-quantity span {
  font-size: 16px;
  color: #404040;
  font-weight: bold;
  float: left;
}

.shipping-guarante-section li {
  float: left;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  color: #404040;
  padding-right: 32px;
  margin: 3px 0 0px 3px;

}

.shipping-guarante-section li::before {
  display: none;
}

.shipping-guarante-section img {
  float: left;
  width: 23px;
}

.shipping-guarante-section {
  border-top: 1px solid #cccccc;
  padding-top: 12px;
  width: 100%;
  float: left;
  margin-top: 15px;
}

.shipping-guarante-section ul {
  display: inline-block;
  padding: 0;
}

.shipping-guarante-section ul li {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #404040;
  font-weight: 600;
  line-height: 17px;
  margin: 0;
}

.shipping-guarante-section ul li img {
  display: inline-block;
  width: 19px;
  margin-right: 3px;
}

.c-blend-sec {
  background: url(../images/comfort-footer-img.webp);
  background-size: cover;
}

.c-blend-outter {
  width: 100%;
  padding: 200px 0;
}

.c-blend-inner {
  width: 37%;
  padding: 0 0 0 237px;
}

.c-blend-inner h3 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.c-blend-inner p {
  font-size: 24px;
  color: #fff;
}

.c-blend-inner a {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  border: 1px solid #81bb35;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
  background: #81bb35;
  color: #fff;
  margin: 10px 0 0 0;
  float: left;
}

.c-blend-inner a:hover {
  color: #fff;
}

.our-customers {
  width: 100%;
  float: left;
}


.our-customers-left h3 {
  background-color: #2d449c;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  text-align: center;
  height: 45px;
  position: relative;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 19px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.our-customers-left i {
  position: absolute;
  left: 33px;
  font-size: 17px;
  bottom: -4px;
  color: #8cc640;
  background-color: #fff;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  padding: 0;
}

.our-customers-left {
  position: relative;
}

.our-customers-left {
  position: relative;
  width: 5%;
  float: left;
}

.our-customers-right {
  position: relative;
  width: 95%;
  float: left;
}

.our-customers-right p {
  font-size: 24px;
  color: #404040;
  margin: 0 0 6px 0;
}

.our-customers-right strong {
  color: #233d98;
  padding-right: 5px;
}

.customers-review-rating i {
  color: #ffd500;
  display: inline-block;
  float: left;
  padding-right: 2px;
  font-size: 17px;
}

.slg-popup .com-popup-mid {
  display: inline-block;
}

.slg-popup .com-popup-mid h3 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}

.slg-popup .com-popup-mid .lft_img {
  width: 40%;
}

.slg-popup .com-popup-mid .rght_txt {
  width: 60%;
}

.slg-popup .com-popup-mid .prd_img {
  width: 100%;
}

.slg-number-field {
  width: 100%;
  float: left;
}

.slg-number-field input[type='number'] {
  width: 20%;
  text-align: center;
}

.select-quantity.slg-ship-pay input[type="number"] {
  width: 30%;
  text-align: center;
}

.select-quantity.slg-ship-pay .prd_img.prod_con_area {
  display: inline-flex;
  align-items: center;
}

.slg-popup .prd_img.prod_con_area {
  display: inline-flex;
  align-items: center;
}

.slg-popup .popup-prodet {
  width: 100%;
}

.slg-number-field button {
  background-color: #4e950d;
  border: none;
  padding: 2px 10px;
  cursor: pointer;
}

.slg-number-field button i {
  font-weight: 400;
}

.our-customers-right b {
  color: #404040;
  font-size: 24px;
  margin-top: 9px;
  float: left;
  margin-bottom: 20px;

}

.our-customers-right p {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 16px 0;
  color: #404040;
}

.our-customers {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 16px;
  margin-bottom: 25px;
}

.our-customers:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.our-customers h4,
.our-customers-outter h4 {
  font-size: 36px;
  color: #404040;
  font-weight: 700;
  margin-bottom: 0.7em;
  line-height: 1.4;
  text-align: center;
}

.our-customers-outter h2 {
  font-size: 36px;
  color: #404040;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
}

.our-customers-outter {
  padding: 80px 20px;
}

.money-back {
  position: absolute;
  right: 0;
  top: 0;
}

.share-buttons {
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  padding: 15px 0 0 0;
}

.share-buttons-inner a {
  color: #fff;
  background-color: #86be46;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  border-style: none;
  border-width: 0px;
  border-color: initial;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 51px;
  display: inline-block;
  font-size: 24px !important;
  line-height: 29px !important;
}

.share-buttons li {
  float: left;
  list-style: none;
  padding: 12px 19px !important;
  font-size: 16px;
  color: #404040;
  font-family: "Lato", Helvetica, Lato, Roboto, "Open Sans", Arial, Verdana !important;
  font-weight: 600;
  border-right: 1px solid #e0dede;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
}

.share-buttons i {
  background-color: #505050;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 37px;
  text-align: center;
  height: 37px;
  font-size: 19px;
  margin: 0 6px 0 0;
  line-height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.share-buttons li:last-child {
  border-right: 0px;
}

.share-buttons ul {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 40px 0 55px 0;
}

.share-buttons-inner a:hover {
  background: #2d449c;
  color: #fff;

}

.share-buttons ul li a {
  color: #404040;
}

.share-buttons ul li a:hover {
  color: #86be46;
}

.share-buttons ul li a:hover i {
  background-color: #86be46;
}

.share-buttons i:hover {
  background-color: #86be46;
}

.foot-powder {
  width: 1235px;
  margin: 0 auto;
  max-width: 90%;
}

.foot-powder-outter {
  background-color: #ffffff;
  color: #2d449c;
  float: left;
  width: 100%;
  -webkit-box-shadow: 3px 0px 3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 3px 0px 3px rgb(0 0 0 / 50%);
  -ms-box-shadow: 3px 0px 3px rgb(0 0 0 / 50%);
  -o-box-shadow: 3px 0px 3px rgb(0 0 0 / 50%);
  box-shadow: 3px 0px 3px rgb(0 0 0 / 50%);
}

.foot-powder-inner {
  float: left;
  width: 100%;
  padding: 5px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.foot-powder-inner img {
  padding-right: 10px;
}

.money-back-inner {
  width: 1235px;
  margin: 0 auto;
  max-width: 90%;
}

.act-now {
  float: left;
  width: 100%;
  text-align: center;
}

.act-now p {
  margin: 20px 0;
  color: #000000;
  font-size: 20px;
}

.act-now h4 {
  color: #ff9000;
  font-size: 20px;
  font-weight: 400;
  margin: 14px 0 20px 0;
}

.act-now span {
  color: #000;
  font-size: 16px;
}

section.money-back-slg {
  padding: 0 0 50px 0;
}

.shipping-payment {
  max-width: 1295px;
  margin: 0 auto;
}

.shipping-payment-inner {
  width: 100%;
  float: left;
}

.select-quantity {
  width: 33.3%;
  float: left;
  padding: 15px 22px 30px;
}

.select-quantity h6 {
  font-size: 26px;
  font-weight: 700;
  color: #404040;
  line-height: 42px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc !important;
}

.select-quantity h6 span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #4e950d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.Shipping-form-div {
  width: 100%;
  float: left;
}

.Shipping-form-inner {
  width: 100%;
  float: left;
}

.Shipping-form-left {
  width: 50%;
  float: left;
}

.Shipping-form-left label {
  font-weight: 600;
  font-size: 12px;
  color: #252525;
}

.Shipping-form-left input {
  height: 42px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fcfcfc;
  color: #404040;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 3px 8px;
}

.field_err {
  font-size: 12px;
  color: red;
  float: left;
  font-weight: 400;
  line-height: 14px;
  /* display: none; */
}

.Shipping-form-left {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.shipping-form-fields {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 10px;
}

.shipping-form-fields label {
  font-weight: 600;
  font-size: 12px;
  color: #252525;
}

.shipping-form-fields input {
  height: 42px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fcfcfc;
  color: #404040;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 3px 8px;
}

.shipping-form-fields select {
  height: 42px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fcfcfc;
  color: #404040;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-weight: 400;
  padding: 3px 8px;
}

.shipping-form-checkbox label {
  font-size: 16px;
  color: #252525;
  margin: 0 0 00 4px;
}

.shipping-form-checkbox {
  float: left;
  width: 100%;
  padding: 9px 12px 0 12px;
}

.shipping-border {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px 22px 30px;
}

.sc_main_section .info_section .form-group {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}

.sc_main_section .quantity {
  border-top: 1px #ccc solid;
  padding: 10px 5px;
  margin: 0;
}

.qtys input[type='radio'] {
  cursor: pointer;
  display: block;
  width: 46px;
  height: 46px;
}

.qtys input[type='radio']:not(:checked) {
  background: url(../images/unchecked.webp) no-repeat left;
}

.qtys input[type='radio']:checked,
.qtys .radio input[type='radio']:checked,
.qtys input[type='radio']:hover,
.qtys .radio:hover input[type='radio'],
.qtys .radio input[checked="checked"] {
  background: url(../images/checkbox.webp) no-repeat left;
}

.radio input[type="radio"] {
  margin: 0 !important;
  margin-top: 0px;
  position: static !important;
}

.lft_img {
  float: left;
  width: 62%;
  text-align: center;
  padding: 0px 2px;
  max-width: 100%;
}

.rght_txt {
  float: left;
  width: 38%;
}

.info_section .rght_txt label {
  padding-right: 0 !important;
  padding-left: 0 !important;
  height: auto;
}

.qtys label span {
  display: block;
  font-weight: 700;
  color: #4e950d;
  font-size: 13px;
}

.radio input[type="radio"] {
  margin: 0 !important;
  margin-top: 0px;
  position: static !important;
  appearance: none;
  float: left;
}

.prd_img {
  width: 87%;
  float: left;
}

.new-chkout-subtotal span:nth-child(2) {
  text-align: right;
  float: right;
}

.shipping-information-inner {
  padding: 15px 22px 30px;
  display: none;
}

.radio {
  border-top: 1px #ccc solid;
  padding: 10px 5px;
  margin: 0;
}

.form-group.qtys h5 {
  font-size: 16px;
}

.price-blue {
  color: #3470b8 !important;
}

.orange-text {
  color: #ff9000;
  margin-bottom: 6px;
  display: inline-block;
}

.shipping-information {
  width: 33.3%;
  float: left;
}

.shipping-information h6 {
  font-size: 26px;
  font-weight: 700;
  color: #404040;
  line-height: 42px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc !important;
}

.shipping-information h6 span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #4e950d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.payment-info {
  width: 33.3%;
  float: left;
  padding: 15px 22px 30px;
}

.payment-info h6 {
  font-size: 26px;
  font-weight: 700;
  color: #404040;
  line-height: 42px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc !important;
}

.payment-info h6 span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #4e950d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.Shipping-form-left select {
  height: 42px;
  . -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #fcfcfc;
  color: #404040;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-weight: 400;
  padding: 3px 8px;
}

.Shipping-form-inner label {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 12px;
  color: #252525;
}

label.exp {
  padding: 0 10px;
  margin-top: 10px;
}

span.field_err.margin-lft {
  margin: 0 0 0 10px;
}

.yes-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #fff !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  -webkit-text-shadow: 0 2px 1px #3b700a;
  -moz-text-shadow: 0 2px 1px #3b700a;
  -ms-text-shadow: 0 2px 1px #3b700a;
  -o-text-shadow: 0 2px 1px #3b700a;
  text-shadow: 0 2px 1px #3b700a;
  margin-top: 25px;
  text-align: center;
  padding: 9px 0;
  width: 100%;
  border-bottom: 2px solid #38680e !important;
  background: #60ba0f;
  background: -moz-linear-gradient(top, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: -ms-linear-gradient(to bottom, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: -o-linear-gradient(to bottom, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  background: linear-gradient(to bottom, rgba(96, 186, 15, 1) 0, rgba(74, 140, 13, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60ba0f', endColorstr='#4a8c0d', GradientType=0);
  border: none;
  cursor: pointer;
}

.connection_txt {
  font-family: Arial, sans-serif;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  padding: 10px 0 15px;
}

.cbs-outter {
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

.cbs-inner {
  width: 100%;
  float: left;
  text-align: center;
}

.cbs-logos {
  width: 25%;
  float: left;
}

.cbs-outter h3 {
  font-size: 23px;
  color: #1860cb;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.day-guarantee-outter {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 50px 0;
}

section.guarantee-div {
  background: #f2f0f0;
}

.day-guarantee-inner p {
  font-size: 16px;
  margin: 0;
  color: #252525;
}

.day-guarantee-inner b {
  font-size: 20px;
  color: #252525;
  margin: 0 0 7px 0;
  float: left;
  width: 100%;
}

.day-guarantee-inner {
  width: 50%;
  float: left;
}

.refund-guarantee-outter {
  width: 100%;
  float: left;
}

.refund-guaranteed {
  width: 80%;
  float: left;
}

.sc-footer {
  margin-top: 0;
  float: left;
  width: 100%;
  border-top: 4px solid #eaeaea;
  padding: 20px 0;
  text-align: center;
}

.sc-footer p {
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 0 0;
  font-weight: 400;
}

.terms-condition {
  text-align: center;
  width: 100%;
}

.pulse img {
  -webkit-animation: pulse 1.5s linear infinite;
  -moz-animation: pulse 1.5s linear infinite;
  -ms-animation: pulse 1.5s linear infinite;
  -o-animation: pulse 1.5s linear infinite;
  animation: pulse 1.5s linear infinite;
}

.pro-img.freeIcon.pulse {
  text-align: center;
}

.track-order .heading {
  margin: 0;
}

.terms h1,
.policy h1,
.track-order .heading h1,
.innr-about-us h1,
.contact-heading h1 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  color: #404040;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
}

.about-us-sec {
  display: inline-grid;
  grid-template-columns: 0% 100%;
}

.second-v-about-us .about-us-sec {
  display: inline-block;
}

.about-us-sec .innr-about-us-sec p,
.privacy-sec .innr-privacy-sec .innr-about-us-sec p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #404040;
  padding-bottom: 10px;
}

.privacy-sec .innr-privacy-sec .innr-about-us-sec p.privacy-top-paragraph {
  font-size: 30px;
  line-height: 35px;
}

.about-us-sec .innr-about-us-sec:first-child {
  padding-right: 30px;
}

.second-v-about-us .about-us-sec .innr-about-us-sec:first-child {
  padding-right: 0;
}

.second-v-about-us .innr-about-us-sec-video-sec {
  text-align: center;
}

.outer-about-us-sec {
  padding: 48px 85px 20px;
}

.outer-about-us-sec h3 {
  color: #233d98;
  font-size: 28px;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
}

@-webkit-keyframes "pulse" {

  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o- transform: scale(1);
    transform: scale(1);
  }
}

.pro-img.freeIcon.pulse img {
  width: 145px;
}


/* Varinder adding below css for order success page 22-09-2022 */
.ord_succ_info {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}

.ord_succ_h2 {
  padding: 25px 0px 10px 0px;
}

.ord_succ_info span {
  float: left;
  width: auto;
  padding: 0 15px;
  border-right: 2px dotted #ccc;
}

.ord_succ_tble {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.ord_succ_tble tr td {
  border: 1px solid #e6e6e6;
  padding: 10px;
}

.ord_succ_tble_heading {
  background: #233d98;
}

.ord_succ_tble_heading h2 {
  padding: 10px;
}

/* Added by miyank 23-09-2022 */
.innr-norder-success-sec h1 {
  font-size: 60px !important;
  color: #404040;
  font-weight: 600;
  text-transform: inherit;
  line-height: 65px;
}

.innr-norder-success-sec {
  padding: 0 20px 35px;
}

.innr-norder-success-sec p {
  color: #404040;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}

.innr-norder-success-sec .ord_succ_info span {
  border: 1px solid #e6e6e6;
  border-right: 0;
  padding: 7px 20px;
}

.innr-norder-success-sec .ord_succ_info span:last-child {
  border-right: 1px solid #e6e6e6;
}

.innr-norder-success-sec .ord_succ_info span p {
  margin-bottom: 0;
  display: inline-block;
}

.innr-norder-success-sec .ord_succ_tble .ord_succ_tble_heading h2 {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 0;
}

.norder-subtitle td {
  font-size: 22px;
  font-family: "Roboto";
  color: #404040;
}

.ord_succ_tble tr td {
  font-size: 20px;
  font-family: "Roboto";
  color: #404040;
}

/* Varinder added below css for checkout2 page credit card fields */
/* .strp_payment input{
  width: 32% !important;
  float: left;
  margin-right: 1%;
} */
.slectd_month {
  background: #233d98 !important;
}

.slectd_month span {
  color: #fff !important;
}

#page_loader_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
}

.main-page-loader {
  top: 50%;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 120px;
}

.custBgHdng thead th {
  background: #233d98;
  color: #fff;
}

.custHvrFlip {
  float: left;
  width: 100%;
  text-align: center;
}

.custHvrFlip .panel {
  margin: 0 auto;
  height: 100%;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}

.custHvrFlip .panel .front,
.custHvrFlip .panel .back {
  text-align: center;
}

.custHvrFlip .panel .front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.custHvrFlip .panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.custHvrFlip .panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.custHvrFlip .panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

.custHvrFlip .box1 {
  float: left;
  width: 100%;
  position: relative;
}

.custHvrFlip .box1 p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

.custHvrFlip .box2 {
  background-color: #242a70;
  color: white;
  padding: 10px;
  float: left;
  width: 100%;
  height: 100%;
}

.custHvrFlip .box2 h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.custHvrFlip .box2 p {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}

/* Varinder Added this code */
.alternative-payment-separator,
.alternative-payment-separator-pay {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 15px 0px;
}

.alternative-payment-separator::before {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #e6e6e6;
  left: 0;
  top: 50%;
  position: absolute;
}

.alternative-payment-separator::after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #e6e6e6;
  right: 0;
  top: 50%;
  position: absolute;
}

.alternative-payment-separator-pay::before {
  content: "";
  display: block;
  width: 39%;
  height: 1px;
  background: #e6e6e6;
  left: 0;
  top: 50%;
  position: absolute;
}

.alternative-payment-separator-pay::after {
  content: "";
  display: block;
  width: 39%;
  height: 1px;
  background: #e6e6e6;
  right: 0;
  top: 50%;
  position: absolute;
}

.alternative-payment-separator span,
.alternative-payment-separator-pay strong {
  padding: 0 1em;
}

.custNwCpn.coupon input {
  width: 64%;
}

.custStarRating {
  float: left;
  width: 100%;
}

.custStarRating ul li {
  float: left;
  list-style: none;
  color: #ffd04c;
  font-size: 20px;
  margin-right: 5px;
}

.custStarRating ul li:last-child {
  margin-right: 0px;
}

.custpMrgnNon {
  margin-bottom: 0px;
}

.landing-hero-sec .blue-color-hover span {
  font-size: 26px;
}

/*** 22-06-2023 start ****/
.block-imgcont-sec {
  padding: 0 20px;
  margin: 80px 0 0;
}

.block-imgcont-sec .innr-lasting-com-cheek-secn:first-child {
  padding-right: 70px;
}

.block-imgcont-sec .innr-lasting-com-cheek-secn:last-child {
  padding-right: 0;
}

.landing-quote-outter {
  grid-template-columns: 40% 60%;
}

.innr-qutes-content {
  padding: 0 60px 0 20px;
}

.innr-qutes-content h2 {
  padding-right: 0;
  font-weight: 300;
  position: relative;
  font-size: 38px !important;
  line-height: 45px;
}

.innr-qutes-content h2::before,
.innr-qutes-content h2::after {
  content: '"';
  font-weight: 900;
  position: absolute;
  display: inline;
}

.innr-qutes-content h2::before {
  top: 7px;
  left: -17px;
}

.innr-qutes-content h2::after {
  bottom: 0;
}

.landing-quote-outter img {
  max-width: 100% !important;
}

.landing-caption-text {
  margin: 25px 0 0;
}

.money-back-image-sec {
  text-align: center;
  margin-top: 20px;
}

.wid-100.money-back-cont {
  margin-top: 25px;
}

.cust-des-content {
  margin-top: 30px;
}

.cust-des-content p {
  text-align: left;
  margin-bottom: 24px;
  padding-right: 120px;
}

.cust-des-content p:last-child {
  margin-bottom: 30px;
}

.custprigh {
  padding-right: 20px;
}

/*** 22-06-2023 End ****/
/*** 23-06-2023 Start ***/
.land-everybody-header {
  padding-top: 52px;
}

.cus-fonsze20 {
  font-size: 20px !important;
  line-height: 27px !important;
}

/*** 23-06-2023 End ***/
/*** 26-06-2023 Start ***/
.qutes-cap-name {
  font-weight: 300;
  text-align: left;
  font-size: 38px;
  position: relative;
  margin-top: 23px;
}

.qutes-cap-name::before {
  content: "~";
  position: absolute;
  left: -28px;
  top: 0;
}

.mtop-30 {
  margin-top: 30px;
}

/*** 26-06-2023 End ***/
/*06-7-2023 start*/
.cust-land-checks-sec2 {
  padding-top: 40px;
}

.custlasting-com-cheek-sec {
  grid-template-columns: 45% 55%;
}

.cust-everybody-hero-sec {
  background: url(../images/landing/landing-hero-everybody.webp) no-repeat center/cover;
  position: relative;
}

.cust-landing-hero-sec {
  position: relative;
  z-index: 2;
}

.cust-everybody-hero-sec:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.38);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.custouter-landing-hero-secs .product-land-img {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.weightloss-banner {
  background: url(../images/landing/weightloss-lander-header-background-4.webp);
  background-size: cover;
  height: 248px;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

/*06-7-2023 end*/
/*15-07-2023 start*/
.cust-weightloss-sub-heads {
  color: #74bc1f !important;
  font-size: 23.5px !important;
}

.cust-wlchartgraph table {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  width: 100%;
}

.cust-wlchartgraph table th {
  padding: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-size: 20px;
  color: #424242;
}

.cust-wlchartgraph table td {
  font-size: 20px;
  padding: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.cust-wlchartgraph table td .cust-chart-check-icon {
  font-size: 28px;
  color: #74bc1f;
}

.weightloss-bannerimages {
  width: 100%;
}

/*15-07-2023 end*/
/*20-07-2023 start*/
.cust-wlcartbutton {
  text-align: center;
}

.cust-wlcartbutton a {
  background: #8dc742;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  margin-top: 35px;
  text-transform: uppercase;
}

.cust-wlcartbutton a:hover {
  background: #2d449c;
  color: #fff;
}

.nav-bar-outter li.nav-item {
  padding-bottom: 15px;
}

.cust-sqmenudropdowninner {
  position: absolute;
  background: #fff;
  width: auto;
  top: 100%;
  display: none;
  transition: 0.5s ease;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  left: -8px;
  min-width: 220px;
  z-index: 100;
}

.cust-sqmenudropdowninner::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #fff;
  top: -11px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cust-sqmenudropdown:hover .cust-sqmenudropdowninner {
  display: block;
}

.cust-sqmenudropdowninner li {
  list-style: none;
  display: block;
  padding-bottom: 0 !important;
}

.nav-bar-outter .cust-sqmenudropdowninner li a {
  padding: 8px 20px !important;
  display: block;
  border-bottom: 1px solid #ddd !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #233d98 !important;
}

.nav-bar-outter .cust-sqmenudropdowninner li:last-child a {
  border-bottom: 0 !important;
}

.nav-bar-outter .cust-sqmenudropdowninner li a:hover {
  color: #8cc641 !important;
}

.cust-cclogo h5 {
  float: left;
}

.cust-cclogoinners {
  float: right;
  margin-right: 4px;
  margin-top: -2px;
}

/*20-07-2023 end*/
/*02-08-2023 start*/
.cust-homeproductsgrid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 40px;
}

.cust-homeproductsgridinners {
  width: 25%;
  padding: 0 15px;
}

.cust-homeproductsgrid .cust-home-products-images {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.cust-homeproductsgrid .cust-home-products-images:after {
  content: '';
  background: url(../images/30-days-money-back-guarantee.webp) no-repeat center/contain;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 45px;
}

.cust-homeproductsgrid .compare-pro-detail {
  min-height: 0;
  padding: 40px 28px;
  border-radius: 8px;
}

.cust-home-products-table {
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
}

.cust-home-products-table .table {
  width: 100%;
  margin: 0;
  border: none;
}

.cust-home-products-table .table tr td {
  color: #424242;
  font-size: 16px;
  font-family: "Roboto";
  padding: 8px;
  vertical-align: middle;
}

.cust-home-products-table .table tr td:nth-child(1) {
  width: 60%;
}

.cust-home-products-addcarts {
  text-align: center;
}

.cust-homeproductsgrid .cust-home-products-text {
  min-height: 64px;
}

.cust-homeproductsgrid .compare-pro-row-btn a {
  margin-top: 20px;
}

.cust-home-cart-modal {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  overflow-y: auto;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cust-home-cart-modalinner {
  background: #fff;
  width: 1100px;
  border-radius: 8px;
}

.cust-home-cart-modalinnerheader {
  background: #8cc641;
  padding: 11px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 8px 8px 0px 0px;
}

.cust-home-cart-modalinnerheader h2 {
  color: #fff;
  font-size: 31px;
  margin: 0;
}

.cust-home-cart-modalclose,
.cust-home-cart-modalclose:hover {
  position: absolute;
  right: 30px;
  font-size: 20px;
  color: #fff;
}

.cust-home-cart-modalinnerbody {
  padding: 15px 30px;
}

.cust-home-cart-modalquotes {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.cust-home-cart-modaldetails {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cust-home-cart-modaldetailsinnerleft {
  width: 60%;
  border-right: 1px solid #ddd;
  padding: 0 15px;
}

.cust-home-cart-modaldetailsinnerright {
  width: 40%;
  padding-left: 15px;
}

.cust-home-cart-modaldetails .lp-quantity-inputs {
  margin-top: 20px;
}

.cust-compare-pro-chartlanding .cust-homeproductsgrid .cust-home-products-images:after {
  right: 8px;
}

/*02-08-2023 end*/
.cust-nlbannerforms {
  width: calc(40% - 15px);
  background-color: #fff;
  border-radius: 4px;
  float: right;
  height: auto;
  margin: 80px 0px 80px;
  padding: 20px 20px 28px;
  display: block;
  margin-right: 15px;
}

.cust-nlbannerforms h3 {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 600;
  font-size: 31px;
}

.cust-nlbannerformrow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cust-nlbannerformcol {
  width: 50%;
  padding: 0 15px;
}

.cust-nlbannerforms label {
  color: #000;
  margin-bottomleft: 0;
}

.cust-cctops {
  padding: 80px 30px;
}

.cust-cctoprow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.cust-cctopcolleft {
  width: 25%;
  padding: 0 15px;
}

.cust-cctopcolright {
  width: 75%;
  padding: 0 15px;
  text-align: center;
}

.cust-cctopcolleft h2 {
  font-size: 80px;
  text-transform: uppercase;
  color: #233d98;
  font-weight: bold;
  font-style: italic;
  transform: rotate(-8deg);
}

.cust-cctopcolright p {
  font-size: 20px;
}

.cust-ccmforms {
  display: flex;
  flex-wrap: wrap;
  margin: 28px -15px 0px;
  border-top: 1px solid #ddd;
  padding-top: 28px;
}

.cust-ccmformcol {
  width: 33.33%;
  padding: 0 15px;
  border-right: 1px solid #ddd;
}

.cust-ccmformheaders {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.cust-ccmformheaders .cust-ccmformcount {
  background: #86be46;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
}

.cust-ccmformheaders h3 {
  padding-top: 0;
}

.cust-ccmformheaders p {
  margin: 0;
}

.cust-ccmformsbody h5 {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin: 0;
}

.cust-ccmformitems {
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Customize the label (the container) */
.cust-ccmformcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 26px;
}

/* Hide the browser's default checkbox */
.cust-ccmformcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cust-ccmformcheck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.cust-ccmformcheck:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cust-ccmformcheck input:checked~.checkmark {
  background-color: #86be46;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cust-ccmformcheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cust-ccmformcheck input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cust-ccmformcheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cust-ccmformitems .cust-ccmimages {
  max-width: 194px;
}

.cust-ccmformsbody .cust-ccmformitems h5 {
  border-bottom: 0;
  padding-bottom: 4px;
  font-size: 18px;
}

.cust-ccmformdright h5 span {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}

.cust-ccmformitems p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}

.cust-ccmformdright {
  width: 170px;
  padding-left: 15px;
}

.cust-ccmformitems:last-child {
  border-bottom: 0;
}

.cust-ccmformcol:last-child {
  border-right: 0;
}

.cust-ccmformsbody .alternative-payment-separator-pay:before,
.cust-ccmformsbody .alternative-payment-separator-pay:after {
  width: 33%;
}

.cust-ccmcoupons {
  display: flex;
  flex-wrap: wrap;
}

.cust-ccmcouponsleft {
  width: 60%;
}

.cust-ccmcouponsrights {
  width: 40%;
  padding-left: 15px;
}

.cust-ccmcouponsrights.proceed-to-checkout {
  margin-top: 0;
}

.cust-ccmcouponsrights.proceed-to-checkout button {
  height: 42px;
  line-height: 42px;
  padding: 0;
}

.cust-cctaxtable table {
  width: 100%;
  background: #eee;
}

.cust-cctaxtable table {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
}

.cust-cctaxtable table td {
  border-bottom: 1px solid #e6e6e6;
  padding: 8px;
  border-right: 1px solid #e6e6e6;
}

.cust-cctotalcol {
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 15px;
}

.cust-cctotalcol:last-child {
  border-bottom: 0px
}

.cust-cctotalinput {
  float: right;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  max-width: 200px;
  box-shadow: none;
}

input.cust-cctotalinput:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #e6e6e6 !important;
}

.cust-nl2heros {
   background: url(../images/landing/new-landing2heros.webp) no-repeat center/cover; 
/*  background: url(../images/landing/colin-landing-hero.webp) no-repeat center/cover;*/
  position: relative;
}

.cust-nl2heros:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cust-nl2heros .outer-landing-hero-sec {
  z-index: 1;
}

.cust-captaincolinheros {
  background: url(../images/landing/colin-landing-hero.webp) no-repeat center/cover;
  position: relative;
}

.cust-captaincolinheros:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.nlland-after-heros {
  position: relative;
}

.cust-sq-gp-tops {
  padding: 60px 0px 0px;
}

.cust-sq-gp-tops .innr-land-prod-benefit {
  padding: 0 0px;
}

.cust-sq-gp-topimage {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}

.cust-sq-gp-tops h1 {
  font-size: 44px;
  color: #282828;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cust-sq-gp-middlesimage {
  max-width: 100%;
  margin: 20px 0px 60px;
}

.new-chkout-prod-detail .prod-img {
  margin-right: 15px;
}

.nav-bar-outter .my-account {
  padding-top: 0;
}

.cust-order-cancel-model .com-popup-common {
  width: 100%;
  max-width: 790px;
}

.cust-order-cancel-model .com-popup-common .com-popup-top {
  position: relative;
  top: 0;
  padding: 0;
}

.cust-order-cancel-model .com-popup-common .com-popup-top .cross-icon {
  top: -11px;
  right: -8px;
  background: #86be46;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cust-order-cancel-model .com-popup-common .outer-subscription-form {
  padding: 64px 55px;
}

.cust-order-cancel-model .com-popup-common .outer-subscription-form h2 {
  margin-bottom: 40px;
}

.cust-order-cancel-model .com-popup-common .subscription-form label {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.cust-order-cancel-model .com-popup-common .subscription-form textarea {
  height: 150px;
  padding: 15px;
  resize: none;
}

/*** 06-05-2024 ***/
.cust-nptextcontainer {
  min-height: 318px;
}
/**** 07-05-2024 ****/
.cust-nor-txt {
  font-weight: normal !important;
  text-transform: none;
}
.cust-np-buy-buttons .cust-nor-txt {
  font-size: 18px !important;
}
.cust-nptextcontainer h4{
	font-size:17px !important;
}
.cust-vslheader-top {
  float: left;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  background-color: #8dc742;
}
.cust-vslheader-top p {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
.cust-vslheader-top img {
  max-width: 100%;
  height: 20px;
}
.cust-vsl-video-outter {
  position: relative;
}
.cust-overlay-vcircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.9);
  height: 277px;
  width: 277px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.cust-overlay-vcircle-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-transform:uppercase;
}
.cust-overlay-vcircle-inner img {
  padding-top: 9px;
}
.cust-nplistingscont .cust-npsectitle.cust-vsl-sec-title {
  font-size: 34px;
  line-height: 46px;
}
.cust-vsl-sec-pararef {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #8dc741;
}
h2 .cust-vsl-green-text {
  font-size: 45px !important;
  font-weight: 600 !important;
  font-family: 'Gotham' !important;
  letter-spacing: 0 !important;
}
.cust-vsl-green-text {
  color: #8dc741;
}
.cust-vsl-banner-video {
  cursor: pointer;
}
.video_section {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.cust-video-lightbox {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

  .vsllightbox {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.vsllightbox .box {
    position: absolute;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
  	border: 4px solid #8cc641;
	border-radius:10px;
	max-width: 550px;
  	width: 100%;
}
.box h2{
	font-weight:bold;
}
.box h3{
	font-size:20px;
	margin:12px 0;
}
.box h2, .box h3{
	text-align:center;
}

.box .close {
  position: absolute;
  left: 98.5%;
  top: 11px;
  margin: -10px 0 0 -10px;
  width: 15px !important;
  height: 15px !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer !important;
  text-decoration: none !important;
  opacity: 1;
}
.box .close-pop{
  font-size:20px !important;
  top:18px;
  left:96.5%;
}
.lighbox-btn-outter{
	float:left;
	width:100%;
	text-align:center;
}
.lighbox-btn-outter a{
	display:inline-block;
}
.cust-vsl-logo-sec {
  max-width: 220px !important;
  width: auto !important;
}
/*** 09-05-2024 ***/
.cust-crazycontentcols.cust-nptextcenter{
	width:20%;
}
.cust-crazycontentcols.cust-nptextcenter h4 {
  font-size: 19px;
  line-height: 20px;
  text-transform: capitalize;
}
.cust-vsl-works-list {
  text-align: left;
  position: relative;
}
.cust-vsl-works-list li {
  font-size: 18px;
  line-height: 27px;
  list-style: none;
  color: #424242;
}
.cust-vsl-works-list ul {
  margin: 15px 0px 0 0px;
}
.cust-vsl-works-list li i {
  color: #8dc741;
}
.innr-land-why-it .main-land-why-it.main-land-whyvsls-it {
  padding-bottom: 150px;
}
.cust-slpage .fs-20, .fs-20 {
  font-size: 20px;
}
.cust-vsl-ribbon-texts p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin: 8px 0px 0px;
}
.cust-sq-sp-cont ul {
  padding: 0 20px;
}
.cust-sq-sp-cont ul {
  padding: 0 0px 0px 35px;
  margin: 0 0 26px;
}
.cust-sq-sp-cont li {
  list-style-position: outside;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 11px;
  color: #404040;
  font-weight: 400;
  font-family: 'Gotham' !important;
}
.cust-sq-sp-cont a {
  color: #8cc641;
  font-weight: 500;
}
.cust-sq-sp-cont a:hover {
  color: #404040;
}
.cust-chkk-backDiv{
  padding-left:15px;
  }
  .cust-store-btnsparent {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    padding-right: 10px;
  }
 

/*** media query start ***/
@media only screen and (max-width: 1920px) {
  .new-prod-page .prod-quantity {
    margin-top: 80px;
  }

  .showcase-thumbnail-container {
    width: 132px !important;
  }

  .showcase-content,
  .showcase-content-container {
    width: 521px !important;
    height: 500px !important;
  }

  .showcase-thumbnail {
    width: 107px !important;
    height: 107px !important;
  }

  .cart-view-add-prod .cart-goal-mini-prog-bar .mini-cart-level3 {
    left: 98%;
  }

  .products-slider .simplegallery .content {
    width: 535px;
  }
  .innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail{
    max-width:400px !important;
  }

}

@media (max-width: 1760px) {
  .header-inner {
    width: 95%;
    margin: 0 auto;
  }

  /*
  .nav-bar-outter li a {
    font-size: 17px;
  }
  
  .nav-bar-outter .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 8px;
  }
 */
  .my-account li {
    padding: 15px 7px;
    font-size: 17px;
  }

  li.nav-item.Nurture:after {
    font-size: 19px;
    right: -2px;
    top: -2px;
  }

  li.account:after {
    right: -2px;
    top: 14px;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    padding-left: 0;
    padding-right: 0;
  }

  span.cart-items-count {
    min-width: 29px;
    min-height: 27px;
    font-size: 15px;
  }

  .footer-outter {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

  .e-mail-list-div h4 {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .e-mail-list-div p {
    font-size: 18px;
  }

  .e-mail-list-div label {
    font-size: 20px;
  }

  .footer-menu li a {
    font-size: 18px;
  }

  .textwidget span {
    font-size: 17px !important;
  }

  .e-mail-list-div.connect-with {
    padding: 0;
  }

  .e-mail-list-div.footer-menu {
    padding: 0;
  }
}

@media only screen and (max-width: 1700px) {
  .lasting-com-prod.innr-compare-pro-chart {
    padding: 60px 140px 60px 0;
  }
}

@media screen and (max-width: 1650px) {
  .pro-details-head h2 {
    font-size: 40px;
  }

  .lasting-com-prod.innr-compare-pro-chart {
    padding: 60px 40px 60px 0;
  }

  .innr-qutes-content h2,
  .qutes-cap-name {
    font-size: 28px !important;
    line-height: 34px;
  }
}
@media screen and (max-width: 1600px) {
.decription_block {
  display: unset !important;
}
}
@media screen and (max-width: 1500px) {
  .lasting-com-prod .lasting-com-prod-img img{
    max-width: 300px;
  }
}

@media screen and (max-width: 1450px) {
  .lasting-com-prod.innr-compare-pro-chart {
    padding: 60px 40px 60px 0;
  }
}

@media (max-width: 1400px) {
  .hiking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 350px;
    width: 350px;
  }

  .hiking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
    position: absolute;
    top: auto;
    left: -50px;
    bottom: 70px;
  }

  .innr-norder-success-sec h1 {
    font-size: 40px !important;
    line-height: 45px;
    padding-bottom: 0;
  }

  .table-radio-btn label {
    font-size: 20px;
  }

  .cart-div table td {
    font-size: 20px !important;
  }

  td.nurture-baby a {
    font-size: 20px !important;
  }

  .cart-div table {
    font-size: 20px;
  }

  section.cart-sec {
    padding: 80px 40px 63px 40px;
  }

  .comfort-tittle h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .comfort-tittle h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .comfort-tittle p {
    font-size: 20px;
    line-height: 25px;
  }

  .comfort-bottle {
    padding: 0 0 0 50px !important;
  }

  .comfort-tittle {
    padding: 15px 0 0 14px !important;
  }

  .bottel-div {
    padding: 0 20px 0 0;
  }

  .verified-inner-text i {
    right: 667px;
  }

  .L-Fowers p {
    font-size: 20px;
    padding: 5px 0 0 0;
  }

  .L-Fowers b {
    font-size: 20px;
    margin: 12px 0 11px 0;
  }

  .verified-buyer {
    padding: 50px 60px 0px 60px;
  }

  .product-slider-right h2 {
    font-size: 50px;
  }

  .product-slider-right h4 {
    font-size: 18px !important;
    line-height: 23px !important;
    margin-bottom: 20px !important;
  }

  .product-slider-right p {
    font-size: 20px;
    margin: 0 0 12px 0;
    line-height: 26px;
  }

  .product-slider-right li {
    font-size: 20px;
    line-height: 26px;
  }

  span.wpc-label-span {
    font-size: 20px;
  }

  span.wpc-single-price {
    font-size: 20px;
  }

  .product-slider-right h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
  }

  .shipping-guarante-section li {
    font-size: 12px;
    line-height: 1;
    margin: 6px 0 0px 3px;
  }

  .overview-inner button {
    font-size: 30px;
    line-height: 34px;
    float: left;
    width: 100%;
  }

  .overview-inner .card-body ul {
    padding-left: 25px;
  }

  .overview-inner .card-body ul li {
    list-style-position: outside;
  }

  .card .btn {
    text-align: left;
  }

  .overview-inner p {
    font-size: 20px;
    line-height: 25px;
  }

  .overview-inner {
    padding: 0 45px 0 90px;
  }

  .as-seen-on {
    padding: 55px 0 0 0;
    max-width: 900px;
  }

  .as-seen h2 {
    margin: 0 0 40px 0;
  }

  .our-customers-right p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 12px 0;
  }

  .our-customers-right b {
    font-size: 20px;
  }

  .home-crazy-sec,
  .our-customers-outter {
    padding: 50px 20px;
  }

  .second-v-new-home .our-customers-outter {
    padding: 50px 20px 0;
  }

  .new-home .compare-pro-chart h2 {
    padding-top: 50px;
  }

  .new-home .home-mid-third {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .share-buttons-inner a {
    padding: 10px 36px;
  }

  .share-buttons ul {
    margin: 35px 0 45px 0;
  }

  .c-blend-inner {
    padding: 0 0 0 160px;
  }

  .c-blend-inner h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .c-blend-inner p {
    font-size: 20px;
    line-height: 25px;
  }

  .c-blend-inner a {
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
  }

  .c-blend-outter {
    width: 100%;
    padding: 180px 0;
  }

  .money-back {
    right: 42px;
  }

  section.checkout-sec {
    padding: 60px 40px 74px 40px;
  }

  .belling-detail-left h3 {
    font-size: 30px;
  }

  .belling-detail-right h3 {
    font-size: 30px;
  }

  .belling-detail label {
    font-size: 20px;
  }

  .cart-total-inner table th {
    font-size: 18px;
  }

  .cart-total-inner table td {
    font-size: 18px;
  }

  .pay-card p {
    font-size: 20px;
  }

  .Credit-Card-div i {
    top: 102px;
  }

  .caret-up i {
    top: -52px
  }

  .error-message {
    padding: 15px 24px;
  }

  .checkout-sec h1 {
    font-size: 55px !important;
    color: #404040;
  }

  .cart-alert {
    padding: 15px 25px 14px 25px;
  }

  .cart-alert.checkout {
    margin: 0 0 40px 0px;
  }

  .cart-div h1 {
    font-size: 50px !important;
  }

  .cart-div table th {
    font-size: 20px;
  }

  .mySlides img {
    width: 78% !important;
  }

  .mySlides {
    text-align: center;
  }

  .modal {
    padding: 50px 0 !important;
  }

  .overview-inner li {
    font-size: 20px;
    line-height: 25px;
  }
  .cust-store-btnsparent{
    padding-left: 40px !important;
    padding-right:50px !important;
  }
  .cust-chkk-backDiv {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 1366px) {
  .coupon-blackfriday {
    padding: 5px 20px;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli .lasting-com-prod-img {
    left: -15px;
    bottom: -10px;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli .lasting-com-prod-img img {
    max-width: 270px;
  }

  .it-works h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .new-prod-page {
    padding: 50px 0 0;
  }

  .new-prod-page .prod-quantity {
    margin-top: 50px;
  }

  .cust-home-cart-modaldetailsinnerleft {
    padding: 0 15px;
  }

  .new-prod-page .land-prod-benefit {
    padding: 50px 0;
  }

  .inner-com-pro {
    padding: 0 20px 50px;
  }

  .compare-pro-chart h2 {
    padding-top: 50px;
  }

  .new-home .land-prod-benefit {
    padding: 50px 0;
  }

  .land-why-it-sec {
    grid-template-rows: 381px;
  }

  .biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
    left: 0;
  }

  .biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 400px;
    width: 400px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec:last-child img {
    max-width: 400px;
  }

  .innr-land-testi .land-boy-testi img {
    right: 140px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-secn:last-child {
    padding: 20px 20px 0 0;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-secn:first-child {
    padding-right: 50px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec:first-child {
    padding-left: 20px;
  }

  .innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail {
    max-width: 350px;
  }

  .lasting-com-prod-img {
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: -40px;
  }

  .innr-land-testi .land-testi-h2,
  .land-cheek-sec .land-cheek-head,
  .innr-land-why-it .land-cheek-head {
    font-size: 80px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: unset;
    width: 100%;
  }

  .showcase-content,
  .showcase-content-container {
    width: 500px !important;
  }

  .products-slider .simplegallery .content {
    width: 502px;
  }

  .innr-new-checkout-page .wid-33 a img {
    max-width: 60%;
  }

  .innr-new-checkout-page .paypal a,
  .innr-new-checkout-page .shop-pay a,
  .innr-new-checkout-page .gpay a {
    height: 42px;
  }

  .new-prod-detail .products-slider,
  .new-prod-detail .product-slider-right {
    width: 50%;
  }

  .new-prod-page .container {
    padding: 0;
  }

  .main-blog h2 a,
  .outer-blog-page-content h2,
  .running-bottom .innr-running-bottom h3,
  .innr-running-mid1 .running-mid-contant h3,
  .innr-running-mid2 .running-mid-contant h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .outer-blog-page-content h3 {
    font-size: 28px;
    line-height: 33px;
    padding: 0;
  }

  .main-blog-page h1 {
    font-size: 42px;
    line-height: 47px;
  }

  .running-bottom .innr-running-bottom .buy-btn {
    padding: 10px 31px;
  }

  .main-blog p,
  .running-top p,
  .policy-content p,
  .blog-page-content ol li,
  .outer-blog-page-content p,
  .running-mid-contant ul li,
  .running-bottom .innr-running-bottom span,
  .running-bottom .innr-running-bottom p,
  .innr-running-mid1 .running-mid-contant p,
  .innr-running-mid2 .running-mid-contant p,
  .running-bottom .innr-running-bottom .compare-btn {
    font-size: 20px;
    line-height: 25px;
  }

  .running-top h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .contact-form {
    padding: 10px 180px 40px;
  }

  .contact>p {
    font-size: 20px;
    line-height: 25px;
  }

  .it-works {
    padding: 50px 20px 20px;
  }

  .it-works-top .innr-it-works-top .it-work-doc {
    width: 300px;
  }

  .home-mid-third-l video {
    width: 100%;
    height: auto;
  }

  .home-mid-third-r h3,
  .home-mid-first h3,
  .home-mid-second h3 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 0;
  }

  .home-mid-third-r p,
  .home-mid-first p,
  .home-mid-second p {
    font-size: 20px;
    line-height: 25px;
  }

  .home-mid-first a,
  .home-mid-second a,
  .innr-running-mid1 .running-mid-contant a,
  .innr-running-mid2 .running-mid-contant a {
    font-size: 13px;
    line-height: 18px;
  }

  .outer-home-mid-third .home-mid-third-r a {
    padding: 10px 35px;
  }

  .home-mid-first .home-mid-first-l,
  .home-mid-second .home-mid-second-r {
    padding: 0 80px 0 80px;
  }

  .home-mid-third h2,
  .home-mid-fourth h2,
  .home-mid-first h2,
  .new-home-top .slider2 h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .outer-about-us-sec h3 {
    font-size: 30px;
  }

  .terms h1,
  .policy h1,
  .track-order .heading h1,
  .innr-about-us h1,
  .contact-heading h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .about-us-sec .innr-about-us-sec p,
  .privacy-sec .innr-privacy-sec .innr-about-us-sec p {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 7px;
  }

  .privacy-sec .innr-privacy-sec .innr-about-us-sec p.privacy-top-paragraph {
    font-size: 25px;
    line-height: 30px;
  }

  .outer-about-us-sec {
    padding: 48px 65px 20px;
  }

  .second-v-about-us .outer-about-us-sec {
    padding-bottom: 70px;
  }

  .ordersuccess h1 {
    font-size: 27px;
  }

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

  .table-radio-btn .product-dis {
    min-width: 450px;
  }

  .block-imgcont-sec .innr-lasting-com-cheek-secn:last-child {
    padding: 0;
  }

  .cust-des-content p {
    padding-right: 50px;
  }
  .cust-sq-sp-cont li {
    font-size: 20px;
    line-height: 26px;
  }
  /* .forStrikethrough2::after{
    left:41% !important;
  } */
}

@media only screen and (max-width: 1364px) {
  .cust-ccmformdright {
    width: 141px;
    padding-left: 15px;
  }

  .cust-ccmformitems .cust-ccmimages {
    max-width: 150px;
  }
}

@media only screen and (max-width: 1330px) {
  .collapse.navbar-collapse.side-bar-new {
    width: 100%;
    position: unset;
    transform: unset;
    justify-content: center;
    padding-top: 20px;
  }
  .innr-qutes-content {
    padding: 0 60px 0 0;
  }
}

@media only screen and (max-width: 1330px) and (min-width: 992px) {
  .header-inner.d-flex {
    flex-direction: column;
    justify-content: center;
  }

  .logo-div {
    width: 100%;
    text-align: center;
  }

  .nav-bar-outter {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .my-account {
    width: 100%;
    /* display: none; */
    justify-content: center;
    display: inline-flex;
  }

  .header-inner {
    width: 100%;
    margin: 0 auto;
  }

  .my-account.FOR-MOBILE ul {
    margin: 0;
  }

  .my-account li {
    padding: 0 9px;
    font-size: 18px;
  }

  li.account:after {
    top: 0px;
  }

  span.cart-items-count {
    min-width: 32px;
    min-height: 30px;
    font-size: 17px;
  }

  span.cart-items-count::after {
    left: 51%;
  }

  .my-account.FOR-MOBILE {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
  }

  .logo-div img {
    width: 20%;
  }

  .e-mail-list-div.connect-with i {
    font-size: 24px;
    padding: 0 6px;
  }

  .e-mail-list-div p {
    font-size: 16px;
  }

  .e-mail-list-div label {
    font-size: 16px;
  }

  .footer-menu li a {
    font-size: 16px;
  }

  .textwidget span {
    font-size: 16px !important;
  }

  input.submit {
    padding: 13px 66px !important;
  }

  .e-mail-list-div.footer-logo img {
    width: 100%;
  }

  .e-mail-list-div.footer-logo {
    width: 18%;
  }

  .cart-div h1 {
    font-size: 50px !important;
    line-height: 53px;
    margin-top: 29px;
  }

  .cart-div table img {
    width: 100px;
    max-width: 100%;
  }

  .cart-div table td {
    padding: 13px 6px;
  }

  .table-radio-btn label {
    font-size: 17px;
  }

  .cart-div table select {
    font-size: 17px;
  }

  .cart-div table td {
    font-size: 17px !important;
  }

  td.number-product input {
    padding: 0 0 0 0;
  }

  .cart-total {
    width: 60%;
  }

  td.nurture-baby a {
    font-size: 17px !important;
  }

  .cart-total-inner table {
    font-size: 19px;
  }

  .new-chkout-prod-detail .coupon button {
    height: 55px !important;
    padding: 0;
  }

  .coupon button {
    height: 53px !important;
    padding: 4px 40px;
    font-size: 21px !important;
  }

  .proceed-to-checkout a {
    font-size: 21px;
  }

  p.replenishment {
    font-size: 10px !important;
    line-height: 14px;
    margin: 8px 0 0 0;
  }

  .table-radio-btn label {
    width: 90%;
    float: left;
  }

  .table-radio-btn input {
    width: 10%;
    float: left;
    margin: 9px 00 0 0;
  }

  .table-radio-btn {
    width: 100%;
    float: left;
  }

  section.checkout-sec {
    padding: 50px 15px 70px;
  }

  .checkout-sec h1 {
    font-size: 50px !important;
    line-height: 59px;
  }

  .cart-alert.checkout {
    margin: 0 0 25px 0px;
  }

  .belling-detail-left h3 {
    font-size: 35px;
    margin: 0;
  }

  .belling-detail-right h3 {
    font-size: 35px;
    margin: 0 0 11px 0;
  }

  .billing-form-left {
    width: 100%;
    float: left;
  }

  .billing-form-left.cvc-billing {
    padding: 0;
  }

  .billing-form-left.right-billing {
    padding: 0;
  }

  header {
    position: inherit;
  }
}

@media only screen and (max-width:1280px) {
  .landing-hero-sec.holiday-special .innr-landing-hero-sec h1 {
    font-size: 63px;
    line-height: 68px;
  }

  .compare-pro-chart-for-footer .innr-compare-pro-chart .compare-pro-img {
    text-align: center;
  }

  .compare-pro-chart-for-footer .compare-pro-img a img {
    max-width: 350px;
  }

  .compare-pro-chart-for-footer .innr-compare-pro-chart .compare-pro-img::after {
    width: 80px;
    height: 80px;
    right: 85px;
  }

  .land-why-it-sec {
    grid-template-rows: 357px;
  }

  .outer-blog-page-content .main-blog,
  .outer-blog-page-content .blog-page-content .main-blog {
    padding: 0;
  }

  .lasting-com-prod-img {
    left: -48px;
  }

  .lasting-com-prod .lasting-com-prod-img img {
    max-width: 300px;
  }

  .landing-hero-sec .product-land-img img {
    max-width: 350px;
  }

  .newland-for-comfort .product-land-img img {
    max-width: 450px;
  }

  .innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .lasting-com-prod.innr-compare-pro-chart {
    padding: 30px 80px 30px 0;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli {
    padding: 30px 50px 30px 0;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli .lasting-com-prod-img img {
    max-width: 225px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
    left: -100px;
  }

  .showcase-content,
  .showcase-content-container {
    width: 450px !important;
  }

  .new-prod-detail .products-slider {
    width: 50%;
  }

  .new-prod-detail .products-slider-right {
    width: 50%;
  }

  .home-crazy-sec h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .home-crazy-sec p {
    font-size: 20px;
    line-height: 25px;
  }

  .innr-crazy-detail p {
    font-size: 18px;
    line-height: 23px;
  }

  .header-outter .navbar-expand-lg .navbar-nav {
    padding-left: 0;
  }

  .outer-blog-page-content {
    padding: 20px;
  }

  .blog-page-btn {
    padding: 10px 20px 10px;
  }

  .about-us-sec .innr-about-us-sec p strong {
    font-size: 30px;
    line-height: 35px;
  }

  .custNwCpn.coupon input {
    width: 62%;
  }

  .cus-fonsze20 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .lasting-com-prod.innr-compare-pro-chart {
    padding: 30px 20px 30px 0;
  }

  .inner-home-banner-sec .home-banner-left h1 {
    font-size: 57.28px;
    font-weight: 700;
    line-height: 62px;
    margin: 0;
  }

  .inner-home-banner-sec .home-banner-left span {
    font-size: 20px;
    line-height: 25px;
  }

  .inner-home-banner-sec .home-banner-right img {
    max-width: 557px;
    right: 30px;
  }

  .inner-home-banner-sec .home-banner-left p {
    font-size: 31.85px;
    line-height: 36px;
  }

  .inner-home-banner-sec {
    padding: 40px 20px 40px;
  }

  .custNwCpn.coupon input {
    width: 62%;
  }

  .innr-qutes-content {
    padding: 0 50px 0 0;
  }
  /* .forStrikethrough2::after{
    left:40% !important;
  } */
}

@media only screen and (max-width: 1199px) {
  .cust-homeproductsgridinners {
    width: 50%;
    margin-bottom: 40px;
  }

  .cust-homeproductsgrid .cust-home-products-images {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .cust-home-cart-modalinner {
    width: 100%;
  }

  .cust-homeproductsgrid .cust-home-products-text {
    min-height: 0;
  }

  .cust-homeproductsgrid .compare-pro-detail {
    min-height: 470px !important;
  }
}

@media only screen and (max-width: 1190px) {
  .land-after-hero .innr-land-after-hero {
    justify-content: center;
    padding: 70px 20px 0;
    margin-top: 0;
  }

  .custNwCpn.coupon input {
    width: 60%;
  }
}

@media only screen and (max-width: 1160px) {
  .innr-home-crazy-sec .crazy-square {
    width: 450px;
    height: 450px;
  }

  .innr-home-crazy-sec .crazy-img img {
    max-width: 450px;
  }

  .custNwCpn.coupon input {
    width: 58%;
  }

  .innr-qutes-content h2,
  .qutes-cap-name {
    font-size: 25px !important;
  }

  .innr-qutes-content h2::after {
    right: inherit;
  }
}

@media only screen and (max-width: 1080px) {
  .innr-land-why-it .main-land-why-it {
    padding: 0 20px 80px;
  }

  .land-why-it-sec {
    grid-template-rows: 354px;
  }

  .innr-land-testi .land-boy-testi img {
    right: 20px;
  }

  .hiking-landing .innr-land-testi .land-boy-testi img {
    right: 0;
    max-width: 400px;
  }

  .hiking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 240px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 400px;
  }

  .marathon-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
    left: -40px;
    bottom: 0;
    top: auto;
  }

  .biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 350px;
  }

  .biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
    left: 0;
    top: auto;
    bottom: 0;
  }

  .custNwCpn.coupon input {
    width: 56%;
  }
}

@media only screen and (max-width: 1050px) {
  .innr-home-crazy-sec .crazy-square {
    width: 400px;
    height: 400px;
  }

  .innr-home-crazy-sec .crazy-img img {
    max-width: 400px;
  }

  .main-blog-page h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .custNwCpn.coupon input {
    width: 55%;
  }
}

@media (max-width: 1025px) {
  .landing-hero-sec.holiday-special .outer-landing-hero-sec {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .ship-today-grid .ship-today-ordern {
    font-size: 20px;
    line-height: 25px;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli {
    padding: 30px 30px 30px 0;
  }

  .new-checkout-page .check-paypal-btn {
    max-width: 52.5%;
  }

  .compare-pro-chart-for-footer .compare-pro-img a img {
    max-width: 280px;
  }

  .compare-pro-chart-for-footer .innr-compare-pro-chart .compare-pro-detail {
    min-height: 200px;
    padding: 40px 18px 14px;
  }

  .compare-pro-chart-for-footer .innr-compare-pro-chart .compare-pro-img::after {
    width: 60px;
    height: 60px;
    right: 60px;
  }

  .innr-track-order {
    padding: 20px;
  }

  .new-prod-page .land-prod-benefit {
    padding: 30px 0;
  }

  .new-prod-page .prod-quantity {
    margin-top: 30px;
  }

  .compare-pro-chart h2 {
    padding-top: 30px;
  }

  .inner-com-pro {
    padding: 0 20px 30px;
  }

  .land-why-it-sec {
    grid-template-rows: 335px;
    grid-column-gap: 15px;
  }

  .out-land-why-it .for-why-it-sec-flip p {
    font-size: 14px;
    line-height: 18px;
  }

  .inner-home-banner-sec {
    grid-template-columns: 100%;
    text-align: center;
  }

  .inner-home-banner-sec .home-banner-right img {
    position: unset;
    padding: 20px 0 0;
  }

  .main-blog h2,
  .main-blog h2 a,
  .outer-blog-page-content h3,
  .outer-blog-page-content h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .outer-blog-page-content h3 strong {
    font-weight: 500;
  }

  .main-blog .blog-date {
    padding-bottom: 10px;
  }

  .main-blog p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .blog-page-content ol li,
  .outer-blog-page-content p {
    font-size: 18px;
    line-height: 23px;
  }

  .main-blog .read-btn {
    font-size: 18px;
    line-height: 23px;
  }

  .hiking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 270px !important;
    width: 270px;
  }

  .hiking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
    left: -70px;
    bottom: 50px;
  }

  .hiking-landing .innr-land-testi {
    padding: 70px 0 0;
  }

  .biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 300px !important;
    width: 300px;
  }

  .biking-landing .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img {
    left: -60px;
  }

  .lasting-com-prod.innr-compare-pro-chart {
    padding: 30px 80px 30px 0;
  }

  .land-prod-benefit {
    padding-top: 70px;
  }

  .lasting-com-cheek-sec {
    grid-template-columns: 60% 40%;
  }

  .innr-land-testi .land-testi-h2,
  .land-cheek-sec .land-cheek-head,
  .innr-land-why-it .land-cheek-head {
    font-size: 60px;
    line-height: 65px;
    text-align: center;
  }

  .innr-land-testi .land-testi-h2 {
    text-align: left;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec:last-child {
    padding: 50px 0 50px 26px;
  }

  .land-cheek-sec .land-cheek-head {
    padding-bottom: 20px;
  }

  .land-testi-slider {
    max-width: 700px;
    margin: 0 auto;
    float: none;
  }

  .innr-land-why-it .main-land-why-it {
    padding-bottom: 70px;
  }

  .land-high-sec,
  .innr-land-testi,
  .land-money-back {
    padding: 70px 0;
  }

  .innr-land-testi {
    background-position: right;
  }

  .innr-land-testi .innr-land-testi-main {
    padding: 30px 20px 0 20px;
  }

  .innr-land-testi .land-boy-testi img {
    position: unset;
  }

  .innr-land-testi-main .land-boy-testi {
    text-align: center;
    padding-top: 40px;
  }

  .new-site-landing .compare-pro-chart {
    padding: 40px 20px 10px;
  }

  .innr-land-testi-main h2,
  .innr-land-testi-main span,
  .innr-land-testi-main .land-shop-now {
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec:last-child img {
    max-width: 300px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec .lasting-com-overlap-img img {
    max-width: 400px !important;
  }

  .outer-lasting-com-prod-imgn .lasting-com-prod-imgn img {
    max-width: 260px;
  }

  .outer-lasting-com-prod-imgn .lasting-com-prod-imgn {
    right: -100px;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-secn:last-child {
    padding: 60px 20px 0 0;
  }

  .lasting-com-cheek-sec:last-child {
    grid-template-columns: 50% 50%;
  }

  .lasting-com-prod .lasting-com-prod-img img {
    max-width: 275px;
  }

  .innr-compare-pro-chart .compare-pro-detail {
    min-height: 230px;
  }

  .innr-landing-hero-sec {
    width: 60%;
  }

  .innr-compare-pro-chart .compare-pro-img::after {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 33px;
  }

  .innr-home-crazy-sec .crazy-img {
    padding-right: 20px;
  }

  .home-crazy-sec {
    padding: 30px 0 30px 20px;
  }

  .new-home .land-prod-benefit {
    padding: 30px 0;
  }

  .new-home .compare-pro-chart h2 {
    padding-top: 30px;
  }

  .new-home .home-mid-third {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }

  .innr-home-crazy-sec {
    padding-top: 35px;
  }

  .innr-crazy-detail h3 {
    font-size: 28px;
  }

  .home-crazy-sec .container {
    padding-right: 0;
  }

  .innr-home-crazy-sec .crazy-square {
    width: 370px;
    height: 369px;
    right: 0;
  }

  .innr-home-crazy-sec .crazy-img img {
    max-width: 370px;
  }

  .inner-home-banner-sec {
    padding: 25px 20px 0;
  }

  .inner-home-banner-sec .home-banner-left h1 {
    font-size: 50.28px;
    line-height: 55px;
  }

  .inner-home-banner-sec .home-banner-left span {
    font-size: 20px;
    line-height: 25px;
    padding-top: 15px;
  }

  .new-home .home-mid-third-r ul li {
    font-size: 18px;
    line-height: 23px;
  }

  .new-home .home-mid-third-r h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .inner-home-banner-sec .home-banner-left a,
  .new-home .outer-home-mid-third .home-mid-third-r a {
    padding: 10px 25px;
    font-size: 18px;
  }

  .new-home .outer-home-mid-third {
    align-items: start;
  }

  .new-home .second-v-new-home .outer-home-mid-third {
    align-items: center;
  }

  .new-home .outer-home-mid-third {
    padding: 0 20px;
  }

  .inner-home-banner-sec .home-banner-left p {
    font-size: 30.85px;
    line-height: 35px;
  }

  .our-customers-outter {
    padding: 30px 20px;
  }

  .showcase-content-container {
    width: 350px !important;
  }

  .showcase-thumbnail {
    width: 85px !important;
    height: 85px !important;
  }

  .showcase-thumbnail-container {
    width: 110px !important;
  }

  .showcase-content {
    width: 100% !important;
  }

  .showcase-content img {
    width: 95% !important;
  }

  .lprunning-testi-img {
    padding-right: 30px;
  }

  .new-chkout-prod-detail .coupon {
    grid-template-columns: 45% 55%;
  }

  .new-checkout-page {
    padding: 20px;
  }

  .new-chkout-page-sec:first-child {
    padding-right: 20px;
  }

  .innr-new-checkout-page .input-field .wid-33 {
    width: 100%;
    padding: 5px 0;
  }

  .innr-new-checkout-page .input-field .wid-33:first-child {
    padding-top: 0;
  }

  .innr-new-checkout-page .input-field .wid-33:last-child {
    padding-bottom: 0;
  }

  .innr-new-checkout-page .paypal a,
  .innr-new-checkout-page .shop-pay a,
  .innr-new-checkout-page .gpay a {
    height: 32px;
  }

  .mini-prod img {
    max-width: 25%;
  }

  .mini-cart-view-bottom .wid-60 {
    width: 55%;
  }

  .mini-cart-view-bottom .wid-40 {
    width: 45%;
  }

  .cart-view-adding-prod {
    grid-template-columns: 20% 57% 23%;
  }

  .mini-cart-btn a {
    padding: 7px 41px;
  }

  .mini-cart-view-top {
    padding: 20px 30px;
  }

  .mini-cart-view-bottom {
    padding: 0 30px 20px;
  }

  .products-slider .simplegallery .content img {
    width: 100%;
  }

  /* .mini-prod-bar h3 {
    font-size: 20px;
  } */
  .products-slider .simplegallery .content {
    width: 355px;
    height: 370px;
  }

  .new-prod-detail .products-slider,
  .new-prod-detail .product-slider-right {
    width: 50%;
  }

  .innr-running-mid1 .running-mid-contant,
  .innr-running-mid2 .running-mid-contant {
    padding-left: 40px;
    padding-right: 40px;
  }

  .innr-running-mid1 .running-mid-contant a,
  .innr-running-mid2 .running-mid-contant a {
    padding: 12px;
  }

  .contact-form {
    padding: 10px 100px 40px;
  }

  .it-works-top {
    grid-template-columns: 25% 50% 25%;
  }

  .main-it-works-mid,
  .main-it-works-bottom {
    grid-template-columns: 25% 75%;
  }

  .it-works-top p,
  .innr-track-order p,
  .track-order-form label,
  .main-it-works-mid .innr-it-works-mid p,
  .main-it-works-bottom .innr-it-works-bottom p {
    font-size: 20px;
    line-height: 25px;
  }

  .track-order-form .track-btn {
    padding-top: 0;
  }

  .new-home-top .slider2 h2 {
    padding: 0 25px;
  }

  .new-home-top .flexslider .flex-caption p {
    width: 50%;
  }

  .outer-home-mid-third .home-mid-third-r {
    padding-left: 30px;
  }

  .home-mid-third {
    padding-top: 60px;
  }

  .outer-home-mid-third {
    padding: 0 50px;
  }

  .inner-slg-ship-pay {
    max-width: 50%;
    margin: 0 auto;
  }

  .home-mid-first a,
  .home-mid-second a {
    padding: 12px 8px 11px;
  }

  .home-mid-first .home-mid-first-l {
    padding: 0 30px 0 60px;
  }

  .home-mid-second .home-mid-second-r {
    padding: 0 60px 0 30px;
  }

  .outer-about-us-sec {
    padding: 30px 20px 20px;
  }

  .about-us-sec .innr-about-us-sec:first-child {
    padding-right: 20px;
  }

  .my-orders.main-subscription {
    padding: 0 20px;
  }

  .my-orders.main-subscription .account-table.custom-table.table-responsive {
    padding: 15px 0;
  }

  .cust-order-detail {
    display: inline-block;
  }

  .table-radio-btn .product-dis {
    min-width: 150px;
  }

  .product-thumbnail {
    min-width: 100px;
    text-align: center;
  }

  .cust-order-detail .cart-total-inner {
    max-width: 100%;
  }

  .cust-order-detail .cart-total-inner:last-child {
    padding-top: 40px;
  }

  .new-checkout {
    padding: 0 20px;
  }

  .inner-new-checkout {
    padding: 60px 0;
    grid-template-columns: 50% 50%;
  }

  .new-checkout-l {
    padding-right: 60px;
  }

  .com-popup-common {
    max-width: 960px;
  }

  .comfort-tittle h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .pro-details-head h2 {
    font-size: 33px;
    line-height: 40px;
  }

  .pro-details-head p {
    font-size: 17px;
  }

  .comfort-tittle h2 {
    font-size: 29px;
    line-height: 32px;
    margin: 10px 0;
  }

  .comfort-bottle {
    padding: 0 0 0 20px !important;
  }

  .bottel-div {
    padding: 00 15px 0 0;
  }

  .verified-inner-text i {
    right: 417px;
  }

  .products-slider {
    width: 50%;
    float: left;
    padding: 0 00 0 45px;
  }

  .product-slider-right {
    padding: 0 80px 0 40px;
  }

  .product-slider-right h2 {
    font-size: 44px;
  }

  .money-back img {
    width: 70px;
  }

  .money-back {
    right: 23px;
  }

  span.wpc-label-span {
    font-size: 18px;
  }

  span.wpc-single-price {
    font-size: 18px;
  }

  .product-slider-right p {
    font-size: 18px;
    line-height: 24px;
  }

  .lp-free-shipping-price h4 {
    font-size: 18px !important;
    margin: 0px 0 6px 0 !important;
  }

  .shipping-guarante-section li {
    padding-right: 20px;
  }

  .as-seen-on {
    max-width: 660px;
  }

  .as-seen-on img {
    width: 80%;
  }

  .our-customers-right {
    padding: 0 0 0 15px;
  }

  .share-buttons {
    width: 91%;
  }

  .c-blend-inner {
    padding: 0 0 0 45px;
  }

  .c-blend-sec {
    background-size: cover;
    background-position: center;
  }

  .select-quantity {
    width: 100%;
  }

  .shipping-information {
    width: 50%;
  }

  .payment-info {
    width: 50%;
  }

  .cbs-outter {
    max-width: 580px;
  }

  .cbs-logos img {
    width: 85%;
  }

  .mySlides img {
    width: 70% !important;
  }

  a.prev {
    left: 75px;
  }

  a.next {
    right: 75px;
    color: #bfbfbf !important;
  }

  .modal {
    padding: 153px 0 !important;
  }

  .next {
    right: 25px;
  }

  .prev {
    right: 25px;
  }

  .custNwCpn.coupon input {
    width: 56%;
  }

  .block-imgcont-sec:nth-child(2n) {
    grid-template-columns: 60% 40%;
  }

  .block-imgcont-sec:nth-child(2n+1) {
    grid-template-columns: 40% 60%;
  }

  .block-imgcont-sec:nth-child(2n+1) .innr-lasting-com-cheek-secn:first-child {
    padding-right: 0;
  }

  .block-imgcont-sec:nth-child(2n+1) .innr-lasting-com-cheek-secn:last-child {
    padding-top: 0;
    padding-left: 50px;
  }

  .block-imgcont-sec:nth-child(2n) .innr-lasting-com-cheek-secn:last-child {
    padding-top: 0;
  }

  .landing-quote-outter {
    grid-template-columns: 35% 65% !important;
  }

  .innr-qutes-content {
    padding: 0 20px 0 0px;
  }

  .innr-qutes-content h2,
  .qutes-cap-name {
    font-size: 21px !important;
    line-height: 24px !important;
  }

  .qutes-cap-name::before {
    left: -16px;
  }
}

@media (max-width: 991px) {  
  .captain-colin-lndre .innr-landing-hero-sec {
    width: 100%;
  }
  .landing-hero-sec .newland-for-comfort .product-land-img {
    right: 0;
  }

  .couponDiv{
    margin-top:20px;
  }cust-home-cart-modalinner {
    width: 100%;
  }

  .cust-order-cancel-model .com-popup-common {
    max-width: 95%;
    transform: none;
    left: 0;
    top: 15px;
    right: 0;
  }

  .weightloss-banner {
    height: 191px;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli .lasting-com-prod-img img {
    max-width: 200px;
  }

  .for-lander-header .nav-bar-outter .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 9px;
  }

  .out-land-why-it .for-why-it-sec-flip h3 {
    font-size: 22px;
    line-height: 27px;
    margin: 0;
  }

  .out-land-why-it .for-why-it-sec-flip p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 7px;
  }

  .land-why-it-sec {
    grid-template-rows: 324px;
  }

  .new-chkout-prod-detail .coupon button {
    height: 55px !important;
    padding: 0;
  }

  .new-prod-page .innr-prod-quantity {
    display: inline-block;
  }

  .cust-cctopcolleft {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .cust-cctopcolright {
    width: 100%;
  }

  .cust-ccmformcol {
    width: 100%;
    margin-bottom: 20px;
  }

  .cust-ccmformcol {
    width: 100%;
    margin-bottom: 20px;
  }

  .new-prod-page .prod-detail .lp-quantity-inputs {
    justify-content: start;
  }

  .new-prod-page .lp-quantity-inputs {
    justify-content: center;
  }

  .new-prod-page .innr-prod-quantity h4 {
    text-align: center;
    padding-bottom: 10px;
  }

  .align-items-end.nav-bar-mobile li.account::after {
    content: " ";
  }

  .on-res-nav-bar-mobile {
    display:flex;
    justify-content: space-between;
    align-items: center;
  }

  .on-res-nav-bar-mobile .outer-navbar-toggler {
    text-align: right;
    width: 100%;
  }

  .header-inner.d-flex .logo-div.for-desktop {
    display: none;
  }

  .on-res-nav-bar-mobile .logo-div {
    width: 70%;
    text-align: left;
  }

  .align-items-end.nav-bar-mobile span.cart-items-count {
    min-width: 26px;
    min-height: 20px;
    font-size: 13px;
    font-weight: 600;
  }

  .header-outter .nav-bar-outter {
    display: none;
  }

  .innr-lasting-com-cheek-sec h2 {
    padding: 10px 205px 0 0;
  }

  .out-land-high-mainsec {
    padding: 0 100px;
  }

  .land-why-it-sec {
    padding-top: 10px;
  }

  .land-why-it-sec {
    grid-column-gap: 12px;
  }

  .out-land-high-mainsec.land-why-it-sec {
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }

  .lasting-com-prod.innr-compare-pro-chart {
    padding: 30px 65px 30px 0;
  }

  .header-inner .navbar-nav>.nav-item::after {
    content: ' ';
  }

  .header-inner .navbar-nav .nav-item::after {
    content: ' ';
  }

  .new-home .outer-home-mid-third {
    display: inline-flex;
  }

  .second-v-new-home .outer-home-mid-third {
    display: -ms-inline-grid;
    display: inline-grid;
  }

  .innr-norder-success-sec p {
    font-size: 18px;
  }

  .innr-norder-success-sec .ord_succ_info {
    padding-bottom: 18px;
  }

  .innr-norder-success-sec .ord_succ_tble tr td {
    font-size: 18px;
  }

  .innr-norder-success-sec .ord_succ_tble .ord_succ_tble_heading h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
  }

  .new-prod-page .comfort-tab-pic {
    padding-right: 0;
  }

  .lprunning .running-top .innr-running-top:first-child {
    padding: 0 30px 0;
  }

  .lprunning .running-top h1 {
    padding: 20px 0;
  }

  .lprunning .running-top p {
    padding-bottom: 20px;
  }

  .lprunning-testi-contant p {
    font-size: 18px;
  }

  .outer-pro-uses {
    grid-template-columns: 50% 50%;
  }

  .lpgen-pro-uses.our-customers-outter h2,
  .lpgen-pro-uses.our-customers-outter p {
    font-size: 28px;
    line-height: 33px;
  }

  .innr-pro-uses span {
    font-size: 22px;
    line-height: 27px;
  }

  .new-prod-page .overview-inner {
    padding: 20px 45px 0;
  }

  .cart-view-add-prod .cart-goal-mini-prog-bar {
    margin: 15px 0;
  }

  .new-prod-detail .products-slider {
    width: 51%;
  }

  .new-prod-detail .product-slider-right {
    width: 49%;
  }

  .innr-blog {
    padding: 0 40px;
  }

  .running-top {
    grid-template-columns: 100%;
  }

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

  .innr-running-mid1,
  .innr-running-mid2 {
    grid-template-columns: 100%;
    text-align: center;
  }

  .innr-running-mid2 .running-mid-img {
    grid-row-start: 1;
  }

  .innr-running-mid1 .running-mid-contant h3,
  .innr-running-mid2 .running-mid-contant h3,
  .running-bottom .innr-running-bottom h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .running-bottom .innr-running-bottom h3 {
    margin: 0;
  }

  .innr-running-mid1 .running-mid-contant a,
  .innr-running-mid2 .running-mid-contant a {
    font-size: 16px;
    line-height: 21px;
    padding: 12px 20px;
  }

  .running-top p,
  .running-mid-contant ul li,
  .running-bottom .innr-running-bottom p,
  .running-bottom .innr-running-bottom span,
  .innr-running-mid1 .running-mid-contant p,
  .innr-running-mid2 .running-mid-contant p {
    font-size: 18px;
    line-height: 23px;
  }

  .running-mid-contant {
    padding-top: 20px;
  }

  .running-mid h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .running-top h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .contact-form {
    padding: 10px 50px 40px;
  }

  .home-mid-second .home-mid-second-r,
  .home-mid-second .home-mid-second-l,
  .home-mid-first .home-mid-first-l,
  .home-mid-first .home-mid-first-r,
  .outer-home-mid-third .home-mid-third-r,
  .outer-home-mid-third .home-mid-third-l {
    width: 100%;
  }

  .home-mid-first h2 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .home-mid-third-r h3,
  .home-mid-first h3,
  .home-mid-second h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .home-mid-second {
    padding-top: 30px;
    display: inline-block;
  }

  .outer-home-mid-third {
    display: inline-block;
  }

  .home-mid-fourth .our-customers h4 {
    font-size: 30px;
  }

  .outer-home-mid-third .home-mid-third-r {
    padding-left: 0;
    padding-top: 20px;
  }

  .home-mid-first {
    display: inline-grid;
    grid-template-columns: 100%;
  }

  .home-mid-first .home-mid-first-r {
    grid-row-start: 1;
    -ms-grid-row: 1;
  }

  .home-mid-second .home-mid-second-r,
  .home-mid-first .home-mid-first-l {
    padding: 25px 25px 0;
    text-align: center;
  }

  .innr-about-us h1,
  .contact-heading h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .ordersuccess h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .navbar-main-menu.navbar-expand-lg.navbar-light {
    display: none;
  }

  .pro-buy-now a {
    font-size: 22px;
    line-height: 27px;
  }

  .com-pro-details .inner-com-pro-details {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .new-cart .inner-new-checkout {
    grid-template-columns: 100%;
  }

  .new-cart-l {
    border-right: none;
    padding-right: 0;
  }

  .new-cart-r {
    padding-top: 30px;
  }

  .com-pro-details {
    /* grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 26px; */
    flex-wrap: wrap;
  }

  header {
    position: inherit;
  }

  li.nav-item.Nurture:after {
    display: none;
  }

  .nav-bar-outter.d-flex.align-items-end {
    display: block !important;
  }

  ul.nav-bar-inner li {
    float: none;
    list-style: none;
  }

  .nav-bar-outter.d-flex.align-items-end {
    display: none !important;
  }

  .nav-bar-outter.d-flex.align-items-end.nav-bar-mobile {
    display: block !important;
  }

  .logo-div {
    width: 100%;
    float: left;
    text-align: center;
  }

  .my-account {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar {
    justify-content: center !important;
  }

  span.cart-items-count::after {
    left: 50%;
  }

  .navbar-light .navbar-toggler {
    border-color: #8cc641 !important;
    background-color: #8cc641;
  }

  .head-for-flex{
    display: flex !important;
    -webkit-justify-content: flex-end !important;
    align-items: center;
    justify-content: flex-end !important;
  }

  .cart-for-mob{
    list-style: none;
  /* margin-right: 20px; */
  margin-top: 5px;
  }

  .nav-bar-outter {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header-inner.d-flex {
    display: block !important;
  }

  .nav-bar-outter.d-flex.align-items-end.nav-bar-mobile {
    float: left;
  }

  .my-account ul {
    margin: 0;
  }

  ul.navbar-nav.mr-auto li a {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0;
  }

  .nav-bar-outter .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 9px;
  }

  ul.nav-bar-inner li a {
    color: #233d98 !important;
  }

  .e-mail-list-div.connect-with i {
    font-size: 24px;
    padding: 0 6px;
  }

  .e-mail-list-div p {
    font-size: 16px;
  }

  .e-mail-list-div label {
    font-size: 16px;
  }

  .footer-menu li a {
    font-size: 16px;
  }

  .textwidget span {
    font-size: 16px !important;
  }

  input.submit {
    padding: 13px 62px !important;
  }

  .cart-div h1 {
    font-size: 50px !important;
    line-height: 53px;
    margin-top: 29px;
  }

  .cart-div table td {
    padding: 13px 10px;
  }

  .table-radio-btn label {
    font-size: 17px;
  }

  .cart-div table select {
    font-size: 17px;
  }

  .cart-div table td {
    font-size: 17px !important;
  }

  td.number-product input {
    padding: 0 0 0 0;
  }

  .cart-total {
    width: 60%;
  }

  td.nurture-baby a {
    font-size: 17px !important;
  }

  .cart-total-inner table {
    font-size: 19px;
  }

  .coupon button {
    height: 53px !important;
    padding: 4px 40px;
    font-size: 21px !important;
  }

  .proceed-to-checkout a {
    font-size: 21px;
  }

  p.replenishment {
    font-size: 10px !important;
    line-height: 14px;
    margin: 8px 0 0 0;
  }

  .table-radio-btn label {
    width: 90%;
    float: left;
  }

  .table-radio-btn input {
    width: 10%;
    float: left;
    margin: 9px 00 0 0;
  }

  .table-radio-btn {
    width: 100%;
    float: left;
  }

  .belling-detail-left {
    width: 100%;
    padding: 0;
  }

  .belling-detail-right.cart-total-inner {
    width: 100%;
    float: right;
    padding: 0;
  }

  section.checkout-sec {
    padding: 69px 15px 74px;
  }

  .checkout-sec h1 {
    font-size: 50px !important;
  }

  .cart-alert.checkout {
    margin: 0 0 30px 0px;
  }

  .belling-detail-right.cart-total-inner td {
    text-align: left;
  }

  .belling-detail-left h3 {
    font-size: 30px;
    margin: 0;
  }

  .belling-detail-right h3 {
    font-size: 30px;
  }

  .belling-detail-right.cart-total-inner {
    padding: 30px 00 0 0;
  }

  .active {
    box-shadow: inherit !important;
  }

  .nav-bar-outter .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #233d98;
  }

  .nav-bar-outter ul li a:hover {
    color: #8cc641 !important;
  }

  .comfort-bottle-right {
    display: none;
  }

  .comfort-bottle {
    width: 100%;
  }

  .bottel-div {
    width: 50%;
  }

  .comfort-tittle {
    padding: 40px 15px 0 15px !important;
  }

  .comfort-tittle h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .comfort-tittle h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .verified-inner-text i {
    right: 403px;
  }

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

  .product-slider-right p {
    font-size: 20px !important
  }

  .product-slider-right .tabcontent p {
    font-size: 11px !important;
    text-align: left;
  }

  .product-slider-right .lp-free-shipping-price p {
    font-size: 18px !important;
  }

  .overview-outter {
    flex-direction: column-reverse;
  }

  .comfort-tab-pic {
    width: 100%;
  }

  .overview-inner {
    padding: 40px 20px 0 20px;
    width: 100%;
  }

  .as-seen-on {
    max-width: 800px;
  }

  .container-fluid.banner-mobile {
    display: block;
    padding: 260px 0;

  }

  .day-guarantee-inner b {
    margin: 0 0 2px 0;
  }

  .day-guarantee-inner p {
    font-size: 13px;
  }

  .refund-guaranteed {
    padding: 0 22px;
  }

  .cbs-outter {
    padding: 30px 0 40px 0;
  }

  .modal {
    padding: 130px 0 !important;
  }

  header .on-res-nav-bar-mobile .logo-div img {
    width: 140px;
  }

  header .header-outter {
    padding: 0px !important;
  }

  .custNwCpn.coupon input {
    width: 54%;
  }

  .innr-land-testi .land-testi-h2 {
    color: #515bc6;
  }

  .land-high-sec,
  .innr-land-testi,
  .land-money-back {
    padding: 20px 0 !important;
  }

  .landing-hero-sec .blue-color-hover span {
    font-size: 18px;
  }

  #Sweat_Odor_Free {
    padding-top: 20px;
  }

  .innr-qutes-content h2,
  .qutes-cap-name {
    padding-right: 0;
  }

  .block-imgcont-sec:first-child {
    margin-top: 45px;
  }

  .block-imgcont-sec {
    margin: 55px 0 0;
  }

  .innr-land-why-it h2,
  .innr-land-high-sec h2,
  .innr-land-testi-main h2,
  .innr-land-money-back h2,
  .innr-land-prod-benefit h2,
  .innr-lasting-com-cheek-secn h2,
  .innr-lasting-com-cheek-sec h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .h4,
  h4 {
    font-size: 1.2rem !important;
  }

  h4 em {
    font-size: 1.2rem !important;
  }

  .land-prod-benefit {
    padding-top: 50px;
  }

  .cust-des-content {
    margin-top: 0;
  }

  .cust-des-content p:last-child {
    margin-bottom: 0;
  }
  .cust-crazycontent {
	  text-align: center;
	  display: inline-block;
  }
  .cust-crazycontentcols.cust-nptextcenter {
		width: 50%;
		display: inline-block;
		margin-bottom: 50px !important;
		vertical-align: text-top;
	}
}

@media only screen and (max-width: 950px) {
  .new-chkout-prod-detail .coupon {
    grid-template-columns: 100%;
  }

  .cust-wlchartgraph table th,
  .cust-wlchartgraph table td {
    font-size: 16px;
  }

  .new-chkout-prod-detail .coupon button {
    margin: 10px 0 0;
  }

  .innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail {
    max-width: 300px;
  }

  .lasting-com-prod.innr-compare-pro-chart {
    padding: 30px 5px 30px 0;
  }

  .custHvrFlip.land-why-it-sec .innr-land-why-it-sec {
    max-width: 327px;
    min-height: 332px;
    width: 100%;
    margin-top: 20px;
  }

  .custHvrFlip .box2 h3 {
    font-size: 17px !important;
    line-height: 12px !important;
  }

  .custHvrFlip .box2 p {
    font-size: 13px !important;
    line-height: 17px !important;
    margin-bottom: 5px !important;
  }

  .custNwCpn.coupon input {
    width: 50%;
  }

  .cus-fonsze20 {
    font-size: 16px !important;
  }

  .cust-des-content p {
    padding-right: 0;
  }
}


@media only screen and (max-width: 893px) {
  .gpay-card-info-container{
    height:35px !important;
    min-height:35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .gpay-card-info-container{
    height:45px !important;
    min-height:45px !important;
  }
}
@media only screen and (max-width: 489px) {
  .gpay-card-info-container{
    height:35px !important;
    min-height:35px !important;
  }
}
@media only screen and (max-width: 880px) {

  .textwidget span,
  .footer-menu li a {
    font-size: 15px !important;
  }

  .mini-cart-btn a {
    padding: 7px 21px;
  }

  .new-prod-detail {
    overflow-x: hidden;
  }

  .custHvrFlip .box2 h3 {
    font-size: 21px !important;
    line-height: 22px !important;
  }

  .custHvrFlip .box2 p {
    font-size: 14px !important;
    line-height: 19px !important;
    margin-bottom: 8px !important;
  }

  .custNwCpn.coupon input {
    width: 44%;
  }
}

@media only screen and (max-width: 810px) {
  .landr-warning p {
    padding: 0 20px 0;
    font-size: 16px;
  }
  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli {
    padding: 0 20px;
  }

  .land-why-it-sec {
    display: flex;
    flex-wrap: wrap;
  }


  .main-land-whyvsls-it .custHvrFlip {
    display: block;
}

.main-land-whyvsls-it .custHvrFlip .front {
    position: relative;
}

  .out-land-why-it .for-why-it-sec-flip h3 {
    margin-bottom: 10px;
  }

  .land-why-it-sec .innr-land-why-it-sec {
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px 16px;

    max-width: 327px;
    min-height: 332px;
    width: 100%;
    margin-top: 20px;
  }

  .land-why-it-sec .innr-land-why-it-sec {
    max-width: 327px;
    min-height: 332px;
    width: 100%;
    margin-top: 20px;
  }

  .custHvrFlip .box2 h3 {
    font-size: 21px !important;
    line-height: 22px !important;
  }

  .custHvrFlip .box2 p {
    font-size: 14px !important;
    line-height: 19px !important;
    margin-bottom: 8px !important;
  }

  .land-why-it-sec {
    grid-row-gap: 0;
    grid-column-gap: 0;
  }

  .cart-popup:hover .cart-inner {
    display: none;
  }

  .e-mail-list-div.footer-logo img {
    width: 33%;
    float: left;
  }

  .textwidget span,
  .footer-menu li a {
    font-size: 16px !important;
  }

  .e-mail-list-div.footer-logo {
    float: left;
    text-align: left;
    alignment-baseline: after-edge;
    display: flex;
    flex-direction: column;
  }

  .e-mail-list-div {
    width: 100%;
    padding-top: 10px !important;
  }

  .for-mobile-lasting-com-cheek {
    display: inline-block;
  }

  .for-mobile-lasting-hide {
    display: none;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-sec:nth-child(2) {
    padding-left: 0;
  }

  .lasting-com-cheek-sec {
    grid-template-columns: 100%;
    padding: 20px 20px;
  }

  .lasting-com-cheek-sec.for-mobile-lasting-bg {
    background: url('../images/landing/comfort-bg.webp') no-repeat center/cover;
    padding: 60px 20px 70px;
  }

  .prod-benefit-multisec {
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    grid-row-gap: 2%;
  }

  .land-after-hero .innr-land-after-hero {
    grid-template-columns: 350px 350px;
  }

  .product-slider-right h2 {
    font-size: 37px;
  }

  .lasting-com-prod.innr-compare-pro-chart {
    padding: 0 20px;
    margin-top: 30px;
  }

  .innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail {
    max-width: 290px;
    z-index: 1;
  }

  .for-mobile-lasting-com-cheek img {
    max-width: 350px;
    width: 100%;
  }

  .for-mobile-lasting-com-cheek {
    text-align: center;
    padding-bottom: 60px;
  }

  .lasting-com-prod-img {
    position: unset;
    background: url('../images/landing/lasting-com-bg-border.webp') no-repeat center/contain;
    text-align: center;
  }

  .innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail {
    max-width: 490px;
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }

  .lasting-com-prod.innr-compare-pro-chart {
    background: unset;
  }

  .lasting-com-prod .lasting-com-prod-img img {
    margin-bottom: -30px;
  }

  .lasting-com-cheek-sec:last-child {
    grid-template-columns: 100%;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-secn:first-child {
    padding-right: 0;
  }

  .lasting-com-cheek-sec .innr-lasting-com-cheek-secn:last-child {
    padding: 60px 0 0 0;
  }

  .innr-land-why-it .main-land-why-it {
    padding: 0 20px 20px;
  }

  .land-high-sec {
    padding: 70px 20px;
  }

  .out-land-high-mainsec {
    padding: 10px 0 0;
  }

  .innr-compare-pro-chart .tableContainer table {
    width: 991px;
  }

  .innr-compare-pro-chart .tableContainer {
    overflow-y: auto;
  }

  .out-land-high-mainsec.land-why-it-sec {
    justify-content: center;
  }

  .custNwCpn.coupon input {
    width: 44%;
  }

  .block-imgcont-sec:nth-child(2n+1) {
    grid-template-columns: 100%;
    text-align: center;
  }

  .block-imgcont-sec:nth-child(2n+1) .innr-lasting-com-cheek-secn:last-child {
    padding-top: 30px;
    padding-left: 0;
  }

  .block-imgcont-sec:nth-child(2n) {
    grid-template-columns: 100%;
    text-align: center;
    margin-top: 0px !important;
  }

  .block-imgcont-sec:last-child {
    margin-top: 40px;
  }

  .innr-qutes-content {
    padding: 0;
    margin-bottom: 32px;
  }

  .innr-qutes-content h2 {
    padding-right: 0;
    font-size: 25px !important;
    line-height: 30px;
    display: initial;
  }

  .qutes-cap-name {
    font-size: 25px !important;
    text-align: center;
    display: block;
  }

  .innr-qutes-content h2::before {
    top: -4px;
    left: -7px;
  }

  .innr-qutes-content h2::after {
    bottom: initial;
    right: inherit;
  }

  .qutes-cap-name::before {
    left: inherit;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .footer1 {
    padding: 23px 0 50px !important;
  }

  .custouter-landing-hero-secs .product-land-img {
    position: static;
    text-align: center;
  }

  .inr-coupon-blackfriday p {
    letter-spacing: 0;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli .lasting-com-prod-img img {
    max-width: 275px;
  }

  .mini-prod-bar h3,
  .mini-prod-bar span,
  .mini-cart .custom-cart .innr-mini-cart .mini-prod-bar h3 .mini-cart .custom-cart .innr-mini-cart .mini-prod-bar span {
    font-size: 20px;
    line-height: 25px;
  }

  .new-checkout-page .check-paypal-btn {
    max-width: 100%;
  }

  .second-v-about-us .outer-about-us-sec {
    padding-bottom: 20px;
  }

  .out-land-high-mainsec.land-why-it-sec {
    grid-row-gap: 0;
    grid-column-gap: 0;
  }

  .main-it-works-mid .innr-it-works-mid:first-child,
  .main-it-works-bottom .innr-it-works-bottom:first-child {
    padding-right: 0;
  }

  .land-why-it-sec .innr-land-why-it-sec {
    max-width: 327px;
    min-height: 332px;
    width: 100%;
    margin-top: 20px;
  }

  .custHvrFlip .box2 h3 {
    font-size: 21px !important;
    line-height: 22px !important;
  }

  .custHvrFlip .box2 p {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
  }

  .product-slider-right ul {
    margin-bottom: 0;
  }

  .new-chkout-prod-detail .coupon button {
    height: 47px !important;
  }

  .new-chkout-prod-detail .coupon button {
    margin: 0 0 0 5px;
  }

  .innr-landing-hero-sec {
    width: 100%;
    padding: 200px 35px 50px;
  }

  .innr-mini-cart {
    padding: 10px 10px;
  }

  .outer-lasting-com-prod-imgn .lasting-com-prod-imgn {
    right: -50px;
  }

  .lasting-com-cheek-sec p,
  .innr-lasting-com-cheek-sec h2 {
    padding-right: 0;
  }

  .out-land-high-mainsec .land-high-mainsec {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px 19px;
  }

  .land-testi-slider {
    max-width: 500px;
  }

  .innr-top-land-sec .user-info img {
    max-width: 14%;
  }

  .innr-top-land-sec .land-social-icon img {
    max-width: 30%;
  }

  .land-why-it-sec .innr-land-why-it-sec:last-child,
  .out-land-high-mainsec .land-high-mainsec:nth-child(6) {
    padding-bottom: 0;
  }

  .innr-land-why-it .main-land-why-it {
    padding: 0 50px 80px;
  }

  .innr-land-why-it {
    padding-top: 40px;
  }

  .innr-land-money-back,
  .out-land-high-mainsec {
    padding: 0 50px;
  }

  .innr-land-why-it h2,
  .innr-land-high-sec h2,
  .innr-land-testi-main h2,
  .innr-land-money-back h2,
  .innr-land-prod-benefit h2,
  .innr-lasting-com-cheek-secn h2,
  .innr-lasting-com-cheek-sec h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .landing-hero-sec .product-land-img {
    position: unset;
    text-align: center;
    padding-bottom: 20px;
  }

  .new-prod-page .lp-quantity-inputs input[type="button"] {
    font-size: 20px;
  }

  .home-crazy-sec {
    padding: 30px 20px 30px 20px;
  }

  .innr-home-crazy-sec {
    grid-template-columns: 100%;
  }

  .innr-home-crazy-sec .crazy-square {
    right: 140px;
    top: 42px;
  }

  .home-crazy-sec .container {
    padding-right: 15px;
  }

  .innr-home-crazy-sec .crazy-img {
    padding-right: 0;
    text-align: center;
    padding: 20px 0;
  }

  .new-home .outer-home-mid-third {
    display: inline-block;
  }

  .new-home .home-mid-third {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .new-home .home-mid-third-l video {
    max-width: 100%;
  }

  .new-home .outer-home-mid-third .home-mid-third-r {
    padding-left: 0;
  }

  .innr-norder-success-sec h1 {
    font-size: 35px !important;
    line-height: 40px;
  }

  .innr-norder-success-sec p {
    line-height: 23px;
  }

  .innr-norder-success-sec .ord_succ_info span {
    padding: 7px 10.5px;
  }

  .showcase-content-container {
    width: 100% !important;
    max-width: 600px !important;
  }

  .showcase-thumbnail-container {
    height: auto !important;
  }

  .showcase-thumbnail-container {
    width: 16% !important;
  }

  .showcase-content-container {
    width: 80% !important;
    float: right !important;
  }

  .prod-thumb-wid {
    width: 100% !important;
    max-width: 650px !important;
    margin: 0 auto;
  }

  .new-prod-page .innr-prod-quantity {
    padding: 10px 40px;
  }

  .cust-nlbannerforms {
    width: calc(100% - 30px);
    margin: 0 15px 40px;
  }

  .lprunning .innr-running-mid1 .running-mid-contant {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lprunning-slider .flexslider h2 {
    font-size: 30px;
  }

  .lprunning .innr-running-mid1 {
    grid-template-columns: 100%;
  }

  .lprunning .product-slider-right .lprunning-obli-content p {
    font-size: 18px !important;
  }

  .lprunning-testi-img {
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
  }

  .lprunning-testi-contant {
    text-align: center;
  }

  .lprunning-slider {
    margin-top: 0;
  }

  .innr-lprunning-testi .lprunning-testi-comnt {
    grid-template-columns: 100%;
  }

  .lprunning .running-mid h2 {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 20px;
  }

  .lprunning .out-pro-image {
    margin: 0 auto;
    float: none;
  }

  .lprunning .product-slider-right {
    padding: 40px 30px;
  }

  .lprunning .product-slider-right p {
    line-height: 25px;
  }

  .lprunning .products-slider {
    padding: 0 20px 20px;
  }

  .lpgen-pro-uses.our-customers-outter h2,
  .lpgen-pro-uses.our-customers-outter p {
    font-size: 24px;
  }

  .lpbiking .new-home-top .flexslider .flex-caption h2 {
    font-size: 20px;
  }

  .outdoors .product-slider-right h4 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .outdoors .product-slider-right {
    text-align: center;
  }

  .outdoors .product-slider-right p,
  .outdoors .product-slider-right ul {
    text-align: left;
  }

  .out-pro-image {
    max-width: 450px;
  }

  .out-pro-image img {
    max-width: 100%;
  }

  .outdoors .as-seen-inner {
    width: 100%;
    text-align: center;
  }

  .outdoors .product-slider-right {
    padding: 50px 20px 0;
  }

  .outdoors .overview-outter {
    padding: 30px 0 0 0;
  }

  .ship-today-grid,
  .innr-new-checkout-page {
    grid-template-columns: 100%;
  }

  .ship-today-grid .ship-today-ordern {
    padding-top: 10px;
  }

  .innr-new-checkout-page .paypal a,
  .innr-new-checkout-page .shop-pay a,
  .innr-new-checkout-page .gpay a {
    height: 52px;
  }

  .innr-new-checkout-page .wid-33 a img {
    max-width: 60%;
  }

  .innr-new-checkout-page .input-field {
    padding: 5px 0;
  }

  .new-chkout-page-sec:first-child {
    padding-right: 0;
  }

  .cart-view-add-prod .cart-goal-mini-prog-bar .mini-cart-level3 {
    left: 98%;
  }

  .cart-goal-mini-prog-bar .mini-cart-level3 {
    left: 96%;
  }

  .new-chkout-prod-detail .coupon {
    grid-template-columns: 60% 40%;
  }

  .mini-cart-view-bottom .wid-40 {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  .mini-cart-view-bottom .wid-60 {
    width: 100%;
    padding-right: 0;
    border: 0;
  }

  .new-prod-page .lp-quantity-inputs input[type="button"] {
    padding: 9px 40px;
  }

  .new-prod-detail .products-slider {
    width: 100%;
    padding: 0;
  }

  .new-prod-detail .product-slider-right {
    width: 100%;
  }

  .new-prod-detail .products-slider .simplegallery {
    width: 466px;
  }

  .out-blog-page-content {
    grid-template-columns: 100%;
  }

  .blog-page-btn {
    padding: 10px 20px 10px;
  }

  .main-blog-page h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .blog-page-img {
    text-align: center;
  }

  .blog-page-img img {
    max-width: 250px;
  }

  .main-blog {
    grid-template-columns: 100%;
    justify-items: center;
    padding: 40px 0;
  }

  .main-blog .blog-content {
    padding-top: 15px;
  }

  .contact-form {
    padding: 10px 25px 40px;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
  }

  .running-bottom {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .running-bottom .innr-running-bottom {
    max-width: 340px;
    margin: 0 auto 20px;

  }

  .contact-form .innr-contact-form h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .contact-form .input-field input {
    height: 35px;
  }

  .contact-form .input-field.send-btn button {
    padding: 10px 40px;
    margin-top: 0;
  }

  .contact-form .input-field label,
  .contact-form .innr-contact-form p {
    font-size: 18px;
    line-height: 23px;
  }

  .it-works h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .it-works-top,
  .main-it-works-mid,
  .main-it-works-bottom {
    grid-template-columns: 100%;
  }

  .main-it-works-mid .innr-it-works-mid:last-child,
  .main-it-works-bottom .innr-it-works-bottom:last-child {
    padding-top: 20px;
  }

  .it-works-top .innr-it-works-top .it-work-doc,
  .it-works-top .innr-it-works-top .it-work-pro {
    width: 100%;
    text-align: center;
    position: unset;
  }

  .it-works-top .innr-it-works-top .it-work-pro img {
    max-width: 250px;
  }

  .it-works-top .innr-it-works-top .it-work-doc img {
    width: auto;
  }

  .new-home-top .flexslider.carousel {
    max-width: 80%;
  }

  .new-home-top .flexslider .flex-caption p,
  .new-home-top .flex-outer .flex-caption .wid-15,
  .new-home-top .flex-outer .flex-caption .wid-85 {
    width: 100%;
    text-align: center;
  }

  .new-home-top .flex-outer .flex-caption .wid-85 {
    background-color: #404040;
    padding: 25px;
  }

  .new-home-top .flex-outer .flex-caption .wid-15 img {
    max-width: 250px;
    margin: 0 auto;
  }

  .new-home-top .flexslider .flex-caption h1 {
    font-size: 26px;
    line-height: 31px;
  }

  .new-home-top .flexslider .flex-caption p {
    font-size: 17px;
    line-height: 22px;
  }

  .new-home-top .flex-outer .flex-caption {
    padding: 30px 30px 0;
  }

  .checkout .coupon {
    padding: 10px 0 0;
  }

  .about-us-sec .innr-about-us-sec:first-child {
    padding-right: 0;
  }

  .about-us-sec {
    grid-template-columns: 100%;
    justify-items: center;
    grid-row-gap: 20px;
  }

  .about-us-sec .innr-about-us-sec img {
    max-width: 330px;
  }

  .outer-about-us-sec h3 {
    padding-bottom: 10px;
  }

  .myorder-pagination {
    padding-top: 15px;
  }

  .slg-popup .com-popup-mid .prd_img {
    width: 320px;
    float: none;
  }

  .slg-popup .com-popup-mid .popup-prodet {
    width: 100%;
    text-align: center;
  }

  .slg-popup .prd_img.prod_con_area {
    display: inline-block;
  }

  .order-product-detail {
    overflow-x: scroll;
  }

  .shipping-guarante-section {
    text-align: left;
  }

  input.submit {
    padding: 7px 61px !important;
  }

  .proceed-to-checkout button {
    padding: 5px 10px 6px;
  }

  .coupon input {
    height: 47px !important;
    padding: 14px 10px;
  }

  .custNwCpn.coupon input {
    width: 48%;
  }

  .login-btn input.btn,
  .login-btn button.btn,
  .email-btn button.btn,
  .register-btn button.btn {
    padding: 7px 20px !important;
  }

  .lp-quantity-inputs input[type="number"] {
    height: 47px;
  }

  .lp-quantity-inputs input[type="button"] {
    padding: 9px 15px;
    width: 300px;
  }

  .share-buttons-inner a {
    padding: 9px 36px;
  }

  .coupon button {
    height: 47px !important;
  }

  .popup-prodet-second .checkout-btn {
    padding: 11px 54px;
  }

  .table-radio-btn .product-dis {
    min-width: unset;
  }

  .order-product-detail.cart-total-inner table {
    width: 100%;
  }

  .order-product-detail.cart-total-inner table tr {
    padding-bottom: 40px;
  }

  .order-product-detail.cart-total-inner table tr:last-child {
    padding-bottom: 0;
  }

  .order-product-detail.cart-total-inner table .ris-pro-img {
    display: none;
  }

  .order-product-detail.cart-total-inner table td {
    text-align: left;
    border: none;
  }

  .order-product-detail.cart-total-inner .product-dis {
    font-size: 20px;
  }

  .order-main-detail .cart-total-inner,
  .order-product-price .cart-total-inner {
    max-width: 100%;
  }

  .new-checkout {
    padding: 0 60px;
  }

  .new-checkout-l {
    padding-right: 0;
  }

  .inner-new-checkout {
    grid-template-columns: 100%;
  }

  .inner-new-checkout .continue-btn {
    text-align: center;
  }

  .inner-new-checkout-r {
    border-left: none;
    padding-left: 0;
    padding-top: 40px;
  }

  .com-popup-common {
    max-width: 700px;
  }

  .com-popup-top {
    padding: 32px 30px 15px;
  }

  .com-popup-mid {
    padding: 0 30px 32px;
  }

  .com-popup-mid .popup-proimg,
  .com-popup-mid .popup-prodet {
    width: 50%;
  }

  .com-popup-mid .popup-prodet {
    display: inline-block;
  }

  .com-popup-mid .popup-prodet-price .pipe-sym {
    display: none;
  }

  .com-popup-mid .popup-prodet-price,
  .com-popup-mid .cart_count {
    width: 100%;
    float: left;
  }

  .popup-prodet-second {
    float: left;
    text-align: left;
    padding-top: 15px;
  }

  .com-pro-details {
    /* grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0; */
    padding: 0 20px;
  }

  .inner-com-pro-details {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .inner-com-pro-details:last-child {
    margin-bottom: 0;
  }

  .inner-com-pro .com-pro-checkout-btn:first-child,
  .inner-com-pro .com-pro-checkout-btn:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .e-mail-list-div input {
    width: 80%;
  }

  .e-mail-list-div.footer-logo,
  .e-mail-list-div.connect-with {
    padding: 0;
    width: 100%;
  }

  input.submit {
    width: auto !important;
  }

  section.main-footer {
    padding: 30px 0 30px 0;
  }

  .product-thumbnail {
    display: none;
  }

  .cart-total {
    width: 100%;
  }

  section.cart-sec {
    padding: 30px 20px;
  }

  .cart-total-inner table td {
    padding: 10px 10px;
    text-align: right;
  }

  .cart-div.cart-table-mobile {
    display: block;
  }

  .cart-total-inner h2 {
    font-size: 35px;
  }

  .cart-div h1 {
    font-size: 35px !important;
    line-height: 53px;
    margin-top: 20px;
  }

  .bottel-div {
    width: 100%;
  }

  .comfort-bottle {
    flex-direction: column;
    text-align: center;
    padding: 0px 0 0 0 !important;

  }

  .comfort-tittle {
    padding: 35px 20px 0 20px !important;
    width: 100%;
  }

  .verified-inner-text i {
    right: 292px;
  }

  .products-slider {
    padding: 0 182px;
    width: 100%;
  }

  .product-slider-right {
    padding: 0 40px 0 40px;
    text-align: left;
    width: 100%;
  }

  .as-seen-on {
    max-width: 617px;
  }

  .as-seen-on img {
    width: 86%;
  }

  .as-seen h2 {
    font-size: 30px;
  }

  .our-customers-outter h2 {
    font-size: 30px;
    margin: 0 0 32px 0;
  }

  .our-customers h4,
  .our-customers-outter h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .share-buttons ul {
    flex-direction: column;
  }

  .share-buttons li {
    border: 1px solid #e0dede !important;
    width: 100%;
    margin: 0 0 8px 0;
  }

  .c-blend-inner {
    width: 65%;
  }

  .c-blend-inner h3 {
    font-size: 44px;
    line-height: 50px;
  }

  .c-blend-outter {
    padding: 150px 0;
  }

  .lp-free-shipping-price {
    text-align: left;
  }

  .bottel-div {
    padding: 36px 0 0 0;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: -109px !important
  }

  .cbs-logos {
    width: 50%;
  }

  .cbs-logos img {
    padding: 0 40px;
  }

  .cbs-outter {
    padding: 30px 0 10px 0;
  }

  .refund-guaranteed {
    width: 76%;
  }

  .refund-guaranteed {
    padding: 0 15px;
  }

  .modal {
    padding: 53px 0 !important;
  }

  .product-tittle {
    width: 50%;
    float: left;
    display: block;
  }

  .product-dis {
    width: 50%;
    float: left;
    text-align: right;
  }

  .cart-div thead {
    display: none;
  }

  .cart-div table td {
    display: block;
  }

  .product-tittle strong {
    font-size: 20px;
    text-transform: capitalize;
    color: #404040;
  }

  .risponsive-cart-table {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 10px;
  }

  .cart-div table td {
    padding: 0;
  }

  td.product-thumbnail {
    display: none !important;
  }

  .table-radio-btn input {
    width: auto;
    margin: 0 5px 0 0;
    float: none;
  }

  .table-radio-btn label {
    width: auto;
    float: right;
  }

  .coupon {
    padding: 13px 10px;
  }

  /**/
  .header-outter {
    padding: 5px 0 5px 0;
  }

  header .on-res-nav-bar-mobile .logo-div img {
    width: 140px;
  }


  header ul.navbar-nav.mr-auto li a,
  header .nav-bar-outter a.nav-link.shop {
    font-size: 16px;
  }

  header #navbarSupportedContent {
    margin-top: 10px;
  }

  header .nav-bar-outter .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 9px;
  }

  .custCenterResponsive .text-right {
    text-align: center !important;
  }

  .main-login-form h1,
  .main-forgot-form h1,
  .main-register-form h1 {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .main-login-form,
  .main-forgot-form,
  .main-register-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block.push-bit.login-form:after {
    display: none;
  }

  .my-orders .header-section {
    padding: 30px 0 10px 0 !important;
  }

  .my-orders .header-section h1 {
    font-size: 30px;
  }

  .custRmvMrgn .cart-total-inner {
    padding: 0px;
  }

  .custMrgnTp {
    margin-top: 20px;
  }

  .custMrgnTp .col-sm-12 {
    padding: 0px;
  }

  .cart-total-inner table th,
  .cart-total-inner table td {
    font-size: 15px;
  }

  #Designed_For_Life .for-mobile-lasting-com-cheek {
    display: none;
  }

  .new-site-landing .lasting-com-cheek-sec.for-mobile-lasting-bg {
    padding: 30px 20px 30px;
  }

  .footer1 .footer1-innr ul li {
    font-size: 14px;
  }

  .footer1 .footer1-innr ul li a {
    margin: 0 3px;
  }
}

@media only screen and (max-width: 737px) {
  .innr-new-checkout-page .input-field select {
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.webp") white no-repeat calc(100% - 10px) !important;
    /*Better placement regardless of input width*/
  }
  .dropiconmob{
    position: relative;
  }
  .dropiconmob::after{
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 6px;
    height: 6px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 15px;
    right: 7px;
  }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }

  .mini-cart-view {
    max-height: 450px;
    overflow-x: auto;
  }


  /**/
  .sports-landing .landing-hero-sec {
    position: relative;
  }

  .sports-landing .landing-hero-sec:before {
    content: "";
    background: url('../images/landing/sports-aboutBnr.webp') no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .sports-landing .landing-hero-sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
  }

  .sports-landing .landing-hero-sec .container {
    position: relative;
    z-index: 1;
  }

  .innr-landing-hero-sec,
  .sports-landing .innr-landing-hero-sec {
    width: 100%;
    padding: 50px 20px 50px;
  }

  .innr-landing-hero-sec h1,
  .sports-landing .innr-landing-hero-sec h1 {
    font-size: 48px;
    line-height: 57px;
  }

  .innr-landing-hero-sec p,
  .sports-landing .innr-landing-hero-sec p {
    font-size: 17px;
    line-height: 22px;
  }

  .sports-landing .product-land-img {
    display: none;
  }
}

@media only screen and (max-width: 735px){
  #chat-widget-container {
    bottom: 0px !important;

  }
  .floating-icon-cart{
    display:block;
  }

}

@media only screen and (max-width: 667px) {
  .intent-container {
    max-width: 500px;
  }

  .innr-intent-popup p {
    font-size: 18px;
    line-height: 23px;
  }

  .innr-intent-popup {
    padding: 30px 10px;
  }

  .unsubscribe-page-template {
    padding: 45px 20px;
  }

  .privacy-sec .innr-privacy-sec .innr-about-us-sec p.privacy-top-paragraph {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
  }

  .innr-mini-cart {
    display: inline-block;
  }

  .inner-home-banner-sec .home-banner-right img {
    max-width: 350px;
  }

  .blog-page-btn a {
    font-size: 16px;
    line-height: 21px;
  }

  .land-after-hero .innr-land-after-hero {
    grid-template-columns: 550px;
    grid-row-gap: 20px;
  }

  .mini-cart .custom-cart .innr-mini-cart .mini-prod-bar {
    display: inline-block;
  }

  .footer1 {
    padding: 23px 0 60px !important;
  }

  .mini-cart-view-bottom .cart-view-sec {
    padding: 15px 20px 15px 0;
  }

  .mini-cart-view-bottom .innr-mini-cart-bottom.wid-40 .prod-subtotal {
    padding-top: 0;
  }

  .mini-cart-view-bottom .innr-mini-cart-bottom.wid-60 {
    max-height: 300px;
    overflow-y: scroll;
  }

  .mini-cart-view {
    max-height: unset;
    overflow: unset;
  }

  .out-land-high-mainsec .land-high-mainsec:nth-child(5) {
    padding-bottom: 19px;
  }

  .new-prod-page .cart-view-sec .lp-quantity-inputs {
    display: inline-block;
    text-align: left;
  }

  .land-prod-benefit {
    padding-top: 50px;
  }

  .new-prod-page .innr-prod-quantity .lp-quantity-inputs .for-inc-dec-btn-res {
    width: 100%;
  }

  .new-prod-page .lp-quantity-inputs {
    display: inline-block;
    text-align: center;
  }

  .home-crazy-sec h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .new-prod-page .lp-quantity-inputs input[type="button"] {
    margin-top: 10px;
    width: 350px;
    margin-left: 0;
  }

  .new-prod-page .lp-quantity-inputs input[type="number"] {
    text-align: center;
    margin: auto;
  }

  .home-crazy-sec p {
    font-size: 18px;
    line-height: 23px;
  }

  .innr-crazy-detail h3 {
    font-size: 26px;
    line-height: 31px;
  }

  .innr-home-crazy-sec .crazy-square {
    right: 87px;
    top: 42px;
  }

  .innr-norder-success-sec .ord_succ_tble tr td {
    padding: 7px 10.5px;
  }

  .innr-norder-success-sec .ord_succ_info {
    display: inline-grid;
    grid-template-columns: 50% 50%;
  }

  .innr-norder-success-sec .ord_succ_info span p:last-child {
    float: right;
  }

  .innr-norder-success-sec .ord_succ_info span:nth-child(1),
  .innr-norder-success-sec .ord_succ_info span:nth-child(2) {
    border-bottom: 0;
  }

  .innr-norder-success-sec .ord_succ_info span:nth-child(2) {
    border-right: 1px solid #e6e6e6;
  }

  .showcase-thumbnail-container {
    width: 17% !important;
  }

  .prod-thumb-wid {
    padding: 0 20px;
  }

  .showcase-content img {
    max-width: 74% !important;
  }

  .lprunning-slider .flexslider p {
    line-height: 21px;
    padding-top: 10px;
    font-size: 16px;
  }

  .lprunning-slider .flexslider {
    min-height: 300px;
  }

  .lprunning-slider .flexslider span {
    padding-top: 10px;
  }

  .cart-view-add-prod .cart-goal-mini-prog-bar .mini-cart-level3 {
    left: 97%;
  }

  .mini-prod-bar {
    display: inline-block;
  }

  .mini-prod img {
    max-width: 10%;
  }

  .mini-prod-bar h3 {
    padding-top: 10px;
  }

  .mini-prod,
  .mini-cart-btn {
    max-width: 100%;
  }

  .mini-prod {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 8px;
  }

  .mini-prod-bar {
    max-width: 100%;
  }

  .mini-cart-btn {
    text-align: center;
    padding-top: 10px;
  }

  .table-radio-btn input[type='radio'] {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }

  .policy-content {
    padding: 25px;
  }

  .policy-content h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .running-top h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .running-mid h2 {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 0;
  }

  .it-work-shop-btn a {
    font-size: 20px;
    padding: 5px 30px;
    line-height: 25px;
  }

  .it-work-shop-btn {
    padding-top: 0;
  }

  .new-home-top .flexslider .flex-caption a {
    font-size: 20px;
    padding: 10px 28px;
  }

  .ordersuccess h1 {
    width: 90%;
  }

  .com-popup-mid.outer-subscription-form h2 {
    text-align: center;
    font-size: 30px;
  }

  .product-dis-radio {
    display: flex;
    align-items: baseline;
    justify-content: end;
  }

  .table-radio-btn input {
    margin: 0 5px 0 50px;
  }

  .new-cart .pro-det-top .procount {
    width: 100%;
    float: none;
    text-align: center;
    margin: 15px 0;
  }

  .new-cart-l .pro-det-bot {
    grid-template-columns: 100%;
  }

  .com-popup-common {
    max-width: 550px;
  }

  .new-cart-l .s-head {
    display: none;
  }

  .new-cart .pro-det-top {
    display: inline-block;
  }

  .new-cart .pro-det-top .proimg,
  .new-cart .pro-det-top .proprice {
    width: 100%;
    text-align: center;
  }

  .new-cart .pro-det-top .proimg img {
    max-width: 50%;
    width: 100%;
  }

  .new-cart h1,
  .pro-det-top .proprice span {
    text-align: center;
  }

  .new-cart .pro-det-top .prodes {
    width: 100%;
    float: none;
    text-align: center;
  }

  .new-cart .pro-det-top .procount .in-procount {
    text-align: center;
    width: auto;
    float: none;
  }

  .new-cart .pro-det-top .procount {
    width: 100%;
    float: none;
    text-align: center;
  }

  .pro-det-top .proprice .over-line {
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .on-res-nav-bar-mobile .logo-div img {
    max-width: 150px;
    width: 100%;
  }

  .logo-div {
    width: 100%;
    float: left;
  }

  .my-account {
    width: 100%;
    float: none;
    align-items: center;
  }

  .cart-inner {
    top: 33px;
    right: -76px;
  }

  .logo-div {
    width: 100%;
    float: none;
    text-align: center;
  }

  .my-account li {
    padding: 0 7px 20px;
    font-size: 16px;
  }

  li.account:after {
    right: -2px;
    top: 0px;
  }

  span.cart-items-count {
    font-size: 14px;
  }

  .my-account {
    padding: 8px 0 0 0;
  }

  .logo-div img {
    width: 33%;
  }

  ul.navbar-nav.mr-auto li a {
    text-align: left;
    font-size: 13px;
  }

  .nav-bar-outter a.nav-link.shop {
    font-size: 14px;
  }

  .navbar-toggler {
    padding: 6px 7px !important;
    font-size: 14px !important;
  }

  .checkout-sec h1 {
    font-size: 28px !important;
  }

  .cart-alert.checkout h4 {
    font-size: 21px !important;
  }

  .cart-alert {
    padding: 13px 17px 15px 16px;
  }

  .belling-detail-left h3 {
    font-size: 32px;
  }

  .our-customers-right {
    padding: 0 0 0 36px;
  }

  .as-seen-on {
    text-align: center;
  }

  .as-seen-inner {
    width: 50%;
  }

  .as-seen-on img {
    width: 59%;
  }

  .container-fluid.banner-mobile {
    padding: 180px 0;
  }

  .verified-buyer {
    padding: 50px 30px 0px 30px;
  }

  .verified-inner-text i {
    right: 257px;
  }

  .products-slider {
    padding: 0 122px;
  }

  .lp-quantity-inputs input[type="number"] {
    height: 51px;
    width: 57px;
  }

  .product-slider-right {
    padding: 0 56px 0 40px;
  }

  .money-back img {
    width: 55px;
  }

  .lp-quantity-inputs input[type="button"] {
    padding: 11px;
  }

  .shipping-information {
    width: 100%;
  }

  .payment-info {
    width: 100%;
  }

  .act-now p {
    font-size: 18px;
  }

  .act-now h4 {
    font-size: 18px;
  }

  .day-guarantee-inner {
    width: 100%;
    padding: 0 0 40px 0;
  }

  .day-guarantee-outter {
    padding: 40px 0 0 0;
  }

  .lp-quantity-inputs input[type="button"] {
    width: 100%;
  }

  .money-back img {
    width: 60px !important;
  }

  .money-back {
    right: 15px;
    top: 6px;
  }

  .new-site-landing .innr-land-afhero-main h2 {
    margin-bottom: 0px;
  }
  .timer-text{
    font-size:18px !important;
  }
}

@media only screen and (max-width: 560px) {
  .new-chkout-prod-detail .coupon button {
    padding: unset;
  }

  .outer-blog-page-content .blog-date {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .timer-text{
    font-size:16px !important;
  }
}

@media only screen and (max-width: 480px) {
  .innr-intent-popup .intent-pop-right .intent-btn {
    text-align: center;
  }
  .timer-text{
    font-size:15px !important;
  }
  .coupon input,  .coupon button{
    height:40px !important;
  }
  .intent-container {
    max-width: 350px;
  }

  .innr-intent-popup {
    grid-template-columns: 100%;
  }

  .innr-intent-popup p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }

  .intent-pop-right span.cin-code {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .innr-intent-popup .intent-pop-left {
    text-align: center;
  }

  .innr-intent-popup .intent-pop-left img {
    max-width: 250px;
    margin: 0 auto;
  }

  .field-wraper {
    padding: 20px;
  }

  .inr-coupon-blackfriday p {
    font-size: 18px;
    line-height: 23px;
   
  }

  .compare-pro-for-mobile.for-offer-img-mobile .flexslider .slides img {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 5px;
  }

  .innr-compare-pro-chart.for-offer-img .compare-pro-img::after {
    right: 27px;
  }

  .alternative-payment-separator-pay::after,
  .alternative-payment-separator-pay::before {
    width: 37%;
  }

  .mini-prod-bar span.forDesktop-mini-cart-heading,
  .mini-cart-title-sec .forDesktop-mini-cart-heading {
    display: none;
  }

  .lasting-com-prod.innr-compare-pro-chart.com-prod-img-for-dupli {
    padding: 0;
  }

  .mini-prod-bar span.forMobile-mini-cart-heading,
  .mini-cart-title-sec .forMobile-mini-cart-heading {
    display: inline-block;
  }

  .mini-prod img {
    max-width: 12%;
  }

  .innr-for-product-offer-sec .innr-compare-pro-chart .compare-pro-detail p {
    margin: 10px 0;
  }

  .innr-for-product-offer-sec .innr-compare-pro-chart .compare-pro-detail {
    padding: 15px 18px 10px;
  }

  .prod-benefit-multisec .add-to-cart-btn-mobile {
    display: inline-block;
  }

  .innr-for-product-offer-sec .compare-pro-img img {
    max-width: unset;
  }

  .second-v-about-us .innr-about-us-sec-video-sec iframe {
    width: 100%;
  }

  .compare-pro-chart-for-footer .compare-pro-img a img {
    max-width: unset;
  }

  .compare-pro-chart-for-footer .innr-compare-pro-chart .compare-pro-img::after {
    width: 80px;
    height: 80px;
    right: 60px;
  }

  .compare-pro-chart-for-footer .compare-pro-for-mobile {
    padding-bottom: 40px;
  }

  .innr-top-land-sec .land-social-icon ul li i {
    font-size: 16px;
    vertical-align: top;
  }

  .new-home-top .compare-pro-chart {
    padding: 0 20px 20px;
  }

  .it-works-top p,
  .innr-track-order p,
  .track-order-form label,
  .main-it-works-mid .innr-it-works-mid p,
  .main-it-works-bottom .innr-it-works-bottom p {
    font-size: 16px;
    line-height: 21px;
  }

  .new-prod-page {
    padding: 30px 0 0;
  }

  .inner-com-pro {
    padding: 0 20px 0;
  }

  .blog-page-content ol li,
  .outer-blog-page-content p,
  .outer-blog-page-content ul li {
    font-size: 16px;
    line-height: 21px;
  }

  .blog-page-btn a {
    font-size: 14px;
    line-height: 19px;
  }

  .main-blog-page h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .outer-blog-page-content h2,
  .outer-blog-page-content h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    margin: 0;
  }

  .blog .wp-pagenavi a,
  .blog .wp-pagenavi span {
    font-size: 16px;
    line-height: 21px;
  }

  .innr-blog {
    padding: 0 20px;
  }

  .main-blog h2,
  .main-blog h2 a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }

  .main-blog {
    padding: 30px 0;
  }

  .main-blog p,
  .main-blog .read-btn,
  .main-blog .blog-date {
    font-size: 16px;
    line-height: 21px;
  }

  .new-chkout-prod-detail .coupon button {
    margin: 10px 0 0;
  }

  .hiking-landing .innr-land-testi .land-boy-testi img {
    max-width: unset;
    width: 100%;
  }

  .biking-landing .landing-hero-sec .product-land-img img {
    max-width: 300px;
  }

  .compare-pro-row-one.compare-pro-for-mobile .flexslider {
    max-width: 350px;
  }

  .mini-cart-view-bottom .cart-view-sec {
    grid-template-columns: 25% 55% 20%;
  }

  .innr-compare-pro-chart .compare-pro-row-one,
  .innr-compare-pro-chart .compare-pro-row-btn {
    display: none;
  }

  .innr-land-money-back {
    padding: 0 20px;
  }

  .land-after-hero .innr-land-after-hero .land-after-hero-main div:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .land-after-hero .innr-land-after-hero .land-after-hero-main,
  .lasting-com-prod.innr-compare-pro-chart .compare-pro-row-btn {
    display: inline-block;
  }

  .land-after-hero .innr-land-after-hero {
    grid-template-columns: 100%;
    padding-top: 20px;
  }

  .out-land-high-mainsec,
  .lasting-com-prod.innr-compare-pro-chart {
    padding: 0;
  }

  .land-after-hero-main div:nth-child(3) {
    display: none;
  }

  .innr-land-high-sec {
    padding: 0 20px;
  }

  .innr-land-why-it {
    padding-top: 0;
  }

  .land-testi-slider {
    max-width: 350px;
  }

  .innr-land-why-it .main-land-why-it {
    padding: 0 20px 30px;
  }

  .innr-land-testi .land-testi-h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .land-cheek-sec .land-cheek-head,
  .innr-land-why-it .land-cheek-head {
    display: none;
  }

  .land-prod-benefit {
    padding-top: 20px;
  }

  .prod-benefit-multisec {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 10px 0 0;
  }

  .prod-benefit-multisec .benefit-multisec-img img {
    width: 100%;
  }

  .for-mobile-land-afhero {
    display: inline-block;
  }

  .innr-compare-pro-chart .compare-pro-img {
    padding-bottom: 0;
  }

  .innr-compare-pro-chart .compare-pro-img::after {
    width: 80px;
    height: 80px;
    right: 69px;
  }

  .innr-compare-pro-chart .compare-pro-detail {
    padding: 40px 18px 30px;
  }

  .innr-compare-pro-chart .compare-pro-row-one.compare-pro-for-mobile,
  .innr-compare-pro-chart .compare-pro-row-one.compare-pro-for-mobile .compare-pro-row-btn {
    display: inline-block;
  }

  .innr-compare-pro-chart .title-for-mobile-view {
    display: contents;
  }

  .innr-compare-pro-chart .tableContainer {
    overflow-y: unset;
  }

  .innr-compare-pro-chart .tableContainer table {
    width: 100%;
  }

  .innr-home-crazy-sec .crazy-square {
    right: 0;
  }

  .inner-home-banner-sec .home-banner-left h1 {
    font-size: 45.28px;
    line-height: 50px;
  }

  .inner-home-banner-sec .home-banner-left p {
    font-size: 25.85px;
    line-height: 30px;
  }

  .inner-home-banner-sec .home-banner-left span {
    font-size: 18px;
    line-height: 23px;
  }

  .innr-norder-success-sec .ord_succ_info {
    grid-template-columns: 100%;
  }

  .innr-norder-success-sec .ord_succ_info span:nth-child(3) {
    border-bottom: 0;
    border-right: 1px solid #e6e6e6;
  }

  .innr-norder-success-sec .ord_succ_info span:nth-child(1) {
    border-right: 1px solid #e6e6e6;
  }

  .showcase-thumbnail-wrapper-vertical {
    padding: 0 10px 0 0 !important;
  }

  .showcase-thumbnail {
    width: 70px !important;
    height: 70px !important;
  }

  .showcase-content-container {
    width: 77% !important;
  }

  .showcase-content-container {
    height: 280px !important;
  }

  .showcase-thumbnail-restriction {
    height: auto !important;
  }

  .showcase-thumbnail-container {
    width: 21% !important;
  }

  .lprunning .share-buttons-inner a {
    font-size: 20px !important;
  }

  .lprunning-slider .flexslider {
    padding: 22px 40px 60px;
    min-height: auto;
  }

  .lprunning-obli-img {
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
  }

  .lprunning .product-slider-right {
    text-align: center;
  }

  .lprunning-obli-content {
    padding-bottom: 0;
    margin: 0;
  }

  .out-pro-detail h2 {
    font-size: 30px;
  }

  .lprunning-obli {
    grid-template-columns: 100%;
  }

  .outdoors .product-slider-right h2,
  .outdoors .product-slider-right h4 {
    padding-right: 0;
  }

  .innr-new-checkout-page .input-field .wid-50 {
    width: 100%;
    padding: 5px 0;
  }

  .innr-new-checkout-page .input-field .wid-50:first-child {
    padding-top: 0;
  }

  .innr-new-checkout-page .input-field .wid-50:last-child {
    padding-bottom: 0;
  }

  .new-prod-page .collapse table tr th,
  .new-prod-page .collapse table tr td {
    font-size: 20px;
    line-height: 25px;
  }

  .new-prod-page .overview-inner,
  .new-prod-detail .product-slider-right {
    padding: 20px 35px 0;
  }

  .innr-new-checkout-page .wid-33 a img {
    max-width: 90%;
  }

  .new-prod-page .innr-prod-quantity {
    padding: 10px 45px;
  }

  .new-prod-page .prod-detail .lp-quantity-inputs {
    justify-content: left;
  }

  .cart-view-add-prod .cart-goal-mini-prog-bar .mini-cart-level3 {
    left: 96%;
  }

  .new-chkout-payment-method {
    padding: 10px;
  }

  .new-chkout-prod-detail .coupon {
    grid-template-columns: 100%;
  }

  .innr-new-checkout-page .paypal a,
  .innr-new-checkout-page .shop-pay a,
  .innr-new-checkout-page .gpay a {
    height: 40px;
  }

  .new-prod-page .innr-prod-quantity {
    display: inline-block;
  }

  .new-prod-detail .products-slider .simplegallery {
    width: 466px;
    padding: 0 20px;
    height: auto;
  }

  .new-prod-page .innr-prod-quantity h4 {
    text-align: center;
    padding-bottom: 10px;
  }

  .new-prod-page .lp-quantity-inputs {
    justify-content: center;
  }

  .products-slider .simplegallery .content {
    width: 297px;
    height: 314px;
  }

  .track-order-form {
    grid-template-columns: 100%;
  }

  .track-order-form .input-fiels:first-child {
    padding-bottom: 15px;
  }

  .contact>p {
    font-size: 18px;
  }

  .contact-form {
    grid-template-columns: 100%;
  }

  .new-home-top .flexslider.carousel {
    max-width: 70%;
  }

  .home-mid-first h2,
  .home-mid-third h2,
  .home-mid-fourth h2,
  .new-home-top .slider2 h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .home-mid-third {
    padding-top: 40px;
  }

  .outer-home-mid-third {
    padding: 0 25px;
  }

  .outer-home-mid-third .home-mid-third-r {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .home-mid-third h2,
  .home-mid-fourth h2 {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .home-mid-third-r p,
  .home-mid-first p,
  .home-mid-second p {
    font-size: 18px;
    line-height: 23px;
    padding-top: 5px;
  }

  .home-mid-fourth .our-customers h4 {
    font-size: 20px;
  }

  .home-mid-third-r h3 {
    padding-bottom: 10px;
  }

  .outer-home-mid-third .home-mid-third-r a {
    padding: 7px 20px;
  }

  .home-mid-fourth .our-customers-outter {
    padding: 35px 22px 0;
  }

  .home-mid-third-r h3,
  .home-mid-first h3,
  .home-mid-second h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .inner-slg-ship-pay {
    max-width: 100%;
  }

  .innr-about-us h1 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .product-slider-right h2,
  .product-slider-right h4,
  .product-slider-right .slider-right-para,
  .product-slider-right .slider-right-ul {
    padding-right: 0;
  }

  .pro-buy-now a {
    font-size: 16px;
    line-height: 20px;
  }

  .my-account li,
  .my-account ul {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .innr-cust-order-detail table {
    width: 550px;
  }

  .cust-order-detail .innr-cust-order-detail {
    overflow-x: scroll;
  }

  .order-now-btn {
    padding: 0;
  }

  .myorder-details .container {
    padding: 0;
  }

  /* .cart-inner {
    right: auto;
  } */
  .new-checkout {
    padding: 0 25px;
  }

  .inner-new-checkout-r .right-top {
    display: inline-block;
  }

  .inner-new-checkout-r .right-top .proimg {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }

  .inner-new-checkout-r .right-top .prodes {
    width: 65%;
  }

  .inner-new-checkout-r .right-top .proprice {
    width: 35%;
    text-align: right;
  }

  .inner-new-checkout-r .right-top .proimg img {
    max-width: 50%;
    width: 100%;
  }

  .slg-popup .com-popup-common {
    max-height: 350px;
    overflow: auto;
  }

  .com-popup-common {
    max-width: 400px;
  }

  .com-popup-mid,
  .com-popup-top,
  .popup-prodet-first {
    display: inline-block;
  }

  .com-popup-mid .popup-proimg img {
    width: 100%;
    max-width: 50%;
  }

  .com-popup-top div,
  .popup-prodet-second {
    text-align: center;
  }

  .com-popup-mid .popup-proimg,
  .com-popup-mid .popup-prodet {
    width: 100%;
    text-align: center;
  }

  .footer1 {
    padding: 23px 10px 80px !important;
    font-size: 15px !important;
  }

  .com-pro-checkout-btn a {
    font-size: 24px;
  }

  .form-group.col-50 .col-xs-6:first-child {
    margin-bottom: 1rem;
  }

  .form-group.col-50 .col-xs-6 {
    width: 100%;
    padding-right: 0;
  }

  .e-mail-list-div.footer-logo img {
    width: 53%;
    float: left;
  }

  section.main-footer {
    padding: 30px 0 10px 0;
  }

  section.checkout-sec {
    padding: 50px 5px 60px;
  }

  .billing-form-left {
    width: 100%;
  }

  .billing-form-left.right-billing {
    padding: 0;
  }

  .belling-detail-right h3 {
    font-size: 30px;
    margin: 0 0 11px 0;
  }

  .belling-detail-right.cart-total-inner {
    padding: 30px 0 0 0;
  }

  .logo-div img {
    width: 48%;
  }

  .cart-alert.checkout h4 {
    font-size: 18px !important;
  }

  .cart-alert.checkout h4 a {
    font-size: 18px !important;
  }

  .belling-detail label {
    font-size: 18px;
  }

  p.message-checkout {
    font-size: 12px !important;
  }

  .belling-detail select {
    font-size: 18px;
  }

  .billing-form-left.cvc-billing {
    padding: 0;
  }

  .pay-card p {
    font-size: 19px;
  }

  .Credit-Card-div i {
    top: 98px;
  }

  .caret-up i {
    top: -52px !important;
  }

  .cart-total-inner table {
    font-size: 17px;
  }

  .cart-div h1 {
    font-size: 30px !important;
    line-height: 50px;
  }

  .cart-total-inner h2 {
    font-size: 30px;
  }

  .cart-div table {
    font-size: 19px;
  }

  .cart-div.cart-table-mobile .table-radio-btn input {
    width: 10%;
    float: left;
  }

  .cart-div.cart-table-mobile .table-radio-btn label {
    width: 90%;
    float: left;
  }

  .coupon {
    flex-direction: column;
  }

  .coupon.shipping-form-fields.coupon-fields {
    flex-direction: row;
  }

  .coupon.shipping-form-fields.coupon-fields input {
    width: 100%;
  }

  .coupon.shipping-form-fields.coupon-fields button {
    margin-left: 8px;
  }

  .coupon input,
  .custNwCpn.coupon input {
    width: 100%;
  }

  .coupon button {
    margin: 13px 0 0 0;
  }

  .proceed-to-checkout a {
    font-size: 19px;
  }

  .coupon button {
    font-size: 19px !important;
  }

  .our-customers h4,
  .our-customers-outter h4 {
    font-size: 20px;
  }

  .money-back img {
    width: 76px;
  }

  .money-back {
    right: 23px;
    top: 18px;
  }

  .products-slider {
    padding: 0 30px;
  }

  .tab button {
    padding: 14px 11px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: -91px !important;
  }

  .foot-powder-inner {
    font-size: 14px;
  }

  .foot-powder-inner img {
    padding-right: 5px;
  }

  .act-now p {
    font-size: 16px;
  }

  .act-now h4 {
    font-size: 16px;
  }

  section.money-back-slg {
    padding: 0 0 40px 0;
  }

  .select-quantity h6 {
    font-size: 24px;
    line-height: 40px;
  }

  .select-quantity h6 span {
    width: 40px;
    height: 40px;
    margin-right: 6px;
  }

  .Shipping-form-left {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .shipping-information h6 {
    font-size: 24px;
    line-height: 40px;
  }

  .shipping-information h6 span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
  }

  .shipping-form-fields {
    padding: 0;
  }

  .shipping-form-checkbox {
    padding: 9px 0px 0 0px;
  }

  .payment-info h6 {
    font-size: 24px;
    line-height: 40px;
  }

  .payment-info h6 span {
    width: 40px;
    height: 40px;
    margin-right: 6px;
  }

  label.exp {
    padding: 0;
  }

  span.field_err.margin-lft {
    margin: 0;
  }

  .cbs-logos img {
    width: 100%;
  }

  .sc-footer p {
    font-size: 14px;
    padding: 0 5px !important;
    line-height: 20px;
  }

  .prd_img {
    width: 85%;
  }

  .orange-text {
    font-size: 14px;
  }

  .modal {
    padding: 123px 0 !important;
  }

  a.next {
    right: 5px;
  }

  a.prev {
    left: 0px;
  }

  .product-slider-right {
    padding: 0 30px 0 40px;
  }

  .time-purchase-outter [type="radio"]:not(:checked)+label:before {
    top: 3px;
  }

  .time-purchase-outter [type="radio"]:checked+label:after {
    top: 7px;
  }

  .time-purchase-outter [type="radio"]:checked+label:before {
    top: 2px;
  }

  .product-tittle strong {
    font-size: 16px;
  }

  .product-tittle {
    width: 36%;
  }

  .product-dis {
    width: 64%;
  }

  td.nurture-baby a {
    font-size: 17px !important;
  }

  .cart-div table select {
    font-size: 14px;
    padding: 15px 12px;
    line-height: 1;
  }

  .table-radio-btn label {
    width: unset;
    line-height: 19px;
    font-size: 17px;
  }

  .cart-total-inner table th {
    font-size: 17px;
  }

  .cart-total-inner table td {
    font-size: 17px;
  }

  .table-radio-btn input {
    width: 14px;
    margin: 0 5px 0 57px;
  }

  .block-imgcont-sec:first-child {
    margin-top: 32px;
  }

  .block-imgcont-sec:last-child {
    margin-top: 20px;
  }

  .innr-land-why-it h2,
  .innr-land-high-sec h2,
  .innr-land-testi-main h2,
  .innr-land-money-back h2,
  .innr-land-prod-benefit h2,
  .innr-lasting-com-cheek-secn h2,
  .innr-lasting-com-cheek-sec h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .mtop-30 {
    margin-top: 0;
  }
  .cust-crazycontentcols.cust-nptextcenter {
		width: 49%;
	}
  .wid-25{
    width:25%;
  }
  .border-mobi{
    border-right: solid 1px #e6e6e6 !important;
  }
  
}
@media(max-width:480px){
  .cust-crazycontentcols.cust-nptextcenter {
		width: 100%;
		margin-bottom: 37px !important;
	}
	.cust-crazycontentcols.cust-nptextcenter h4 {
		margin-top: 5px;
	}
}
@media only screen and (max-width:428px) {
  .product-slider-right h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 414px) {
  .innr-intent-popup {
    padding: 20px 10px;
  }

  .intent-pop-right span.cin-code {
    font-size: 20px;
    line-height: 25px;
  }

  .intent-container {
    max-width: 300px;
  }

  .footer1 {
    padding: 23px 10px 80px !important;
  }

  .unsubscribet-sub-title,
  .unsubscribe-form-outter {
    padding: 0 10px;
  }

  .field-wraper {
    padding: 20px 0;
  }

  .alternative-payment-separator-pay::after,
  .alternative-payment-separator-pay::before {
    width: 35%;
  }

  .terms h1,
  .policy h1,
  .track-order .heading h1,
  .innr-about-us h1,
  .contact-heading h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .policy-content h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .email-btn button.btn,
  .login-form .login-btn button.btn,
  .login-form .login-btn input.btn,
  .track-order-form .track-btn button {
    padding: 10px 20px 9px;
    font-size: 18px;
    line-height: 23px;
  }

  .res-failure,
  .res-success,
  .login-form .for-remember {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }

  .policy-content p,
  .login-form .forget-link .col-xs-12 a,
  .about-us-sec .innr-about-us-sec p,
  .privacy-sec .innr-privacy-sec .innr-about-us-sec p,
  .privacy-sec .innr-privacy-sec .innr-about-us-sec p.privacy-top-paragraph {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 0;
  }

  .login-form .for-outer-border .form-group {
    margin-bottom: 5px;
  }

  .login-form .form-group.forget-link {
    margin-bottom: 0;
  }

  .policy-content p:last-child,
  .about-us-sec .innr-about-us-sec p:last-child {
    margin-bottom: 0;
  }

  .outer-about-us-sec h3,
  .about-us-sec .innr-about-us-sec p strong {
    font-size: 25px;
    line-height: 30px;
  }

  .home-crazy-sec p,
  .our-customers-right p {
    font-size: 16px;
    line-height: 21px;
  }

  .innr-crazy-detail h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .innr-crazy-detail p {
    padding-top: 7px;
  }

  .our-customers-right p:nth-child(1) {
    font-size: 20px;
    line-height: 25px;
  }

  .new-home .home-mid-third-r h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .our-customers-right b {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .inner-home-banner-sec .home-banner-right img {
    max-width: 280px;
  }

  .it-works-top h2,
  .main-it-works-mid .innr-it-works-mid h2,
  .main-it-works-bottom .innr-it-works-bottom h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 0;
  }

  .it-works {
    padding: 20px;
  }

  .main-it-works-mid .innr-it-works-mid:last-child,
  .main-it-works-bottom .innr-it-works-bottom:last-child {
    padding-bottom: 0;
  }

  .it-works-mid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .it-works h1 {
    font-size: 30px;
    line-height: 35px;
    padding: 0;
  }

  .outer-lasting-com-prod-imgn .lasting-com-prod-imgn img {
    max-width: 190px;
  }

  .new-prod-page .innr-popup-for-sub {
    max-width: 340px;
  }

  .nav-bar-outter.d-flex.align-items-end.nav-bar-mobile {
    padding: 0 8px;
  }

  .new-prod-page .lp-quantity-inputs input[type="button"] {
    width: 280px;
  }

  .compare-pro-row-one.compare-pro-for-mobile .flexslider {
    max-width: 350px;
  }

  .new-prod-detail .product-slider-right {
    padding: 20px 20px 0;
  }

  .land-testi-slider {
    max-width: 300px;
  }

  .new-home .innr-compare-pro-chart .container {
    padding: 0 15px;
  }

  .innr-top-land-sec .land-social-icon img {
    max-width: 60%;
  }

  .innr-top-land-sec .user-info img {
    max-width: 24%;
  }

  .innr-compare-pro-chart td {
    min-width: auto;
  }

  .innr-compare-pro-chart .container {
    padding: 0;
  }

  .innr-home-crazy-sec .crazy-img img {
    max-width: 310px;
  }

  .innr-home-crazy-sec .crazy-square {
    width: 310px;
    height: 310px;
  }

  .innr-home-crazy-sec .crazy-square {
    top: 39px;
  }

  /* .cart-inner {
    left: -66px;
  } */
  .new-home .home-mid-third-r ul li {
    font-size: 16px;
    line-height: 21px;
  }

  .inner-home-banner-sec .home-banner-left p {
    font-size: 20.85px;
    line-height: 25px;
  }

  .inner-home-banner-sec .home-banner-left span {
    font-size: 16px;
    line-height: 21px;
  }

  .inner-home-banner-sec .home-banner-left h1 {
    font-size: 40.28px;
    line-height: 45px;
  }

  .showcase-thumbnail-container {
    width: 22% !important;
  }

  .lprunning .out-pro-detail span {
    font-size: 18px;
  }

  .showcase-content img {
    max-width: 94% !important;
  }

  .lprunning-slider h2,
  .lprunning-slider .flexslider h2 {
    font-size: 26px;
  }

  .lprunning-slider .flexslider span {
    font-size: 16px;
  }

  .lprunning-slider {
    padding: 20px;
  }

  .lprunning-slider .customers-review-rating {
    padding-bottom: 20px;
  }

  .lprunning .running-mid h2 {
    font-size: 26px;
    padding-top: 20px;
  }

  .lprunning .share-buttons-inner a,
  .lprunning .innr-running-mid1 .running-mid-contant a {
    font-size: 18px !important;
  }

  .cart-view-add-prod .cart-goal-mini-prog-bar .mini-cart-level3 {
    left: 95%;
  }

  .products-slider .simplegallery .content {
    width: 262px;
    height: auto;
  }

  .new-prod-detail .products-slider .simplegallery {
    width: 400px;
  }

  .products-slider .simplegallery .thumbnail .thumb {
    width: 70px;
    height: 70px;
  }

  .innr-running-mid1 .running-mid-contant a,
  .innr-running-mid2 .running-mid-contant a {
    font-size: 14px;
    line-height: 19px;
    padding: 12px 13px;
  }

  .running-top h1 {
    font-size: 33px;
    line-height: 38px;
    text-transform: none;
  }

  .com-popup-mid .subscription-form .dark-label,
  .com-popup-mid .subscription-form .field-outter {
    padding: 0;
  }

  .product-slider-right h2 {
    font-size: 34px;
  }

  .shipping-guarante-section ul li {
    padding-bottom: 10px;
  }

  .shipping-guarante-section ul li:last-child {
    padding-bottom: 0;
  }

  .com-popup-common {
    max-width: 350px;
  }

  .product-dis {
    width: 66%;
  }

  .product-tittle {
    width: 34%;
  }

  .com-popup-bottom {
    padding: 32px 20px;
  }

  .inner-new-checkout-r .right-mid {
    display: inline-block;
  }

  .inner-new-checkout-r .right-mid input,
  .inner-new-checkout-r .right-mid .submit-btn {
    width: 100%;
  }

  .inner-new-checkout-r .right-mid .submit-btn button {
    width: auto;
  }

  .inner-new-checkout-r .right-mid .submit-btn {
    text-align: center;
    padding-top: 10px;
  }
  .cust-sq-sp-cont li {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 390px) {
  .land-after-hero .innr-land-after-hero .land-after-hero-main div:nth-child(2) {
    padding: 8px 10px;
  }

  .coupon-blackfriday {
    padding: 8px;
  }
}

@media only screen and (max-width: 375px) {
  .innr-compare-pro-chart.for-offer-img .compare-pro-img::after {
    right: 17px;
    width: 70px;
    height: 70px;
  }

  .ship-today-grid .ship-today-ordern {
    font-size: 18px;
    line-height: 23px;
  }

  .mini-prod img {
    max-width: 15%;
  }

  .compare-pro-chart-for-footer .innr-compare-pro-chart .compare-pro-img::after {
    width: 80px;
    height: 80px;
    right: 40px;
  }

  .outer-about-us-sec h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .innr-land-afhero-main h2 {
    font-size: 24px;
  }

  .new-site-landing .innr-land-afhero-main h2 {
    margin-bottom: 0px;
  }

  .inner-home-banner-sec .home-banner-left span {
    font-size: 14px;
    line-height: 19px;
    padding-top: 7px;
  }

  .inner-home-banner-sec .home-banner-left a {
    margin-top: 10px;
  }

  .new-prod-page .lp-quantity-inputs input[type="button"] {
    padding: 9px 30px;
  }

  .landing-hero-sec .product-land-img img {
    max-width: 250px;
  }

  .compare-pro-row-one.compare-pro-for-mobile .flexslider {
    max-width: 300px;
  }

  .innr-mini-cart-bottom .prod-detail h4 {
    font-size: 18px;
  }

  .mini-cart-view .mini-cart-view-bottom {
    padding: 0 20px 20px;
  }

  .mini-cart-view-bottom .cart-view-sec {
    grid-template-columns: 30% 50% 20%;
  }

  .new-prod-detail .product-slider-right {
    padding: 40px 20px 0;
  }

  .product-slider-right h2 {
    font-size: 30px;
  }

  .money-back {
    right: 28px;
    top: 19px;
  }

  .innr-compare-pro-chart .compare-pro-img::after {
    right: 48px;
  }

  .home-crazy-sec .container {
    padding: 0;
  }

  .innr-home-crazy-sec .crazy-square {
    top: 34px;
  }

  .inner-home-banner-sec .home-banner-left h1 {
    font-size: 36.28px;
    line-height: 41px;
  }

  .new-home .outer-home-mid-third {
    padding: 0 20px;
  }

  .new-home .home-mid-third {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .showcase-thumbnail-container {
    width: 24% !important;
  }

  .showcase-content-container {
    width: 74% !important;
  }

  .share-buttons-inner a {
    padding: 9px 26px;
  }

  .new-chkout-login-btn span {
    font-size: 18px;
  }

  .innr-new-checkout-page .wid-33 a img {
    max-width: 95%;
  }

  /* .chkout-payment-method .innr-payment-info-sec {
    display: inline-grid;
    grid-template-columns: 5% 95%;
  } */
  .chkout-payment-method .payment-info-sec input[type="radio"] {
    min-width: 15px;
    min-height: 15px;
  }

  .innr-new-checkout-page .paypal a,
  .innr-new-checkout-page .shop-pay a,
  .innr-new-checkout-page .gpay a {
    height: 32px;
  }

  .prod-add-btn a {
    padding: 5px 10px;
    font-size: 19px;
    width: 100%;
    text-align: center;
  }

  .cart-view-add-prod .cart-goal-mini-prog-bar .mini-cart-level3 {
    left: 94%;
  }

  .mini-cart-btn a {
    padding: 7px 26px;
  }

  .products-slider .simplegallery .content {
    width: 220px;
  }

  .products-slider .simplegallery .thumbnail .thumb {
    width: 60px;
    height: 60px;
  }

  .new-prod-detail .products-slider .simplegallery {
    width: 350px;
  }

  .table-radio-btn input {
    width: 14px;
    margin: 0;
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .table-radio-btn label {
    padding-left: 4px;
  }

  .product-dis-radio {
    padding-left: 23px;
  }

  .modal {
    padding: 162px 0 !important;
  }

  .product-tittle {
    width: 26%;
  }

  .product-dis {
    width: 74%;
  }

  .com-pro-checkout-btn a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 360px) {
  .innr-home-crazy-sec .crazy-img img {
    max-width: 250px;
  }

  .innr-home-crazy-sec .crazy-square {
    width: 250px;
    height: 250px;
  }

  .innr-home-crazy-sec .crazy-square {
    right: 20px;
  }
}

@media only screen and (max-width: 350px) {
  .out-land-why-it .for-why-it-sec-flip h3 {
    margin-bottom: 0;
  }

  .out-land-why-it .for-why-it-sec-flip {
    padding: 2px 10px;
  }

  .innr-home-crazy-sec .crazy-img img {
    max-width: 200px;
  }

  .innr-compare-pro-chart .compare-pro-img::after {
    right: 10px;
  }

  .new-prod-page .deliver-link {
    grid-template-columns: 22% 22% 22%;
  }

  .new-prod-page .innr-popup-for-sub {
    max-width: 290px;
  }

  .compare-pro-row-one.compare-pro-for-mobile .flexslider {
    max-width: 250px;
  }

  .new-prod-page .lp-quantity-inputs input[type="button"] {
    width: 210px;
  }

  .new-prod-page .lp-quantity-inputs input[type="button"] {
    padding: 9px 10px;
  }

  .innr-home-crazy-sec .crazy-square {
    width: 200px;
    height: 200px;
  }

  .innr-home-crazy-sec .crazy-square {
    right: 40px;
  }

  .innr-compare-pro-chart .tableContainer table {
    width: 310px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 340px) {
  .innr-home-crazy-sec .crazy-square {
    right: 10%;
  }

  .innr-land-afhero-main h2 {
    font-size: 21px;
    margin: 0;
    line-height: 26px;
  }
}

/*** media query end ***/

.footer1 .footer1-innr span {
  color: #7c7c7c;
  font-size: 15px;
}

.footer1 .footer1-innr ul {
  float: left;
  width: 100%;
  text-align: center;
}

.footer1 .footer1-innr ul li {
  display: inline-block;
  list-style: none;
  color: #7c7c7c;
  font-size: 15px;
  position: relative;
}

.footer1 .footer1-innr ul li:after {
  content: "|";
  color: #7c7c7c;
  font-size: 15px;
  position: relative;
}

.footer1 .footer1-innr ul li:last-child:after {
  display: none;
}

.footer1 .footer1-innr ul li a {
  color: #7c7c7c;
  text-decoration: underline !important;
}

.footer1 .footer1-innr ul li a:hover {
  color: #7c7c7c;
  text-decoration: none !important;
}

.LandingVideo {
  float: left;
  width: 100%;
  text-align: center;
}

.LandingVideo iframe {
  display: inline-block;
  float: none;
}

.custAlignCnter {
  text-align: center;
}

/*12-07-2023 home banner new css*/
.cust-homebanner .home-banner-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cust-homebanner .home-banner-right img {
  position: static;
}

.cust-homebanner .inner-home-banner-sec {
  position: relative;
}

.cust-wlcontent p {
  text-align: left;
}

.cust-wlrocksect {
  padding: 0;
  margin-top: 40px;
}

.cust-wlcentercont {
  text-align: center;
}

.cust-wlsecond {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0px;
  float: left;
}

.cust-wlsecondcols {
  width: 33.33%;
  padding: 0 15px;
}

.cust-wlsecondcolsimages {
  width: 100%;
  margin-bottom: 28px;
}

.cust-wlsecondcols p {
  color: #424242;
  text-align: center;
  font-weight: 400;
}

.cust-wlsecondcolsimages {
  width: 100%;
  margin-bottom: 28px;
  height: 430px;
  object-fit: cover;
}

.cust-wlpadding {
  padding: 80px 30px;
}

.wl-headmb20 {
  margin-bottom: 20px;
}

.cust-wlsecondcolshalf {
  width: 50%;
}

.cust-wlrocksect p {
  text-align: left;
}

.cust-wlrocksect {
  align-items: center;
}

.cust-wlrocksect {
  margin: 40px 0px 0px;
}

.cust-wlrs {
  margin: 0 0px;
}

.cust-wlfmlist {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0px 0px;
}

.cust-wlfmlist li {
  width: 100%;
  padding: 0 15px 35px;
  color: #424242;
  font-weight: 400;
}

.cust-wltestiinner h4 {
  font-size: 26px;
  color: #282828;
  font-weight: 600;
  margin: 40px 0px 28px;
}

.cust-wltestiinner p {
  text-align: left;
}

.cust-wlsecondcols:nth-child(1) {
  padding-left: 0;
}

.cust-wlsecondcols:nth-child(3n) {
  padding-right: 0;
}

.cust-wlsecondcolfours {
  width: 25%;
}

.new-home .outer-home-mid-third .home-mid-third-r a.cust-wlsclink {
  background: none;
  color: #8dc742;
  padding: 0;
  font-weight: 600;
}

.cust-wlclaimslist li {
  margin-bottom: 20px;
  padding: 0 !important;
}

.cust-graphs-text-rotate {
  transform: rotate(-88deg);
  position: relative;
  top: -73px;
}

.cust-graphs-text-rotate {
  transform: rotate(-88deg);
  position: relative;
  top: -11px;
  height: 200px;
  width: 150px;
}

.cust-wl-grapha-images {
  max-height: 400px;
}

.cust-wlchartgraph {
  overflow-x: auto;
}

.cust-skiporders.cust-order-cancel-model .com-popup-common .outer-subscription-form h2 {
  margin-bottom: 20px;
}

.cust-skiporders.cust-order-cancel-model .com-popup-common .outer-subscription-form h4 {
  margin-bottom: 20px;
  font-size: 26px;
}

.nav-bar-outter .my-account {
  padding-top: 0;
}

.my-account ul {
  margin: 0 0 40px;
}

.cust-sqminicart {
  width: 600px;
  height: 100%;
  position: fixed;
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  top: 0px;
  z-index: 1000;
  right: 0;
  padding: 28px;
  transition: 0.5s ease;
}
.chk-barracket-for-newcart{
  font-size:16px !important;
  display:block !important;
  margin-left: 20px;
  margin-bottom:.5rem;
}
.chk-barracket-cartmar{
margin-top:-5px;
}
.cart-for-flex{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.cart-bott-div{
  overflow:unset !important;
}
.color-cart-com{
  color: #8cc641;
  padding: 15px;
  background-color: #fff;
  position: fixed;
  bottom: 82px;
  z-index: 999;
  right: 10px;
  border-radius: 50px;
  box-shadow: 0px 0px 3px #808080;
}
.color-cart-com:hover{
  color:#fff;
  background-color:#8cc641;
}
.for-bot-mar{
  padding-bottom:0px !important;
}
.cart-for-flex::after{
  content:unset;
  display:flex;
}
.cart-for-left{
  float:left;
  margin-left:10px;
}
.cart-size{
  font-size:18px !important;
}
.cust-sq-minicart-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cust-sq-minicart-header h2 {
  color: #0613a6;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.cust-sq-minicart-header h2 span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.cust-mccloses {
  background: #f5f5f5;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  font-size: 22px;
  position: absolute;
  right: 15px;
}

.cust-mccloses:hover {
  background: #0613a6;
  color: #fff;
}

.cust-sq-minicart-footer {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.cust-sq-minicart-footer .prod-subtotal {
  margin: 0 0 8px;
  padding: 0;
}

.cust-sq-minicart-footer p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.cust-sq-minicart-footer .prod-checkout-btn {
  padding: 0;
}

.for-height{
  height:45px !important;
}

.check-paypal-btn{
  width:47%;
  float:left;
  margin-right:27px;
}

.check-googlepay-btn{
  width:47%;
  float:left;
}
.chk-for-price{
  display:inline-grid;
  align-self: end;
}
.chk-padd{
  padding-top:10px;
padding-bottom:5px;
}
.chk-for-total{
  display:block !important;
 
}
.cust-inpmar-right{
padding-right:9px;
}
.cust-padd{
  padding:5px;
}
.cust-cart-inp{
  height:42px;
  border-radius:5px;
}
.chk-p-size{
  font-size:16px !important;
}


.cart-body-main{
  height: calc(100% - -70px);
  overflow-y: auto;
  padding: 0 15px;

}

#step_first, #step_second, .cart-third-parent{
  height:100%;
}

.cust-cart-for-grid{
  display:unset !important;
  width:100% !important;
  float:left !important;
}

.cart-for-position{
  height:100%;
}

.cart-for-height{
  height: calc(100% - 165px) !important;
}

.cust-sq-minicart-body {
  height: calc(100% - 235px);
  overflow-y: auto;
  padding: 0 15px !important;
  overflow-x: hidden;
}

.cust-sq-minicart-emptys {
  padding: 35px 0px;
  text-align: center;
}

.cust-sq-minicart-emptys h3 {
  font-size: 22px;
}

.cust-sq-minicart-emptys p {
  margin-bottom: 4px;
}

.cust-sq-minicart-pdbutton {
  margin-top: 20px;
}

.cust-sq-minicart-pdbutton a {
  border: 1px solid #8cc641;
  padding: 11px 20px;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
  background: #8cc641;
  color: #fff;
  font-weight: 600;
  transition: 0.6s ease;
}

.cust-sq-minicart-pdbutton a:hover {
  background-color: #2d449c;
  color: #fff;
  border-color: #2d449c;
}

.cust-sq-minicart-productbox {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
}

.cust-sq-minicart-images {
  width: 150px;
  margin-right: 15px;
  background-color: #f5f5f5;
}

.cust-sq-minicart-pdcont {
  width: calc(100% - 165px);
}

.cust-sq-minicart-pdtitles {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 20px;
}

.cust-sq-minicart-pdtitles h4 {
  font-size: 18px;
  line-height: 25px;
}

.cust-sq-minicart-pdtitles h4 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.cust-sq-minicart-pdtitles .cust-sq-minicart-deleteicon {
  float: right;
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 8px;
  cursor: pointer;
}

.cust-sq-minicart-pdcont .lp-quantity-inputs .inc-dec-btn {
  display: flex;
  justify-content: flex-start;
}

.cust-sq-minicart-pdcont .lp-quantity-inputs .inc-dec-btn input[type="button"] {
  height: 40px;
  background: none;
  width: 40px;
  color: #333 !important;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 26px;
  margin: 0;
  border-radius: 0 !important;
}

.cust-sq-minicart-pdcont .lp-quantity-inputs .inc-dec-btn input.productmin_qty {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 88px !important;
  color: #333 !important;
}

.cust-sq-minicart-pdcont .prod-detail {
  display: flex;
  align-items: center;
  margin-top: 11px;
}

.cust-sq-minicart-pdcont .prod-price span {
  padding: 0;
}
.prod-price span{
  display:block !important;
}
.cust-sq-mc-pdlike {
  position: absolute;
  height: 100%;
  width: 400px;
  background: #fff;
  z-index: 999;
  top: 0px;
  right: 600px;
  border-top: 1px solid #ddd;
  padding: 28px;
  overflow-y: auto;
}

.cust-sq-mc-pdlike h4 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
}

.cust-sq-mc-pdlike .cust-sq-minicart-images {
  width: 88px;
}

.cust-sq-mc-pdlike .cust-sq-minicart-pdtitles h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.cust-sq-mc-pdlike .cust-sq-minicart-pdtitles h4 span {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}

.cust-sq-minicart-likebutton a {
  border: 1px solid #ddd;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 11px;
  color: #333;
  transition: 0.6s ease;
  border-radius: 4px;
  text-transform: capitalize;
}

.cust-sq-minicart-likebutton a:hover {
  border: 1px solid #ddd;
  color: #333;
  padding: 8px 24px;
}

.cust-sq-minicart-likebutton a i {
  margin-left: 4px;
}

.cust-sq-mc-pdlike .cust-sq-minicart-productbox {
  align-items: flex-start;
}

.cust-sq-mc-pdlike .cust-sq-minicart-pdcont {
  width: calc(100% - 103px);
}

.cust-sq-minicart-productbox:last-child {
  border-bottom: 0;
}

.cust-sq-minicart-likebutton a .fa-shopping-cart {
  display: none;
  font-size: 20px;
}

.cust-sq-minicart-likebutton a {
  padding: 8px;
}
.grid-removed-product{
  grid-template-columns: 32.5% 32.5% !important;
  justify-content: center !important;
}
.inn-runn-marleft{
  margin-left:10px;
}
.inn-runn-marright{
  margin-right:10px;
}
.testimonial-video{
  padding-bottom: 90px;
  background-color: #fafafa;
}
.testivideo-main{
  display: flex;
  justify-content: space-between;
}
.cream-test-video{
  display: flex;
  justify-content: end;
}
.testi-video{
  width: 32%;
  height:300px;
}
.testi-video-cream{
  width: 48%;
  height:300px;
}
.video-box-cream{
  width:70%;
  height:100%;
}
.video-box{
  height:100%;
}
.testivideo-main::after{
  display: none;
}
.watch-txt{
  margin-bottom:40px !important;
}
.order_summery{
  display:flex;
  align-items: center;
  background-color: #f5f5f5;
  padding:15px;
  justify-content: space-between;
}

.ordersum_toggle p{
  margin-bottom:0px !important;
  color:#86be46;
  cursor:pointer;
}
.ordersum_total::after, .order_summery::after{
  display: none;
}
.ordersum_toggle{
  position: relative;
}
.border-cart{
  border: 1px solid #e3e1e1;
  border-bottom:none;
}
.borderad-none{
  border-radius: unset !important;
}
/* */
.dropdown {
  width: 200px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.dropdown::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.dropdown.active::after {
  transform: translateY(-50%) rotate(-135deg);
}
.dropdown-content {
/*  height: 0;*/
  overflow: hidden;
  background-color: #f5f5f5;
  transition: height 0.3s ease;
}
/* */
.dropdown-content a {
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown-content.show {
  max-height: 100%; 
  /* display: none; */
}
.arrow.down {
  transform: rotate(45deg);
}
.arrow.up {
  transform: rotate(-135deg);
}
.arrow {
  border: solid #86be46;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.3s ease;
  /* position: absolute;
  top: 8px;
  right: -18px; */
  color: #86be46;
  cursor: pointer;
  margin-left:8px;
}
.protitle-mar{
  margin-bottom:3px !important;
}
.paddingmargin0{
  margin:0 !important;
  padding:0 !important;
}
.cart-padd{
  padding-top: 2px !important;
  padding-bottom: 4px !important;
}
.padding-bot20{
  padding-bottom:20px !important;
}
.cart_mar{
  margin-bottom: 0 !important;
}
.margin-0{
  margin:0 !important;
}
.paddingcart10{
  padding-bottom:10px !important;
}
.padding-top10{
  padding-top:10px !important;
}
.ordersum_total h4{
  margin-bottom:0 !important;
}
.pos-relative .newcart_field{
    width: 100%;
    padding: 13px 10px 13px 10px !important;
    border: none !important;
    border:1px solid #dedede!important;
    font-size: 140%!important;
    color: #000!important;
    font-size:14px!important;
    height: unset !important;
}
.pos-relative .newcart_label{
  position: absolute!important;
  pointer-events: none!important;
  left: 11px!important;
  top:20px!important;
  transition: 0.2s ease all!important;
  color: #999999!important;
  font-size: 14px !important;
  color:#848484 !important;
}
.pos-relative .newcart_field:not(:placeholder-shown) + label {
  position: absolute!important;
   transition: all 200ms!important;
     top: 13px!important;
     bottom: 10px!important;
     font-size: 20px!important;
     opacity: 1!important;
     color:#848484 !important;
     font-size:12px!important;
 }
 .pos-relative .newcart_field:focus{
border: solid 2px #0613a6 !important;
 }
 .pos-relative{
  position: relative;
padding:5px 0px !important;
 }
 .pos-relative .newcart_field:not(:placeholder-shown){
  padding:23px 10px 4px 10px!important;
  }
  .newcart_h2{
    font-size: 24px !important;
  }
  .new_cartpad-0{
    padding:0 !important;
  }
  .padding1em{
    padding:1em !important;
  }
  .signtxt-div{
    margin:30px 0px;
    cursor: pointer;
  }
  .offertxt-div{
    cursor: pointer;
  }
  .signtxt-div input, .offertxt-div input, .remembersubdiv input{
  margin-right:10px;
  height: 17px;
  width: 17px;
  accent-color:#0613a6;
  cursor: pointer;
  }
  .signtxt-div {
    display: flex;
  }
  .mobile_cart{
    display: flex;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0 !important;
    background-color: #fff;
  overflow: hidden;
  }
  .cart_mobile_icon i{
    font-size: 24px;
    color:#848484 !important;
  }
  .adressicon_cart{
    display:flex;
    border: 1px solid #dedede;
  border-radius: 5px;
  }
  .pos-relative .adressicon_cart input{
    border:none !important;
  }
  .search_iconn{
    padding-right:15px !important;
  }
  .cart_mobile_icon{
    display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 5px;
  }
.mobileno_div .mobile_input input{
  border:none !important;
}
.mobileno_div .mobile_input input:focus{
  outline:none !important;
  border:none !important;
  box-shadow: none !important;
}
.mobile_input{
  padding: 0 !important;
  width: 100%;
}
.mobile_input .newcart_label{
  top: 13px !important;
}
.mobile_input .newcart_field:not(:placeholder-shown) + label{
top:9px !important;
}
.mobileno_div{
  padding: 15px;
  background-color: #f4f4f4;
  border-top: 1px solid #dedede;
}
.remember_div{
  border-radius: 10px;
  border: 1px solid #dedede;
  margin-bottom: 40px;
  overflow: hidden;
}
.remembersubdiv{
  padding:15px;
  padding-bottom:5px;
  display: flex;
}
.remembersubdiv{
  cursor: pointer;
}
.car_login{
  text-decoration: underline !important;
}
.pos-relative .aprtment_label {
  top: 25px !important;
}
.pos-relative .aprtment_field:not(:placeholder-shown) + label{
  top:16px !important;
  }
.search_iconn i{
  font-size: 18px !important;
  margin-top: 5px;
}
.coupon_divv{
  margin-top:40px;
  margin-bottom:5px !important;
}
.coupon_divv .wid-unset{
  width:50% !important;
}
.coupon_divv .new-chkout-prod-detail .coupon {
  grid-template-columns: 57% 43%;
}
.wid-unset{
  width: unset !important;
}
.cart_loigin{
margin:10px 0px 30px 0px;
}
.for-carttpadding{
  padding:0px 15px;
}
.cont-shopping{
background-color: unset !important;
  color: #90c93d !important;
  font-weight: normal !important;
  margin-top: 0 !important;
}
.proceed-to-checkout .cont-shopping:hover{
  background-color: unset !important;
}
.pay-lock{
  position: unset !important;
  color: white !important;
}
.pay-btnnn{
padding:12px 20px !important;
}
.height-function{
  height: calc(100% - -192px) !important;
}
.padingright0{
  padding-right:0px !important;
}
.new-chkout-form-top{
  margin-bottom:10px;
}
#expressCheckout{
  margin-top:0px;
  margin-bottom:10px !important;
}
.padding10ri{
  margin-right:15px !important; 
}
.tooltippp {
  position: relative;
  display: inline-block;
}
.tooltippp .tooltiptexttt {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -93px;
  padding: 5px;
  font-size: 12px;
}

.tooltippp .tooltiptexttt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 28px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltippp:hover .tooltiptexttt {
  visibility: visible;
}
.amazon_revbox{
  text-align: left !important;
}
.amazon_revbox .amazon_star span{
  margin:0 !important;
}
.amazon_revbox .amazon_star i{
  color:#de791f !important;
  font-size: 26px !important;
}
.amazon_star, .uesr-rev{
  display: flex;
  align-items: center;
  margin-bottom: 5px !important;
}
.amazon_star h3{
  font-size: 19px;
  margin-left: 15px;
  font-weight: 900;
}
/* .amazon_product ul{
  display: flex;
  align-items: center;
} */
.amazon_product ul li{
  list-style: none;
  font-size: 17px;
  color: #505454;
  font-weight: 500;
}
.date-title{
  font-size: 19px;
  color:#505454;
}
.verified-txt{
color:#c35a03 !important;
font-weight: 900 !important;
}
.amazonrevtxt{
  margin-top:10px;
  font-size: 18px;
  color:black;
  font-weight: 500;
}
.user-img{
  max-width: 50px;
}
.uesr-rev{
  margin-bottom:15px !important;
}
.user-namme p{
  margin-bottom:0 !important;
  font-size: 20px;
  font-weight: 500;
  margin-left:15px ;
}
.cust-testi-slider-box{
  min-height: 100% !important;
  height:100% !important;
}
.cust-testisliders .slides {
  display: flex;
}
.Removecopdiv #coupon-div{
  margin-bottom: 15px;
}
.Removecopdiv{
  margin-top:40px;
  margin-bottom: 15px !important;
}
.Removecopdiv #coupon-div::after {
  display: none;
}
.Removecopdiv #coupn-str{
  font-size: 18px !important;
}
.Removecopdiv .cust-removecoupon{
background-color: red;
  border-radius: 5px;
  border: none;
  padding: 3px 10px;
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
}
.Removecopdiv #coupon-price{
font-size: 18px !important;
}
#couponDiv .field_err-coupon{
  color: red;
  margin-bottom: 20px;
}
#couponDiv .field_success{
  color: green;
  margin-top: -10px !important;
}
.rem-grey{
  background-color: #fff;
}
.code-col{
  color:#74bc1f;
  font-size: 24px;
}
.newcart_msg h2{
  font-size: 24px;
  margin-bottom:0 !important;
}
.newcart_msg{
  text-align: center;
  padding:5px 15px;
  box-shadow: 0px 0px 6px rgb(140, 198, 65);
  z-index: 100;
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
.padding-around{
  padding: 0px 15px !important;
}
.link-col a{
color: #86be46;
}
.link-col a:hover{
  color: #233d98;
  }
.for-btnpad {
  justify-content: space-between !important;
}
.for-btnpad::after {
  display: none;
}
.bottomamt .Removecopdiv{
margin-top:20px;
text-align: left;
margin-bottom: 0px !important;
}
.bottomamt #coupn-str2{
  float: unset;
  width: unset;
  color: #86be46;
  font-size: 19px;
}
.bottomamt .cust-removecoupon{
  width: unset;
  margin: 0;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}
.bottomamt #coupon-price2{
  width: unset;
  float: right !important;
  font-size: 19px;
  color: #86be46;
}
.bottomamt .new-chkout-subtotal{
  text-align: left;
}
.bottomamt .chkout-total-p{
  border-bottom: 1px solid #e6e6e6;
}
.bottomamtparent{
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.bottomamtparent .prod-subtotal{
  margin-bottom:0;
}
.new_border_cart{
  border:none !important; 
  border-top: 1px solid #e6e6e6 !important;
}
.bottomamt .chkout-total-p span{
  font-weight: 500;
  color: #000;
}
.paddingcartax{
  padding-top: 10px;
  padding-bottom: 5px !important;
}
.tabletd-nowrap{
  white-space: nowrap ;
}
.forStrikethrough{
  position: relative;
  margin-bottom:0 !important;
}
.forStrikethrough::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: red;
  display: block;
  position: absolute;
  top: 18px;
}
.shiponlytxt{
  display: block;
  width: 100%;
}
.strikediv{
  position: relative;
}
.forStrikethrough2::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: red;
  display: block;
  position: absolute;
  top: 12px;
  text-align: center;
  left: 42%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
}
.shippingflex .ship_label{
  order:1
}
.shippingflex #shipping_selected1_price{
  order:3;
}
.shippingflex #expeditedShipping{
order:2;
}
.new-chkout-subtotal span:empty{
  display: block;
}
.shippingflex {
  padding: 15px;
}
.cartlabel_color{
  color:#8cc641;
  font-size: 13px;
}
.liblazyframe{
  height:100%;
}
.prod-checkout-btn .cont-shopping{
margin-bottom:0;
}
.newstripe_logo{
  margin-bottom:10px;
}

/* Women Lander */
.women-banner{
  background-color: #1860cb;
}
.women-hero-paragraph p{
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  margin-top: 20px !important;
  color: #000;
}
.home-banner-left.women-hero h1, .home-banner-left.women-hero span {
  color: #242a70;
}
.women-banner{
 background-color: #f5f6f6;
}
.women-bnparent{
  position: relative;
}
/* .lander_circle::after {
  width: 560px;
  height: 560px;
  background-color: #000;
  position: absolute;
  top: 100px;
  z-index: 1;
  border-radius: 50%;
  right: 80px;
} */
.lander_circle img{
  max-width: 50%;
  position: relative;
  z-index:2;
  padding-top:100px;
}
.herofirst_padd{
  padding-top:60px !important;
}
.lander_circle{
  text-align: center;
  ;
}
.womenbtn-blue{
  height:50px;
  background-color: #091d9d;
  margin-top: -12px;
  position: relative;
  z-index: 1;
  margin-top:50px;
}
.new_womenbtn{
  background-color: #8dc742;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 80px;
  display: inline-block;
  border-radius: 18px;
  font-weight: 700;
  border-bottom: 6px solid #333c87;
  
}
.womenbtn_absol{
  position: absolute;
  top: -35px;
}
.new_womenbtn:hover{
  color:#fff;
}
.wlandicon2{
  margin-top: -39px;
}
.womenland-icons img{
  max-width: 100px !important;
}
.womenthirdsec{
  display: flex;
}
  .curve_shape{
  position: relative;
  background-color:#091d9d; /* Blue background */
  color: white;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  padding-top:
}
.curve_shape::before{
content: '';
position: absolute;
top: 0;
left: 0%; /* Adjust for alignment */
width: 120%;
height: 101%;
background-color: #f5f6f6;
clip-path: polygon(0 0, 40% 0, 45% 100%, 0% 100%);
z-index: 1;
}
.womenthirdleft, .womenthirdright{
  width:50%
}
.womenthirdleft{
  text-align: center;
  position: relative;
  z-index:1;
}
.womenthirdleft img{
  max-height:520px;
}
.womenthirdright{
  padding-bottom:20px;
}
.womenthirdleft .cruve_border{
position: absolute;
  max-width: 60%;
  top: 105px;
  right: 120px;
  z-index: -1;
}
.img-borderdiv{
position: absolute;
  width: 95%;
  height: 420px;
  background-color: transparent;
  top: 150px;
  z-index: -1;
  left: 100px;
  border: 4px solid #091d9d;
  border-right: 0;
}
.womenthirdleft{
  padding:30px 0px;
}
.cust-nptextcenter .samehover:hover{
  background-color: #74bc1f !important;
}
.txt-center{
  text-align:center;
}
.txt-left{
text-align: left;
}
.freshday-title .txt-center{
border-bottom: 3px solid #999;
padding-bottom:5px;
}
.freshday-title .txt-left{
  line-height: 40px;
}
.freshday-title{
  padding-left:120px;
  margin-top: 40px;
}
.freshday-title h2{
font-size: 40px;
  line-height: 55px;
  color:white;
}
.freshday-para p{
  color:#fff;
  margin:0 !important;
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}
.freshday-icons{
  display: flex;
  padding-top:30px;
}
.freshday-icons img{
  max-width: 70px;
}
.freshday-icons .fresh_icon{
  width:25%;
}
.freshday-icons .fresh_icon p{
  color:#fff;
  margin-top: 20px;
}
.wland-price h2{
  color: #091d9d;
  margin-bottom:0;
}
.wland-price{
  padding: 32px 16px;
  border-radius: 50%;
  background-color: white;
  border: 4px solid #8ec647;
  position: absolute;
  right: -60px;
  bottom: 150px;
}
.savew-landerrev{
  background-color: #f5f6f6 !important;
}
.savew-landerrev .cust-testi-slider-box{
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.savewrev-title{
  font-size: 65px !important;
  color: #74bc1f !important;
}
.savewrev-para{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-top:20px;
}
.savew-landerrev .cust-testisliders{
  margin-top:30px;
}
.newwomen-revtitle .cust-npproductrat{
margin-bottom:10px;
}
.newwomen-revtitle h2{
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.wome-fifth-left h2{
color:#091d9d;
font-size: 45px;
margin:0;
}
.comfort-txt{
  color:#74bc1f !important;
}
.wome-fifth-left{
  width: 60%;
  padding-right:200px;
}
.wome-fifth-right{
  width: 40%;
  position: relative;
}
.women-fiftitles{
  text-align: center;
}
.wome-fifth-left h2:nth-child(2){
padding-left: 180px;
  margin: 0;
}
.wome-fifth-left h2:nth-child(3){
padding-left: 280px;
}

.wmen-fif-paras{
  margin-top:30px;
}
.fif-img{
  width: 25%;
  text-align: center;
  position: relative;
}
.fif-para{
  width: 75%;
}
.div-iconimg{
  max-width: 70px;
  background-color: #091d9d;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.div-iconimg img{
  max-width: 40px !important;
}
.wome-fifth-left p {
  margin:0;
}
.fif-img::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #091d9d;
  position: absolute;
  top: 50%;
  left: 27px;
}
.wmnflex-fif{
  margin-bottom:30px;
}
.fif-bottomshape{
  width: 46%;
  height: 100px;
  transform: skew(145deg);
  background: #8fc33a;
  position: absolute;
  bottom: 0;
  right: 36px;
}
.wome-fifth-right img{
  max-width: 360px;
  position: absolute;
  top: -211px;
  z-index: 1;
  left: -130px;
}
.women-fifth{
  position: relative;
  padding-bottom:80px;
  padding-top:40px;
}
.fif-bottomshape2{
width: 41%;
  height: 87.5%;
  background: #091d9d;
  position: absolute;
  right: 0;
  top: 0;
}
.wland-price2{
left: 160px;
  z-index: 1;
  text-align: center;
  top: -120px;
  padding: 32px 16px;
  border-radius: 50%;
  background-color: white;
  border: 4px solid #8ec647;
  position: absolute;
}
.wland-price2 h2{
color: #0046c4;
  margin-bottom: 0;
}
.wmen-fif-paras .button_orange{
  background-color: #f7952a !important;
  border-bottom: 4px solid #000 !important;
  padding: 10px 50px !important;
  margin-top:25px;
}
.womenland-six{
  padding:80px 0;
  background-color: #f5f6f6;
}
.womenland-six h2{
color:#8fc43a;
text-align: center !important;
line-height: 44px;

}
.womenland-six h4{
  color:black !important;
}
.womenseven-sec .womensix-img img{
  max-width: 70%;
}
.womensix-img{
max-width: 60%;
text-align: center;
margin: auto;
}
.womensix-para{
  padding: 0px 50px;
}
.womensix-para .cust-npsectitle{
  margin-bottom:20px;
}
.womenseven-sec{
  background: url('../images/savew/NewWomenbg.webp') no-repeat center/cover;
  padding:80px 0px;
}
.womenseven-sec h4, .womenseven-sec h2{
  color:#fff;
}
.womenseven-sec h2{
line-height: 45px;
}
.sevenwomen-list{
  margin-top: 25px;
}
.sevenwomen-list li{
color:#fff;
list-style: outside;
text-align: left !important;
}
.womenseven-sec .sevwomn-btn{
  border-bottom: 4px solid #fff;
  padding: 10px 60px;
}
.womenseven-sec .txt-center{
margin-top: 60px;
}
.womenseven-sec .cust-npbannercontents{
  margin:0 !important;
}
.womenseven-sec .cust-nplistingscont{
text-align: center;
padding-right:0px !important;
padding-left: 110px !important;
}
.womenseven-sec img{
  max-width: 80%;
}
.womenland-eight{
  background: url('../images/savew/eightbg.webp') no-repeat center/cover;
  padding:80px 0px;
}
.wome-eight-left{
  padding-right:150px;
  padding-left:50px;
}
.wmn-eightdiv h2{
color: black;
}
.wome-eight-right img{
  left:-10px;
}
.womenland-eight a{
  background-color: #f7952a !important;
  border-bottom: 4px solid #000 !important;
}
.womenland-eight a:hover{
  background-color: #f7952a !important;
}
.womennine-sec{
  padding:80px 0;
}
.nine-topwomen{
  text-align: center;
}
.nine-topwomen h4{
  color:#091d9d !important;
  font-size: 24px !important;
}
.womennine-sec img{
 max-width: 70%;
}
.wmnbig-txt{
  padding-top:70px !important;
}
.wmnbig-txt h2{
  font-size: 85px;
  color: #091d9d;
}
.nine-bottomwmn{
  background-color: #091d9d;
  padding:20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  z-index: 2;
  position: relative;
}
.nine-btmwmnbtn{
  padding: 15px 50px;
  background-color: #8dc742;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.nine-btmwmnbtn:hover{
  color:white !important;
}
.nine-bottomwmn h4{
  font-size: 24px;
  margin: 0;
  margin-right: 20px;
  color: white;
  font-weight: 700;
}
.secondwmn-icons{
  padding-top:60px !important;
  background-color: #f6f6f6 !important;
}
.womenthirdright .cust-nptextcenter{
margin-top:50px;
}
.wmntoday-txt{
  padding-left:50px;
}
.checkout-termss{
  display: flex;
  width: 100%;
  float: left;
  margin-top: 25px;
  align-items: center;
  justify-content: center;
}
.checkout-termss input{
  width: unset;
  text-align: center;
}
.checkout-termss label{
  font-size: 17px;
  margin: 0;
  text-align: left;
  margin-left: 10px;
  width: unset;
}
.modallighbox {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100 !important; /* Sit on top */
  padding-top: 120px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.lighboxx-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 65%;
  position:relative;
  /* padding-top:60px; */
}
.lighboxx-content p{
font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color:black !important;
  margin-bottom: 12px !important;
}
.lighboxx-content .cust-npblendbox h5{
  margin-bottom: 3px;
}
.lighboxx-content h4{
  color: #333 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  margin: 10px 0px !important;
}
.lighboxx-content h6{
font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: black !important;
}
.lighboxx-content h5 span{
  font-size: unset !important;
}
.closelightboxx {
  float: right;
  font-size: 28px !important;
  font-weight: bold;
  float: right;
  font-size: 32px !important;
  font-weight: 700 !important;
  text-align: right;
  position: absolute;
  top: -15px;
  right: -17px;
  color: white;
  background-color: red;
  width: unset !important;
  padding: 4px 8px 6px 8px !important;
  border-radius: 50%;
  cursor: pointer;
  line-height: 25px !important;
}
.lighboxx-content .cust-crun-packages-cont .cust-npblendboxcont.cust-nptextcenter{
min-height: unset !important;
}
.lightbox_btn{
padding: 15px 80px;
  margin-top: 28px;
  font-weight: 700;
  border:none;
  background-color: #8dc742;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor:pointer;
}
.lighboxx-content img{
  max-width: 70% !important;
}
.chkout_termstxt{
  padding-bottom:5px !important;
}
.creamsub_cartquan, .creamsub_cartprice{
  width: auto;
}
.creamsub_cartdiv{
  justify-content: space-between;
}
.creamsub_cartdiv::after{
  display: none !important;
}
.creamsub_cartxt{
  color: inherit !important;
  font-weight: 500 !important;
}
.creamsub_price{
  position: relative;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: red;
}
.cream_subchkprice{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: red;
}
.creamsub-inputs{
  display: flex;
  padding: 0px 20px 0px 20px;
  align-items: start;
}
.creamsub-inputs input{
  width: unset !important;
  margin-top:5px;
}
.creamsub-inputs label{
  width: unset;
  margin: 0;
  margin-left:10px;
  font-size: 16px !important;
  text-align: left !important;
  font-weight: 500;
  line-height: 1.4;
}
.creamsubb-imput2{
  padding-top:10px !important;
  padding-bottom:30px !important;
}
.hide-for-lander{
  display: none;
}
.width-for-lander{
  width: 50%;
}
.lighboxx-content .cust-npblendscols{
  padding:0px 10px; 
}
.lighboxx-content .cust-npblendscols:nth-child(1) {
  padding-left: 20px !important;
}
.lighboxx-content .cust-npblendscols:nth-child(3){
  padding-right:20px !important
  }
.lighboxx-content .cust-np-btn-green{
  padding: 10px 0px !important;
  font-size: 16px !important;
  }
.lighboxx-content .cust-npblendboxcont{
  padding: 10px 20px !important;
  padding-bottom: 0 !important;
  }
  .lighboxx-content .cust-npblendscols:nth-child(3) h4 {
    margin-top: 0px !important;
  }
  .lighboxx-content .cust-npblendscols h4{
    margin-bottom: 5px !important;
  }
  .lighboxx-content .cust-pdpara{
    margin-bottom: 8px !important;
  }
  .lighboxx-content .forStrikethrough2{
    margin-bottom: 7px !important;
  }
  .lighboxx-content .cust-npblendbox {
    padding-bottom: 55px;
  }
.women_bilder{
  position: relative;
}
.women_bilder img{
  max-width:326px;
  position: absolute;
 bottom:0;
  left: 270px;
}
.lander_circle img {
  max-width: 70% !important;
}

  @media screen and (min-width: 1400px){
    .lighboxx-content{
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    }
  }


@media screen and (min-width: 768px){
  .shippingflex{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }
  .shippingflex .ship_label{
    font-size: 19px;
  }
  .shippingflex .new-chkout-subtotal{
  padding:0 !important;
  }
  .shippingflex .chk-mar-bot{
    font-size: 19px;
    margin-bottom: 0;
  }
  .shippingflex .chk-barracket-cartmar{
    display: unset !important;
    margin-left: 0;
    font-size: 15px !important;
    margin-bottom: 0 !important;
  }
  .shippingflex  .exp-shipping::after, .shippingflex::after{
    display: none;
  }
  .shippingflex .protitle-mar{
    margin-bottom:0 !important;
  }
  .shippingflex .exp-shipping{
    display: flex;
    flex-direction: column;
  }
  .shippingflex .chkout-price, .shippingfontt{
    font-size: 19px !important;
  }
  .shippingflex .shippingBtn{
    margin-bottom:2px;
  }
  .shi-price{
    width: 100%;
    text-align: right;
  }
}
  
@media screen and (max-width: 1199px) {
  .new-home-banner-sec .home-banner-right {
    position: static;
    margin: 20px 0px;
  }
}

@media screen and (max-width: 991px) {
  .cust-sqminicart {
    width: 100%;
    top: 0;
    height: 100%;
  }
  .cust-chko-img{
    text-align:center;
  }
  .cust-chko-img img{
    max-width:42% !important;
  }
  .custNwCpn{
margin-top:20px;
  }
  .cust-sq-mc-pdlike {
    position: static;
    width: 100%;
    padding: 20px 0px;
    height: auto;
  }
  .cust-sq-mc-pdlike .cust-sq-minicart-productboxouters {
    display: flex;
    overflow-x: auto;
  }
  .cust-sq-mc-pdlike .cust-sq-minicart-productboxouters .cust-sq-minicart-productbox {
    min-width: 66%;
    padding-right: 15px;
  }
  .cust-sqminicart {
    width: 91%;
    top: 0;
    height: 100%;
    padding: 15px;
  }
  .cust-sq-mc-pdlike .cust-sq-minicart-pdtitles {
    padding-right: 0;
  }
  /* .cust-sq-minicart-body {
    height: calc(100% - 255px);
  } */
  .cust-sq-minicart-likebuttondp {
    display: none;
  }

  .cust-sq-minicart-likebutton a .fa-shopping-cart {
    display: block;
  }
  .cust-sq-minicartbottom .cust-sq-minicart-likebutton a {
    float: right;
    margin-top: 0;
  }
  .cust-sq-minicartbottom .prod-price {
    float: left;
    padding-top: 6px;
  }
  .cust-sq-minicart-header {
    margin-bottom: 0;
  }
  .grid-removed-product {
    grid-template-columns: 40% 40% !important;
  }
  .testivideo-main{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .testi-video{
    width: 48%;
  }
  .testivideo-main .testi-video:nth-last-child(1){
    margin: auto;
    margin-top:40px;
  }
  .testimonial-video {
    padding-bottom: 80px;
  }
  .video-box-cream{
    width:90%;
  }
  .watch-txt {
    margin-bottom: 30px !important;
  }
  .grid-tab{
    display: grid;
  grid-template-columns: 50% 50%;
  }
  .grid-tab span{
    border:1px solid #ccc !important;
  }
  .float-rightP {
    float:right;
  }
  .grid-tab span > p:last-child {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .cart-for-left {
    float:unset;
    margin-left:0;
  }
}
@media screen and (max-width: 850px) {
  .cust-chko-img img{
    max-width:50% !important;
  }
}

@media screen and (max-width: 767px) {
  .cust-wlsecondcols {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .captain-colin-lndre .innr-landing-hero-sec h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .cust-ccmformdright {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .coupon_divv {
    margin-bottom: 20px !important;
    margin-top: 0px;
  }
  .cust-order-cancel-model .com-popup-common .outer-subscription-form {
    padding: 35px;
  }

  .cust-order-cancel-model .com-popup-common {
    max-width: 95%;
    transform: none;
    left: 0;
    top: 15px;
    right: 0;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .cust-order-cancel-model .com-popup-common .com-popup-top .cross-icon {
    top: 8px;
    right: 8px;
  }

  .cust-cctops {
    padding: 40px 30px;
  }

  .cust-cctopcolleft h2 {
    font-size: 48px;
  }

  .cust-home-cart-modaldetailsinnerleft,
  .cust-home-cart-modaldetailsinnerright {
    width: 100%;
    padding: 0;
  }

  .cust-home-cart-modaldetailsinnerleft .cart-view-sec {
    display: block;
    flex-wrap: wrap;
  }

  .cust-home-cart-modaldetailsinnerleft .cart-view-sec .prod-img {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .cust-home-cart-modaldetailsinnerleft .cart-view-sec .prod-detail {
    text-align: center;
  }

  .cust-home-cart-modaldetails .lp-quantity-inputs {
    margin: 20px 0px;
    text-align: center !important;
  }

  .cust-home-cart-modaldetails .prod-price {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cust-home-cart-modaldetails .prod-price i {
    padding: 0 15px 0 0;
  }

  .cust-home-cart-modaldetails {
    margin: 0;
  }

  .cust-home-cart-modal {
    display: block;
  }

  .cust-homeproductsgridinners {
    width: 100%;
    margin-bottom: 28px;
  }

  .cust-homeproductsgridinners:last-child {
    margin-bottom: 0;
  }

  .cust-home-products-addcarts {
    display: block !important;
  }

  .innr-compare-pro-chart .compare-pro-detail {
    min-height: 0 !important;
    width: 100%;
  }

  .cust-home-cart-modaldetailsinnerleft {
    border-radius: 0;
    padding: 0;
  }

  .cust-homeproductsgrid .cust-home-products-text {
    min-height: 0;
  }

  .cust-wlcartbutton a {
    margin-top: 0px !important;
    padding: 15px 15px;
    font-size: 16px;
  }

  .weightloss-banner {
    height: 121px;
  }

  .weightloss-banner h2 {
    font-size: 31px;
  }

  .cust-wlpadding {
    padding: 30px 30px;
  }

  .cust-wlsecondcolfours {
    margin-bottom: 0;
  }

  .cust-wlsecond {
    margin: 20px 0px;
  }

  .cust-wlrocksect {
    margin-bottom: 0;
  }

  .new-home .outer-home-mid-third .home-mid-third-r .cust-wlclaimslist a {
    padding: 8px 15px;
  }

  .new-home .outer-home-mid-third .home-mid-third-r .cust-wlclaimslist a.cust-wlsclink {
    padding: 0;
  }

  .cust-sq-minicart-images {
    width: 80px;
  }

  .cust-sq-minicart-pdcont {
    width: calc(100% - 95px);
  }

  .cust-sq-minicart-pdtitles h4 {
    font-size: 16px !important;
    line-height: 22px;
  }  
	.cust-overlay-vcircle {
		height: 200px;
		width: 200px;
	}
	.cust-overlay-vcircle-inner {
		font-size: 17px;
		line-height:22px;
	}
	.cust-overlay-vcircle-inner img {
		height: 89px;
	}
	.cust-vsl-sec-pararef {
		font-size: 14px !important;
		line-height: 17px !important;
		word-break: break-all;
	}
  .display-for-mobile .cust-testisliders{
    margin-top:0 !important;
  }
  .order_summery{
    padding: 15px;
  }
  .newcart_h2{
    font-size: 18px !important;
  }
  .new_prodsec{
    padding:10px 10px 10px 0px !important;
      }
    .new_prodsec .cust-sq-minicart-images{
    width: 70px !important;
    margin-right:8px !important;
      }
    .new_prodsec .cust-sq-minicart-pdtitles h4{
      font-size: 14px !important;
      margin-bottom:3px !important;
    }
    .new_prodsec .cust-sq-mc-pdlike h4 span{
      font-size: 12px !important;
    }
    .new_prodsec .prod-price span{
      font-size: 14px;
      padding-top: 0;
    }
    .new_prodsec .cart-size{
      font-size: 16px !important;
    }
    .new_prodsec .cust-sq-minicart-likebutton a{
      padding:6px !important;
    }
    .shippingflex{
    display: flex;
  flex-wrap: wrap;
    }
    .shippingflex .ship_label{
      order:1;
      width: 60%;
    }
    .shippingflex .exp-shipping{
  padding: 0 !important;
  order: 3;
  width: 100%;
    }
    .shippingflex .shi-price{
      order: 2;
      width: 40%;
      text-align: right;
    }
    .shippingflex #shipping_selected1_price {
      order: 2;
    }
    .shippingflex #expeditedShipping {
      order: 3;
    }
    .shi-price{
      width: unset;
    }
    .lighboxx-content{
      padding:20px;
    }
}

@media screen and (max-width: 730px) {
  .cust-chko-img img{
    max-width:65% !important;
  }
}
@media screen and (max-width: 664px) {
   .cust-npblendscols {
    width: 100% !important;
  }
  .cust-nptextcontainer {
	  min-height: 100%;
	}
  /* .strikediv .forStrikethrough2::after {
    left: 44% !important;
  } */
  .closelightboxx{
    padding: 2px 8px 3px 8px !important;
    font-size: 24px !important;
    top: -15px;
    right: -17px;
  }
  .lighboxx-content img {
    max-width: 30% !important;
  }
}
@media(max-width:500px){
	.cust-overlay-vcircle {
		height: 160px;
		width: 160px;
	}
	.cust-overlay-vcircle-inner {
		font-size: 13px;
		line-height:18px;
	}
	.cust-overlay-vcircle-inner img {
		height: 76px;
	}
}

@media only screen and (max-width: 600px) {
  .coupon-remflex .cust-removecoupon{
    order: 2;
    width: 20% !important;
    margin-top: 0px !important;
  }
  .coupon-remflex #coupn-str, .coupon-remflex #coupn-str2{
    order: 1;
  width: 80%;
  font-size: 18px !important;
  }
  .coupon-remflex .cust-removecoupon{
    padding:3px !important;
  }
  .coupon-remflex{
    display: flex;
    flex-wrap: wrap;
  }
  .coupon-remflex .chkout-price,  .coupon-remflex .chkout-price2{
    width: 100% !important;
  order: 3;
  text-align: right;
  margin-top: 10px;
  font-size: 18px !important;
  }
  .paddingcartax span {
    font-size: 18px;
  }
  .Removecopdiv{
    margin-top:30px;
  }
  #expressCheckout{
    margin-top:5px;
  }
  .coupon_divv .wid-unset {
    width: 100% !important;
  }
}

@media screen and (max-width: 560px) {
  .cust-chko-img img{
    max-width:90% !important;
  }
}
@media screen and (max-width: 480px) {
  .weightloss-banner {
    height: 87px;
  }
.cart-view-sec{
  padding:15px 5px;
}
  .cust-order-cancel-model .com-popup-common .outer-subscription-form h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cust-order-cancel-model {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* .strikediv .forStrikethrough2::after{
    left:40.5% !important;
  } */
  .cust-order-cancel-model .com-popup-common {
    position: relative;
    margin: 0 auto;
    display: block;
  }

  .cust-order-cancel-model .inner-com-popup {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cust-sq-minicart-pdcont .lp-quantity-inputs .inc-dec-btn input.productmin_qty {
    width: 44px !important;
    padding: 0 !important;
  }

  .cust-sq-mc-pdlike .cust-sq-minicart-productboxouters .cust-sq-minicart-productbox {
    min-width: 88%;
  }
  .amazon_revbox .amazon_star i{
    font-size: 20px !important;
  }
  .amazon_star h3{
    font-size: 17px;
    margin-left:7px;
  }
  .date-title{
    font-size: 17px;
  }
  .amazon_product ul li, .amazonrevtxt{
    font-size: 16px;
  }
  .new_prodsec .cart-for-left{
    float: right;
    margin-left:0;
    }
    .new_prodsec{
      min-width: 84% !important;
    }
    .padding-around{
      padding:0px 5px !important;
    }
    .order_summery{
      padding:15px 5px !important;
    }
    .mobpad0{
      padding:0px !important;
    }
    .forStrikethrough::after{
      width: 86px;
    }
    .custshiponflex{
      display: flex;
      flex-direction: column;
    }
    .custshiponflex .forStrikethrough{
      order:1;
    }
    .custshiponflex .cust-npproductrat{
      order:3;
    }
    .custshiponflex .shiponlytxt{
      order:2;
    }
    .newstripe_logo{
      max-width: 150px;
        margin-bottom: 0;
      }
      .secondwmn-icons{
        padding-bottom: 40px !important;
      }
      .checkout-termss{
        padding: 0px 10px;
      }

}
@media(max-width:414px){
	.lighbox-btn-outter .cust-np-btn-green{
		font-size:15px !important;
	}
}
@media screen and (max-width: 430px) {
  .cust-chko-img img{
    max-width:100% !important;
  }
}
@media(max-width:375px){
	.cust-overlay-vcircle {
		height: 145px;
		width: 145px;
		top: 55%;
	}
	.cust-overlay-vcircle-inner img {
		height: 70px;
	}
}

.thumbnail-button{
  height:auto !important;
}
@media screen and (max-width:  767px) {
  .newcart_msg h2, .code-col{
    font-size: 18px;
  }
  .slick-track{
    height:570px !important;
  }
  .cust-npproductsslider .thumbnails-slider .slick-list{
  height:430px !important;
}
.cust-npproductsslider .thumbnails-slider{
  height:490px !important;
}
.cust-npproductsslider .thumbnails-slider .slick-list{
    height:430px !important;
  }
  .cust-npproductsslider .thumbnails-slider .slick-list .slick-track{
    overflow:hidden;
  }
  .thumbnails-slider .slick-active{
    width:103px !important;
  }
  .cust-npproductsslider{
    width:100% !important;
  }
  .cust-npproductcontent{
    width:100% !important;
  }
  .coupon-blackfriday {
    padding: 7px 20px !important; 
  }
  .modallighbox{
    padding-top:100px;
  }
  .lighboxx-content .cust-npblendscols .cust-npblendbox .cust-np-btn-green {
    padding: 7px 0px !important;
    font-size: 15px !important;
  }
}

@media screen and (max-width:  550px) {
.cust-npproductsslider .thumbnails-slider .slick-list{
  height:275px !important;
}
.cust-npproductsslider .thumbnails-slider{
  height:335px !important;
}
.thumbnails-slider .slick-active {
  width: 60px !important;
  height: 60px !important;
  margin-bottom:8px;
}
.thumbnails-slider .slick-slide {
  width: 60px !important;
  height: 60px !important;
}
.cust-npproductsslider .thumbnails-slider{
  width:65px !important;
}
.cust-npproductsslider{
  height:394px;
}
.table-width550mob{
  width: 550px !important;
}
.grid-tab{
  display: grid;
grid-template-columns: 100% !important;
}
.for-btnpad #paypal_payment_div{
  padding-right: 0 !important;
}
.for-btnpad .gpay-btn{
  padding-right: 0 !important;
}

}

@media screen and (max-width:  450px) {
.main-image-slider{
  margin-top:50px;
}
.women-fiftitles h2{
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}
}

@media screen and (max-width:  850px) and (min-width: 768px) {
.main-image-slider{
  margin-top:98px;
}
}

@media screen and (max-width:  991px) {
  .cust-for-prowid{
    width:50%;
  }
}

.cart-radio-flex{
  display: flex;
}
.wid-50-cart{
  width: 50%;
}
.cust-chkk-btnpadding{
  margin-top:30px;
}
.cust-chkk-backbtn{
  padding:6px 12px !important;
  font-size: 16px !important;
  width: auto !important;
}
.cust-chkk-carsec{
  padding-top:30px !important;
  padding-bottom: 30px !important;
}
.borderandfont{
  border-right: 1px solid #ddd;
  font-weight: 700;
}
.paddingLeft10{
  padding:10px !important;
}
.td-padding-border{
  padding: 10px !important;
  border-right: 1px solid #ddd !important;
}
.cust-cartinner{
  width: 100%;
  max-width: 100% !important;
}
.cust-update-plan-confirmbtn .cust-chkk-subm{
  height: 45px !important;
  font-size: 18px !important;
  border-radius: 7px !important;
}
.cust-st-btn-sub {
  padding: 0px 5px;
}
.padding-bottom70{
  padding-bottom:70px;
}
.cust-st-btn-sub .btn-padd-cust {
  padding: 13px !important;
}
.font-16 {
  font-size: 16px !important;
}
.padding-right50{
  padding-right:50px;
  padding-left:50px;
}
.float-left{
  float:left;
}
.only-chnage-txt{
  display: block;
  border: 1px solid #fad4df;
  padding: 3px;
  border-radius: 5px;
  width: 70%;
}
.display-flex{
  display: flex;
  align-items: center;
}
.display-for-mobile{
  display: none;
}
.ordersum_toggle{
  display: flex;
  align-items: center;
}
.savew-reveiw{
  padding-bottom:40px !important;
}
.custpaddingwatch-test{
  padding-bottom:100px;
  background-color: #f6f6f6 !important;
}
/* Custom checkout Pages payment button */
.customchkout_pay{
  justify-content: space-between !important;
}
.customchkout_pay .cust-check-paypal-btn, .customchkout_pay .customchk_gpaybtn{
  width: 48% !important;
  margin: 0 !important;
}
.customchkout_pay::after{
  display: none;
}
.customchkout_pay .paypal-button-row{
  height: 45px !important;
  min-height: 45px !important;
  max-height: 45px !important;
}
.customchkout_pay .check-googlepay-btn{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.customchkout_pay .gpay-card-info-container{
  min-width: 100% !important;
  min-height: 36px !important;
  height: 36px !important;
}
.custactive_chkordr{
  padding-left:0px !important;
  padding-right:0px !important;
}
.custactive_chkordr .customchkout_pay{
  display: flex;
  flex-wrap: wrap;
  width:100%;
}
/* Custom checkout Pages payment button */

/* New Home */
.NH-container{
  max-width: 1644px;
  padding: 0 30px;
  margin: auto;
}
.main-home{
  font-family: Opensans-regular !important;
}
.nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left h1 {
  font-family: Opensans-Bold !important;
  font-size: 45px !important;
  line-height: 54px !important;
  color:#fff !important;
}
.nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left span{
font-size: 31px !important;
font-family: opensans-bold !important;
color:#fff !important;
line-height: unset !important;
}
.nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left p{
  font-size: 24px !important;
font-family: opensans-semibold !important;
line-height: unset !important;
color:#fff !important;
} 
.nh-banner-btn a{
  padding:10px 100px !important;
  background-color: #8dc63f !important;
  color:#fff;
  font-size: 28px !important;
  font-family: opensans-semibold !important;
  border-radius: 15px !important;
}
 .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left .nh-banner-btn a:hover{
  background-color: #8dc63f !important;
}
.drop_rotatee{
  rotate: -90deg;
}
.nhicon-parent, .nhicon-left{
  display: flex;
  align-items: end;
}
.nhicon-parent .nhicon-left{
  width:85%;
}
.nhicon-parent .nhicon-right{
  width:15%;
}
.nh-banner{
  background: linear-gradient(90deg, rgb(5, 115, 234) 0%, rgb(110, 196, 251) 100%);
  padding: 60px 0px;
}
.nh-bannericons{
  margin-top:60px;
}
.nhicon-left .nhicon-img{
  width:20%;
  text-align: center;
}
.nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left .nhicon-img p{
  font-size:14px !important;
  font-family: opensans-regular !important;
  margin-top: 15px !important;
}
.nh-home-right{
  position:relative;
}
.nh-thirdcircle::before {
  content: "";
  width: 800px;
  height: 800px;
  background: linear-gradient(90deg, rgb(103,190,250) 0%, rgb(5, 115, 234) 100%);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  box-shadow: 0px 0px 50px 10px rgba(5, 115, 234, 0.2);
  top:50%;
  transform: translateY(-50%);
}
.nhhome-parent .nh-home-right img{
padding-top:0 !important;
}
.nh-secondcircle::before {
  content: "";
  width: 600px;
  height: 600px;
  background: linear-gradient(130deg, rgb(5, 124, 253) 25%, rgb(143,226,37) 85%);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -95px;
  left: 115px;
  top:50%;
  transform: translateY(-50%);
}
.nh-firstcircle::before {
  content: "";
  width: 400px;
  height: 400px;
  background: linear-gradient(120deg, rgb(248, 160, 12) 10%, rgb(217, 16, 167) 100%);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 215px;
  top:50%;
  transform: translateY(-50%);
}
.nhsection-2{
  position:relative; 
  z-index:1; 
  background-color: #fff;
  padding:120px 0px;
  padding-bottom:60px;
}
.nhhome-format h2{
  font-size: 42px !important;
  font-family:Opensans-bold !important;
}
.nhhome-format p{
  font-family: opensans-regular !important;
  font-size: 24px !important;
  line-height: unset !important;
}
.nh-productboxmain{
  margin-top:60px !important;
}
.nhsection-2{
  background-color: #f7f7f7;
}
.decription_block{
display: block;
}
.nhproduct_btn a{
font-size: 28px !important;
font-family: opensans-bold !important;
background-color: #8dc63f;
border-radius: 15px;
padding: 10px 0px;
color:#fff;
width: 100%;
display: block;
text-align: center;
}
.nhproduct_btn a:hover{
  color:#fff;
}
.nh-productbox .cust-npblendbox{
box-shadow: unset !important;
background-color: #f7f7f7;
}
.nh-productbox .cust-pdpara{
font-size: 19px !important;
font-family: opensans-regular !important;
line-height: unset !important;
color:#515151 !important;
}
.nh-productbox h4{
  font-size: 28px !important;
  font-family: opensans-bold !important;
  margin: 35px 0px !important;
}
.nhproduct_btn{
  margin-top: 30px;
}
.nh-lastproimg{
  margin-top:40px;
}
.nh-secbotlogo{
  text-align: center;
}
.nh-secbotlogo p{
  margin-top:20px;
}
.nh-productheight{
  height:320px;
}
.nh-seclist-parent{
  display: flex;
}
.nhlist-content h3{
  font-size: 34px !important;
  font-family: opensans-bold !important;
}
.nhlist-icon{
  padding-right: 20px;
}
.nhlist-icon img{
  max-width: 100px;
}
.cust_nhleftpadding{
  padding-right:0 !important;
}
.nhhome-format .cust-npbannercontentscolsimagesright{
text-align: center;
}
.nh-seclist-parent{
  margin-bottom:60px;
}
.cust_nhleftpadding .nh-seclist-parent:nth-last-child(1){
  margin-bottom:0 !important;
}
.NH-container .cust-nplistings{
  padding-top:120px;
  padding-bottom:120px;
}
.nhhome-format .cust-npbannercontentscolsimagesright{
  padding-left: 80px;
  padding-right: 0;
}
.nh-roundimg{
  border-radius: 20px;
}
.nh-beforediv{
  position: relative;
}
.nh-beforediv::before{
  background: #f7f7f7;
  content: "";
  width: 88%;
  height: 96%;
  bottom: 35px;
  position: absolute;
  left: 62px !important;
  border-radius: 24px;
  z-index: -1;
}
.section-format{
  padding:120px 0px;
  background: #f7f7f7;
}
.nh-sec3left{
width:40%;
padding-right: 70px;
}
.nh-productbox .cust-npblendboxcont{
  padding-bottom: 15px;
}
.nhproduct_btn{
  padding: 0px 28px;
}
.nh-sec3right{
  width: 60%;
}
.sectionnh-beforebg, .nh-section3parent{
  position: relative;
}
.sectionnh-beforebg::before{
  content: "";
  width: 40%;
  height: 830px;
  background:linear-gradient(0deg, rgb(5, 115, 234) 0%, rgb(110, 196, 251) 100%); 
  display: block;
  position: absolute;
  left: 0;
  border-radius: 0px 20px 20px 0px;
}
.nh-sec3left p{
  font-size: 19px !important;
  color:#fff;
}
.nh-sec3left h3{
  color:#fff !important;
}
.nh-sec3left .nh-seclist-parent{
  margin-bottom:20px;
  margin-top: 80px;
}
.nh-sec4circle::before {
  content: "";
  width: 510px;
  height: 510px;
  background: linear-gradient(-50deg, rgb(248, 160, 12) 10%, rgb(217, 16, 167) 90%);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0px;
  box-shadow: 10px 10px #3488da;
}
.three_bottlenh{
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.sectionnh-beforebg{
  padding-top:150px;
  padding-bottom: 150px;
}
.nh-sec4rightflex, .nh-section3parent{
  display: flex;
}
.nh-sec4rightflex{
  justify-content: space-between;
}
.nh-section3parent h3{
  font-size: 28px !important;
  font-family: opensans-bold !important;
}
.nh-rightflexcont{
  padding-left:50px;
  width:45%;
}
.nh-rightflexcont p{
  font-size: 19px !important;
}
.nh-rightflexcont h3{
margin:20px 0px;
}
.nh-sec4shorticon{
  margin-top: 29px;
}
.nh-flex2icons{
  margin-top: 40px;
}
.nh-stoptitle{
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.nhhome-parent .women-hero-paragraph{
margin-top:30px;
}
.nh-home-right .cust-npnew-bnaner-image{
  max-width: 90% !important;
}
.nh-chooseblend{
  display: flex;
  justify-content: space-between;
}
.nh_blendbox{
  width:23%;
}
.nhblendparent_sec{
  padding:120px 0px;
  background-color: #f2f2f2;
}
.nh_blenddescription{
  padding:130px 30px 30px 30px;
  background-color: #fff;
  border-radius:30px;
  margin-top:-100px;
  height: 327px;
}
.nh_blendimg{
  text-align: center;
}
.nh_blenddescription h3{
  font-size: 24px !important;
  font-family: opensans-bold !important;
  color: #8dc63f !important;
  margin-top: 10px;   
}
.nh_blenddescription p{
  font-size: 19px !important;
  font-family: opensans-regular !important;
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.nhblendparent_sec .nhlist-content{
  margin-bottom:70px;
  text-align: center;
}
.nh_list-parent{
  display: flex;
  margin-bottom:10px;
}
.nh_list-parent .nhli_icons{
padding-right:20px;
}
.margin-bot0{
  margin-bottom:0 !important;
}
.nh_list_section h2{
color:#003d79 !important;
margin-bottom: 50px;
}
.nh_list_section .nh-banner-btn{
  margin-top:40px;
}
.nh_list_section .nh-banner-btn a:hover{
  color:#fff !important;
}
.nh-sec4rightflex::after, .nh-chooseblend::after{
  display: none;
}
.nhsec6_colorbg{
  padding-left:0 !important;
}
.pink_gradientbg{
  position: relative;
  margin: 120px 0px;
}
.pink_gradientbg::after {
  content: "";
  width: 40%;
  height: 770px;
  display: block;
  background: linear-gradient(180deg, rgba(248, 160, 12, 0.9) 10%, rgba(217, 16, 167, 0.8) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px 0px 0px 20px;
}
.nh_testimonials h3{
  font-family: opensans-regular !important;
  text-align: center;
  color: #8dc63f !important;
}
.nh_testimonials{
  padding-top: 0 !important;
  background-color: #fff !important;
}
.nh_roundboxshadow::after {
  content: "";
  width: 80%;
  height: 410px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(5, 115, 234, 0.2) 0%, rgba(110, 196, 251, 0.2) 100%);
  display: block;
  position: absolute;
  box-shadow: 50px 50px 400px #6ec4fb73;
  filter: blur(60px);
  margin-top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.nh_testmonslider p{
  font-size: 19px !important;
  line-height: unset !important;
  font-family: opensans-regular !important;
}
.nh_testmonslider .cust-npproductrat i {
  font-size: 35px !important;
}
.nh_testmonslider .cust-npproductrat span {
  margin-right: 15px;
}
.nh_testmonslider .cust-testi-slider-box .cust-npproductrat {
  margin-bottom: 40px;
  margin-top: 10px;
}
.nh_testmonslider .cust-testi-slider-box{
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  padding-bottom: 30px;
  box-shadow: unset;
}
.nh_testname span{
  color: #0065b7 !important;
  font-size: 20px;
}
.nh_testname{
margin-bottom: 5px;
margin-top: 30px;
}
.nh_verifytxt span{
  color: #212529 !important;
  font-size: 19px;
}
.nh_testmonslider .flex-viewport{
  padding-bottom:20px;
}
.nh_testmonslider .flex-direction-nav a::before{
  font-family: fontawesome;
  content: '\f0dd';
  rotate: 90deg;
  padding-bottom: 10px;
  font-size: 35px !important;
  color:#74bc1f !important;
}
.nh_testmonslider .flex-direction-nav a.flex-next::before{
  rotate: -90deg;
  content: '\f0dd';
}
.nh_homeheader .header-inner .navbar-nav .nav-bar-inner.sq-pipe-line-h::before{
content:unset;
}
.nh_homeheadermain .cust-sqmenudropdown i{
  margin-left:5px;
}
.nhheader-parent, .nh_ulflex{
  display: flex;
  align-items: center;
}
.nh_header_logo{
  width:15%
}
.nh-header-menu{
width:65%;
padding-left: 70px;
}
.nh-header-cart{
  width:20%
}
.nh_dropdown{
  position: relative;
}
.nh-header-menu .nav-link i{
  margin-left:5px;
}
.nh_ulflex li{
  list-style: none;
  padding-right: 35px;
}
.nh_ulflex a{
  font-size: 24px !important;
  color:#002142 !important;
  font-family: opensans-regular !important;
}
.nh_ulflex a:hover{
  color:#8dc63f !important;
}
.nh_ulflex{
  margin-bottom:0 !important;
  padding-top:35px;
}
.nh_lineafter{
  position: relative;
}
.nh_lineafter::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #8dc63f;
  display: block;
  position: absolute;
  right: 14px;
  top: 11px;
}
.nh_cartpar{
  display: flex;
}
.nh_cartneic{
  position: relative;
  height:40px;
}
.nh_carttxt{
  padding-right:10px;
}
.nh_cartpar{
  align-items: center;
}
.nh_cartnum{
  position: absolute;
  left: 50%;
  top: 62%;
  font-size: 17px;
  font-family: opensans-bold;
  color: #fff;
  transform: translate(-50%, -50%);
}
.nh_cartneic{
  display: flex;
  align-items: center;
}
.nh_carttxt{
  padding-top:0px !important;
}
.nhheader-parent{
  padding:10px 0px;
}
.nh_cartneic img{
  max-width: 30px;
  padding-bottom: 5px;
}
.nh_footermain .e-mail-list-div{
  float:left !important;
  text-align: left;
  width:25%;
}
.nh_footermain .e-mail-list-div.connect-with{
width:25%;
}
.nh_newfooter{
  background-color: #003d79 !important;
}
.nh_newfooter h4{
  font-family: opensans-bold !important;
  margin-bottom:20px !important;
}
.nh_newfooter span{
  font-family: opensans-regular !important;
}
.nh_bot-footer{
  background-color:#003365 !important;
  border-top: none !important;
}
.nh_bot-footer a, .nh_bot-footer span{
  font-family: opensans-regular !important;
  font-size: 18px !important;
  color:#fff !important;
  opacity: 0.5;
}
.nh_blendimg, .nh_blendimg img{
  height:312px;
}
.nh_bot-footer a{
  text-decoration: underline;
}
.nh_cartulflex{
  justify-content: end;
}
.nhhome-format .crazyNh_heading{
  margin-bottom: 20px;
}
.nhproduct_btn {
  margin-top: 0px;
}
.width-for-lander{
  width: 33.3% !important;
}
.forlander_lpadd{
  padding-left: 25px !important;
}
.nhblendparent_sec .nhlist-content h3, .nh_testimonials h2{
  font-size:  42px !important;
}
.nh-stoptitle{
  text-align:left !important;
}
.nh_cartulflex li a .nh_cartneic span.nh_cartnum {
  font-weight: unset;
  position: unset;
  display: unset;
  vertical-align: unset;
  text-align: unset;
  min-width: unset;
  min-height: unset;
  font-size: unset;
  line-height: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
  border-radius: unset;
  border-width: unset;
  border-style: unset;
  padding: unset;
  border-color: unset;
  cursor: unset;
  position: absolute !important;
  left: 50%;
  top: 50%;
  font-size: 16px !important;
  font-family: opensans-bold;
  color: #fff !important;
  transform: translate(-50%, -50%);
  padding: 10px;
  padding-bottom: 0px;
}
.nh_cartulflex li a .nh_cartneic span.nh_cartnum::after{
content:unset !important;
display:none;
}
.car-hrightpad{
  padding-right:0 !important;
}
.padding-0{
  padding:0 !important;
}
.nh-myacountli{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.nh_submenuwidth{
  min-width: 270px;
}
.nh_submenuwidthmac{
  top:45px;
  left: -63px;
}
.nh_submenuwidth{
  z-index: 100;
}
.nh_myaccflexx a{
  padding-bottom:10px !important;
}
.nh_myaccflexx .car-hrightpad a{
  padding-bottom:0px !important;
}
.nh_myaccflexx{
  padding-top:35px;
}
.nh_myaccflexx li{
  padding-top:0;
  padding-bottom:0;
}
.nh_myaccflexx .nav-link {
  display: unset !important;
}
.nh_myaccflexx .nh_submenuwidthmac .nav-item {
  padding-bottom:15px !important;
}
.nh_myaccflexx .nh_submenuwidthmac .nav-item:nth-child(1){
  padding-top:5px;
}
.nh_mainnavdrop .cust-sqmenudropdowninner{
  left: -90px;
}
.nh_mainnavdrop a{
  padding-right:0 !important;
}
.nh_mainnavdrop .cust-sqmenudropdowninner li:nth-last-child(1) {
padding-bottom:5px !important;
}
.nh_bodyfpow3 .nh-lastproimg{
   margin-top:0px !important;
}
.bodyfpow_crazy .nh-productheight img {
  max-height: 320px;
}
.bodyfpow_crazy .nh-productbox .cust-pdpara{
height:85px;
}
.nppage{
  width:100%;
  float:left;
}
.new_landerhed_car{
padding-top:0 !important;
}
.cust_hfootpayimg{
  display: block;
}
.nh_landerhead3 .new_landerhed_car {
  padding-top: 5px !important;
}
.nh_carttxt{
  cursor: auto;
}
.nh_carttxtfix{
  display: flex;
  align-items: center;
}
.nh_carttxtfix .nh_carttxt{
  font-size: 22px !important;
  color: #002142 !important;
  font-family: opensans-regular !important;
}
.nh_carttxtfix .nh_carttxt:hover{
  color:#8dc63f !important;
}
.nh_dropdown .nh_submenuwidth .nav-item{
  padding-right:15px !important;
}
.nhsec-5 img{
  width: 100%;
}
/* New Home End */
@media screen and (max-width: 1600px) and (min-width: 1440px){
.custpick_botimg img{
  max-width: 55% !important;
}
}
@media screen and (max-width: 1500px){
  .nh_ulflex a {
    font-size: 22px !important;
  }
  .nh_ulflex li {
    padding-right: 25px;
  }
  
.nh_lineafter::after{
  right:10px;
}
.nh_carttxt {
  padding-top: 5px;
}
.nh-thirdcircle::before{
  width: 650px;
  height: 650px;
}
.nh-secondcircle::before{
  width: 480px;
  height: 480px;
  left: 100px;
}
.nh-firstcircle::before{
  width: 310px;
  height: 310px;
  left: 187px;
}
.nhicon-parent .nhicon-left{
  width: 100%;
}
.nhicon-parent .nhicon-right {
  width: 0;
}
.nh_submenuwidthmac {
  top: 40px;
}
.nh_lineafter::after{
  top:9px;
}
.bodyfpow_crazy .nhproduct_btn a {
  font-size: 26px !important;
}
.width-for-lander.nh_footerme2{
  padding-left: 35px !important;
}
.nh_submenuwidth {
  min-width: 250px;
}
.nh_mainnavdrop .cust-sqmenudropdowninner {
  left: -80px;
}
.nh_submenuwidthmac {
  left: -50px;
}
}

@media only screen and (max-width: 1400px) {
.fif-bottomshape {
  width: 42%;
}
.lighboxx-content{
  width: 70%;
}
.lighboxx-content img {
  max-width: 60% !important;
}
.lighboxx-content h4{
  font-size: 16px !important;
  line-height: 22px !important;
}
.lighboxx-content p {
  font-size: 14px !important;
  line-height: 19px !important;
}
.lighboxx-content .cust-npblendbox h5 {
  font-size: 15px;
}
.lighboxx-content h6{
  font-size: 15px !important;
}
.lighboxx-content .cust-np-btn-green {
  padding: 8px 0px !important;
  font-size: 15px !important;
}
.nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left span {
  font-size: 28px !important;
}
.nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left p, .nhhome-format p {
  font-size: 20px !important;
}
.nh-banner-btn a{
  font-size: 22px;
}
.nhsection-2{
  padding-top:40px;
}
.nh-productbox h4 {
  font-size: 26px !important;
  margin-top:15px;
}
.nh-productheight {
  height:280px;
}
.nh-productheight img{
  max-height: 250px;
}
.nh-productbox .cust-npblendbox{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nh-productbox .cust-npblendbox::after{
  display: none;
}
.cust-npblendbox h4{
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.nh-productboxmain {
  margin-top: 50px !important;
}
.nhsection-2 {
  padding-top: 80px;
}
.nhproduct_btn a {
  font-size: 22px !important;
}
.nh-productbox .cust-npblendbox {
  padding-bottom: 0px;
}
.nh-secbotlogo{
  margin-top:60px;
}
.nh-productbox .cust-pdpara, .nh_testmonslider p, .nhlist_cont p {
  font-size: 18px !important;
}
.NH-container .cust-nplistings {
  padding-top: 80px !important;
  padding-bottom: 70px;
}
.nhlist-content h3 {
  font-size: 28px !important;
}
.nh-sec3left img{
  max-height: 490px;
}
.nh-sec4circle::before {
  width: 400px;
  height: 400px;
}
.nh-rightflexcont {
  width: 50%;
}
.nh-section3parent h3 {
  font-size: 26px !important;
}
.nh-rightflexcont img{
  max-width: 110px;
}
.sectionnh-beforebg::before{
  height:790px;
}
.sectionnh-beforebg{
  padding-bottom:150px;
}
.nhblendparent_sec {
  padding: 70px 0px;
  padding-bottom: 80px;
}
.nh-rightflexcont p {
  font-size: 18px !important;
}
.nh-sec3left p, .nh_blenddescription p {
  font-size: 18px !important;
}
.pink_gradientbg {
  margin: 80px 0px;
}
.pink_gradientbg::after{
  height: 640px;
}
.nh_testimonials{
  margin-top:30px;
}
.nh-banner-btn a{
  font-size: 22px !important;
}
.nhhome-format h2, .nhblendparent_sec .nhlist-content h3, .nh_testimonials h2{
  font-size: 38px !important;
}
.nh_list-parent .nhlist_cont p{
  font-size: 20px !important;
}
.bodyfpow_crazy .nh-productheight img {
  max-height: 260px;
}
.bodyfpow_crazy .nhproduct_btn a {
  font-size: 22px !important;
}
}

@media only screen and (max-width: 1370px){
.customchkout_payonly1{
  gap:20px;
}
.customchkout_payonly1  .cust-check-paypal-btn, .customchkout_payonly1  .customchk_gpaybtn {
    width: 100% !important;
  }
  .customchkout_payonly1  .gpay-card-info-container {
    min-height: 45px !important;
  }
  .customchkout_payonly1 .customchk_gpaybtn{
    margin-bottom:15px !important;
  }
}
@media only screen and (max-width: 1330px) {
  .nh-header-menu {
    width: 60%;
    padding-left: 70px;
  }
  .nh_ulflex a {
    font-size: 18px !important;
  }
  .nh-header-cart {
    width: 25%;
  }
  .nh_carttxt {
    padding-top: 6px;
  }
  .nh_cartneic {
    height: 40px;
  }
  .nh_lineafter::after{
    top:4px;
  }
  .nh_footermain .e-mail-list-div{
    width: 18%;
  }
  .nh_footermain .footer-menu{
    width: 25% !important;
    padding-left: 60px;
  }
  .nh_footermain .e-mail-list-div.connect-with{
    width: 30%;
     padding-left: 60px;
  }
  .nh-thirdcircle::before {
    width: 585px;
    height: 585px;
  }
  .nh-secondcircle::before {
    width: 420px;
    height: 420px;
    left: 99px;
  }
  .nh-firstcircle::before {
    width: 250px;
    height: 250px;
    left: 185px;
  }
  .nhiconimgdiv{
    height: 88px;
    align-content: end;
  }
  .nhicon-left{
    align-items: start;
  }
  .width-for-lander img{
    max-width: 100% !important;
    width:unset !important;
  }
  .nh_cartneic img {
    max-width: 26px;
  }
  .nh_cartnum{
    font-size: 15px;
  }
  .nh_submenuwidthmac {
    top: 35px;
  }
  .nh_submenuwidth {
    min-width: 210px;
  }
  .nh_mainnavdrop .cust-sqmenudropdowninner{
    left: -68px;
  }
  .nh_footermain .width-for-lander.nh_footerme2 {
    width:33.3% !important;
  }
  .nh_carttxtfix .nh_carttxt{
    font-size: 18px !important;
  }
  .cust_absolimgpickle img{
    height:670px !important;
  }
  .cust-nv-pb-bannerrights.cust_absolimgpickle{
    top:135px;
  }
}

@media only screen and (max-width: 1300px) {
  .innr-lasting-com-cheek-sec .lasting-com-prod .compare-pro-detail {
    max-width: 300px!important ;
  }
  .womenthirdright .freshday-title{
    padding-left: 50px;
  }
 .womenthirdleft .img-borderdiv{
    width:87%;
  }
  .lander_circle::after {
    width: 450px;
    height: 450px;
  }
  .lander_circle img{
    max-width: 60%;;
  }
  .women-bnparent{
    padding:60px 0px;
  }
  .lander_circle img{
    padding-top:20px;
  }
  .lander_circle::after {
    width: 0px !important;
    height: 0px !important;
  }
  .herofirst_padd {
    padding-top: 0px !important;
  }
  .bodyfpow_crazy .nhproduct_btn a{
    font-size: 19px !important;
  }
}

@media only screen and (max-width: 1250px) {
  .women-fifth .fif-bottomshape2{
    height: 88%;;
  }
  .wome-fifth-right img{
    max-width: 320px;
    top: -150px;
  }
  .wome-fifth-left h2:nth-child(3) {
    padding-left: 240px;
  }
  .fif-img::before {
    right: 70px;
    left:unset;
    width: 20px;;
  }
  .womenseven-sec img {
    max-width: 100%;
  }
  .womensix-img img{
    max-width: 380px;
  }
  .fif-bottomshape{
    width: 41%;
  }
  .women_bilder img {
    max-width: 326px !important;
    position: absolute;
    bottom: 0;
    left: 130px;
  }
  .wland-price2 {
    left: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .lander_circle img {
    max-width: 70%;
  }
  .womenthirdright .freshday-title {
    padding-left: 100px;
  }
  .freshday-icons{
    flex-wrap: wrap;
  }
  .freshday-icons .fresh_icon {
    width: 50%;
  }
  .freshday-icons :nth-child(3), .freshday-icons :nth-child(4){
    margin-top:20px;
  }
  .customchkout_pay{
    justify-content: space-between !important;
  }
  .customchkout_pay .cust-check-paypal-btn, .customchkout_pay .customchk_gpaybtn{
    width: 100% !important;
    max-width: 100%;
  }
  .customchkout_pay{
    gap:10px;
  }
  .customchkout_pay .check-googlepay-btn{
    height: 45px;
  }
  .customchkout_payonly1 .customchk_gpaybtn {
    margin-bottom: 0px !important;
  }
  .customchkout_pay .gpay-card-info-container {
    min-width: 100% !important;
    min-height: 45px !important;
    height: 45px !important;
  }
  .nhheader-parent{
    flex-direction: column;
  }
  .nh_header_logo{
    order:1;
    width: 100%;
    text-align: center;
  }
  .nh-header-menu{
    order:3;
    width: 100%;
    padding-left:0px;
  }
  .nh_ulflex{
    justify-content: center;
  }
  .nh-header-cart{
    order:2;
    width: 100%;
    justify-content: center;
  }
  .nh_ulflex{
    padding-top:0px;
  }
  .nh_myaccflexx{
    padding-top:10px;
  }
  .nh_cartulflex {
    justify-content: center;
  }
  .nh_header_logo img{
    max-width: 200px;;
  }
  .nh_footermain .footer-logo{
    width: 50%;
    display: flex;
  flex-direction: column;
  padding-left: 0;
  }
  .nh_footermain .footer-logo img{
    max-width: 205px !important;
    width: 205px !important;
  }
  .nh_footermain .footer-logo a{
  margin-bottom: 20px;
  }
  .nh_footermain .footer-menu{
    width: 50% !important;
    padding-left: 0;
  }
  .nh_footermain .e-mail-list-div.connect-with{
    width: 50%;
    padding-left: 0;
  }
  .nh_footermain .e-mail-list-div .nhfootlogo{
    max-width: 205px !important;
    width: 205px !important;
  }
  .nh_footermain{
    display: flex;
    flex-wrap: wrap;
  }
  .nh_banner_left, .nh-home-right{
    width: 100% !important;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left h1, .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left span, .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left p, .nh-banner-btn{
    text-align: center;
  }
  .nh-thirdcircle::before, .nh-secondcircle::before, .nh-firstcircle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nhicon-parent .nhicon-left {
    width: 80%;
    margin: auto;
  }
  .nh-home-right {
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nh-home-right .cust-npnew-bnaner-image{
    max-width: 500px !important;
  }
  .nh-banner .women-bnparent{
    padding-bottom:0 !important;
  }
  .nh-banner{
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .nh-sec3right, .nh-sec3left{
    width: 100%;
  }
  .nh-section3parent{
    flex-wrap: wrap;
  }
  .sectionnh-beforebg::before{
    width:100%;
  }
  .nh-sec3left{
    padding-right:0;
    text-align: center;
  }
  .nh-seclist-parent{
    justify-content: center;
  }
  .nh-sec3left p{
    text-align: center;
  }
  .nh-sec4circle::before{
    left:50%;
    transform: translateX(-50%);
  }
  .sectionnh-beforebg::before {
    height: 690px;
  }
  .nh-sec3right{
    padding-top:110px;
  }
  .nh-chooseblend{
    flex-wrap: wrap;
    row-gap: 60px;
  }
  .nh_blendbox {
    width: 45%;
  }
  .nh_list_section, .nh_list_section2{
    width: 100% !important;
  }
  .custnh_flexparent{
  flex-wrap: wrap;
}
.NH-container .cust-nplistings {
  padding-top: 0;
}
.nh_list_section2{
  margin-top:148px;
}
.pink_gradientbg::after {
  height: 570px;
  margin-top: 550px;
}
.NH-container .cust-nplistings{
  flex-direction: unset !important; 
}
.nhsec6_colorbg video{
  width: 720px;;
}
.NH-container .custnh_flexparent{
padding-top:0px !important;
}
.sectionnh-beforebg, .nh_testimonials {
  padding-bottom: 80px;
}
.nh-rightflexcont {
  padding-left: 0px;
  width: 47%;
}
.nh-sec4shorticon {
  margin-top: 23px;
}
.nh_submenuwidth{
  z-index: 100;
}
.nh_footermain .width-for-lander.nh_footerme2 {
  width:33.3% !important;
}
.nh_footermain .footer-logo.width-for-lander{
  display: block;;
}
.nh_footermain .footer-logo.width-for-lander a{
  margin-bottom:0 !important;
}
.nh_footermain .footer-logo.width-for-lander img{
  max-width: 100% !important;
  width: unset !important;
  margin-bottom: 20px;
}
.nh_footermain .footer-logo.width-for-lander .cust_hfootpayimg{
  max-width: unset !important; 
}
.nh_footermain .width-for-lander.nh_footerme2{
  padding-left: 25px !important;
}
.lander_headernhmain{
  flex-direction: row;
}
.nh_landerhead1, .nh_landerhead3{
  width: 50%;
  text-align: left;
}
.nh_landerhead3 .nh_cartulflex{
  justify-content: end;
}
.nh_landerhead2{
  width: 0;
}
.nh_landerhead1 img {
  max-width: 170px;
}
.cust_absolimgpicklemob img{
height:450px !important;
}
}

@media only screen and (max-width: 1100px){
 .bodyfpow_crazy .nhproduct_btn a{
  font-size: 17px !important;
}
}

@media only screen and (max-width: 1020px) and (min-width: 992px) {
  .customchkout_payonly1 .gpay-card-info-container {
    min-height: 36px !important;
    height: 36px !important;
  }
}

@media only screen and (max-width: 1024px) {
.women-bnparent .inner-home-banner-sec , .women-bnparent .lander_circle{
  width: 100%;
}
.lander_circle img {
  max-width: 300px;
}
.lander_circle img{
  display: block !important;
  margin: auto;
}
.lander_circle::after {
  width: 350px;
  height: 350px;
  right: 50%;
  left:50%;
  top: unset;
  bottom:0;
  transform: translate(-50%);
}
.lander_circle img{
  padding-top:40px;
}
.new_womenbtn{
  padding: 10px 50px;
}
.women-bnparent{
  padding-bottom:0;
}
.women-hero h1, .women-hero span, .women-hero .women-hero-paragraph{
  text-align: center;
}
.lander_circle img {
  max-height: 500px;
}
.nhhome-parent .women-hero-paragraph {
  margin-top: 20px;
}
}

@media only screen and (max-width: 991px) and (min-width: 900px) {
  .customchkout_payonly1 .cust-check-paypal-btn, .customchkout_payonly1 .customchk_gpaybtn {
    width: 49% !important;
  }
}

@media only screen and (max-width: 991px) {
  .secondwmn-icons{
    padding: 10px 0px !important;
    padding-top: 50px !important;
  }
  .womenthirdsec{
    flex-wrap: wrap;
  }
  .womenthirdleft, .womenthirdright {
    width: 100%;
  }
  .curve_shape::before{
    background-color: #091d9d;
    width: unset;
  }
  .womenthirdleft img {
    max-height: 310px;
  }
  .womenthirdleft .img-borderdiv{
    width: 37%;
    height: 220px;
    top: 90px;
    left:30%;
    border: 4px solid #fff;
    border-right:none;
  }
  .wland-price{
    padding: 22px 13px;
    bottom: 170px;
    right: 33%;
  }
  .wland-price h2{
    font-size: 20px;
  }
  .freshday-title .txt-left{
text-align: center;
  }
  .freshday-icons .fresh_icon p{
    margin-top:10px;
  }
  .womenthirdright .freshday-title{
    padding-left:0;
  }
  .womenthirdleft{
    padding-bottom:0;
  }
  .freshday-icons .fresh_icon {
    width: 25%;
  }
  .freshday-icons :nth-child(3), .freshday-icons :nth-child(4) {
    margin-top: 0px;
  }
  .wome-fifth-left, .wome-fifth-right{
width: 100%;
  }
  .fi-wmn-disflex{
    flex-wrap: wrap;
  }
  .fif-bottomshape, .fif-bottomshape2{
    display: none;
  }
  .wome-fifth-right img{
    position: relative;
    left:unset;
  }
  .wome-fifth-right{
    text-align: center;
  }
  .wome-fifth-right img {
    max-width: 220px;
    position: relative;
    top:0;
  }
  .wland-price2 h2{
font-size: 20px;
  }
  .wland-price2{
    padding: 22px 13px;
    top: 10px;
    right: 33%;
    left: unset;
  }
  .women-fifth, .womenland-six{
    padding-top: 0;
  }
  .fif-img::before{
    width: 40px;
  }
  .womensix-img img {
    max-width: 270px;
    margin-bottom: 40px;
  }
  .womensix-para h4, .womensix-para p{
    text-align: center;
  }
  .womenland-six{
    padding-bottom:40px;
  }
  .womenseven-sec img {
    max-width: 40%;
    margin-bottom: 40px;
  }
  .womenseven-sec .cust-nplistingscont, .wome-eight-left, .wmntoday-txt{
    padding-left:0 !important;
  }
  .womenseven-sec{
    padding: 70px 0;
    padding-top: 40px;
  }
  .womenland-eight .womensix-img{
    margin-top:40px;
  }
  .womennine-sec{
    padding:40px 0;
  }
  .wmnbig-txt{
    text-align: center;
  }
  .wmnbig-txt h2 {
    font-size: 55px;
    margin-bottom:0;
  }
  .wmnbig-txt{
    padding-top:0 !important;
  }
  .nocolumn-reverse{
    flex-direction: unset !important;
  }
  .women-fifth{
    padding-bottom:60px;
  }
.savew-reveiw{
  padding-bottom:30px !important;
}
.womensix-img{
  margin-top:40px;
}
.womenland-eight{
  padding-top:60px;
  padding-bottom: 40px;
}
.div-iconimg img{
  margin-bottom: 0 !important;
}
.womennine-sec img {
  max-width: 30%;
}
.wmnbig-txt {
  padding: 40px 0 !important;
}
.wome-eight-left, .wome-fifth-left{
  padding-right: 0;
}
.wome-fifth-left h2:nth-child(2) {
  padding-left: 0;
}
.wome-fifth-left h2:nth-child(3) {
  padding-left: 0px;
}
.width-max-70{
  width: 65% !important;
  max-width: 65% !important; 
}
.width-max-30{
  width: 35% !important;
  max-width: 35% !important;
}
.coupon_divv{
  margin-top:40px !important;
}
.lighboxx-content .cust-npblendscols:nth-child(1) {
  padding-left: 10px !important;
}
.lighboxx-content img {
  max-width: 40% !important;
}
.lighboxx-content {
  padding: 20px;
  padding-bottom:0px !important;
}
.lighboxx-content .cust-npblendscols:nth-child(3) {
  padding-right: 10px !important;
}
.women_bilder img{
  position: unset;
  max-width: 200px !important;;
}
.lander_circle img {
  max-height: 400px;
}
.nh_mobilemenu .nh_togglebutton{
  display: block !important;
}
.nh_mobilemenu #navbarSupportedContent{
display: unset ;
}
.nh_mobilelist a{
  font-size: 18px !important;
  font-family: opensans-regular !important;
  padding:15px !important;
  text-transform: unset !important;
  color:#002142 !important;
}
.nh_mobilelist li{
  padding-bottom:0 !important;
}
.nh_mobilelist .navbar-nav{
  padding-top: 20px;
}
.nh_mobilelist .navbar-nav li a{
  color:#002142 !important;
}
.nh_ulflex {
  padding-top: 0px;
}
.nh_ulflex li {
  padding-right: 15px;
}
.nh_mobilecont{
  padding:0px 10px !important;
}
.nhheader-parent{
  display: none;
}
.nh-productboxmain {
  margin-top: 20px !important;
}
.nh-secbotlogo {
  margin-top: 60px;
}
.nh-productbox{
  margin-bottom:0 !important
}
.nhsection-2 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.nh-productheight {
  vertical-align: bottom;
  display: inline;
}
.nhhome-format .cust-npbannercontentscolsimagesright {
  padding-left: 0px;
  width: 70%;
  margin: auto;
}
.nh-beforediv::before{
  left:-18px !important;
}
.cust-iconnhlist .cust_nhleftpadding{
  margin-top:0px !important;
  margin-bottom: 60px;
}
.nhhome-format .cust_nhleftpadding{
   margin-top:60px;
}
.nh-seclist-parent {
  margin-bottom: 30px;
}
.nhlist-icon img {
  max-width: 40px;
}
.NH-container .cust-nplistings {
  padding-top: 0px;
  padding-bottom: 50px;
}
.cust-iconnhlist {
  padding-bottom: 90px !important;
}
.custnh_flexparent .cust_nhleftpadding {
  margin-top: 0px;
}
.nhsec6_colorbg video {
  width: 590px;
}
.pink_gradientbg::after {
  height: 500px;
}
.nh_testimonials{
  margin-top:50px;
}
.forlander_lpadd {
  padding-left: 0px !important;
}
.footer-outter .width-for-lander img {
  max-width: 70% !important;
  float:right !important;
}
.footer-outter .width-for-lander:nth-last-child(1){
  align-items: end !important; 
}
.wmen-fif-paras .button_orange{
  margin-bottom:60px;
  margin-top: 10px !important;
}
.nhhome-format h2, .nhblendparent_sec .nhlist-content h3, .nh_testimonials h2 {
  font-size: 32px !important;
}
.nh-productbox h4, .nh-section3parent h3, .nh-section3parent h3, .nh_blenddescription h3, .nh_testimonials h3 {
  font-size: 22px !important;
}
.nhlist-content h3 {
  font-size: 24px !important;
}
.nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left p, .nhhome-format p, .nh_list-parent .nhlist_cont p {
  font-size: 18px !important;
}
.nh-productbox .cust-pdpara, .nh_testmonslider p, .nhlist_cont p, .nh-rightflexcont p, .nh-sec3left p, .nh_blenddescription p {
  font-size: 16px !important;
}
.nhsection-2{
  padding-bottom: 60px;
}
.cust-iconnhlist {
  padding-bottom: 80px !important;
}
.nh-sec3right {
  padding-top: 130px;
}
.sectionnh-beforebg{
  padding-bottom: 65px;
}
.nhblendparent_sec .nhlist-content {
  margin-bottom: 50px;
}
.pink_gradientbg{
  margin-top:70px;
}
.pink_gradientbg::after{
  margin-top:520px;
}
.nh-section3parent .nhlist-icon img{
  max-width: 100%;
}
.nh-stoptitle{
  margin-top:20px;
}
.nh_testimonials {
  margin-top: 20px;
}
.nh-sec3left .nh-seclist-parent {
  margin-top: 50px;
}
.nh_footermain .footer-logo.width-for-lander img{
  float: left !important;
  max-width: 70% !important;
  margin-bottom: 20px;
}
.nh_footermain .footer-logo.width-for-lander .cust_hfootpayimg {
  max-width: 70% !important;
}
.nh_footermain .connect-with.width-for-lander{
  padding-left: 15px !important;
}
}

@media only screen and (max-width: 899px) {
  .customchkout_pay .cust-check-paypal-btn, .customchkout_pay .customchk_gpaybtn {
    width: 48% !important;
}
.customchkout_pay .gpay-card-info-container {
  min-height: 45px !important;
  height:45px !important;
}
.nh_footermain .width-for-lander.nh_footerme2 {
  padding-left: 10px !important;
}
}
@media only screen and (max-width: 850px) {
  .cust-store-btnsparent{
    flex-wrap: wrap;
    justify-content: center;
    padding-right:40px !important;
  }
  .cust-st-btn-sub, .wid-50-mob{
    width: 50%;
    text-align: center;
  }
  .marginTopp10{
    margin-top: 10px;;
  }
  .marginautomob{
    text-align: center;
    width: 100%;
  }
  .cust-store-btnsparent .cust-st-btn-sub .cust-padd-btnmob {
    padding: 10px 25px !important;
  }
  .cust-store-shipbtn .marginautomob .cust-shipbtnmob {
    padding: 10px 56px !important;
  }
  .pausebtn-martopmob{
    margin-top:20px;
  }
  .width-100-850{
    width: 100% !important;
    max-width: 100% !important;
  }
  .only-chnage-txt{
    width: 100%;
  }
  .coupon_divv{
    margin-top:40px;
  }
  /* .forStrikethrough2::after{
    left:41% !important;
  } */
  .nh-sec3right{
    padding-top: 100px;
  }
}

@media only screen and (max-width: 768px) {

  .padding-right50{
    padding-right:15px;
  }
  .width-max-70{
    width: 60% !important;
    max-width: 60% !important;
  }
  .width-max-30{
    width: 40% !important;
    max-width: 40% !important;
  }
  .only-chnage-txt{
    width: 100%;
  }
  .cust-chkk-backDiv{
    padding-left:20px !important;
  }
  .borderandfont, .paddingLeft10{
    text-align: left !important;
  }
  .cust-store-btnsparent .cust-st-btn-sub .cust-padd-btnmob{
    padding: 7px 25px !important;
  }
  .cust-store-shipbtn .marginautomob .cust-shipbtnmob{
    padding: 7px 56px !important;
  }
  .test-video-mob{
    display: none;
  }
  .display-for-mobile{
    display: block;
    padding: 0px 0px 40px 0px !important;
    background-color: #fafafa !important;
  }
  .testi-video{
    width:100%;
  }
  .watch-txt {
    margin-bottom: 20px !important;
  }
  .coupon_divv{
    margin-top:20px !important;
    margin-bottom: 0px !important;
  }
  #expressCheckout{
    margin-top:0 !important;
  }
  .alternative-payment-separator-pay{
    margin-top:5px !important;
  }
  /* .forStrikethrough2::after{
    left:39% !important
    ;
  } */
  .lander_circle img, .lander_circle {
    padding-top: 20px !important;
  }
.womenbtn-blue{
  text-align: center;
}
.new_womenbtn{
  margin-top: 22px;
}
.wland-price{
  right:27%;
}
.freshday-icons .fresh_icon {
  width: 50%;
}
.freshday-icons :nth-child(3), .freshday-icons :nth-child(4) {
  margin-top: 20px;
}
.savew-reveiw{
  padding-top:60px;
}
.wland-price2{
  right:28%;
}
.women-fifth {
  padding-bottom: 40px;
}
.wmnflex-fif{
  flex-direction: unset !important;
}
.womenseven-sec{
  padding-top: 20px;
  padding-bottom: 50px;
}
.womenseven-sec .txt-center {
  margin-top: 20px;
}
.womenland-eight{
  padding-top: 50px;
}
.womenland-six {
  padding-bottom: 20px;
}
.womenseven-sec img{
  max-width: 60%;
  margin-bottom: 0;
}
.bou-runningw{
  max-width: 40% !important;
    margin-bottom: 40px !important;
}
.womennine-sec {
  padding: 20px 0;
}
.nine-bottomwmn h4{
  width: 50%;
  margin: 0;
}
.womenbtn_absol {
  position: absolute;
  top: -55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.savew-reveiw{
  padding-bottom:0 !important;
}
.savereview-mobile{
  background-color: #f6f6f6 !important;
}
.lander_circle img {
  max-height: 300px;
  max-width: 70% !important;
}
.width-for-lander {
  width: 100% !important;
}
.footer-outter .width-for-lander:nth-last-child(1) {
  align-items: start !important;
}
.footer-outter .width-for-lander img {
  max-width: 80% !important;
  float: left !important;
}
.nh_footermain .footer-logo.width-for-lander img{
  float:unset !important;
}
.nh_footermain .width-for-lander.nh_footerme2{
  padding: 0 !important;
  margin-top: 10px;
  margin-bottom: 5px;
}
.nh_footermain .connect-with.width-for-lander {
  padding-left: 0px !important;
}
.nh_footermain .width-for-lander.nh_footerme2 {
  width: 100% !important;
}
.e-mail-list-div.footer-logo img {
  margin-bottom: 20px;
}
.e-mail-list-div.footer-logo {
  margin-bottom:10px;
}
.nh_newfooter{
  padding-bottom:25px !important;
  padding-top: 40px !important;
}
.nh_lander_cartt{
  padding-top:5px;
}
.nh_cartulflex li a .nh_cartneic span.nh_cartnum{
  font-size: 15px !important;
  padding: 9px;
  padding-bottom:0;
}
}

@media only screen and (max-width: 767px) {
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left h1{
    font-size: 36px !important;
    line-height: 48px !important;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left span {
    font-size: 24px !important;
  }
  .nh-banner-btn a {
    font-size: 20px !important;
  }
  .nhicon-parent .nhicon-left {
    width: 100%;
  }
  .nhiconimgdiv img{
    height: 65px;
  }
  .icon_firstt img{
    max-width: 60px;
    height: unset;
  }
  .nh-bannericons {
    margin-top: 20px;
  }
  .nh-thirdcircle::before {
    width: 465px;
    height: 465px;
  }
  .nh-secondcircle::before {
    width: 350px;
    height: 350px;
  }
  .nh-firstcircle::before {
    width: 240px;
    height: 240px;
  }
  .nh-home-right .cust-npnew-bnaner-image {
    max-width: 410px !important;
  }
  .nh-home-right {
    height: 550px;
  }
  .nh-banner {
    padding-bottom: 10px;
  }
  .nhhome-format h2, .nhblendparent_sec .nhlist-content h3, .nh_testimonials h2 {
    font-size: 28px !important;
  }
  .nhsection-2 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .nh-productboxmain {
    margin-top: 0px !important;
  }
  .nhsection-2 .cust-nptextcenter{
    margin-bottom:10px;
  }
  .cust-npblendbox h4 {
    margin-top: 20px !important;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left a, .nhproduct_btn a {
    font-size: 18px !important;
    padding: 10px 50px !important;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left p, .nhhome-format p, .nh_list-parent .nhlist_cont p {
    font-size: 17px !important;
  }
  .nhsection-2 .cust-nptextcenter {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .nh-productboxmain{
    margin-top:10px !important;
  }
  .nhusa-logo img{
    max-width: 110px;
  }
  .nh-secbotlogo {
    margin-top: 50px;
  }
  .NH-container .cust-nplistings {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }
  .nh-sec3left img {
    max-height: 400px;
  }
  .nh-sec4circle::before {
    width: 340px;
    height: 340px;
  }
  .sectionnh-beforebg {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .three_bottlenh {
    margin-top: -40px;
  }
  .nh-sec3left .nh-seclist-parent {
    margin-top: 30px;
  }
  .sectionnh-beforebg::before {
    height: 630px;
  }
  .nh-stoptitle h3 {
    font-size: 22px !important;
  }
  .nhblendparent_sec{
    padding: 60px 0px;
    padding-bottom:70px;
  }
  .nh_blendimg, .nh_blendimg img {
    height: 230px;
  }
  .nhblendparent_sec .nhlist-content {
    margin-bottom: 40px;
  }
  .nh_blendbox {
    width: 48%;
  }
  .pink_gradientbg .custnh_flexparent{
padding-top:0px !important;
  }
  .pink_gradientbg {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .nh_list_section h2{
    margin-bottom:30px;
  }
  .nh-banner-btn a {
    padding: 10px 50px !important;
  }
  .pink_gradientbg::after {
    margin-top: 480px;
    height: 360px;
    width:50%;
  }
  .nh_list_section2 {
    margin-top: 125px;
  }
 .nhsec6_colorbg video {
    width: 431px;
  }
  .nh_blenddescription {
    padding-top: 110px
  }
  .cust-iconnhlist .cust-npbannercontentscolsimagesright{
    width: 90%;
  }
  .nh-sec3left img {
    max-height: 320px;
  }
  .nh-sec4circle::before {
    width: 300px;
    height: 300px;
  }
  .nh-sec3left .nh-seclist-parent {
    margin-top: 60px;
  }
  .nhlist-content h3 {
    font-size: 22px !important;
  }
  .nh-section3parent .nhlist-icon img {
    max-width: 85%;
  }
  .nh-stoptitle {
    margin-top: 16px;
  }
  .sectionnh-beforebg::before {
    height: 560px;
  }
  .nh-rightflexcont img {
    max-width: 90px;
  }
  .nh-productbox .nhproduct_btn{
    padding: 10px 0px !important;
  }
  .nhsection-2 .nh-productbox .cust-npblendboxcont{
    padding-bottom:0px;
  }
  .bodyfpow_crazy .nhproduct_btn a {
padding-left:0 !important;
padding-right: 0 !important;
  }
  .cust_absolimgpicklemob img {
    height: 300px !important;
  }
}
@media only screen and (max-width: 664px) {
  .bodyfpow_crazy .nh-productbox .cust-pdpara {
    height: unset;
  
  }
}
@media only screen and (max-width: 650px) {
  .customchkout_pay .gpay-card-info-container {
    min-height: 36px !important;
    height: 36px !important;
  }
}
@media only screen and (max-width: 640px) {
  .nh_footermain {
    flex-direction: column;
    margin-left: 0;
    margin-right:0;
    width: 100% !important;
  }
  .nh_bot-footer a, .nh_bot-footer span{
    font-size: 16px !important;
  }
  .nh_footermain .e-mail-list-div{
width: 100% !important;
  }
  .nh_bot-footer{
padding-bottom:40px !important;
  }
  .nh_footermain .footer-logo a {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 680px) {
.mmarginTopp10{
  margin-top:10px;
}
.display-flex{
  flex-direction: column;
}
.width-max-70{
  width: 100% !important;
  max-width: 100% !important;
}
.width-max-30{
  width: 100% !important;
  max-width: 100% !important;
  margin-top:10px;
}
.padding-bottom70{
  padding-bottom:40px;
}
.forStrikethrough2{
  left:43.5%;
}
.customchkout_payonly1 .gpay-card-info-container {
  min-height: 36px !important;
  height: 36px !important;
}
}

@media only screen and (max-width: 607px) {
.checkout-termss{
  align-items: start;
}
.checkout-termss label{
font-size: 16px;
}
.checkout-termss input{
margin-top:5px;
  }
.chkout_termstxt span{
  font-size: 15px;
  line-height: unset;
  }
  .nh_blendbox {
    width: 108%;
  }
  .nh_blenddescription{
    height: 277px;
  }
}

@media only screen and (max-width: 550px) {
  .week-cust-select{
    height: 30px !important;
  font-size: 15px !important;
  line-height: 15px !important;
  padding: 7px !important;
  text-align: center !important;
  }
  .td-fontsize-mob{
    font-size: 15px !important;
  }
  .cust-st-btn-sub, .wid-50-mob{
    width: 100%;
  }
  .martop-550{
    margin-top: 10px;
  }
  .cust-chkk-backbtn{
    padding: 3px 12px !important;
  }
  .padding-0-550{
    padding:0 !important;
  }
  .pausebtn-martopmob{
    margin-top:10px;
  }
  .cust-chkk-carsec{
    padding-bottom:10px !important;
  }
  .cust-update-plan-confirmbtn .cust-chkk-subm {
    height: 36px !important;
    font-size: 17px !important;
    border-radius: 7px !important;
    line-height: 15px;
  }
  .lander_circle img {
    max-width: 200px;
  }
  .lander_circle::after {
    width: 300px;
    height: 300px;
    bottom:-25px;
  }
  .cust-npsecpad{
    padding-bottom:40px !important;
  }
  .womenthirdleft .img-borderdiv{
    left: 10%;
  }
  .wland-price {
    right: 17%;
  }
  .womenthirdright .cust-nptextcenter {
    margin-top: 30px;
  }
  .freshday-title .txt-left {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .freshday-title .txt-center, .freshday-title .txt-left{
  font-size: 32px;
  line-height: 1.2 !important;
  }
  .custfor-h2fresh{
    margin-bottom:0;
  }
  .savew-reveiw{
    padding-top: 50px !important;
  }
  .savewrev-title {
    font-size: 55px !important;
    margin-top: 40px;
  }
  .savewrev-para {
    font-size: 22px;
  }
  .newwomen-revtitle h2 {
    font-size: 24px
  }
  .wome-fifth-left h2{
    font-size: 32px;;
  }
  .div-iconimg img {
    max-width: 30px;
  }
  .div-iconimg{
    max-width: 50px;
    height: 50px;
  }
  .fif-img::before {
    right: 50px;
    width: 20px;
  }
  .wland-price2 {
    right: 20%;
  }
  .womenland-six h2{
    line-height: 1.2 !important;;
  }
  .womensix-img {
    max-width: 100%;
  }
  .womensix-img img{
    margin-bottom:20px;
  }
  .womensix-img {
    margin-top: 10px;
  }
  .bou-runningw {
    max-width: 50% !important;
    margin-bottom: 20px !important;
  }
  .womenseven-sec h2 {
    line-height: 1.2 !important;
    padding:0 !important;
    margin: 0 !important;
  }
  .womenseven-sec .sevwomn-btn {
    padding: 8px 40px;
  }
  .womenland-eight {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .womennine-sec img {
    max-width: 50%;
  }
  .wmnbig-txt h2 {
    font-size: 42px;
    line-height: 1.2 !important;
  }
  .women-hero h1{
    line-height: 1.2 !important;
  }
  .new_womenbtn {
    padding: 8px 30px;
    font-size: 18px;
    margin-top: 30px !important;
  }
  .nine-btmwmnbtn {
    padding: 10px 35px;
  }
  .nine-btmwmnbtn {
    padding: 13px 30px;
    line-height: 1.2;
  }
.nine-bottomwmn{
  flex-direction: column;
}
.nine-bottomwmn h4 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.cust-sq-minicart-pdcont .creamsub_cartquan .inc-dec-btn input.productmin_qty {
  width: 40px !important;
}
.creamsub_cartquan .inc-dec-btn input[type="number"]{
  padding: 15px 10px !important;
}
.nhicon-parent .nhicon-left{
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}
.nhicon-left .nhicon-img {
  width: 50%;
}
.nh-bannericons {
  margin-top: 20px;
}
}

@media only screen and (max-width: 480px) {
  .cust-sq-minicart-pdcont .creamsub_cartquan .inc-dec-btn input[type="button"]{
    width: 30px;
  }
 .cust-sq-minicart-pdcont .creamsub_cartquan .inc-dec-btn input.productmin_qty {
    width: 34px !important;
  }
  .lighboxx-content img {
    max-width: 90px !important;
  }
  .lighboxx-content {
    width: 80%;
  }
  .secondwmn-icons .womenland-icons .cust-crazycontentcols{
    width: 50% !important;
  }
  .womenland-icons img {
    max-width: 70px !important;
  }
  .womenland-icons h4{
    font-size: 16px !important;;
  }
  .women_bilder img{
    max-width: 150px !important;;
  }
  .womenthirdleft .wland-price h2 ,  .wome-fifth-right .wland-price2 h2 {
    line-height: 1.2 !important;
    /* font-family: open sans !important; */
  }
  .wland-price{
    right: 10%;
    bottom: 210px;
    padding: 20px 12px;
  }
  .wland-price2 {
    padding: 20px 12px;
    bottom: 180px;
    right: 15%;
    left: unset;
    top: unset;

  }
  .wland-price h2, .wland-price2 h2{
    font-size: 18px;
  }
  .wome-fifth-right img {
    max-width: 170px;
  }
  .customchkout_pay .cust-check-paypal-btn, .customchkout_pay .customchk_gpaybtn {
    width: 100% !important;
  }
  .customchkout_pay .gpay-card-info-container {
    min-height: 45px !important;
    height: 45px !important;
  }
  .customchkout_pay {
    gap: 30px;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left h1 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 10px;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left span {
    font-size: 22px !important;
  }
  .nhhome-parent .women-hero-paragraph {
    margin-top: 0px;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left p, .nhhome-format p, .nh_list-parent .nhlist_cont p {
    font-size: 16px !important;
  }
  .nhhome-parent .women-hero-paragraph p{
    margin-top: 15px !important;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left a, .nhproduct_btn a {
    padding: 10px 40px !important;
  }
  .nhiconimgdiv {
    height: 78px;
  }
  .nhicon-parent .nhicon-left {
    row-gap: 20px;
    margin-top: 10px;
  }
  .nhhome-parent{
    padding-top:40px;
  }
  .nh-home-right .cust-npnew-bnaner-image {
    max-width: 340px !important;
  }
  .nh-thirdcircle, .nh-secondcircle, .nh-firstcircle{
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  .nh-secondcircle{
    width: 75%;
  }
  .nh-firstcircle{
    width: 50%;
  }
  .nh-thirdcircle::before{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(103,190,250) 0%, rgb(5, 115, 234) 100%);
    border-radius: 50%;
  }
  .nh-secondcircle::before{
    background: linear-gradient(130deg, rgb(5, 124, 253) 25%, rgb(143,226,37) 85%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .nh-firstcircle::before{
    background: linear-gradient(120deg, rgb(248, 160, 12) 10%, rgb(217, 16, 167) 100%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .nh-home-right {
    height: 490px;
    padding: 0 !important;
    align-items: center;
  }
  .nhiconimgdiv {
    align-content: center;
  }
  .nhhome-parent .cust-npbannercontentscols.inner-home-banner-sec .nh-home-left .nhicon-img p{
    margin-top:0px !important;
  }
  .nhhome-format h2, .nhblendparent_sec .nhlist-content h3, .nh_testimonials h2 {
    font-size: 26px !important;
  }
  .nhsection-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nhsection-2 .cust-nptextcenter {
    margin-top: 15px;
  }
  .nhsection-2 .cust-nptextcenter {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .cust-npblendbox .cust-npblendboxcont{
    margin-top: 0px;
    padding-top:20px;
    padding-bottom: 0;
  }
  .cust-npblendbox h4 {
    margin-bottom: 10px !important;
  }
  .nh-productboxmain .nh-productbox{
    margin-bottom:25px !important;
  }
  .nh-secbotlogo {
    margin-top: 20px;
  }
  .NH-container .cust-nplistings {
    padding-top: 45px !important;
    padding-bottom: 55px !important;
  }
  .nh-seclist-parent {
    margin-bottom: 15px;
  }
  .nh-sec3right {
    padding-top: 80px;
  }
  .nh-rightflexcont {
    width: 100%;
  }
  .nh-sec4rightflex{
    flex-wrap: wrap;
  }
  .nh-flex2icons {
    margin-top: 20px;
  }
  .nh-rightflexcont h3{
    margin-bottom: 10px;
  margin-top: 15px;
  }
  .nh-flex2icons .nh-rightflexcont:nth-last-child(2){
    margin-bottom: 20px;
  }
  .sectionnh-beforebg{
    padding-bottom:35px;
  }
  .nhblendparent_sec {
    padding: 50px 0px;
    padding-bottom: 60px;
  }
  .nhblendparent_sec .nhlist-content {
    margin-bottom: 25px;
  }
  .nh-chooseblend{
    row-gap:40px;
  }
  .pink_gradientbg .custnh_flexparent{
    padding-top:0 !important;
  }
  .pink_gradientbg {
    margin-top: 50px;
}
.nhli_icons img{
  max-width: 25px;
}
.nh_list-parent .nhli_icons {
  padding-right: 10px;
}
.nh_list_section .nh-banner-btn {
  margin-top: 30px;
}
.pink_gradientbg::after {
  margin-top: 480px;
}
.nh_list_section2 .nhsec6_colorbg{
width: 100% !important;
}
.nhsec6_colorbg video {
  width: 100%;
}
.pink_gradientbg::after {
  margin-top: 0;
  top: unset;
  bottom: 0;
}
.nglist_div .nh-banner-btn a{
  padding: 10px 40px !important;
}
.pink_gradientbg::after {
  height: 360px;
}
.nh_list_section2 {
  margin-top: 125px;
}
.nh_testimonials {
  margin-top: 10px;
}
.nhlist-icon {
  padding-right: 10px;
}
.nh_testmonslider .cust-npproductrat i {
  font-size: 25px !important;
}
.nh_testmonslider .cust-npproductrat span {
  margin-right: 5px;
}
.nh_testmonslider .cust-testi-slider-box .cust-npproductrat {
  margin-bottom: 15px;
}
.nh_testmonslider{
  padding: 0px 30px !important;
}
.nh_testmonslider .flex-direction-nav a{
  width:30px;
}
}

@media only screen and (max-width: 473px) {
  .margin-topp10{
    margin-top:10px !important;
  }
  .wland-price {
    right: 12%;
  }
  .wland-price2 {
    right: 14%;
  }
  }

  @media only screen and (max-width: 468px) {
    .pink_gradientbg::after {
      height: 350px;
    }  
  }

  @media only screen and (max-width: 430px) {
    .nh-home-right {
      height: 450px;
    }
    .pink_gradientbg::after {
      height: 330px;
    }
  }
  @media only screen and (max-width: 410px) {
    .pink_gradientbg::after {
      height: 320px;
    }
  }
  @media only screen and (max-width: 400px) {
    .nh-home-right {
      height: 420px;
    }
  }
  @media only screen and (max-width: 385px) {
    .sectionnh-beforebg::before {
      height: 590px;
    }
    .pink_gradientbg::after {
      height: 305px;
    }
  }
  /* @media only screen and (max-width: 374px) {
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 10px;
}
  } */

  
